:root {
  --rm-ink: #243a76;
  --rm-ink-soft: #3b4f86;
  --rm-teal: #4182ba;
  --rm-teal-dark: #215c96;
  --rm-mint: #dfe7ff;
  --rm-amber: #af67e7;
  --rm-red: #d64b3c;
  --rm-paper: #fbfcff;
  --rm-cream: #f3f7ff;
  --rm-sage: #e7edff;
  --rm-violet: #af67e7;
  --rm-line: rgba(36, 58, 118, .14);
  --rm-line-strong: rgba(36, 58, 118, .24);
  --rm-shadow: 0 24px 70px rgba(36, 58, 118, .14);
  --rm-radius: 8px;
  --rm-hero-title-size: 4.05rem;
  --rm-hero-title-line-height: 1.02;
  --rm-hero-lead-size: 1.2rem;
}

@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  src: url("../fonts/Nunito-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("../../vendor/bootstrap-icons/fonts/bootstrap-icons.woff2") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2::before { content: "\f272"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clock::before { content: "\f293"; }
.bi-gear::before { content: "\f3e5"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-people::before { content: "\f4d0"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shop::before { content: "\f543"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-translate::before { content: "\f658"; }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--rm-paper);
  color: var(--rm-ink);
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

a {
  color: var(--rm-teal);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

a:hover {
  color: var(--rm-teal-dark);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 10px 14px;
  background: #fff;
  border-radius: var(--rm-radius);
  color: var(--rm-ink);
  font-weight: 800;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(36, 58, 118, .08);
  background: rgba(251, 252, 255, .94);
  backdrop-filter: blur(18px);
}

.navbar {
  padding-block: 10px;
}

.navbar-brand {
  color: var(--rm-ink);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(156px, 16vw, 210px);
  height: auto;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 0;
  background: url("../brand/rispondimi-glifo.svg") center / contain no-repeat;
  box-shadow: none;
}

.brand-name {
  line-height: 1;
}

.brand-tag {
  display: block;
  margin-top: 3px;
  color: var(--rm-ink-soft);
  font-size: .72rem;
  font-weight: 700;
}

.nav-link {
  color: rgba(36, 58, 118, .76);
  font-size: .95rem;
  font-weight: 780;
}

.nav-link:hover,
.nav-link.active {
  color: var(--rm-teal);
}

.navbar-toggler {
  border-color: var(--rm-line);
  border-radius: var(--rm-radius);
}

.btn {
  --bs-btn-border-radius: var(--rm-radius);
  min-height: 40px;
  padding: .62rem .9rem;
  font-weight: 820;
  letter-spacing: 0;
}

.btn i {
  margin-right: .45rem;
}

.btn .spinner-border {
  margin-right: .45rem;
  vertical-align: -.125em;
}

.btn-primary {
  --bs-btn-bg: var(--rm-teal);
  --bs-btn-border-color: var(--rm-teal);
  --bs-btn-hover-bg: var(--rm-teal-dark);
  --bs-btn-hover-border-color: var(--rm-teal-dark);
  --bs-btn-active-bg: var(--rm-teal-dark);
  --bs-btn-active-border-color: var(--rm-teal-dark);
  box-shadow: 0 15px 36px rgba(65, 130, 186, .22);
}

.btn-outline-primary {
  --bs-btn-color: var(--rm-teal);
  --bs-btn-border-color: rgba(65, 130, 186, .35);
  --bs-btn-hover-bg: var(--rm-teal);
  --bs-btn-hover-border-color: var(--rm-teal);
}

.btn-light {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, .42);
  --bs-btn-color: var(--rm-ink);
  --bs-btn-hover-bg: var(--rm-cream);
  --bs-btn-hover-border-color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(102, 124, 216, .32);
  border-radius: 999px;
  background: rgba(102, 124, 216, .12);
  color: var(--rm-teal-dark);
  font-size: .74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero .eyebrow,
.inner-hero .eyebrow {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(15, 27, 66, .78);
  color: #fff;
  box-shadow: 0 14px 32px rgba(10, 17, 40, .18);
}

.hero,
.inner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 27, 63, .96) 0%, rgba(36, 58, 118, .9) 56%, rgba(65, 130, 186, .38) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg");
  background-position: center right;
  background-size: cover;
}

.hero::after,
.inner-hero::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(36, 58, 118, .6));
  content: "";
}

.hero {
  min-height: clamp(500px, calc(88svh - 64px), 640px);
  display: flex;
  align-items: center;
  padding-block: 54px 66px;
}

.inner-hero {
  min-height: 380px;
  display: flex;
  align-items: center;
  padding-block: 58px;
}

.hero-copy,
.inner-hero-copy {
  max-width: 710px;
}

.hero h1,
.inner-hero h1 {
  max-width: 980px;
  margin: 0;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(2.25rem, 5.3vw, 4.25rem);
  line-height: 1;
}

.inner-hero h1 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1;
}

.hero .lead,
.inner-hero .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, .88);
  font-weight: 520;
}

.hero .lead {
  margin-top: 18px;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.inner-hero .lead {
  margin-top: 16px;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-number-line {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 590px;
  margin: 16px 0 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .92);
  font-size: .94rem;
  font-weight: 760;
  line-height: 1.35;
  backdrop-filter: blur(14px);
}

.hero-number-line i {
  color: #fff;
  font-size: 1.05rem;
}

.section {
  padding-block: clamp(54px, 7vw, 86px);
}

.section-tight {
  padding-block: clamp(42px, 5vw, 64px);
}

.section-muted {
  background: var(--rm-cream);
}

.section-dark {
  background:
    radial-gradient(circle at 84% 16%, rgba(175, 103, 231, .28), transparent 30%),
    linear-gradient(135deg, #243a76, var(--rm-ink));
  color: #fff;
}

.section-dark p,
.section-dark .section-lead {
  color: rgba(255, 255, 255, .78);
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--rm-teal-dark);
  font-size: .82rem;
  font-weight: 880;
  text-transform: uppercase;
}

.section-dark .section-kicker {
  color: #dbe4ff;
}

.section-title {
  max-width: 760px;
  margin: 0;
  color: inherit;
  font-size: clamp(1.75rem, 3.1vw, 2.8rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.section-lead {
  max-width: 700px;
  margin-top: 14px;
  color: var(--rm-ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.58;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.content-stack {
  display: grid;
  gap: 18px;
}

.problem-list,
.benefit-list,
.use-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.problem-list li,
.benefit-list li,
.use-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .66);
  color: var(--rm-ink);
  font-weight: 680;
  box-shadow: 0 10px 32px rgba(36, 58, 118, .06);
}

.problem-list li::before,
.benefit-list li::before,
.use-list li::before {
  position: absolute;
  left: 16px;
  top: 17px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--rm-red);
  content: "";
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .72);
}

.benefit-list li::before,
.use-list li::before {
  background: var(--rm-teal);
}

.answer-box,
.signal-card,
.quote-card,
.price-card,
.demo-form-wrap,
.calculator {
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: var(--rm-shadow);
}

.answer-box {
  padding: 20px;
}

.answer-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rm-teal-dark);
  font-size: .86rem;
  text-transform: uppercase;
}

.answer-box p {
  margin: 0;
  color: var(--rm-ink-soft);
  line-height: 1.65;
}

.signal-card {
  padding: 22px;
}

.signal-card .metric {
  display: block;
  margin-bottom: 8px;
  color: var(--rm-amber);
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
}

.signal-card p {
  margin: 0;
  color: var(--rm-ink-soft);
  line-height: 1.6;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.step-card {
  overflow: hidden;
  min-height: 100%;
  padding: 0 0 20px;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: 0 16px 44px rgba(36, 58, 118, .08);
}

.step-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  max-height: 178px;
  margin-bottom: 18px;
  object-fit: cover;
}

.step-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin: 0 22px 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--rm-teal);
  color: #fff;
  font-weight: 900;
}

.step-card h3 {
  margin: 0 22px 8px;
  color: var(--rm-ink);
  font-size: 1.12rem;
  font-weight: 880;
}

.step-card p {
  margin: 0 22px;
  color: var(--rm-ink-soft);
  line-height: 1.6;
}

.audio-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(175, 103, 231, .13), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--rm-cream) 100%);
}

.audio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.audio-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 48px rgba(36, 58, 118, .1);
}

.audio-card.is-playing {
  border-color: rgba(65, 130, 186, .38);
  box-shadow: 0 24px 60px rgba(65, 130, 186, .16);
}

.audio-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.audio-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(65, 130, 186, .18), rgba(175, 103, 231, .16)),
    #fff;
  color: var(--rm-teal-dark);
  font-size: 1.05rem;
}

.audio-card h3 {
  margin: 0 0 5px;
  color: var(--rm-ink);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.12;
}

.audio-card p {
  margin: 0;
  color: var(--rm-ink-soft);
  line-height: 1.5;
}

.audio-transcript {
  flex: 1;
  font-size: .95rem;
}

.audio-player {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 2px;
}

.audio-play-btn {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rm-teal), var(--rm-violet));
  color: #fff;
  box-shadow: 0 15px 34px rgba(65, 130, 186, .24);
}

.audio-play-btn:hover,
.audio-play-btn:focus-visible {
  filter: brightness(1.05);
}

.audio-track {
  min-width: 0;
}

.audio-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(36, 58, 118, .12);
}

.audio-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rm-teal), var(--rm-violet));
}

.audio-times {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  color: rgba(36, 58, 118, .68);
  font-size: .78rem;
  font-weight: 820;
  line-height: 1;
}

.audio-transcript-details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(36, 58, 118, .12);
}

.audio-transcript-details summary {
  color: var(--rm-ink);
  cursor: pointer;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.35;
  text-underline-offset: .2em;
}

.audio-transcript-details summary:hover,
.audio-transcript-details summary:focus-visible {
  color: var(--rm-violet);
  text-decoration: underline;
}

.audio-transcript-details[open] summary {
  margin-bottom: 12px;
}

.audio-dialogue {
  max-height: 360px;
  padding: 14px;
  overflow-y: auto;
  border-radius: 12px;
  background: rgba(36, 58, 118, .055);
  scrollbar-color: rgba(36, 58, 118, .45) transparent;
  scrollbar-width: thin;
}

.audio-card .audio-dialogue p {
  color: var(--rm-ink);
  font-size: .9rem;
  line-height: 1.52;
}

.audio-card .audio-dialogue p + p {
  margin-top: 9px;
}

.audio-redaction {
  color: var(--rm-ink-soft);
  font-style: italic;
}

.audio-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  max-width: 780px;
  margin: 22px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(65, 130, 186, .18);
  border-radius: var(--rm-radius);
  background: #fff;
  color: var(--rm-ink-soft);
  text-align: center;
  box-shadow: 0 14px 34px rgba(36, 58, 118, .08);
}

.audio-note strong {
  color: var(--rm-teal-dark);
}

.feature-split {
  grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr);
  align-items: center;
}

.value-section {
  align-items: center;
}

.image-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: var(--rm-shadow);
}

.image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 330px;
  object-fit: cover;
}

.image-card-portrait {
  max-width: 400px;
}

.image-card-portrait img {
  aspect-ratio: 4 / 5;
  object-position: center top;
}

.phone-panel {
  position: sticky;
  top: 94px;
  overflow: hidden;
  border-radius: var(--rm-radius);
  background: var(--rm-ink);
  color: #fff;
  box-shadow: var(--rm-shadow);
}

.phone-panel img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  opacity: .65;
}

.call-status {
  padding: 20px;
}

.call-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(102, 124, 216, .3);
  border-radius: 999px;
  background: rgba(102, 124, 216, .12);
  color: var(--rm-mint);
  font-size: .8rem;
  font-weight: 840;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rm-mint);
  box-shadow: 0 0 0 rgba(102, 124, 216, .5);
  animation: pulseDot 1.6s infinite;
}

.call-line {
  display: grid;
  gap: 10px;
}

.bubble {
  width: fit-content;
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .88);
}

.bubble.assistant {
  justify-self: end;
  background: rgba(102, 124, 216, .18);
  color: #fff;
}

.saved-row {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(102, 124, 216, .32);
  border-radius: var(--rm-radius);
  background: rgba(102, 124, 216, .12);
  color: var(--rm-mint);
  font-weight: 840;
}

.quote-card {
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(65, 130, 186, .09), rgba(175, 103, 231, .1)),
    #fff;
}

.quote-card blockquote {
  margin: 0;
  color: var(--rm-ink);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  font-weight: 780;
  line-height: 1.35;
}

.quote-card figcaption {
  margin-top: 18px;
  color: var(--rm-ink-soft);
  font-weight: 720;
}

.testimonial-editorial {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 4.5vw, 54px);
  align-items: start;
}

.testimonial-intro {
  position: sticky;
  top: 112px;
}

.testimonial-list {
  border-top: 1px solid var(--rm-line-strong);
}

.testimonial-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--rm-line);
}

.testimonial-row img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(36, 58, 118, .16);
}

.testimonial-row blockquote {
  margin: 0;
  color: var(--rm-ink);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 760;
  line-height: 1.45;
}

.testimonial-author {
  margin-top: 12px;
  color: var(--rm-ink-soft);
  font-size: .95rem;
  font-weight: 820;
}

.process-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.process-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: #fff;
}

.process-item span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--rm-sage);
  color: var(--rm-teal-dark);
  font-weight: 900;
}

.process-item h2,
.process-item h3 {
  margin: 0 0 7px;
  color: var(--rm-ink);
  font-size: 1.14rem;
  font-weight: 880;
}

.process-item p {
  margin: 0;
  color: var(--rm-ink-soft);
  line-height: 1.6;
}

.comparison {
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: #fff;
}

.comparison table {
  margin: 0;
}

.comparison th {
  color: var(--rm-ink);
  font-size: .85rem;
  text-transform: uppercase;
}

.comparison td {
  color: var(--rm-ink-soft);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
}

.price-card.featured {
  border-color: rgba(102, 124, 216, .44);
  box-shadow: 0 26px 74px rgba(102, 124, 216, .15);
}

.plan-label {
  color: var(--rm-teal-dark);
  font-size: .82rem;
  font-weight: 860;
  text-transform: uppercase;
}

.price-card h2,
.price-card h3 {
  margin: 8px 0 8px;
  color: var(--rm-ink);
  font-size: 1.42rem;
  font-weight: 900;
}

.plan-price {
  margin: 4px 0 18px;
  color: var(--rm-amber);
  font-size: 1.2rem;
  font-weight: 900;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: var(--rm-ink-soft);
}

.price-card li {
  padding-left: 24px;
  position: relative;
}

.price-card li::before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--rm-teal);
  content: "✓";
  font-weight: 900;
}

.price-card .btn {
  margin-top: auto;
}

.calculator {
  padding: 22px;
}

.calculator-pro {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(65, 130, 186, .08), rgba(175, 103, 231, .08)),
    #fff;
}

.calculator-top {
  padding: 22px 24px 14px;
}

.calculator-top h2 {
  margin: 8px 0 6px;
  color: var(--rm-ink);
  font-size: clamp(1.22rem, 1.7vw, 1.5rem);
  font-weight: 900;
  line-height: 1.08;
}

.calculator-top p {
  margin: 0;
  color: var(--rm-ink-soft);
  line-height: 1.55;
}

.calc-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(65, 130, 186, .22);
  border-radius: 999px;
  background: rgba(65, 130, 186, .1);
  color: var(--rm-teal-dark);
  font-size: .78rem;
  font-weight: 880;
  text-transform: uppercase;
}

.calculator label {
  margin: 0;
  color: var(--rm-ink);
  font-weight: 820;
}

.calculator-output {
  margin: 0 14px;
  padding: 18px;
  border-radius: var(--rm-radius);
  background:
    radial-gradient(circle at 86% 0, rgba(175, 103, 231, .5), transparent 32%),
    linear-gradient(135deg, #243a76, var(--rm-ink));
  color: #fff;
  box-shadow: 0 22px 54px rgba(36, 58, 118, .2);
}

.calculator-output .output-label {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.calculator-output strong {
  display: block;
  color: #fff;
  font-size: clamp(2.15rem, 4.5vw, 3.25rem);
  font-weight: 950;
  line-height: .95;
}

.calculator-output span:not(.output-label) {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.45;
}

.range-stack {
  display: grid;
  gap: 16px;
  padding: 22px 24px;
}

.range-field {
  display: grid;
  gap: 9px;
}

.range-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.range-head output {
  min-width: 52px;
  padding: 5px 9px;
  border: 1px solid rgba(65, 130, 186, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--rm-teal-dark);
  font-size: .86rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 26px rgba(36, 58, 118, .1);
}

.rm-range {
  --range-progress: 0%;
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.rm-range::-webkit-slider-runnable-track {
  height: 7px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--rm-teal) 0%, var(--rm-violet) var(--range-progress), rgba(36, 58, 118, .14) var(--range-progress), rgba(36, 58, 118, .14) 100%);
}

.rm-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-top: -6.5px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--rm-violet);
  box-shadow: 0 10px 24px rgba(36, 58, 118, .22);
}

.rm-range::-moz-range-track {
  height: 7px;
  border-radius: 999px;
  background: rgba(36, 58, 118, .14);
}

.rm-range::-moz-range-progress {
  height: 7px;
  border-radius: 999px;
  background: var(--rm-teal);
}

.rm-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--rm-violet);
  box-shadow: 0 10px 24px rgba(36, 58, 118, .22);
}

.calc-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 24px 18px;
}

.calc-mini-grid div {
  padding: 12px;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .72);
}

.calc-mini-grid span {
  display: block;
  color: var(--rm-ink-soft);
  font-size: .82rem;
  font-weight: 760;
}

.calc-mini-grid strong {
  display: block;
  margin-top: 4px;
  color: var(--rm-ink);
  font-size: 1.08rem;
  font-weight: 920;
  line-height: 1;
}

.calc-footnote {
  margin: 0;
  padding: 14px 24px 20px;
  border-top: 1px solid rgba(36, 58, 118, .1);
  color: var(--rm-ink-soft);
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.5;
}

.faq-wrap {
  max-width: 1040px;
  margin: 34px auto 0;
}

.accordion {
  --bs-accordion-border-color: var(--rm-line);
  --bs-accordion-border-radius: var(--rm-radius);
  --bs-accordion-inner-border-radius: var(--rm-radius);
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: var(--rm-teal-dark);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(65, 130, 186, .14);
}

.accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius) !important;
  background: #fff;
}

.accordion-button {
  color: var(--rm-ink);
  font-weight: 850;
  letter-spacing: 0;
}

.accordion-body {
  color: var(--rm-ink-soft);
  line-height: 1.65;
}

.faq-wrap .accordion-body > p {
  margin: 0;
}

.faq-wrap .faq-next-step {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--rm-line);
  font-size: .96rem;
}

.faq-wrap .faq-next-step em {
  color: var(--rm-ink);
  font-style: normal;
  font-weight: 850;
}

.faq-wrap .faq-next-step a {
  font-weight: 800;
}

.demo-form-wrap {
  padding: clamp(20px, 3vw, 30px);
}

.form-control,
.form-select {
  min-height: 44px;
  border-color: var(--rm-line-strong);
  border-radius: var(--rm-radius);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(65, 130, 186, .55);
  box-shadow: 0 0 0 .2rem rgba(65, 130, 186, .12);
}

.form-label {
  color: var(--rm-ink);
  font-weight: 780;
}

.form-text {
  color: var(--rm-ink-soft);
}

.cta-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(175, 103, 231, .36), transparent 30%),
    linear-gradient(135deg, rgba(33, 92, 150, .97), rgba(36, 58, 118, .98)),
    var(--rm-ink);
  color: #fff;
}

.cta-band h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 900;
  line-height: 1.05;
}

.cta-band p {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.02rem;
  line-height: 1.6;
}

.site-footer {
  padding-block: 44px 28px;
  border-top: 1px solid var(--rm-line);
  background: #fff;
}

.footer-brand {
  color: var(--rm-ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.footer-brand .brand-logo {
  width: clamp(170px, 18vw, 230px);
}

.footer-text {
  max-width: 420px;
  margin-top: 16px;
  color: var(--rm-ink-soft);
  line-height: 1.6;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: var(--rm-ink-soft);
  font-weight: 720;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--rm-teal);
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid var(--rm-line);
  color: rgba(48, 67, 70, .78);
  font-size: .92rem;
}

.section-dark .answer-box {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: none;
}

.section-dark .answer-box strong {
  color: var(--rm-mint);
}

.section-dark .answer-box p {
  color: rgba(255, 255, 255, .78);
}

.alert-rm {
  display: none;
  border: 1px solid rgba(102, 124, 216, .34);
  border-radius: var(--rm-radius);
  background: rgba(102, 124, 216, .12);
  color: var(--rm-teal-dark);
  font-weight: 760;
}

.form-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 18px;
}

.form-reassurance span {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(65, 130, 186, .14);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .7);
  color: rgba(36, 58, 118, .78);
  font-size: .86rem;
  font-weight: 820;
  line-height: 1.22;
}

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(102, 124, 216, .45); }
  70% { box-shadow: 0 0 0 12px rgba(102, 124, 216, 0); }
  100% { box-shadow: 0 0 0 0 rgba(102, 124, 216, 0); }
}

@media (max-width: 991.98px) {
  .site-header {
    background: rgba(251, 252, 255, .98);
  }

  .navbar-collapse {
    padding-top: 10px;
  }

  .hero {
    min-height: auto;
    padding-block: 56px;
  }

  .steps,
  .audio-grid,
  .testimonial-editorial,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-intro {
    position: static;
  }

  .two-column {
    grid-template-columns: 1fr;
  }

  .phone-panel {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1rem;
  }

  .brand-logo {
    width: 150px;
  }

  .brand-tag {
    display: none;
  }

  .hero,
  .inner-hero {
    background-position: 58% center;
  }

  .hero h1 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .inner-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .hero .lead,
  .inner-hero .lead {
    font-size: 1rem;
  }

  .hero-actions .btn,
  .section-actions .btn {
    width: 100%;
  }

  .confidence-strip,
  .form-reassurance {
    display: grid;
    grid-template-columns: 1fr;
  }

  .calculator-top,
  .range-stack,
  .calc-footnote {
    padding-inline: 18px;
  }

  .calculator-output {
    margin-inline: 14px;
  }

  .range-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .calc-mini-grid {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  .section {
    padding-block: 48px;
  }

  .process-item {
    grid-template-columns: 1fr;
  }
}


/* Premium visual pass */
:root {
  --rm-night: #243a76;
  --rm-night-2: #172858;
  --rm-sky: #4182ba;
  --rm-gold: #e9b866;
  --rm-panel: rgba(255, 255, 255, .9);
  --rm-panel-strong: rgba(255, 255, 255, .96);
  --rm-premium-shadow: 0 26px 70px rgba(36, 58, 118, .16);
  --rm-soft-shadow: 0 16px 44px rgba(36, 58, 118, .1);
}

body {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 34%, #ffffff 68%, #f4f8ff 100%);
}

.site-header {
  border-bottom: 1px solid rgba(36, 58, 118, .1);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 8px 34px rgba(36, 58, 118, .07);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 44px rgba(36, 58, 118, .12);
}

.nav-link {
  padding: .52rem .76rem;
  border-radius: 999px;
  color: rgba(24, 43, 97, .76);
}

.nav-link:hover,
.nav-link.active {
  background: rgba(65, 130, 186, .11);
  color: var(--rm-teal-dark);
}

.btn-primary {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--rm-teal) 0%, #6575de 58%, var(--rm-violet) 100%);
  box-shadow: 0 18px 42px rgba(102, 124, 216, .26);
}

.btn-primary::after {
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.btn-light,
.btn-outline-primary {
  box-shadow: 0 14px 32px rgba(36, 58, 118, .08);
}

.hero,
.inner-hero {
  background:
    linear-gradient(90deg, rgba(8, 14, 42, .97) 0%, rgba(18, 32, 78, .92) 44%, rgba(36, 58, 118, .58) 72%, rgba(65, 130, 186, .2) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg");
  background-position: center right;
  background-size: cover;
}

.hero::before,
.inner-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 28%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, .07) 0, rgba(255, 255, 255, .07) 1px, transparent 1px, transparent 18px);
  opacity: .42;
  content: "";
}

.hero h1,
.inner-hero h1 {
  text-shadow: 0 18px 48px rgba(0, 0, 0, .24);
}

.hero .lead,
.inner-hero .lead {
  color: rgba(244, 248, 255, .92);
}

.hero-number-line {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 18px 42px rgba(0, 0, 0, .14);
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
  margin-top: 24px;
}

.hero-trust span {
  min-height: 68px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .84);
  font-size: .92rem;
  font-weight: 720;
  line-height: 1.25;
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.hero-trust strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.section {
  position: relative;
}

.section-muted {
  background: linear-gradient(180deg, #f5f8ff 0%, #eef4ff 100%);
}

.section-title {
  color: var(--rm-night);
}

.section-dark .section-title,
.cta-band .section-title,
.hero .section-title,
.inner-hero .section-title {
  color: inherit;
}

.section-kicker {
  align-items: center;
  gap: 8px;
  letter-spacing: .02em;
}

.section-kicker::before {
  display: inline-block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rm-teal), var(--rm-violet));
  content: "";
}

.hero .eyebrow,
.inner-hero .eyebrow {
  background: rgba(10, 18, 50, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 14px 32px rgba(0, 0, 0, .16);
}

.answer-box,
.signal-card,
.quote-card,
.price-card,
.demo-form-wrap,
.calculator,
.step-card,
.audio-card,
.testimonial-row,
.image-card,
.phone-panel,
.accordion-item {
  border-color: rgba(36, 58, 118, .12);
  box-shadow: var(--rm-soft-shadow);
}

.step-card,
.audio-card,
.testimonial-row,
.price-card,
.image-card,
.phone-panel {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.step-card:hover,
.audio-card:hover,
.testimonial-row:hover,
.price-card:hover,
.image-card:hover {
  transform: translateY(-4px);
  border-color: rgba(65, 130, 186, .28);
  box-shadow: var(--rm-premium-shadow);
}

.problem-list li,
.benefit-list li,
.use-list li,
.process-item,
.accordion-item {
  background: var(--rm-panel-strong);
}

.problem-list li::before {
  background: linear-gradient(135deg, var(--rm-red), #ff8a78);
}

.benefit-list li::before,
.use-list li::before {
  background: linear-gradient(135deg, var(--rm-teal), var(--rm-violet));
}

.step-card {
  background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}

.step-card:nth-child(2) {
  border-color: rgba(101, 117, 222, .24);
  box-shadow: 0 24px 64px rgba(102, 124, 216, .13);
}

.step-number {
  background: linear-gradient(135deg, var(--rm-teal), #6575de 64%, var(--rm-violet));
  box-shadow: 0 12px 30px rgba(102, 124, 216, .24);
}

.phone-panel {
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(180deg, var(--rm-night), #243a76);
  box-shadow: 0 30px 80px rgba(16, 26, 66, .24);
}

.phone-panel img {
  opacity: .72;
  filter: saturate(1.05) contrast(1.02);
}

.call-status {
  background: linear-gradient(180deg, rgba(16, 26, 66, .96), rgba(8, 14, 42, .98));
}

.audio-section {
  background:
    linear-gradient(135deg, #243a76 0%, var(--rm-night) 44%, #215c96 100%);
  color: #fff;
}

.audio-section .section-title,
.audio-section .section-kicker {
  color: #fff;
}

.audio-section .section-lead {
  color: rgba(244, 248, 255, .78);
}

.audio-section .section-kicker::before {
  background: linear-gradient(90deg, var(--rm-gold), var(--rm-sky));
}

.audio-card {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.audio-card.is-playing {
  border-color: rgba(233, 184, 102, .55);
  box-shadow: 0 28px 78px rgba(65, 130, 186, .22);
}

.audio-icon,
.audio-play-btn {
  box-shadow: 0 14px 34px rgba(102, 124, 216, .24);
}

.audio-note {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .1);
  color: rgba(244, 248, 255, .82);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.audio-note strong {
  color: #fff;
}

.image-card img,
.step-image,
.phone-panel img,
.testimonial-row img {
  filter: saturate(1.04) contrast(1.02);
}

.section-dark {
  background:
    linear-gradient(135deg, #243a76 0%, var(--rm-night) 46%, var(--rm-night-2) 100%);
}

.section-dark .answer-box {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 20px 54px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}

.value-section .image-card {
  box-shadow: 0 28px 74px rgba(36, 58, 118, .16);
}

.calculator-pro {
  border-color: rgba(65, 130, 186, .2);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  box-shadow: 0 30px 82px rgba(36, 58, 118, .16);
}

.calculator-output {
  background:
    linear-gradient(135deg, #243a76 0%, var(--rm-night) 50%, #4182ba 100%);
  box-shadow: 0 24px 62px rgba(16, 26, 66, .26);
}

.calc-badge {
  border-color: rgba(233, 184, 102, .35);
  background: rgba(233, 184, 102, .14);
  color: #8a5b12;
}

.testimonials-section {
  background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%);
}

.testimonial-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

.testimonial-row {
  padding: 18px;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .92);
}

.testimonial-row img {
  border-color: rgba(255, 255, 255, .9);
}

.testimonial-row blockquote {
  color: var(--rm-night);
}

.faq-wrap .accordion-item {
  box-shadow: 0 12px 32px rgba(36, 58, 118, .07);
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(10, 18, 50, .94), rgba(36, 58, 118, .84)),
    url("../img/staff-ristorante-senza-interruzioni.jpg");
  background-position: center;
  background-size: cover;
}

.cta-band .container {
  position: relative;
}

.site-footer {
  background: linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

@media (max-width: 991.98px) {
  .hero-trust {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}

@media (max-width: 575.98px) {
  .hero-trust span {
    min-height: auto;
  }

  .nav-link {
    border-radius: var(--rm-radius);
  }
}


/* Testimonial carousel pass */
.testimonials-carousel-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 52%, #ffffff 100%);
}

.testimonial-carousel-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 249, 255, .92));
  box-shadow: 0 30px 84px rgba(36, 58, 118, .14);
}

.testimonial-carousel-shell::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(175, 103, 231, .14), transparent 28%),
    radial-gradient(circle at 96% 16%, rgba(65, 130, 186, .16), transparent 26%);
  content: "";
  pointer-events: none;
}

.testimonial-carousel-shell > * {
  position: relative;
}

.testimonial-summary {
  padding: 18px;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 16px 40px rgba(36, 58, 118, .08);
}

.testimonial-summary strong,
.testimonial-summary span {
  display: block;
}

.testimonial-summary strong {
  color: var(--rm-night);
  font-size: .9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.testimonial-summary span {
  margin-top: 6px;
  color: var(--rm-ink-soft);
  line-height: 1.45;
}

.testimonial-carousel {
  padding: 10px 54px 46px;
}

.testimonial-slide-card {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(135deg, rgba(13, 21, 56, .96), rgba(23, 40, 88, .95));
  color: #fff;
  box-shadow: 0 28px 78px rgba(13, 21, 56, .24);
}

.testimonial-portrait {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: var(--rm-night);
}

.testimonial-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
}

.testimonial-portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(8, 14, 42, .82) 100%);
  content: "";
}

.testimonial-portrait span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
}

