:root {
  --shp-bg: #f5f3ee;
  --shp-purple: #845cff;
  --shp-green: #9dff3b;
  --shp-pink: #ff2d8e;
  --shp-blue: #aff3f3;
  --shp-text: #1f2428;
  --shp-muted: rgba(31, 36, 40, 0.74);
  --shp-line: rgba(132, 92, 255, 0.28);
  --shp-max: 1280px;
  --shp-inner: 1152px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--shp-bg);
}

.wp-site-blocks {
  background: var(--shp-bg);
}

::selection {
  background: rgba(132, 92, 255, 0.35);
  color: var(--shp-text);
}

::-moz-selection {
  background: rgba(132, 92, 255, 0.35);
  color: var(--shp-text);
}

.shp-scroll-progress {
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateZ(0);
  width: 100vw;
  z-index: 120;
}

.shp-scroll-progress-bar {
  background: var(--shp-purple);
  display: block;
  height: 100%;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
  will-change: opacity, transform;
}

html.shp-progress-js .shp-scroll-progress {
  opacity: 1;
}

html.shp-progress-js .shp-scroll-progress-bar {
  transition: opacity 0.16s linear;
}

@keyframes shp-scroll-progress-fill {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@supports (animation-timeline: scroll()) {
  .shp-scroll-progress {
    opacity: 1;
  }

  .shp-scroll-progress-bar {
    animation: shp-scroll-progress-fill linear both;
    animation-timeline: scroll(root block);
  }
}

.admin-bar .shp-scroll-progress {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .shp-scroll-progress {
    top: 46px;
  }
}
.wp-site-blocks .shp-page {
  background: var(--shp-bg);
  color: var(--shp-text);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  margin: 0 auto;
  max-width: var(--shp-max);
  padding: 0;
}

.wp-site-blocks > .wp-block-template-part {
  margin-block-start: 0 !important;
}

.wp-site-blocks > header.wp-block-template-part {
  background: transparent;
  margin-block-start: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: sticky;
  top: 0;
  z-index: 90;
}

.wp-site-blocks > header.wp-block-template-part > .shp-page,
.wp-site-blocks > header.wp-block-template-part .shp-page.shp-header-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--shp-max);
  width: 100%;
}

.wp-site-blocks > footer.wp-block-template-part {
  background: var(--shp-bg) !important;
  margin-block-start: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.wp-site-blocks > footer.wp-block-template-part > .shp-page,
.wp-site-blocks > footer.wp-block-template-part .shp-page.shp-footer-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--shp-max);
  width: 100%;
}

.admin-bar .wp-site-blocks > header.wp-block-template-part {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .wp-site-blocks > header.wp-block-template-part {
    top: 46px;
  }
}

.wp-site-blocks > .wp-block-template-part + .wp-block-group.shp-page,
.wp-site-blocks > .wp-block-group.shp-page + .wp-block-template-part {
  margin-block-start: 0 !important;
}

.shp-page > .wp-block-group {
  max-width: 100% !important;
}

.shp-page .has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shp-page .wp-block-group__inner-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

.shp-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}

.shp-page :where(.wp-block-image, .wp-block-columns, .wp-block-group, .wp-block-heading, p) {
  margin-bottom: 0;
  margin-top: 0;
}

.shp-page .wp-block-column {
  min-width: 0;
}

.shp-page h1,
.shp-page h2,
.shp-page h3,
.shp-footer-title,
.shp-footer-brand {
  font-family: var(--wp--preset--font-family--horizon, "Horizon", "Inter", sans-serif);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.shp-page img {
  background: transparent;
  display: block;
  height: auto;
  width: 100%;
}

.shp-header-shell,
.shp-header-wrap {
  background: rgba(245, 243, 238, 0.96);
}

.shp-header-shell {
  --wp--style--block-gap: 0;
  position: relative;
  z-index: 1;
}

.shp-header-wrap {
  border-bottom: none;
  margin-block-start: 0 !important;
  position: relative;
}

.shp-header {
  align-items: center;
  column-gap: 24px;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  min-height: 100px;
  padding: 24px 64px;
}

.shp-brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  line-height: 0;
}

.shp-logo {
  line-height: 0;
}

.shp-logo a {
  display: block;
  line-height: 0;
}

.shp-logo a,
.shp-footer-logo a,
.shp-home-top-link {
  -webkit-tap-highlight-color: transparent;
}

.shp-logo a:focus,
.shp-logo a:focus-visible,
.shp-footer-logo a:focus,
.shp-footer-logo a:focus-visible,
.shp-home-top-link:focus,
.shp-home-top-link:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.shp-logo img {
  max-width: 199px;
  width: 199px;
}

.shp-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  text-transform: uppercase;
}

.shp-menu a {
  color: var(--shp-text);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.shp-menu a::after {
  background: var(--shp-purple);
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  width: 100%;
}

.shp-menu a:hover,
.shp-menu a:focus-visible,
.shp-menu a.is-active {
  color: var(--shp-purple);
}

.shp-menu a:hover::after,
.shp-menu a:focus-visible::after,
.shp-menu a.is-active::after {
  transform: scaleX(1);
}

.shp-menu a:focus-visible {
  outline: 2px solid var(--shp-purple);
  outline-offset: 4px;
}

.shp-section {
  padding-left: 64px;
  padding-right: 64px;
}

.shp-section[id] {
  scroll-margin-top: 112px;
}

.shp-hero {
  padding-bottom: 40px;
  padding-top: 40px;
}

.shp-hero-columns {
  align-items: stretch;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 544px) minmax(0, 544px);
  justify-content: space-between;
}

.shp-hero-columns > .wp-block-column:first-child {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 466px;
  padding-right: 40px;
  row-gap: 0;
}

.shp-hero-columns > .wp-block-column:last-child {
  display: flex;
  justify-content: flex-end;
}

