/* ================================================================
   SYNARII LANDING PAGE — Design System
   Brand: #131E1B (deep green) · #C69F60 (gold) · #FFFFFF · #D1D5D4
   Fonts: Playfair Display (serif) · Inter (sans-serif)
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Reset & Base ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    background: #131E1B;
    color: #D1D5D4;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ── Typography ───────────────────────────────────────────────── */
.serif { font-family: 'Playfair Display', serif; }

h1, h2, h3 { font-family: 'Playfair Display', serif; color: #FFFFFF; line-height: 1.2; }

.section-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C69F60;
    margin-bottom: 0.75rem;
    display: block;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #D1D5D4;
    max-width: 620px;
    line-height: 1.7;
}

/* ── Buttons ──────────────────────────────────────────────────── */
.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #C69F60;
    color: #131E1B;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 32px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: 0 6px 24px rgba(198, 159, 96, 0.35);
}
.btn-gold:hover {
    background: #d4aa6a;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(198, 159, 96, 0.5);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 12px 28px;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.btn-outline:hover {
    border-color: #C69F60;
    color: #C69F60;
    background: rgba(198,159,96,0.08);
}

/* ── Navigation ───────────────────────────────────────────────── */
.lp-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2.5rem;
    background: rgba(19, 30, 27, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(198,159,96,0.12);
    transition: padding 0.3s;
}

.lp-nav.scrolled { padding: 0.65rem 2.5rem; }

.lp-logo {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.6rem;
    color: #C69F60;
    text-decoration: none;
    letter-spacing: -0.5px;
}

/* ── Industry Selector ────────────────────────────────────────── */
#industry-selector {
    position: fixed;
    inset: 0;
    z-index: 900;
    background: #131E1B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#industry-selector.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.selector-logo {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(2.5rem, 6vw, 4rem);
    color: #C69F60;
    margin-bottom: 0.5rem;
    text-align: center;
}

.selector-tagline {
    font-size: 0.9rem;
    color: #D1D5D4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 3rem;
    text-align: center;
}

.selector-prompt {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: #FFFFFF;
    margin-bottom: 2.5rem;
    text-align: center;
}

.selector-cards {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 820px;
    width: 100%;
}

.selector-card {
    flex: 1;
    min-width: 280px;
    max-width: 360px;
    background: rgba(255,255,255,0.03);
    border: 1.5px solid rgba(198,159,96,0.25);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

.selector-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(198,159,96,0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
}

.selector-card:hover {
    border-color: #C69F60;
    background: rgba(198,159,96,0.06);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(198,159,96,0.2);
}

.selector-card:hover::before { opacity: 1; }

.selector-icon {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    display: block;
}

.selector-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

.selector-card p {
    font-size: 0.88rem;
    color: #D1D5D4;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.selector-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #C69F60;
    color: #131E1B;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.selector-card:hover .selector-card-btn { background: #d4aa6a; }

/* ── Main Page (hidden until industry selected) ───────────────── */
#main-page {
    opacity: 0;
    transition: opacity 0.6s ease;
}
#main-page.visible { opacity: 1; }

/* ── Hero ─────────────────────────────────────────────────────── */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8rem 2rem 4rem;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    height: 80vw;
    max-width: 900px;
    max-height: 900px;
    background: radial-gradient(ellipse, rgba(198,159,96,0.08) 0%, transparent 65%);
    pointer-events: none;
}

.hero-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C69F60;
    margin-bottom: 1.25rem;
    display: block;
}

.hero-industry-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(198,159,96,0.12);
    border: 1px solid rgba(198,159,96,0.3);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.8rem;
    color: #C69F60;
    font-weight: 600;
    margin-bottom: 1.5rem;
    cursor: pointer;
    transition: background 0.2s;
}
.hero-industry-tag:hover { background: rgba(198,159,96,0.2); }

.hero h1 {
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
    font-weight: 800;
    color: #FFFFFF;
    max-width: 820px;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    line-height: 1.1;
}

.hero-sub {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #D1D5D4;
    max-width: 560px;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.hero-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3.5rem;
}

.hero-trial-note {
    font-size: 0.78rem;
    color: rgba(209,213,212,0.6);
    letter-spacing: 0.02em;
}
.hero-trial-note span { color: #C69F60; }

.hero-mockup {
    width: 100%;
    max-width: 820px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.hero-mockup img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(198,159,96,0.15);
}

.hero-mockup-glow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 60px;
    background: rgba(198,159,96,0.15);
    filter: blur(30px);
    border-radius: 50%;
}