.testimonial-rating {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(233, 184, 102, .34);
  border-radius: 999px;
  background: rgba(233, 184, 102, .12);
  color: #ffe0a3;
  font-size: .8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.testimonial-result {
  display: inline-grid;
  width: fit-content;
  max-width: 100%;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 12px;
  border: 1px solid rgba(201, 213, 255, .28);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06)),
    rgba(65, 130, 186, .2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 14px 34px rgba(0, 0, 0, .16);
}

.testimonial-result strong {
  color: #fff;
  font-size: clamp(1.86rem, 3.2vw, 2.65rem);
  font-weight: 1000;
  line-height: .92;
}

.testimonial-result span {
  max-width: 250px;
  color: rgba(244, 248, 255, .84);
  font-size: .9rem;
  font-weight: 820;
  line-height: 1.22;
}

.testimonial-slide-card blockquote {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
  font-weight: 850;
  line-height: 1.18;
}

.testimonial-meta {
  margin-top: 26px;
}

.testimonial-meta strong,
.testimonial-meta span {
  display: block;
}

.testimonial-meta strong {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 950;
}

.testimonial-meta span {
  margin-top: 3px;
  color: rgba(244, 248, 255, .72);
  font-weight: 700;
}

.testimonial-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.testimonial-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(244, 248, 255, .82);
  font-size: .8rem;
  font-weight: 820;
}

.testimonial-indicators {
  right: 54px;
  bottom: 0;
  left: 54px;
  gap: 8px;
  margin: 0;
}

.testimonial-indicators [data-bs-target] {
  width: 32px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(36, 58, 118, .24);
  opacity: 1;
}

.testimonial-indicators .active {
  background: linear-gradient(90deg, var(--rm-teal), var(--rm-violet));
}

.testimonial-control {
  top: 50%;
  bottom: auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(36, 58, 118, .14);
  transform: translateY(-50%);
  opacity: 1;
}

.testimonial-control:hover,
.testimonial-control:focus-visible {
  background: #fff;
}

.testimonial-control.carousel-control-prev {
  left: 0;
}

.testimonial-control.carousel-control-next {
  right: 0;
}

.testimonial-control .carousel-control-prev-icon,
.testimonial-control .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  filter: invert(19%) sepia(31%) saturate(2360%) hue-rotate(199deg) brightness(89%) contrast(92%);
}

.testimonial-disclaimer {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(59, 79, 134, .76);
  font-size: .88rem;
  font-weight: 720;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 991.98px) {
  .testimonial-carousel {
    padding-inline: 0;
  }

  .testimonial-slide-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .testimonial-portrait {
    min-height: 260px;
  }

  .testimonial-control {
    top: auto;
    bottom: -3px;
    transform: none;
  }

  .testimonial-control.carousel-control-prev {
    left: 0;
  }

  .testimonial-control.carousel-control-next {
    right: 0;
  }
}

@media (max-width: 575.98px) {
  .testimonial-carousel-shell {
    padding: 18px;
  }

  .testimonial-carousel {
    padding-bottom: 52px;
  }

  .testimonial-content {
    padding: 24px 20px 28px;
  }

  .testimonial-result {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .testimonial-result span {
    max-width: none;
  }

  .testimonial-slide-card blockquote {
    font-size: 1.22rem;
  }

  .testimonial-indicators {
    right: 48px;
    left: 48px;
  }

  .testimonial-indicators [data-bs-target] {
    width: 20px;
  }
}

/* Spacing tune-up: blocco chiamate perse */

.value-band {
  padding-block: clamp(44px, 5.4vw, 66px);
}

.value-section {
  grid-template-columns: minmax(0, .92fr) minmax(330px, 430px);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
}

.value-section > div:first-child {
  display: grid;
  align-content: center;
}

.value-section .section-lead {
  max-width: 560px;
  margin-top: 10px;
}

.value-section .image-card {
  max-width: 340px;
  margin-top: 20px !important;
  box-shadow: 0 18px 48px rgba(36, 58, 118, .13);
}

.value-section .image-card img {
  aspect-ratio: 5 / 4;
  max-height: 250px;
  object-position: center 28%;
}

.calculator-pro {
  max-width: 430px;
  justify-self: end;
  box-shadow: 0 22px 58px rgba(36, 58, 118, .14);
}

.calculator-top {
  padding: 18px 20px 10px;
}

.calculator-top h2 {
  margin: 7px 0 5px;
  font-size: clamp(1.14rem, 1.35vw, 1.34rem);
  line-height: 1.1;
}

.calculator-top p {
  font-size: .95rem;
  line-height: 1.42;
}

.calc-badge {
  padding: 5px 9px;
  font-size: .72rem;
}

.calculator-output {
  margin: 0 12px;
  padding: 15px 16px;
  box-shadow: 0 18px 46px rgba(16, 26, 66, .22);
}

.calculator-output .output-label {
  margin-bottom: 6px;
  font-size: .72rem;
}

.calculator-output strong {
  font-size: clamp(1.9rem, 3.35vw, 2.6rem);
}

.calculator-output span:not(.output-label) {
  margin-top: 7px;
  font-size: .88rem;
  line-height: 1.35;
}

.range-stack {
  gap: 12px;
  padding: 16px 20px 14px;
}

.range-field {
  gap: 7px;
}

.range-head {
  gap: 10px;
}

.calculator label {
  font-size: .92rem;
  line-height: 1.25;
}

.range-head output {
  min-width: 46px;
  padding: 4px 8px;
  font-size: .8rem;
}

.rm-range {
  height: 18px;
}

.calc-mini-grid {
  gap: 8px;
  padding: 0 20px 14px;
}

.calc-mini-grid div {
  padding: 10px 11px;
}

.calc-mini-grid span {
  font-size: .76rem;
}

.calc-mini-grid strong {
  margin-top: 3px;
  font-size: 1rem;
}

.calc-footnote {
  padding: 11px 20px 16px;
  font-size: .84rem;
  line-height: 1.42;
}

@media (max-width: 991.98px) {
  .value-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .calculator-pro,
  .value-section .image-card {
    max-width: none;
    justify-self: stretch;
  }

  .value-section .image-card img {
    aspect-ratio: 16 / 8.5;
    max-height: 240px;
  }
}

@media (max-width: 575.98px) {
  .value-section {
    gap: 16px;
  }

  .value-section .image-card {
    margin-top: 14px !important;
  }

  .value-section .image-card img {
    max-height: 190px;
  }

  .calculator-top,
  .range-stack,
  .calc-footnote {
    padding-inline: 16px;
  }

  .calculator-output {
    margin-inline: 10px;
  }

  .calc-mini-grid {
    padding-inline: 16px;
  }
}

/* Apple-inspired glass pass */
:root {
  --rm-glass-bg: rgba(255, 255, 255, .66);
  --rm-glass-bg-strong: rgba(255, 255, 255, .82);
  --rm-glass-border: rgba(255, 255, 255, .64);
  --rm-glass-line: rgba(36, 58, 118, .12);
  --rm-glass-shadow: 0 22px 64px rgba(36, 58, 118, .16);
  --rm-glass-shadow-soft: 0 14px 38px rgba(36, 58, 118, .1);
  --rm-glass-highlight: inset 0 1px 0 rgba(255, 255, 255, .82), inset 0 -1px 0 rgba(36, 58, 118, .05);
}

body {
  background:
    linear-gradient(135deg, rgba(65, 130, 186, .16) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(225deg, rgba(175, 103, 231, .14) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f8ff 31%, #ffffff 64%, #f2f7ff 100%);
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .66);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
  backdrop-filter: blur(26px) saturate(1.35);
  box-shadow: 0 12px 46px rgba(36, 58, 118, .11);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 56px rgba(36, 58, 118, .16);
}

.nav-link {
  color: rgba(24, 43, 97, .82);
}

.nav-link:hover,
.nav-link.active {
  background: rgba(255, 255, 255, .62);
  color: var(--rm-teal-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 8px 22px rgba(36, 58, 118, .08);
}

.btn {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .32), 0 12px 28px rgba(36, 58, 118, .12);
}

.btn-primary {
  --bs-btn-bg: #2f7db9;
  --bs-btn-border-color: rgba(255, 255, 255, .38);
  --bs-btn-hover-bg: #236ba8;
  --bs-btn-hover-border-color: rgba(255, 255, 255, .52);
  background: linear-gradient(135deg, #2f7db9 0%, #5b74df 54%, #a664df 100%);
  border-color: rgba(255, 255, 255, .38);
  color: #fff;
}

.btn-light,
.btn-outline-primary {
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
  backdrop-filter: blur(16px) saturate(1.18);
}

.btn-light {
  --bs-btn-bg: rgba(255, 255, 255, .78);
  --bs-btn-border-color: rgba(255, 255, 255, .58);
  --bs-btn-hover-bg: rgba(255, 255, 255, .92);
}

.btn-outline-primary {
  --bs-btn-bg: rgba(255, 255, 255, .42);
  --bs-btn-hover-color: #fff;
  background: rgba(255, 255, 255, .52);
}

.hero,
.inner-hero {
  background:
    linear-gradient(90deg, rgba(7, 14, 39, .9) 0%, rgba(22, 36, 83, .78) 48%, rgba(65, 130, 186, .24) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg");
  background-position: center right;
  background-size: cover;
}

.hero::before,
.inner-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 45%);
  opacity: .72;
}

.hero h1,
.inner-hero h1 {
  text-shadow: 0 3px 26px rgba(0, 0, 0, .34);
}

.hero .lead,
.inner-hero .lead {
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
}

.hero .eyebrow,
.inner-hero .eyebrow,
.hero-number-line,
.hero-trust span,
.audio-note,
.call-badge,
.saved-row {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .16);
  -webkit-backdrop-filter: blur(20px) saturate(1.28);
  backdrop-filter: blur(20px) saturate(1.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 14px 34px rgba(0, 0, 0, .16);
}

.hero-trust span {
  color: rgba(255, 255, 255, .94);
}

.hero-trust strong {
  color: #fff;
}

.section-muted {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(244, 248, 255, .72)),
    linear-gradient(180deg, rgba(65, 130, 186, .1), rgba(175, 103, 231, .08));
}

.answer-box,
.signal-card,
.quote-card,
.price-card,
.demo-form-wrap,
.calculator,
.step-card,
.audio-card,
.process-item,
.accordion-item,
.problem-list li,
.benefit-list li,
.use-list li,
.image-card,
.testimonial-carousel-shell,
.testimonial-slide-card,
.testimonial-summary {
  border: 1px solid var(--rm-glass-border);
  background: var(--rm-glass-bg);
  -webkit-backdrop-filter: blur(24px) saturate(1.22);
  backdrop-filter: blur(24px) saturate(1.22);
  box-shadow: var(--rm-glass-shadow-soft), var(--rm-glass-highlight);
}

.answer-box,
.signal-card,
.demo-form-wrap,
.calculator,
.price-card,
.process-item,
.accordion-item,
.problem-list li,
.benefit-list li,
.use-list li {
  color: var(--rm-ink);
}

.step-card,
.price-card,
.demo-form-wrap,
.calculator-pro,
.testimonial-slide-card,
.testimonial-carousel-shell {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(245, 249, 255, .58));
}

.step-card:hover,
.audio-card:hover,
.testimonial-slide-card:hover,
.price-card:hover,
.image-card:hover,
.process-item:hover,
.accordion-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .82);
  box-shadow: var(--rm-glass-shadow), var(--rm-glass-highlight);
}

.phone-panel,
.call-status,
.section-dark,
.audio-section,
.cta-band {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 28px 80px rgba(10, 18, 50, .22);
}

.phone-panel {
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(13, 21, 56, .76);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
}

.call-status {
  background: rgba(12, 20, 52, .76);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
}

.section-dark,
.audio-section {
  background:
    linear-gradient(135deg, rgba(9, 16, 44, .96) 0%, rgba(22, 37, 86, .94) 52%, rgba(36, 78, 127, .9) 100%);
}

.audio-card {
  background: rgba(255, 255, 255, .78);
}

.audio-card h3,
.audio-card p,
.audio-transcript,
.testimonial-slide-card blockquote,
.testimonial-meta strong,
.price-card h2,
.process-item h2,
.process-item h3 {
  color: var(--rm-night);
}

.audio-card p,
.audio-transcript,
.testimonial-meta span,
.process-item p,
.price-card li,
.answer-box p,
.signal-card p,
.accordion-body {
  color: rgba(36, 58, 118, .78);
}

.audio-section .audio-card {
  border-color: rgba(255, 255, 255, .68);
  box-shadow: 0 24px 68px rgba(0, 0, 0, .2), var(--rm-glass-highlight);
}

.section-dark .answer-box,
.audio-note {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: blur(24px) saturate(1.24);
  backdrop-filter: blur(24px) saturate(1.24);
}

.calculator-pro {
  border-color: rgba(255, 255, 255, .7);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(244, 248, 255, .62));
  box-shadow: 0 24px 68px rgba(36, 58, 118, .16), var(--rm-glass-highlight);
}

.calculator-output {
  border: 1px solid rgba(255, 255, 255, .18);
  background:
    linear-gradient(135deg, rgba(13, 21, 56, .95) 0%, rgba(30, 53, 112, .9) 52%, rgba(52, 122, 179, .88) 100%);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
}

.calc-mini-grid div,
.range-head output,
.form-control,
.form-select {
  border-color: rgba(255, 255, 255, .65);
  background-color: rgba(255, 255, 255, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 8px 24px rgba(36, 58, 118, .08);
}

.form-control:focus,
.form-select:focus {
  background-color: rgba(255, 255, 255, .92);
}

.testimonial-carousel-shell {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(246, 249, 255, .56));
}

.testimonial-slide-card {
  background: rgba(255, 255, 255, .72);
}

.testimonial-portrait img,
.image-card img,
.step-image {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
}

.accordion-button {
  background: transparent;
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, .48);
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(7, 14, 39, .9), rgba(36, 58, 118, .78)),
    url("../img/staff-ristorante-senza-interruzioni.jpg");
  background-position: center;
  background-size: cover;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header,
  .answer-box,
  .signal-card,
  .quote-card,
  .price-card,
  .demo-form-wrap,
  .calculator,
  .step-card,
  .audio-card,
  .process-item,
  .accordion-item,
  .problem-list li,
  .benefit-list li,
  .use-list li,
  .image-card,
  .testimonial-carousel-shell,
  .testimonial-slide-card,
  .testimonial-summary {
    background: rgba(255, 255, 255, .94);
  }
}

@media (max-width: 575.98px) {
  .site-header {
    background: rgba(255, 255, 255, .86);
  }

  .hero .eyebrow,
  .inner-hero .eyebrow,
  .hero-number-line,
  .hero-trust span {
    -webkit-backdrop-filter: blur(16px) saturate(1.18);
    backdrop-filter: blur(16px) saturate(1.18);
  }

  .answer-box,
  .signal-card,
  .price-card,
  .demo-form-wrap,
  .calculator,
  .step-card,
  .audio-card,
  .process-item,
  .accordion-item,
  .problem-list li,
  .benefit-list li,
  .use-list li,
  .testimonial-slide-card,
  .testimonial-summary {
    -webkit-backdrop-filter: blur(18px) saturate(1.16);
    backdrop-filter: blur(18px) saturate(1.16);
  }
}

/* Glass readability on dark bands */
.section-dark .answer-box strong,
.audio-note strong {
  color: #fff;
}

.section-dark .answer-box p,
.section-dark .section-lead,
.audio-note span,
.audio-section .section-lead {
  color: rgba(255, 255, 255, .82);
}

.section-dark .section-title,
.audio-section .section-title {
  color: #fff;
}

/* Come funziona premium visuals */
.inner-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.how-hero {
  min-height: clamp(470px, 70svh, 620px);
}

.how-hero-visual {
  position: relative;
  width: min(100%, 430px);
  min-height: 360px;
  justify-self: end;
}

.how-hero-photo,
.how-flow-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .22);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
  box-shadow: 0 24px 70px rgba(8, 14, 42, .28), inset 0 1px 0 rgba(255, 255, 255, .58);
}

.how-hero-photo img,
.how-flow-photo img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.how-hero-photo img {
  aspect-ratio: 1 / 1;
  object-position: center 58%;
}

.how-float-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 245px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: var(--rm-radius);
  background: rgba(11, 20, 55, .62);
  color: #fff;
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
  backdrop-filter: blur(22px) saturate(1.22);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.how-float-card span,
.how-float-card strong {
  display: block;
}

.how-float-card span {
  color: rgba(255, 255, 255, .78);
  font-size: .74rem;
  font-weight: 880;
  text-transform: uppercase;
}

.how-float-card span i {
  margin-right: 6px;
}

.how-float-card strong {
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.22;
}

.how-float-call {
  left: -18px;
  top: 34px;
}

.how-float-ready {
  right: -10px;
  bottom: 28px;
  background: rgba(255, 255, 255, .74);
  color: var(--rm-night);
}

.how-float-ready span {
  color: var(--rm-teal-dark);
}

.how-process-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.how-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.how-process-copy .section-lead {
  max-width: 650px;
}

.how-process-copy .process-list {
  margin-top: 26px;
}

.how-process-copy .process-item {
  padding: 15px 16px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
}

.how-process-copy .process-item span {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--rm-teal), #6575de 62%, var(--rm-violet));
  box-shadow: 0 12px 28px rgba(102, 124, 216, .22);
}

.how-flow-panel {
  position: sticky;
  top: 98px;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(244, 248, 255, .56));
  -webkit-backdrop-filter: blur(26px) saturate(1.24);
  backdrop-filter: blur(26px) saturate(1.24);
  box-shadow: 0 28px 78px rgba(36, 58, 118, .15), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.how-flow-photo-main img {
  aspect-ratio: 4 / 3;
  max-height: 235px;
  object-position: center 60%;
}

.how-flow-photo-small {
  margin-top: 12px;
}

.how-flow-photo-small img {
  aspect-ratio: 16 / 7;
  max-height: 128px;
  object-position: center 52%;
}

.how-flow-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.how-flow-step {
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 10px 8px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .58);
  color: var(--rm-night);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 10px 26px rgba(36, 58, 118, .08);
}

.how-flow-step i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(47, 125, 185, .16), rgba(166, 100, 223, .16));
  color: var(--rm-teal-dark);
  font-size: .98rem;
}

.how-flow-step span {
  color: var(--rm-ink);
  font-size: .78rem;
  font-weight: 900;
}

.how-flow-caption {
  display: grid;
  gap: 4px;
  padding: 13px 2px 2px;
}

.how-flow-caption strong {
  color: var(--rm-night);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.2;
}

.how-flow-caption span {
  color: rgba(36, 58, 118, .74);
  font-size: .93rem;
  line-height: 1.45;
}

.how-different-grid {
  grid-template-columns: minmax(0, .95fr) minmax(320px, 430px);
  align-items: center;
}

.how-dialogue-card {
  position: relative;
  overflow: hidden;
  min-height: 455px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .68);
  -webkit-backdrop-filter: blur(26px) saturate(1.18);
  backdrop-filter: blur(26px) saturate(1.18);
  box-shadow: 0 28px 78px rgba(36, 58, 118, .16), inset 0 1px 0 rgba(255, 255, 255, .74);
}

.how-dialogue-card > img {
  display: block;
  width: 100%;
  height: 455px;
  object-fit: cover;
  object-position: center top;
}

.how-dialogue-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 16, 44, .06), rgba(9, 16, 44, .54)),
    linear-gradient(90deg, rgba(65, 130, 186, .12), rgba(175, 103, 231, .14));
  content: "";
  pointer-events: none;
}

.how-dialogue-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.how-message {
  max-width: 86%;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .72);
  color: var(--rm-night);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.32;
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.how-message-ai {
  justify-self: end;
  background: rgba(13, 21, 56, .72);
  color: #fff;
}

.how-message-ready {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  background: rgba(255, 255, 255, .82);
  color: var(--rm-teal-dark);
}

.how-dialogue-note {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  gap: 5px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .76);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(255, 255, 255, .76);
}

.how-dialogue-note strong {
  color: var(--rm-teal-dark);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.how-dialogue-note span {
  color: var(--rm-night);
  font-weight: 820;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .inner-hero-layout,
  .how-process-layout,
  .how-different-grid {
    grid-template-columns: 1fr;
  }

  .how-hero-visual,
  .how-flow-panel,
  .how-dialogue-card {
    width: min(100%, 560px);
    justify-self: stretch;
  }

  .how-hero-visual {
    min-height: 320px;
  }

  .how-flow-panel {
    position: static;
  }

  .how-dialogue-card > img {
    height: 390px;
  }
}

@media (max-width: 575.98px) {
  .how-hero {
    padding-block: 48px;
  }

  .how-hero-visual {
    min-height: 278px;
  }

  .how-float-card {
    max-width: 220px;
    padding: 11px 12px;
  }

  .how-float-call {
    left: 10px;
    top: 18px;
  }

  .how-float-ready {
    right: 10px;
    bottom: 18px;
  }

  .how-flow-rail {
    grid-template-columns: 1fr;
  }

  .how-flow-step {
    min-height: 56px;
    grid-template-columns: 34px 1fr;
    justify-items: start;
    text-align: left;
  }

  .how-dialogue-card,
  .how-dialogue-card > img {
    min-height: 390px;
  }

  .how-dialogue-card > img {
    height: 390px;
  }

  .how-message {
    max-width: 94%;
    font-size: .84rem;
  }
}

/* Footer company contacts */
.footer-company {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .58);
  color: rgba(36, 58, 118, .78);
  font-style: normal;
  line-height: 1.42;
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 12px 30px rgba(36, 58, 118, .08);
}

.footer-company strong {
  color: var(--rm-night);
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: 0;
}

.footer-company span {
  color: rgba(36, 58, 118, .76);
  font-size: .9rem;
  font-weight: 720;
}

.site-footer .h6 {
  color: var(--rm-night);
  font-weight: 950;
}

@media (max-width: 575.98px) {
  .footer-company {
    padding: 13px;
  }
}


/* Instant phone demo */
.instant-demo-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 18px;
  max-width: 720px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(240, 247, 255, .76));
  color: var(--rm-night);
  -webkit-backdrop-filter: blur(26px) saturate(1.2);
  backdrop-filter: blur(26px) saturate(1.2);
  box-shadow: 0 26px 72px rgba(4, 12, 34, .28), inset 0 1px 0 rgba(255, 255, 255, .78);
}

.instant-demo-label,
.instant-demo-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rm-teal-dark);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.instant-demo-card strong {
  display: block;
  margin-top: 7px;
  color: var(--rm-night);
  font-size: clamp(1.08rem, 1.9vw, 1.42rem);
  font-weight: 1000;
  line-height: 1.12;
}

.instant-demo-card p {
  margin: 7px 0 0;
  color: rgba(36, 58, 118, .78);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.42;
}

.instant-demo-number {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: var(--rm-radius);
  background: linear-gradient(135deg, var(--rm-teal), var(--rm-violet));
  color: #fff;
  font-size: clamp(1.55rem, 3.1vw, 2.35rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(65, 130, 186, .3);
  transition: transform .2s ease, box-shadow .2s ease;
}

.instant-demo-number:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(65, 130, 186, .38);
}

.instant-demo-live {
  grid-column: 1 / -1;
  color: rgba(36, 58, 118, .84);
  text-transform: none;
}

.instant-demo-live::before,
.cta-live-note .pulse-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 0 7px rgba(37, 211, 102, .16);
}

.instant-demo-live::before {
  content: "";
}

.hero-video-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  color: rgba(255, 255, 255, .92);
  font-weight: 850;
  text-decoration: none;
}

.hero-video-link:hover {
  color: #fff;
}

.cta-live-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .88);
  font-weight: 850;
}

@media (max-width: 767.98px) {
  .instant-demo-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .instant-demo-number {
    width: 100%;
    min-height: 56px;
  }
}


/* Come funziona premium refresh */
.how-hero {
  min-height: clamp(560px, 78svh, 760px);
  background:
    linear-gradient(105deg, rgba(7, 13, 38, .98) 0%, rgba(21, 39, 92, .94) 48%, rgba(65, 130, 186, .54) 100%),
    url("../img/staff-ristorante-senza-interruzioni.jpg");
  background-position: center;
  background-size: cover;
}

.how-hero .inner-hero-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 460px);
  gap: clamp(28px, 5vw, 72px);
}

.how-hero h1 span {
  color: #d9efff;
}

.how-hero .lead {
  max-width: 660px;
}








.how-hero-visual {
  width: min(100%, 460px);
  min-height: 540px;
}

.how-hero-visual::before {
  position: absolute;
  inset: -10px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--rm-radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04));
  content: "";
  transform: translate(12px, 12px);
}

.how-hero-photo {
  background: rgba(255, 255, 255, .16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .58);
}

.how-hero-photo img {
  aspect-ratio: 4 / 5;
  filter: saturate(1.05) contrast(1.03);
  object-position: center center;
}

.how-float-card {
  max-width: 260px;
  padding: 14px 15px;
  background: rgba(9, 16, 44, .7);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .26);
}

.how-float-card small {
  display: block;
  margin-top: 4px;
  color: rgba(36, 58, 118, .72);
  font-size: .78rem;
  font-weight: 850;
}

.how-float-call {
  left: -22px;
  top: 38px;
}

.how-float-ready {
  right: -16px;
  bottom: 36px;
  background: rgba(255, 255, 255, .84);
}

.how-process-section {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 44%, #eef5ff 100%);
}

.how-process-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 450px);
  gap: clamp(26px, 4.8vw, 62px);
}

.how-process-copy .process-list {
  position: relative;
  display: grid;
  gap: 12px;
}

.how-process-copy .process-list::before {
  position: absolute;
  left: 19px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(65, 130, 186, .08), rgba(65, 130, 186, .32), rgba(175, 103, 231, .08));
  content: "";
}

.how-process-copy .process-item {
  position: relative;
  padding: 17px 18px;
  border-color: rgba(255, 255, 255, .76);
  background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(245, 249, 255, .68));
  box-shadow: 0 18px 48px rgba(36, 58, 118, .1), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.how-process-copy .process-item h2 {
  margin-bottom: 4px;
  color: var(--rm-night);
  font-size: 1.02rem;
  font-weight: 950;
}

.how-process-copy .process-item p {
  color: rgba(36, 58, 118, .73);
}

.how-flow-panel {
  padding: 16px;
  border-color: rgba(255, 255, 255, .78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(241, 247, 255, .62));
  box-shadow: 0 34px 86px rgba(36, 58, 118, .18), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.how-flow-live {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: var(--rm-radius);
  background: rgba(11, 20, 55, .88);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 16px 38px rgba(11, 20, 55, .18);
}

.how-flow-live span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  font-weight: 900;
}

.how-flow-live a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 1000;
  text-decoration: none;
  white-space: nowrap;
}

.how-flow-step {
  min-height: 76px;
  background: rgba(255, 255, 255, .7);
}

.how-flow-caption {
  padding: 15px 4px 2px;
}

.how-different-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(239, 246, 255, .78));
}

.how-different-grid {
  gap: clamp(26px, 5vw, 66px);
}

.how-dialogue-card {
  min-height: 480px;
  box-shadow: 0 34px 90px rgba(36, 58, 118, .2), inset 0 1px 0 rgba(255, 255, 255, .76);
}

.how-dialogue-card > img {
  height: 480px;
  filter: saturate(1.05) contrast(1.03);
}

.how-activation-section {
  background:
    linear-gradient(135deg, rgba(6, 11, 34, .98) 0%, rgba(18, 34, 82, .96) 48%, rgba(44, 95, 150, .94) 100%);
}

.how-activation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, .75fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
}

.how-activation-grid .section-title,
.how-activation-grid .section-lead {
  max-width: 760px;
}

.how-activation-steps {
  display: grid;
  gap: 10px;
}

.how-activation-steps div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  backdrop-filter: blur(18px) saturate(1.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.how-activation-steps strong {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: .95rem;
  font-weight: 950;
}

.how-activation-steps span {
  color: rgba(255, 255, 255, .86);
  font-weight: 850;
  line-height: 1.24;
}

.how-activation-actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .how-hero .inner-hero-layout,
  .how-activation-grid {
    grid-template-columns: 1fr;
  }

  .how-hero-visual {
    min-height: auto;
    justify-self: start;
  }

  .how-hero-photo img {
    aspect-ratio: 16 / 12;
    object-position: center 42%;
  }
}

@media (max-width: 767.98px) {
  .how-hero {
    min-height: auto;
    padding-block: 50px 56px;
  }

  .how-float-call {
    left: 10px;
    top: 14px;
  }

  .how-float-ready {
    right: 10px;
    bottom: 14px;
  }

  .how-flow-live {
    display: grid;
    justify-items: start;
  }
}


/* Come funziona hero cleanup */
.how-hero {
  min-height: clamp(500px, 72svh, 680px);
}

.how-hero .inner-hero-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 430px);
  gap: clamp(28px, 5vw, 66px);
}

.how-hero .inner-hero-copy {
  max-width: 760px;
}

.how-hero h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 1.01;
}

.how-hero .lead {
  max-width: 650px;
  margin-top: 18px;
  font-size: clamp(1.08rem, 1.55vw, 1.24rem);
  line-height: 1.5;
}

.how-hero .hero-actions {
  margin-top: 24px;
}

.how-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.35;
}

.how-hero-note i {
  color: #fff;
  font-size: 1.02rem;
}

.how-hero-visual {
  width: min(100%, 430px);
  min-height: auto;
}

.how-hero-visual::before {
  inset: -8px;
  transform: translate(10px, 10px);
}

.how-hero-photo img {
  aspect-ratio: 4 / 5;
  object-position: center center;
}

.how-hero-result-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .84);
  color: var(--rm-night);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .76);
}

.how-hero-result-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--rm-teal-dark);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.how-hero-result-card strong {
  color: var(--rm-night);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.18;
}

.how-hero-result-card small {
  color: rgba(36, 58, 118, .76);
  font-size: .9rem;
  font-weight: 780;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .how-hero .inner-hero-layout {
    grid-template-columns: 1fr;
  }

  .how-hero-visual {
    width: min(100%, 520px);
  }

  .how-hero-photo img {
    aspect-ratio: 16 / 11;
    object-position: center 34%;
  }
}

@media (max-width: 575.98px) {
  .how-hero h1 {
    font-size: clamp(2.08rem, 11vw, 3.15rem);
  }

  .how-hero-note {
    align-items: flex-start;
    font-size: .94rem;
  }

  .how-hero .hero-actions .btn {
    width: 100%;
  }

  .how-hero-result-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 13px;
  }
}

/* Premium hospitality design layer */
:root {
  --rm-ink: #14224f;
  --rm-ink-soft: #52628a;
  --rm-teal: #4182ba;
  --rm-teal-dark: #215c96;
  --rm-violet: #667cd8;
  --rm-brass: #667cd8;
  --rm-brass-light: #dfe7ff;
  --rm-paper: #fbfcff;
  --rm-cream: #f5f8fd;
  --rm-sage: #edf4fb;
  --rm-line: rgba(36, 58, 118, .12);
  --rm-line-strong: rgba(36, 58, 118, .22);
  --rm-shadow: 0 22px 58px rgba(15, 28, 70, .13);
  --rm-premium-shadow: 0 28px 72px rgba(36, 58, 118, .17);
  --rm-soft-shadow: 0 14px 34px rgba(36, 58, 118, .09);
  --rm-glass-border: rgba(255, 255, 255, .72);
  --rm-glass-bg: rgba(255, 255, 255, .76);
  --rm-glass-bg-strong: rgba(255, 255, 255, .9);
}