.shp-overline {
  color: var(--shp-text);
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.48em;
  line-height: 1.2;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.shp-hero-title {
  color: var(--shp-purple);
  font-size: clamp(70px, 7.1vw, 92px);
  line-height: 1.03;
  margin: 0 0 24px;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.shp-lead {
  color: var(--shp-muted);
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
  max-width: 30ch;
}

.shp-hero .shp-overline {
  margin: 0 0 34px;
}

.shp-hero .shp-hero-title {
  margin: 0 0 36px;
}

.shp-hero .shp-lead {
  margin: 0 0 8px;
  max-width: 38ch;
}

.shp-cta {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: auto;
}

.shp-hero .shp-cta {
  align-self: end;
  grid-row: 5;
  margin-top: 0;
}

.shp-btn {
  margin: 0;
}

.shp-btn .wp-block-button__link {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  min-width: 170px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding: 14px 22px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shp-btn-primary .wp-block-button__link {
  background: var(--shp-green);
  border: 1px solid var(--shp-green);
  color: var(--shp-text);
}

.shp-btn-primary .wp-block-button__link:hover,
.shp-btn-primary .wp-block-button__link:focus-visible {
  background: #b6ff63;
  border-color: #b6ff63;
  box-shadow: 0 8px 18px rgba(157, 255, 59, 0.34);
  transform: translateY(-1px);
}

.shp-btn-primary .wp-block-button__link:focus-visible {
  outline-color: var(--shp-purple);
}

.shp-btn-primary .wp-block-button__link:active {
  background: #82d728;
  border-color: #82d728;
  box-shadow: inset 0 0 0 1px rgba(31, 36, 40, 0.16);
  color: var(--shp-text);
  transform: translateY(0);
}
.shp-btn-secondary .wp-block-button__link {
  background: rgba(245, 243, 238, 1);
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  color: rgba(31, 36, 40, 0.72);
}

.shp-btn-secondary .wp-block-button__link:hover,
.shp-btn-secondary .wp-block-button__link:focus-visible {
  background: var(--shp-purple);
  border-color: var(--shp-purple);
  box-shadow: 0 8px 18px rgba(132, 92, 255, 0.3);
  color: #fefefe;
  transform: translateY(-1px);
}

.shp-btn-secondary .wp-block-button__link:active {
  background: #6f4de2;
  border-color: #6f4de2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: #ffffff;
  transform: translateY(0);
}

.shp-btn-secondary .wp-block-button__link:focus-visible {
  outline-color: var(--shp-purple);
}

.shp-hero-image {
  aspect-ratio: 544 / 466;
  border-radius: 0 0 0 180px;
  box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25), -15px 40px 60px rgba(132, 92, 255, 0.1);
  line-height: 0;
  max-width: 544px;
  overflow: hidden;
  width: min(100%, 544px);
}

.shp-hero-image img {
  display: block;
  height: calc(100% + 2px);
  margin-top: -1px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.shp-journey {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}

.shp-gallery {
  gap: 16px;
  padding-left: 6px;
  padding-right: 6px;
}

.shp-gallery-image {
  aspect-ratio: 305 / 410;
  box-shadow: -10px 20px 60px rgba(132, 92, 255, 0.2);
  line-height: 0;
  overflow: hidden;
}

.shp-gallery-image a {
  display: block;
  line-height: 0;
}

.shp-gallery .wp-block-column:nth-child(1) .shp-gallery-image {
  border-radius: 92px 0 0 0;
}

.shp-gallery .wp-block-column:nth-child(2) .shp-gallery-image {
  border-radius: 0 0 92px 0;
}

.shp-gallery .wp-block-column:nth-child(3) .shp-gallery-image {
  border-radius: 0 92px 0 0;
}

.shp-gallery .wp-block-column:nth-child(4) .shp-gallery-image {
  border-radius: 0 0 92px 0;
}

.shp-journey-note {
  color: var(--shp-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 64px 40px;
  max-width: none;
  padding-top: 40px;
  text-align: left;
}

.shp-about {
  background: radial-gradient(circle at 50% 34%, rgba(157, 255, 59, 0.2), rgba(245, 243, 238, 1) 46%);
  padding-bottom: 120px;
  padding-top: 0;
}

.shp-section-title {
  color: var(--shp-purple);
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: keep-all;
}

.shp-about-title {
  font-size: 64px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 80px;
  padding-top: 120px;
  text-align: center;
}

.shp-about-columns {
  --wp--style--block-gap: 80px;
  column-gap: 0 !important;
  gap: 0 !important;
  justify-content: center;
  margin: 0 auto;
  max-width: 856px;
  row-gap: 0 !important;
}

.shp-about-columns > .wp-block-column:not(:first-child) {
  margin-left: 80px !important;
}

.shp-about-columns > .wp-block-column {
  display: flex;
  flex: 1 1 388px;
  flex-direction: column;
  margin: 0 !important;
  max-width: 388px;
}

.shp-about-image {
  box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25), -15px 40px 60px rgba(132, 92, 255, 0.1);
  line-height: 0;
  margin-bottom: 0 !important;
  max-width: 388px;
  overflow: hidden;
  width: 100%;
}

.shp-about-image img {
  aspect-ratio: 388 / 517;
  object-fit: cover;
}

.shp-about-columns > .wp-block-column:first-child .shp-about-image {
  border-radius: 0 0 0 160px;
}

.shp-about-columns > .wp-block-column:last-child .shp-about-image {
  border-radius: 0 160px 0 0;
}

.shp-name {
  color: var(--shp-purple);
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.shp-about .shp-name {
  margin: 80px 0 8px !important;
}

.shp-about .wp-block-column > .shp-about-image + .shp-name {
  margin-top: 80px !important;
}

.shp-about p,
.shp-passive p,
.shp-why-italy p,
.shp-partners-note,
.shp-contact p,
.shp-footer p {
  color: var(--shp-muted);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
}

.shp-about .wp-block-column p + p,
.shp-passive .wp-block-column:first-child p + p {
  margin-top: 24px;
}

.shp-passive {
  padding-bottom: 120px;
  padding-top: 120px;
}

.shp-passive-columns {
  align-items: flex-start;
  gap: 48px;
  justify-content: space-between;
}

.shp-passive-columns > .wp-block-column:first-child {
  flex-basis: 50% !important;
  max-width: 552px;
  width: 100%;
}

.shp-passive-columns > .wp-block-column:last-child {
  flex-basis: 50% !important;
  max-width: 552px;
  width: 100%;
}

.shp-passive-title {
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 18px;
  max-width: 6.6ch;
}

.shp-passive .shp-overline {
  font-size: 19px;
  letter-spacing: 0.48em;
  line-height: 1.2;
  margin: 0 0 24px;
}

.shp-passive-list {
  display: grid;
  gap: 40px;
  max-width: 552px;
  width: 100%;
}

.shp-feature {
  background: linear-gradient(90deg, rgba(157, 255, 59, 0.3), rgba(245, 243, 238, 0.72));
  border: 0;
  box-shadow: none;
  min-height: 152px;
  padding: 24px 64px;
  position: relative;
  transition: box-shadow 0.25s ease, filter 0.25s ease;
}

.shp-feature h3 {
  color: var(--shp-text);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 8px;
  text-transform: none;
}

.shp-feature p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.shp-created-by-sheep {
  display: inline-block;
}

.shp-created-by-sheep:hover,
.shp-created-by-sheep:focus-visible,
.shp-passive-list .shp-feature:hover,
.shp-passive-list .shp-feature:hover *,
.shp-passive-list .shp-feature:focus-within,
.shp-passive-list .shp-feature:focus-within * {
  cursor: url("assets/cursor.svg") 8 8, url("assets/cursor.png") 8 8, auto;
}
@media (hover: hover) and (pointer: fine) {
  .shp-passive-list .shp-feature:hover,
  .shp-passive-list .shp-feature:focus-within {
    box-shadow: 0 18px 34px rgba(132, 92, 255, 0.18), 0 8px 22px rgba(31, 36, 40, 0.12);
    filter: saturate(1.03);
    z-index: 2;
  }
}
.shp-feature-1 {
  background: linear-gradient(270deg, rgba(157, 255, 59, 0.3), rgba(245, 243, 238, 0.72));
  border-radius: 0 80px 0 0;
}

.shp-feature-2 {
  background: linear-gradient(90deg, rgba(157, 255, 59, 0.3), rgba(245, 243, 238, 0.72));
  border-radius: 80px 0 0 0;
}

.shp-feature-3 {
  background: linear-gradient(270deg, rgba(157, 255, 59, 0.3), rgba(245, 243, 238, 0.72));
  border-radius: 0 0 80px 0;
}

.shp-feature-4 {
  background: linear-gradient(90deg, rgba(157, 255, 59, 0.3), rgba(245, 243, 238, 0.72));
  border-radius: 0 0 0 80px;
}

@supports (animation-timeline: view()) {
  .shp-passive-list {
    animation: shp-passive-tighten both;
    animation-timeline: view();
    animation-range: entry 10% cover 62%;
  }

  .shp-feature {
    animation-duration: 0.75s;
    animation-fill-mode: both;
    animation-name: shp-feature-reveal;
    animation-timeline: view();
    animation-timing-function: cubic-bezier(0.2, 0.7, 0.18, 1);
    animation-range: entry 12% cover 40%;
    opacity: 0;
    transform: translateY(28px) scale(0.972);
    will-change: transform, opacity;
  }

  .shp-feature:nth-child(2) {
    animation-range: entry 18% cover 46%;
  }

  .shp-feature:nth-child(3) {
    animation-range: entry 24% cover 52%;
  }

  .shp-feature:nth-child(4) {
    animation-range: entry 30% cover 58%;
  }
}

@supports not (animation-timeline: view()) {
  .shp-passive-list {
    gap: 40px;
    transition: gap 0.55s cubic-bezier(0.2, 0.7, 0.18, 1);
  }

  html.shp-passive-fallback .shp-passive-list.is-compact {
    gap: 0;
  }

  .shp-feature {
    transition: box-shadow 0.25s ease, filter 0.25s ease, opacity 0.35s cubic-bezier(0.2, 0.7, 0.18, 1), transform 0.35s cubic-bezier(0.2, 0.7, 0.18, 1);
  }

  html.shp-passive-fallback .shp-feature {
    opacity: 0;
    transform: translateY(28px) scale(0.972);
  }

  html.shp-passive-fallback .shp-feature.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: var(--shp-feature-delay, 0ms);
  }

  .shp-feature:hover {
    box-shadow: 0 18px 34px rgba(132, 92, 255, 0.18), 0 8px 22px rgba(31, 36, 40, 0.12);
    filter: saturate(1.03);
    transform: translateY(-4px);
    z-index: 2;
  }
}

@keyframes shp-passive-tighten {
  from {
    gap: 40px;
  }

  to {
    gap: 0;
  }
}

@keyframes shp-feature-reveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes shp-journey-loop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-1 * var(--shp-gallery-loop-distance, 0px)));
  }
}
.shp-why-italy {
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 80px;
}

