:root {
  --primary: #bf466a;
  --white: #ffffff;
  --pink-light: #efc4d0;
  --berry: #6f2a41;
  --lavender: #c0b9ea;
  --indigo: #23284f;
  --navy: #021f3b;
  --bg: #f4eee7;
  --surface: rgba(255, 250, 245, 0.9);
  --surface-strong: #fffaf4;
  --border: rgba(2, 31, 59, 0.11);
  --text: #021f3b;
  --muted: rgba(2, 31, 59, 0.68);
  --shadow: 0 28px 80px rgba(16, 21, 38, 0.12);
  --shadow-soft: 0 16px 40px rgba(16, 21, 38, 0.08);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
  --header-h: 86px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  margin: 0;
  color: var(--navy);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 14%, rgba(192, 185, 234, 0.16), transparent 26%),
    radial-gradient(circle at 80% 8%, rgba(191, 70, 106, 0.11), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(7, 24, 41, 0.03), transparent 40%),
    linear-gradient(180deg, #fbf7f2 0%, #f6f0ea 44%, #f2ece6 100%);
  font-family: var(--font-sans), "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(7, 24, 41, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 24, 41, 0.02) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 78%);
  opacity: 0.5;
}

body.nav-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.section-heading,
.compact {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.section-light {
  position: relative;
}

.section-light::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
}

.section-light > .container {
  position: relative;
  z-index: 1;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(191, 70, 106, 0.2), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(192, 185, 234, 0.22), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(135deg, #061423 0%, #0f223b 50%, #1f2746 100%);
  color: var(--white);
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
  opacity: 0.45;
}

.section-dark > .container {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: none;
  background: #ffffff;
  border-bottom: 1px solid rgba(7, 24, 41, 0.08);
  box-shadow: 0 10px 26px rgba(16, 21, 38, 0.05);
}

.header-shell {
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-badge {
  width: 124px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--indigo) 100%);
  box-shadow: var(--shadow-soft);
}

.brand-badge-plain {
  width: 96px;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-wordmark-icon {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  border: 7px solid var(--primary);
  border-right-color: transparent;
  flex: 0 0 30px;
}

.brand-wordmark-icon::before,
.brand-wordmark-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--primary);
}

.brand-wordmark-icon::before {
  width: 8px;
  height: 8px;
  right: -2px;
  top: 3px;
}

.brand-wordmark-icon::after {
  width: 8px;
  height: 8px;
  left: -2px;
  bottom: 3px;
}

.brand-wordmark-text {
  color: var(--primary);
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.brand-badge img {
  width: 94px;
  height: auto;
}

.brand-badge-plain img {
  width: 96px;
  height: auto;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

.nav-backdrop {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-display), var(--font-sans), serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

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

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, #c2486f 0%, #a7375a 100%);
  box-shadow: 0 18px 34px rgba(191, 70, 106, 0.2);
}

.btn-secondary {
  color: #9d3554;
  background: rgba(255, 250, 245, 0.96);
  border-color: rgba(191, 70, 106, 0.34);
  box-shadow: 0 12px 30px rgba(16, 21, 38, 0.06);
}

.header-cta {
  margin-left: 8px;
  background: linear-gradient(135deg, var(--navy) 0%, #183255 100%);
  box-shadow: 0 16px 32px rgba(2, 31, 59, 0.16);
}

.btn-icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  flex: 0 0 26px;
}

.btn-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.btn-icon-soft {
  background: rgba(191, 70, 106, 0.12);
}

.hero {
  padding-top: 42px;
  padding-bottom: 86px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(191, 70, 106, 0.08), transparent 20%),
    radial-gradient(circle at 100% 8%, rgba(192, 185, 234, 0.18), transparent 24%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 40px;
  align-items: center;
  grid-template-areas:
    "copy visual"
    "links visual";
  position: relative;
  z-index: 1;
}

.hero h1 {
  margin: 0;
  max-width: 10ch;
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: clamp(3.55rem, 5.65vw, 5.8rem);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.hero-accent {
  color: var(--primary);
}

.hero-text {
  margin: 18px 0 0;
  max-width: 25rem;
  font-size: clamp(1.02rem, 1.15vw, 1.08rem);
  line-height: 1.68;
  color: var(--muted);
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
  max-width: 34rem;
}

.hero-actions .btn {
  min-height: 50px;
  padding: 0 20px;
  font-size: 0.94rem;
  width: 100%;
}

.hero-actions .btn-label {
  line-height: 1;
}

.store-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  max-width: 36rem;
}

.store-link {
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 24px;
  border: 1px solid rgba(7, 24, 41, 0.09);
  background: rgba(255, 250, 245, 0.94);
  box-shadow: 0 12px 28px rgba(16, 21, 38, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
}

.store-link span:last-child {
  display: grid;
  gap: 2px;
}

.store-link-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 800;
}

.store-link strong {
  font-size: 1rem;
  line-height: 1.2;
}

.store-link-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  color: var(--primary);
  background: rgba(191, 70, 106, 0.1);
}