html {
  background: #fbfcff;
}

body {
  min-width: 320px;
  background:
    linear-gradient(140deg, rgba(65, 130, 186, .12) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(220deg, rgba(102, 124, 216, .13) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fe 35%, #ffffff 70%, #f3f7fd 100%);
  color: var(--rm-ink);
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: rgba(102, 124, 216, .28);
  color: var(--rm-night);
}

a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(255, 255, 255, .66));
  -webkit-backdrop-filter: blur(30px) saturate(1.28);
  backdrop-filter: blur(30px) saturate(1.28);
}

.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .78));
}

.navbar {
  padding-block: 12px;
}

.brand-logo {
  width: clamp(166px, 15vw, 218px);
}

.nav-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: rgba(36, 58, 118, .78);
  font-weight: 850;
}

.nav-link:hover,
.nav-link.active {
  background: rgba(255, 255, 255, .76);
  color: var(--rm-teal-dark);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .46rem;
  border-width: 1px;
  line-height: 1.12;
  text-decoration: none;
}

.btn i {
  margin-right: 0;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn:focus-visible,
.audio-play-btn:focus-visible,
.instant-demo-number:focus-visible,
.hero-video-link:focus-visible,
.navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 .22rem rgba(65, 130, 186, .22), 0 16px 34px rgba(36, 58, 118, .14);
}

.btn-primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #1e78ac 0%, #435ec4 55%, #7d63d7 100%);
  border-color: rgba(255, 255, 255, .42);
  box-shadow: 0 18px 42px rgba(102, 124, 216, .25), inset 0 1px 0 rgba(255, 255, 255, .32);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #4182ba 0%, #667cd8 55%, #af67e7 100%);
}

.btn-light,
.btn-outline-primary {
  border-color: rgba(255, 255, 255, .74);
  background: rgba(255, 255, 255, .74);
  color: var(--rm-ink);
}

.btn-outline-primary {
  --bs-btn-color: var(--rm-teal-dark);
  --bs-btn-border-color: rgba(65, 130, 186, .24);
  --bs-btn-hover-bg: var(--rm-teal-dark);
  --bs-btn-hover-border-color: var(--rm-teal-dark);
  --bs-btn-hover-color: #fff;
}

.hero,
.inner-hero {
  background:
    linear-gradient(102deg, rgba(6, 11, 31, .96) 0%, rgba(36, 58, 118, .9) 48%, rgba(65, 130, 186, .32) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg");
  background-position: center right;
  background-size: cover;
}

.hero {
  min-height: clamp(620px, calc(92svh - 64px), 780px);
  padding-block: clamp(58px, 7vw, 86px);
}

.inner-hero {
  min-height: clamp(390px, 58svh, 560px);
}

.hero::before,
.inner-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 45%);
  opacity: .55;
}

.hero::after,
.inner-hero::after {
  height: 54%;
  background: linear-gradient(180deg, transparent 0%, rgba(36, 58, 118, .72) 100%);
}

.hero-copy,
.inner-hero-copy {
  position: relative;
}

.hero h1,
.inner-hero h1 {
  letter-spacing: 0;
  text-wrap: balance;
}

.hero .lead,
.inner-hero .lead,
.section-lead,
.cta-band p {
  text-wrap: pretty;
}

.eyebrow,
.section-kicker,
.plan-label,
.calc-badge,
.testimonial-rating,
.instant-demo-label {
  letter-spacing: .03em;
}

.hero .eyebrow,
.inner-hero .eyebrow {
  color: #fff;
  background: rgba(10, 17, 44, .58);
}

.section {
  padding-block: clamp(62px, 8vw, 104px);
}

.section-tight {
  padding-block: clamp(46px, 5.4vw, 72px);
}

.section-muted {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(245, 248, 253, .8)),
    linear-gradient(180deg, rgba(65, 130, 186, .08), rgba(102, 124, 216, .08));
}

.section-dark,
.audio-section {
  background:
    linear-gradient(135deg, rgba(6, 11, 31, .98) 0%, rgba(36, 58, 118, .97) 52%, rgba(24, 83, 126, .94) 100%);
}

.section-title {
  color: #243a76;
  text-wrap: balance;
}

.section-kicker {
  color: var(--rm-teal-dark);
}

.section-kicker::before {
  background: linear-gradient(90deg, var(--rm-brass), var(--rm-teal));
}

.answer-box,
.signal-card,
.quote-card,
.price-card,
.demo-form-wrap,
.calculator,
.step-card,
.audio-card,
.process-item,
.accordion-item,
.problem-list li,
.benefit-list li,
.use-list li,
.image-card,
.testimonial-carousel-shell,
.testimonial-slide-card,
.testimonial-summary,
.comparison {
  border-color: var(--rm-glass-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(247, 250, 255, .72));
  box-shadow: var(--rm-soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.step-card:hover,
.audio-card:hover,
.testimonial-slide-card:hover,
.price-card:hover,
.image-card:hover,
.process-item:hover,
.accordion-item:hover {
  transform: translateY(-3px);
  border-color: rgba(102, 124, 216, .28);
  box-shadow: var(--rm-premium-shadow), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.instant-demo-card {
  max-width: 760px;
  padding: clamp(16px, 2.2vw, 22px);
  border-color: rgba(255, 255, 255, .72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(243, 248, 255, .82));
  box-shadow: 0 30px 84px rgba(2, 8, 25, .32), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.instant-demo-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: var(--rm-radius) 0 0 var(--rm-radius);
  background: linear-gradient(180deg, var(--rm-brass-light), var(--rm-teal), var(--rm-violet));
  content: "";
}

.instant-demo-number {
  min-height: 64px;
  padding-inline: clamp(16px, 2.5vw, 24px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #4182ba, #667cd8 58%, #af67e7);
  box-shadow: 0 18px 42px rgba(102, 124, 216, .32);
}

.instant-demo-live::before,
.cta-live-note .pulse-dot,
.pulse-dot {
  background: #24d07a;
}

.hero-trust {
  max-width: 820px;
}

.hero-trust span {
  min-height: 72px;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .14);
}

.hero-trust strong {
  color: var(--rm-brass-light);
}

.problem-list li,
.benefit-list li,
.use-list li {
  padding-block: 15px;
}

.problem-list li::before,
.benefit-list li::before,
.use-list li::before {
  width: 16px;
  height: 16px;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .72), 0 8px 18px rgba(36, 58, 118, .12);
}

.step-card,
.price-card,
.process-item,
.audio-card {
  position: relative;
}

.step-card::before,
.price-card::before,
.process-item::before,
.audio-card::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: var(--rm-radius) var(--rm-radius) 0 0;
  background: linear-gradient(90deg, var(--rm-brass), var(--rm-teal), var(--rm-violet));
  content: "";
}

.step-image,
.image-card img,
.phone-panel img,
.how-flow-photo img,
.how-dialogue-card > img,
.testimonial-portrait img {
  filter: saturate(1.02) contrast(1.04);
}

.phone-panel {
  background:
    linear-gradient(180deg, rgba(10, 17, 44, .9), rgba(36, 58, 118, .96));
}

.call-status {
  background:
    linear-gradient(180deg, rgba(10, 17, 44, .88), rgba(36, 58, 118, .96));
}

.bubble {
  border: 1px solid rgba(255, 255, 255, .14);
}

.bubble.assistant,
.saved-row {
  background: rgba(65, 130, 186, .22);
}

.audio-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(244, 248, 253, .82));
}

.audio-card h3 {
  font-size: 1.12rem;
}

.audio-play-btn,
.audio-progress span,
.step-number,
.how-process-copy .process-item span {
  background:
    linear-gradient(135deg, var(--rm-teal), #667cd8 58%, var(--rm-violet));
}

.rm-range::-webkit-slider-runnable-track {
  background:
    linear-gradient(90deg, var(--rm-teal) 0%, var(--rm-violet) var(--range-progress), rgba(36, 58, 118, .14) var(--range-progress), rgba(36, 58, 118, .14) 100%);
}

.audio-section .section-kicker::before {
  background: linear-gradient(90deg, var(--rm-brass-light), var(--rm-teal));
}

.calculator-output {
  background:
    linear-gradient(135deg, #243a76 0%, #243a76 52%, #4182ba 100%);
}

.calc-badge,
.testimonial-rating {
  border-color: rgba(102, 124, 216, .35);
  background: rgba(102, 124, 216, .13);
  color: #8a5d13;
}

.price-card {
  padding: clamp(22px, 2.7vw, 30px);
}

.price-card.featured {
  border-color: rgba(102, 124, 216, .34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 249, 235, .74));
  box-shadow: 0 30px 78px rgba(119, 88, 37, .15), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.plan-price {
  color: #8a5d13;
  font-size: 1.05rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.price-card ul {
  line-height: 1.5;
}

.comparison {
  overflow-x: auto;
}

.comparison .table {
  min-width: 640px;
}

.comparison th {
  background: rgba(255, 255, 255, .6);
}

.comparison td:first-child {
  color: var(--rm-night);
  font-weight: 900;
}

.demo-form-wrap {
  position: sticky;
  top: 98px;
  align-self: start;
}

.form-control,
.form-select {
  min-height: 48px;
  color: var(--rm-ink);
}

.form-control::placeholder {
  color: rgba(82, 98, 138, .7);
}

.form-label {
  color: var(--rm-night);
  font-weight: 850;
}

.alert-rm {
  border-color: rgba(65, 130, 186, .25);
  background: rgba(65, 130, 186, .1);
  color: var(--rm-teal-dark);
}

.alert-rm-error {
  border-color: rgba(214, 75, 60, .28);
  background: rgba(214, 75, 60, .1);
  color: #9d2e22;
}

.testimonial-slide-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(244, 248, 253, .8));
}

.testimonial-rating {
  color: #8a5d13;
}

.testimonial-tags span {
  border-color: rgba(36, 58, 118, .1);
  background: rgba(36, 58, 118, .05);
  color: rgba(36, 58, 118, .74);
}

.testimonial-control {
  border-color: rgba(255, 255, 255, .8);
}

.cta-band {
  background:
    linear-gradient(100deg, rgba(36, 58, 118, .94), rgba(65, 130, 186, .86) 58%, rgba(65, 130, 186, .55)),
    url("../img/staff-ristorante-senza-interruzioni.jpg");
  background-position: center;
  background-size: cover;
}

.cta-band::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 34%);
  content: "";
  pointer-events: none;
}

.cta-band .container {
  position: relative;
}

.site-footer {
  border-top-color: rgba(255, 255, 255, .72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(243, 247, 253, .94));
}

.footer-bottom {
  color: rgba(82, 98, 138, .82);
}

.how-hero {
  background:
    linear-gradient(105deg, rgba(36, 58, 118, .98) 0%, rgba(36, 58, 118, .92) 50%, rgba(65, 130, 186, .48) 100%),
    url("../img/staff-ristorante-senza-interruzioni.jpg");
  background-position: center;
  background-size: cover;
}

.how-hero-result-card,
.how-flow-panel,
.how-dialogue-card,
.footer-company {
  border-color: rgba(255, 255, 255, .78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(243, 248, 255, .74));
}

.how-flow-live {
  background:
    linear-gradient(135deg, rgba(7, 16, 38, .96), rgba(18, 36, 79, .92));
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: var(--rm-radius);
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--rm-soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .82);
  }

  .nav-link {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding-block: 58px 64px;
  }

  .inner-hero {
    min-height: auto;
  }

  .demo-form-wrap {
    position: static;
  }

  .pricing-grid,
  .audio-grid,
  .steps {
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .hero,
  .inner-hero,
  .how-hero {
    background-position: 58% center;
  }

  .hero::after,
  .inner-hero::after {
    height: 72%;
  }

  .hero-actions,
  .section-actions {
    gap: 10px;
  }

  .instant-demo-card {
    gap: 14px;
  }

  .instant-demo-number {
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .section {
    padding-block: 52px;
  }

  .hero,
  .inner-hero,
  .how-hero {
    padding-block: 48px 54px;
  }

  .brand-logo {
    width: 148px;
  }

  .eyebrow {
    align-items: flex-start;
    border-radius: var(--rm-radius);
    font-size: .7rem;
    line-height: 1.25;
  }

  .hero-number-line,
  .how-hero-note,
  .cta-live-note {
    align-items: flex-start;
  }

  .instant-demo-card p {
    font-size: .94rem;
  }

  .audio-player {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .testimonial-carousel-shell {
    padding: 16px;
  }

  .testimonial-portrait {
    min-height: 230px;
  }

  .testimonial-tags span,
  .hero-trust span,
  .instant-demo-live {
    font-size: .84rem;
  }

  .price-card,
  .demo-form-wrap {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Home hero cleanup */
.hero-clean {
  min-height: clamp(560px, calc(84svh - 64px), 700px);
  padding-block: clamp(44px, 5vw, 62px);
  background:
    linear-gradient(100deg, rgba(36, 58, 118, .95) 0%, rgba(7, 15, 36, .76) 52%, rgba(5, 10, 20, .08) 100%),
    url("../img/hero-home-emozionale-v4.webp");
  background-position: center right;
  background-size: cover;
}

.hero-clean .hero-copy {
  max-width: 760px;
}

.hero-clean .eyebrow {
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .12);
}

.hero-clean h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4.1vw, 3.7rem);
  line-height: 1.02;
}

.brand-gradient,
.hero-brand-name {
  display: inline-block;
  color: var(--rm-teal-dark);
  background: linear-gradient(90deg, #215c96 0%, #4182ba 46%, #667cd8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 12px 34px rgba(65, 130, 186, .16);
}

.hero .brand-gradient,
.inner-hero .brand-gradient,
.section-dark .brand-gradient,
.audio-section .brand-gradient,
.cta-band .brand-gradient {
  color: #dfe7ff;
  background: linear-gradient(90deg, #4182ba 0%, #af67e7 64%, #dfe7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-on-dark {
  color: #fff;
  font-weight: 950;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .28);
}

.accordion-button .brand-gradient {
  display: inline;
}

.accordion-button .faq-question-text {
  min-width: 0;
  padding-right: 12px;
  line-height: 1.4;
}

.hero-clean .lead {
  max-width: 650px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.06rem, 1.48vw, 1.22rem);
  line-height: 1.55;
}

.hero-takeaway-highlight {
  display: inline;
  padding: 0 .14em .02em;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44%, rgba(175, 103, 231, .62) 44%, rgba(65, 130, 186, .52) 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  font-weight: 950;
}

.hero-clean .hero-actions {
  margin-top: 22px;
}

.hero-clean .btn-lg {
  min-height: 56px;
  padding-inline: 1.08rem;
}

.hero-clean-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.38;
}

.hero-clean .hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
  align-items: stretch;
  max-width: 760px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.hero-clean .hero-trust-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  height: 100%;
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--rm-radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 14px 32px rgba(0, 0, 0, .12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  backdrop-filter: blur(16px) saturate(1.12);
}

.hero-clean .hero-trust-item > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.hero-clean .hero-trust-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(125, 198, 231, .28);
  border-radius: var(--rm-radius);
  background: rgba(65, 130, 186, .14);
  color: #cbeeff;
  font-size: 1.05rem;
}

.hero-clean .hero-trust strong {
  display: block;
  min-height: 1.9rem;
  margin-bottom: 4px;
  color: var(--rm-brass-light);
  font-size: .76rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-clean .hero-trust p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .86rem;
  font-weight: 680;
  line-height: 1.35;
}

.confidence-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 840px;
  margin-top: 20px;
}

.confidence-strip span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid rgba(65, 130, 186, .15);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .78);
  color: rgba(36, 58, 118, .8);
  font-size: .94rem;
  font-weight: 760;
  line-height: 1.24;
  box-shadow: var(--rm-soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.confidence-strip strong {
  color: var(--rm-night);
  font-weight: 950;
}

.hero .confidence-strip span,
.inner-hero .confidence-strip span,
.section-dark .confidence-strip span,
.cta-band .confidence-strip span {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 16px 38px rgba(0, 0, 0, .14);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}

.hero .confidence-strip strong,
.inner-hero .confidence-strip strong,
.section-dark .confidence-strip strong,
.cta-band .confidence-strip strong {
  color: #fff;
}

@media (max-width: 767.98px) {
  .hero-clean {
    background-color: #243a76;
    background-image:
      linear-gradient(180deg, rgba(36, 58, 118, .74) 0%, rgba(36, 58, 118, .9) 430px, #243a76 650px),
      url("../img/hero-home-emozionale-v4.webp");
    background-position: center, 72% 44px;
    background-size: 100% 100%, auto 540px;
    background-repeat: no-repeat;
  }

  .hero-clean .hero-trust {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 13px;
    padding-top: 18px;
  }

  .hero-clean .hero-trust-item {
    height: auto;
    min-height: 0;
  }

  .hero-clean .hero-trust strong {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .hero-clean h1 {
    font-size: clamp(2.05rem, 10.5vw, 3.05rem);
  }

  .hero-clean .lead {
    font-size: 1rem;
  }

  .hero-clean-note {
    align-items: flex-start;
    font-size: .92rem;
  }
}

/* Shared page transitions */
@keyframes siteHeroCopyIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

body.site-motion-enabled .site-hero-item {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

body.site-motion-enabled .site-hero-ready .site-hero-item {
  animation: siteHeroCopyIn .72s cubic-bezier(.22, 1, .36, 1) forwards;
  animation-delay: var(--site-hero-delay, 0ms);
}

body.site-motion-enabled .site-motion-item {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1),
    transform .88s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--site-motion-delay, 0ms);
  will-change: opacity, transform;
}

body.site-motion-enabled .site-motion-item.is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

body.site-motion-enabled .site-motion-item.site-motion-visual {
  transform: translate3d(22px, 24px, 0) scale(.975);
}

body[data-page="prezzi"].site-motion-enabled .site-motion-item,
body[data-page="prezzi"].site-motion-enabled .site-motion-item.site-motion-visual {
  transform: translate3d(0, 30px, 0) scale(.985);
}

body[data-page="prezzi"].site-motion-enabled .site-motion-item.is-in-view {
  transform: translate3d(0, 0, 0) scale(1);
}

body.site-motion-enabled .site-motion-item.site-motion-visual.is-in-view {
  transform: translate3d(0, 0, 0) scale(1);
}

body.site-motion-enabled .site-motion-item.site-motion-visual > img {
  transform: scale(1.045);
  transition: transform 1.35s cubic-bezier(.22, 1, .36, 1), filter .45s ease;
}

body.site-motion-enabled .site-motion-item.site-motion-visual.is-in-view > img {
  transform: scale(1.015);
}

.has-site-ambient-motion > .site-hero-backdrop {
  position: absolute;
  inset: -3%;
  z-index: 0;
  display: block;
  background:
    linear-gradient(102deg, rgba(6, 11, 31, .96) 0%, rgba(36, 58, 118, .9) 48%, rgba(65, 130, 186, .32) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg") center right / cover no-repeat;
  pointer-events: none;
  transform: scale(1.02);
  transform-origin: 68% 50%;
  animation: howHeroImageDrift 18s ease-in-out infinite alternate;
  animation-play-state: paused;
  will-change: transform;
}

.hero-clean.has-site-ambient-motion > .site-hero-backdrop {
  background:
    linear-gradient(100deg, rgba(36, 58, 118, .95) 0%, rgba(7, 15, 36, .76) 52%, rgba(5, 10, 20, .08) 100%),
    url("../img/hero-home-emozionale-v4.webp") center right / cover no-repeat;
}

.pricing-v3-hero.has-site-ambient-motion > .site-hero-backdrop {
  background:
    linear-gradient(94deg, rgba(5, 11, 29, .98) 0%, rgba(12, 27, 58, .94) 48%, rgba(15, 48, 70, .52) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg") center right / cover no-repeat;
}

.has-site-ambient-motion::before,
.has-site-ambient-motion::after {
  z-index: 1;
}

.has-site-ambient-motion > .container {
  position: relative;
  z-index: 2;
}

.has-site-ambient-motion.is-site-ambient-in-view > .site-hero-backdrop {
  animation-play-state: running;
}

@keyframes siteMediaImageDrift {
  from {
    transform: scale(1.015) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.065) translate3d(var(--site-media-shift-x, -.8%), -.55%, 0);
  }
}

.site-ambient-media {
  --site-media-shift-x: -.8%;
}

.site-ambient-media:nth-child(even) {
  --site-media-shift-x: .8%;
}

.site-ambient-media > img {
  transform-origin: 58% 52%;
  animation: siteMediaImageDrift 13s cubic-bezier(.45, 0, .55, 1) infinite alternate;
  animation-play-state: paused;
  will-change: transform;
}

.site-ambient-media.is-site-ambient-in-view > img {
  animation-play-state: running;
}

@media (max-width: 767.98px) {
  body.site-motion-enabled .site-motion-item.site-motion-visual {
    transform: translate3d(0, 24px, 0) scale(.975);
  }

  .hero-clean.has-site-ambient-motion > .site-hero-backdrop {
    inset: 0;
    background-color: #243a76;
    background-image:
      linear-gradient(180deg, rgba(36, 58, 118, .74) 0%, rgba(36, 58, 118, .9) 430px, #243a76 650px),
      url("../img/hero-home-emozionale-v4.webp");
    background-position: center, 72% 44px;
    background-size: 100% 100%, auto 540px;
    background-repeat: no-repeat;
    transform-origin: 72% 38%;
  }
}

@media (max-width: 575.98px) {
  .pricing-v3-hero.has-site-ambient-motion > .site-hero-backdrop {
    background-position: center, 64% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-motion-item,
  .site-hero-item,
  .site-hero-backdrop,
  .site-ambient-media > img {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* Home scene phone-first redesign */
.scene-section {
  overflow: hidden;
}

.scene-layout {
  grid-template-columns: minmax(0, .94fr) minmax(360px, 520px);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
}

.scene-copy {
  align-self: center;
  max-width: 720px;
}

.scene-section .section-title {
  max-width: 790px;
  font-size: clamp(1.95rem, 3.5vw, 3.2rem);
}

.scene-section .section-lead {
  max-width: 650px;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
}

.problem-list-sharp {
  max-width: 680px;
}

.problem-list-sharp li {
  padding: 16px 18px 16px 48px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .78));
}

.problem-list-sharp li::before {
  left: 18px;
  top: 20px;
}

.scene-section .loss-calculator {
  align-self: center;
  position: sticky;
  top: 98px;
  justify-self: end;
  width: min(100%, 520px);
}

.scene-section .loss-calculator .calculator-top p {
  max-width: 440px;
}

.scene-section .loss-calculator .calculator-output strong {
  font-size: clamp(2.18rem, 4.2vw, 3.25rem);
}

.missed-call-panel {
  position: sticky;
  top: 98px;
  justify-self: end;
  width: min(100%, 430px);
}

.missed-call-screen {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(160deg, rgba(36, 58, 118, .96) 0%, rgba(36, 58, 118, .94) 55%, rgba(65, 130, 186, .78) 100%);
  color: #fff;
  box-shadow: 0 34px 86px rgba(36, 58, 118, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.missed-call-screen::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 32%),
    repeating-linear-gradient(125deg, rgba(255, 255, 255, .07) 0, rgba(255, 255, 255, .07) 1px, transparent 1px, transparent 20px);
  content: "";
  opacity: .44;
  pointer-events: none;
}

.missed-call-screen > * {
  position: relative;
}

.missed-call-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .72);
  font-size: .84rem;
  font-weight: 850;
}

.missed-call-top strong {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 1000;
}

.incoming-call-card,
.missed-call-alert,
.missed-call-impact {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .11);
  -webkit-backdrop-filter: blur(20px) saturate(1.18);
  backdrop-filter: blur(20px) saturate(1.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 16px 38px rgba(0, 0, 0, .16);
}

.incoming-call-card {
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px;
}

.incoming-call-card .pulse-dot {
  margin-top: 5px;
}

.incoming-call-card strong,
.incoming-call-card span,
.missed-call-alert span,
.missed-call-alert strong,
.missed-call-alert p,
.missed-call-impact-label,
.missed-call-impact-amount strong,
.missed-call-impact-amount span {
  display: block;
}

.incoming-call-card strong {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.2;
}

.incoming-call-card span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: .94rem;
  line-height: 1.35;
}

.missed-call-alert {
  margin-top: 12px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(214, 75, 60, .28), rgba(255, 255, 255, .07));
}

.missed-call-alert span {
  color: #ffd1c4;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.missed-call-alert strong {
  margin-top: 7px;
  color: #fff;
  font-size: clamp(1.7rem, 3.8vw, 2.6rem);
  font-weight: 1000;
  line-height: .96;
}

.missed-call-alert p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: .96rem;
  line-height: 1.45;
}

.missed-call-impact {
  margin-top: 12px;
  padding: 18px;
  border-color: rgba(255, 193, 174, .34);
  background:
    linear-gradient(145deg, rgba(214, 75, 60, .34), rgba(127, 61, 182, .18));
}

.missed-call-impact-label {
  color: #ffd1c4;
  font-size: .82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.missed-call-impact-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 10px;
  margin-top: 5px;
}

.missed-call-impact-amount strong {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 1000;
  line-height: 1;
}

.missed-call-impact-amount span {
  max-width: 150px;
  color: rgba(255, 255, 255, .88);
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.22;
}

.missed-call-impact p {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: .9rem;
  line-height: 1.4;
}

.missed-call-impact p strong {
  color: #fff;
  font-weight: 950;
}

.missed-call-recurring {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 14px 2px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.missed-call-recurring span {
  max-width: 150px;
  color: rgba(255, 255, 255, .72);
  font-size: .84rem;
  font-weight: 780;
  line-height: 1.35;
}

.missed-call-recurring strong {
  max-width: 190px;
  color: #ffd1c4;
  font-size: 1.05rem;
  font-weight: 1000;
  line-height: 1.25;
  text-align: right;
}

.missed-call-disclaimer {
  margin: 10px 2px 0;
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .scene-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .scene-section .loss-calculator {
    position: static;
    justify-self: stretch;
    width: 100%;
    max-width: 620px;
  }

  .missed-call-panel {
    position: static;
    justify-self: stretch;
    width: min(100%, 560px);
  }
}

@media (max-width: 575.98px) {
  .missed-call-screen {
    padding: 15px;
  }

  .missed-call-alert strong {
    font-size: 1.85rem;
  }

  .missed-call-impact-amount strong {
    font-size: 2.65rem;
  }

  .missed-call-recurring {
    display: grid;
    gap: 5px;
  }

  .missed-call-recurring span,
  .missed-call-recurring strong {
    max-width: none;
    text-align: left;
  }
}

/* Fai due conti: copy piu naturale e calcolatore in primo piano */

.value-band {
  padding-block: clamp(56px, 7vw, 88px);
}

.value-section {
  grid-template-columns: minmax(0, .86fr) minmax(360px, 520px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.value-copy {
  max-width: 640px;
}

.value-copy .section-title {
  max-width: 640px;
}

.value-copy .section-lead {
  max-width: 590px;
  margin-top: 16px;
  font-size: clamp(1.04rem, 1.45vw, 1.18rem);
}

.value-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.value-proof-grid div {
  padding: 16px;
  border: 1px solid var(--rm-glass-border);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(247, 250, 255, .7));
  box-shadow: var(--rm-soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.value-proof-grid strong {
  display: block;
  color: var(--rm-night);
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.15;
}

.value-proof-grid span {
  display: block;
  margin-top: 7px;
  color: rgba(36, 58, 118, .78);
  font-size: .94rem;
  font-weight: 720;
  line-height: 1.45;
}

.service-scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-scope-grid strong {
  display: flex;
  gap: 8px;
  align-items: center;
}

.service-scope-grid strong i {
  color: var(--rm-teal-dark);
  font-size: 1rem;
  line-height: 1;
}

.section-dark.takeaway-margin-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(175, 103, 231, .26), transparent 32%),
    radial-gradient(circle at 16% 84%, rgba(65, 130, 186, .22), transparent 34%),
    linear-gradient(135deg, #243a76 0%, #215c96 56%, #162342 100%);
}

.takeaway-margin-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .78fr);
  align-items: center;
  gap: clamp(26px, 4.5vw, 58px);
}

.takeaway-margin-copy {
  text-align: left;
}

.takeaway-margin-copy .section-title {
  max-width: 680px;
  margin-inline: 0;
}

.takeaway-margin-copy .section-lead {
  max-width: 720px;
  margin-inline: 0;
  color: rgba(255, 255, 255, .9);
}

.takeaway-combined-grid {
  max-width: 820px;
}

.section-dark .takeaway-combined-grid div {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 20px 48px rgba(0, 0, 0, .12);
}

.section-dark .takeaway-combined-grid strong {
  color: #fff;
}

.section-dark .takeaway-combined-grid span {
  color: rgba(255, 255, 255, .9);
}

.section-dark .takeaway-combined-grid strong i {
  color: var(--rm-brass-light);
}

.takeaway-margin-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 24px 0 0;
  text-align: left;
}

.takeaway-margin-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.takeaway-margin-list i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 1.05rem;
}

.takeaway-margin-list strong,
.takeaway-margin-list span {
  display: block;
}

.takeaway-margin-list strong {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 920;
  line-height: 1.2;
}

.takeaway-margin-list span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .88);
  line-height: 1.5;
}

.takeaway-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.takeaway-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: 58% center;
}

.takeaway-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--rm-radius);
  background: rgba(22, 35, 66, .78);
  color: rgba(255, 255, 255, .88);
  font-size: .92rem;
  font-weight: 760;
  line-height: 1.35;
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  backdrop-filter: blur(16px) saturate(1.15);
}

.takeaway-visual figcaption i {
  flex: 0 0 auto;
  color: var(--rm-brass-light);
  line-height: 1.25;
}

.value-microcopy {
  max-width: 580px;
  margin: 18px 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--rm-brass);
  color: rgba(36, 58, 118, .78);
  font-size: .96rem;
  font-weight: 760;
  line-height: 1.5;
}

.value-section .calculator-pro {
  max-width: 520px;
  justify-self: stretch;
}

.value-section .calculator-output strong {
  font-size: clamp(2.12rem, 4vw, 3.15rem);
}

