:root {
  --ink: #13231c;
  --muted: #53645c;
  --paper: #f4f7f5;
  --card: #ffffff;
  --line: #d8e1dc;
  --mint: #b9ead2;
  --green: #166143;
  --blue: #b9dff1;
  --coral: #ffb8a7;
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); line-height: 1.6; }
a { color: var(--green); text-underline-offset: .18em; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--ink); color: white; padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header, main, footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-size: 1.1rem; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.brand img { border-radius: 12px; box-shadow: 0 5px 12px #173a2920; }
nav { display: flex; gap: 1.5rem; }
nav a { color: var(--ink); font-weight: 650; text-decoration: none; }
nav a:hover, nav a[aria-current="page"] { color: var(--green); }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 4rem; padding: 5rem clamp(2rem, 6vw, 5rem); border-radius: 36px; background: linear-gradient(145deg, #e3f4ea 0%, #d8eee5 52%, #cfe8ee 100%); overflow: hidden; }
.eyebrow { margin: 0 0 .8rem; color: var(--green); font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 700px; margin: 0; font-size: clamp(3.25rem, 7vw, 6.7rem); }
.lede { max-width: 620px; margin: 1.8rem 0; color: #30443a; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.badges { display: flex; flex-wrap: wrap; gap: .6rem; }
.badges span { padding: .45rem .72rem; background: #ffffff85; border: 1px solid #fff; border-radius: 99px; font-size: .82rem; font-weight: 700; }
.availability { margin: 1.4rem 0 0; font-weight: 750; }
.hero-art { display: grid; place-items: center; min-height: 500px; }
.phone { position: relative; width: min(280px, 74vw); height: 560px; padding: 54px 18px 22px; border: 9px solid var(--ink); border-radius: 48px; background: #f8faf9; box-shadow: 32px 40px 0 #ffffff70, 0 35px 80px #16412b30; transform: rotate(3deg); }
.phone-top { position: absolute; top: 13px; left: 50%; width: 80px; height: 24px; transform: translateX(-50%); background: var(--ink); border-radius: 20px; }
.review-label { font-weight: 800; font-size: 1.1rem; }
.photo-card { position: absolute; top: 102px; left: 25px; width: calc(100% - 50px); height: 330px; border: 1px solid #d5deda; border-radius: 26px; }
.card-back { background: var(--blue); transform: rotate(-5deg); }
.card-front { padding: 32px 25px; background: linear-gradient(160deg, #fff 10%, #f1e8da); box-shadow: 0 20px 35px #173a2925; }
.mock-status { display: inline-block; padding: .35rem .65rem; background: var(--mint); border-radius: 20px; color: var(--green); font-size: .72rem; font-weight: 800; }
.mock-lines { margin-top: 55px; }
.mock-lines i { display: block; height: 15px; margin: 13px 0; border-radius: 8px; background: #a5b6ad; }
.mock-lines i:nth-child(2) { width: 75%; }.mock-lines i:nth-child(3) { width: 45%; }
.actions { position: absolute; left: 18px; right: 18px; bottom: 25px; display: flex; justify-content: space-between; font-size: .7rem; }
.actions b { padding: .6rem; border-radius: 12px; background: var(--mint); }.actions b:nth-child(2) { background: var(--blue); }.actions b:nth-child(3) { background: var(--coral); }
.section { padding: 8rem clamp(0rem, 4vw, 3rem); }
.section h2, .cta h2, .legal h1 { margin: 0 0 2.7rem; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feature-grid article { min-height: 290px; padding: 2rem; border: 1px solid var(--line); border-radius: 25px; background: var(--card); }
.feature-grid article:nth-child(2) { background: #f1e9df; }.feature-grid article:nth-child(3) { background: #e2f0f5; }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 1.35rem; }
.feature-grid h3 { margin: 3.3rem 0 .8rem; font-size: 1.55rem; }.feature-grid p { color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; border-top: 1px solid var(--line); }
.check-list p { display: flex; gap: 1.5rem; margin: 0; padding: 1.4rem 0; border-bottom: 1px solid var(--line); font-size: 1.08rem; font-weight: 650; }
.check-list span { color: var(--green); font-size: .72rem; letter-spacing: .1em; }
.cta { margin-bottom: 6rem; padding: 5rem; border-radius: 32px; background: var(--ink); color: white; text-align: center; }
.cta .eyebrow { color: var(--mint); }.cta h2 { margin-bottom: 1rem; }.cta p:not(.eyebrow) { color: #c9d6d0; }
.button { display: inline-flex; margin-top: 1.2rem; padding: .8rem 1.2rem; border-radius: 999px; background: var(--mint); color: var(--ink); font-weight: 800; text-decoration: none; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 2.5rem 0 4rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
footer div { display: flex; gap: 1.2rem; } footer p { grid-column: 1 / -1; margin: 0; }
.legal { max-width: 780px; padding: 5rem 0 8rem; }
.legal h1 { margin-bottom: .2rem; }.legal h2 { margin: 3.2rem 0 .7rem; font-size: clamp(1.6rem, 3vw, 2.1rem); }
.legal p, .legal li { color: #364940; font-size: 1.02rem; }
.legal .updated { margin-top: 0; color: var(--muted); font-size: .9rem; }
.legal .summary { margin: 3rem 0; padding: 2rem; border-left: 5px solid var(--green); border-radius: 0 18px 18px 0; background: #e1f1e8; color: var(--ink); font-size: 1.18rem; }
.support-callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: 4rem 0; padding: 2rem; border-radius: 24px; background: var(--ink); color: white; }
.support-callout h2 { margin: 0; }.support-callout p { color: #cfdbd5; }.support-callout .eyebrow { color: var(--mint); }
details { padding: 1.25rem 0; border-bottom: 1px solid var(--line); } summary { cursor: pointer; color: var(--ink); font-size: 1.08rem; font-weight: 750; } details p { padding-right: 2rem; }
@media (max-width: 760px) {
  .site-header { height: 78px; } nav { gap: .9rem; } .brand { font-size: 1rem; }.brand img { width: 38px; height: 38px; }
  .hero { grid-template-columns: 1fr; gap: 1rem; padding: 4rem 1.5rem; border-radius: 24px; }.hero-art { min-height: 500px; }.phone { transform: rotate(1deg) scale(.88); }
  .feature-grid, .split { grid-template-columns: 1fr; }.feature-grid article { min-height: 250px; }.split { gap: 1rem; }
  .section { padding-block: 5rem; }.cta { padding: 3.5rem 1.5rem; }.support-callout { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; } footer div { flex-wrap: wrap; } footer p { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (prefers-color-scheme: dark) {
  :root { --ink: #eef7f2; --muted: #aec0b7; --paper: #101914; --card: #17231d; --line: #304239; --green: #8edbb6; }
  .hero { background: linear-gradient(145deg, #173528, #19383c); }.hero-copy .lede { color: #c4d8ce; }.badges span { background: #ffffff12; border-color: #ffffff20; }
  .phone { --ink: #13231c; background: #f8faf9; color: #13231c; }.feature-grid article:nth-child(2) { background: #30291f; }.feature-grid article:nth-child(3) { background: #182d35; }
  .legal .summary { background: #173528; }.cta, .support-callout { background: #e7f3ed; color: #13231c; }.cta p:not(.eyebrow), .support-callout p { color: #435a4f; }
}