.store-link-icon svg {
  width: 18px;
  height: 18px;
}

.trust-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trust-list li,
.chips span {
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.92);
  border: 1px solid rgba(7, 24, 41, 0.08);
  padding: 12px 14px;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(16, 21, 38, 0.05);
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.72);
  border: 1px solid rgba(7, 24, 41, 0.05);
  box-shadow: 0 8px 20px rgba(16, 21, 38, 0.04);
  line-height: 1.28;
}

.chip-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: rgba(191, 70, 106, 0.1);
  font-size: 0.95rem;
  line-height: 1;
  flex: 0 0 24px;
}

.hero-copy {
  position: relative;
  padding: 10px 0;
  grid-area: copy;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  grid-area: visual;
}

.hero-links {
  grid-area: links;
  align-self: start;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  background: transparent;
}

.section-heading h2,
.compact h2,
.cta-band h2,
.final-cta-card h2 {
  margin: 0;
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.section-heading p,
.cta-band p,
.final-cta-card p {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}

.section-dark .section-heading p,
.section-dark .cta-band p,
.section-dark .final-cta-card p {
  color: rgba(255, 255, 255, 0.74);
}

.feature-card,
.step-card,
.price-card,
.notify-card,
.compare-column {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.comparison-section {
  margin-top: 18px;
  padding-top: 72px;
  padding-bottom: 84px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  border-top: 1px solid rgba(7, 24, 41, 0.08);
  border-bottom: 1px solid rgba(7, 24, 41, 0.05);
}

.comparison-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: start;
}

.comparison-copy {
  max-width: 32rem;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  color: #9d3554;
  background: rgba(191, 70, 106, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison-copy h2 {
  margin: 0;
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: clamp(2.45rem, 4vw, 3.8rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.comparison-intro {
  margin: 16px 0 0;
  font-size: 1.02rem;
  line-height: 1.68;
  color: var(--muted);
}

.comparison-accent {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--primary);
  border-radius: 18px;
  background: rgba(191, 70, 106, 0.08);
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.brands-copy {
  max-width: 40rem;
  gap: 14px;
  justify-items: start;
  text-align: left;
}

.brands-copy h2 {
  margin: 0;
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.brands-hook {
  display: block;
  color: rgba(255, 255, 255, 0.88);
}

.brands-accent {
  display: block;
  color: #ff8bb0;
}

.brands-summary {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.04rem;
  line-height: 1.65;
}

.brands-emphasis {
  margin: 0;
  max-width: 28rem;
  color: #ffe1eb;
  font-size: 1.18rem;
  line-height: 1.45;
  font-weight: 700;
}

.partners-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 2px 14px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.partners-slider::-webkit-scrollbar {
  height: 8px;
}

.partners-slider::-webkit-scrollbar-track {
  background: transparent;
}

.partners-slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(2, 31, 59, 0.16);
}

.partner-slide {
  flex: 0 0 180px;
  min-height: 170px;
  padding: 18px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  scroll-snap-align: start;
  background:
    radial-gradient(circle at top right, rgba(191, 70, 106, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 250, 245, 0.98) 0%, rgba(248, 241, 234, 0.98) 100%);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.partner-slide:hover,
.partner-slide:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(16, 21, 38, 0.12);
  border-color: rgba(191, 70, 106, 0.18);
}

.partner-logo {
  width: 100%;
  min-height: 84px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.28) 100%);
  box-shadow: inset 0 0 0 1px rgba(2, 31, 59, 0.08);
}

.partner-logo img {
  width: 100%;
  max-width: 118px;
  max-height: 42px;
  object-fit: contain;
}

.partner-slide[data-brand="omv"] .partner-logo {
  background: linear-gradient(135deg, #17233f 0%, #27386c 100%);
}

.partner-slide[data-brand="omv"] .partner-logo img {
  filter: brightness(0) invert(1);
}

.partner-wordmark {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display), var(--font-sans), serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.partner-wordmark span {
  display: inline-flex;
  align-items: center;
  font-size: 1.95rem;
  line-height: 1;
}

.partner-wordmark-nis {
  color: #163a8e;
}

.partner-wordmark-nis i {
  width: 24px;
  height: 8px;
  display: inline-block;
  border-radius: 999px;
  background: linear-gradient(90deg, #163a8e 0%, #db0814 100%);
}

.partner-wordmark-benu {
  color: #1f7a5d;
  background: rgba(35, 165, 123, 0.08);
  border-radius: 16px;
  padding: 10px 16px;
}

.partner-name {
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--navy);
  text-align: center;
  max-width: 10ch;
}

.partner-label {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--muted);
}

.brands-section {
  display: grid;
  gap: 22px;
}

.video-layout {
  display: grid;
  gap: 22px;
}

.video-frame {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #000;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(2, 31, 59, 0.08);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.comparison-notes {
  display: grid;
  gap: 14px;
  padding: 4px 0 0;
}

.comparison-notes div {
  display: grid;
  gap: 6px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(2, 31, 59, 0.08);
  border-radius: 24px;
  background: rgba(255, 250, 245, 0.72);
  box-shadow: 0 10px 24px rgba(16, 21, 38, 0.04);
}

.comparison-notes strong {
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #9d3554;
}

.comparison-notes span {
  color: var(--muted);
  line-height: 1.5;
}

.section-dark .step-card,
.section-dark .step-rail-item,
.section-dark .notify-card {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
}

.section-dark .step-card p,
.section-dark .step-rail-item p,
.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.section-dark .section-heading h2 {
  color: var(--white);
}

.section-dark .section-heading h2,
.section-dark .cta-band h2,
.section-dark .final-cta-card h2 {
  font-weight: 600;
}

.steps-rail {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 2px;
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--berry));
  color: var(--white);
  font-weight: 800;
  flex: 0 0 44px;
}

.step-rail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.step-rail-item h3,
.feature-card h3,
.feature-item h3,
.price-card h3 {
  margin: 0;
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.step-rail-item p,
.feature-card p,
.feature-item p,
.price-card p,
.notify-card {
  color: var(--muted);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 20px;
  border-top: 1px solid rgba(2, 31, 59, 0.08);
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(2, 31, 59, 0.08);
}

.feature-item div {
  display: grid;
  gap: 6px;
}

.feature-item p {
  margin: 0;
}

.feature-icon,
.proof-icon,
.notify-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 14px;
  color: var(--primary);
  background: rgba(191, 70, 106, 0.12);
  box-shadow: inset 0 0 0 1px rgba(191, 70, 106, 0.08);
}

.feature-icon svg,
.proof-icon svg,
.notify-icon svg {
  width: 20px;
  height: 20px;
}

.feature-card p {
  margin-top: 10px;
  max-width: 18ch;
}

.notify-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 32px;
  align-items: center;
}

