:root {
    --navy: #001F3F;
    --navy-dark: #001128;
    --slate: #3D5A73;
    --sage: #9CAF76;
    --sage-dark: #7E9559;
    --sage-soft: #DCE6CC;
    --sky: #AFC5D6;
    --sky-soft: #DCE6ED;
    --warm: #DCCFB8;
    --warm-soft: #F0E8D6;
    --cream: #F8F5EE;
    --cream-alt: #F8F7F3;
    --text: #001F3F;
    --text-soft: #1E374F;
    --text-muted: #47586B;
    --border: #DCCFB8;
    --border-soft: #EFEAE0;
    --shadow-sm: 0 1px 3px rgba(0, 31, 63, 0.08), 0 1px 2px rgba(0, 31, 63, 0.04);
    --shadow-md: 0 10px 15px -3px rgba(0, 31, 63, 0.10), 0 4px 6px -2px rgba(0, 31, 63, 0.04);
    --shadow-lg: 0 20px 25px -5px rgba(0, 31, 63, 0.10), 0 10px 10px -5px rgba(0, 31, 63, 0.04);
    --display: 'Cormorant Garamond', Georgia, serif;
    --ui: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; font-family: var(--ui); color: var(--text); background: var(--cream); -webkit-font-smoothing: antialiased; line-height: 1.55; font-weight: 600; font-size: 18px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ───────────── Navigation ───────────── */
.nav { position: sticky; top: 0; z-index: 50; background: var(--navy); border-bottom: 1px solid rgba(248, 245, 238, 0.1); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; max-width: 1180px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--cream); }
.brand svg { flex-shrink: 0; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name span { font-family: var(--display); font-weight: 800; font-size: 25px; letter-spacing: -0.3px; color: var(--cream); }
.brand-name em { font-style: normal; letter-spacing: 0.9em; font-size: 12px; font-family: var(--ui); font-weight: 800; color: var(--sky); text-transform: uppercase; margin-right: -0.9em; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: var(--cream); opacity: 0.85; text-decoration: none; font-size: 16px; font-weight: 700; transition: all 200ms ease; }
.nav-links a:hover { opacity: 1; color: var(--cream); }
.nav-cta { display: flex; gap: 12px; align-items: center; }

/* Nav button overrides */
.nav .btn-ghost { color: var(--cream); border-color: rgba(248, 245, 238, 0.4); }
.nav .btn-ghost:hover { background: rgba(248, 245, 238, 0.1); border-color: var(--cream); }
.nav .btn-primary { background: var(--cream); color: var(--navy); }
.nav .btn-primary:hover { background: var(--warm-soft); transform: translateY(-1px); box-shadow: var(--shadow-md); }

/* ───────────── Buttons ───────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 10px; font-family: var(--ui); font-weight: 800; font-size: 16px; text-decoration: none; cursor: pointer; border: none; transition: all 200ms ease; letter-spacing: 0.2px; }
.btn-primary { background: var(--navy); color: var(--cream); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--slate); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-accent { background: var(--sage); color: var(--navy); box-shadow: var(--shadow-sm); }
.btn-accent:hover { background: var(--sage-dark); transform: translateY(-1px); color: var(--cream); }
.btn-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--border); }
.btn-ghost:hover { background: var(--warm-soft); border-color: var(--sage); }
.btn-lg { padding: 16px 32px; font-size: 17px; }
.btn-sm { padding: 9px 16px; font-size: 15px; }
.btn-arrow { margin-left: 4px; font-size: 21px; line-height: 1; }

/* ───────────── Hero ───────────── */
.hero { position: relative; padding: 0; overflow: hidden; background: var(--cream); }
.hero-top { background: #e9ece3 url('hero-bg-kids.png') center center / cover no-repeat; padding: 100px 0; position: relative; }
.hero-inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; text-align: left; padding: 0 24px; }

.hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; padding: 0; background: transparent; border: none; font-size: 13px; font-weight: 800; color: var(--slate); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 20px; box-shadow: none; }
.hero-stars { display: flex; gap: 4px; color: #FFB800; margin-right: 8px; }
.hero-stars svg { width: 16px; height: 16px; fill: currentColor; }

.hero-sub, .hero-note { color: var(--navy); }
.hero h1 { color: var(--navy); text-shadow: none; font-family: var(--display); font-weight: 800; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.08; margin: 0 0 18px; letter-spacing: -1px; }
.hero h1 em { font-style: italic; color: var(--warm); }
.hero-sub { font-size: clamp(13px, 1.35vw, 15px); line-height: 1.55; margin: 0 0 28px; max-width: 440px; font-weight: 700; margin-left: 0; color: var(--navy); opacity: 1; }
.hero-ctas { display: flex; gap: 14px; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 36px; }
.hero-note { font-size: 14px; font-weight: 700; margin: 0; color: var(--text-soft); }
.hero-note strong { color: var(--text-soft); font-weight: 800; }

/* App preview screenshot frame */
.hero-screen { max-width: 980px; margin: 64px auto 0; position: relative; z-index: 2; padding: 0 24px; }
.hero-screen-frame { background: linear-gradient(180deg, #fff 0%, var(--cream-alt) 100%); border-radius: 16px; padding: 12px; box-shadow: var(--shadow-lg); border: 1px solid var(--border-soft); }
.hero-screen-bar { display: flex; gap: 6px; padding: 8px 12px; }
.hero-screen-bar span { width: 11px; height: 11px; border-radius: 50%; background: var(--warm); }
.hero-screen-bar span:nth-child(2) { background: var(--sage); }
.hero-screen-bar span:nth-child(3) { background: var(--sky); }
.hero-screen-img { background: var(--cream); border-radius: 10px; aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-style: italic; font-family: var(--display); font-size: 25px; border: 1px dashed var(--border); }

/* ───────────── Trust Ticker (Infinite Scroll) ───────────── */
.trust-ticker {
    background: var(--navy);
    overflow: hidden;
    white-space: nowrap;
    padding: 32px 0;
    position: relative;
    border-bottom: 1px solid rgba(248, 245, 238, 0.1);
}

.ticker-wrapper {
    display: flex;
    width: max-content;
}

.ticker-content {
    display: flex;
    animation: scroll-left 50s linear infinite; /* Slower for easier reading */
    padding-right: 64px;
}

.trust-ticker:hover .ticker-content {
    animation-play-state: paused;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 64px;
}

.trust-icon {
    width: 36px;
    height: 36px;
    color: var(--sage);
    opacity: 1; /* Full opacity for better visibility */
}

.trust-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.trust-main {
    font-family: var(--display);
    font-weight: 800;
    font-size: 32px; /* Larger font size */
    color: var(--cream); /* Switched to cream for higher contrast against navy */
    letter-spacing: -0.2px;
}

.trust-sub {
    font-size: 13px; /* Slightly larger subtext */
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--sage); /* Use sage for subtext to maintain brand colors with better hierarchy */
    text-transform: uppercase;
    margin-top: 4px;
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* ───────────── Section base ───────────── */
section { padding: 96px 0; }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 64px; padding: 0 24px; }
.section-eyebrow { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: var(--sage-dark); margin: 0 0 16px; }
.section-title { font-family: var(--display); font-weight: 800; font-size: clamp(37px, 5.18vw, 55px); line-height: 1.1; margin: 0 0 16px; color: var(--navy); letter-spacing: -0.8px; }
.section-title em { font-style: italic; color: var(--sage-dark); }
.section-sub { font-size: 20px; color: var(--text-soft); margin: 0; line-height: 1.55; font-weight: 600; }

/* ───────────── Features ───────────── */
.features { background: #F3EDE2; padding: 120px 0 64px; position: relative; overflow: hidden; min-height: 800px; display: flex; align-items: flex-start; }
.features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('hero-girl-final.png') no-repeat left bottom;
    background-size: cover;
    z-index: 0;
}
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; position: relative; z-index: 1; }
.feature-content { text-align: left; padding-top: 40px; }
.feature-vertical-grid { display: flex; flex-direction: column; gap: 24px; }
@media (max-width: 1000px) {
    .features { background-size: 600px auto; padding: 80px 0; }
    .feature-split { grid-template-columns: 1fr; gap: 48px; }
    .feature-content { text-align: center; max-width: 700px; margin: 0 auto; padding-top: 0; }
}
@media (max-width: 600px) {
    .features { background-image: none; background-color: var(--cream); }
}
.feature { padding: 36px 32px; border-radius: 16px; background: var(--cream); border: 1px solid var(--border-soft); transition: all 300ms ease; position: relative; z-index: 1; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sage); }
.feature-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--sage-soft); color: var(--sage-dark); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.feature h3 { font-family: var(--display); font-weight: 800; font-size: 30px; margin: 0 0 12px; line-height: 1.2; color: var(--navy); }
.feature p { color: var(--text-soft); font-size: 17px; line-height: 1.6; margin: 0; font-weight: 600; }