/* ── Sections ─────────────────────────────────────────────────── */
.lp-section {
    padding: 6rem 2rem;
    max-width: 1160px;
    margin: 0 auto;
}

.lp-section-full {
    padding: 6rem 2rem;
    width: 100%;
}

.center { text-align: center; }
.center .section-subtitle { margin: 0 auto; }

/* ── Pain Cards ───────────────────────────────────────────────── */
.pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.pain-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-left: 3px solid #C69F60;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
    opacity: 0;
    transform: translateY(24px);
}

.pain-card.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, background 0.25s, box-shadow 0.25s;
}

.pain-card:hover {
    background: rgba(255,255,255,0.05);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.pain-card-number {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #C69F60;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    display: block;
}

.pain-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.pain-card .pain-story {
    font-size: 0.9rem;
    color: #D1D5D4;
    line-height: 1.65;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.pain-answer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-top: 1rem;
    border-top: 1px solid rgba(198,159,96,0.2);
}

.pain-answer-icon {
    width: 28px;
    height: 28px;
    background: rgba(198,159,96,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #C69F60;
    font-size: 0.75rem;
}

.pain-answer p {
    font-size: 0.85rem;
    color: #C69F60;
    line-height: 1.55;
}

/* ── Mia Section ──────────────────────────────────────────────── */
.mia-hero-section {
    background: linear-gradient(180deg, #131E1B 0%, #0d1714 50%, #131E1B 100%);
    padding: 7rem 2rem;
}

.mia-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.mia-pull-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: #C69F60;
    line-height: 1.3;
    margin-bottom: 2rem;
    position: relative;
}

.mia-pull-quote::before {
    content: '"';
    font-size: 5rem;
    color: rgba(198,159,96,0.15);
    position: absolute;
    top: -1.5rem;
    left: -1rem;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.mia-intro-text {
    font-size: 1rem;
    color: #D1D5D4;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.mia-night-text {
    background: rgba(198,159,96,0.06);
    border-left: 3px solid #C69F60;
    border-radius: 0 12px 12px 0;
    padding: 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: #D1D5D4;
    line-height: 1.75;
    font-style: italic;
}

.mia-image-frame {
    position: relative;
}

.mia-image-frame img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

.mia-image-caption {
    margin-top: 1.25rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1rem;
    color: #C69F60;
    text-align: center;
}

/* ── Mia in Action ────────────────────────────────────────────── */
.mia-action-section {
    padding: 6rem 2rem;
}

.mia-action-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.mia-action-image {
    width: 100%;
    max-width: 700px;
    margin: 3rem auto 0;
    display: block;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

.mia-action-caption {
    margin-top: 1.5rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #C69F60;
}

.mia-action-body {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: #D1D5D4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* ── Comparison Table ─────────────────────────────────────────── */
.compare-section {
    padding: 6rem 2rem;
    background: rgba(255,255,255,0.02);
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.compare-inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 3rem;
    border-radius: 16px;
    overflow: hidden;
}

.compare-table thead th {
    padding: 1rem 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.compare-table thead th:first-child {
    background: rgba(255,255,255,0.03);
    color: #D1D5D4;
    text-align: left;
}

.compare-table thead th:nth-child(2) {
    background: rgba(255,255,255,0.04);
    color: #94a3b8;
}

.compare-table thead th:nth-child(3) {
    background: rgba(198,159,96,0.15);
    color: #C69F60;
}

.compare-table tbody tr {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.compare-table tbody tr:last-child { border-bottom: none; }

.compare-table tbody td {
    padding: 1.1rem 1.5rem;
    font-size: 0.92rem;
    vertical-align: middle;
}

.compare-table tbody td:first-child {
    color: #D1D5D4;
    font-weight: 600;
    text-align: left;
    background: rgba(255,255,255,0.02);
}

.compare-table tbody td:nth-child(2) {
    color: #94a3b8;
    background: rgba(255,255,255,0.02);
    text-align: center;
}

.compare-table tbody td:nth-child(3) {
    color: #FFFFFF;
    background: rgba(198,159,96,0.06);
    text-align: center;
    font-weight: 600;
}

.compare-table tbody td:nth-child(3) i.fa-check {
    color: #C69F60;
}

.compare-closer {
    margin-top: 2rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: #C69F60;
}

/* ── Features ─────────────────────────────────────────────────── */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
}

.feature-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.25s;
}

.feature-card:hover { border-color: rgba(198,159,96,0.3); }

.feature-card-header {
    padding: 1.5rem 1.75rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    cursor: pointer;
    user-select: none;
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: rgba(198,159,96,0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C69F60;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.feature-card-header-text { flex: 1; }

.feature-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.feature-teaser {
    font-size: 0.85rem;
    color: #D1D5D4;
    line-height: 1.5;
}

.feature-toggle {
    color: #C69F60;
    font-size: 0.85rem;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-top: 4px;
}

.feature-card.open .feature-toggle { transform: rotate(180deg); }

.feature-detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 1.75rem;
}

.feature-card.open .feature-detail {
    max-height: 400px;
    padding-bottom: 1.5rem;
}

.feature-detail p {
    font-size: 0.88rem;
    color: #D1D5D4;
    line-height: 1.7;
    border-top: 1px solid rgba(198,159,96,0.15);
    padding-top: 1rem;
}

/* ── Mid-page CTA Band ────────────────────────────────────────── */
.cta-band {
    padding: 5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(198,159,96,0.1) 0%, transparent 65%);
    pointer-events: none;
}

.cta-band h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.cta-band p {
    font-size: 1rem;
    color: #D1D5D4;
    margin-bottom: 2rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.cta-band .referral-note {
    margin-top: 1rem;
    font-size: 0.78rem;
    color: rgba(209,213,212,0.55);
}
.cta-band .referral-note span { color: #C69F60; }

/* ── FAQ ──────────────────────────────────────────────────────── */
.faq-section {
    padding: 6rem 2rem;
    max-width: 780px;
    margin: 0 auto;
}

.faq-list { margin-top: 3rem; }

.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
}

.faq-question span {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: #FFFFFF;
    line-height: 1.4;
}

.faq-chevron {
    color: #C69F60;
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-chevron { transform: rotate(180deg); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.faq-item.open .faq-answer { max-height: 600px; }

.faq-answer-inner {
    padding-bottom: 1.5rem;
    font-size: 0.93rem;
    color: #D1D5D4;
    line-height: 1.75;
}

.faq-answer-inner strong { color: #C69F60; }

/* ── Footer ───────────────────────────────────────────────────── */
.lp-footer {
    padding: 4rem 2rem 3rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    text-align: center;
}

.footer-logo {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 2rem;
    color: #C69F60;
    display: block;
    margin-bottom: 1.5rem;
}

.footer-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.footer-links a {
    font-size: 0.8rem;
    color: rgba(209,213,212,0.5);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-links a:hover { color: #C69F60; }

.footer-links .divider {
    width: 1px;
    height: 12px;
    background: rgba(255,255,255,0.15);
    display: inline-block;
}

.footer-copy {
    font-size: 0.75rem;
    color: rgba(209,213,212,0.35);
}

/* ── Scroll Reveal ────────────────────────────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Industry Visibility ──────────────────────────────────────── */
.grooming-only { display: none; }
.hb-only { display: none; }

body.industry-grooming .grooming-only { display: block; }
body.industry-grooming .grooming-grid { display: grid; }
body.industry-hb .hb-only { display: block; }
body.industry-hb .hb-grid { display: grid; }

/* ── Divider ──────────────────────────────────────────────────── */
.gold-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #C69F60, transparent);
    margin: 1.5rem auto;
    border: none;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 768px) {
    .lp-nav { padding: 0.85rem 1.25rem; }
    .lp-section { padding: 4rem 1.25rem; }
    .lp-section-full { padding: 4rem 1.25rem; }
    .mia-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
    .selector-cards { flex-direction: column; align-items: center; }
    .selector-card { min-width: unset; width: 100%; max-width: 400px; }
    .pain-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .compare-table { font-size: 0.8rem; }
    .compare-table tbody td, .compare-table thead th { padding: 0.85rem 0.75rem; }
    .hero { padding: 6rem 1.25rem 3rem; }
    .footer-links { gap: 1rem; }
    .mia-action-image { max-width: 100%; }
}

@media (max-width: 480px) {
    .compare-table-wrapper { overflow-x: auto; }
    .compare-table { min-width: 500px; }
}