/* ==========================================================================
   Pax Family — Homepage (V3 warm) styles
   Implementation of marketing_mocks/v3-warm.html from Claude Design.
   Loads after tokens.css. Everything here is scoped under .page.v3 so it
   can't leak to other pages.
   ========================================================================== */

/* Page-frame override for V3 (warm cream inside the 1440px page) */
.page.v3 { background: #FBF5EA; }

/* ===== TOP NAV — V3 padding override =====
   Base .topnav lives in tokens.css. V3 hero needs a touch more headroom. */
.v3 .topnav { padding-top: 28px; }

/* ===== TABLET MOCK (only in home hero) ===== */
.tablet {
    background: #1e293b; padding: 14px; border-radius: 28px;
    box-shadow: 0 30px 60px rgba(15,23,42,.25), 0 1px 0 #475569 inset;
    width: 560px; flex-shrink: 0;
}
.tablet-screen {
    width: 100%; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden;
    background: linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);
    padding: 14px; display: flex; flex-direction: column; gap: 10px;
    font-family: var(--font-body);
}
.tablet-nav {
    background: rgba(255,255,255,.95); border-radius: 14px; padding: 6px 10px;
    display: flex; align-items: center; gap: 6px;
}
.tablet-nav .dot { width: 26px; height: 26px; border-radius: 50%; background: #f1f5f9; flex-shrink: 0; }
.tablet-kids { display: flex; gap: 4px; flex: 1; justify-content: center; }
.tablet-kid {
    width: 26px; height: 26px; border-radius: 50%; color: #fff;
    font-weight: 700; font-size: 10px;
    display: flex; align-items: center; justify-content: center;
}
.tablet-kid.active { box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--pax-primary); }
.tablet-greet {
    background: #fff; border-radius: 14px; padding: 12px 14px;
    display: flex; align-items: center; gap: 10px;
}
.tablet-greet h3 { margin: 0; font-size: 15px; font-weight: 800; letter-spacing: -0.01em; }
.tablet-greet .sub { font-size: 10px; color: var(--fg2); margin-top: 2px; }
.tablet-ring {
    width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; position: relative;
    background: conic-gradient(var(--success) 0 75%, #e2e8f0 75% 100%);
    display: flex; align-items: center; justify-content: center;
}
.tablet-ring::after { content: ""; position: absolute; inset: 4px; background: #fff; border-radius: 50%; }
.tablet-ring span { position: relative; font-size: 10px; font-weight: 800; color: var(--fg1); }
.tablet-task {
    background: #fff; border-radius: 10px; padding: 8px 10px;
    display: flex; align-items: center; gap: 8px;
    border-left: 3px solid var(--tc, #095FA1);
}
.tablet-task.done { opacity: .5; }
.tablet-task .cb {
    width: 22px; height: 22px; border-radius: 50%; border: 2px solid #cbd5e1;
    flex-shrink: 0; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 11px;
}
.tablet-task.done .cb { background: var(--success); border-color: var(--success); }
.tablet-task .t { flex: 1; font-size: 10px; font-weight: 600; color: var(--fg1); line-height: 1.3; }
.tablet-task.done .t { text-decoration: line-through; color: var(--fg2); }
.tablet-task .chip { font-size: 8px; padding: 2px 5px; border-radius: 4px; font-weight: 700; }

/* ===== SECTION HEAD ===== */
.sec-h { text-align: center; margin-bottom: 40px; }
.sec-h .eyebrow {
    font-size: 12px; font-weight: 700; color: var(--pax-primary);
    text-transform: uppercase; letter-spacing: .1em;
}
.sec-h h2 {
    font-family: var(--font-display); font-size: 40px; font-weight: 800;
    letter-spacing: -0.02em; margin: 8px 0 10px; line-height: 1.1;
}
.sec-h p {
    font-size: 17px; color: var(--fg2); max-width: 540px;
    margin: 0 auto; line-height: 1.55;
}

/* ===== HERO ===== */
.v3-hero {
    padding: 24px var(--page-gutter) 100px;
    display: grid; grid-template-columns: 1.05fr .95fr;
    gap: 48px; align-items: center; position: relative;
}
.v3-hero::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 60px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1440' height='60' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0 30 Q 180 60 360 30 T 720 30 T 1080 30 T 1440 30 L 1440 60 L 0 60 Z' fill='%23ffffff'/></svg>") no-repeat center/cover;
}
.v3-hero .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid #F4E4BC; color: #8A6A1F;
    font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px;
    box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.v3-hero .eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #C9A227; }
.v3-hero h1 {
    font-family: var(--font-display); font-size: 72px; font-weight: 800;
    letter-spacing: -0.035em; line-height: .98;
    margin: 20px 0 20px; color: #1b2a3a;
}
.v3-hero h1 .pencil { display: inline-block; position: relative; color: #095FA1; }
.v3-hero h1 .pencil::after {
    content: ""; position: absolute; left: -2%; right: -2%; bottom: 2px; height: 10px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'><path d='M0 6 Q 50 0 100 5 T 200 4' stroke='%23E9B949' stroke-width='5' fill='none' stroke-linecap='round'/></svg>") no-repeat center/100% 100%;
    z-index: -1;
}
.v3-hero h1 .squiggle { color: #66A367; font-style: italic; font-weight: 800; }
.v3-hero .sub {
    font-size: 19px; line-height: 1.55; color: #4a5568;
    max-width: 480px; margin-bottom: 28px;
}
.v3-hero .cta-row { display: flex; gap: 18px; align-items: center; }
.v3-hero .sec-link {
    color: #095FA1; font-weight: 600; font-size: 15px;
    text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
}
.v3-hero .badges { margin-top: 32px; display: flex; gap: 20px; flex-wrap: wrap; }
.v3-hero .badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 14px; color: #4a5568;
}
.v3-hero .badge .b-ic {
    width: 28px; height: 28px; border-radius: 8px;
    background: #E8F0E9; color: #66A367;
    display: inline-flex; align-items: center; justify-content: center; font-size: 14px;
}

.v3-hero .collage { position: relative; min-height: 540px; }
.v3-hero .tablet { transform: rotate(-3deg); width: 520px; }
.v3-hero .collage .phone {
    position: absolute; right: -20px; bottom: -20px; width: 220px;
    transform: rotate(6deg);
    background: #1e293b; border-radius: 34px; padding: 10px;
    box-shadow: 0 20px 50px rgba(15,23,42,.25);
}
.v3-hero .collage .phone .screen {
    background: #fff; border-radius: 26px; overflow: hidden; aspect-ratio: 9/19;
    display: flex; flex-direction: column;
}
.v3-hero .collage .phone .notch { background: #1e293b; height: 18px; position: relative; }
.v3-hero .collage .phone .notch::before {
    content: ""; position: absolute; left: 50%; transform: translateX(-50%);
    top: 4px; width: 50px; height: 10px; background: #1e293b; border-radius: 999px;
}
.v3-hero .collage .phone .n-head { padding: 14px 14px 10px; display: flex; align-items: center; gap: 8px; }
.v3-hero .collage .phone .n-head .av {
    width: 28px; height: 28px; border-radius: 50%;
    background: linear-gradient(135deg,#0ca678,#38d9a9); color: #fff;
    font-weight: 700; font-size: 12px;
    display: flex; align-items: center; justify-content: center;
}
.v3-hero .collage .phone .n-head .t { font-size: 11px; font-weight: 700; }
.v3-hero .collage .phone .n-head .s { font-size: 9px; color: #64748b; }
.v3-hero .collage .phone .notif {
    margin: 6px 10px; padding: 9px 10px; border-radius: 10px;
    background: #F0F7EE; border-left: 3px solid #66A367;
    font-size: 10px; line-height: 1.35; color: #1e293b;
}
.v3-hero .collage .phone .notif strong { font-weight: 800; display: block; margin-bottom: 2px; }
.v3-hero .collage .phone .notif.blue { background: #E8F1F9; border-color: #095FA1; }
.v3-hero .collage .phone .notif.gold { background: #FDF4DC; border-color: #C9A227; }

.v3-hero .sticker {
    position: absolute; top: -8px; left: -12px;
    background: #FDE68A; color: #7C2D12;
    font-family: var(--font-display); font-weight: 800;
    font-size: 13px; padding: 8px 14px; border-radius: 999px;
    transform: rotate(-6deg);
    box-shadow: 0 4px 0 #F59E0B, 0 6px 12px rgba(0,0,0,.08);
}

/* ===== A DAY IN THE LIFE ===== */
.v3-day { padding: 100px var(--page-gutter); background: #fff; position: relative; overflow: hidden; }
.v3-day::before {
    content: ""; position: absolute; left: 50%; transform: translateX(-50%);
    top: 140px; bottom: 80px; width: 3px;
    background: repeating-linear-gradient(to bottom, #E9B949 0 8px, transparent 8px 18px);
}
.v3-day .sec-h { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.v3-day .sec-h h2 {
    font-size: 48px; font-family: var(--font-display);
    font-weight: 800; letter-spacing: -0.02em; color: #1b2a3a;
}
.v3-day .sec-h h2 em { font-style: italic; color: #66A367; }
.v3-day .sec-h .eyebrow { color: #C9A227; }
.v3-day .sec-h p { font-size: 17px; color: #4a5568; line-height: 1.55; margin-top: 12px; }

.v3-day .moments { display: flex; flex-direction: column; gap: 64px; max-width: 1200px; margin: 0 auto; position: relative; }
.v3-moment {
    display: grid; grid-template-columns: 1fr 80px 1fr;
    align-items: start; gap: 40px; position: relative;
}
.v3-moment .copy h3 {
    font-family: var(--font-display); font-size: 30px; font-weight: 800;
    letter-spacing: -0.02em; margin: 0 0 12px; color: #1b2a3a;
}
.v3-moment .copy h3 em { font-style: italic; color: #66A367; }
.v3-moment .copy p { font-size: 17px; line-height: 1.55; color: #4a5568; margin: 0 0 14px; }
.v3-moment .copy .quote {
    font-family: var(--font-display); font-style: italic; font-size: 17px;
    color: #1b2a3a; padding: 14px 18px; border-left: 3px solid #C9A227;
    background: #FDF4DC; border-radius: 8px; line-height: 1.4;
}
.v3-moment .copy .quote .who {
    display: block; font-style: normal; font-size: 13px;
    color: #8A6A1F; margin-top: 6px; font-weight: 600;
}

.v3-moment .pin {
    width: 80px; height: 80px; border-radius: 50%; background: #fff;
    border: 3px solid #C9A227;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(201,162,39,.25); position: relative; z-index: 1;
    align-self: center;
}
.v3-moment .pin .time {
    font-family: var(--font-display); font-weight: 800; font-size: 18px;
    color: #1b2a3a; letter-spacing: -0.02em; line-height: 1;
}
.v3-moment .pin .ampm {
    font-size: 10px; font-weight: 700; color: #8A6A1F;
    letter-spacing: .1em; margin-top: 2px;
}

.v3-moment .vignette {
    background: #FBF5EA; border-radius: 24px; padding: 24px; border: 1px solid #f0e7d5;
    display: flex; flex-direction: column; gap: 10px;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.v3-moment .copy     { grid-column: 1; grid-row: 1; }
.v3-moment .pin      { grid-column: 2; grid-row: 1; }
.v3-moment .vignette { grid-column: 3; grid-row: 1; }
.v3-moment.flip .copy     { grid-column: 3; grid-row: 1; text-align: right; }
.v3-moment.flip .vignette { grid-column: 1; grid-row: 1; }
.v3-moment.flip .copy .quote { border-left: 0; border-right: 3px solid #C9A227; text-align: left; }

.v3-moment .vignette .v-head {
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 10px; border-bottom: 1px dashed rgba(15,23,42,.1);
}
.v3-moment .vignette .v-head .av {
    width: 36px; height: 36px; border-radius: 50%; color: #fff;
    font-weight: 800; font-size: 14px;
    display: flex; align-items: center; justify-content: center;
}
.v3-moment .vignette .v-head .name {
    font-family: var(--font-display); font-weight: 800;
    font-size: 15px; color: #1b2a3a; letter-spacing: -0.005em;
}
.v3-moment .vignette .v-head .stat { font-size: 12px; color: #64748b; }
.v3-moment .vignette .v-task {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; background: #fff; border-radius: 10px;
    font-size: 14px; color: #1b2a3a;
}
.v3-moment .vignette .v-task .cb {
    width: 18px; height: 18px; border-radius: 5px; border: 2px solid #cbd5e1;
    flex-shrink: 0;
}
.v3-moment .vignette .v-task.done .cb {
    background: #22c55e; border-color: #22c55e; color: #fff;
    font-size: 11px; display: flex; align-items: center; justify-content: center;
}
.v3-moment .vignette .v-task.done .t { text-decoration: line-through; color: #94a3b8; }
.v3-moment .vignette .v-task .chip {
    margin-left: auto; font-size: 11px; padding: 3px 8px;
    border-radius: 999px; font-weight: 700;
}
.v3-moment .vignette .pop {
    margin-top: 6px; padding: 10px 12px; border-radius: 10px;
    font-size: 13px; line-height: 1.4;
    display: flex; gap: 10px; align-items: flex-start;
}
.v3-moment .vignette .pop strong { font-weight: 800; }
.v3-moment .vignette .pop.gold  { background: #FDF4DC; color: #7C2D12; border-left: 3px solid #C9A227; }
.v3-moment .vignette .pop.green { background: #EEF6EC; color: #1e3a1e; border-left: 3px solid #66A367; }
.v3-moment .vignette .pop.blue  { background: #E8F1F9; color: #0a3a66; border-left: 3px solid #095FA1; }

/* ===== HOW IT WORKS ===== */
.v3-how { background: #fff; padding: 100px var(--page-gutter); position: relative; }
.v3-how .sec-h h2 { font-size: 48px; }
.v3-how .sec-h h2 em { font-style: italic; color: #66A367; }
.v3-how .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 56px; }
.v3-how .step {
    background: #FBF5EA; border-radius: 24px; padding: 32px 28px;
    border: 1px solid #F0E7D5; position: relative; overflow: hidden;
}
.v3-how .step:nth-child(2) { background: #E8F1F9; border-color: #C9DBEE; transform: translateY(-12px); }
.v3-how .step:nth-child(3) { background: #EEF6EC; border-color: #D4E8D3; }
.v3-how .step .num {
    font-family: var(--font-display); font-size: 80px; font-weight: 800; line-height: 1;
    color: rgba(9,95,161,.12); position: absolute; top: 14px; right: 18px;
}
.v3-how .step:nth-child(2) .num { color: rgba(9,95,161,.18); }
.v3-how .step:nth-child(3) .num { color: rgba(102,163,103,.22); }
.v3-how .step h3 {
    font-family: var(--font-display); font-size: 22px; font-weight: 800;
    letter-spacing: -0.01em; margin: 0 0 8px; color: #1b2a3a;
}
.v3-how .step p { font-size: 15px; line-height: 1.55; color: #4a5568; margin: 0 0 16px; }
.v3-how .step .ic {
    width: 48px; height: 48px; border-radius: 12px; background: #fff;
    display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
    box-shadow: 0 2px 0 rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.06);
    margin-bottom: 16px;
}

/* ===== WHO IT'S FOR ===== */
.v3-who { padding: 100px var(--page-gutter); background: #fff; }
.v3-who .sec-h { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.v3-who .sec-h h2 {
    font-size: 44px; font-family: var(--font-display);
    font-weight: 800; letter-spacing: -0.02em; color: #1b2a3a;
}
.v3-who .sec-h .eyebrow { color: #C9A227; }
.v3-who .grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.v3-who .card {
    background: #FBF5EA; padding: 36px 32px; border-radius: 24px;
    border: 1px solid #f0e7d5; position: relative;
}
.v3-who .card:nth-child(2) { background: #E8F1F9; border-color: #C9DBEE; }
.v3-who .card:nth-child(3) { background: #EEF6EC; border-color: #D4E8D3; }
.v3-who .card .ic { font-size: 32px; margin-bottom: 14px; }
.v3-who .card h3 {
    font-family: var(--font-display); font-size: 22px; font-weight: 800;
    letter-spacing: -0.01em; margin: 0 0 8px; color: #1b2a3a;
}
.v3-who .card p { font-size: 15px; color: #4a5568; line-height: 1.55; margin: 0 0 16px; }
.v3-who .card ul { list-style: none; padding: 0; margin: 0; }
.v3-who .card li {
    font-size: 14px; color: #1e293b; padding: 6px 0 6px 24px;
    position: relative;
}
.v3-who .card li::before {
    content: "✓"; position: absolute; left: 0; top: 6px;
    color: #66A367; font-weight: 800;
}

/* ===== KID QUOTES STRIP ===== */
.v3-voices { padding: 100px var(--page-gutter); background: #FBF5EA; }
.v3-voices .sec-h .eyebrow { color: #C9A227; }
.v3-voices .grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr;
    gap: 24px; margin-top: 48px;
}
.v3-voices .card {
    background: #fff; border-radius: 24px; padding: 32px;
    box-shadow: 0 1px 2px rgba(0,0,0,.04); border: 1px solid #f0e7d5;
    position: relative;
}
.v3-voices .card.big { background: linear-gradient(135deg,#095FA1 0%,#0d7cc4 100%); color: #fff; border: 0; }
.v3-voices .card.big .q { color: #fff; opacity: 1; }
.v3-voices .card.big .meta { color: rgba(255,255,255,.75); }
.v3-voices .card.big .meta .name { color: #fff; }
.v3-voices .card .tag {
    display: inline-block; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .06em;
    padding: 4px 10px; border-radius: 999px;
    background: #FDF4DC; color: #8A6A1F; margin-bottom: 14px;
}
.v3-voices .card.big .tag { background: rgba(255,255,255,.18); color: #fff; }
.v3-voices .card .q {
    font-family: var(--font-display); font-size: 20px; line-height: 1.35;
    font-weight: 700; letter-spacing: -0.01em;
    color: #1b2a3a; margin: 0 0 16px;
}
.v3-voices .card.big .q { font-size: 30px; line-height: 1.2; }
.v3-voices .card .meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #64748b; }
.v3-voices .card .av {
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg,#f6d365,#fda085); color: #fff;
    font-weight: 700; font-size: 13px;
    display: flex; align-items: center; justify-content: center;
}
.v3-voices .card .meta .name { font-weight: 700; color: #1b2a3a; }

/* ===== BEFORE / AFTER ===== */
.v3-ba { padding: 100px var(--page-gutter); background: #fff; }
.v3-ba .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; position: relative; }
.v3-ba .panel { border-radius: 24px; padding: 36px 34px; position: relative; }
.v3-ba .panel.before { background: #FFF5F5; border: 1px solid #FCCFCF; }
.v3-ba .panel.after  { background: #EEF6EC; border: 1px solid #C7DEC5; }
.v3-ba .panel h3 {
    font-family: var(--font-display); font-weight: 800; font-size: 22px;
    letter-spacing: -0.01em; margin: 0 0 18px;
    display: flex; align-items: center; gap: 10px;
}
.v3-ba .panel.before h3 .p { background: #FEE2E2; color: #B91C1C; }
.v3-ba .panel.after h3 .p { background: #DCFCE7; color: #166534; }
.v3-ba .panel h3 .p { font-size: 11px; padding: 4px 10px; border-radius: 999px; font-weight: 800; }
.v3-ba .panel ul { list-style: none; padding: 0; margin: 0; }
.v3-ba .panel li {
    font-size: 16px; line-height: 1.5; color: #1e293b;
    padding: 12px 0 12px 30px; position: relative;
    border-bottom: 1px dashed rgba(15,23,42,.08);
}
.v3-ba .panel li:last-child { border-bottom: 0; }
.v3-ba .panel.before li::before {
    content: "✕"; position: absolute; left: 0; top: 12px;
    color: #B91C1C; font-weight: 800;
    width: 22px; height: 22px; background: #FEE2E2; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 11px;
}
.v3-ba .panel.after li::before {
    content: "✓"; position: absolute; left: 0; top: 12px;
    color: #16a34a; font-weight: 800;
    width: 22px; height: 22px; background: #DCFCE7; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 11px;
}
.v3-ba .arrow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 56px; height: 56px; border-radius: 50%; background: #095FA1; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; font-weight: 800;
    box-shadow: 0 8px 24px rgba(9,95,161,.3); z-index: 2;
}

/* ===== FEATURES TILES ===== */
.v3-feat { padding: 100px var(--page-gutter); background: #FBF5EA; }
.v3-feat .grid {
    display: grid; grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: auto auto; gap: 24px; margin-top: 48px;
}
.v3-feat .tile {
    background: #fff; border-radius: 24px; padding: 36px;
    border: 1px solid #f0e7d5;
    display: flex; flex-direction: column; gap: 14px;
}
.v3-feat .tile.hero {
    grid-row: span 2;
    background: linear-gradient(180deg,#66A367 0%,#5a9159 100%);
    color: #fff; border: 0;
}
.v3-feat .tile h3 {
    font-family: var(--font-display); font-size: 22px; font-weight: 800;
    letter-spacing: -0.01em; margin: 0;
}
.v3-feat .tile.hero h3 { font-size: 32px; line-height: 1.1; }
.v3-feat .tile p { font-size: 15px; line-height: 1.55; color: #4a5568; margin: 0; }
.v3-feat .tile.hero p { color: rgba(255,255,255,.85); font-size: 17px; }
.v3-feat .tile .ic {
    width: 48px; height: 48px; border-radius: 12px; background: #FBF5EA;
    display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.v3-feat .tile.hero .ic { background: rgba(255,255,255,.2); }
.v3-feat .tile .mini {
    margin-top: auto; background: #FBF5EA; border-radius: 12px; padding: 12px 14px;
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: #4a5568;
}
.v3-feat .tile.hero .mini { background: rgba(255,255,255,.15); color: #fff; }
.v3-feat .tile .mini .dotg { width: 8px; height: 8px; border-radius: 50%; background: #66A367; }
.v3-feat .tile.hero .mini .dotg { background: #fff; }

/* ===== PRICING ===== */
.v3-price { padding: 100px var(--page-gutter); background: #fff; }
.v3-price .sec-h h2 em { font-style: italic; color: #C9A227; }

.founder-wrap {
    max-width: 880px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 460px;
    gap: 48px; align-items: center;
}
.founder-wrap .founder-side {
    position: relative; padding: 28px 28px 28px 32px;
    background: #FDF4DC; border: 1px dashed #C9A227; border-radius: 20px;
    transform: rotate(-1.5deg);
    box-shadow: 0 12px 30px rgba(201,162,39,.18);
}
.founder-wrap .founder-side .stamp {
    position: absolute; top: -22px; left: -22px;
    width: 96px; height: 96px; border-radius: 50%;
    background: #C9A227; color: #fff;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 800; font-size: 14px;
    line-height: 1.1; text-align: center;
    border: 3px solid #fff;
    box-shadow: 0 6px 16px rgba(201,162,39,.45);
    transform: rotate(-12deg);
}
.founder-wrap .founder-side .stamp .pct { font-size: 30px; letter-spacing: -0.02em; }
.founder-wrap .founder-side h3 {
    font-family: var(--font-display); font-size: 24px; font-weight: 800;
    letter-spacing: -0.02em; margin: 0 0 10px; color: #5a4a1f;
}
.founder-wrap .founder-side h3 em { font-style: italic; color: #8A6A1F; }
.founder-wrap .founder-side p { font-size: 14px; line-height: 1.55; color: #5a4a1f; margin: 0 0 10px; }
.founder-wrap .founder-side ul { list-style: none; padding: 0; margin: 8px 0 0; }
.founder-wrap .founder-side li {
    font-size: 13px; color: #5a4a1f;
    padding: 5px 0 5px 22px; position: relative; line-height: 1.4;
}
.founder-wrap .founder-side li::before {
    content: "✓"; position: absolute; left: 0;
    color: #C9A227; font-weight: 800;
}

.price-card {
    background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 32px;
}
.price-card.hi {
    border: 2px solid var(--pax-primary); background: #fff; position: relative;
}
.price-card h4 {
    margin: 0 0 4px; font-size: 14px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .06em; color: var(--fg2);
}
.price-card .amt {
    font-family: var(--font-display); font-size: 44px; font-weight: 800;
    letter-spacing: -0.02em; margin: 14px 0 2px;
}
.price-card .amt .unit { font-size: 16px; color: var(--fg2); font-weight: 600; margin-left: 4px; }
.price-card .sub { font-size: 13px; color: var(--fg2); margin-bottom: 20px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 22px; }
.price-card li {
    font-size: 14px; color: var(--fg1);
    padding: 7px 0 7px 26px; position: relative; line-height: 1.4;
}
.price-card li::before {
    content: "✓"; position: absolute; left: 0;
    color: var(--success); font-weight: 800;
}
.price-card .btn-pick {
    display: block; width: 100%; text-align: center;
    padding: 12px; border-radius: 10px;
    font-weight: 700; font-size: 14px; text-decoration: none;
    background: #f1f5f9; color: var(--fg1); border: 1px solid #e2e8f0;
    transition: all 0.15s;
}
.price-card.hi .btn-pick {
    background: linear-gradient(135deg,#095FA1,#0d7cc4); color: #fff;
    border: 0; box-shadow: 0 4px 14px rgba(9,95,161,.35);
}
.price-card.hi .btn-pick:hover {
    box-shadow: 0 6px 20px rgba(9,95,161,.45);
    transform: translateY(-1px);
}

.founder-card { position: relative; padding: 36px 32px 32px; border-width: 2px; }
.founder-card .founder-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: #C9A227; color: #fff;
    font-size: 11px; font-weight: 800; letter-spacing: .08em;
    padding: 6px 14px; border-radius: 999px; text-transform: uppercase; white-space: nowrap;
    box-shadow: 0 4px 12px rgba(201,162,39,.35); z-index: 2;
}
.founder-card.hi::before { content: none !important; }
.founder-card .amt-row {
    display: flex; align-items: baseline; gap: 14px;
    margin: 14px 0 8px; flex-wrap: wrap;
}
.founder-card .amt { margin: 0; }
.founder-card .strike {
    position: relative; font-family: var(--font-display);
    font-size: 26px; font-weight: 700; color: #94a3b8;
    display: inline-block;
}
.founder-card .strike::after {
    content: ""; position: absolute; left: -3%; right: -3%;
    top: 55%; height: 2px;
    background: #94a3b8; transform: rotate(-8deg);
}
.founder-card .strike span { font-size: 14px; font-weight: 600; margin-left: 2px; }

/* ===== FINAL CTA BAND ===== */
.v3-cta {
    padding: 100px var(--page-gutter); background: #095FA1; color: #fff;
    text-align: center; position: relative; overflow: hidden;
}
.v3-cta::before, .v3-cta::after {
    content: ""; position: absolute; border-radius: 50%;
}
.v3-cta::before { width: 300px; height: 300px; background: rgba(201,162,39,.2); top: -150px; left: -100px; }
.v3-cta::after  { width: 220px; height: 220px; background: rgba(102,163,103,.2); bottom: -100px; right: -80px; }
.v3-cta h2 {
    font-family: var(--font-display); font-size: 56px; font-weight: 800;
    letter-spacing: -0.025em; margin: 0 0 16px; position: relative;
}
.v3-cta h2 em { font-style: italic; color: #E9B949; }
.v3-cta p {
    font-size: 19px; color: rgba(255,255,255,.85);
    max-width: 560px; margin: 0 auto 32px; line-height: 1.55; position: relative;
}
.v3-cta .cta-row { position: relative; display: inline-flex; gap: 16px; align-items: center; }
.v3-cta .sec-link { color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; opacity: .85; }

/* ===== FOOTER — V3 background override =====
   Base .footer lives in tokens.css. V3 uses warm cream instead of white. */
.v3-footer { background: #FBF5EA; }

/* ===== RESPONSIVE — basic stack-on-mobile ===== */
@media (max-width: 1100px) {
    .v3-hero {
        grid-template-columns: 1fr;
        padding: 24px 32px 80px;
    }
    .v3-hero .collage { min-height: 480px; }
    .v3-hero h1 { font-size: 56px; }

    .v3-day, .v3-how, .v3-who, .v3-voices, .v3-ba, .v3-feat, .v3-price, .v3-cta {
        padding: 80px 32px;
    }

    .v3-moment { grid-template-columns: 1fr; gap: 20px; text-align: left; }
    .v3-moment .copy, .v3-moment .vignette, .v3-moment .pin { grid-column: 1; grid-row: auto; }
    .v3-moment.flip .copy { text-align: left; }
    .v3-moment .pin { justify-self: start; }
    .v3-day::before { display: none; }

    .v3-how .steps { grid-template-columns: 1fr; }
    .v3-how .step:nth-child(2) { transform: none; }

    .v3-who .grid { grid-template-columns: 1fr; }
    .v3-voices .grid { grid-template-columns: 1fr; }

    .v3-ba .wrap { grid-template-columns: 1fr; }
    .v3-ba .arrow { display: none; }

    .v3-feat .grid { grid-template-columns: 1fr; }
    .v3-feat .tile.hero { grid-row: auto; }

    .founder-wrap { grid-template-columns: 1fr; max-width: 520px; }
    .founder-wrap .founder-side { transform: none; order: 2; }

}

@media (max-width: 700px) {
    .v3-hero { padding: 16px 20px 64px; }
    .v3-hero h1 { font-size: 42px; }
    .v3-hero .sub { font-size: 16px; }
    .v3-hero .tablet { width: 100%; max-width: 460px; }
    .v3-hero .collage .phone { right: 0; width: 180px; }

    .v3-day, .v3-how, .v3-who, .v3-voices, .v3-ba, .v3-feat, .v3-price, .v3-cta {
        padding: 64px 20px;
    }

    .v3-day .sec-h h2, .v3-how .sec-h h2 { font-size: 32px; }
    .v3-who .sec-h h2 { font-size: 30px; }
    .v3-cta h2 { font-size: 36px; }
    .sec-h h2 { font-size: 28px; }

    .v3-voices .card.big .q { font-size: 22px; }
}