/* ───────────── How it works ───────────── */
.how { background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('process-bg.jpg') center / cover no-repeat; position: relative; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; position: relative; }
.how-steps::before { content: ""; position: absolute; top: 28px; left: 16.66%; right: 16.66%; height: 2px; background: repeating-linear-gradient(90deg, var(--sage) 0 6px, transparent 6px 12px); }
.how-step { text-align: center; position: relative; }
.how-step-num { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: var(--navy); color: var(--sage); font-family: var(--display); font-weight: 800; font-size: 28px; margin-bottom: 24px; box-shadow: 0 0 0 8px var(--cream); position: relative; z-index: 1; }
.how-step h3 { font-family: var(--display); font-weight: 800; font-size: 25px; margin: 0 0 8px; color: var(--navy); }
.how-step p { color: var(--text-soft); font-size: 17px; margin: 0; font-weight: 600; }

/* ───────────── Testimonial ───────────── */
.testimonial { background: var(--navy); color: var(--cream); padding: 96px 0; }
.testimonial-inner { max-width: 820px; margin: 0 auto; padding: 0 24px; text-align: center; }
.testimonial-quote { font-family: var(--display); font-weight: 700; font-style: italic; font-size: clamp(28px, 3.45vw, 37px); line-height: 1.4; color: var(--cream); margin: 0 0 32px; }
.testimonial-quote::before { content: '"'; color: var(--sky); margin-right: 4px; }
.testimonial-quote::after { content: '"'; color: var(--sky); margin-left: 4px; }
.testimonial-author { display: inline-flex; align-items: center; gap: 14px; }
.testimonial-author .av { width: 52px; height: 52px; border-radius: 50%; background: var(--sky); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 21px; }
.testimonial-author .who { text-align: left; }
.testimonial-author .name { font-weight: 800; font-size: 17px; color: var(--cream); }
.testimonial-author .meta { font-size: 15px; color: var(--sky); opacity: 0.85; }