@media (max-width: 991.98px) {
  .value-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-scope-grid {
    grid-template-columns: 1fr;
  }

  .takeaway-margin-layout {
    grid-template-columns: 1fr;
  }

  .takeaway-margin-list {
    grid-template-columns: 1fr;
  }

  .takeaway-visual img {
    aspect-ratio: 16 / 10;
  }

  .value-copy,
  .value-copy .section-lead,
  .value-microcopy {
    max-width: 720px;
  }

  .value-section .calculator-pro {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .value-proof-grid {
    grid-template-columns: 1fr;
  }

  .value-proof-grid div {
    padding: 14px;
  }

  .value-microcopy {
    font-size: .92rem;
  }
}

/* Wizard piano adatto */

.plan-finder-page {
  min-height: calc(100svh - 76px);
  background:
    radial-gradient(circle at 8% 0, rgba(102, 124, 216, .16), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(65, 130, 186, .16), transparent 34%),
    linear-gradient(180deg, #fff, #f4f8ff 58%, #fff);
}

.plan-finder-heading {
  max-width: 820px;
}

.plan-finder-heading .section-title {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.plan-finder-heading .section-lead {
  max-width: 720px;
}

.plan-finder-heading .decision-strip {
  margin-top: 22px;
  margin-bottom: 0;
}

.plan-finder-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 44px);
  align-items: stretch;
  margin-top: clamp(24px, 4vw, 38px);
}

.plan-wizard,
.wizard-result-panel,
.pricing-recommendation {
  border: 1px solid var(--rm-glass-border);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(247, 250, 255, .76));
  box-shadow: var(--rm-premium-shadow), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.plan-wizard {
  min-height: 100%;
  padding: clamp(18px, 3vw, 28px);
}

.wizard-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.wizard-counter,
.wizard-time {
  color: rgba(36, 58, 118, .72);
  font-size: .86rem;
  font-weight: 850;
}

.wizard-time {
  color: #8a5d13;
}

.wizard-progress {
  height: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(36, 58, 118, .12);
}

.wizard-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rm-teal), var(--rm-violet));
  transition: width .22s ease;
}

.wizard-step {
  display: none;
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.wizard-step.is-active {
  display: block;
}

.wizard-step legend {
  margin: 0;
  color: var(--rm-night);
  font-size: clamp(1.34rem, 2vw, 1.72rem);
  font-weight: 950;
  line-height: 1.08;
}

.wizard-step > p {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(36, 58, 118, .76);
  font-size: 1rem;
  line-height: 1.55;
}

.wizard-options {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.wizard-option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 92px;
  padding: 15px;
  border: 1px solid rgba(36, 58, 118, .13);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .72);
  color: var(--rm-ink);
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wizard-option:hover,
.wizard-option:focus-within {
  transform: translateY(-2px);
  border-color: rgba(65, 130, 186, .35);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--rm-soft-shadow);
}

.wizard-option.is-selected {
  border-color: rgba(102, 124, 216, .52);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 249, 235, .72));
  box-shadow: 0 18px 42px rgba(119, 88, 37, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.wizard-option input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--rm-teal);
}

.wizard-option span {
  display: block;
  min-width: 0;
}

.wizard-option strong {
  display: block;
  color: var(--rm-night);
  font-size: 1rem;
  font-weight: 930;
  line-height: 1.22;
}

.wizard-option em {
  display: block;
  margin-top: 6px;
  color: rgba(36, 58, 118, .72);
  font-size: .94rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.wizard-actions,
.wizard-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.wizard-result-actions[hidden] {
  display: none;
}

.wizard-actions {
  justify-content: space-between;
}

.wizard-actions .btn,
.wizard-result-actions .btn {
  min-width: 138px;
}

.wizard-result-panel {
  position: sticky;
  top: 98px;
  min-height: 100%;
  padding: clamp(20px, 3vw, 28px);
}

.wizard-result-panel h2 {
  margin: 12px 0 10px;
  color: var(--rm-night);
  font-size: clamp(1.42rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1.05;
}

.wizard-result-panel p {
  margin: 0;
  color: rgba(36, 58, 118, .78);
  line-height: 1.58;
}

.wizard-result-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.wizard-result-list li {
  position: relative;
  padding-left: 26px;
  color: var(--rm-ink);
  font-weight: 760;
  line-height: 1.45;
}

.wizard-result-list li::before {
  position: absolute;
  left: 0;
  top: .35em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--rm-teal);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .72);
  content: "";
}

.wizard-result-panel.is-ready {
  border-color: rgba(102, 124, 216, .45);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 249, 235, .72));
}

.wizard-note {
  margin-top: 16px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(36, 58, 118, .12);
  font-size: .92rem;
  font-weight: 740;
}

.pricing-recommendation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding: 16px;
}

.pricing-recommendation strong {
  display: block;
  color: var(--rm-night);
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.2;
}

.pricing-recommendation p {
  margin: 5px 0 0;
  color: rgba(36, 58, 118, .76);
  line-height: 1.45;
}

.pricing-recommendation a {
  font-weight: 850;
  white-space: nowrap;
}

.plan-match-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(102, 124, 216, .38);
  border-radius: 999px;
  background: rgba(102, 124, 216, .14);
  color: #8a5d13;
  font-size: .76rem;
  font-weight: 920;
  text-transform: uppercase;
}

.price-card.is-recommended-plan {
  border-color: rgba(102, 124, 216, .64);
  box-shadow: 0 32px 86px rgba(119, 88, 37, .18), inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: translateY(-4px);
}

@media (max-width: 991.98px) {
  .plan-finder-layout {
    grid-template-columns: 1fr;
  }

  .wizard-result-panel {
    position: static;
  }

  .pricing-recommendation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .plan-finder-page {
    padding-block: 42px 58px;
  }

  .wizard-option {
    grid-template-columns: 20px minmax(0, 1fr);
    min-height: 0;
    padding: 13px;
  }

  .wizard-actions,
  .wizard-result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wizard-actions .btn,
  .wizard-result-actions .btn {
    width: 100%;
  }
}

/* Pricing: three clear managerial tiers */

.pricing-v3-hero {
  min-height: clamp(590px, 72svh, 720px);
  padding-block: clamp(64px, 8vw, 94px) 42px;
  background:
    linear-gradient(94deg, rgba(5, 11, 29, .98) 0%, rgba(12, 27, 58, .94) 48%, rgba(15, 48, 70, .52) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg");
  background-position: center right;
  background-size: cover;
}

.pricing-v3-hero::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), transparent 38%);
  opacity: 1;
}

.pricing-v3-hero .inner-hero-copy {
  max-width: 1040px;
}

.pricing-v3-hero h1 {
  max-width: 780px;
  font-size: clamp(2.45rem, 5.4vw, 5rem);
  line-height: .98;
}

.pricing-v3-hero .lead {
  max-width: 750px;
  margin-top: 22px;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.58;
}

.pricing-v3-badge {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 14px 32px rgba(10, 17, 40, .16);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.pricing-v3-conditions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1040px;
  overflow: hidden;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: var(--rm-radius);
  background: rgba(6, 14, 37, .58);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
}

.pricing-v3-conditions > div {
  display: flex;
  min-width: 0;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  padding: 17px 20px;
}

.pricing-v3-conditions i {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #d8f6ff;
  font-size: 1rem;
}

.pricing-v3-condition-takeaway i {
  border-color: rgba(242, 207, 144, .35);
  background: rgba(242, 207, 144, .14);
  color: #f3cf8e;
}

.pricing-v3-conditions > div + div {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.pricing-v3-conditions strong,
.pricing-v3-conditions span {
  display: block;
  overflow-wrap: anywhere;
}

.pricing-v3-conditions strong {
  color: #fff;
  font-size: .98rem;
  font-weight: 920;
  line-height: 1.2;
}

.pricing-v3-conditions span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .84);
  font-size: .84rem;
  font-weight: 680;
  line-height: 1.35;
}

.hero-final-conditions {
  max-width: 900px;
}

.pricing-v3-hero .hero-final-conditions {
  max-width: 1040px;
}

.hero-final-conditions-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-v3-section {
  border-top: 1px solid rgba(36, 58, 118, .08);
  background: linear-gradient(180deg, #f6f8fb 0%, #fff 46%, #f4f8f7 100%);
}

.pricing-free-trial-strip {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-block: clamp(46px, 6vw, 76px) clamp(60px, 7vw, 88px);
}

.pricing-free-trial-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  overflow: visible;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(49, 111, 168, .16);
  border-radius: var(--rm-radius);
  background:
    radial-gradient(circle at 0% 0%, rgba(175, 103, 231, .13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(245, 251, 252, .95));
  box-shadow: 0 24px 68px rgba(13, 35, 72, .13), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.pricing-free-trial-card::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  width: 6px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #4182ba, #667cd8 52%, #af67e7);
}

.pricing-free-trial-main {
  min-width: 0;
}

.pricing-free-trial-card h2 {
  max-width: 720px;
  margin: 8px 0 8px;
  color: var(--rm-night);
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  font-weight: 960;
  line-height: 1.05;
}

.pricing-free-trial-card p {
  max-width: 720px;
  margin: 0;
  color: rgba(26, 45, 79, .72);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.56;
}

.pricing-free-trial-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-bottom: 8px;
  overflow: visible;
}

.pricing-free-trial-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 14px 11px;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: rgba(17, 27, 63, .84);
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(24, 56, 104, .06);
  overflow: visible;
}

.pricing-free-trial-points i {
  color: #167279;
  font-size: 1rem;
}

.pricing-free-trial-action {
  display: grid;
  gap: 6px;
  align-content: center;
  min-height: 100%;
  padding-left: clamp(22px, 4vw, 40px);
  border-left: 1px solid rgba(36, 58, 118, .12);
}

.pricing-free-trial-action strong {
  color: #111b3f;
  font-size: 1.1rem;
  font-weight: 950;
  line-height: 1.15;
}

.pricing-free-trial-action span {
  margin-bottom: 10px;
  color: rgba(26, 45, 79, .64);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.35;
}

.pricing-free-trial-action .btn {
  width: 100%;
  min-height: 52px;
}

.pricing-roi-section {
  padding-top: clamp(34px, 5vw, 68px);
  background:
    radial-gradient(circle at 88% 8%, rgba(65, 130, 186, .12), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f6f9fb 100%);
}

.pricing-roi-layout {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(340px, .72fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.pricing-roi-copy {
  max-width: 760px;
}

.pricing-roi-copy .section-title {
  max-width: 740px;
}

.pricing-roi-copy .section-lead {
  max-width: 700px;
  margin-top: 16px;
}

.pricing-roi-note {
  max-width: 680px;
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 4px solid #667cd8;
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .78);
  color: rgba(26, 45, 79, .76);
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.55;
  box-shadow: var(--rm-soft-shadow);
}

.pricing-roi-note strong {
  color: var(--rm-night);
  font-weight: 950;
}

.pricing-roi-note-title {
  display: block;
  margin-bottom: 7px;
  line-height: 1.25;
}

.pricing-takeaway-signal {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  max-width: 720px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(22, 133, 138, .2);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(135deg, rgba(231, 247, 246, .92), rgba(255, 255, 255, .92)),
    linear-gradient(135deg, rgba(65, 130, 186, .08), rgba(242, 207, 144, .14));
  box-shadow: 0 18px 46px rgba(14, 30, 66, .09);
}

.pricing-takeaway-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #167279, #215c96);
  color: #fff;
  font-size: 1.32rem;
  box-shadow: 0 14px 28px rgba(22, 114, 121, .18);
}

.pricing-takeaway-signal strong {
  display: block;
  color: #113d43;
  font-size: 1.08rem;
  font-weight: 980;
  line-height: 1.2;
}

.pricing-takeaway-signal p {
  margin: 7px 0 0;
  color: rgba(26, 45, 79, .76);
  font-size: .96rem;
  font-weight: 720;
  line-height: 1.5;
}

.pricing-roi-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(26, 46, 85, .12);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 250, 255, .82));
  box-shadow: 0 24px 68px rgba(14, 30, 66, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.pricing-roi-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #4182ba, #667cd8, #af67e7);
}

.pricing-roi-row,
.pricing-roi-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 17px;
  border-bottom: 1px solid rgba(36, 58, 118, .11);
}

.pricing-roi-row span,
.pricing-roi-total span {
  color: rgba(26, 45, 79, .72);
  font-size: .94rem;
  font-weight: 760;
  line-height: 1.35;
}

.pricing-roi-row strong {
  color: var(--rm-night);
  font-size: 1.45rem;
  font-weight: 980;
  line-height: 1;
  white-space: nowrap;
}

.pricing-roi-total {
  display: grid;
  justify-items: start;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(214, 75, 60, .14);
  border-radius: var(--rm-radius);
  background: linear-gradient(145deg, rgba(255, 247, 246, .94), rgba(255, 255, 255, .9));
}

.pricing-roi-total strong {
  color: #b83328;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  font-weight: 1000;
  line-height: .92;
}

.pricing-roi-total em {
  color: rgba(26, 45, 79, .66);
  font-size: .92rem;
  font-style: normal;
  font-weight: 820;
}

.pricing-v3-section .pricing-recommendation {
  margin: 0 0 clamp(30px, 5vw, 52px);
}

.pricing-v3-heading {
  max-width: 850px;
  margin-bottom: clamp(30px, 5vw, 48px);
}

.pricing-v3-heading .section-title {
  max-width: 820px;
  margin-top: 10px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.pricing-v3-heading .section-lead {
  max-width: 760px;
  margin-top: 16px;
}

.pricing-v3-grid {
  grid-template-columns: minmax(0, .88fr) minmax(0, .88fr) minmax(360px, 1.36fr) minmax(0, .88fr);
  gap: clamp(16px, 2.2vw, 24px);
  align-items: stretch;
  margin-top: 0;
}

.pricing-v3-card {
  min-width: 0;
  overflow: hidden;
  padding: clamp(23px, 2.4vw, 30px);
  border: 1px solid rgba(26, 46, 85, .14);
  background: #fff;
  box-shadow: 0 18px 48px rgba(14, 30, 66, .08);
}

.pricing-v3-card::before {
  height: 4px;
  background: #55a7a3;
}

.pricing-v3-card:nth-child(2)::before {
  background: #55a7a3;
}

.pricing-v3-card:nth-child(3)::before {
  background: #c49a52;
}

.pricing-v3-card:nth-child(4)::before {
  background: #667cd8;
}

.pricing-v3-card .pricing-v3-tier {
  display: block;
  min-height: 20px;
  color: #1d6f75;
  font-size: .76rem;
  font-weight: 920;
  letter-spacing: .03em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pricing-v3-card h2 {
  margin: 10px 0 18px;
  color: #111b3f;
  font-size: clamp(1.7rem, 2.5vw, 2.15rem);
  font-weight: 950;
  line-height: 1;
}

.pricing-v3-card-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 18px;
}

.pricing-v3-card-head h2 {
  margin: 0;
}

.pricing-v3-role {
  min-height: 96px;
  margin: 0;
  color: rgba(26, 45, 79, .72);
  font-size: .94rem;
  font-weight: 680;
  line-height: 1.52;
}

.pricing-v3-price {
  display: flex;
  min-height: 58px;
  align-items: baseline;
  gap: 5px;
  margin: 0 0 17px;
  color: #111b3f;
  white-space: nowrap;
}

.pricing-v3-setup {
  display: flex;
  min-height: 40px;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  margin: -7px 0 13px;
  color: rgba(26, 45, 79, .7);
  font-size: .86rem;
  font-weight: 760;
  line-height: 1.25;
}

.pricing-v3-setup del {
  color: rgba(26, 45, 79, .48);
  text-decoration-thickness: 2px;
}

.pricing-v3-setup span {
  color: #167279;
}

.pricing-v3-setup strong {
  color: #113d43;
  font-weight: 980;
}

.pricing-v3-price small {
  font-size: .88rem;
  font-weight: 800;
}

.pricing-v3-price strong {
  font-size: clamp(2.5rem, 4.1vw, 3.5rem);
  font-weight: 1000;
  line-height: .9;
}

.pricing-v3-price span {
  color: rgba(26, 45, 79, .62);
  font-size: .91rem;
  font-weight: 760;
}

.pricing-v3-volume {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 14px 0;
  border-block: 1px solid rgba(26, 46, 85, .12);
  color: #111b3f;
}

.pricing-v3-volume strong {
  color: #167279;
  font-size: 1.55rem;
  font-weight: 980;
  line-height: 1;
}

.pricing-v3-volume span {
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.3;
}

.pricing-v3-card ul {
  gap: 12px;
  margin: 0;
  color: rgba(26, 45, 79, .82);
  font-size: .93rem;
  line-height: 1.48;
}

.pricing-v3-card li {
  padding-left: 25px;
}

.pricing-v3-card li::before {
  color: #16858a;
}

.pricing-v3-fit {
  margin: auto 0 0;
  padding-top: clamp(20px, 2vw, 24px);
  color: rgba(26, 45, 79, .72);
  font-size: .89rem;
  font-weight: 680;
  line-height: 1.5;
}

.pricing-v3-fit strong {
  display: block;
  margin-bottom: 3px;
  color: #111b3f;
  font-weight: 920;
}

.pricing-v3-nudge {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(37, 124, 132, .16);
  border-radius: 8px;
  background: rgba(231, 247, 246, .72);
}

.pricing-v3-card .btn {
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
}

.pricing-v3-card .pricing-v3-cta {
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 11px 11px 11px 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 880;
  text-align: left;
  white-space: nowrap;
  box-shadow: 0 18px 44px rgba(36, 58, 118, .18), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.pricing-v3-card .pricing-v3-cta > * {
  position: relative;
  z-index: 1;
}

.pricing-v3-card .pricing-v3-cta-copy {
  display: block;
  min-width: 0;
  overflow: hidden;
  line-height: 1;
}

.pricing-v3-card .pricing-v3-cta-copy strong {
  display: block;
  overflow: hidden;
  font-size: clamp(.86rem, .92vw, .96rem);
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pricing-v3-card .pricing-v3-cta-copy small {
  color: rgba(255, 255, 255, .82);
  font-size: .73rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pricing-v3-card .pricing-v3-cta i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  font-size: 1.28rem;
  line-height: 1;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.pricing-v3-card .pricing-v3-cta.btn-primary {
  border-color: rgba(255, 255, 255, .42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, #14375d 0%, #1d819f 48%, #8e67d7 100%);
}

.pricing-v3-card .pricing-v3-cta.btn-outline-primary {
  border-color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(22, 133, 138, .78), rgba(242, 207, 144, .72) 52%, rgba(102, 124, 216, .64)) border-box;
  color: #14234c;
}

.pricing-v3-card .pricing-v3-cta.btn-outline-primary i {
  border-color: rgba(22, 133, 138, .16);
  background: rgba(231, 247, 246, .84);
  color: #167279;
}

.pricing-v3-card .pricing-v3-cta:hover,
.pricing-v3-card .pricing-v3-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(36, 58, 118, .22), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.pricing-v3-card .pricing-v3-cta:hover i,
.pricing-v3-card .pricing-v3-cta:focus-visible i {
  transform: translateX(3px);
  border-color: rgba(255, 255, 255, .44);
  background: rgba(255, 255, 255, .28);
}

.pricing-v3-card .pricing-v3-cta.btn-outline-primary:hover,
.pricing-v3-card .pricing-v3-cta.btn-outline-primary:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #14234c 0%, #1d819f 58%, #7563cc 100%);
  color: #fff;
}

.pricing-v3-card .pricing-v3-cta.btn-outline-primary:hover i,
.pricing-v3-card .pricing-v3-cta.btn-outline-primary:focus-visible i {
  color: #fff;
}

.pricing-v3-card.featured .pricing-v3-cta.btn-primary {
  border-color: rgba(255, 255, 255, .7);
  background:
    linear-gradient(135deg, #fff 0%, #effbfa 48%, #f0d399 100%);
  color: #14234c;
  box-shadow: 0 20px 52px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.pricing-v3-card.featured .pricing-v3-cta.btn-primary i {
  border-color: rgba(36, 58, 118, .12);
  background: rgba(22, 133, 138, .1);
  color: #167279;
}

.pricing-v3-card.featured .pricing-v3-cta.btn-primary:hover,
.pricing-v3-card.featured .pricing-v3-cta.btn-primary:focus-visible {
  background:
    linear-gradient(135deg, #fff 0%, #e7f7f6 44%, #f4d888 100%);
}

.pricing-v3-card.featured .pricing-v3-cta.btn-primary:hover i,
.pricing-v3-card.featured .pricing-v3-cta.btn-primary:focus-visible i {
  border-color: rgba(36, 58, 118, .18);
  background: rgba(22, 133, 138, .16);
}

.pricing-v3-trial-card {
  border-color: rgba(22, 133, 138, .2);
  background:
    linear-gradient(180deg, rgba(232, 248, 247, .82), rgba(255, 255, 255, .98)),
    #fff;
}

.pricing-v3-trial-card::before {
  background: linear-gradient(90deg, #16858a, #f2cf90);
}

.pricing-v3-trial-card .pricing-v3-tier,
.pricing-v3-trial-card .pricing-v3-price strong,
.pricing-v3-trial-card .pricing-v3-volume strong {
  color: #167279;
}

.pricing-v3-card.featured {
  z-index: 1;
  transform: translateY(-8px);
  padding: clamp(30px, 2.8vw, 34px) clamp(30px, 2.8vw, 34px) clamp(38px, 3.3vw, 46px);
  border-color: rgba(39, 139, 143, .42);
  background: linear-gradient(155deg, #101a3d 0%, #13264a 58%, #173c4b 100%);
  box-shadow: 0 28px 68px rgba(11, 28, 63, .22);
}

.pricing-v3-card.featured::before {
  background: linear-gradient(90deg, #56b7ae, #d4ad68);
}

.pricing-v3-card.featured .pricing-v3-card-head {
  align-items: center;
  margin-bottom: 24px;
}

.pricing-v3-card.featured .pricing-v3-cta {
  margin-top: clamp(22px, 2.2vw, 30px);
}

.pricing-v3-card.featured h2 {
  font-size: clamp(1.95rem, 2.7vw, 2.5rem);
}

.pricing-v3-card.featured .pricing-v3-tier {
  padding-right: 112px;
  color: #78d6cf;
}

.pricing-v3-card.featured h2,
.pricing-v3-card.featured .pricing-v3-price,
.pricing-v3-card.featured .pricing-v3-volume,
.pricing-v3-card.featured .pricing-v3-fit strong {
  color: #fff;
}

.pricing-v3-card.featured .pricing-v3-role,
.pricing-v3-card.featured .pricing-v3-price span,
.pricing-v3-card.featured .pricing-v3-setup,
.pricing-v3-card.featured .pricing-v3-setup del,
.pricing-v3-card.featured ul,
.pricing-v3-card.featured li,
.pricing-v3-card.featured .pricing-v3-fit {
  color: rgba(255, 255, 255, .76);
}

.pricing-v3-card.featured .pricing-v3-setup span,
.pricing-v3-card.featured .pricing-v3-setup strong {
  color: #78d6cf;
}

.pricing-v3-card.featured .pricing-v3-volume {
  border-color: rgba(255, 255, 255, .16);
}

.pricing-v3-card.featured .pricing-v3-volume strong,
.pricing-v3-card.featured li::before {
  color: #78d6cf;
}

.pricing-v3-takeaway-highlight {
  display: grid;
  gap: 12px;
  align-items: start;
  margin: 8px 0 30px;
  padding: 18px;
  border: 1px solid rgba(242, 207, 144, .48);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 232, .98), rgba(232, 249, 247, .94)),
    #fff;
  color: #14234c;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.pricing-v3-takeaway-row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 0;
}

.pricing-v3-takeaway-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #8a6120;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.pricing-v3-takeaway-kicker i {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #14234c;
  color: #f3cf8e;
  font-size: .95rem;
}

.pricing-v3-takeaway-line {
  color: #14234c;
  font-size: 1.08rem;
  font-weight: 960;
  line-height: 1.22;
}

.pricing-v3-takeaway-stat {
  display: inline-flex;
  width: fit-content;
  align-items: baseline;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(22, 114, 121, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  text-align: left;
}

.pricing-v3-takeaway-stat strong {
  color: #167279;
  font-size: 1.25rem;
  font-weight: 1000;
  line-height: 1;
}

.pricing-v3-takeaway-stat span {
  color: rgba(20, 35, 76, .68);
  font-size: .68rem;
  font-weight: 880;
  line-height: 1.1;
  text-transform: uppercase;
}

.plan-popular {
  display: flex;
  width: max-content;
  flex: 0 0 auto;
  margin: 2px 0 0;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #f3cf8e;
  font-size: .7rem;
  font-weight: 920;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-v3-card.featured:hover {
  transform: translateY(-11px);
  border-color: rgba(76, 183, 177, .58);
  box-shadow: 0 34px 78px rgba(11, 28, 63, .26);
}

.pricing-v3-card.decoy {
  border-color: rgba(26, 46, 85, .13);
  background: linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
  box-shadow: 0 14px 36px rgba(14, 30, 66, .06);
}

.pricing-v3-card.decoy .pricing-v3-tier {
  color: #5e6a82;
}

.pricing-v3-card.decoy .pricing-v3-price strong,
.pricing-v3-card.decoy .pricing-v3-volume strong {
  color: #5c657a;
}

.pricing-included-section {
  background:
    radial-gradient(circle at 12% 0, rgba(175, 103, 231, .1), transparent 30%),
    #fff;
}

.pricing-included-head {
  max-width: 800px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.pricing-included-head .section-lead {
  max-width: 720px;
  margin-top: 14px;
}

.pricing-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.pricing-included-grid article {
  min-width: 0;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid rgba(26, 46, 85, .12);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 250, 255, .72));
  box-shadow: 0 18px 50px rgba(14, 30, 66, .08);
}

.pricing-included-grid article span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(22, 133, 138, .1);
  color: #215c96;
  font-size: .78rem;
  font-weight: 940;
  line-height: 1;
}

.pricing-included-grid h3 {
  margin: 18px 0 9px;
  color: var(--rm-night);
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  font-weight: 960;
  line-height: 1.12;
}

.pricing-included-grid p {
  margin: 0;
  color: rgba(26, 45, 79, .72);
  font-size: .96rem;
  font-weight: 680;
  line-height: 1.55;
}

.pricing-faq-icon {
  margin-right: 8px;
  color: #167279;
}

.pricing-final-cta .container {
  position: relative;
  z-index: 1;
}

.pricing-final-cta .section-actions {
  margin-top: 26px;
}

.pricing-final-cta .section-actions .btn {
  min-width: min(100%, 310px);
}

.pricing-final-cta .cta-live-note {
  margin-top: 18px;
}

.pricing-v3-trial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin-top: clamp(44px, 7vw, 72px);
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--rm-radius);
  background: linear-gradient(115deg, #111a3d 0%, #173154 62%, #176d71 100%);
  box-shadow: 0 26px 68px rgba(12, 29, 61, .2);
}

.pricing-v3-trial > div {
  max-width: 780px;
}

.pricing-v3-trial-kicker {
  color: #f2cf90;
  font-size: .78rem;
  font-weight: 920;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.pricing-v3-trial h2 {
  margin: 9px 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 950;
  line-height: 1.05;
}

.pricing-v3-trial p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 1rem;
  line-height: 1.58;
}

.pricing-v3-trial-note {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: .88rem;
  font-weight: 860;
}

.pricing-v3-trial .btn {
  min-width: 244px;
}

.pricing-footnote {
  max-width: 900px;
  margin: 22px auto 0;
  color: rgba(36, 58, 118, .68);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.pricing-v3-card.is-recommended-plan {
  opacity: 1;
  border-color: rgba(102, 124, 216, .76);
  box-shadow: 0 28px 74px rgba(119, 88, 37, .2);
}

.pricing-v3-card.featured .plan-match-badge {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  color: #f3cf8e;
}

.pricing-v3-card.is-recommended-plan .plan-popular {
  display: none;
}

.decision-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.decision-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--rm-glass-border);
  border-radius: var(--rm-radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(247, 250, 255, .74));
  box-shadow: var(--rm-soft-shadow), inset 0 1px 0 rgba(255, 255, 255, .82);
}

.decision-card strong {
  display: block;
  color: var(--rm-night);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.2;
}

.decision-card span {
  display: block;
  margin-top: 6px;
  color: rgba(36, 58, 118, .76);
  font-size: .94rem;
  font-weight: 720;
  line-height: 1.42;
}

/* Perché Rispondimi: decision page */
.why-v2-hero {
  min-height: clamp(640px, 82svh, 780px);
  padding-block: clamp(62px, 8vw, 96px) clamp(48px, 7vw, 84px);
  overflow: hidden;
  background: linear-gradient(105deg, #050b1d 0%, #0d1c40 52%, #0f5662 100%);
}

.why-v2-hero::after {
  height: 62%;
  background: linear-gradient(180deg, transparent 0%, rgba(36, 58, 118, .78) 100%);
}

.why-v2-hero.has-site-ambient-motion > .site-hero-backdrop {
  opacity: .35;
}

.why-v2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.why-v2-hero-copy {
  max-width: 820px;
}

.why-v2-hero h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 5.2vw, 4.9rem);
  line-height: .99;
}

.why-v2-hero .lead {
  max-width: 720px;
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.58;
}

.why-v2-trust {
  max-width: 980px;
}

.why-v2-hero-visual {
  position: relative;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--rm-radius);
  overflow: hidden;
  background: rgba(9, 17, 42, .5);
  box-shadow: 0 32px 88px rgba(0, 0, 0, .32);
}

.why-v2-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
}

.why-v2-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(36, 58, 118, .58) 100%),
    linear-gradient(90deg, rgba(36, 58, 118, .46), transparent 58%);
  pointer-events: none;
}

.why-v2-call-card,
.why-v2-number-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .22);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  backdrop-filter: blur(16px) saturate(1.1);
}

.why-v2-call-card {
  right: 22px;
  bottom: 22px;
  width: min(320px, calc(100% - 44px));
  padding: 18px;
}

.why-v2-call-status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #167279;
  font-size: .74rem;
  font-weight: 940;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.why-v2-call-card strong {
  display: block;
  margin-top: 10px;
  color: var(--rm-night);
  font-size: 1.35rem;
  font-weight: 960;
  line-height: 1.1;
}

.why-v2-call-card p {
  margin: 7px 0 0;
  color: rgba(26, 45, 79, .72);
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.4;
}

.why-v2-number-card {
  top: 22px;
  left: 22px;
  padding: 14px 16px;
}

.why-v2-number-card span,
.why-v2-number-card a {
  display: block;
}

.why-v2-number-card span {
  color: rgba(26, 45, 79, .62);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.why-v2-number-card a {
  margin-top: 7px;
  color: var(--rm-night);
  font-size: 1.18rem;
  font-weight: 980;
  line-height: 1;
  text-decoration: none;
}

.why-v2-section-head {
  max-width: 860px;
  margin-bottom: clamp(30px, 5vw, 50px);
}

.why-v2-section-head.text-center {
  margin-inline: auto;
}

.why-v2-loss-grid,
.why-v2-reason-grid {
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
}

.why-v2-loss-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-v2-loss-card,
.why-v2-reason-card {
  min-width: 0;
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(14, 30, 66, .08);
}

.why-v2-loss-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(26, 46, 85, .12);
}

.why-v2-loss-card span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(22, 133, 138, .1);
  color: #215c96;
  font-size: .82rem;
  font-weight: 940;
  line-height: 1;
}

.why-v2-loss-card h3 {
  margin: 18px 0 9px;
  color: var(--rm-night);
  font-size: clamp(1.3rem, 2.2vw, 1.78rem);
  font-weight: 960;
  line-height: 1.08;
}

.why-v2-loss-card p {
  margin: 0;
  color: rgba(26, 45, 79, .72);
  font-size: .98rem;
  font-weight: 680;
  line-height: 1.55;
}