.shp-why-italy > .wp-block-columns {
  align-items: flex-start;
  box-sizing: border-box;
  gap: 32px;
  margin: 0 auto 8px;
  max-width: var(--shp-inner);
  padding-left: 48px;
  padding-right: 32px;
}

.shp-why-intro {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 38ch;
  padding-top: 32px;
}

.shp-why-title {
  font-size: 112px;
  line-height: 1.1;
  margin: -10px 0 0;
  text-align: right;
}

.shp-why-images {
  margin: -24px auto 48px;
  max-width: 1280px;
  overflow: visible;
}

.shp-why-image-all {
  line-height: 0;
  margin: 0;
  overflow: visible;
}

.shp-why-image-all img {
  display: block;
  height: auto;
  width: 100%;
}

.shp-why-benefits {
  box-sizing: border-box;
  gap: 32px;
  margin: 0 auto;
  max-width: var(--shp-inner);
  padding-left: 48px;
  padding-right: 32px;
}

.shp-why-benefits .wp-block-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.shp-page h3.shp-why-benefit-title,
.shp-why-benefit-title {
  color: var(--shp-text);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: none;
}

.shp-why-benefits p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
}

.shp-partners {
  padding-bottom: 120px;
  padding-top: 40px;
  position: relative;
}

.shp-partners::before,
.shp-partners::after {
  background: linear-gradient(90deg, #f5f3ee 0%, #845cff 45%, #f5f3ee 100%);
  content: "";
  display: block;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  width: min(950.5px, 100%);
}

.shp-partners::before {
  margin-bottom: 64px;
}

.shp-partners::after {
  margin-top: 64px;
}

.shp-partners-title {
  color: var(--shp-text);
  font-size: 32px;
  line-height: 1.45;
  margin: 0 0 32px;
  text-align: center;
}

.shp-partners-note {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 32px;
  max-width: 72ch;
  text-align: center;
}

.shp-partners-grid {
  border: none;
  gap: 22px;
  margin: 0 auto;
  max-width: var(--shp-inner);
  padding: 0;
}

.shp-partner-logo {
  align-items: center;
  border: none;
  display: flex;
  justify-content: center;
  min-height: 84px;
  padding: 8px;
}

.shp-partner-logo img {
  height: auto;
  max-height: 64px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.shp-partner-logo a {
  align-items: center;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 100%;
  outline: none;
  padding: 10px 14px;
  text-decoration: none;
  width: auto;
}

.shp-partner-slot-empty {
  min-height: 84px;
  width: 100%;
}

.shp-hero-image,
.shp-about-image,
.shp-why-image-all {
  transition: box-shadow 0.28s ease, transform 0.28s ease, filter 0.28s ease;
  will-change: transform;
}

.shp-hero-image:hover,
.shp-hero-image:focus-within,
.shp-about-image:hover,
.shp-about-image:focus-within {
  box-shadow: -10px 16px 44px rgba(0, 0, 0, 0.28), -15px 42px 64px rgba(132, 92, 255, 0.18);
  transform: translateY(-6px);
}

.shp-why-image-all:hover,
.shp-why-image-all:focus-within {
  filter: saturate(1.02);
  transform: translateY(-5px);
}

.shp-gallery--js {
  display: block;
  overflow: hidden;
  position: relative;
}

.shp-gallery--js .shp-gallery-track {
  animation: shp-journey-loop var(--shp-gallery-loop-duration, 36s) linear infinite;
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

.shp-gallery--js .shp-gallery-track-set {
  display: flex;
  gap: 16px;
}

.shp-gallery--js .shp-gallery-track-set > .wp-block-column {
  flex: 0 0 var(--shp-gallery-item-width, 305px);
  margin: 0 !important;
  width: var(--shp-gallery-item-width, 305px);
}

.shp-gallery--js:hover .shp-gallery-track,
.shp-gallery--js:focus-within .shp-gallery-track {
  animation-play-state: paused;
}

.shp-partner-logo a {
  box-shadow: 0 0 0 0 rgba(132, 92, 255, 0);
  transition: box-shadow 0.24s ease, filter 0.24s ease, transform 0.24s ease;
}

.shp-partner-logo a:hover {
  filter: saturate(1.05);
  transform: translateY(-4px);
}

.shp-partner-logo a:focus,
.shp-partner-logo a:focus-visible {
  box-shadow: none;
  outline: none;
}

.shp-contact {
  padding-bottom: 80px;
  padding-top: 0;
}

.shp-contact-columns {
  gap: 64px;
}

.shp-contact-title {
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
}

.shp-contact p {
  font-size: 16px;
  letter-spacing: -0.005em;
  line-height: 1.45;
  margin: 0 0 10px;
}

.shp-contact .wp-block-column:first-child p {
  margin: 0;
}

.shp-contact .wp-block-column:first-child p:first-of-type {
  margin-top: 32px;
}

.shp-contact .wp-block-column:first-child p + p {
  margin-top: 14px;
}

body.page-slug-privacy-policy .shp-page > .wp-block-post-content,
body.page-id-3 .shp-page > .wp-block-post-content {
  margin: 0 auto;
  max-width: var(--shp-max);
  padding: 120px 64px;
}

.shp-form-wrap {
  background: var(--shp-bg);
  border-radius: 14px;
  box-shadow: none;
  padding: 18px;
}

.shp-form-wrap .wpforms-container,
.shp-form-wrap .wpforms-container .wpforms-form {
  margin: 0 !important;
}

.shp-form-wrap .wpforms-container .wpforms-field {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.shp-form-wrap .wpforms-container .wpforms-field.wpforms-field-name .wpforms-field-row {
  display: block;
  gap: 0;
}

.shp-js .shp-form-wrap .wpforms-container .wpforms-field-text .wpforms-field-label,
.shp-js .shp-form-wrap .wpforms-container .wpforms-field-email .wpforms-field-label,
.shp-js .shp-form-wrap .wpforms-container .wpforms-field-textarea .wpforms-field-label,
.shp-js .shp-form-wrap .wpforms-container .wpforms-field-select .wpforms-field-label,
.shp-js .shp-form-wrap .wpforms-container .wpforms-field-name .wpforms-field-label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.shp-form-wrap .wpforms-container input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.shp-form-wrap .wpforms-container textarea,
.shp-form-wrap .wpforms-container select {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--shp-text) !important;
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  width: 100% !important;
}

.shp-form-wrap .wpforms-container textarea {
  min-height: 132px !important;
  resize: vertical;
}

.shp-form-wrap .wpforms-container input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.shp-form-wrap .wpforms-container input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus-visible,
.shp-form-wrap .wpforms-container textarea:focus,
.shp-form-wrap .wpforms-container textarea:focus-visible,
.shp-form-wrap .wpforms-container select:focus,
.shp-form-wrap .wpforms-container select:focus-visible {
  border-color: var(--shp-green) !important;
  box-shadow: 0 0 0 2px rgba(157, 255, 59, 0.38) !important;
  outline: none !important;
}
.shp-form-wrap .wpforms-container ::placeholder {
  color: rgba(31, 36, 40, 0.5);
  opacity: 1;
}

.shp-form-wrap .wpforms-container .wpforms-submit-container {
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

.shp-form-wrap .wpforms-container .wpforms-submit-container button[type="submit"].wpforms-submit,
.shp-form-wrap .wpforms-container .wpforms-submit,
.shp-form-wrap .wpforms-container button,
.shp-form-wrap .wpforms-container input[type="submit"] {
  background: var(--shp-green) !important;
  border: 1px solid var(--shp-green) !important;
  border-radius: 999px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  color: var(--shp-text) !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  line-height: 1 !important;
  min-height: auto !important;
  min-width: 170px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding: 14px 22px !important;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: auto !important;
}

.shp-form-wrap .wpforms-container .wpforms-submit-container button[type="submit"].wpforms-submit:hover,
.shp-form-wrap .wpforms-container .wpforms-submit-container button[type="submit"].wpforms-submit:focus-visible,
.shp-form-wrap .wpforms-container .wpforms-submit:hover,
.shp-form-wrap .wpforms-container .wpforms-submit:focus-visible,
.shp-form-wrap .wpforms-container button:hover,
.shp-form-wrap .wpforms-container button:focus-visible,
.shp-form-wrap .wpforms-container input[type="submit"]:hover,
.shp-form-wrap .wpforms-container input[type="submit"]:focus-visible {
  background: #b6ff63 !important;
  border-color: #b6ff63 !important;
  box-shadow: 0 8px 18px rgba(157, 255, 59, 0.34) !important;
  transform: translateY(-1px);
}

.shp-form-wrap .wpforms-container .wpforms-submit-container button[type="submit"].wpforms-submit:focus-visible,
.shp-form-wrap .wpforms-container .wpforms-submit:focus-visible,
.shp-form-wrap .wpforms-container button:focus-visible,
.shp-form-wrap .wpforms-container input[type="submit"]:focus-visible {
  outline: none !important;
}

.shp-form-wrap .wpforms-container .wpforms-submit-container button[type="submit"].wpforms-submit:active,
.shp-form-wrap .wpforms-container .wpforms-submit:active,
.shp-form-wrap .wpforms-container button:active,
.shp-form-wrap .wpforms-container input[type="submit"]:active {
  background: #82d728 !important;
  border-color: #82d728 !important;
  box-shadow: none !important;
  transform: translateY(0);
}

.shp-form-wrap .wpforms-container .wpforms-error,
.shp-form-wrap .wpforms-container input.wpforms-error,
.shp-form-wrap .wpforms-container textarea.wpforms-error,
.shp-form-wrap .wpforms-container select.wpforms-error {
  border-color: var(--shp-pink) !important;
}

.shp-form-wrap .wpforms-container .wpforms-error,
.shp-form-wrap .wpforms-container label.wpforms-error {
  color: #b1165f !important;
  font-size: 12px !important;
  margin-top: 6px !important;
}

.shp-form-wrap .wpforms-container-full .wpforms-confirmation-container,
.shp-form-wrap .wpforms-container-full .wpforms-confirmation-container-full,
.shp-form-wrap .shp-confirmation-message {
  background: var(--shp-green);
  border: 1px solid var(--shp-green);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(157, 255, 59, 0.34);
  color: var(--shp-text);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 !important;
  padding: 18px 20px !important;
}

.shp-form-wrap .wpforms-container-full .wpforms-confirmation-container p,
.shp-form-wrap .wpforms-container-full .wpforms-confirmation-container-full p,
.shp-form-wrap .shp-confirmation-message p {
  margin: 0;
}

.shp-form-wrap .wpforms-container-full .wpforms-confirmation-container strong,
.shp-form-wrap .wpforms-container-full .wpforms-confirmation-container-full strong,
.shp-form-wrap .shp-confirmation-message strong {
  color: var(--shp-text);
}
.shp-footer {
  border-top: 0;
  margin-top: 0;
  padding: 52px 64px 30px;
  position: relative;
}

.shp-footer::before {
  background: #dcdad5;
  content: "";
  height: 1px;
  left: 64px;
  position: absolute;
  right: 64px;
  top: 0;
}

.shp-footer-grid {
  align-items: flex-start;
  column-gap: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 0.75fr);
  row-gap: 24px;
}

.shp-footer-col {
  min-width: 0;
}

.shp-footer-brand-col {
  display: grid;
  gap: 18px;
}

.shp-footer-logo {
  line-height: 0;
  margin: 0;
}

.shp-footer-logo a {
  display: inline-block;
  line-height: 0;
}

.shp-footer-logo img {
  max-width: 168px;
  width: 168px;
}

.shp-footer-claim {
  color: var(--shp-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 30ch;
}

.shp-footer-title {
  color: var(--shp-text);
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.shp-footer-nav,
.shp-footer-social {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shp-footer-nav a,
.shp-social-link {
  color: var(--shp-text);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: none;
}

.shp-footer-nav a {
  display: inline-block;
  position: relative;
  transition: color 0.2s ease, transform 0.2s ease;
}

.shp-footer-nav a::after {
  background: var(--shp-purple);
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  width: 100%;
}

.shp-footer-nav a:hover,
.shp-footer-nav a:focus-visible {
  color: var(--shp-purple);
  transform: translateX(2px);
}

.shp-footer-nav a:hover::after,
.shp-footer-nav a:focus-visible::after {
  transform: scaleX(1);
}

.shp-footer-nav a:focus-visible,
.shp-social-link:focus-visible,
.shp-footer-legal a:focus-visible {
  outline: 2px solid var(--shp-purple);
  outline-offset: 3px;
}

.shp-social-link {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  transition: color 0.22s ease, transform 0.22s ease;
}

.shp-social-icon {
  align-items: center;
  background: rgba(245, 243, 238, 1);
  border: 1px solid rgba(31, 36, 40, 0.42);
  border-radius: 999px;
  color: rgba(31, 36, 40, 0.72);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
  width: 34px;
}

.shp-social-icon svg {
  display: block;
  fill: currentColor;
  height: 17px;
  width: 17px;
}

.shp-social-link:hover,
.shp-social-link:focus-visible {
  color: var(--shp-purple);
  transform: translateY(-1px);
}

.shp-social-link:hover .shp-social-icon,
.shp-social-link:focus-visible .shp-social-icon {
  background: var(--shp-purple);
  border-color: var(--shp-purple);
  box-shadow: 0 8px 18px rgba(132, 92, 255, 0.24);
  color: #ffffff;
}

.shp-social-link:active {
  transform: translateY(0);
}

.shp-social-link:active .shp-social-icon {
  box-shadow: 0 2px 8px rgba(132, 92, 255, 0.2);
}

.shp-footer-legal-wrap {
  margin-top: 18px;
  padding-top: 0;
  position: relative;
}

.shp-footer-legal-wrap::before {
  display: none;
}

.shp-footer-legal {
  color: rgba(31, 36, 40, 0.64);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.shp-footer-legal span {
  color: rgba(31, 36, 40, 0.42);
  margin: 0 8px;
}

.shp-footer-legal a {
  color: var(--shp-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.shp-footer-legal a:hover {
  color: var(--shp-purple);
}
@media (max-width: 1279px) {
  .shp-header,
  .shp-section,
  .shp-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .shp-footer::before {
    left: 40px;
    right: 40px;
  }

  .shp-footer-grid {
    column-gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr) minmax(0, 0.8fr);
  }

  .shp-menu {
    gap: 18px;
  }

  .shp-menu a {
    font-size: 11px;
  }

  .shp-hero-columns {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .shp-hero-columns > .wp-block-column:first-child {
    grid-template-rows: auto;
    min-height: 0;
    padding-right: 0;
    row-gap: 20px;
  }

  .shp-hero .shp-cta {
    grid-row: auto;
  }

  .shp-hero-image {
    max-width: 544px;
  }

  .shp-hero-title {
    font-size: clamp(56px, 7vw, 78px);
  }

  .shp-why-title {
    font-size: clamp(72px, 8.2vw, 102px);
  }


}

@media (max-width: 1024px) {
  .shp-header,
  .shp-section,
  .shp-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.page-slug-privacy-policy .shp-page > .wp-block-post-content,
  body.page-id-3 .shp-page > .wp-block-post-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shp-footer::before {
    left: 24px;
    right: 24px;
  }

  .shp-footer-grid {
    column-gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .shp-footer-follow-col {
    grid-column: 1 / -1;
  }

  .shp-footer-legal-wrap {
    margin-top: 16px;
  }

  .shp-header {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    min-height: auto;
  }

  .shp-menu {
    flex-wrap: wrap;
    gap: 12px 16px;
    justify-content: flex-start;
  }

  .shp-hero-columns,
  .shp-about-columns,
  .shp-passive-columns,
  .shp-contact-columns,
  .shp-why-italy > .wp-block-columns,
  .shp-gallery,
  .shp-partners-grid,
  .shp-why-benefits {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .shp-about-columns > .wp-block-column {
    margin-left: 0 !important;
    max-width: none;
  }

  .shp-hero-title {
    white-space: normal;
  }

  .shp-cta {
    flex-wrap: wrap;
  }

  .shp-why-title {
    margin: 0;
    text-align: left;
  }

  .shp-partners::before,
  .shp-partners::after {
    width: 100%;
  }

  .shp-partner-slot-empty {
    display: none;
  }

  .shp-contact p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .shp-header,
  .shp-section,
  .shp-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.page-slug-privacy-policy .shp-page > .wp-block-post-content,
  body.page-id-3 .shp-page > .wp-block-post-content {
    padding: 88px 16px;
  }

  .shp-footer::before {
    left: 16px;
    right: 16px;
  }

  .shp-footer {
    padding-bottom: 24px;
    padding-top: 40px;
  }

  .shp-footer-grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .shp-footer-follow-col {
    grid-column: auto;
  }

  .shp-footer-logo img {
    max-width: 148px;
    width: 148px;
  }

  .shp-footer-claim {
    max-width: none;
  }

  .shp-footer-title {
    margin-bottom: 14px;
  }

  .shp-footer-legal-wrap {
    margin-top: 14px;
    padding-top: 0;
  }

  .shp-footer-legal {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .shp-footer-legal span {
    margin: 0;
  }

  .shp-header {
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .shp-logo img {
    width: min(170px, 68vw);
  }

  .shp-overline {
    font-size: 13px;
    letter-spacing: 0.26em;
  }

  .shp-hero-title {
    font-size: clamp(42px, 11vw, 58px);
  }

  .shp-lead {
    font-size: 16px;
  }

  .shp-btn .wp-block-button__link {
    min-width: 0;
    width: 100%;
  }

  .shp-about-title {
    font-size: 46px;
    padding-bottom: 48px;
    padding-top: 80px;
  }

  .shp-name {
    font-size: 26px;
  }

  .shp-passive-title {
    font-size: clamp(38px, 9vw, 52px);
    max-width: none;
  }

  .shp-feature {
    padding: 16px 18px;
  }

  .shp-partners-title {
    font-size: 28px;
  }

  .shp-why-title {
    font-size: clamp(46px, 12vw, 64px);
  }

  .shp-contact-title {
    font-size: 40px;
  }

  .shp-contact p {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .shp-cta {
    flex-direction: column;
  }

  .shp-btn,
  .shp-btn .wp-block-button__link {
    width: 100%;
  }
}









/* shp-section-reveal-v167 */
@supports (animation-timeline: view()) {
  .shp-hero .shp-overline,
  .shp-hero .shp-hero-title,
  .shp-hero .shp-lead,
  .shp-hero .shp-cta,
  .shp-hero .shp-hero-image,
  .shp-passive .shp-overline,
  .shp-passive .shp-passive-title,
  .shp-passive-columns > .wp-block-column:first-child > p:not(.shp-overline),
  .shp-passive .shp-passive-video-placeholder,
  .shp-why-title,
  .shp-why-intro,
  .shp-why-images,
  .shp-why-benefits > .wp-block-column,
  .shp-journey-title,
  .shp-gallery,
  .shp-journey-note,
  .shp-about-title,
  .shp-about-columns > .wp-block-column,
  .shp-partners-title,
  .shp-partners-note,
  .shp-partners-grid,
  .shp-contact-title,
  .shp-contact .wp-block-column:first-child p,
  .shp-contact .shp-form-wrap {
    animation-duration: 0.72s;
    animation-fill-mode: both;
    animation-name: shp-section-rise;
    animation-timeline: view();
    animation-timing-function: cubic-bezier(0.2, 0.7, 0.18, 1);
    animation-range: entry 10% cover 32%;
    opacity: 0;
    transform: translateY(var(--shp-section-reveal-distance, 18px));
    will-change: transform, opacity;
  }

  .shp-hero .shp-hero-title,
  .shp-passive .shp-passive-title,
  .shp-why-title,
  .shp-about-title,
  .shp-journey-title,
  .shp-partners-title,
  .shp-contact-title {
    --shp-section-reveal-distance: 22px;
  }

  .shp-hero .shp-hero-image,
  .shp-why-images,
  .shp-gallery,
  .shp-about-columns > .wp-block-column,
  .shp-partners-grid,
  .shp-contact .shp-form-wrap {
    animation-range: entry 12% cover 40%;
  }

  .shp-hero .shp-lead,
  .shp-passive .shp-passive-video-placeholder,
  .shp-journey-note,
  .shp-contact .shp-form-wrap {
    animation-range: entry 14% cover 42%;
  }

  .shp-why-benefits > .wp-block-column:nth-child(2),
  .shp-about-columns > .wp-block-column:nth-child(2) {
    animation-range: entry 16% cover 44%;
  }

  .shp-why-benefits > .wp-block-column:nth-child(3) {
    animation-range: entry 20% cover 48%;
  }
}

@keyframes shp-section-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .shp-hero .shp-overline,
  .shp-hero .shp-hero-title,
  .shp-hero .shp-lead,
  .shp-hero .shp-cta,
  .shp-hero .shp-hero-image,
  .shp-passive .shp-overline,
  .shp-passive .shp-passive-title,
  .shp-passive-columns > .wp-block-column:first-child > p:not(.shp-overline),
  .shp-passive .shp-passive-video-placeholder,
  .shp-why-title,
  .shp-why-intro,
  .shp-why-images,
  .shp-why-benefits > .wp-block-column,
  .shp-journey-title,
  .shp-gallery,
  .shp-journey-note,
  .shp-about-title,
  .shp-about-columns > .wp-block-column,
  .shp-partners-title,
  .shp-partners-note,
  .shp-partners-grid,
  .shp-contact-title,
  .shp-contact .wp-block-column:first-child p,
  .shp-contact .shp-form-wrap {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shp-gallery--js .shp-gallery-track {
    animation: none;
    transform: none;
  }

  .shp-hero-image,
  .shp-about-image,
  .shp-why-image-all,
  .shp-partner-logo a {
    transition: none;
  }
}
/* shp-responsive-fixes-v144 */
.wp-site-blocks > footer.wp-block-template-part .shp-footer-shell,
.wp-site-blocks > footer.wp-block-template-part .shp-footer-shell > .shp-footer {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.wp-site-blocks > .wp-block-group.shp-page > .shp-contact,
.wp-site-blocks > .wp-block-group.shp-page > .shp-contact > .shp-contact-columns,
.wp-site-blocks > .wp-block-group.shp-page > .shp-contact .wpforms-container,
.wp-site-blocks > .wp-block-group.shp-page > .shp-contact .wpforms-container .wpforms-form {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .shp-about-columns {
    gap: 80px !important;
    row-gap: 80px !important;
  }

  .shp-about-columns > .wp-block-column + .wp-block-column {
    margin-top: 0 !important;
  }

  .shp-why-italy > .wp-block-columns > .wp-block-column:first-child {
    order: 2;
  }

  .shp-why-italy > .wp-block-columns > .wp-block-column:last-child {
    order: 1;
  }

  .shp-why-intro {
    padding-top: 0;
  }

  .shp-why-title {
    margin: 0 0 8px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .shp-header {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    padding-bottom: 16px;
    padding-top: 14px;
  }

  .shp-brand {
    justify-content: flex-start;
  }

  .shp-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
  }

  .shp-menu a {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

/* shp-mobile-polish-v144 */
.wp-site-blocks > .wp-block-group,
.wp-site-blocks > .wp-block-template-part {
  background-color: var(--shp-bg);
}

html.shp-progress-js .shp-scroll-progress {
  background: transparent;
  border: 0;
  opacity: 0;
  transition: opacity 0.16s linear;
}

html.shp-progress-js .shp-scroll-progress.is-visible {
  opacity: 1;
}

html.shp-progress-js .shp-scroll-progress-bar {
  animation: none !important;
  opacity: 1;
  transition: transform 0.08s linear;
}

.shp-return-top {
  align-items: center;
  background: rgba(245, 243, 238, 0.96);
  border: 1px solid rgba(31, 36, 40, 0.32);
  border-radius: 999px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 8px 18px rgba(132, 92, 255, 0.18);
  color: var(--shp-purple);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0;
  padding: 0 14px;
  pointer-events: none;
  position: fixed;
  right: 18px;
  text-transform: uppercase;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 95;
}

.shp-return-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.shp-return-top:hover,
.shp-return-top:focus-visible {
  background: var(--shp-purple);
  border-color: var(--shp-purple);
  box-shadow: 0 10px 24px rgba(132, 92, 255, 0.28);
  color: #ffffff;
}

.shp-return-top:active {
  transform: translateY(1px);
}

.shp-return-top:focus-visible {
  outline: 2px solid var(--shp-green);
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  .shp-about-columns > .wp-block-column + .wp-block-column {
    margin-top: 80px !important;
  }
}

@media (max-width: 767px) {
  .shp-header {
    row-gap: 12px;
  }

  .shp-menu {
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    gap: 14px;
    justify-content: flex-start;
    margin: 0;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100%;
  }

  .shp-menu::-webkit-scrollbar {
    display: none;
  }

  .shp-menu a {
    flex: 0 0 auto;
    padding: 6px 0;
    scroll-snap-align: start;
  }

  .shp-why-italy > .wp-block-columns {
    gap: 12px;
  }

  .shp-return-top {
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    height: 40px;
    right: 14px;
  }
}


/* shp-top-arrow-v144 */
.shp-return-top {
  font-size: 0;
  height: 44px;
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
  width: 44px;
}

.shp-return-top svg {
  display: block;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.shp-return-top:hover svg,
.shp-return-top:focus-visible svg {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .shp-return-top {
    height: 40px;
    width: 40px;
  }

  .shp-return-top svg {
    height: 17px;
    width: 17px;
  }
}



.shp-footer-legal .shp-footer-heart {
  color: var(--shp-pink);
  margin: 0 3px;
}


/* shp-copy-update-v144 */
.shp-hero-support {
  color: var(--shp-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 18px;
  max-width: 34ch;
}

.shp-passive-video-cta {
  font-size: 14px;
  line-height: 1.55;
  margin-top: 24px;
}

.shp-passive-video-cta a {
  border-bottom: 1px solid rgba(132, 92, 255, 0.35);
  color: var(--shp-purple);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.shp-passive-video-cta a:hover,
.shp-passive-video-cta a:focus-visible {
  border-bottom-color: #6f4de2;
  color: #6f4de2;
}

.shp-journey-title {
  font-size: 64px;
  line-height: 1.2;
  margin: 0 64px 40px;
  text-align: left;
}

@media (max-width: 1024px) {
  .shp-journey-title {
    font-size: 48px;
    margin: 0 24px 28px;
  }
}

@media (max-width: 767px) {
  .shp-hero-support {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .shp-passive-video-cta {
    font-size: 13px;
    margin-top: 20px;
  }

  .shp-journey-title {
    font-size: 40px;
    margin: 0 16px 22px;
  }
}


/* shp-passive-video-placeholder-v155 */
.shp-passive-video-placeholder {
  margin-top: 24px;
}

.shp-page h3.shp-video-title,
.shp-video-title {
  color: var(--shp-text);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif) !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 6px;
  text-transform: none;
}

.shp-video-timestamp {
  display: none;
}

.shp-video-preview {
  aspect-ratio: 16 / 9;
  background: transparent;
  border: 1px solid rgba(132, 92, 255, 0.32);
  border-radius: 24px;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.shp-video-preview iframe {
  border: 0;
  display: block;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

.shp-video-preview.is-loaded {
  background: transparent;
}

.shp-video-lazy {
  align-items: center;
  background: transparent;
  border: 0;
  color: #f5f3ee;
  cursor: pointer;
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.shp-video-lazy img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.02);
  transition: transform 0.32s ease;
  width: 100%;
}

.shp-video-lazy-overlay {
  background: linear-gradient(0deg, rgba(31, 36, 40, 0.62) 0%, rgba(31, 36, 40, 0.26) 58%, rgba(31, 36, 40, 0.12) 100%);
  inset: 0;
  position: absolute;
  transition: background 0.24s ease;
}

.shp-video-lazy-center {
  align-items: center;
  display: flex;
  gap: 0;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.shp-video-lazy-play {
  background: linear-gradient(135deg, rgba(132, 92, 255, 0.96), rgba(111, 77, 226, 0.96));
  border: 1px solid rgba(245, 243, 238, 0.3);
  border-radius: 12px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.28);
  height: 50px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  width: 72px;
}

.shp-video-lazy-play::before {
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
  border-top: 10px solid transparent;
  content: "";
  left: 30px;
  position: absolute;
  top: 15px;
}

.shp-video-lazy:hover img,
.shp-video-lazy:focus-visible img {
  transform: scale(1.05);
}

.shp-video-lazy:hover .shp-video-lazy-overlay,
.shp-video-lazy:focus-visible .shp-video-lazy-overlay {
  background: linear-gradient(0deg, rgba(31, 36, 40, 0.7) 0%, rgba(31, 36, 40, 0.32) 58%, rgba(31, 36, 40, 0.16) 100%);
}

.shp-video-lazy:hover .shp-video-lazy-play,
.shp-video-lazy:focus-visible .shp-video-lazy-play {
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.34);
  filter: brightness(1.07);
  transform: translateY(-1px) scale(1.03);
}

.shp-video-lazy:active .shp-video-lazy-play {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.28);
  transform: translateY(0) scale(0.98);
}

.shp-video-lazy:focus-visible {
  outline: 2px solid var(--shp-green);
  outline-offset: -2px;
}

@media (max-width: 767px) {
  .shp-passive-video-placeholder {
    margin-top: 20px;
  }

  .shp-page h3.shp-video-title,
.shp-video-title {
    font-size: 16px;
  }

  .shp-video-preview {
    border-radius: 18px;
  }

  .shp-video-lazy-play {
    border-radius: 10px;
    height: 44px;
    width: 64px;
  }

  .shp-video-lazy-play::before {
    border-bottom-width: 9px;
    border-left-width: 14px;
    border-top-width: 9px;
    left: 26px;
    top: 13px;
  }
}
/* shp-matomo-optout-v147 */
.shp-page .wp-block-post-content .wp-block-shortcode {
  margin-top: 16px;
}

.shp-page iframe[src*="action=optOut"],
.shp-page iframe[src*="module=CoreAdminHome"][src*="optOut"] {
  background: #ffffff;
  border: 1px solid rgba(132, 92, 255, 0.22);
  border-radius: 14px;
  box-sizing: border-box;
  min-height: 220px;
  width: 100%;
}

.shp-page .matomo-opt-out,
.shp-page .matomo-opt-out-form,
.shp-page #matomo-opt-out,
.shp-page #matomo-opt-out-form,
.shp-page .piwik-opt-out,
.shp-page .piwik-opt-out-form {
  background: #ffffff;
  border: 1px solid rgba(132, 92, 255, 0.22);
  border-radius: 14px;
  box-sizing: border-box;
  color: var(--shp-text);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 12px;
  padding: 16px 18px;
}

.shp-page .matomo-opt-out p,
.shp-page .matomo-opt-out-form p,
.shp-page #matomo-opt-out p,
.shp-page #matomo-opt-out-form p,
.shp-page .piwik-opt-out p,
.shp-page .piwik-opt-out-form p {
  margin: 0 0 10px;
}

.shp-page .matomo-opt-out a,
.shp-page .matomo-opt-out-form a,
.shp-page #matomo-opt-out a,
.shp-page #matomo-opt-out-form a,
.shp-page .piwik-opt-out a,
.shp-page .piwik-opt-out-form a {
  color: var(--shp-purple);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.shp-page .matomo-opt-out a:hover,
.shp-page .matomo-opt-out-form a:hover,
.shp-page #matomo-opt-out a:hover,
.shp-page #matomo-opt-out-form a:hover,
.shp-page .piwik-opt-out a:hover,
.shp-page .piwik-opt-out-form a:hover {
  color: #6f4de2;
}

.shp-page .matomo-opt-out button,
.shp-page .matomo-opt-out-form button,
.shp-page #matomo-opt-out button,
.shp-page #matomo-opt-out-form button,
.shp-page .piwik-opt-out button,
.shp-page .piwik-opt-out-form button,
.shp-page .matomo-opt-out input[type="submit"],
.shp-page .matomo-opt-out-form input[type="submit"],
.shp-page #matomo-opt-out input[type="submit"],
.shp-page #matomo-opt-out-form input[type="submit"],
.shp-page .piwik-opt-out input[type="submit"],
.shp-page .piwik-opt-out-form input[type="submit"] {
  align-items: center;
  background: var(--shp-green);
  border: 1px solid var(--shp-green);
  border-radius: 999px;
  color: var(--shp-text);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 6px;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shp-page .matomo-opt-out button:hover,
.shp-page .matomo-opt-out-form button:hover,
.shp-page #matomo-opt-out button:hover,
.shp-page #matomo-opt-out-form button:hover,
.shp-page .piwik-opt-out button:hover,
.shp-page .piwik-opt-out-form button:hover,
.shp-page .matomo-opt-out input[type="submit"]:hover,
.shp-page .matomo-opt-out-form input[type="submit"]:hover,
.shp-page #matomo-opt-out input[type="submit"]:hover,
.shp-page #matomo-opt-out-form input[type="submit"]:hover,
.shp-page .piwik-opt-out input[type="submit"]:hover,
.shp-page .piwik-opt-out-form input[type="submit"]:hover {
  background: #b6ff63;
  border-color: #b6ff63;
  box-shadow: 0 8px 18px rgba(157, 255, 59, 0.34);
  transform: translateY(-1px);
}

.shp-page .matomo-opt-out button:active,
.shp-page .matomo-opt-out-form button:active,
.shp-page #matomo-opt-out button:active,
.shp-page #matomo-opt-out-form button:active,
.shp-page .piwik-opt-out button:active,
.shp-page .piwik-opt-out-form button:active,
.shp-page .matomo-opt-out input[type="submit"]:active,
.shp-page .matomo-opt-out-form input[type="submit"]:active,
.shp-page #matomo-opt-out input[type="submit"]:active,
.shp-page #matomo-opt-out-form input[type="submit"]:active,
.shp-page .piwik-opt-out input[type="submit"]:active,
.shp-page .piwik-opt-out-form input[type="submit"]:active {
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.08);
  transform: translateY(0);
}

.shp-page .matomo-opt-out input[type="checkbox"],
.shp-page .matomo-opt-out-form input[type="checkbox"],
.shp-page #matomo-opt-out input[type="checkbox"],
.shp-page #matomo-opt-out-form input[type="checkbox"],
.shp-page .piwik-opt-out input[type="checkbox"],
.shp-page .piwik-opt-out-form input[type="checkbox"] {
  accent-color: var(--shp-purple);
}

@media (max-width: 767px) {
  .shp-page iframe[src*="action=optOut"],
  .shp-page iframe[src*="module=CoreAdminHome"][src*="optOut"] {
    min-height: 250px;
  }

  .shp-page .matomo-opt-out,
  .shp-page .matomo-opt-out-form,
  .shp-page #matomo-opt-out,
  .shp-page #matomo-opt-out-form,
  .shp-page .piwik-opt-out,
  .shp-page .piwik-opt-out-form {
    padding: 14px 14px;
  }
}

/* shp-error-pages-v154 */
.shp-error-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 280px);
  padding: 120px 64px;
}

.shp-error-wrap {
  background: linear-gradient(150deg, rgba(132, 92, 255, 0.12), rgba(175, 243, 243, 0.08));
  border: 1px solid rgba(132, 92, 255, 0.28);
  border-radius: 32px;
  box-shadow: 0 20px 40px rgba(132, 92, 255, 0.12);
  max-width: 760px;
  overflow: hidden;
  padding: 34px 32px;
  position: relative;
  text-align: center;
  width: 100%;
}

.shp-error-wrap::before,
.shp-error-wrap::after {
  border-radius: 999px;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.shp-error-wrap::before {
  background: radial-gradient(circle, rgba(132, 92, 255, 0.22), rgba(132, 92, 255, 0));
  height: 220px;
  right: -78px;
  top: -72px;
  width: 220px;
}

.shp-error-wrap::after {
  background: radial-gradient(circle, rgba(175, 243, 243, 0.25), rgba(175, 243, 243, 0));
  bottom: -94px;
  height: 240px;
  left: -88px;
  width: 240px;
}

.shp-error-sheep {
  align-items: center;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 1), rgba(245, 243, 238, 1));
  border: 1px solid rgba(132, 92, 255, 0.3);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(132, 92, 255, 0.17), inset 0 0 0 1px rgba(255, 255, 255, 0.9);
  display: inline-flex;
  height: 88px;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 18px;
  position: relative;
  width: 88px;
  z-index: 1;
  animation: shp-error-sheep-float 4.2s ease-in-out infinite;
}

.shp-error-sheep::after {
  border: 1px dashed rgba(132, 92, 255, 0.35);
  border-radius: 999px;
  content: "";
  inset: 6px;
  opacity: 0.45;
  position: absolute;
}

.shp-error-sheep img {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(31, 36, 40, 0.12));
  height: 100%;
  opacity: 0.94;
  transform: scale(0.9);
  width: 100%;
}

.shp-error-overline {
  font-size: 12px;
  letter-spacing: 0.26em;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}

.shp-error-code {
  color: var(--shp-purple);
  font-size: clamp(78px, 12.3vw, 152px);
  line-height: 0.94;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}

.shp-error-title {
  color: var(--shp-text);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 14px;
  position: relative;
  text-transform: none;
  z-index: 1;
}

.shp-error-text {
  color: var(--shp-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto 22px;
  max-width: 52ch;
  position: relative;
  z-index: 1;
}

.shp-error-actions {
  justify-content: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

@keyframes shp-error-sheep-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 767px) {
  .shp-error-page {
    min-height: calc(100vh - 240px);
    padding: 72px 16px;
  }

  .shp-error-wrap {
    border-radius: 24px;
    padding: 24px 18px;
  }

  .shp-error-wrap::before {
    height: 170px;
    right: -70px;
    top: -64px;
    width: 170px;
  }

  .shp-error-wrap::after {
    bottom: -88px;
    height: 200px;
    left: -74px;
    width: 200px;
  }

  .shp-error-sheep {
    height: 78px;
    margin-bottom: 12px;
    padding: 15px;
    width: 78px;
  }

  .shp-error-text {
    font-size: 15px;
  }
}