/* ───────────── Pricing ───────────── */
.pricing { background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url('pricing-bg.jpg') center / cover no-repeat; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1080px; margin: 0 auto; }
.price-card { background: #fff; border: 1px solid var(--border-soft); border-radius: 18px; padding: 40px 32px; display: flex; flex-direction: column; transition: all 300ms ease; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.featured { background: var(--navy); color: var(--cream); border-color: var(--navy); position: relative; box-shadow: var(--shadow-lg); }
.price-card.featured::before { content: "Most popular"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--sage); color: var(--navy); font-size: 13px; font-weight: 800; padding: 5px 14px; border-radius: 999px; letter-spacing: 0.1em; text-transform: uppercase; }
.price-card h3 { font-family: var(--display); font-weight: 800; font-size: 30px; margin: 0 0 8px; color: inherit; }
.price-card .blurb { font-size: 16px; opacity: 0.8; margin: 0 0 24px; min-height: 42px; line-height: 1.5; }
.price-card .price { font-family: var(--display); font-weight: 800; font-size: 64px; line-height: 1; margin: 0 0 4px; }
.price-card .price small { font-size: 18px; font-family: var(--ui); font-weight: 700; opacity: 0.7; }
.price-card .per { font-size: 15px; opacity: 0.7; margin: 0 0 28px; }
.price-card .features-list { list-style: none; padding: 0; margin: 0 0 32px; flex: 1; }
.price-card .features-list li { padding: 9px 0; border-bottom: 1px solid var(--border-soft); font-size: 16px; display: flex; align-items: flex-start; gap: 10px; }
.price-card.featured .features-list li { border-color: rgba(248, 245, 238, 0.18); }
.price-card .features-list li::before { content: "✓"; color: var(--sage); font-weight: 800; flex-shrink: 0; }
.price-card.featured .features-list li::before { color: var(--sage); }
.price-card .features-list li:last-child { border-bottom: none; }