.why-v2-loss-card.is-highlighted {
  background: linear-gradient(150deg, #101a3d 0%, #123452 100%);
  box-shadow: 0 26px 68px rgba(11, 28, 63, .22);
}

.why-v2-loss-card.is-highlighted span {
  background: rgba(255, 255, 255, .1);
  color: #f3cf8e;
}

.why-v2-loss-card.is-highlighted h3 {
  color: #fff;
}

.why-v2-loss-card.is-highlighted p {
  color: rgba(255, 255, 255, .76);
}

.why-v2-reason-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-v2-reason-card {
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(26, 46, 85, .1);
}

.why-v2-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(85, 183, 174, .18), rgba(92, 86, 184, .13));
  color: #167279;
  font-size: 1.25rem;
}

.why-v2-reason-card h3 {
  margin: 18px 0 9px;
  color: var(--rm-night);
  font-size: 1.18rem;
  font-weight: 940;
  line-height: 1.14;
}

.why-v2-reason-card p {
  margin: 0;
  color: rgba(26, 45, 79, .72);
  font-size: .94rem;
  font-weight: 680;
  line-height: 1.55;
}

.why-v2-proof-layout {
  align-items: center;
}

.why-v2-proof-copy {
  max-width: 690px;
}

.why-v2-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.why-v2-check-list {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  color: rgba(26, 45, 79, .76);
  font-size: .98rem;
  font-weight: 740;
}

.why-v2-check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.why-v2-check-list i {
  color: #16858a;
  font-size: 1.08rem;
}

.why-v2-proof-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--rm-radius);
  box-shadow: 0 26px 70px rgba(13, 35, 72, .16);
}

.why-v2-proof-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.why-v2-proof-image figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 14px;
  background: rgba(8, 16, 38, .74);
  color: #fff;
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
}

.why-v2-proof-image figcaption span,
.why-v2-proof-image figcaption strong {
  display: block;
}

.why-v2-proof-image figcaption span {
  color: #78d6cf;
  font-size: .76rem;
  font-weight: 920;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.why-v2-proof-image figcaption strong {
  margin-top: 7px;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.26;
}

.why-v2-comparison-section .why-v2-section-head {
  margin-inline: auto;
  text-align: center;
}

.why-v2-comparison {
  overflow: hidden;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 24px 68px rgba(0, 0, 0, .22);
}

.why-v2-comparison .table {
  margin: 0;
  color: rgba(255, 255, 255, .84);
}

.why-v2-comparison th {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.why-v2-comparison td {
  border-color: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .78);
}

.why-v2-comparison td:first-child {
  color: #78d6cf;
  font-weight: 920;
}

.why-v2-results-grid div {
  text-align: left;
}

.why-v2-final-cta {
  padding-top: 0;
}

.why-v2-final-card {
  display: grid;
  justify-items: center;
  padding: clamp(30px, 5.5vw, 62px);
  border-radius: var(--rm-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(241, 250, 250, .92)),
    linear-gradient(100deg, rgba(85, 183, 174, .22), rgba(92, 86, 184, .16));
  box-shadow: 0 26px 72px rgba(13, 35, 72, .14);
  text-align: center;
}

.why-v2-final-card .section-title {
  max-width: 820px;
}

.why-v2-final-card p {
  max-width: 710px;
  margin: 12px 0 24px;
  color: rgba(26, 45, 79, .72);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.58;
}

@media (max-width: 1199.98px) {
  .why-v2-hero-grid,
  .why-v2-reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-v2-hero-copy {
    grid-column: 1 / -1;
  }

  .why-v2-hero-visual {
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .why-v2-hero-visual img {
    min-height: 420px;
  }
}

@media (max-width: 991.98px) {
  .why-v2-hero {
    min-height: 0;
  }

  .why-v2-loss-grid {
    grid-template-columns: 1fr;
  }

  .why-v2-proof-actions,
  .why-v2-proof-actions .btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .why-v2-hero {
    padding-block: 48px 34px;
  }

  .why-v2-hero-grid,
  .why-v2-reason-grid {
    grid-template-columns: 1fr;
  }

  .why-v2-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }

  .why-v2-hero-visual,
  .why-v2-hero-visual img {
    min-height: 390px;
  }

  .why-v2-call-card {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .why-v2-number-card {
    top: 14px;
    left: 14px;
  }

  .why-v2-comparison {
    overflow-x: auto;
  }

  .why-v2-comparison table {
    min-width: 680px;
  }

  .why-v2-final-card .btn {
    width: 100%;
  }
}

/* Perché Rispondimi: premium editorial redesign */
.why-premium-hero {
  min-height: clamp(610px, 80svh, 780px);
  padding-block: clamp(58px, 8vw, 96px) clamp(52px, 7vw, 88px);
  background:
    linear-gradient(92deg, rgba(36, 58, 118, .98) 0%, rgba(36, 58, 118, .92) 43%, rgba(65, 130, 186, .72) 68%, rgba(36, 58, 118, .2) 100%),
    url("../img/hero-home-emozionale-v4.webp") center right / cover no-repeat;
}

.why-premium-hero::before {
  opacity: .24;
}

.why-premium-hero::after {
  height: 55%;
  background: linear-gradient(180deg, transparent 0%, rgba(36, 58, 118, .72) 100%);
}

.why-premium-hero.has-site-ambient-motion > .site-hero-backdrop {
  opacity: .78;
  background:
    linear-gradient(92deg, rgba(36, 58, 118, .98) 0%, rgba(36, 58, 118, .92) 43%, rgba(65, 130, 186, .72) 68%, rgba(36, 58, 118, .2) 100%),
    url("../img/hero-home-emozionale-v4.webp") center right / cover no-repeat;
}

.why-premium-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(330px, 430px);
  gap: clamp(28px, 5.5vw, 78px);
  align-items: center;
}

.why-premium-hero-copy {
  max-width: 790px;
}

.why-premium-hero h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: .99;
}

.why-premium-hero .lead {
  max-width: 690px;
  color: rgba(248, 251, 255, .9);
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
}

.why-premium-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 790px;
  margin-top: 24px;
}

.why-premium-trust span {
  display: grid;
  min-height: 86px;
  align-content: start;
  padding: 14px;
  border-color: rgba(255, 255, 255, .18);
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .07));
  color: rgba(255, 255, 255, .78);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 14px 34px rgba(0, 0, 0, .14);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
}

.why-premium-trust strong {
  margin-bottom: 4px;
  color: var(--rm-brass-light);
  font-size: .76rem;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.why-premium-service-card {
  display: grid;
  align-self: center;
  min-height: 0;
  padding: clamp(18px, 2.8vw, 26px);
  border-color: rgba(255, 255, 255, .24);
  border-radius: var(--rm-radius);
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 249, 255, .86)),
    linear-gradient(135deg, rgba(65, 130, 186, .14), rgba(102, 124, 216, .1));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .86);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  backdrop-filter: blur(20px) saturate(1.12);
}

.why-premium-service-card::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(65, 130, 186, .42), rgba(175, 103, 231, .24), rgba(102, 124, 216, .24));
  content: "";
}

.why-premium-service-card::after {
  content: none;
}

.why-premium-service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(36, 58, 118, .12);
}

.why-premium-service-head span,
.why-premium-live-number {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #215c96;
  font-size: .74rem;
  font-weight: 940;
  letter-spacing: .03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.why-premium-service-head strong {
  color: var(--rm-night);
  font-size: .95rem;
  font-weight: 960;
  line-height: 1;
}

.why-premium-reservation-card {
  position: relative;
  margin: 18px 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(36, 58, 118, .12);
}

.why-premium-reservation-card::before {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4182ba;
  box-shadow: 0 0 0 8px rgba(46, 195, 126, .12);
  content: "";
}

.why-premium-status {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(65, 130, 186, .1);
  color: var(--rm-teal-dark);
  font-size: .72rem;
  font-weight: 940;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.why-premium-reservation-card h2 {
  margin: 16px 0 10px;
  color: var(--rm-night);
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  font-weight: 960;
  line-height: 1.02;
}

.why-premium-reservation-card p {
  margin: 0;
  color: rgba(36, 58, 118, .74);
  font-size: .98rem;
  font-weight: 720;
  line-height: 1.5;
}

.why-premium-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.why-premium-detail-grid div {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(36, 58, 118, .11);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .62);
}

.why-premium-detail-grid span,
.why-premium-detail-grid strong {
  display: block;
}

.why-premium-detail-grid span {
  color: rgba(36, 58, 118, .56);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.why-premium-detail-grid strong {
  margin-top: 6px;
  color: var(--rm-night);
  font-size: .95rem;
  font-weight: 930;
  line-height: 1.18;
}

.why-premium-live-number {
  justify-content: center;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 58, 118, .12);
  color: var(--rm-teal-dark);
  text-decoration: none;
}

.why-premium-metrics-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.why-premium-metrics .why-v2-loss-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-color: rgba(36, 58, 118, .1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 250, 255, .9));
  box-shadow: 0 20px 54px rgba(36, 58, 118, .09);
}

.why-premium-metrics .why-v2-loss-card::after {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rm-teal), var(--rm-violet));
  content: "";
  opacity: .42;
}

.why-premium-metrics .why-v2-loss-card.is-highlighted {
  border-color: rgba(255, 255, 255, .18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #243a76 0%, var(--rm-night) 54%, #215c96 100%);
  transform: translateY(-10px);
}

.why-premium-story-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
}

.why-premium-story-grid,
.why-premium-proof-grid {
  display: grid;
  grid-template-columns: minmax(300px, 500px) minmax(0, 1fr);
  gap: clamp(28px, 5.5vw, 74px);
  align-items: center;
}

.why-premium-image-panel,
.why-premium-proof-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: var(--rm-radius);
  box-shadow: 0 28px 74px rgba(36, 58, 118, .16);
}

.why-premium-image-panel {
  margin: 0;
  background: #243a76;
}

.why-premium-image-panel img,
.why-premium-proof-image img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}

.why-premium-image-panel img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.why-premium-image-panel::after,
.why-premium-proof-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(36, 58, 118, .72) 100%);
  content: "";
  pointer-events: none;
}

.why-premium-image-panel figcaption,
.why-premium-proof-image figcaption {
  z-index: 2;
}

.why-premium-image-panel figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--rm-radius);
  background: rgba(8, 16, 38, .76);
  color: #fff;
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(14px) saturate(1.08);
}

.why-premium-image-panel figcaption span,
.why-premium-image-panel figcaption strong {
  display: block;
}

.why-premium-image-panel figcaption span {
  color: var(--rm-brass-light);
  font-size: .75rem;
  font-weight: 930;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.why-premium-image-panel figcaption strong {
  margin-top: 7px;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.28;
}

.why-premium-story-copy {
  max-width: 720px;
}

.why-premium-check-list {
  gap: 12px;
  margin-top: 26px;
}

.why-premium-check-list li {
  min-height: 54px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(36, 58, 118, .1);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 28px rgba(36, 58, 118, .06);
}

.why-premium-reasons-section {
  background:
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.why-premium-reason-grid .why-v2-reason-card {
  position: relative;
  overflow: hidden;
  min-height: 258px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 18px 48px rgba(36, 58, 118, .08);
}

.why-premium-reason-grid .why-v2-reason-card::after {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--rm-teal), var(--rm-violet));
  content: "";
  opacity: .7;
}

.why-premium-reason-grid .why-v2-reason-card:nth-child(3n) .why-v2-icon {
  color: #8a5b12;
  background: rgba(102, 124, 216, .14);
}

.why-premium-control-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #243a76 0%, #243a76 48%, #215c96 100%);
}

.why-premium-control-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.why-premium-control-section .why-v2-section-head {
  margin-bottom: 0;
}

.why-premium-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.why-premium-before-after article {
  min-width: 0;
  padding: clamp(24px, 3.4vw, 34px);
  background: rgba(255, 255, 255, .08);
}

.why-premium-before-after article:last-child {
  background:
    linear-gradient(145deg, rgba(65, 130, 186, .16), rgba(102, 124, 216, .1)),
    rgba(255, 255, 255, .1);
}

.why-premium-before-after span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: var(--rm-brass-light);
  font-size: .76rem;
  font-weight: 940;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.why-premium-before-after ul {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.why-premium-before-after li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: .97rem;
  font-weight: 690;
  line-height: 1.5;
}

.why-premium-before-after li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  opacity: .62;
}

.why-premium-proof-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.why-premium-proof-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
}

.why-premium-proof-image img {
  aspect-ratio: 4 / 5;
}

.why-premium-results-section {
  border-block: 1px solid rgba(36, 58, 118, .08);
}

.why-premium-results-section .value-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.why-premium-results-section .value-proof-grid div {
  min-height: 150px;
  padding: 22px;
}

.why-premium-faq-section .faq-wrap {
  max-width: 980px;
}

.why-premium-faq-section .accordion-item {
  box-shadow: 0 14px 38px rgba(36, 58, 118, .07);
}

.why-premium-final-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .74)),
    linear-gradient(135deg, rgba(65, 130, 186, .16), rgba(102, 124, 216, .1) 52%, rgba(102, 124, 216, .14));
  box-shadow: 0 30px 82px rgba(36, 58, 118, .14);
}

.why-premium-final-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--rm-teal), var(--rm-violet), var(--rm-brass));
  content: "";
}

@media (max-width: 1199.98px) {
  .why-premium-hero-layout,
  .why-premium-control-layout {
    grid-template-columns: 1fr;
  }

  .why-premium-service-card {
    max-width: 720px;
  }

  .why-premium-story-grid,
  .why-premium-proof-grid {
    grid-template-columns: 1fr;
  }

  .why-premium-story-grid .why-premium-image-panel {
    max-width: 680px;
  }
}

@media (max-width: 991.98px) {
  .why-premium-hero {
    min-height: 0;
    background-position: 64% center;
  }

  .why-premium-trust,
  .why-premium-results-section .value-proof-grid {
    grid-template-columns: 1fr;
  }

  .why-premium-metrics .why-v2-loss-card.is-highlighted {
    transform: none;
  }

  .why-premium-before-after {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .why-premium-hero {
    padding-block: 46px 36px;
    background-image:
      linear-gradient(180deg, rgba(36, 58, 118, .72) 0%, rgba(36, 58, 118, .96) 360px, #243a76 100%),
      url("../img/hero-home-emozionale-v4.webp");
    background-position: center, 70% top;
    background-size: 100% 100%, auto 420px;
    background-repeat: no-repeat;
  }

  .why-premium-hero h1 {
    font-size: clamp(2.2rem, 11.5vw, 3.25rem);
  }

  .why-premium-service-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .why-premium-detail-grid {
    grid-template-columns: 1fr;
  }

  .why-premium-image-panel img,
  .why-premium-proof-image img {
    min-height: 390px;
  }

  .why-premium-image-panel figcaption,
  .why-premium-proof-image figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
  }

  .why-premium-results-section .value-proof-grid div {
    min-height: 0;
  }
}

@media (max-width: 1199.98px) {
  .pricing-v3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-v3-card.featured,
  .pricing-v3-card.featured:hover {
    transform: none;
  }

  .pricing-v3-role {
    min-height: 0;
  }
}

@media (max-width: 991.98px) {
  .pricing-v3-hero {
    min-height: 0;
  }

  .pricing-roi-layout {
    grid-template-columns: 1fr;
  }

  .pricing-roi-card {
    max-width: 680px;
  }

  .pricing-free-trial-strip {
    margin-top: 0;
    padding-block: 42px 58px;
  }

  .pricing-free-trial-card {
    grid-template-columns: 1fr;
  }

  .pricing-free-trial-action {
    min-height: 0;
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid rgba(36, 58, 118, .12);
    border-left: 0;
  }

  .pricing-free-trial-action .btn {
    width: fit-content;
    min-width: 248px;
  }

  .pricing-v3-conditions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-v3-conditions > div + div {
    border-left: 0;
  }

  .pricing-v3-conditions > div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .18);
  }

  .pricing-v3-conditions > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .hero-final-conditions-3 > div:last-child {
    grid-column: 1 / -1;
  }

  .pricing-v3-grid {
    grid-template-columns: minmax(0, 720px);
    justify-content: center;
  }

  .pricing-included-head {
    max-width: 720px;
  }

  .pricing-v3-trial {
    grid-template-columns: 1fr;
  }

  .pricing-v3-trial .btn {
    width: fit-content;
  }

  .decision-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  body[data-page="prezzi"] #roi-prezzi,
  body[data-page="prezzi"] #trova-piano,
  body[data-page="prezzi"] #piani,
  body[data-page="prezzi"] #faq,
  body[data-page="prezzi"] .pricing-free-trial-strip,
  body[data-page="prezzi"] .pricing-included-section,
  body[data-page="prezzi"] .pricing-final-cta {
    scroll-margin-top: 104px;
  }

  .pricing-v3-hero {
    min-height: 0;
    padding-block: 28px 24px;
    background-position: 68% center;
  }

  .pricing-v3-hero h1 {
    font-size: clamp(1.86rem, 8.8vw, 2.22rem);
    line-height: 1.06;
  }

  .pricing-v3-hero .lead {
    margin-top: 14px;
    font-size: .94rem;
    line-height: 1.48;
  }

  .pricing-v3-badge {
    margin-bottom: 12px;
    padding: 6px 10px;
    font-size: .74rem;
    line-height: 1.3;
  }

  .pricing-v3-hero .hero-actions,
  .pricing-v3-hero .hero-actions .btn {
    width: 100%;
  }

  .pricing-v3-hero .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .pricing-v3-hero .hero-actions .btn {
    min-height: 48px;
    padding: 10px 14px;
    font-size: .98rem;
  }

  .pricing-v3-conditions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    border-radius: 10px;
  }

  .pricing-v3-conditions > div {
    display: flex;
    min-height: 108px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 11px;
  }

  .pricing-v3-conditions i {
    width: 26px;
    height: 26px;
    margin: 0 0 7px;
    font-size: .84rem;
  }

  .pricing-v3-conditions strong {
    font-size: .82rem;
    line-height: 1.18;
  }

  .pricing-v3-conditions span {
    margin-top: 4px;
    font-size: .72rem;
    line-height: 1.28;
  }

  .pricing-v3-conditions > div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .18);
  }

  .pricing-v3-conditions > div + div {
    border-top: 0;
  }

  .pricing-v3-conditions > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .pricing-free-trial-strip {
    padding-block: 28px 38px;
  }

  .pricing-free-trial-card {
    gap: 18px;
    padding: 22px 18px 24px;
  }

  .pricing-free-trial-card h2 {
    font-size: clamp(1.72rem, 7.6vw, 2rem);
    line-height: 1.08;
  }

  .pricing-free-trial-card p {
    font-size: .96rem;
    line-height: 1.5;
  }

  .pricing-free-trial-points {
    display: grid;
    gap: 9px;
    margin-top: 16px;
    padding-bottom: 10px;
  }

  .pricing-free-trial-points span {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: .84rem;
  }

  .pricing-free-trial-action .btn {
    width: 100%;
    min-width: 0;
  }

  .pricing-roi-section {
    padding-block: 36px;
  }

  .pricing-roi-copy .section-title {
    font-size: clamp(1.82rem, 8.4vw, 2.16rem);
    line-height: 1.07;
  }

  .pricing-roi-copy .section-lead {
    margin-top: 12px;
    font-size: .98rem;
    line-height: 1.5;
  }

  .pricing-roi-note {
    margin-top: 14px;
    padding: 15px 16px;
    font-size: .95rem;
    line-height: 1.48;
  }

  .pricing-roi-card {
    padding: 20px 18px;
  }

  .pricing-roi-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-block: 14px;
  }

  .pricing-roi-total {
    margin-top: 14px;
    padding: 18px;
  }

  .pricing-roi-total strong {
    font-size: clamp(2rem, 11vw, 2.55rem);
  }

  .pricing-v3-heading .section-title,
  .pricing-included-head .section-title {
    font-size: clamp(1.84rem, 8.4vw, 2.16rem);
    line-height: 1.07;
  }

  .pricing-v3-heading .section-lead,
  .pricing-included-head .section-lead {
    font-size: .96rem;
    line-height: 1.5;
  }

  .pricing-v3-grid {
    gap: 18px;
  }

  .pricing-v3-card {
    padding: 22px 18px 26px;
  }

  .pricing-v3-card h2 {
    font-size: clamp(1.62rem, 7.4vw, 1.92rem);
  }

  .pricing-v3-price {
    min-height: 44px;
    margin-bottom: 12px;
  }

  .pricing-v3-price strong {
    font-size: clamp(2.18rem, 10.8vw, 2.62rem);
  }

  .pricing-v3-volume {
    min-height: 0;
    margin-bottom: 20px;
    padding-block: 12px;
  }

  .pricing-v3-card ul {
    gap: 9px;
    font-size: .88rem;
    line-height: 1.42;
  }

  .pricing-v3-fit {
    padding-top: 16px;
    font-size: .84rem;
    line-height: 1.45;
  }

  .pricing-v3-card.featured {
    padding: 24px 18px 28px;
  }

  .pricing-v3-card.featured .pricing-v3-tier {
    max-width: 150px;
    padding-right: 0;
  }

  .pricing-v3-takeaway-highlight {
    gap: 10px;
    margin: 0 0 20px;
    padding: 14px;
  }

  .pricing-v3-takeaway-row {
    align-items: flex-start;
  }

  .pricing-v3-takeaway-line {
    font-size: .94rem;
  }

  .pricing-v3-volume {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pricing-included-grid article {
    padding: 20px 18px;
  }

  .pricing-included-grid h3 {
    font-size: 1.28rem;
  }

  .pricing-included-grid p {
    font-size: .95rem;
    line-height: 1.48;
  }

  .faq-wrap {
    margin-top: 24px;
  }

  .accordion-button {
    padding: 18px 20px;
    font-size: 1rem;
    line-height: 1.25;
  }

  .accordion-body {
    padding: 18px 20px 22px;
    font-size: .96rem;
    line-height: 1.55;
  }

  .pricing-final-cta {
    padding-block: 38px 42px;
  }

  .pricing-final-cta h2 {
    font-size: clamp(1.72rem, 8.2vw, 2.05rem);
    line-height: 1.08;
  }

  .pricing-final-cta p {
    font-size: .98rem;
    line-height: 1.5;
  }

  .pricing-final-cta .section-actions .btn {
    min-width: 0;
    min-height: 48px;
    font-size: 1rem;
    line-height: 1.2;
    white-space: normal;
  }

  .pricing-final-cta .cta-live-note {
    align-items: flex-start;
    font-size: .94rem;
    line-height: 1.42;
  }

  .pricing-v3-trial {
    padding: 26px 20px;
  }

  .pricing-v3-trial .btn {
    width: 100%;
    min-width: 0;
  }

  .pricing-included-grid {
    grid-template-columns: 1fr;
  }
}

/* Testimonianze: carosello responsive */
.testimonials-stories-section {
  border-block: 1px solid rgba(36, 58, 118, .08);
  background: #f5f8fe;
}

.testimonial-stories-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.testimonial-stories-head .section-title {
  max-width: 780px;
}

.testimonial-stories-head .section-lead {
  max-width: 680px;
}

.review-carousel {
  --review-gap: 24px;
}

.review-carousel-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.review-carousel-status {
  margin: 0;
  color: rgba(36, 58, 118, .7);
  font-size: .9rem;
  font-weight: 800;
}

.review-carousel-controls {
  display: flex;
  gap: 8px;
}

.review-carousel-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(36, 58, 118, .18);
  border-radius: 50%;
  background: #fff;
  color: var(--rm-night);
  box-shadow: 0 8px 24px rgba(36, 58, 118, .08);
}

.review-carousel-button:hover,
.review-carousel-button:focus-visible {
  border-color: rgba(65, 130, 186, .5);
  background: #eef7fc;
  color: var(--rm-teal-dark);
}

.review-carousel-button:focus-visible {
  box-shadow: 0 0 0 .2rem rgba(65, 130, 186, .16);
}

.review-carousel-button:disabled {
  border-color: rgba(36, 58, 118, .1);
  background: rgba(255, 255, 255, .58);
  color: rgba(36, 58, 118, .32);
  box-shadow: none;
  opacity: 1;
}

.review-carousel-viewport {
  overflow-x: auto;
  padding: 12px 2px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.review-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.review-carousel-viewport:focus-visible {
  border-radius: var(--rm-radius);
  outline: 3px solid rgba(65, 130, 186, .2);
  outline-offset: 3px;
}

.review-carousel-track {
  display: flex;
  gap: var(--review-gap);
  align-items: stretch;
}

.testimonial-story-slide {
  display: flex;
  min-width: 0;
  flex: 0 0 calc((100% - (var(--review-gap) * 2)) / 3);
  scroll-snap-align: start;
}

.testimonial-story {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(36, 58, 118, .14);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(36, 58, 118, .09);
}

.testimonial-story::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--rm-teal);
  content: "";
}

.testimonial-story-slide:nth-child(3n + 2) .testimonial-story::before {
  background: var(--rm-violet);
}

.testimonial-story-slide:nth-child(3n + 3) .testimonial-story::before {
  background: #27765f;
}

.testimonial-story-header {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.testimonial-story-avatar {
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(36, 58, 118, .16);
}

.testimonial-story-header strong,
.testimonial-story-header span {
  display: block;
}

.testimonial-story-header strong {
  color: var(--rm-night);
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1.2;
}

.testimonial-story-header span {
  margin-top: 3px;
  color: rgba(36, 58, 118, .7);
  font-size: .9rem;
  font-weight: 720;
  line-height: 1.35;
}

.testimonial-story blockquote {
  flex: 1;
  margin: 26px 0 30px;
  color: var(--rm-ink);
  font-size: 1.08rem;
  font-weight: 740;
  line-height: 1.55;
}

.testimonial-story-result {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 58, 118, .12);
}

.testimonial-story-result strong {
  color: var(--rm-teal-dark);
  font-size: 2.35rem;
  font-weight: 1000;
  line-height: 1;
}

.testimonial-story-slide:nth-child(3n + 2) .testimonial-story-result strong {
  color: #af67e7;
}

.testimonial-story-slide:nth-child(3n + 3) .testimonial-story-result strong {
  color: #27765f;
}

.testimonial-story-result span {
  max-width: 190px;
  color: rgba(36, 58, 118, .76);
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.3;
}

.testimonials-stories-section .testimonial-disclaimer {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(36, 58, 118, .62);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.testimonials-stories-section .section-actions {
  margin-top: 24px;
}

@media (max-width: 991.98px) {
  .testimonial-story-slide {
    flex-basis: calc((100% - var(--review-gap)) / 2);
  }

  .testimonial-story {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .review-carousel {
    --review-gap: 16px;
  }

  .testimonial-story-slide {
    flex-basis: 100%;
  }
}

@media (max-width: 575.98px) {
  .testimonial-stories-head {
    margin-bottom: 26px;
  }

  .testimonial-story {
    padding: 22px;
  }

  .review-carousel-toolbar {
    margin-bottom: 6px;
  }

  .testimonial-story-header {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }

  .testimonial-story-avatar {
    width: 56px;
    height: 56px;
  }

  .testimonial-story blockquote {
    margin: 22px 0 24px;
    font-size: 1rem;
  }

  .testimonial-story-result {
    min-height: 0;
  }

  .testimonial-story-result strong {
    font-size: 2rem;
  }
}

/* Come funziona: percorso visivo dal primo squillo all'agenda */
.how-v2-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(560px, 70svh, 680px);
  display: flex;
  align-items: center;
  padding-block: clamp(46px, 5vw, 64px) clamp(38px, 4vw, 54px);
  background: #070f25;
}

.how-v2-hero::before,
.how-v2-hero::after {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
}

.how-v2-hero::before {
  z-index: 0;
  inset: -2%;
  background: url("../img/staff-ristorante-senza-interruzioni.jpg") center center / cover no-repeat;
  opacity: .68;
  filter: saturate(.92) contrast(1.05) brightness(.78);
  transform: scale(1.015);
  transform-origin: 58% 50%;
}

.how-v2-hero::after {
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 26, .18) 0%, rgba(5, 10, 26, .34) 52%, rgba(5, 10, 26, .82) 100%),
    linear-gradient(90deg, rgba(5, 10, 26, .98) 0%, rgba(7, 16, 38, .9) 45%, rgba(7, 16, 38, .68) 72%, rgba(7, 16, 38, .78) 100%);
}

.how-v2-hero > .container {
  position: relative;
  z-index: 2;
}

.how-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .44fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.how-v2-hero-copy {
  min-width: 0;
  max-width: 720px;
}

.how-v2-hero .eyebrow {
  margin-bottom: 18px;
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .11);
}

.how-v2-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.05rem, 3.25vw, 3.25rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 16px 42px rgba(0, 0, 0, .34);
  text-wrap: balance;
}

.how-v2-hero h1 .brand-gradient {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  text-shadow: 0 3px 28px rgba(125, 198, 231, .34), 0 2px 10px rgba(0, 0, 0, .3);
}

.how-v2-hero .lead .brand-gradient {
  color: #dff4ff;
  background: none;
  font-weight: 900;
  -webkit-text-fill-color: #dff4ff;
}

.how-v2-hero .lead {
  max-width: 690px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  font-weight: 620;
  line-height: 1.52;
}

.how-v2-hero .hero-actions {
  gap: 10px;
  margin-top: 22px;
}

.how-v2-hero .hero-actions .btn {
  min-height: 50px;
  padding-inline: 18px;
  font-size: 1.02rem;
}

@media (min-width: 768px) {
  .how-v2-hero .hero-actions {
    flex-wrap: nowrap;
  }

  .how-v2-hero .hero-actions .btn {
    white-space: nowrap;
  }
}

.how-v2-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: .96rem;
  font-weight: 760;
  line-height: 1.4;
}

.how-v2-hero .hero-final-conditions {
  max-width: 960px;
  margin-top: 18px;
}

.how-v2-hero .hero-final-conditions > div {
  min-height: 126px;
  justify-content: flex-start;
  padding: 15px 17px;
}

.how-v2-confidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 16px;
}

.how-v2-confidence li {
  min-height: 78px;
  padding: 11px 13px 11px 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-left: 3px solid var(--rm-brass-light);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  backdrop-filter: blur(16px) saturate(1.12);
}

.how-v2-confidence li:nth-child(2) {
  border-left-color: #7dc6e7;
}

.how-v2-confidence li:nth-child(3) {
  border-left-color: #bda4f0;
}

.how-v2-confidence strong,
.how-v2-confidence span {
  display: block;
}

.how-v2-confidence strong {
  color: #fff;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.how-v2-confidence span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.3;
}

.how-v2-hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 330px);
  min-width: 0;
  color: var(--rm-night);
}

.how-v2-hero-device {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: var(--rm-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(244, 248, 255, .96));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34), 0 0 0 1px rgba(125, 198, 231, .1);
}

.how-v2-hero-device img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 44%;
}

.how-v2-hero-device-phone {
  border-color: rgba(255, 255, 255, .5);
  box-shadow: 0 34px 92px rgba(0, 0, 0, .38), 0 0 0 1px rgba(125, 198, 231, .16);
}

.how-v2-hero-device-phone img {
  aspect-ratio: 9 / 15.6;
  object-position: center center;
}

.how-v2-hero-device figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 38px rgba(7, 16, 38, .18);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  backdrop-filter: blur(14px) saturate(1.12);
}

