:root {
  --ink: #171218;
  --plum-950: #160a18;
  --plum-900: #241126;
  --plum-800: #341638;
  --plum-700: #5b2d63;
  --lavender: #bd8bca;
  --lavender-soft: #eee5f2;
  --aqua: #7ecac8;
  --aqua-bright: #93e5dc;
  --cream: #f7f2ee;
  --white: #fffefd;
  --muted: #706973;
  --line: rgba(36, 17, 38, 0.14);
  --radius-lg: 38px;
  --radius-md: 24px;
  --shadow: 0 28px 80px rgba(21, 8, 23, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  height: 88px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: var(--plum-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.brand img { width: 154px; height: 66px; object-fit: contain; }
.header-cta {
  color: var(--aqua-bright);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(147, 229, 220, 0.5);
  padding: 10px 0;
}
.header-cta span, .button span { margin-left: 8px; }

.hero {
  position: relative;
  min-height: 800px;
  padding: 86px clamp(24px, 6vw, 100px) 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: clamp(45px, 7vw, 120px);
  align-items: center;
  color: white;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(126, 202, 200, 0.13), transparent 24%),
    linear-gradient(135deg, #190b1b 0%, #2d1531 57%, #1a101f 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 690px;
  right: -150px;
  top: -250px;
  border: 1px solid rgba(189, 139, 202, 0.22);
  border-radius: 50%;
  transform: rotate(-24deg);
}
.hero-copy { position: relative; z-index: 2; max-width: 710px; }
.eyebrow, .section-label {
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
}
.eyebrow { color: var(--aqua-bright); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 1px; background: var(--aqua-bright); }
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(54px, 6.5vw, 98px);
  line-height: 0.94;
  letter-spacing: -0.058em;
  font-weight: 680;
}
h1 em, h2 em {
  color: var(--lavender);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}
.hero-subtitle {
  max-width: 650px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.56;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; flex-wrap: wrap; }
.button {
  min-height: 58px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .community-link:focus-visible, summary:focus-visible, .text-link:focus-visible {
  outline: 3px solid var(--aqua-bright);
  outline-offset: 4px;
}
.button-primary { color: #17302f; background: var(--aqua-bright); box-shadow: 0 14px 40px rgba(126, 202, 200, 0.2); }
.button-primary:hover { box-shadow: 0 20px 48px rgba(126, 202, 200, 0.3); }
.text-link { color: rgba(255, 255, 255, 0.83); text-decoration: none; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--aqua-bright); margin-left: 6px; }
.trust-row { margin-top: 30px; display: flex; gap: 20px; flex-wrap: wrap; color: rgba(255, 255, 255, 0.62); font-size: 12px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row b { color: var(--aqua-bright); }

.hero-visual { position: relative; min-height: 610px; z-index: 2; }
.phone-card {
  position: absolute;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.card-back {
  width: 54%;
  right: 1%;
  top: 5%;
  transform: rotate(6deg);
  opacity: 0.72;
  border: 1px solid rgba(255, 255, 255, 0.32);
}
.card-front {
  width: min(64%, 370px);
  left: 8%;
  top: 4%;
  background: #fff;
  color: var(--ink);
  border: 7px solid rgba(255, 255, 255, 0.96);
  transform: rotate(-3deg);
}
.card-front > img { width: 100%; aspect-ratio: 2 / 2.65; object-fit: cover; object-position: top; }
.phone-top { height: 64px; padding: 0 12px; display: flex; align-items: center; gap: 10px; }
.phone-avatar { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--plum-800); color: var(--aqua-bright); font-size: 11px; font-weight: 900; }
.phone-top strong, .phone-top small { display: block; }
.phone-top strong { font-size: 12px; }
.phone-top small { margin-top: 2px; color: #8a818b; font-size: 10px; }
.phone-top i { width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: #a8a2a8; box-shadow: 0 7px #a8a2a8, 0 -7px #a8a2a8; }
.phone-caption { padding: 17px 15px 18px; }
.phone-caption strong, .phone-caption span { display: block; }
.phone-caption strong { font-size: 13px; }
.phone-caption span { margin-top: 5px; color: #786f79; font-size: 11px; }
.floating-note { position: absolute; padding: 12px 16px; color: var(--plum-950); background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 999px; backdrop-filter: blur(12px); box-shadow: 0 16px 34px rgba(12, 3, 14, 0.28); font-size: 12px; font-weight: 800; }
.floating-note span { color: var(--plum-700); margin-right: 8px; }
.note-one { left: -2%; top: 54%; }
.note-two { right: 2%; bottom: 14%; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(147, 229, 220, 0.22); }
.orbit-one { width: 500px; height: 500px; right: -70px; top: 40px; }
.orbit-two { width: 330px; height: 330px; left: -40px; bottom: -20px; }

.value-strip {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 62px);
  flex-wrap: wrap;
  padding: 20px 24px;
  color: #f8f1f7;
  background: #4d2755;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 800;
}
.value-strip span { margin-left: clamp(22px, 4vw, 62px); color: var(--aqua-bright); }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-label { color: #735078; }
.section-label-light { color: var(--aqua-bright); }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); gap: clamp(50px, 9vw, 150px); align-items: end; }
.intro h2, .section-heading h2, .faq-section h2, .for-you-card h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.048em;
}
.intro-copy { font-size: 18px; line-height: 1.7; color: var(--muted); }
.intro-copy p { margin: 0 0 18px; }

.content-section { background: #efe9ee; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr); gap: 60px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(42px, 4.5vw, 68px); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.content-grid { display: grid; grid-template-columns: 1.25fr 0.75fr 0.75fr; grid-template-rows: repeat(2, 330px); gap: 18px; }
.content-card { position: relative; min-height: 300px; overflow: hidden; border-radius: var(--radius-md); background: var(--plum-900); }
.content-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 500ms ease; }
.content-card:hover img { transform: scale(1.025); }
.featured-card { grid-row: 1 / 3; }
.wide-card { grid-column: 2 / 4; }
.content-overlay { position: absolute; inset: auto 0 0; padding: 70px 26px 25px; color: white; background: linear-gradient(transparent, rgba(17, 6, 18, 0.88)); }
.content-overlay span { color: var(--aqua-bright); text-transform: uppercase; letter-spacing: 0.12em; font-size: 10px; font-weight: 850; }
.content-overlay h3 { margin: 7px 0 0; font-size: clamp(20px, 2vw, 28px); letter-spacing: -0.03em; }

.benefit-section { color: white; background: var(--plum-950); display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr); gap: clamp(70px, 9vw, 150px); }
.benefit-intro h2 { margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: 1; letter-spacing: -0.05em; }
.benefit-intro > p:not(.section-label) { margin: 28px 0 30px; color: rgba(255, 255, 255, 0.65); font-size: 18px; line-height: 1.65; }
.button-light { color: var(--plum-950); background: #fff; }
.benefit-list article { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.benefit-list article:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.benefit-list article > span { color: var(--aqua-bright); font: italic 22px Georgia, serif; }
.benefit-list h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -0.025em; }
.benefit-list p { margin: 0; max-width: 600px; color: rgba(255, 255, 255, 0.61); line-height: 1.6; }

.for-you-section { background: linear-gradient(145deg, #fffdfa, #efe6ef); }
.for-you-card { max-width: 1150px; margin: 0 auto; padding: clamp(38px, 6vw, 80px); border: 1px solid rgba(80, 42, 86, 0.15); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.72); box-shadow: 0 30px 90px rgba(53, 25, 57, 0.1); }
.for-you-card h2 { max-width: 950px; }
.check-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.check-grid p { margin: 0; padding: 18px 20px; display: flex; gap: 12px; align-items: center; border-radius: 16px; background: #f2edf2; font-weight: 680; }
.check-grid span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--plum-900); background: var(--aqua); }

.faq-section { background: var(--white); display: grid; grid-template-columns: minmax(260px, 0.7fr) minmax(460px, 1.3fr); gap: clamp(55px, 10vw, 160px); align-items: start; }
.faq-section h2 { font-size: clamp(42px, 4.6vw, 68px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 760; }
summary::-webkit-details-marker { display: none; }
summary span { color: #74527a; font-size: 24px; font-weight: 400; transition: transform 180ms ease; }
details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 25px 0; color: var(--muted); line-height: 1.65; }

.final-cta { position: relative; padding: 115px 24px 125px; overflow: hidden; text-align: center; color: white; background: linear-gradient(135deg, #3b1741, #1a0b1d); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta > img { width: 170px; height: 80px; margin: 0 auto 32px; object-fit: contain; }
.final-cta h2 { margin: 0; font-size: clamp(52px, 7vw, 94px); line-height: 0.95; letter-spacing: -0.055em; }
.final-cta > p:not(.section-label) { margin: 28px auto 32px; max-width: 600px; color: rgba(255, 255, 255, 0.68); font-size: 18px; line-height: 1.6; }
.final-cta small { display: block; margin-top: 18px; color: rgba(255, 255, 255, 0.5); }
.final-orb { position: absolute; z-index: 0; width: 600px; height: 600px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(147, 229, 220, 0.22); border-radius: 50%; box-shadow: 0 0 100px rgba(126, 202, 200, 0.08) inset; }

footer { min-height: 105px; padding: 25px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 30px; color: #726b74; background: #f1eaef; font-size: 11px; }
footer img { width: 140px; height: 60px; object-fit: contain; }
footer p:nth-of-type(1) { justify-self: center; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 68px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 620px; max-width: 620px; width: 100%; margin: 0 auto; }
  .intro-grid, .section-heading, .benefit-section, .faq-section { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 460px 340px 340px; }
  .featured-card { grid-row: auto; }
  .featured-card, .wide-card { grid-column: 1 / 3; }
  .benefit-section { gap: 55px; }
  .faq-section { gap: 50px; }
}

@media (max-width: 640px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand img { width: 128px; height: 56px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 58px 20px 78px; gap: 55px; }
  h1 { font-size: clamp(49px, 14vw, 67px); }
  .hero-subtitle { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .trust-row { display: grid; gap: 10px; }
  .hero-visual { min-height: 505px; }
  .card-front { width: 68%; left: 1%; }
  .card-back { width: 57%; right: -8%; top: 12%; }
  .floating-note { padding: 9px 12px; font-size: 10px; }
  .note-one { top: 55%; }
  .note-two { right: -2%; bottom: 4%; }
  .value-strip { justify-content: flex-start; gap: 12px; overflow: hidden; flex-wrap: nowrap; white-space: nowrap; }
  .value-strip span { margin-left: 12px; }
  .section { padding: 78px 20px; }
  .intro-grid { gap: 30px; }
  .intro h2, .section-heading h2, .faq-section h2, .for-you-card h2 { font-size: clamp(39px, 11vw, 53px); }
  .intro-copy { font-size: 16px; }
  .section-heading { gap: 25px; }
  .content-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 440px); gap: 14px; }
  .featured-card, .wide-card { grid-column: auto; }
  .content-card { min-height: 0; }
  .benefit-section { gap: 42px; }
  .benefit-intro h2 { font-size: 50px; }
  .benefit-list article { grid-template-columns: 38px 1fr; gap: 15px; }
  .benefit-list h3 { font-size: 21px; }
  .for-you-card { padding: 38px 22px; }
  .check-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .check-grid p { font-size: 14px; }
  .faq-list details p { margin-right: 10px; }
  summary { font-size: 16px; }
  .final-cta { padding: 85px 20px 110px; }
  .final-cta h2 { font-size: 54px; }
  footer { padding: 28px 20px 95px; grid-template-columns: 1fr; text-align: center; }
  footer img, footer p { justify-self: center !important; }
  .mobile-cta { position: fixed; z-index: 20; left: 14px; right: 14px; bottom: 12px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 999px; color: #17302f; background: rgba(147, 229, 220, 0.94); box-shadow: 0 18px 45px rgba(19, 7, 21, 0.32); backdrop-filter: blur(12px); text-decoration: none; font-size: 14px; font-weight: 850; }
}

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