/* ───────────── FAQ ───────────── */
.faq {
    background: url('faq-bg-new.png?v=2') right center / cover no-repeat;
    padding: 120px 0;
}
.faq-list { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
    background: rgba(255, 255, 255, 0.22);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    padding: 20px 26px;
    box-shadow: 0 2px 10px rgba(0, 31, 63, 0.05);
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.faq-item:hover { background: rgba(255, 255, 255, 0.30); border-color: rgba(255, 255, 255, 0.45); box-shadow: 0 6px 18px rgba(0, 31, 63, 0.08); }
.faq-item[open] { background: rgba(255, 255, 255, 0.34); border-color: rgba(255, 255, 255, 0.45); box-shadow: 0 6px 18px rgba(0, 31, 63, 0.07); }
.faq-q { font-family: var(--display); font-weight: 800; font-size: 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--navy); list-style: none; user-select: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
    content: "+";
    font-family: var(--ui);
    font-size: 28px;
    font-weight: 700;
    color: var(--sage-dark);
    background: var(--sage-soft);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 200ms ease;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 16px;
}
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-a { color: var(--text-soft); margin: 14px 0 0; font-size: 17px; line-height: 1.65; font-weight: 600; }

/* ───────────── Closing CTA ───────────── */
.cta-band { background: var(--navy); color: var(--cream); padding: 96px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -100px; right: -100px; width: 360px; height: 360px; background: radial-gradient(circle, var(--sage) 0%, transparent 70%); opacity: 0.18; pointer-events: none; }
.cta-inner { text-align: center; max-width: 700px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.cta-band h2 { font-family: var(--display); font-weight: 800; font-size: clamp(39px, 5.75vw, 60px); margin: 0 0 16px; line-height: 1.1; letter-spacing: -0.8px; }
.cta-band h2 em { font-style: italic; color: var(--sage); }
.cta-band p { font-size: 20px; opacity: 0.85; margin: 0 0 36px; }

/* ───────────── Footer ───────────── */
.footer { background: var(--navy-dark); color: var(--cream); padding: 64px 0 32px; font-size: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand .brand-name { color: var(--cream); }
.footer-brand p { color: rgba(248, 245, 238, 0.85); margin: 16px 0 0; line-height: 1.6; max-width: 280px; }
.footer-col h4 { font-family: var(--ui); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--sage); margin: 0 0 18px; }
.footer-col a { display: block; color: rgba(248, 245, 238, 0.85); text-decoration: none; padding: 6px 0; transition: color 200ms ease; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(248, 245, 238, 0.12); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; color: rgba(248, 245, 238, 0.75); font-size: 14px; }
.footer-bottom a { color: rgba(248, 245, 238, 0.85); }

/* ───────────── Responsive ───────────── */
@media (max-width: 900px) {
    .nav-links { display: none; }
    .feature-grid, .how-steps, .price-grid { grid-template-columns: 1fr; }
    .how-steps::before { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    section { padding: 64px 0; }
    .hero { padding: 60px 0 80px; }
    .trust-inner { justify-content: center; text-align: center; }
}
@media (max-width: 560px) {
    .footer-grid { grid-template-columns: 1fr; }
    .hero-ctas { flex-direction: column; align-items: stretch; }
}

/* ============================================================
   Interior-page extras (used by /pricing, /features, /about, etc.
   Reusable so we never need a per-page <style> block.)
   ============================================================ */

/* Generic page hero (lighter than the homepage hero) */
.page-hero { padding: 80px 0 56px; text-align: center; background: linear-gradient(180deg, var(--cream) 0%, var(--cream-alt) 100%); position: relative; overflow: hidden; }
.page-hero.about-hero { padding: 140px 0 120px; }
.page-hero.about-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('about-bg.png') center / cover no-repeat;
    z-index: 0;
}
.page-hero.customers-hero {
    padding: 0;
    min-height: 620px;
    display: flex;
    align-items: center;
    text-align: left;
    background: #F2E8DB url('customers-hero.png') right center / auto 100% no-repeat;
    overflow: hidden;
}
.page-hero.customers-hero .container { width: 100%; }
.page-hero.customers-hero h1,
.page-hero.customers-hero p { text-align: left; margin-left: 0; margin-right: 0; max-width: 520px; }
@media (max-width: 900px) {
    .page-hero.customers-hero {
        min-height: 0;
        padding: 56px 0 320px;
        text-align: center;
        background-size: auto 300px;
        background-position: center bottom;
    }
    .page-hero.customers-hero h1,
    .page-hero.customers-hero p {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
/* Support page hero — laptop on the left, title on the cream space at right */
.page-hero.support-hero {
    padding: 0;
    min-height: 540px;
    display: flex;
    align-items: center;
    text-align: center;
    background: url('support-hero.png') left bottom / auto 78% no-repeat #DDCEBD;
}
.page-hero.support-hero .container { width: 100%; }
.page-hero.support-hero h1,
.page-hero.support-hero p { text-align: center; margin-left: auto; margin-right: auto; max-width: 520px; }
@media (max-width: 900px) {
    .page-hero.support-hero {
        min-height: 0;
        padding: 56px 0 280px;
        text-align: center;
        background: url('support-hero.png') left bottom / auto 260px no-repeat #DDCEBD;
    }
    .page-hero.support-hero h1,
    .page-hero.support-hero p { max-width: 640px; margin-left: auto; margin-right: auto; text-align: center; }
}
/* Blog page title — flat-lay photo background with a soft cream scrim */
.page-hero.blog-title-hero { padding: 104px 0 88px; position: relative; overflow: hidden; }
.page-hero.blog-title-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(rgba(248, 245, 238, 0.50), rgba(248, 245, 238, 0.66)), url('blog-title-bg.png') center / cover no-repeat;
    z-index: 0;
}

.page-hero h1 { font-family: var(--display); font-weight: 800; font-size: clamp(46px, 6.33vw, 69px); line-height: 1.1; margin: 0 0 16px; color: var(--navy); letter-spacing: -1px; position: relative; z-index: 1; }
.page-hero h1 em { font-style: italic; color: var(--sage-dark); }
.page-hero p { font-size: clamp(18px, 1.84vw, 21px); color: var(--text-soft); max-width: 640px; margin: 0 auto; line-height: 1.55; position: relative; z-index: 1; font-weight: 600; }

/* Two-column prose layouts */
.prose-block { background: #fff; padding: 64px 0; }
.prose-block-cream { background: var(--cream); padding: 64px 0; }
.prose { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.prose h2 { font-family: var(--display); font-weight: 800; font-size: 39px; margin: 48px 0 16px; color: var(--navy); line-height: 1.2; letter-spacing: -0.5px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--display); font-weight: 800; font-size: 28px; margin: 36px 0 12px; color: var(--navy); }
.prose p { font-size: 18px; line-height: 1.65; color: var(--text-soft); margin: 0 0 18px; font-weight: 600; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 18px; color: var(--text-soft); }
.prose li { padding: 4px 0; line-height: 1.6; font-size: 18px; font-weight: 600; }
.prose a { color: var(--sage-dark); font-weight: 700; }
.prose a:hover { color: var(--navy); }
.prose hr { border: none; border-top: 1px solid var(--border-soft); margin: 48px 0; }
.prose strong { color: var(--navy); }

/* Feature-card layouts (used on /features) */
.feature-row { padding: 80px 0; }
.feature-row + .feature-row { border-top: 1px solid var(--border-soft); }
.feature-row.alt { background: var(--cream); }
.feature-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.feature-cols.reversed .feature-text { order: 2; }
.feature-text h2 { font-family: var(--display); font-weight: 800; font-size: 44px; line-height: 1.15; margin: 0 0 20px; color: var(--navy); letter-spacing: -0.5px; }
.feature-text h2 em { font-style: italic; color: var(--sage-dark); }
.feature-text p { font-size: 20px; line-height: 1.6; color: var(--text-soft); margin: 0 0 16px; font-weight: 600; }
.feature-text ul { list-style: none; padding: 0; margin: 16px 0 0; }
.feature-text ul li { padding: 8px 0 8px 28px; position: relative; color: var(--text-soft); font-size: 17px; line-height: 1.5; font-weight: 600; }
.feature-text ul li::before { content: "✓"; position: absolute; left: 0; top: 8px; color: var(--sage-dark); font-weight: 800; font-size: 18px; }
.feature-art { background: linear-gradient(135deg, var(--sage-soft) 0%, var(--sky-soft) 100%); border-radius: 18px; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; color: var(--navy); font-family: var(--display); font-size: 25px; opacity: 0.85; padding: 32px; text-align: center; line-height: 1.3; border: 1px solid var(--border-soft); }
.feature-art img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.feature-art.has-image { padding: 12px; background: #fff; border: 1px solid var(--border-soft); box-shadow: var(--shadow-sm); opacity: 1; overflow: hidden; }
.feature-art.has-image img { border-radius: 8px; }

/* Quote / testimonial cards (used on /our-customers) */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.quote-card { background: #fff; border: 1px solid var(--border-soft); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; }
.quote-card p { font-family: var(--display); font-style: italic; font-size: 22px; line-height: 1.5; color: var(--navy); margin: 0 0 20px; flex: 1; font-weight: 600; }
.quote-card p::before { content: '"'; color: var(--sage); margin-right: 4px; }
.quote-card p::after { content: '"'; color: var(--sage); margin-left: 4px; }
.quote-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--border-soft); padding-top: 18px; }
.quote-author .av { width: 44px; height: 44px; border-radius: 50%; background: var(--sage); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.quote-author .name { font-weight: 800; font-size: 16px; color: var(--navy); }
.quote-author .meta { font-size: 14px; color: var(--text-muted); }

/* Resource list (used on /video-tutorials, /training-webinars, /homeschool-tracker-support) */
.resource-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.resource-card { background: #fff; border: 1px solid var(--border-soft); border-radius: 14px; padding: 24px; text-decoration: none; color: inherit; transition: all 200ms ease; display: flex; flex-direction: column; gap: 8px; overflow: hidden; }
.resource-thumb { display: block; width: calc(100% + 48px); height: 172px; margin: -24px -24px 8px; object-fit: cover; background: var(--cream-alt); }
.more-posts-head { text-align: center; font-family: var(--display); font-weight: 800; font-size: 28px; color: var(--navy); letter-spacing: -0.4px; margin: 60px 0 28px; }
.resource-card:hover { transform: translateY(-3px); border-color: var(--sage); box-shadow: var(--shadow-md); }
.resource-card .resource-tag { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sage-dark); }
.resource-card h3 { font-family: var(--display); font-weight: 800; font-size: 25px; margin: 0; color: var(--navy); line-height: 1.25; }
.resource-card p { font-size: 16px; color: var(--text-soft); margin: 0; line-height: 1.5; font-weight: 600; }
.resource-date { font-size: 13px; font-weight: 600; letter-spacing: 0.01em; color: #9B958B; margin: -2px 0 0; }
.resource-date + h3 { margin-top: 4px; }

/* Centered CTA strip (used after most pages) */
.cta-strip { background: var(--cream); padding: 64px 0; text-align: center; border-top: 1px solid var(--border-soft); }
.cta-strip h2 { font-family: var(--display); font-weight: 800; font-size: clamp(32px, 4.6vw, 46px); margin: 0 0 12px; color: var(--navy); letter-spacing: -0.5px; }
.cta-strip h2 em { font-style: italic; color: var(--sage-dark); }
.cta-strip p { font-size: 18px; color: var(--text-soft); margin: 0 0 28px; font-weight: 600; }

/* Mobile prose tightening and readability */
@media (max-width: 700px) {
    .feature-cols { grid-template-columns: 1fr; gap: 36px; }
    .feature-cols.reversed .feature-text { order: 0; }
    .page-hero { padding: 60px 0 40px; }
    .prose-block, .prose-block-cream { padding: 48px 0; }

    /* Increase base visibility and size on phones */
    body {
        font-size: 18px;
        line-height: 1.65;
    }

    .hero h1 {
        font-size: clamp(30px, 8vw, 40px);
        letter-spacing: -0.5px;
        line-height: 1.15;
        font-weight: 800;
    }

    .page-hero h1 {
        font-size: clamp(35px, 8.05vw, 48px);
        letter-spacing: -0.8px;
        line-height: 1.2;
    }

    .feature-text h2 {
        font-size: clamp(30px, 6.9vw, 37px);
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .prose h2 {
        font-size: clamp(28px, 6.33vw, 32px);
        line-height: 1.25;
        margin: 36px 0 12px;
    }

    .prose h3 {
        font-size: clamp(23px, 5.18vw, 25px);
        margin: 28px 0 10px;
    }

    .hero-sub {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 24px;
        font-weight: 700;
    }

    .feature-text p {
        font-size: 18px;
        line-height: 1.65;
    }

    .feature-text ul li {
        font-size: 17px;
        line-height: 1.6;
        padding: 6px 0 6px 24px;
    }

    .feature-text ul li::before {
        top: 6px;
    }

    .prose p {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .prose li {
        font-size: 18px;
        line-height: 1.65;
    }

    .faq-q {
        font-size: 21px;
    }

    .faq-a {
        font-size: 17px;
        line-height: 1.6;
    }
}

/* Migrated blog posts: responsive video embeds + media */
.post-body iframe{max-width:100%;aspect-ratio:16/9;height:auto;width:100%;border-radius:8px;margin:16px 0;}
.post-body img{max-width:100%;height:auto;}
.post-body h2,.post-body h3{margin-top:32px;}
.post-body a{color:var(--sage-dark,#5a7a3a);}
