:root {
    --charcoal: #1f1f2e;
    --charcoal-2: #29293b;
    --ink: #171722;
    --raspberry: #ff2e7e;
    --coral: #ff6b6b;
    --orange: #ff9a3c;
    --blush: #ffe1e7;
    --white: #ffffff;
    --muted: #b9b8c7;
    --line: rgba(255, 255, 255, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
    position: sticky; top: 0; z-index: 30; height: 74px; padding: 10px clamp(20px, 5vw, 76px);
    display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px;
    background: rgba(255, 255, 255, .96); border-bottom: 1px solid #ececf1;
}
.brand { width: 190px; height: 54px; display: flex; align-items: center; }
.brand img { width: 188px; height: auto; }
.site-nav { display: flex; justify-content: center; gap: 34px; }
.site-nav a { font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--raspberry); }
.header-login { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--white); background: var(--charcoal); border-radius: 6px; font-size: 14px; font-weight: 800; text-decoration: none; }

.hero {
    position: relative; isolation: isolate; height: min(680px, calc(100svh - 150px)); min-height: 520px;
    display: flex; align-items: center; padding: 54px clamp(24px, 8vw, 132px); color: var(--white);
    background: var(--charcoal) url("screenshots/contact-sheet.jpg") center 35% / cover no-repeat;
}
.hero-shade { position: absolute; inset: 0; z-index: -1; background: rgba(22, 22, 34, .86); }
.hero-content { width: min(720px, 100%); }
.eyebrow { margin: 0 0 14px; color: var(--raspberry); font-size: 12px; line-height: 1.3; font-weight: 900; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: 76px; line-height: 1; font-weight: 900; letter-spacing: 0; }
.hero-copy { max-width: 650px; margin: 24px 0 30px; color: #eeeef4; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 13px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 6px; font-size: 15px; font-weight: 800; text-decoration: none; }
.button-primary { color: var(--white); background: var(--raspberry); box-shadow: 0 10px 28px rgba(255, 46, 126, .25); }
.button-secondary { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, .48); }
.button-dark { color: var(--white); background: var(--charcoal); }
.button:hover, .button:focus-visible, .header-login:hover, .header-login:focus-visible { transform: translateY(-1px); filter: brightness(1.06); }
.hero-stats { margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.hero-stats div { padding: 18px 20px 0 0; }
.hero-stats dt { color: var(--muted); font-size: 12px; }
.hero-stats dd { margin: 3px 0 0; font-size: 17px; font-weight: 800; }

.access-band, .experience, .coaching-band, .portal-cta { padding: 92px clamp(22px, 7vw, 110px); }
.section-heading { max-width: 700px; margin: 0 auto 44px; text-align: center; }
.section-heading h2, .coaching-copy h2, .portal-cta h2 { margin: 0 0 14px; font-size: 42px; line-height: 1.12; letter-spacing: 0; }
.section-heading > p:last-child, .coaching-copy > p, .portal-cta > p { color: #656474; font-size: 17px; }
.access-grid { max-width: 1160px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.access-card { min-height: 270px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #e3e3ea; border-radius: 8px; background: var(--white); }
.access-card > i { width: 46px; height: 46px; display: grid; place-items: center; color: var(--raspberry); background: var(--blush); border-radius: 6px; font-size: 23px; }
.access-card h3 { margin: 26px 0 8px; font-size: 22px; }
.access-card p { margin: 0 0 25px; color: #6a6977; }
.access-card a { margin-top: auto; color: var(--raspberry); font-weight: 800; text-decoration: none; }
.access-card-featured { color: var(--white); background: var(--charcoal); border-color: var(--charcoal); }
.access-card-featured p { color: #cccad7; }

.experience { overflow: hidden; color: var(--white); background: var(--charcoal); }
.section-heading-light > p:last-child { color: #c8c7d2; }
.app-carousel { max-width: 1240px; margin: auto; }
.carousel-toolbar { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
.carousel-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.carousel-toolbar strong { color: var(--white); font-size: 18px; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; color: var(--white); background: var(--charcoal-2); border: 1px solid var(--line); border-radius: 6px; font-size: 20px; cursor: pointer; }
.carousel-controls button:hover, .carousel-controls button:focus-visible { color: var(--white); background: var(--raspberry); border-color: var(--raspberry); }
.carousel-controls button:disabled { opacity: .35; cursor: default; background: var(--charcoal-2); border-color: var(--line); }
.carousel-viewport { overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; outline: none; }
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-viewport:focus-visible { outline: 2px solid var(--raspberry); outline-offset: 5px; }
.phone-gallery { display: flex; gap: 20px; }
.phone-gallery figure { margin: 0; padding: 9px 9px 16px; background: var(--charcoal-2); border: 1px solid var(--line); border-radius: 8px; }
.phone-gallery figure { flex: 0 0 calc((100% - 60px) / 4); scroll-snap-align: start; }
.phone-gallery img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 5px; }
.phone-gallery figcaption { padding: 14px 5px 0; color: #d9d8e2; font-size: 13px; font-weight: 800; text-align: center; }
.carousel-dots { margin-top: 20px; display: flex; justify-content: center; gap: 8px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #656477; cursor: pointer; }
.carousel-dots button[aria-current="true"] { width: 24px; border-radius: 4px; background: var(--raspberry); }

.coaching-band { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr); gap: 72px; align-items: center; background: #fff7f8; }
.coaching-copy { max-width: 580px; }
.feature-list { margin: 28px 0 34px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 9px; font-weight: 700; }
.feature-list i { color: var(--raspberry); }
.coaching-screens { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.coaching-screens figure { margin: 0; padding: 8px; background: var(--charcoal); border-radius: 8px; box-shadow: 0 22px 50px rgba(31, 31, 46, .18); }
.coaching-screens figure:last-child { transform: translateY(34px); }
.coaching-screens img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 5px; }

.feature-strip { padding: 30px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); background: var(--coral); }
.feature-strip div { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid rgba(255, 255, 255, .35); font-weight: 800; }
.feature-strip div:last-child { border-right: 0; }
.feature-strip i { font-size: 22px; }

.portal-cta { color: var(--white); text-align: center; background: var(--charcoal); }
.portal-cta > img { width: 76px; height: 76px; margin: 0 auto 22px; object-fit: cover; border-radius: 8px; }
.portal-cta > p { max-width: 600px; margin: 0 auto 26px; color: #c9c8d3; }
.portal-cta .eyebrow { margin-bottom: 13px; color: var(--raspberry); }
.portal-cta .hero-actions { justify-content: center; }

.site-footer { padding: 32px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 24px; color: #6d6c79; border-top: 1px solid #e9e9ee; font-size: 13px; }
.site-footer img { width: 180px; }
.site-footer p { margin: 0; }

@media (max-width: 900px) {
    .site-header { grid-template-columns: 180px 1fr auto; }
    .site-nav { display: none; }
    .hero h1 { font-size: 58px; }
    .access-grid { grid-template-columns: 1fr; max-width: 650px; }
    .access-card { min-height: 230px; }
    .phone-gallery figure { flex-basis: calc((100% - 20px) / 2); }
    .coaching-band { grid-template-columns: 1fr; }
    .coaching-copy { max-width: 700px; }
    .coaching-screens { max-width: 650px; }
    .feature-strip { grid-template-columns: 1fr 1fr; }
    .feature-strip div:nth-child(2) { border-right: 0; }
    .feature-strip div { border-bottom: 1px solid rgba(255, 255, 255, .35); }
    .feature-strip div:nth-child(n+3) { border-bottom: 0; }
    .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 560px) {
    .site-header { height: 68px; padding: 8px 16px; grid-template-columns: 1fr auto; }
    .brand { width: 142px; height: 46px; }
    .brand img, .site-footer img { width: 140px; }
    .header-login span { display: none; }
    .header-login { width: 42px; height: 42px; padding: 0; justify-content: center; }
    .hero { height: auto; min-height: 510px; padding: 44px 20px; }
    .hero h1 { font-size: 44px; }
    .hero-copy { margin: 18px 0 24px; font-size: 17px; }
    .hero-actions .button { flex: 1 1 180px; }
    .hero-stats { display: none; }
    .access-band, .experience, .coaching-band, .portal-cta { padding: 68px 20px; }
    .section-heading { margin-bottom: 32px; text-align: left; }
    .section-heading h2, .coaching-copy h2, .portal-cta h2 { font-size: 33px; }
    .phone-gallery { gap: 12px; }
    .phone-gallery figure { flex-basis: 84%; }
    .carousel-toolbar { margin-bottom: 12px; }
    .access-card { padding: 24px; }
    .coaching-band { gap: 44px; }
    .coaching-screens { gap: 10px; }
    .coaching-screens figure:last-child { transform: translateY(18px); }
    .feature-list { grid-template-columns: 1fr; }
    .feature-strip { padding: 20px; }
    .feature-strip div { min-height: 58px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