.how-v2-hero-device figcaption span,
.how-v2-hero-device figcaption strong {
  display: block;
}

.how-v2-hero-device figcaption span {
  color: #14735b;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.how-v2-hero-device figcaption span i {
  margin-right: 6px;
}

.how-v2-hero-device figcaption strong {
  color: var(--rm-night);
  font-size: clamp(.95rem, 1.2vw, 1.08rem);
  font-weight: 950;
  line-height: 1.25;
}

.how-v2-hero-mini-panel {
  position: absolute;
  right: -18px;
  bottom: 22px;
  display: grid;
  min-width: 148px;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: var(--rm-radius);
  background: rgba(7, 16, 38, .88);
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
  -webkit-backdrop-filter: blur(16px) saturate(1.16);
  backdrop-filter: blur(16px) saturate(1.16);
}

.how-v2-hero-mini-panel span,
.how-v2-hero-mini-panel small {
  color: rgba(255, 255, 255, .74);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}

.how-v2-hero-mini-panel strong {
  color: #fff;
  font-size: 1.78rem;
  font-weight: 1000;
  line-height: .9;
}

.how-v2-booking-view-section {
  overflow: hidden;
  border-bottom: 1px solid rgba(36, 58, 118, .08);
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.how-v2-booking-view-head {
  max-width: 920px;
  margin-inline: auto;
}

.how-v2-booking-view-head .section-title {
  max-width: 860px;
}

.how-v2-booking-view-head .section-lead {
  max-width: 820px;
}

.how-v2-booking-view-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
  align-items: stretch;
  max-width: 1180px;
  margin-inline: auto;
  margin-top: clamp(34px, 5vw, 52px);
}

.how-v2-booking-mobile-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 22px);
}

.how-v2-booking-shot {
  position: relative;
  overflow: hidden;
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  border: 1px solid rgba(36, 58, 118, .1);
  border-radius: var(--rm-radius);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 26px 76px rgba(14, 31, 78, .12), 0 1px 0 rgba(255, 255, 255, .9) inset;
}

.how-v2-booking-shot img {
  display: block;
  width: 100%;
  height: clamp(230px, 19vw, 300px);
  object-fit: cover;
  filter: saturate(1.03) contrast(1.02);
}

.how-v2-booking-shot-desktop img {
  object-position: center center;
}

.how-v2-booking-shot-mobile img {
  object-position: center 50%;
}

.how-v2-booking-shot-detail img {
  object-position: center top;
}

.how-v2-shot-label {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .9);
  color: var(--rm-teal-dark);
  font-size: .74rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(7, 16, 38, .16);
  -webkit-backdrop-filter: blur(12px) saturate(1.12);
  backdrop-filter: blur(12px) saturate(1.12);
}

.how-v2-booking-shot figcaption {
  flex: 1;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(36, 58, 118, .1);
  background: rgba(255, 255, 255, .78);
}

.how-v2-booking-shot figcaption strong,
.how-v2-booking-shot figcaption span {
  display: block;
}

.how-v2-booking-shot figcaption strong {
  color: var(--rm-night);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
}

.how-v2-booking-shot figcaption span {
  color: rgba(36, 58, 118, .72);
  font-size: .9rem;
  font-weight: 680;
  line-height: 1.42;
}

.how-v2-booking-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
  max-width: 1180px;
  margin-inline: auto;
  margin-top: 22px;
}

.how-v2-booking-proof-row li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 138px;
  padding: 17px;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 42px rgba(36, 58, 118, .08);
}

.how-v2-booking-proof-row i {
  display: grid;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--rm-radius);
  background: rgba(65, 130, 186, .12);
  color: var(--rm-teal-dark);
  font-size: 1.05rem;
}

.how-v2-booking-proof-row strong,
.how-v2-booking-proof-row span {
  display: block;
}

.how-v2-booking-proof-row strong {
  grid-column: 2;
  color: var(--rm-night);
  font-size: .94rem;
  font-weight: 950;
  line-height: 1.24;
}

.how-v2-booking-proof-row span {
  grid-column: 2;
  margin-top: 5px;
  color: rgba(36, 58, 118, .72);
  font-size: .9rem;
  font-weight: 680;
  line-height: 1.42;
}

.how-v2-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 4vw, 42px);
}

.how-v2-capability-grid li {
  display: grid;
  min-width: 0;
  min-height: 220px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  padding: 20px;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 54px rgba(36, 58, 118, .1);
}

.how-v2-capability-grid i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--rm-radius);
  background: rgba(65, 130, 186, .12);
  color: var(--rm-teal-dark);
  font-size: 1.02rem;
}

.how-v2-capability-grid li:nth-child(2) i {
  background: rgba(175, 103, 231, .12);
  color: var(--rm-violet);
}

.how-v2-capability-grid li:nth-child(3) i {
  background: rgba(31, 161, 122, .12);
  color: #16745c;
}

.how-v2-capability-grid li:nth-child(4) i {
  background: rgba(175, 103, 231, .1);
  color: var(--rm-teal-dark);
}

.how-v2-capability-grid div {
  min-width: 0;
}

.how-v2-capability-grid h3 {
  margin: 0;
  color: var(--rm-night);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.24;
  letter-spacing: 0;
}

.how-v2-capability-grid p {
  margin: 8px 0 0;
  color: rgba(36, 58, 118, .74);
  font-size: .91rem;
  font-weight: 680;
  line-height: 1.44;
}

.how-v2-flow-section {
  border-bottom: 1px solid rgba(36, 58, 118, .08);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.how-v2-section-head {
  max-width: 960px;
  margin-inline: auto;
}

.how-v2-section-head .section-title {
  max-width: 920px;
}

.how-v2-section-head .section-lead {
  max-width: 780px;
  margin-top: 16px;
}

.how-v2-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(42px, 6vw, 68px);
}

.how-v2-timeline {
  position: relative;
  display: grid;
}

.how-v2-timeline::before {
  position: absolute;
  left: 23px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, rgba(65, 130, 186, .18), rgba(102, 124, 216, .5), rgba(102, 124, 216, .24));
  content: "";
}

.how-v2-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
}

.how-v2-timeline li > div {
  min-width: 0;
  padding: 1px 0 24px;
  border-bottom: 1px solid rgba(36, 58, 118, .11);
}

.how-v2-timeline li + li {
  padding-top: 24px;
}

.how-v2-timeline li:last-child > div {
  padding-bottom: 0;
  border-bottom: 0;
}

.how-v2-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(65, 130, 186, .2);
  border-radius: 50%;
  background: #fff;
  color: var(--rm-teal-dark);
  font-size: .76rem;
  font-weight: 1000;
  box-shadow: 0 12px 30px rgba(36, 58, 118, .12);
}

.how-v2-timeline h3 {
  max-width: 640px;
  margin: 0;
  color: var(--rm-night);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.how-v2-timeline p {
  max-width: 660px;
  margin: 8px 0 0;
  color: rgba(36, 58, 118, .76);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.52;
}

.how-v2-flow-visual {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.how-v2-flow-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: 0 24px 64px rgba(36, 58, 118, .14);
}

.how-v2-flow-photo img {
  display: block;
  width: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
}

.how-v2-flow-call-photo img {
  aspect-ratio: 4 / 3;
  object-position: center 58%;
}

.how-v2-flow-call-photo figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 8px;
  align-items: center;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: var(--rm-radius);
  background: rgba(7, 16, 38, .76);
  color: #fff;
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  backdrop-filter: blur(18px) saturate(1.16);
}

.how-v2-flow-call-photo figcaption .pulse-dot {
  grid-row: 1 / 3;
}

.how-v2-flow-call-photo figcaption strong {
  font-size: .86rem;
  font-weight: 950;
}

.how-v2-flow-call-photo figcaption > span:last-child {
  color: rgba(255, 255, 255, .7);
  font-size: .78rem;
  font-weight: 720;
}

.how-v2-flow-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.how-v2-flow-route div {
  display: grid;
  min-height: 74px;
  place-items: center;
  gap: 6px;
  padding: 9px 6px;
  border: 1px solid rgba(36, 58, 118, .1);
  border-radius: var(--rm-radius);
  background: #fff;
  color: var(--rm-night);
  text-align: center;
  box-shadow: 0 10px 28px rgba(36, 58, 118, .08);
}

.how-v2-flow-route i {
  color: var(--rm-teal-dark);
  font-size: 1.05rem;
}

.how-v2-flow-route div:nth-child(2) i {
  color: var(--rm-violet);
}

.how-v2-flow-route div:nth-child(3) i {
  color: #8a5d13;
}

.how-v2-flow-route span {
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.2;
}

.how-v2-flow-agenda-photo img {
  aspect-ratio: 16 / 8;
  object-position: center 66%;
}

.how-v2-flow-agenda-photo figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .86);
  color: var(--rm-night);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
}

.how-v2-flow-agenda-photo figcaption strong {
  font-size: .85rem;
  font-weight: 950;
}

.how-v2-flow-agenda-photo figcaption span {
  color: rgba(36, 58, 118, .72);
  font-size: .76rem;
  font-weight: 720;
}

.how-v2-flow-summary {
  margin: 0;
  padding: 15px 16px;
  border-left: 3px solid var(--rm-brass);
  border-radius: 0 var(--rm-radius) var(--rm-radius) 0;
  background: #fff;
  color: rgba(36, 58, 118, .82);
  font-size: .92rem;
  font-weight: 780;
  line-height: 1.48;
  box-shadow: 0 12px 34px rgba(36, 58, 118, .08);
}

.how-v2-dialogue-section {
  border-block: 1px solid rgba(36, 58, 118, .08);
  background: linear-gradient(135deg, #f8faff 0%, #eef5fb 50%, #f8f4fb 100%);
}

.how-v2-dialogue-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.08fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
}

.how-v2-dialogue-copy {
  max-width: 560px;
}

.how-v2-dialogue-copy .section-lead {
  margin-top: 18px;
}

.how-v2-dialogue-visual {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(300px, 1.22fr);
  grid-template-rows: 1fr auto;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: 0 30px 84px rgba(36, 58, 118, .17);
}

.how-v2-dialogue-visual > img {
  grid-column: 1;
  grid-row: 1 / 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(1.02) contrast(1.04);
}

.how-v2-dialogue-messages {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: clamp(20px, 3vw, 32px);
}

.how-v2-message {
  max-width: 94%;
  padding: 14px 15px;
  border: 1px solid rgba(36, 58, 118, .1);
  border-radius: var(--rm-radius);
  background: #f3f7fc;
  color: var(--rm-night);
  box-shadow: 0 12px 30px rgba(36, 58, 118, .08);
}

.how-v2-message span {
  display: block;
  margin-bottom: 6px;
  color: var(--rm-teal-dark);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.how-v2-message p {
  margin: 0;
  font-size: .94rem;
  font-weight: 760;
  line-height: 1.48;
}

.how-v2-message-ai {
  align-self: flex-end;
  border-color: rgba(255, 255, 255, .16);
  background: linear-gradient(135deg, #101d49, #245f91);
  color: #fff;
}

.how-v2-message-ai span {
  color: #bfe7f8;
}

.how-v2-dialogue-outcome {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 clamp(20px, 3vw, 32px) clamp(20px, 3vw, 32px);
  padding: 13px 14px;
  border: 1px solid rgba(102, 124, 216, .28);
  border-radius: var(--rm-radius);
  background: #fff9ed;
}

.how-v2-dialogue-outcome > i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: var(--rm-radius);
  background: rgba(102, 124, 216, .14);
  color: #8a5d13;
}

.how-v2-dialogue-outcome span,
.how-v2-dialogue-outcome strong {
  display: block;
}

.how-v2-dialogue-outcome span {
  color: rgba(36, 58, 118, .68);
  font-size: .76rem;
  font-weight: 820;
}

.how-v2-dialogue-outcome strong {
  margin-top: 3px;
  color: var(--rm-night);
  font-size: .94rem;
  font-weight: 950;
}

.how-v2-activation-section {
  overflow: hidden;
  background:
    linear-gradient(130deg, rgba(36, 58, 118, .99), rgba(17, 38, 82, .98) 58%, rgba(65, 130, 186, .9));
}

.how-v2-activation-head {
  max-width: 980px;
  margin-inline: auto;
}

.how-v2-activation-head .section-title {
  max-width: 900px;
}

.how-v2-activation-head .section-lead {
  max-width: 800px;
  margin-top: 17px;
  color: rgba(255, 255, 255, .86);
}

.how-v2-activation-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 50px);
}

.how-v2-activation-steps li {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .09);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13), 0 22px 54px rgba(0, 0, 0, .12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.how-v2-activation-steps li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(125, 198, 231, .12);
  color: #c9efff;
  font-size: .76rem;
  font-weight: 1000;
}

.how-v2-activation-steps li:nth-child(2) > span {
  background: rgba(189, 164, 240, .12);
  color: #ded0ff;
}

.how-v2-activation-steps li:nth-child(3) > span {
  background: rgba(244, 220, 167, .12);
  color: var(--rm-brass-light);
}

.how-v2-activation-steps h3 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.how-v2-activation-steps p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .94rem;
  font-weight: 680;
  line-height: 1.48;
}

.how-v2-activation-actions {
  margin-top: 28px;
}

@media (max-width: 991.98px) {
  .how-v2-hero {
    min-height: auto;
    padding-block: 58px 62px;
  }

  .how-v2-hero::before {
    background-position: 58% center;
    opacity: .54;
  }

  .how-v2-hero::after {
    background:
      linear-gradient(180deg, rgba(5, 10, 26, .78) 0%, rgba(7, 16, 38, .88) 56%, rgba(5, 10, 26, .95) 100%),
      linear-gradient(90deg, rgba(5, 10, 26, .96), rgba(7, 16, 38, .72));
  }

  .how-v2-hero-grid,
  .how-v2-booking-view-grid,
  .how-v2-flow-grid,
  .how-v2-dialogue-grid {
    grid-template-columns: 1fr;
  }

  .how-v2-hero-visual,
  .how-v2-flow-visual,
  .how-v2-dialogue-visual {
    width: min(100%, 680px);
    justify-self: start;
  }

  .how-v2-hero-visual {
    margin-top: 10px;
    justify-self: center;
    width: min(100%, 310px);
  }

  .how-v2-booking-view-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .how-v2-booking-mobile-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .how-v2-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .how-v2-flow-visual {
    position: relative;
    top: auto;
  }

  .how-v2-dialogue-copy {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .how-v2-hero {
    min-height: 0;
    padding-block: 38px 42px;
  }

  .how-v2-hero h1 {
    font-size: clamp(1.9rem, 8.4vw, 2.65rem);
  }

  .how-v2-hero .lead {
    font-size: .98rem;
    line-height: 1.48;
  }

  .how-v2-hero-visual {
    display: none;
  }

  .how-v2-confidence,
  .how-v2-booking-proof-row,
  .how-v2-booking-view-grid,
  .how-v2-capability-grid,
  .how-v2-activation-steps {
    grid-template-columns: 1fr;
  }

  .how-v2-confidence li {
    min-height: 0;
  }

  .how-v2-section-head {
    text-align: left !important;
  }

  .how-v2-booking-view-head {
    text-align: left !important;
  }

  .how-v2-section-head .section-title,
  .how-v2-section-head .section-lead,
  .how-v2-booking-view-head .section-title,
  .how-v2-booking-view-head .section-lead {
    margin-inline: 0 !important;
  }

  .how-v2-booking-mobile-stack {
    grid-template-columns: 1fr;
  }

  .how-v2-booking-shot-mobile img,
  .how-v2-booking-shot-detail img {
    height: clamp(230px, 50vw, 320px);
  }

  .how-v2-flow-grid {
    margin-top: 34px;
  }

  .how-v2-dialogue-visual {
    grid-template-columns: 1fr;
    grid-template-rows: 240px auto auto;
    min-height: 0;
  }

  .how-v2-dialogue-visual > img {
    grid-column: 1;
    grid-row: 1;
    object-position: center 30%;
  }

  .how-v2-dialogue-messages {
    grid-column: 1;
    grid-row: 2;
    padding: 20px;
  }

  .how-v2-dialogue-outcome {
    grid-column: 1;
    grid-row: 3;
    margin: 0 20px 20px;
  }

  .how-v2-activation-steps li {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .how-v2-hero .hero-actions .btn,
  .how-v2-activation-actions .btn {
    width: 100%;
  }

  .how-v2-hero-note {
    align-items: flex-start;
    font-size: .91rem;
  }

  .how-v2-hero {
    background: #070f25;
    padding-block: 34px 38px;
  }

  .how-v2-hero-device figcaption {
    position: static;
    border-inline: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .how-v2-hero-mini-panel {
    position: static;
    margin-top: 10px;
  }

  .how-v2-booking-shot figcaption,
  .how-v2-booking-proof-row li {
    padding: 15px;
  }

  .how-v2-hero::before {
    background-position: 50% center;
  }

  .how-v2-timeline::before {
    left: 20px;
  }

  .how-v2-timeline li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .how-v2-step-number {
    width: 42px;
    height: 42px;
  }

  .how-v2-flow-route div {
    min-height: 70px;
  }

  .how-v2-flow-route span {
    font-size: .7rem;
  }

  .how-v2-flow-agenda-photo img {
    aspect-ratio: 4 / 3;
  }

  .how-v2-dialogue-visual {
    grid-template-rows: 210px auto auto;
  }

  .how-v2-message {
    max-width: 100%;
  }

  .how-v2-activation-head {
    text-align: left !important;
  }

  .how-v2-activation-head .section-title,
  .how-v2-activation-head .section-lead {
    margin-inline: 0 !important;
  }

  .how-v2-activation-steps li {
    padding: 20px;
  }
}

/* Come funziona: motion system */
@keyframes howHeroImageDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.075) translate3d(-1.1%, -.35%, 0);
  }
}

@keyframes howHeroCopyIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes howHeroVisualIn {
  from {
    opacity: 0;
    transform: translate3d(28px, -42%, 0) scale(.975);
  }

  to {
    opacity: 1;
    transform: translate3d(0, -50%, 0) scale(1);
  }
}

body.how-motion-enabled .how-v2-hero-copy > * {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

body.how-motion-enabled .how-v2-hero.is-hero-ready .how-v2-hero-copy > * {
  animation: howHeroCopyIn .72s cubic-bezier(.22, 1, .36, 1) forwards;
}

body.how-motion-enabled .how-v2-hero.is-hero-ready .how-v2-hero-copy > :nth-child(2) {
  animation-delay: 80ms;
}

body.how-motion-enabled .how-v2-hero.is-hero-ready .how-v2-hero-copy > :nth-child(3) {
  animation-delay: 160ms;
}

body.how-motion-enabled .how-v2-hero.is-hero-ready .how-v2-hero-copy > :nth-child(4) {
  animation-delay: 240ms;
}

body.how-motion-enabled .how-v2-hero.is-hero-ready .how-v2-hero-copy > :nth-child(5) {
  animation-delay: 320ms;
}

body.how-motion-enabled .how-v2-hero.is-hero-ready .how-v2-hero-copy > :nth-child(6) {
  animation-delay: 400ms;
}

body.how-motion-enabled .how-v2-hero-visual {
  opacity: 0;
}

body.how-motion-enabled .how-v2-hero.is-hero-ready .how-v2-hero-visual {
  animation: howHeroVisualIn .82s cubic-bezier(.22, 1, .36, 1) .34s forwards;
}

body.how-motion-enabled .how-motion-item {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1),
    transform .88s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--how-motion-delay, 0ms);
}

body.how-motion-enabled .how-motion-item.is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.how-motion-enabled .how-v2-flow-photo,
body.how-motion-enabled .how-v2-booking-shot,
body.how-motion-enabled .how-v2-dialogue-visual {
  transform: translate3d(22px, 24px, 0) scale(.975);
}

body.how-motion-enabled .how-v2-flow-photo.is-in-view,
body.how-motion-enabled .how-v2-booking-shot.is-in-view,
body.how-motion-enabled .how-v2-dialogue-visual.is-in-view {
  transform: translate3d(0, 0, 0) scale(1);
}

.how-v2-flow-photo img,
.how-v2-booking-shot img,
.how-v2-dialogue-visual > img {
  transform: scale(1.015);
  transition: transform 1.35s cubic-bezier(.22, 1, .36, 1), filter .45s ease;
}

body.how-motion-enabled .how-v2-flow-photo img,
body.how-motion-enabled .how-v2-booking-shot img,
body.how-motion-enabled .how-v2-dialogue-visual > img {
  transform: scale(1.055);
}

body.how-motion-enabled .how-v2-flow-photo.is-in-view img,
body.how-motion-enabled .how-v2-booking-shot.is-in-view img,
body.how-motion-enabled .how-v2-dialogue-visual.is-in-view > img {
  transform: scale(1.015);
}

body.how-motion-enabled .how-v2-flow-photo figcaption {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: opacity .55s ease .32s, transform .65s cubic-bezier(.22, 1, .36, 1) .32s;
}

body.how-motion-enabled .how-v2-flow-photo.is-in-view figcaption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.how-motion-enabled .how-v2-flow-route div {
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(.94);
  transition: opacity .48s ease, transform .58s cubic-bezier(.22, 1, .36, 1);
}

body.how-motion-enabled .how-v2-flow-route.is-in-view div {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.how-motion-enabled .how-v2-flow-route.is-in-view div:nth-child(2) {
  transition-delay: 130ms;
}

body.how-motion-enabled .how-v2-flow-route.is-in-view div:nth-child(3) {
  transition-delay: 260ms;
}

body.how-motion-enabled .how-v2-dialogue-visual .how-v2-message,
body.how-motion-enabled .how-v2-dialogue-visual .how-v2-dialogue-outcome {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: opacity .52s ease, transform .62s cubic-bezier(.22, 1, .36, 1);
}

body.how-motion-enabled .how-v2-dialogue-visual.is-in-view .how-v2-message-client {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 250ms;
}

body.how-motion-enabled .how-v2-dialogue-visual.is-in-view .how-v2-message-ai {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 470ms;
}

body.how-motion-enabled .how-v2-dialogue-visual.is-in-view .how-v2-dialogue-outcome {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 690ms;
}

@media (hover: hover) and (pointer: fine) {
  .how-v2-flow-photo:hover img,
  .how-v2-booking-shot:hover img,
  .how-v2-dialogue-visual:hover > img,
  body.how-motion-enabled .how-v2-flow-photo.is-in-view:hover img,
  body.how-motion-enabled .how-v2-booking-shot.is-in-view:hover img,
  body.how-motion-enabled .how-v2-dialogue-visual.is-in-view:hover > img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.04);
  }
}

/* Come funziona: animated visual story */
@keyframes howFlowCallScene {
  0%,
  100% {
    transform: scale(1.015) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.065) translate3d(.8%, -.7%, 0);
  }
}

@keyframes howFlowAgendaScene {
  0%,
  100% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.075) translate3d(-.8%, -.45%, 0);
  }
}

@keyframes howCallSignal {
  0% {
    opacity: .7;
    transform: translate3d(-50%, -50%, 0) scale(.35);
  }

  72%,
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.35);
  }
}

@keyframes howFlowTrack {
  0%,
  100% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 0 50%;
  }
}

@keyframes howFlowStage {
  0%,
  18% {
    border-color: rgba(65, 130, 186, .5);
    background: #f4fbff;
    box-shadow: 0 16px 34px rgba(65, 130, 186, .18);
  }

  24%,
  100% {
    border-color: rgba(36, 58, 118, .1);
    background: #fff;
    box-shadow: 0 10px 28px rgba(36, 58, 118, .08);
  }
}

@keyframes howFlowStageIcon {
  0%,
  18% {
    transform: scale(1.14);
  }

  24%,
  100% {
    transform: scale(1);
  }
}