.notify-copy {
  max-width: 30rem;
}

.notify-visual {
  min-width: 0;
  justify-self: end;
  width: min(100%, 760px);
}

.notify-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 28px 70px rgba(1, 10, 22, 0.42));
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.chips span {
  color: var(--text);
  font-weight: 600;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.dashboard-demo {
  min-width: 0;
}

.dashboard-shell {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 8%, rgba(191, 70, 106, 0.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(192, 185, 234, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(7, 24, 41, 0.96) 0%, rgba(17, 37, 61, 0.93) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 70px rgba(1, 11, 25, 0.34);
}

.dashboard-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 88%);
  pointer-events: none;
}

.dashboard-shell-top,
.dashboard-shell-body {
  position: relative;
  z-index: 1;
}

.dashboard-shell-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.dashboard-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dashboard-shell-top h3 {
  margin: 10px 0 0;
  color: var(--white);
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.05;
}

.dashboard-range {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-shell-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.dashboard-chart-panel {
  min-width: 0;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(191, 70, 106, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(10, 31, 59, 0.8) 0%, rgba(17, 37, 61, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dashboard-chart {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 760 / 420;
}

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

.price-card {
  padding: 20px;
}

.price-card.featured {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 44px 108px rgba(2, 31, 59, 0.24);
  background:
    radial-gradient(circle at top right, rgba(191, 70, 106, 0.18), transparent 24%),
    linear-gradient(180deg, #071829 0%, #10233d 100%);
  color: var(--white);
}

.price-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: flex-start;
}

.price-copy {
  min-width: 0;
}

.price-recommended {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.price-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 0;
}

.price-values strong {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  line-height: 1;
}

.price-amount {
  font-size: clamp(1.8rem, 2.2vw, 2.35rem);
  letter-spacing: -0.06em;
}

.price-period {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--muted);
}

.price-values small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.price-old {
  font-size: 1rem;
  line-height: 1.1;
}

.price-old s {
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(2, 31, 59, 0.55);
}

.price-card.featured .price-recommended {
  background: rgba(255, 255, 255, 0.16);
  color: #ffe2ea;
}

.price-card.featured .price-values strong,
.price-card.featured .price-values small,
.price-card.featured h3,
.price-card.featured p,
.price-card.featured li {
  color: var(--white);
}

.price-card.featured .price-period {
  color: rgba(255, 255, 255, 0.82);
}

.price-card.featured li::before {
  background: #f35b88;
}

.price-card.featured .price-old s {
  text-decoration-color: rgba(255, 255, 255, 0.58);
}

.featured-cta {
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 30px rgba(2, 31, 59, 0.2);
}

.featured-cta:hover,
.featured-cta:focus-visible {
  background: #ffffff;
  color: var(--navy);
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
  display: grid;
  gap: 10px;
}

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

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary);
}

@media (max-width: 720px) {
  .price-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .price-values,
  .price-values strong {
    align-items: flex-start;
    text-align: left;
  }

  .price-amount {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }
}

.full-width {
  width: 100%;
}

.price-note,
.price-footnote {
  text-align: center;
  margin: 18px 0 0;
  color: var(--muted);
}

.section-dark .price-note,
.section-dark .price-footnote {
  color: rgba(255, 255, 255, 0.72);
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.faq-list details {
  border: 1px solid rgba(7, 24, 41, 0.1);
  border-radius: 26px;
  background: rgba(255, 250, 245, 0.94);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.final-cta {
  padding-top: 32px;
  padding-bottom: 44px;
}

.final-cta-card {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(191, 70, 106, 0.14), transparent 28%),
    linear-gradient(135deg, #fffaf4 0%, #f6efe8 100%);
  border: 1px solid rgba(7, 24, 41, 0.08);
  box-shadow: var(--shadow);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
}

.final-cta-card h2 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 5.8vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.final-cta-card p {
  max-width: 38rem;
  margin-top: 16px;
}

.cta-muted-word {
  color: rgba(2, 31, 59, 0.48);
}

.cta-emphasis {
  display: block;
  color: var(--primary);
}

.final-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
  width: min(100%, 360px);
}

.final-cta-actions .btn {
  width: 100%;
  justify-content: center;
}

.site-footer {
  margin-top: 0;
  padding: 28px 0;
  background: linear-gradient(135deg, #071829 0%, #23284f 100%);
  color: rgba(255, 255, 255, 0.84);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto auto;
  gap: 36px;
  align-items: start;
}

.footer-brand p {
  max-width: 40ch;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.65;
}

.footer-logo {
  display: inline-grid;
  place-items: center;
}

.footer-logo img {
  width: 156px;
  max-width: 156px;
  height: auto;
}

.footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 28px;
  align-items: start;
}

.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

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

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-links a {
  width: fit-content;
  font-size: 1rem;
  line-height: 1.35;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--pink-light);
}

.footer-contact {
  display: grid;
  gap: 12px;
  justify-items: end;
  text-align: right;
}

.footer-contact small {
  max-width: 20ch;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  transform: translateY(-200%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-heading.compact {
  max-width: 44rem;
}

@media (max-width: 1120px) {
  .hero-grid,
  .comparison-layout,
  .notify-layout,
  .admin-layout,
  .cta-band,
  .final-cta-card,
  .footer-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero h1 {
    max-width: 8.8ch;
    font-size: clamp(2.45rem, 5vw, 3.6rem);
  }

  .pricing-grid,
  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-shell-body {
    grid-template-columns: 1fr;
  }

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

  .notify-visual {
    justify-self: center;
    width: min(100%, 700px);
  }

  .trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact {
    justify-items: start;
    text-align: left;
  }

  .footer-links-wrap {
    grid-template-columns: repeat(2, minmax(0, auto));
    gap: 20px;
  }

  .comparison-layout {
    align-items: start;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 76px;
  }

  .site-header {
    background: #ffffff;
    backdrop-filter: none;
    z-index: 80;
  }

  .site-header::after {
    content: "";
    position: fixed;
    inset: var(--header-h) 0 0 0;
    display: block;
    background: #ffffff;
    visibility: hidden;
    pointer-events: none;
    z-index: 60;
  }

  .site-header.nav-open::after {
    visibility: visible;
    pointer-events: auto;
  }

  .header-shell {
    grid-template-columns: auto auto;
    gap: 12px;
  }

  .site-nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    min-height: calc(100dvh - var(--header-h));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    padding: 22px max(20px, calc((100vw - var(--container)) / 2 + 20px)) 34px;
    background: #ffffff;
    color: var(--text);
    border-top: 1px solid rgba(2, 31, 59, 0.08);
    box-shadow: 0 24px 56px rgba(25, 38, 74, 0.12);
    transform: translateY(-12px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.24s ease, opacity 0.24s ease, visibility 0s linear 0.24s;
    z-index: 70;
    overflow-y: auto;
  }

  .nav-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s, 0s, 0s;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(2, 31, 59, 0.1);
    background: #ffffff;
    color: var(--text);
    justify-self: end;
    position: relative;
    z-index: 90;
    box-shadow: 0 10px 24px rgba(16, 21, 38, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .nav-toggle[aria-expanded="true"] {
    border-color: rgba(191, 70, 106, 0.35);
    box-shadow: 0 12px 28px rgba(191, 70, 106, 0.12);
  }

  .nav-toggle-bars {
    width: 16px;
    height: 12px;
    display: inline-grid;
    gap: 3px;
    align-items: center;
  }

  .nav-toggle-bars span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.24s ease, opacity 0.2s ease, width 0.24s ease;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .header-cta {
    display: none;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: var(--header-h) 0 0 0;
    background: rgba(2, 31, 59, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0s linear 0.24s;
    z-index: 65;
  }

  .site-header.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s, 0s;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0;
    border-bottom: 1px solid rgba(7, 24, 41, 0.08);
    font-family: var(--font-display), var(--font-sans), serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    padding-top: 12px;
  }

  .hero-grid {
    gap: 12px;
    grid-template-areas:
      "copy"
      "visual"
      "links";
  }

  .hero-visual {
    min-height: 0;
  }

  .section {
    padding: 44px 0;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-board {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .compare-badge {
    position: static;
    transform: none;
    margin: -2px auto;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .header-shell {
    grid-template-columns: auto auto;
  }

  .brand-badge {
    width: 92px;
    height: 46px;
  }

  .brand-badge img {
    width: 72px;
  }

  .brand-badge-plain {
    width: 122px;
    height: auto;
  }

  .brand-badge-plain img {
    width: 120px;
  }

  .brand-wordmark {
    gap: 8px;
  }

  .brand-wordmark-icon {
    width: 26px;
    height: 26px;
    border-width: 6px;
    flex-basis: 26px;
  }

  .brand-wordmark-text {
    font-size: 1.55rem;
  }

  .footer-grid {
    gap: 26px;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .footer-links-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
  }

  .footer-links-wrap {
    width: 100%;
  }

  .footer-contact {
    width: 100%;
    justify-items: start;
    text-align: left;
  }

  .footer-contact small {
    max-width: none;
  }

  .footer-brand {
    justify-items: center;
    text-align: center;
  }

  .footer-logo {
    margin-inline: auto;
  }

  .footer-logo img {
    width: 132px;
    max-width: 132px;
    height: auto;
  }

  .footer-links-wrap,
  .footer-contact {
    justify-items: center;
    text-align: center;
  }

  .nav-toggle {
    padding: 0 14px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 10vw, 3.45rem);
    line-height: 0.96;
  }

  .hero-copy,
  .comparison-copy,
  .section-heading,
  .cta-band,
  .final-cta-card,
  .footer-brand,
  .footer-contact {
    text-align: center;
  }

  .hero-copy,
  .comparison-copy,
  .section-heading,
  .cta-band,
  .final-cta-card {
    justify-items: center;
  }

  .hero-text {
    margin-top: 18px;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-visual {
    min-height: 0;
    overflow: hidden;
  }

  .hero-links {
    width: 100%;
  }

  .metrics-grid,
  .steps-grid,
  .pricing-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
    margin-top: 18px;
  }

  .trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    overflow: visible;
    margin-top: 16px;
    margin-inline: 0;
    padding-inline: 0;
    gap: 8px;
  }

  .trust-list li {
    padding: 9px 12px;
    font-size: 0.8rem;
    gap: 7px;
    min-height: 54px;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .trust-list li span:last-child {
    white-space: nowrap;
  }

  .chip-icon {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    flex-basis: 20px;
  }

  .comparison-section {
    margin-top: 14px;
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .notify-layout {
    gap: 18px;
  }

  .notify-copy {
    max-width: 100%;
  }

  .notify-visual {
    width: 100%;
  }

  .notify-image {
    filter: drop-shadow(0 20px 52px rgba(1, 10, 22, 0.38));
  }

  .dashboard-shell {
    padding: 18px;
    border-radius: 28px;
  }

  .dashboard-shell-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .dashboard-range {
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .dashboard-shell-top h3 {
    font-size: clamp(1.05rem, 4.6vw, 1.45rem);
  }

  .dashboard-shell-body {
    gap: 0;
  }

  .comparison-copy h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
    line-height: 0.98;
  }

  .comparison-intro {
    font-size: 0.98rem;
  }

  .comparison-accent {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 14px;
  }

  .comparison-notes div {
    padding: 16px 16px 14px;
  }

  .brands-copy {
    gap: 10px;
  }

  .brands-copy h2 {
    font-size: clamp(2.05rem, 9vw, 2.8rem);
    line-height: 0.95;
  }

  .brands-summary {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .brands-emphasis {
    font-size: 1.02rem;
    line-height: 1.45;
  }

  .partners-slider {
    padding-bottom: 12px;
  }

  .partner-slide {
    flex-basis: 160px;
    min-height: 156px;
  }

  .partner-logo {
    min-height: 74px;
    padding: 14px;
  }

  .partner-logo img {
    max-width: 104px;
    max-height: 36px;
  }

  .partner-wordmark span {
    font-size: 1.6rem;
  }

  .steps-rail {
    gap: 10px;
  }

  .final-cta-card {
    gap: 22px;
    padding: 28px 24px 30px;
    border-radius: 28px;
  }

  .final-cta-card h2 {
    max-width: 11.6ch;
    font-size: clamp(2.05rem, 8.4vw, 2.45rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .final-cta-card p {
    max-width: 27ch;
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .final-cta-actions {
    width: 100%;
    gap: 10px;
  }

  .final-cta-actions .btn {
    min-height: 54px;
    padding-inline: 18px;
    font-size: 1rem;
  }

  .cta-band {
    align-items: flex-start;
  }

  .section-heading h2,
  .compact h2,
  .cta-band h2,
  .final-cta-card h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .section-dark {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .step-rail-item {
    padding: 16px 16px;
    border-radius: 20px;
  }

  .section {
    padding: 34px 0;
  }

  .video-frame {
    border-radius: 22px;
  }

  .feature-card,
  .feature-item {
    min-height: 0;
  }

  .feature-card p,
  .feature-item p {
    max-width: 100%;
  }

  .store-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .store-link {
    min-width: 0;
    width: 100%;
  }

  .chips {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding-bottom: 6px;
    margin-inline: -10px;
    padding-inline: 10px;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .chips span {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 0.84rem;
    scroll-snap-align: start;
  }

  .chips::-webkit-scrollbar {
    display: none;
  }

  .trust-list {
    display: none;
  }

  .steps-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 2px 10px;
    margin-inline: -2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .steps-rail::-webkit-scrollbar {
    display: none;
  }

  .step-rail-item {
    flex: 0 0 82%;
    min-width: 82%;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    scroll-snap-align: start;
  }

  .feature-item {
    padding: 16px 0;
  }

  .step-number {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .step-rail-item h3,
  .feature-item h3 {
    font-size: 1.08rem;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .notify-card {
    padding: 14px 16px;
  }

  .notify-card p {
    max-width: none;
  }
}

.contact-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 12% 8%, rgba(191, 70, 106, 0.08), transparent 20%),
    radial-gradient(circle at 85% 10%, rgba(192, 185, 234, 0.12), transparent 22%),
    linear-gradient(180deg, #fbf7f2 0%, #f5efe8 100%);
  color: var(--text);
}

.contact-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(2, 31, 59, 0.08);
  background: rgba(251, 247, 242, 0.9);
  backdrop-filter: blur(18px);
}

.contact-topbar-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.contact-topnav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(2, 31, 59, 0.68);
  font-size: 0.95rem;
  font-weight: 600;
}

.contact-topnav a,
.contact-back-pill,
.contact-back-link,
.contact-footer-links a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.contact-topnav a:hover,
.contact-topnav a:focus-visible,
.contact-back-pill:hover,
.contact-back-pill:focus-visible,
.contact-back-link:hover,
.contact-back-link:focus-visible,
.contact-footer-links a:hover,
.contact-footer-links a:focus-visible {
  color: var(--primary);
}

.contact-back-pill {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(191, 70, 106, 0.18);
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(16, 21, 38, 0.06);
}

.contact-heading-emphasis {
  display: inline-block;
  padding: 0.02em 0.2em 0.04em;
  margin: 0 0.02em;
  border-radius: 0.26em;
  background: linear-gradient(180deg, rgba(191, 70, 106, 0.12) 0%, rgba(191, 70, 106, 0.08) 100%);
  box-shadow: inset 0 -0.08em 0 rgba(191, 70, 106, 0.12);
  color: var(--primary);
  font-size: 0.98em;
  font-weight: 800;
  letter-spacing: -0.045em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.contact-hero {
  flex: 1 0 auto;
  padding: 42px 0 28px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(2, 31, 59, 0.08);
  background:
    radial-gradient(circle at 12% 12%, rgba(191, 70, 106, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.98) 0%, rgba(248, 242, 236, 0.96) 100%);
  box-shadow: 0 26px 70px rgba(16, 21, 38, 0.09);
}

.contact-left {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 8px 4px;
}

.contact-back-link {
  width: fit-content;
  color: rgba(2, 31, 59, 0.6);
  font-size: 0.94rem;
  font-weight: 700;
}

.contact-left h1 {
  margin: 0;
  max-width: 13ch;
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: clamp(2.05rem, 3.45vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  color: var(--navy);
}

.contact-left > p {
  margin: 0;
  max-width: 30rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(2, 31, 59, 0.72);
}

.contact-perks {
  list-style: none;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 6px 0 0;
}

.contact-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(2, 31, 59, 0.08);
  box-shadow: 0 10px 22px rgba(16, 21, 38, 0.04);
  font-weight: 600;
  color: var(--text);
}

.contact-perk-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(191, 70, 106, 0.12);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-right {
  padding: 4px 0 4px 10px;
  border-left: 1px solid rgba(2, 31, 59, 0.08);
}

.contact-right h2 {
  margin: 0;
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: clamp(1.85rem, 2.4vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--navy);
}

.contact-right > p {
  margin: 8px 0 22px;
  color: rgba(2, 31, 59, 0.68);
  font-size: 0.98rem;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field:nth-of-type(1),
.contact-submit,
.contact-success {
  grid-column: 1 / -1;
}

.contact-field label {
  color: rgba(2, 31, 59, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-required {
  color: var(--primary);
}

.contact-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(2, 31, 59, 0.12);
  background: rgba(255, 250, 245, 0.96);
  color: var(--text);
  font: inherit;
  font-size: 0.98rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-field input::placeholder {
  color: rgba(2, 31, 59, 0.38);
}

.contact-field input:focus {
  border-color: rgba(191, 70, 106, 0.45);
  box-shadow: 0 0 0 4px rgba(191, 70, 106, 0.12);
  background: #ffffff;
}

.contact-submit {
  min-height: 52px;
  margin-top: 2px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #c2486f 0%, #a7375a 100%);
  color: #ffffff;
  font-family: var(--font-display), var(--font-sans), serif;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(191, 70, 106, 0.22);
}

.contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
}

.contact-success {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(35, 165, 123, 0.08);
  color: #166c53;
  font-weight: 600;
}

.contact-success-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(35, 165, 123, 0.14);
  flex: 0 0 24px;
}

.contact-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 18px;
  color: rgba(2, 31, 59, 0.45);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.contact-divider::before,
.contact-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(2, 31, 59, 0.1);
}

.contact-whatsapp {
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(37, 211, 102, 0.22);
  color: #153e2b;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(16, 21, 38, 0.06);
}

.contact-whatsapp-disabled {
  opacity: 0.58;
  cursor: not-allowed;
  box-shadow: none;
}

.contact-whatsapp-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 24px;
}

.contact-whatsapp-icon svg {
  width: 20px;
  height: 20px;
}

.contact-footer {
  padding: 10px 0 38px;
  margin-top: auto;
}

.contact-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(2, 31, 59, 0.08);
}

.contact-footer-brand {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contact-footer-brand p {
  margin: 0;
  max-width: 24rem;
  color: rgba(2, 31, 59, 0.64);
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 28px;
}

.contact-footer-links div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.contact-footer-links h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.contact-footer-links a {
  color: rgba(2, 31, 59, 0.72);
  font-size: 0.95rem;
  font-weight: 600;
}

@media (max-width: 980px) {
  .contact-topnav {
    display: none;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .contact-left h1 {
    max-width: 12ch;
    font-size: clamp(1.95rem, 7.8vw, 2.8rem);
  }

  .contact-right {
    padding: 0;
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .contact-topbar-inner {
    min-height: 72px;
    gap: 10px;
  }

  .contact-back-pill {
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .contact-heading-emphasis {
    padding: 0.07em 0.22em 0.08em;
  }

  .contact-hero {
    padding-top: 24px;
  }

  .contact-left {
    gap: 12px;
  }

  .contact-left > p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .contact-perks li {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-field:nth-of-type(1),
  .contact-submit,
  .contact-success {
    grid-column: auto;
  }

  .contact-footer-inner {
    grid-template-columns: 1fr;
  }

  .contact-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