@keyframes howAgendaSweep {
  0%,
  58% {
    opacity: 0;
    transform: translate3d(-130%, 0, 0) skewX(-18deg);
  }

  64% {
    opacity: .5;
  }

  82% {
    opacity: 0;
    transform: translate3d(650%, 0, 0) skewX(-18deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(650%, 0, 0) skewX(-18deg);
  }
}

@keyframes howAgendaConfirmation {
  0%,
  60%,
  100% {
    opacity: .72;
    transform: translate3d(0, 4px, 0) scale(.96);
  }

  68%,
  88% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.how-v2-flow-visual.has-flow-motion {
  --how-flow-play-state: paused;
}

.how-v2-flow-visual.has-flow-motion.is-flow-in-view:not(.is-flow-paused) {
  --how-flow-play-state: running;
}

.how-v2-flow-motion-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(7, 16, 38, .78);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 12px 28px rgba(36, 58, 118, .22);
  -webkit-backdrop-filter: blur(16px) saturate(1.14);
  backdrop-filter: blur(16px) saturate(1.14);
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.how-v2-flow-motion-toggle:hover,
.how-v2-flow-motion-toggle:focus-visible {
  border-color: rgba(125, 198, 231, .88);
  background: rgba(23, 83, 126, .94);
  box-shadow: 0 14px 34px rgba(65, 130, 186, .3);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-call-photo img {
  transform-origin: 48% 72%;
  animation: howFlowCallScene 12s cubic-bezier(.45, 0, .55, 1) infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-agenda-photo img {
  transform-origin: 68% 62%;
  animation: howFlowAgendaScene 13s cubic-bezier(.45, 0, .55, 1) infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-call-signal {
  position: absolute;
  left: 48%;
  top: 73%;
  z-index: 2;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.how-v2-call-signal span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(65, 130, 186, .84);
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 24px rgba(65, 130, 186, .22);
  animation: howCallSignal 3.2s ease-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-call-signal span:nth-child(2) {
  animation-delay: 1.05s;
}

.how-v2-call-signal span:nth-child(3) {
  animation-delay: 2.1s;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-route {
  position: relative;
  isolation: isolate;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-route::before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, #4182ba, #667cd8, #667cd8, #4182ba);
  background-size: 240% 100%;
  content: "";
  animation: howFlowTrack 9s linear infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-route div {
  position: relative;
  z-index: 1;
  animation: howFlowStage 9s ease-in-out infinite;
  animation-delay: var(--how-flow-stage-delay, 0s);
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-route i {
  animation: howFlowStageIcon 9s ease-in-out infinite;
  animation-delay: var(--how-flow-stage-delay, 0s);
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-route div:nth-child(2),
.how-v2-flow-visual.has-flow-motion .how-v2-flow-route div:nth-child(2) i {
  --how-flow-stage-delay: -6s;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-route div:nth-child(3),
.how-v2-flow-visual.has-flow-motion .how-v2-flow-route div:nth-child(3) i {
  --how-flow-stage-delay: -3s;
}

.how-v2-flow-agenda-photo::after {
  position: absolute;
  inset: -12% auto -12% -30%;
  z-index: 1;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-agenda-photo::after {
  animation: howAgendaSweep 9s ease-in-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-agenda-confirmation {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #146c55;
  font-size: .74rem;
  font-weight: 950;
  box-shadow: 0 10px 26px rgba(7, 31, 30, .16);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  backdrop-filter: blur(14px) saturate(1.12);
}

.how-v2-flow-visual.has-flow-motion .how-v2-agenda-confirmation {
  animation: howAgendaConfirmation 9s ease-in-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

@media (max-width: 767.98px) {
  body.how-motion-enabled .how-v2-flow-photo,
  body.how-motion-enabled .how-v2-booking-shot,
  body.how-motion-enabled .how-v2-dialogue-visual {
    transform: translate3d(0, 24px, 0) scale(.975);
  }
}

@media (prefers-reduced-motion: reduce) {
  .how-v2-hero::before {
    animation: none !important;
    transform: none !important;
  }

  .how-motion-item,
  .how-v2-hero-copy > *,
  .how-v2-hero-visual,
  .how-v2-flow-photo img,
  .how-v2-booking-shot img,
  .how-v2-dialogue-visual > img,
  .how-v2-flow-photo figcaption,
  .how-v2-flow-route div,
  .how-v2-message,
  .how-v2-dialogue-outcome {
    opacity: 1 !important;
    transform: none !important;
  }

  .how-v2-flow-motion-toggle,
  .how-v2-call-signal {
    display: none !important;
  }

  .how-v2-flow-call-photo img,
  .how-v2-flow-agenda-photo img,
  .how-v2-flow-route::before,
  .how-v2-flow-route div,
  .how-v2-flow-route i,
  .how-v2-flow-agenda-photo::after,
  .how-v2-agenda-confirmation {
    animation: none !important;
  }
}

/* Come funziona: single animated call-to-booking scene */
@keyframes howFlowUnifiedCallImage {
  0%,
  100% {
    transform: scale(1.025) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.085) translate3d(1%, -.7%, 0);
  }
}

@keyframes howFlowUnifiedAgendaReveal {
  0%,
  34% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  48%,
  86% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }

  96%,
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes howFlowUnifiedAgendaImage {
  0%,
  100% {
    transform: scale(1.075) translate3d(1%, 0, 0);
  }

  62% {
    transform: scale(1.02) translate3d(-.5%, -.6%, 0);
  }
}

@keyframes howFlowUnifiedCallState {
  0%,
  27%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  36%,
  92% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes howFlowUnifiedListening {
  0%,
  23%,
  63%,
  100% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(.97);
  }

  32%,
  54% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes howFlowUnifiedBookedState {
  0%,
  47%,
  96%,
  100% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(.98);
  }

  57%,
  88% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes howFlowUnifiedSignalVisibility {
  0%,
  28%,
  100% {
    opacity: 1;
  }

  36%,
  92% {
    opacity: 0;
  }
}

@keyframes howFlowUnifiedSweep {
  0%,
  48% {
    opacity: 0;
    transform: translate3d(-160%, 0, 0) skewX(-18deg);
  }

  56% {
    opacity: .48;
  }

  72%,
  100% {
    opacity: 0;
    transform: translate3d(760%, 0, 0) skewX(-18deg);
  }
}

@keyframes howFlowUnifiedProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes howFlowUnifiedStep {
  0%,
  25% {
    border-color: rgba(148, 226, 255, .7);
    background: rgba(89, 171, 222, .26);
    color: #fff;
    transform: translate3d(0, -2px, 0);
  }

  32%,
  100% {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .84);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes howFlowUnifiedWave {
  from {
    transform: scaleY(.34);
  }

  to {
    transform: scaleY(1);
  }
}

.how-v2-flow-visual {
  display: block;
  width: min(100%, 560px);
  justify-self: end;
}

.how-v2-flow-story {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(36, 58, 118, .14);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: 0 28px 74px rgba(36, 58, 118, .18);
}

.how-v2-flow-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #243a76;
}

.how-v2-flow-stage::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(36, 58, 118, .48) 0%, rgba(36, 58, 118, .04) 34%, rgba(36, 58, 118, .08) 54%, rgba(36, 58, 118, .9) 100%);
  content: "";
  pointer-events: none;
}

.how-v2-flow-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.how-v2-flow-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}

.how-v2-flow-scene-call {
  z-index: 0;
}

.how-v2-flow-scene-call img {
  object-position: 50% 60%;
  transform: scale(1.025);
}

.how-v2-flow-scene-agenda {
  z-index: 1;
}

.how-v2-flow-scene-agenda img {
  object-position: 58% 64%;
}

.how-v2-flow-scene-agenda::after {
  position: absolute;
  inset: -10% auto -10% -28%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
}

.how-v2-flow-brand,
.how-v2-flow-state,
.how-v2-flow-listening,
.how-v2-flow-progress {
  position: absolute;
  z-index: 4;
}

.how-v2-flow-brand {
  top: 16px;
  left: 16px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  background: rgba(7, 16, 38, .9);
  color: #fff;
  font-size: .78rem;
  box-shadow: 0 16px 40px rgba(7, 16, 38, .34);
  -webkit-backdrop-filter: blur(16px) saturate(1.14);
  backdrop-filter: blur(16px) saturate(1.14);
}

.how-v2-flow-brand strong {
  color: #fff;
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .28);
}

.how-v2-flow-brand > span:last-child {
  color: rgba(255, 255, 255, .88);
  font-weight: 820;
}

.how-v2-flow-state {
  top: 70px;
  left: 16px;
  right: 16px;
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 11px;
  padding: 11px 13px;
  border-radius: var(--rm-radius);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  backdrop-filter: blur(18px) saturate(1.16);
}

.how-v2-flow-state > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.how-v2-flow-state small,
.how-v2-flow-listening small {
  font-size: .7rem;
  font-weight: 850;
  line-height: 1.2;
}

.how-v2-flow-state strong,
.how-v2-flow-listening strong {
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.25;
}

.how-v2-flow-state-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  font-size: .95rem;
}

.how-v2-flow-state-call {
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(7, 16, 38, .78);
  color: #fff;
  opacity: 0;
  box-shadow: 0 18px 44px rgba(36, 58, 118, .24);
}

.how-v2-flow-state-call small {
  color: #bfefff;
}

.how-v2-flow-state-call .how-v2-flow-state-icon {
  background: rgba(89, 171, 222, .22);
  color: #c9efff;
}

.how-v2-flow-state-sound {
  margin-left: auto;
  color: #9ee7ff;
  font-size: 1.18rem;
}

.how-v2-flow-state-booked {
  border: 1px solid rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .9);
  color: var(--rm-night);
  box-shadow: 0 18px 46px rgba(7, 31, 30, .16);
}

.how-v2-flow-state-booked small {
  color: #16745c;
}

.how-v2-flow-state-booked .how-v2-flow-state-icon {
  background: rgba(31, 161, 122, .14);
  color: #16745c;
}

.how-v2-flow-listening {
  top: 46%;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid rgba(148, 226, 255, .34);
  border-radius: var(--rm-radius);
  background: linear-gradient(105deg, rgba(12, 38, 78, .9), rgba(53, 42, 111, .84));
  color: #fff;
  opacity: 0;
  box-shadow: 0 20px 52px rgba(36, 58, 118, .26);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

.how-v2-flow-listening > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.how-v2-flow-listening small {
  color: #c9efff;
}

.how-v2-flow-listening-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: linear-gradient(135deg, #4c9fce, #7766dd);
  font-size: .92rem;
  font-weight: 1000;
}

.how-v2-flow-wave {
  display: inline-flex;
  height: 28px;
  align-items: center;
  gap: 3px;
}

.how-v2-flow-wave i {
  display: block;
  width: 3px;
  height: 22px;
  border-radius: 999px;
  background: #c9efff;
  transform: scaleY(.34);
}

.how-v2-flow-wave i:nth-child(2),
.how-v2-flow-wave i:nth-child(4) {
  height: 14px;
}

.how-v2-flow-wave i:nth-child(3) {
  height: 27px;
}

.how-v2-flow-progress {
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--rm-radius);
  background: rgba(7, 16, 38, .76);
  box-shadow: 0 18px 46px rgba(36, 58, 118, .22);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
}

.how-v2-flow-progress::before,
.how-v2-flow-progress::after {
  position: absolute;
  left: 16.66%;
  right: 16.66%;
  top: 27px;
  z-index: 0;
  height: 2px;
  content: "";
}

.how-v2-flow-progress::before {
  background: rgba(255, 255, 255, .15);
}

.how-v2-flow-progress::after {
  background: linear-gradient(90deg, #61b7df, #8975e8, #e1b760);
  transform: scaleX(1);
  transform-origin: left center;
}

.how-v2-flow-progress > span {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 58px;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .84);
}

.how-v2-flow-progress > span:last-child {
  border-color: rgba(148, 226, 255, .7);
  background: rgba(89, 171, 222, .26);
  color: #fff;
  transform: translate3d(0, -2px, 0);
}

.how-v2-flow-progress i {
  font-size: .95rem;
}

.how-v2-flow-progress small {
  color: #fff;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.05;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .32);
}

.how-v2-flow-story > figcaption {
  display: grid;
  gap: 6px;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(36, 58, 118, .1);
  background: #fff;
}

.how-v2-flow-story > figcaption span {
  color: var(--rm-teal-dark);
  font-size: .69rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.how-v2-flow-story > figcaption strong {
  max-width: 460px;
  color: var(--rm-night);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.38;
}

body.how-motion-enabled .how-v2-flow-visual {
  transform: translate3d(22px, 24px, 0) scale(.975);
}

body.how-motion-enabled .how-v2-flow-visual.is-in-view {
  transform: translate3d(0, 0, 0) scale(1);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-scene-call img {
  animation: howFlowUnifiedCallImage 12s cubic-bezier(.45, 0, .55, 1) infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-scene-agenda {
  animation: howFlowUnifiedAgendaReveal 12s cubic-bezier(.45, 0, .55, 1) infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-scene-agenda img {
  animation: howFlowUnifiedAgendaImage 12s cubic-bezier(.45, 0, .55, 1) infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-scene-agenda::after {
  animation: howFlowUnifiedSweep 12s ease-in-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-state-call {
  animation: howFlowUnifiedCallState 12s ease-in-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-listening {
  animation: howFlowUnifiedListening 12s ease-in-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-state-booked {
  animation: howFlowUnifiedBookedState 12s ease-in-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-call-signal {
  animation: howFlowUnifiedSignalVisibility 12s ease-in-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-progress::after {
  animation: howFlowUnifiedProgress 12s linear infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-progress > span {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .84);
  transform: translate3d(0, 0, 0);
  animation: howFlowUnifiedStep 12s ease-in-out infinite;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-progress > span:nth-child(2) {
  animation-delay: 4s;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-progress > span:nth-child(3) {
  animation-delay: 8s;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-wave i {
  animation: howFlowUnifiedWave .7s ease-in-out infinite alternate;
  animation-play-state: var(--how-flow-play-state);
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-wave i:nth-child(2) {
  animation-delay: -.18s;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-wave i:nth-child(3) {
  animation-delay: -.36s;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-wave i:nth-child(4) {
  animation-delay: -.54s;
}

.how-v2-flow-visual.has-flow-motion .how-v2-flow-wave i:nth-child(5) {
  animation-delay: -.72s;
}

.how-v2-flow-visual .how-v2-call-signal {
  left: 55%;
  top: 71%;
  z-index: 3;
  opacity: 0;
}

.how-v2-flow-visual .how-v2-flow-motion-toggle {
  top: 14px;
  right: 14px;
}

@media (max-width: 991.98px) {
  .how-v2-flow-visual {
    width: min(100%, 760px);
    justify-self: center;
  }

  .how-v2-flow-stage {
    aspect-ratio: 16 / 10;
  }

  .how-v2-flow-scene-call img {
    object-position: 50% 68%;
  }

  .how-v2-flow-scene-agenda img {
    object-position: 58% 66%;
  }
}

@media (max-width: 767.98px) {
  body.how-motion-enabled .how-v2-flow-visual {
    transform: translate3d(0, 24px, 0) scale(.975);
  }

  .how-v2-flow-stage {
    aspect-ratio: 4 / 5;
  }

  .how-v2-flow-state,
  .how-v2-flow-listening {
    left: 13px;
    right: 13px;
  }

  .how-v2-flow-brand {
    left: 13px;
  }

  .how-v2-flow-progress {
    left: 13px;
    right: 13px;
    bottom: 13px;
  }
}

@media (max-width: 420px) {
  .how-v2-flow-stage {
    min-height: 500px;
    aspect-ratio: auto;
  }

  .how-v2-flow-brand > span:last-child,
  .how-v2-flow-state-sound {
    display: none;
  }

  .how-v2-flow-state {
    top: 65px;
    min-height: 62px;
    padding: 10px;
  }

  .how-v2-flow-listening {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    padding: 11px;
  }

  .how-v2-flow-listening-mark {
    width: 38px;
    height: 38px;
  }

  .how-v2-flow-listening strong,
  .how-v2-flow-state strong {
    font-size: .82rem;
  }

  .how-v2-flow-wave {
    gap: 2px;
  }

  .how-v2-flow-progress {
    gap: 4px;
    padding: 6px;
  }

  .how-v2-flow-progress > span {
    min-height: 54px;
  }

  .how-v2-flow-story > figcaption {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .how-v2-flow-scene-call,
  .how-v2-flow-state-call,
  .how-v2-flow-listening,
  .how-v2-call-signal {
    display: none !important;
  }

  .how-v2-flow-scene-agenda,
  .how-v2-flow-state-booked {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }

  .how-v2-flow-progress::after {
    transform: scaleX(1) !important;
  }

  .how-v2-flow-progress > span {
    animation: none !important;
  }
}

/* Plan finder: guided self-qualification */

.finder-v2-hero {
  min-height: 620px;
  padding-block: 52px 28px;
  background:
    linear-gradient(94deg, rgba(5, 11, 29, .98) 0%, rgba(12, 27, 58, .94) 50%, rgba(10, 61, 69, .48) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg");
  background-position: center right;
  background-size: cover;
}

.finder-v2-hero::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), transparent 40%);
  opacity: 1;
}

.finder-v2-hero .inner-hero-copy {
  max-width: 980px;
}

.finder-v2-hero .eyebrow,
.finder-v2-profile-label,
.finder-v2-popular,
.finder-v2-step-label,
.finder-v2-result .calc-badge,
.finder-v2-final .section-kicker {
  letter-spacing: 0;
}

.finder-v2-hero h1 {
  max-width: 840px;
  font-size: 4.15rem;
  line-height: 1;
}

.finder-v2-hero .lead {
  max-width: 800px;
  margin-top: 18px;
  font-size: 1.16rem;
  line-height: 1.58;
}

.finder-v2-hero .hero-actions {
  margin-top: 22px;
}

.finder-v2-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: var(--rm-radius);
  background: rgba(6, 14, 37, .58);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
}

.finder-v2-trust > div {
  display: flex;
  min-width: 0;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  padding: 17px 20px;
}

.finder-v2-trust > div + div {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.finder-v2-trust strong,
.finder-v2-trust span {
  display: block;
  overflow-wrap: anywhere;
}

.finder-v2-trust strong {
  color: #fff;
  font-size: .98rem;
  font-weight: 920;
  line-height: 1.2;
}

.finder-v2-trust span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .7);
  font-size: .84rem;
  font-weight: 680;
  line-height: 1.35;
}

.finder-v2-profiles {
  border-top: 1px solid rgba(36, 58, 118, .08);
  background: #fff;
}

.finder-v2-section-head {
  max-width: 860px;
  margin-bottom: 42px;
}

.finder-v2-section-head .section-title {
  max-width: 820px;
  margin-top: 10px;
  font-size: 3.35rem;
  line-height: 1.03;
}

.finder-v2-section-head .section-lead {
  max-width: 740px;
  margin-top: 16px;
}

.finder-v2-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.finder-v2-profile-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(26, 46, 85, .14);
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(14, 30, 66, .08);
}

.finder-v2-profile-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #55a7a3;
  content: "";
}

.finder-v2-profile-card:nth-child(3)::before {
  background: #c49a52;
}

.finder-v2-profile-label {
  display: block;
  min-height: 18px;
  color: #1d6f75;
  font-size: .76rem;
  font-weight: 920;
  line-height: 1.3;
  text-transform: uppercase;
}

.finder-v2-profile-card h3 {
  margin: 10px 0 14px;
  color: #111b3f;
  font-size: 1.7rem;
  font-weight: 950;
  line-height: 1.08;
}

.finder-v2-scenario {
  min-height: 128px;
  margin: 0;
  padding-left: 15px;
  border-left: 3px solid rgba(29, 111, 117, .4);
  color: rgba(26, 45, 79, .73);
  font-size: .96rem;
  font-style: italic;
  font-weight: 680;
  line-height: 1.58;
}

.finder-v2-plan-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0 18px;
  padding: 15px 0;
  border-block: 1px solid rgba(26, 46, 85, .12);
}

.finder-v2-plan-name span {
  color: rgba(26, 45, 79, .6);
  font-size: .8rem;
  font-weight: 780;
}

.finder-v2-plan-name strong {
  color: #167279;
  font-size: 1.22rem;
  font-weight: 950;
}

.finder-v2-profile-card > p:not(.finder-v2-scenario) {
  margin: 0;
  color: rgba(26, 45, 79, .78);
  font-size: .95rem;
  font-weight: 680;
  line-height: 1.58;
}

.finder-v2-profile-card .btn {
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding-top: 14px;
  white-space: normal;
}

.finder-v2-profile-card > p:not(.finder-v2-scenario) + .btn {
  margin-top: 24px;
}

.finder-v2-profile-card.is-featured {
  border-color: rgba(39, 139, 143, .42);
  background: linear-gradient(155deg, #101a3d 0%, #13264a 58%, #173c4b 100%);
  box-shadow: 0 28px 68px rgba(11, 28, 63, .2);
}

.finder-v2-profile-card.is-featured::before {
  background: linear-gradient(90deg, #56b7ae, #d4ad68);
}

.finder-v2-profile-card.is-featured .finder-v2-profile-label {
  padding-right: 92px;
  color: #78d6cf;
}

.finder-v2-profile-card.is-featured h3 {
  color: #fff;
}

.finder-v2-profile-card.is-featured .finder-v2-scenario {
  border-color: rgba(120, 214, 207, .48);
  color: rgba(255, 255, 255, .76);
}

.finder-v2-profile-card.is-featured .finder-v2-plan-name {
  border-color: rgba(255, 255, 255, .16);
}

.finder-v2-profile-card.is-featured .finder-v2-plan-name span,
.finder-v2-profile-card.is-featured > p:not(.finder-v2-scenario) {
  color: rgba(255, 255, 255, .74);
}

.finder-v2-profile-card.is-featured .finder-v2-plan-name strong {
  color: #78d6cf;
}

.finder-v2-popular {
  position: absolute;
  top: 23px;
  right: 22px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #f3cf8e;
  font-size: .7rem;
  font-weight: 920;
  line-height: 1;
  text-transform: uppercase;
}

.finder-v2-test {
  border-block: 1px solid rgba(36, 58, 118, .08);
  background: linear-gradient(180deg, #f5f7fb 0%, #fff 100%);
}

.pricing-finder-section {
  padding-bottom: clamp(58px, 7vw, 88px);
  border-bottom: 0;
}

.pricing-finder-section + .pricing-v3-section {
  padding-top: clamp(58px, 7vw, 88px);
  border-top: 0;
}

.finder-v2-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  grid-auto-rows: minmax(0, auto);
  margin-top: 0;
}

.finder-v2-layout > .finder-v2-wizard,
.finder-v2-layout > .finder-v2-result {
  align-self: stretch;
  margin-block: 0;
}

body[data-page="prezzi"].site-motion-enabled .finder-v2-layout > .site-motion-item {
  transition-delay: 0ms;
}

.finder-v2-wizard {
  display: flex;
  height: auto;
  min-height: clamp(430px, 40vw, 540px);
  flex-direction: column;
  border-color: rgba(26, 46, 85, .15);
  background: #fff;
  box-shadow: 0 22px 58px rgba(14, 30, 66, .1);
}

.finder-v2-wizard .wizard-progress {
  height: 7px;
  background: rgba(17, 27, 63, .1);
}

.finder-v2-wizard .wizard-progress span {
  width: 33.333%;
  background: linear-gradient(90deg, #238b8e, #4e63c6);
}

.finder-v2-step-label {
  display: block;
  margin-bottom: 10px;
  color: #1d6f75;
  font-size: .76rem;
  font-weight: 920;
  line-height: 1.3;
  text-transform: uppercase;
}

.finder-v2-wizard .wizard-step legend {
  max-width: 680px;
  font-size: 1.65rem;
  line-height: 1.12;
}

.finder-v2-wizard .wizard-option {
  min-height: 88px;
  border-color: rgba(26, 46, 85, .14);
  background: #fff;
}

.finder-v2-wizard .wizard-option.is-selected {
  border-color: rgba(35, 139, 142, .52);
  background: #f1f9f8;
  box-shadow: 0 14px 34px rgba(23, 108, 113, .11);
}

.finder-v2-wizard .wizard-option input {
  accent-color: #238b8e;
}

.finder-v2-result,
.finder-v2-result.is-ready {
  position: static;
  display: flex;
  height: auto;
  min-height: clamp(430px, 40vw, 540px);
  flex-direction: column;
  justify-content: flex-start;
  border-color: rgba(39, 139, 143, .38);
  background: linear-gradient(155deg, #101a3d 0%, #13264a 58%, #173c4b 100%);
  box-shadow: 0 28px 68px rgba(11, 28, 63, .2);
}

.finder-v2-result .calc-badge {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  color: #f3cf8e;
}

.finder-v2-result h2,
.finder-v2-result .wizard-result-list li {
  color: #fff;
}

.finder-v2-result p,
.finder-v2-result .wizard-note {
  color: rgba(255, 255, 255, .74);
}

.finder-v2-result .wizard-result-list li::before {
  background: #63c9c2;
  box-shadow: inset 0 0 0 4px rgba(16, 26, 61, .76);
}

.finder-v2-result .wizard-note {
  border-color: rgba(255, 255, 255, .16);
}

.finder-v2-result .wizard-result-actions {
  margin-top: auto;
  padding-top: 22px;
}

.finder-v2-result .btn-outline-primary {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.finder-v2-result .btn-outline-primary:hover,
.finder-v2-result .btn-outline-primary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #111b3f;
}

.finder-v2-result .btn.disabled {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .5);
  box-shadow: none;
  opacity: 1;
}

.finder-v2-confidence {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
  margin-top: 56px;
  padding: 34px 0;
  border-block: 1px solid rgba(26, 46, 85, .14);
}

.finder-v2-confidence .section-kicker {
  letter-spacing: 0;
}

.finder-v2-confidence h2 {
  margin: 10px 0 0;
  color: #111b3f;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1.08;
}

.finder-v2-confidence > p {
  margin: 0;
  color: rgba(26, 45, 79, .76);
  font-size: 1rem;
  font-weight: 680;
  line-height: 1.65;
}

.finder-v2-final {
  background:
    linear-gradient(96deg, rgba(5, 11, 29, .98) 0%, rgba(16, 35, 69, .93) 60%, rgba(17, 105, 105, .8) 100%),
    url("../img/landing-specializzata.webp");
  background-position: center;
  background-size: cover;
}

.finder-v2-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
}

.finder-v2-final .section-kicker {
  color: #f2cf90;
}

.finder-v2-final .section-title {
  max-width: 790px;
  margin-top: 10px;
  color: #fff;
  font-size: 3.1rem;
  line-height: 1.04;
}

.finder-v2-final .section-lead {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .76);
}

.finder-v2-final-actions {
  display: grid;
  gap: 12px;
  min-width: 330px;
}

.finder-v2-final-actions .btn {
  width: 100%;
  min-height: 54px;
  white-space: normal;
}

@media (max-width: 991.98px) {
  .finder-v2-hero {
    min-height: 0;
    padding-block: 66px 36px;
  }

  .finder-v2-hero h1 {
    font-size: 3.65rem;
  }

  .finder-v2-profile-grid {
    grid-template-columns: minmax(0, 720px);
    justify-content: center;
  }

  .finder-v2-scenario {
    min-height: 0;
  }

  .finder-v2-layout {
    grid-template-columns: 1fr;
  }

  .finder-v2-wizard,
  .finder-v2-result,
  .finder-v2-result.is-ready {
    height: auto;
    min-height: 0;
  }

  .finder-v2-result {
    position: static;
  }

  .finder-v2-confidence,
  .finder-v2-final-layout {
    grid-template-columns: 1fr;
  }

  .finder-v2-final-actions {
    width: fit-content;
    min-width: 330px;
  }
}

@media (max-width: 767.98px) {
  .finder-v2-hero {
    background-position: 62% center;
  }

  .finder-v2-hero h1 {
    font-size: 3rem;
  }

  .finder-v2-hero .lead {
    font-size: 1.08rem;
  }

  .finder-v2-trust {
    grid-template-columns: 1fr;
  }

  .finder-v2-trust > div {
    min-height: 70px;
    padding: 14px 16px;
  }

  .finder-v2-trust > div + div {
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
  }

  .finder-v2-section-head .section-title,
  .finder-v2-final .section-title {
    font-size: 2.55rem;
  }

  .finder-v2-confidence {
    gap: 20px;
  }
}

@media (max-width: 575.98px) {
  .finder-v2-hero {
    padding-block: 48px 28px;
  }

  .finder-v2-hero .eyebrow {
    max-width: 100%;
    line-height: 1.35;
  }

  .finder-v2-hero h1 {
    font-size: 2.45rem;
  }

  .finder-v2-hero .hero-actions,
  .finder-v2-hero .hero-actions .btn {
    width: 100%;
  }

  .finder-v2-profile-card {
    padding: 24px 20px;
  }

  .finder-v2-profile-card.is-featured .finder-v2-profile-label {
    max-width: 165px;
    padding-right: 0;
  }

  .finder-v2-popular {
    top: 20px;
    right: 18px;
  }

  .finder-v2-section-head .section-title,
  .finder-v2-final .section-title {
    font-size: clamp(1.84rem, 8.4vw, 2.12rem);
    line-height: 1.07;
  }

  .finder-v2-section-head {
    margin-bottom: 22px;
  }

  .finder-v2-section-head .section-lead {
    margin-top: 12px;
    font-size: .96rem;
    line-height: 1.5;
  }

  .finder-v2-wizard,
  .finder-v2-result,
  .finder-v2-result.is-ready {
    padding: 18px 16px;
  }

  .finder-v2-wizard .wizard-topline {
    margin-bottom: 10px;
  }

  .finder-v2-wizard .wizard-progress {
    margin-bottom: 16px;
  }

  .finder-v2-step-label {
    margin-bottom: 8px;
    font-size: .7rem;
  }

  .finder-v2-wizard .wizard-step legend {
    font-size: 1.18rem;
    line-height: 1.12;
  }

  .finder-v2-wizard .wizard-step > p {
    margin-top: 8px;
    font-size: .9rem;
    line-height: 1.45;
  }

  .finder-v2-wizard .wizard-options {
    gap: 9px;
    margin-top: 16px;
  }

  .finder-v2-wizard .wizard-option {
    grid-template-columns: 19px minmax(0, 1fr);
    gap: 9px;
    min-height: 0;
    padding: 11px;
  }

  .finder-v2-wizard .wizard-option input {
    width: 17px;
    height: 17px;
  }

  .finder-v2-wizard .wizard-option strong {
    font-size: .92rem;
  }

  .finder-v2-wizard .wizard-option em {
    margin-top: 4px;
    font-size: .84rem;
    line-height: 1.4;
  }

  .finder-v2-result h2 {
    font-size: 1.48rem;
    line-height: 1.08;
  }

  .finder-v2-result p,
  .finder-v2-result .wizard-result-list li,
  .finder-v2-result .wizard-note {
    font-size: .9rem;
    line-height: 1.45;
  }

  .finder-v2-confidence {
    margin-top: 30px;
    padding-block: 22px;
  }

  .finder-v2-confidence h2 {
    font-size: 1.52rem;
  }

  .finder-v2-final-actions {
    width: 100%;
    min-width: 0;
  }
}

/* Premium mobile navigation */
@keyframes mobileNavItemIn {
  from {
    opacity: 0;
    transform: translate3d(14px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 991.98px) {
  .site-header,
  .site-header.is-scrolled {
    background: rgba(255, 255, 255, .96);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header .navbar {
    min-height: 68px;
    padding-block: 9px;
  }

  .site-header .navbar > .container {
    position: relative;
  }

  .navbar-toggler {
    position: relative;
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(36, 58, 118, .13);
    border-radius: 8px;
    background: rgba(255, 255, 255, .76);
    color: var(--rm-ink);
    box-shadow: 0 12px 30px rgba(36, 58, 118, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(16px) saturate(1.15);
    backdrop-filter: blur(16px) saturate(1.15);
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
  }

  .navbar-toggler:hover,
  .navbar-toggler:focus-visible {
    border-color: rgba(65, 130, 186, .34);
    background: #fff;
    box-shadow: 0 0 0 .22rem rgba(65, 130, 186, .16), 0 16px 34px rgba(36, 58, 118, .14);
  }

  .navbar-toggler-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background-color: currentColor;
    background-image: none !important;
    transition: background-color .2s ease;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transition: top .24s ease, transform .24s ease;
  }

  .navbar-toggler-icon::before {
    top: -6px;
  }

  .navbar-toggler-icon::after {
    top: 6px;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .site-mobile-nav.offcanvas {
    --bs-offcanvas-width: min(92vw, 380px);
    border-left: 1px solid rgba(255, 255, 255, .76);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(247, 250, 255, .98) 70%, rgba(239, 245, 253, .98) 100%);
    color: var(--rm-ink);
    box-shadow: -28px 0 80px rgba(7, 16, 38, .24);
    transition: transform .42s cubic-bezier(.22, 1, .36, 1);
  }

  .site-mobile-nav.offcanvas::before {
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 3px;
    background: linear-gradient(90deg, var(--rm-teal), var(--rm-violet), var(--rm-brass));
    content: "";
    pointer-events: none;
  }

  .site-mobile-nav .offcanvas-header {
    min-height: 80px;
    padding: 17px 20px;
    border-bottom: 1px solid rgba(36, 58, 118, .09);
  }

  .mobile-nav-brand .brand-logo {
    width: 168px;
  }

  .site-mobile-nav .offcanvas-header .site-mobile-nav-close {
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(36, 58, 118, .12);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .78);
    background-size: 13px;
    box-shadow: 0 10px 26px rgba(36, 58, 118, .1);
    opacity: 1;
  }

  .site-mobile-nav .offcanvas-header .site-mobile-nav-close:hover,
  .site-mobile-nav .offcanvas-header .site-mobile-nav-close:focus-visible {
    border-color: rgba(65, 130, 186, .34);
    background-color: #fff;
    opacity: 1;
  }

  .site-mobile-nav .offcanvas-body {
    display: flex;
    flex-direction: column;
    padding: 14px 20px 0;
    overflow-y: auto;
  }

  .site-mobile-nav .navbar-nav {
    width: 100%;
    gap: 4px;
    margin-bottom: 0;
  }

  .site-mobile-nav .nav-item {
    width: 100%;
  }

  .site-mobile-nav .nav-link {
    position: relative;
    width: 100%;
    min-height: 52px;
    justify-content: flex-start;
    padding: .78rem 2.35rem .78rem 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: rgba(36, 58, 118, .78);
    font-size: 1rem;
    font-weight: 850;
  }

  .site-mobile-nav .nav-link::after {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    opacity: .42;
    transform: translateY(-50%) rotate(45deg);
    transition: right .18s ease, opacity .18s ease;
  }

  .site-mobile-nav .nav-link:hover,
  .site-mobile-nav .nav-link:focus-visible {
    border-color: rgba(65, 130, 186, .12);
    background: rgba(255, 255, 255, .78);
    color: var(--rm-teal-dark);
    box-shadow: 0 10px 24px rgba(36, 58, 118, .07);
  }

  .site-mobile-nav .nav-link:hover::after,
  .site-mobile-nav .nav-link:focus-visible::after {
    right: 14px;
    opacity: .8;
  }

  .site-mobile-nav .nav-link.active {
    border-color: rgba(65, 130, 186, .16);
    background: linear-gradient(90deg, rgba(65, 130, 186, .12), rgba(102, 124, 216, .06));
    color: var(--rm-night);
    box-shadow: inset 3px 0 0 var(--rm-teal), 0 12px 28px rgba(36, 58, 118, .08);
  }

  .site-mobile-nav .nav-item:last-child {
    margin-top: 12px;
  }

  .site-mobile-nav .nav-item:last-child .btn {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 18px 38px rgba(102, 124, 216, .27), inset 0 1px 0 rgba(255, 255, 255, .34);
  }

  .mobile-nav-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: auto -20px 0;
    padding: 18px 20px calc(18px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(135deg, #243a76 0%, #243a76 58%, #4182ba 100%);
    color: #fff;
  }

  .mobile-nav-note strong,
  .mobile-nav-note small {
    display: block;
  }

  .mobile-nav-note strong {
    margin-bottom: 2px;
    font-size: .9rem;
    font-weight: 900;
  }

  .mobile-nav-note small {
    color: rgba(255, 255, 255, .7);
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .mobile-nav-status-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border: 2px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    background: #24d07a;
    box-shadow: 0 0 0 5px rgba(36, 208, 122, .12);
  }

  .site-mobile-nav.showing .nav-item,
  .site-mobile-nav.show .nav-item {
    animation: mobileNavItemIn .42s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: var(--mobile-nav-delay, 80ms);
  }

  .site-mobile-nav .nav-item:nth-child(2) { --mobile-nav-delay: 115ms; }
  .site-mobile-nav .nav-item:nth-child(3) { --mobile-nav-delay: 150ms; }
  .site-mobile-nav .nav-item:nth-child(4) { --mobile-nav-delay: 185ms; }
  .site-mobile-nav .nav-item:nth-child(5) { --mobile-nav-delay: 220ms; }
  .site-mobile-nav .nav-item:nth-child(6) { --mobile-nav-delay: 255ms; }

  .offcanvas-backdrop {
    background: #243a76;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .offcanvas-backdrop.show {
    opacity: .48;
  }
}

@media (min-width: 992px) {
  .site-mobile-nav {
    flex-grow: 1;
  }

  .site-mobile-nav .offcanvas-body {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-mobile-nav.offcanvas,
  .navbar-toggler-icon,
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    transition: none !important;
  }

  .site-mobile-nav .nav-item {
    animation: none !important;
  }
}

/* Logo color refresh */
:root {
  --rm-ink: #243a76;
  --rm-ink-soft: #50679f;
  --rm-teal: #4182ba;
  --rm-teal-dark: #215c96;
  --rm-mint: #dfe7ff;
  --rm-amber: #af67e7;
  --rm-red: #d64b3c;
  --rm-paper: #fbfefd;
  --rm-cream: #f3f7ff;
  --rm-sage: #eaf0ff;
  --rm-violet: #af67e7;
  --rm-night: #243a76;
  --rm-night-2: #305490;
  --rm-sky: #74a7d2;
  --rm-gold: #667cd8;
  --rm-brass: #667cd8;
  --rm-brass-light: #dfe7ff;
  --rm-line: rgba(36, 58, 118, .13);
  --rm-line-strong: rgba(36, 58, 118, .22);
  --rm-shadow: 0 22px 58px rgba(36, 58, 118, .12);
  --rm-premium-shadow: 0 28px 72px rgba(36, 58, 118, .15);
  --rm-soft-shadow: 0 14px 34px rgba(36, 58, 118, .08);
}

html {
  background: #fbfcff;
}

body {
  background:
    linear-gradient(140deg, rgba(65, 130, 186, .11) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(220deg, rgba(175, 103, 231, .09) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f7ff 38%, #ffffff 72%, #f8f4ff 100%);
}

.site-header {
  border-bottom-color: rgba(36, 58, 118, .1);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 34px rgba(36, 58, 118, .07);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 44px rgba(36, 58, 118, .11);
}

.nav-link {
  color: rgba(36, 58, 118, .78);
}

.nav-link:hover,
.nav-link.active {
  background: rgba(65, 130, 186, .12);
  color: var(--rm-teal-dark);
}

.btn-primary {
  background: linear-gradient(135deg, var(--rm-teal) 0%, #667cd8 56%, var(--rm-violet) 100%);
  box-shadow: 0 18px 42px rgba(65, 130, 186, .24);
}

.btn-outline-primary {
  --bs-btn-color: var(--rm-teal-dark);
  --bs-btn-border-color: rgba(65, 130, 186, .42);
  --bs-btn-hover-bg: var(--rm-teal);
  --bs-btn-hover-border-color: var(--rm-teal);
}

.eyebrow {
  border-color: rgba(65, 130, 186, .26);
  background: rgba(65, 130, 186, .11);
  color: var(--rm-teal-dark);
}

.hero .eyebrow,
.inner-hero .eyebrow {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .18);
  color: #fff;
  box-shadow: 0 14px 32px rgba(36, 58, 118, .16);
}

.hero,
.inner-hero {
  background:
    linear-gradient(90deg, rgba(36, 58, 118, .86) 0%, rgba(65, 130, 186, .66) 56%, rgba(175, 103, 231, .18) 100%),
    url("../img/hero-ristorante-telefono-ai.jpg");
  background-position: center right;
  background-size: cover;
}

.hero::after,
.inner-hero::after {
  background: linear-gradient(180deg, transparent, rgba(36, 58, 118, .46));
}

.hero-number-line,
.hero-trust span,
.landing-proof-line li {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .16);
}

.section-muted,
.testimonials-section,
.why-premium-story-section {
  background: linear-gradient(180deg, #fff 0%, var(--rm-cream) 100%);
}

.section-dark,
.audio-section {
  background:
    radial-gradient(circle at 84% 16%, rgba(175, 103, 231, .22), transparent 30%),
    linear-gradient(135deg, #2f669e 0%, var(--rm-teal) 54%, #8d74df 100%);
  color: #fff;
}

.section-dark .section-kicker,
.audio-section .section-kicker {
  color: #eef3ff;
}

.audio-section .section-lead,
.section-dark p,
.section-dark .section-lead {
  color: rgba(248, 251, 255, .82);
}

.section-dark.takeaway-margin-section .section-kicker,
.section-dark.takeaway-margin-section .section-title {
  color: #fff;
}

.section-dark.takeaway-margin-section .section-lead,
.section-dark.takeaway-margin-section p {
  color: rgba(255, 255, 255, .94);
}

.section-dark.takeaway-margin-section .takeaway-combined-grid div,
.section-dark.takeaway-margin-section .takeaway-margin-list li {
  border-color: rgba(255, 255, 255, .34);
  background: linear-gradient(145deg, rgba(22, 35, 66, .56), rgba(33, 92, 150, .3));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 20px 48px rgba(0, 0, 0, .16);
}

.section-dark.takeaway-margin-section .takeaway-combined-grid strong,
.section-dark.takeaway-margin-section .takeaway-margin-list strong {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

.section-dark.takeaway-margin-section .takeaway-combined-grid span,
.section-dark.takeaway-margin-section .takeaway-margin-list span {
  color: rgba(255, 255, 255, .94);
}

.section-dark.takeaway-margin-section .takeaway-visual figcaption {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(15, 27, 66, .86);
  color: #fff;
}

.phone-panel {
  border-color: rgba(255, 255, 255, .2);
  background: linear-gradient(180deg, var(--rm-teal-dark), var(--rm-ink));
  box-shadow: 0 28px 72px rgba(36, 58, 118, .2);
}

.call-status {
  background: linear-gradient(180deg, rgba(33, 92, 150, .94), rgba(36, 58, 118, .96));
}

.call-badge,
.saved-row {
  border-color: rgba(223, 231, 255, .36);
  background: rgba(223, 231, 255, .14);
  color: #eef3ff;
}

.pulse-dot {
  background: #dfe7ff;
  box-shadow: 0 0 0 rgba(102, 124, 216, .5);
}

.bubble.assistant {
  background: rgba(223, 231, 255, .18);
}

.audio-card,
.quote-card,
.price-card,
.demo-form-wrap,
.calculator,
.how-hero-result-card,
.how-flow-panel,
.how-dialogue-card,
.footer-company {
  box-shadow: var(--rm-soft-shadow);
}

.audio-card.is-playing,
.price-card.featured {
  border-color: rgba(65, 130, 186, .42);
  box-shadow: 0 24px 60px rgba(65, 130, 186, .15);
}

.calculator-output {
  background:
    radial-gradient(circle at 86% 0, rgba(175, 103, 231, .32), transparent 32%),
    linear-gradient(135deg, var(--rm-teal-dark) 0%, var(--rm-teal) 52%, #667cd8 100%);
  box-shadow: 0 24px 62px rgba(36, 58, 118, .2);
}

/* Loss calculator emphasis */
.calculator-output.loss-monthly {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .36);
  background:
    radial-gradient(circle at 86% 0, rgba(175, 103, 231, .42), transparent 34%),
    linear-gradient(135deg, #243a76 0%, #215c96 48%, #4182ba 100%);
  box-shadow: 0 30px 74px rgba(36, 58, 118, .26);
}

.calculator-output.loss-monthly .output-label {
  color: rgba(255, 255, 255, .92);
  font-size: .82rem;
  letter-spacing: .04em;
}

.calculator-output.loss-monthly strong {
  font-size: clamp(2.6rem, 5vw, 3.9rem);
  text-shadow: 0 14px 34px rgba(36, 58, 118, .28);
}

.calculator-output .output-period {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: .78rem;
  font-weight: 880;
  text-transform: uppercase;
}

.calc-mini-grid .loss-yearly {
  border-color: rgba(175, 103, 231, .28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(248, 244, 255, .9)),
    linear-gradient(135deg, rgba(65, 130, 186, .12), rgba(175, 103, 231, .14));
  box-shadow: 0 18px 44px rgba(36, 58, 118, .13);
}

.calc-mini-grid .loss-yearly span {
  color: #243a76;
  font-weight: 850;
  text-transform: uppercase;
}

.calc-mini-grid .loss-yearly strong {
  color: #af67e7;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.cta-band,
.why-v2-final-cta {
  background:
    linear-gradient(100deg, rgba(36, 58, 118, .88), rgba(65, 130, 186, .72) 58%, rgba(175, 103, 231, .34)),
    url("../img/staff-ristorante-senza-interruzioni.jpg");
  background-position: center;
  background-size: cover;
}

.testimonial-slide-card,
.how-flow-live,
.pricing-v3-trial {
  background: linear-gradient(135deg, rgba(36, 58, 118, .96), rgba(65, 130, 186, .94));
  box-shadow: 0 28px 78px rgba(36, 58, 118, .2);
}

.testimonial-portrait {
  background: var(--rm-night);
}

.testimonial-portrait::after {
  background: linear-gradient(180deg, transparent 42%, rgba(36, 58, 118, .72) 100%);
}

.site-footer {
  border-top-color: rgba(255, 255, 255, .72);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(243, 247, 255, .96));
}

@media (max-width: 991.98px) {
  .site-mobile-nav .mobile-nav-note {
    background: linear-gradient(135deg, var(--rm-ink) 0%, var(--rm-teal-dark) 58%, var(--rm-teal) 100%);
  }

  .offcanvas-backdrop {
    background: #162342;
  }
}

/* Made in Italy badge */
.site-made-in-italy {
  position: fixed;
  top: 4px;
  right: 12px;
  z-index: 1010;
  display: block;
  width: 98px;
  height: 98px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  pointer-events: none;
}

.site-made-in-italy img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(15, 27, 66, .22));
}

.site-header .site-made-in-italy {
  margin: 0;
}

.site-header .navbar-brand {
  margin-left: 0;
}

.standalone-made-in-italy {
  position: static;
}

@media (min-width: 992px) {
  .site-header .navbar-expand-lg .site-mobile-nav {
    order: 2;
    padding-right: 116px;
  }
}

@media (max-width: 991.98px) {
  .site-made-in-italy {
    top: 0;
    right: 6px;
    width: 68px;
    height: 68px;
  }

  .site-header .navbar-toggler {
    margin-right: 78px;
  }

  .site-header .navbar-brand {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .site-made-in-italy {
    top: 1px;
    width: 62px;
    height: 62px;
  }

  .site-header .navbar-toggler {
    margin-right: 72px;
  }

  .site-header .navbar-brand {
    margin-left: 0;
  }
}

/* Legal pages */
.legal-hero {
  padding-block: clamp(54px, 7vw, 88px) clamp(38px, 5vw, 60px);
  background:
    linear-gradient(135deg, rgba(36, 58, 118, .98), rgba(32, 91, 135, .94));
  color: #fff;
}

.legal-hero .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, .58);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, .74);
  margin-bottom: 24px;
}

.legal-hero .breadcrumb a {
  color: #fff;
  text-underline-offset: .22em;
}

.legal-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
}

.legal-hero .lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.7;
}

.legal-updated {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
}

.legal-section {
  padding-block: clamp(52px, 7vw, 88px);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 760px);
  justify-content: center;
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 92px;
  padding: 22px;
  border: 1px solid var(--rm-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(36, 58, 118, .08);
}

.legal-toc strong {
  display: block;
  margin-bottom: 12px;
  color: var(--rm-ink);
}

.legal-toc a {
  display: block;
  padding-block: 7px;
  color: var(--rm-ink-soft);
  font-size: .94rem;
  font-weight: 720;
  line-height: 1.35;
  text-decoration: none;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--rm-teal-dark);
  text-decoration: underline;
  text-underline-offset: .22em;
}

.legal-document {
  color: var(--rm-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-document > section + section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--rm-line);
}

.legal-document h2 {
  margin: 0 0 17px;
  color: var(--rm-ink);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.legal-document h3 {
  margin: 30px 0 10px;
  color: var(--rm-ink);
  font-size: 1.08rem;
  font-weight: 850;
}

.legal-document p,
.legal-document ul,
.legal-document dl {
  max-width: 72ch;
}

.legal-document a {
  font-weight: 760;
  text-underline-offset: .2em;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-company {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: 8px 20px;
  margin: 22px 0 0;
}

.legal-company dt {
  color: var(--rm-ink);
  font-weight: 850;
}

.legal-company dd {
  margin: 0;
}

.legal-table {
  margin-top: 22px;
  border-color: var(--rm-line);
}

.legal-table th {
  color: var(--rm-ink);
  font-size: .9rem;
  font-weight: 850;
}

.legal-table td {
  min-width: 180px;
  color: var(--rm-ink-soft);
  line-height: 1.55;
}

.legal-note {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(36, 58, 118, .16);
  border-radius: 14px;
  background: rgba(233, 244, 255, .68);
  color: var(--rm-ink);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px 28px;
  align-items: center;
}

.footer-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-legal-links a {
  color: inherit;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: rgba(82, 98, 138, .34);
  text-underline-offset: .22em;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: var(--rm-teal-dark);
  text-decoration-color: currentColor;
}

@media (max-width: 991.98px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .legal-company {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .legal-company dd + dt {
    margin-top: 14px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Come funziona: compact premium hero */
.inner-hero.how-v2-hero {
  min-height: clamp(560px, calc(84svh - 64px), 700px);
  padding-block: clamp(44px, 5vw, 62px);
  background: #101b3f;
}

.inner-hero.how-v2-hero::before {
  z-index: 0;
  inset: 0;
  height: auto;
  background: url("../img/hero-home-emozionale-v4.webp") center right / cover no-repeat;
  opacity: 1;
  filter: saturate(.98) contrast(1.02) brightness(.92);
  transform: none;
}

.inner-hero.how-v2-hero::after {
  z-index: 1;
  inset: 0;
  height: auto;
  background:
    linear-gradient(100deg, rgba(36, 58, 118, .95) 0%, rgba(7, 15, 36, .76) 52%, rgba(5, 10, 20, .08) 100%),
    linear-gradient(180deg, rgba(6, 12, 32, .08) 0%, rgba(6, 12, 32, .44) 100%);
}

.inner-hero.how-v2-hero .container {
  position: relative;
  z-index: 2;
}

.inner-hero.how-v2-hero .how-v2-hero-grid {
  position: relative;
  display: block;
  padding-right: clamp(340px, 32vw, 420px);
}

.inner-hero.how-v2-hero .how-v2-hero-copy {
  max-width: 860px;
}

.inner-hero.how-v2-hero h1 {
  max-width: 880px;
  font-size: clamp(2.2rem, 3.45vw, 3.35rem);
  line-height: 1.02;
}

.inner-hero.how-v2-hero .lead {
  max-width: 680px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.06rem, 1.48vw, 1.22rem);
  line-height: 1.55;
}

.inner-hero.how-v2-hero .hero-actions {
  margin-top: 22px;
}

.inner-hero.how-v2-hero .hero-actions .btn {
  min-height: 56px;
  padding-inline: 1.08rem;
  font-size: 1rem;
}

.inner-hero.how-v2-hero .how-v2-hero-note {
  max-width: 620px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: .98rem;
  line-height: 1.38;
}

.inner-hero.how-v2-hero .hero-final-conditions {
  max-width: 860px;
  margin-top: 22px;
  border-color: rgba(255, 255, 255, .3);
  background: rgba(6, 14, 37, .58);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.inner-hero.how-v2-hero .hero-final-conditions > div {
  min-height: 92px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 17px 20px;
}

.inner-hero.how-v2-hero .hero-final-conditions i {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.inner-hero.how-v2-hero .hero-final-conditions strong {
  font-size: .98rem;
}

.inner-hero.how-v2-hero .hero-final-conditions span {
  display: block;
  margin-top: 5px;
  font-size: .84rem;
  line-height: 1.35;
}

.inner-hero.how-v2-hero .how-v2-hero-visual {
  position: absolute;
  top: 50%;
  right: clamp(-8px, 1.4vw, 18px);
  width: clamp(320px, 29vw, 380px);
  transform: translateY(-50%);
}

.inner-hero.how-v2-hero .how-v2-hero-device {
  border-radius: 20px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .36), 0 0 0 1px rgba(255, 255, 255, .16);
}

.inner-hero.how-v2-hero .how-v2-hero-device-phone img {
  height: clamp(460px, 42vw, 560px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

.inner-hero.how-v2-hero .how-v2-hero-device figcaption {
  left: 11px;
  right: 11px;
  bottom: 11px;
  padding: 10px 11px;
}

.inner-hero.how-v2-hero .how-v2-hero-device figcaption span {
  font-size: .64rem;
}

.inner-hero.how-v2-hero .how-v2-hero-device figcaption strong {
  font-size: .86rem;
}

.inner-hero.how-v2-hero .how-v2-hero-mini-panel {
  right: -10px;
  bottom: 12px;
  min-width: 112px;
  padding: 8px 10px;
}

.inner-hero.how-v2-hero .how-v2-hero-mini-panel span,
.inner-hero.how-v2-hero .how-v2-hero-mini-panel small {
  font-size: .62rem;
}

.inner-hero.how-v2-hero .how-v2-hero-mini-panel strong {
  font-size: 1.35rem;
}

.inner-hero.how-v2-hero .how-v2-hero-device {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.inner-hero.how-v2-hero .how-v2-hero-device-phone img {
  object-fit: contain;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .34));
}

.how-v2-booking-view-section,
.how-v2-flow-section-compact {
  padding-block: clamp(46px, 5.5vw, 68px);
}

.how-v2-booking-view-grid {
  margin-top: clamp(26px, 4vw, 38px);
}

.how-v2-booking-shot img {
  height: clamp(190px, 16vw, 250px);
}

.how-v2-booking-proof-row li {
  min-height: 116px;
  padding: 15px;
}

.how-v2-flow-section-compact .how-v2-section-head .section-title {
  max-width: 800px;
}

.how-v2-flow-section-compact .how-v2-section-head .section-lead {
  max-width: 660px;
}

.how-v2-compact-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(26px, 4vw, 38px);
}

.how-v2-compact-flow li {
  display: grid;
  min-width: 0;
  min-height: 190px;
  align-content: start;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(36, 58, 118, .12);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 54px rgba(36, 58, 118, .1);
}

.how-v2-compact-flow .how-v2-step-number {
  width: 42px;
  height: 42px;
}

.how-v2-compact-flow h3 {
  margin: 0;
  color: var(--rm-night);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.24;
  letter-spacing: 0;
}

.how-v2-compact-flow p {
  margin: 8px 0 0;
  color: rgba(36, 58, 118, .74);
  font-size: .91rem;
  font-weight: 680;
  line-height: 1.42;
}

.how-v2-capability-grid-compact {
  margin-top: 16px;
}

.how-v2-capability-grid-compact li {
  min-height: 160px;
  padding: 17px;
}

@media (max-width: 1199.98px) {
  .inner-hero.how-v2-hero {
    min-height: 0;
  }

  .inner-hero.how-v2-hero .how-v2-hero-grid {
    padding-right: clamp(300px, 34vw, 350px);
  }

  .inner-hero.how-v2-hero .how-v2-hero-visual {
    right: 0;
    width: clamp(280px, 30vw, 315px);
  }

  .inner-hero.how-v2-hero .how-v2-hero-device-phone img {
    height: clamp(420px, 42vw, 500px);
  }

  .how-v2-compact-flow,
  .how-v2-capability-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .inner-hero.how-v2-hero::before {
    background-position: 68% center;
  }

  .inner-hero.how-v2-hero::after {
    background:
      linear-gradient(100deg, rgba(36, 58, 118, .94) 0%, rgba(7, 15, 36, .82) 58%, rgba(5, 10, 20, .36) 100%),
      linear-gradient(180deg, rgba(6, 12, 32, .18) 0%, rgba(6, 12, 32, .58) 100%);
  }

  .inner-hero.how-v2-hero .how-v2-hero-grid {
    padding-right: 0;
  }

  .inner-hero.how-v2-hero .how-v2-hero-visual {
    display: none;
  }

  .inner-hero.how-v2-hero .hero-final-conditions {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .inner-hero.how-v2-hero {
    min-height: 0;
    padding-block: 46px 36px;
    background-image:
      linear-gradient(180deg, rgba(36, 58, 118, .72) 0%, rgba(36, 58, 118, .96) 360px, #243a76 100%),
      url("../img/hero-home-emozionale-v4.webp");
    background-position: center, 70% top;
    background-size: 100% 100%, auto 420px;
    background-repeat: no-repeat;
  }

  .inner-hero.how-v2-hero .how-v2-hero-grid {
    grid-template-columns: 1fr;
  }

  .inner-hero.how-v2-hero .how-v2-hero-visual {
    display: none;
  }

  .inner-hero.how-v2-hero .hero-final-conditions-3 {
    grid-template-columns: 1fr;
  }

  .inner-hero.how-v2-hero .hero-final-conditions > div {
    min-height: 108px;
    padding: 17px;
  }

  .inner-hero.how-v2-hero .hero-final-conditions > div + div {
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
  }

  .how-v2-booking-view-section,
  .how-v2-flow-section-compact {
    padding-block: 42px;
  }

  .how-v2-compact-flow,
  .how-v2-capability-grid-compact {
    grid-template-columns: 1fr;
  }

  .how-v2-compact-flow li,
  .how-v2-capability-grid-compact li,
  .how-v2-booking-proof-row li {
    min-height: 0;
  }
}

.btn-cta-primary,
.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
}

.btn.btn-cta-primary {
  border-color: rgba(255, 255, 255, .42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, var(--rm-teal) 0%, #667cd8 58%, var(--rm-violet) 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(102, 124, 216, .28), inset 0 1px 0 rgba(255, 255, 255, .32);
}

.btn.btn-cta-primary:hover,
.btn.btn-cta-primary:focus-visible {
  border-color: rgba(255, 255, 255, .5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #4b93c9 0%, #7285e7 58%, #bd76ef 100%);
  color: #fff;
}

.btn.btn-cta-secondary {
  border-color: rgba(65, 130, 186, .34);
  background: #fff;
  color: var(--rm-teal-dark);
  box-shadow: 0 14px 32px rgba(36, 58, 118, .08);
}

.btn.btn-cta-secondary:hover,
.btn.btn-cta-secondary:focus-visible {
  border-color: rgba(65, 130, 186, .44);
  background: var(--rm-cream);
  color: var(--rm-ink);
}

.hero .btn-cta-secondary,
.inner-hero .btn-cta-secondary,
.cta-band .btn-cta-secondary,
.landing-offer-band .btn-cta-secondary,
.landing-sticky-cta .btn-cta-secondary {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .92);
  color: var(--rm-ink);
}

.hero .btn-cta-secondary:hover,
.hero .btn-cta-secondary:focus-visible,
.inner-hero .btn-cta-secondary:hover,
.inner-hero .btn-cta-secondary:focus-visible,
.cta-band .btn-cta-secondary:hover,
.cta-band .btn-cta-secondary:focus-visible,
.landing-offer-band .btn-cta-secondary:hover,
.landing-offer-band .btn-cta-secondary:focus-visible,
.landing-sticky-cta .btn-cta-secondary:hover,
.landing-sticky-cta .btn-cta-secondary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--rm-teal-dark);
}

.navbar .btn-cta-primary {
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  :root {
    --rm-hero-title-size: 3.55rem;
    --rm-hero-lead-size: 1.16rem;
  }
}

@media (max-width: 991.98px) {
  :root {
    --rm-hero-title-size: 3.05rem;
    --rm-hero-lead-size: 1.08rem;
  }
}

@media (max-width: 575.98px) {
  :root {
    --rm-hero-title-size: 2.55rem;
    --rm-hero-lead-size: 1rem;
  }
}

.hero h1,
.inner-hero h1,
.hero-clean h1,
.pricing-v3-hero h1,
.why-v2-hero h1,
.why-premium-hero h1,
.how-hero h1,
.how-v2-hero h1,
.inner-hero.how-v2-hero h1,
.finder-v2-hero h1 {
  font-size: var(--rm-hero-title-size);
  line-height: var(--rm-hero-title-line-height);
  letter-spacing: 0;
}

.hero .lead,
.inner-hero .lead,
.hero-clean .lead,
.pricing-v3-hero .lead,
.why-v2-hero .lead,
.why-premium-hero .lead,
.how-hero .lead,
.how-v2-hero .lead,
.inner-hero.how-v2-hero .lead,
.finder-v2-hero .lead {
  font-size: var(--rm-hero-lead-size);
}

/* Semantic hero subtitle: descriptive for search, subordinate to the emotional H1. */
.hero .hero-semantic-subtitle,
.inner-hero .hero-semantic-subtitle {
  max-width: 780px;
  margin: 16px 0 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(1.12rem, 1.75vw, 1.42rem);
  font-weight: 780;
  line-height: 1.35;
  letter-spacing: -.012em;
  text-wrap: balance;
}

.hero .hero-semantic-subtitle + .lead,
.inner-hero .hero-semantic-subtitle + .lead {
  margin-top: 10px;
}

/* Unified conversion CTA system */
a.btn.btn-cta-primary,
.navbar a.btn.btn-cta-primary,
.pricing-v3-card a.btn.btn-cta-primary.pricing-v3-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 46px;
  padding: .72rem 1.08rem;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, var(--rm-teal) 0%, #667cd8 58%, var(--rm-violet) 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(102, 124, 216, .28), inset 0 1px 0 rgba(255, 255, 255, .32);
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

a.btn.btn-cta-primary.btn-lg,
.pricing-v3-card a.btn.btn-cta-primary.pricing-v3-cta {
  min-height: 52px;
  padding: .82rem 1.18rem;
  font-size: 1rem;
}

a.btn.btn-cta-primary:hover,
a.btn.btn-cta-primary:focus-visible,
.pricing-v3-card a.btn.btn-cta-primary.pricing-v3-cta:hover,
.pricing-v3-card a.btn.btn-cta-primary.pricing-v3-cta:focus-visible {
  border-color: rgba(255, 255, 255, .5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #4b93c9 0%, #7285e7 58%, #bd76ef 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(102, 124, 216, .32), inset 0 1px 0 rgba(255, 255, 255, .36);
}

a.btn.btn-cta-primary i,
.pricing-v3-card a.btn.btn-cta-primary.pricing-v3-cta i {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: 1em;
  line-height: 1;
  transform: none;
}

a.btn.btn-cta-primary:hover i,
a.btn.btn-cta-primary:focus-visible i,
.pricing-v3-card a.btn.btn-cta-primary.pricing-v3-cta:hover i,
.pricing-v3-card a.btn.btn-cta-primary.pricing-v3-cta:focus-visible i {
  transform: none;
  background: transparent;
}

a.btn.btn-cta-secondary,
.hero a.btn.btn-cta-secondary,
.inner-hero a.btn.btn-cta-secondary,
.cta-band a.btn.btn-cta-secondary,
.landing-offer-band a.btn.btn-cta-secondary,
.landing-sticky-cta a.btn.btn-cta-secondary,
.why-premium-live-number.btn.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 46px;
  padding: .72rem 1.08rem;
  border: 1px solid rgba(65, 130, 186, .34);
  border-radius: 8px;
  background: #fff;
  color: var(--rm-teal-dark);
  box-shadow: 0 14px 32px rgba(36, 58, 118, .08);
  font-size: .96rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

a.btn.btn-cta-secondary.btn-lg,
.why-premium-live-number.btn.btn-cta-secondary {
  min-height: 52px;
  padding: .82rem 1.18rem;
  font-size: 1rem;
}

a.btn.btn-cta-secondary:hover,
a.btn.btn-cta-secondary:focus-visible,
.hero a.btn.btn-cta-secondary:hover,
.hero a.btn.btn-cta-secondary:focus-visible,
.inner-hero a.btn.btn-cta-secondary:hover,
.inner-hero a.btn.btn-cta-secondary:focus-visible,
.cta-band a.btn.btn-cta-secondary:hover,
.cta-band a.btn.btn-cta-secondary:focus-visible,
.landing-offer-band a.btn.btn-cta-secondary:hover,
.landing-offer-band a.btn.btn-cta-secondary:focus-visible,
.landing-sticky-cta a.btn.btn-cta-secondary:hover,
.landing-sticky-cta a.btn.btn-cta-secondary:focus-visible,
.why-premium-live-number.btn.btn-cta-secondary:hover,
.why-premium-live-number.btn.btn-cta-secondary:focus-visible {
  border-color: rgba(65, 130, 186, .44);
  background: var(--rm-cream);
  color: var(--rm-ink);
}

.hero-actions a.btn.btn-cta-primary,
.hero-actions a.btn.btn-cta-secondary,
.section-actions a.btn.btn-cta-primary,
.section-actions a.btn.btn-cta-secondary,
.cta-band a.btn.btn-cta-primary,
.cta-band a.btn.btn-cta-secondary {
  min-height: 46px;
  padding: .72rem 1.08rem;
  border-radius: 8px;
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.15;
}

.hero-actions a.btn.btn-cta-primary.btn-lg,
.hero-actions a.btn.btn-cta-secondary.btn-lg,
.section-actions a.btn.btn-cta-primary.btn-lg,
.section-actions a.btn.btn-cta-secondary.btn-lg,
.cta-band a.btn.btn-cta-primary.btn-lg,
.cta-band a.btn.btn-cta-secondary.btn-lg,
.how-v2-hero .hero-actions a.btn.btn-cta-primary.btn-lg,
.how-v2-hero .hero-actions a.btn.btn-cta-secondary.btn-lg,
.pricing-v3-hero .hero-actions a.btn.btn-cta-primary.btn-lg,
.pricing-v3-hero .hero-actions a.btn.btn-cta-secondary.btn-lg,
.why-premium-hero .hero-actions a.btn.btn-cta-primary.btn-lg,
.why-premium-hero .hero-actions a.btn.btn-cta-secondary.btn-lg {
  min-height: 52px;
  padding: .82rem 1.18rem;
  font-size: 1rem;
}

a.btn.btn-cta-primary .bi,
a.btn.btn-cta-secondary .bi,
.pricing-v3-card a.btn.btn-cta-primary.pricing-v3-cta .bi,
.why-premium-live-number.btn.btn-cta-secondary .bi {
  font-size: 1em;
  line-height: 1;
}

/* Unified hero background color treatment */
:root {
  --rm-hero-overlay: linear-gradient(100deg, rgba(36, 58, 118, .95) 0%, rgba(7, 15, 36, .76) 52%, rgba(5, 10, 20, .08) 100%);
  --rm-hero-overlay-tablet: linear-gradient(100deg, rgba(36, 58, 118, .94) 0%, rgba(7, 15, 36, .82) 58%, rgba(5, 10, 20, .36) 100%);
  --rm-hero-overlay-mobile: linear-gradient(180deg, rgba(36, 58, 118, .74) 0%, rgba(36, 58, 118, .92) 430px, #243a76 650px);
}

.hero,
.inner-hero {
  background:
    var(--rm-hero-overlay),
    url("../img/hero-ristorante-telefono-ai.jpg") center right / cover no-repeat;
}

.hero-clean,
.hero-clean.has-site-ambient-motion > .site-hero-backdrop {
  background:
    var(--rm-hero-overlay),
    url("../img/hero-home-emozionale-v4.webp") center right / cover no-repeat;
}

.pricing-v3-hero,
.pricing-v3-hero.has-site-ambient-motion > .site-hero-backdrop,
.finder-v2-hero,
.finder-v2-hero.has-site-ambient-motion > .site-hero-backdrop {
  background:
    var(--rm-hero-overlay),
    url("../img/hero-ristorante-telefono-ai.jpg") center right / cover no-repeat;
}

.inner-hero.how-v2-hero {
  background: #243a76;
}

.inner-hero.how-v2-hero::after {
  background:
    var(--rm-hero-overlay),
    linear-gradient(180deg, rgba(6, 12, 32, .08) 0%, rgba(6, 12, 32, .44) 100%);
}

@media (max-width: 991.98px) {
  .inner-hero.how-v2-hero::after {
    background:
      var(--rm-hero-overlay-tablet),
      linear-gradient(180deg, rgba(6, 12, 32, .18) 0%, rgba(6, 12, 32, .58) 100%);
  }
}

@media (max-width: 767.98px) {
  .hero,
  .inner-hero,
  .hero-clean,
  .pricing-v3-hero,
  .finder-v2-hero {
    background-color: #243a76;
    background-image:
      var(--rm-hero-overlay-mobile),
      url("../img/hero-ristorante-telefono-ai.jpg");
    background-position: center, 70% top;
    background-size: 100% 100%, auto 520px;
    background-repeat: no-repeat;
  }

  .hero-clean,
  .inner-hero.how-v2-hero {
    background-image:
      var(--rm-hero-overlay-mobile),
      url("../img/hero-home-emozionale-v4.webp");
  }
}
