/* =====================================================
   ALAVANKA REDESIGN - DEFERRED CSS v4
   Complete visual formatting for all sections
   ===================================================== */

/* ===== PAIN SECTION ===== */
.pain-section{
    background:linear-gradient(180deg,var(--bg) 0%,#fff 100%);
}
.pain-intro{
    text-align:center;
    padding:20px 24px;
    background:linear-gradient(135deg,rgba(239,68,68,0.08),rgba(239,68,68,0.02));
    border:1px solid rgba(239,68,68,0.15);
    border-left:4px solid var(--danger);
    border-radius:var(--r-lg);
    margin-bottom:32px;
}
.pain-intro p{font-size:16px;color:var(--text);font-weight:500;margin:0;line-height:1.6}
.pain-grid{display:flex;flex-direction:column;gap:16px}
.pain-card{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--r-xl);
    padding:24px;
    transition:all 0.3s ease;
}
.pain-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 32px rgba(0,0,0,0.1);
    border-color:rgba(239,68,68,0.3);
}
.pain-card-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
    padding-bottom:14px;
    border-bottom:1px solid var(--border);
}
.pain-card-icon{
    width:44px;height:44px;
    background:linear-gradient(135deg,rgba(239,68,68,0.12),rgba(239,68,68,0.05));
    border:1px solid rgba(239,68,68,0.15);
    border-radius:var(--r-md);
    display:flex;align-items:center;justify-content:center;
    font-size:20px;
    flex-shrink:0;
}
.pain-card-title{font-size:16px;font-weight:700;color:var(--danger)}
.pain-card ul{list-style:none;margin:0;padding:0}
.pain-card li{
    padding:10px 0;
    padding-left:24px;
    position:relative;
    font-size:14px;
    color:var(--text-secondary);
    line-height:1.6;
    border-bottom:1px solid rgba(0,0,0,0.04);
}
.pain-card li:last-child{border-bottom:none}
.pain-card li::before{
    content:'→';
    position:absolute;
    left:0;
    color:var(--danger);
    font-weight:700;
}

/* ===== CONSEQUENCES ===== */
.consequences{
    background:linear-gradient(180deg,#fff 0%,var(--bg) 100%);
}
.consequence-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}
.consequence-card{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--r-lg);
    padding:20px 16px;
    text-align:center;
    transition:all 0.3s ease;
}
.consequence-card:hover{
    border-color:rgba(239,68,68,0.4);
    transform:translateY(-3px);
    box-shadow:0 8px 24px rgba(239,68,68,0.1);
}
.consequence-card .icon{font-size:28px;margin-bottom:10px;display:block}
.consequence-card h3,.consequence-card .consequence-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:6px;font-family:'Space Grotesk',sans-serif;line-height:1.15;letter-spacing:-0.02em}
.consequence-card p{font-size:12px;color:var(--text-secondary);line-height:1.5;margin:0}

.urgency-box{
    margin-top:28px;
    padding:28px 24px;
    background:linear-gradient(135deg,var(--danger) 0%,#DC2626 100%);
    border-radius:var(--r-xl);
    text-align:center;
    color:#fff;
    box-shadow:0 8px 32px rgba(239,68,68,0.3);
}
.urgency-box h3,.urgency-box .urgency-title{font-size:17px;font-weight:700;margin-bottom:8px;color:#fff;font-family:'Space Grotesk',sans-serif;line-height:1.15}
.urgency-box p{font-size:14px;opacity:0.95;line-height:1.7;margin:0;color:#fff}

/* ===== SOLUTION SECTION ===== */
.solution-section{background:var(--bg)}
.comparison-cards{display:flex;flex-direction:column;gap:16px}
.comp-card{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--r-xl);
    padding:24px;
    transition:all 0.3s ease;
}
.comp-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}
.comp-card.highlight{
    border:2px solid var(--accent);
    background:linear-gradient(135deg,rgba(27,58,92,0.04),#fff);
    box-shadow:0 4px 20px rgba(27,58,92,0.15);
}
.comp-card .label{
    display:inline-block;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:8px;
    padding:4px 10px;
    border-radius:var(--r-full);
}
.comp-card.fail .label{color:var(--danger);background:var(--danger-bg)}
.comp-card.highlight .label{color:var(--accent);background:var(--accent-bg)}
.comp-card h3,.comp-card .comp-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px;font-family:'Space Grotesk',sans-serif;line-height:1.15}
.comp-card p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}

/* ===== LOGO BAR - Career Credibility ===== */
.logo-bar-section{
    padding:40px 20px;
    background:var(--bg);
    text-align:center;
}
.logo-bar-label{
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:3px;
    color:var(--text-muted);
    margin-bottom:24px;
}
.logo-bar{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}
.logo-bar-item{
    opacity:0.5;
    transition:opacity 0.3s;
    filter:grayscale(100%);
}
.logo-bar-item:hover{
    opacity:0.85;
    filter:grayscale(0%);
}
.logo-bar-item img{height:32px;width:auto;object-fit:contain}

/* ===== FOUNDER HERO - Prominent Photo + Quote ===== */
.founder-hero{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:24px;
    margin-bottom:36px;
    padding:36px 28px;
    background:linear-gradient(135deg,#f8f6f0,#fff);
    border:1px solid rgba(200,150,90,0.2);
    border-radius:var(--r-xl);
}
.founder-photo-large{
    width:160px;height:160px;
    border-radius:var(--r-lg);
    object-fit:cover;
    border:4px solid var(--warm);
    box-shadow:0 12px 32px rgba(200,150,90,0.2);
}
.founder-hero-content h3{font-size:22px;margin-bottom:6px;color:var(--text)}
.founder-hero-content .founder-title{
    font-size:13px;
    color:var(--accent);
    font-weight:600;
    margin-bottom:16px;
    display:inline-block;
}
.founder-quote-block{
    font-family:'DM Serif Display',Georgia,serif;
    font-size:clamp(18px,4vw,22px);
    font-weight:400;
    color:var(--text);
    line-height:1.6;
    margin:0;
    padding:20px 24px;
    background:rgba(27,58,92,0.03);
    border-left:4px solid var(--warm);
    border-radius:0 var(--r-md) var(--r-md) 0;
    font-style:italic;
    position:relative;
}
.founder-quote-block::before{
    content:'"';
    position:absolute;
    top:-10px;left:12px;
    font-size:48px;
    color:var(--warm);
    opacity:0.3;
    font-family:Georgia,serif;
    line-height:1;
}

/* ===== AUTHORITY BADGES ===== */
.authority-badges{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px;
    flex-wrap:wrap;
    margin-top:32px;
    padding:24px 20px;
    background:linear-gradient(135deg,rgba(27,58,92,0.04),rgba(27,58,92,0.01));
    border:1px solid rgba(27,58,92,0.1);
    border-radius:var(--r-xl);
}
.badge-item{
    opacity:0.6;
    transition:opacity 0.3s;
    filter:grayscale(50%);
}
.badge-item:hover{
    opacity:1;
    filter:grayscale(0%);
}
.badge-item img{height:28px;width:auto;object-fit:contain}

/* ===== CTA MICRO-COPY ===== */
.cta-micro{
    font-size:13px;
    font-weight:600;
    color:var(--warm);
    margin-bottom:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
}
.cta-micro::before{content:'→';font-weight:700}

/* ===== PHASE DELIVERY TAGS ===== */
.phase-delivery{
    font-size:12px !important;
    font-weight:700 !important;
    color:var(--warm) !important;
    background:rgba(200,150,90,0.08);
    border-radius:var(--r-sm);
    padding:8px 12px !important;
    padding-left:12px !important;
    margin-top:4px;
    border-bottom:none !important;
}
.phase-delivery::before{content:'→ ' !important;position:static !important}

/* ===== WHY SECTION ===== */
.why-section{background:linear-gradient(180deg,#fff 0%,rgba(27,58,92,0.03) 100%)}
.why-hero{
    background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);
    border-radius:var(--r-xl);
    padding:36px 24px;
    text-align:center;
    color:#fff;
    margin-bottom:32px;
    box-shadow:0 12px 40px rgba(27,58,92,0.35);
}
.why-hero .big-stat{
    font-family:'Space Grotesk',sans-serif;
    font-size:clamp(36px,10vw,52px);
    font-weight:700;
    margin-bottom:6px;
}
.why-hero .stat-label{font-size:16px;opacity:0.9;margin-bottom:16px;font-weight:500}
.why-hero .stat-detail{font-size:14px;opacity:0.8;line-height:1.8}

.credentials-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}
.credential-card{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--r-lg);
    padding:18px;
    transition:all 0.3s ease;
}
.credential-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 24px rgba(27,58,92,0.1);
    border-color:var(--border-accent);
}
.credential-card h4{
    font-size:11px;
    font-weight:700;
    color:var(--accent);
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}
.credential-card ul{list-style:none;margin:0;padding:0}
.credential-card li{font-size:13px;color:var(--text-secondary);padding:5px 0}

.founder-profile{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:20px;
    margin-top:40px;
    padding:36px 28px;
    background:linear-gradient(135deg,var(--bg),#fff);
    border:1px solid var(--border);
    border-radius:var(--r-xl);
}
.founder-photo{
    width:180px;height:180px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid var(--warm);
    box-shadow:0 12px 40px rgba(200,150,90,0.25),0 0 0 8px rgba(200,150,90,0.08);
}
.founder-info h3{font-size:22px;margin-bottom:6px;color:var(--text);font-family:'DM Serif Display',Georgia,serif}
.founder-title{
    font-size:13px;
    color:var(--accent);
    font-weight:600;
    margin-bottom:14px;
    padding:6px 14px;
    background:var(--accent-bg);
    border-radius:var(--r-full);
    display:inline-block;
}
.founder-quote{
    font-size:15px;
    color:var(--text-secondary);
    font-style:italic;
    line-height:1.7;
    margin:0;
    padding:16px 20px;
    background:var(--bg);
    border-left:3px solid var(--warm);
    border-radius:0 var(--r-md) var(--r-md) 0;
}

/* ===== PROCESS SECTION ===== */
.process-section{background:linear-gradient(180deg,rgba(200,150,90,0.04) 0%,#fff 100%)}
.timeline{position:relative;padding-left:44px}
.timeline::before{
    content:'';
    position:absolute;
    left:16px;top:0;bottom:0;
    width:3px;
    background:linear-gradient(180deg,var(--accent),var(--accent-light),rgba(27,58,92,0.2));
    border-radius:2px;
}
.timeline-item{position:relative;padding-bottom:28px}
.timeline-item:last-child{padding-bottom:0}
.timeline-dot{
    position:absolute;
    left:-44px;top:4px;
    width:32px;height:32px;
    background:linear-gradient(135deg,var(--accent),var(--accent-dark));
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    color:#fff;
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;
    font-size:14px;
    box-shadow:0 4px 12px rgba(27,58,92,0.3);
    border:3px solid #fff;
}
.timeline-content{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--r-lg);
    padding:20px;
    transition:all 0.3s ease;
}
.timeline-content:hover{
    transform:translateX(4px);
    box-shadow:0 8px 24px rgba(0,0,0,0.08);
    border-color:var(--border-accent);
}
.timeline-content h4{font-size:17px;font-weight:700;margin-bottom:4px;color:var(--text)}
.timeline-content .duration{
    display:inline-block;
    font-size:11px;
    font-weight:700;
    color:var(--accent);
    margin-bottom:12px;
    padding:3px 10px;
    background:var(--accent-bg);
    border-radius:var(--r-full);
}
.timeline-content ul{list-style:none;margin:0;padding:0}
.timeline-content li{
    font-size:13px;
    color:var(--text-secondary);
    padding:6px 0;
    padding-left:18px;
    position:relative;
    line-height:1.5;
}
.timeline-content li::before{
    content:'';
    position:absolute;
    left:0;top:12px;
    width:5px;height:5px;
    background:var(--accent);
    border-radius:50%;
}

/* ===== FIT SECTION ===== */
.fit-section{background:linear-gradient(180deg,#fff 0%,rgba(27,58,92,0.03) 100%)}
.fit-cards{display:flex;flex-direction:column;gap:16px}
.fit-card{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--r-xl);
    padding:24px;
    transition:all 0.3s ease;
    position:relative;
    overflow:hidden;
}
.fit-card::before{
    content:'';
    position:absolute;
    top:0;left:0;
    width:4px;height:100%;
}
.fit-card.positive::before{background:linear-gradient(180deg,var(--success),#34D399)}
.fit-card.negative::before{background:linear-gradient(180deg,var(--danger),#F87171)}
.fit-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.1)}
.fit-card h3{font-size:16px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.fit-card.positive h3{color:var(--success)}
.fit-card.negative h3{color:var(--danger)}
.fit-card ul{list-style:none;margin:0;padding:0}
.fit-card li{
    font-size:14px;
    color:var(--text-secondary);
    padding:8px 0;
    padding-left:28px;
    position:relative;
    line-height:1.5;
    border-bottom:1px solid rgba(0,0,0,0.04);
}
.fit-card li:last-child{border-bottom:none}
.fit-card.positive li::before{content:'✓';position:absolute;left:0;color:var(--success);font-weight:bold}
.fit-card.negative li::before{content:'✗';position:absolute;left:0;color:var(--danger);font-weight:bold}

/* ===== CTA FINAL ===== */
.cta-final{
    background:linear-gradient(180deg,rgba(27,58,92,0.03) 0%,#fff 50%,rgba(200,150,90,0.04) 100%);
    text-align:center;
}
.cta-box{
    background:var(--bg-card);
    border:2px solid var(--accent);
    border-radius:var(--r-xl);
    padding:36px 28px;
    max-width:500px;
    margin:0 auto;
    box-shadow:0 16px 48px rgba(27,58,92,0.2);
}
.cta-box h3{font-size:22px;margin-bottom:12px}
.cta-box>p{font-size:15px;color:var(--text-secondary);margin-bottom:24px;line-height:1.7}
.cta-box .btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 32px;
    background:linear-gradient(135deg,var(--warm),var(--warm-dark));
    color:#fff;
    border:none;
    border-radius:var(--r-md);
    font-family:inherit;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    cursor:pointer;
    transition:all 0.3s;
    width:100%;
    box-shadow:0 4px 16px rgba(200,150,90,0.35);
}
.cta-box .btn-primary:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 24px rgba(200,150,90,0.45);
}

/* Secondary Options - FIXED ICON SIZE */
.secondary-options{
    display:flex;
    justify-content:center;
    gap:32px;
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid var(--border);
}
.sec-link{
    font-size:14px;
    color:var(--text-secondary);
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:all 0.2s;
    font-weight:600;
    padding:8px 14px;
    border-radius:var(--r-sm);
}
.sec-link:hover{color:var(--accent);background:var(--accent-bg)}
.sec-link svg{
    width:18px !important;
    height:18px !important;
    flex-shrink:0;
}

/* Contact Info */
.contact-info{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    margin-top:36px;
}
.contact-info p{
    font-size:14px;
    color:var(--text-muted);
    margin:0;
    display:flex;
    align-items:center;
    gap:10px;
}
.contact-info p span{font-size:16px}
.contact-info a{
    color:var(--accent);
    text-decoration:none;
    font-weight:600;
    transition:color 0.2s;
}
.contact-info a:hover{color:var(--accent-dark);text-decoration:underline}

/* ===== FAQ SECTION ===== */
.faq-section{background:linear-gradient(180deg,rgba(200,150,90,0.04) 0%,#fff 100%)}
.faq-container{max-width:700px;margin:0 auto}
.faq-item{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--r-lg);
    margin-bottom:12px;
    overflow:hidden;
    transition:all 0.3s ease;
}
.faq-item:hover{border-color:var(--border-accent)}
.faq-item.active{
    border-color:var(--accent);
    box-shadow:0 8px 24px rgba(27,58,92,0.12);
}
.faq-question{
    width:100%;
    padding:18px 20px;
    background:none;
    border:none;
    text-align:left;
    font-family:inherit;
    font-size:15px;
    font-weight:600;
    color:var(--text);
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    transition:background 0.2s;
}
.faq-question:hover{background:var(--accent-bg)}
.faq-question span:first-child{flex:1}
.faq-question .icon{
    width:26px;height:26px;
    display:flex;align-items:center;justify-content:center;
    font-size:18px;font-weight:300;
    color:#fff;
    background:var(--accent);
    border-radius:50%;
    transition:transform 0.3s;
    flex-shrink:0;
}
.faq-item.active .faq-question .icon{transform:rotate(45deg)}
.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
}
.faq-item.active .faq-answer{/* max-height set by JS for accurate fit */}
.faq-answer-content{
    padding:0 20px 20px;
    font-size:14px;
    color:var(--text-secondary);
    line-height:1.8;
}
.faq-answer-content p{margin:0}
.faq-answer-content strong{color:var(--text);font-weight:600}

/* ===== INVESTORS SECTION ===== */
.investors-section{
    background:linear-gradient(180deg,#0D1B2A 0%,#0F1F33 50%,#0A1525 100%);
    color:#fff;
    padding:80px 10%;
}

.investors-section .section-header{margin-bottom:3rem}
.investors-section .section-header h2{color:#fff}
.investors-section .section-header h2 .hl{color:var(--warm-light)}
.investors-section .section-header p{color:rgba(255,255,255,0.7)}

@media (max-width:900px){
    .investors-section{padding:60px 5%}
}

/* Investor Hero */
.inv-hero{
    padding:64px 20px;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.inv-hero::before{
    content:'';
    position:absolute;
    top:-30%;right:-20%;
    width:60%;height:100%;
    background:radial-gradient(circle,rgba(200,150,90,0.12) 0%,transparent 50%);
    pointer-events:none;
}
.inv-hero-badge{
    display:inline-block;
    padding:10px 18px;
    background:linear-gradient(135deg,rgba(200,150,90,0.2),rgba(200,150,90,0.08));
    border:1px solid rgba(200,150,90,0.35);
    border-radius:var(--r-full);
    font-size:13px;
    font-weight:600;
    color:var(--warm-light);
    margin-bottom:20px;
}
.inv-hero h2{
    font-size:clamp(26px,7vw,42px);
    color:#fff;
    margin-bottom:16px;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}
.inv-hero h2 .hl-light{color:var(--warm-light)}
.inv-hero-sub{
    font-size:clamp(15px,4vw,18px);
    color:rgba(255,255,255,0.75);
    max-width:600px;
    margin:0 auto 36px;
    line-height:1.7;
}
.inv-hero-stats{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    max-width:800px;
    margin:0 auto;
}
.inv-stat{
    background:linear-gradient(135deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02));
    border:1px solid rgba(255,255,255,0.1);
    border-radius:var(--r-lg);
    padding:22px 18px;
    text-align:center;
    transition:all 0.3s ease;
}
.inv-stat:hover{
    border-color:rgba(200,150,90,0.4);
    transform:translateY(-2px);
}
.inv-stat-number{
    display:block;
    font-family:'Space Grotesk',sans-serif;
    font-size:clamp(28px,8vw,38px);
    font-weight:700;
    color:var(--warm-light);
    margin-bottom:6px;
}
.inv-stat-label{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.5}

/* Scorecard */
.inv-scorecard{
    padding:56px 20px;
    background:linear-gradient(135deg,rgba(239,68,68,0.08),rgba(239,68,68,0.02));
    border-top:1px solid rgba(239,68,68,0.15);
    border-bottom:1px solid rgba(239,68,68,0.15);
}
.inv-scorecard-header{text-align:center;margin-bottom:32px}
.inv-scorecard-header h3{font-size:clamp(18px,5vw,24px);color:#fff;margin-bottom:10px}
.inv-scorecard-header p{font-size:14px;color:rgba(255,255,255,0.6);margin:0}
.inv-scorecard-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    max-width:900px;
    margin:0 auto;
}
.inv-flag{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background:linear-gradient(135deg,rgba(255,255,255,0.04),rgba(255,255,255,0.01));
    border:1px solid rgba(255,255,255,0.08);
    border-radius:var(--r-lg);
    padding:18px;
    transition:all 0.3s ease;
}
.inv-flag:hover{
    border-color:rgba(239,68,68,0.5);
    transform:translateX(4px);
}
.inv-flag-icon{font-size:24px;flex-shrink:0}
.inv-flag-content h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}
.inv-flag-content p{font-size:12px;color:rgba(255,255,255,0.6);line-height:1.5;margin:0}
.inv-scorecard-result{
    margin-top:28px;
    padding:22px;
    background:linear-gradient(135deg,rgba(239,68,68,0.12),rgba(239,68,68,0.04));
    border:1px solid rgba(239,68,68,0.25);
    border-radius:var(--r-lg);
    text-align:center;
}
.inv-scorecard-result p{font-size:14px;color:rgba(255,255,255,0.85);margin:0;line-height:1.7}
.inv-scorecard-result strong{color:#fff}

/* Cost Section */
.inv-cost-section{padding:56px 20px}
.inv-cost-section h3{font-size:clamp(18px,5vw,24px);color:#fff;text-align:center;margin-bottom:10px}
.inv-cost-intro{font-size:15px;color:rgba(255,255,255,0.6);text-align:center;margin-bottom:32px}
.inv-cost-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    max-width:900px;
    margin:0 auto;
}
.inv-cost-card{
    background:linear-gradient(135deg,rgba(255,255,255,0.05),rgba(255,255,255,0.01));
    border:1px solid rgba(255,255,255,0.08);
    border-radius:var(--r-xl);
    padding:24px 20px;
    text-align:center;
    transition:all 0.3s ease;
}
.inv-cost-card:hover{
    border-color:rgba(200,150,90,0.4);
    transform:translateY(-3px);
}
.inv-cost-icon{font-size:32px;margin-bottom:14px}
.inv-cost-card h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:10px}
.inv-cost-card p{font-size:13px;color:rgba(255,255,255,0.65);line-height:1.7;margin:0}
.inv-cost-card strong{color:var(--warm-light)}

/* Solution Section */
.inv-solution{
    padding:56px 20px;
    background:linear-gradient(135deg,rgba(200,150,90,0.08),rgba(200,150,90,0.03));
    border-top:1px solid rgba(200,150,90,0.15);
}
.inv-solution-header{text-align:center;margin-bottom:32px}
.inv-solution-header h3{font-size:clamp(18px,5vw,24px);color:#fff;margin-bottom:10px}
.inv-solution-header p{font-size:14px;color:rgba(255,255,255,0.6);margin:0}
.inv-solution-comparison{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    max-width:800px;
    margin:0 auto;
}
.inv-comp-card{
    background:linear-gradient(135deg,rgba(255,255,255,0.04),rgba(255,255,255,0.01));
    border:1px solid rgba(255,255,255,0.08);
    border-radius:var(--r-xl);
    padding:24px;
    transition:all 0.3s ease;
}
.inv-comp-card.good{
    border-color:var(--warm);
    background:linear-gradient(135deg,rgba(200,150,90,0.1),rgba(200,150,90,0.03));
}
.inv-comp-card h4{
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:14px;
}
.inv-comp-card.bad h4{color:rgba(255,255,255,0.5)}
.inv-comp-card.good h4{color:var(--warm-light)}
.inv-comp-card ul{list-style:none;margin:0;padding:0}
.inv-comp-card li{
    font-size:13px;
    color:rgba(255,255,255,0.7);
    padding:7px 0;
    padding-left:22px;
    position:relative;
}
.inv-comp-card li::before{
    content:'';
    position:absolute;
    left:0;top:12px;
    width:6px;height:6px;
    border-radius:50%;
}
.inv-comp-card.bad li::before{background:rgba(255,255,255,0.2)}
.inv-comp-card.good li::before{background:var(--warm-light)}
.inv-comp-card li strong{color:rgba(255,255,255,0.9)}

/* Model Section */
.inv-model{padding:56px 20px}
.inv-model h3{font-size:clamp(18px,5vw,24px);color:#fff;text-align:center;margin-bottom:32px}
.inv-model-options{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    max-width:900px;
    margin:0 auto;
}
.inv-model-card{
    background:linear-gradient(135deg,rgba(255,255,255,0.05),rgba(255,255,255,0.01));
    border:1px solid rgba(255,255,255,0.08);
    border-radius:var(--r-xl);
    padding:24px;
    transition:all 0.3s ease;
    position:relative;
}
.inv-model-card:hover{border-color:rgba(200,150,90,0.5);transform:translateY(-3px)}
.inv-model-card.featured{
    border-color:var(--warm);
    background:linear-gradient(135deg,rgba(200,150,90,0.1),rgba(200,150,90,0.03));
}
.inv-model-badge{
    position:absolute;
    top:-10px;left:20px;
    padding:4px 12px;
    background:var(--warm);
    color:#fff;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    border-radius:var(--r-full);
}
.inv-model-card h4{font-size:17px;font-weight:700;color:#fff;margin:8px 0}
.inv-model-desc{font-size:13px;color:rgba(255,255,255,0.6);margin-bottom:14px}
.inv-model-card ul{list-style:none;margin:0 0 14px 0;padding:0}
.inv-model-card li{
    font-size:13px;
    color:rgba(255,255,255,0.75);
    padding:5px 0;
    padding-left:20px;
    position:relative;
}
.inv-model-card li::before{
    content:'✓';
    position:absolute;
    left:0;
    color:var(--warm-light);
    font-size:12px;
}
.inv-model-price{
    font-size:12px;
    font-weight:700;
    color:var(--warm-light);
    text-transform:uppercase;
    letter-spacing:1px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,0.1);
}

/* Deliverables */
.inv-deliverables{
    padding:56px 20px;
    background:linear-gradient(180deg,rgba(255,255,255,0.02),rgba(255,255,255,0.04));
    border-top:1px solid rgba(255,255,255,0.05);
}
.inv-deliverables h3{font-size:clamp(18px,5vw,24px);color:#fff;text-align:center;margin-bottom:32px}
.inv-del-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    max-width:700px;
    margin:0 auto;
}
.inv-del-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 18px;
    background:linear-gradient(135deg,rgba(255,255,255,0.04),rgba(255,255,255,0.01));
    border:1px solid rgba(255,255,255,0.08);
    border-radius:var(--r-md);
    font-size:13px;
    color:rgba(255,255,255,0.85);
    transition:all 0.2s;
}
.inv-del-item:hover{border-color:rgba(200,150,90,0.4)}
.inv-del-icon{font-size:18px;flex-shrink:0}

/* CTA Section */
.inv-cta-section{
    padding:56px 20px;
    text-align:center;
}
.inv-cta-box{
    max-width:900px;
    margin:0 auto;
    background:linear-gradient(135deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));
    border:1px solid rgba(255,255,255,0.1);
    border-radius:var(--r-xl);
    padding:36px 24px;
}
.inv-cta-content{margin-bottom:24px}
.inv-cta-content h3{font-size:clamp(20px,5vw,26px);color:#fff;margin-bottom:12px}
.inv-cta-content p{font-size:15px;color:rgba(255,255,255,0.7);margin-bottom:20px;line-height:1.7}
.inv-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 28px;
    border-radius:var(--r-md);
    font-family:inherit;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    cursor:pointer;
    transition:all 0.3s;
}
.inv-cta-btn.primary{
    background:linear-gradient(135deg,var(--warm),var(--warm-dark));
    color:#fff;
    border:none;
    box-shadow:0 4px 20px rgba(200,150,90,0.35);
}
.inv-cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(200,150,90,0.45)}
.inv-cta-btn.secondary{
    background:transparent;
    color:var(--warm-light);
    border:2px solid var(--warm);
}
.inv-cta-btn.secondary:hover{background:rgba(200,150,90,0.1)}
.inv-cta-btn svg{width:18px;height:18px;flex-shrink:0}
.inv-cta-divider{
    display:flex;
    align-items:center;
    gap:16px;
    margin:24px 0;
}
.inv-cta-divider::before,.inv-cta-divider::after{
    content:'';
    flex:1;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,0.12),transparent);
}
.inv-cta-divider span{
    font-size:12px;
    color:rgba(255,255,255,0.4);
    text-transform:uppercase;
    letter-spacing:1px;
}
.inv-cta-guide{
    background:linear-gradient(135deg,rgba(200,150,90,0.1),rgba(200,150,90,0.03));
    border:1px solid rgba(200,150,90,0.25);
    border-radius:var(--r-lg);
    padding:24px;
    text-align:left;
}
.inv-cta-guide h4{font-size:16px;color:#fff;margin-bottom:8px}
.inv-guide-title{font-size:14px;color:var(--warm-light);font-weight:600;margin-bottom:16px}
.inv-guide-features{list-style:none;margin:0 0 20px 0;padding:0}
.inv-guide-features li{
    font-size:13px;
    color:rgba(255,255,255,0.75);
    padding:5px 0;
    padding-left:20px;
    position:relative;
}
.inv-guide-features li::before{content:'✓';position:absolute;left:0;color:var(--warm-light);font-size:12px}
.inv-guide-note{font-size:11px;color:rgba(255,255,255,0.4);margin-top:12px}

.inv-trust{
    padding:32px 20px 56px;
    text-align:center;
}
.inv-trust-text{
    font-size:13px;
    color:rgba(255,255,255,0.5);
    max-width:700px;
    margin:0 auto;
    line-height:1.8;
}
.inv-trust-text strong{color:rgba(255,255,255,0.8)}

/* ===== FOOTER ===== */
footer{
    background-color:var(--bg-dark,#0D1B2A);
    color:#fff;
    padding:40px 20px;
    text-align:center;
    font-size:0.9rem;
}
footer p{
    margin:5px 0;
    color:rgba(255,255,255,0.6);
    font-size:14px;
}
footer a{
    color:var(--warm-light,#D4A96F);
    text-decoration:none;
    margin:0 12px;
    font-weight:500;
    transition:color 0.2s;
}
footer a:hover{
    text-decoration:underline;
}

/* ===== WHATSAPP FLOAT ===== */
/* Scroll-reveal animation for observed elements */
[data-observe]{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}
[data-observe].animate-in{opacity:1;transform:translateY(0)}

.whatsapp-float{
    position:fixed;
    bottom:20px;right:20px;
    width:52px;height:52px;
    background:linear-gradient(135deg,#25D366,#128C7E);
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 4px 20px rgba(37,211,102,0.4);
    z-index:999;
    transition:all 0.3s;
    text-decoration:none;
}
.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 28px rgba(37,211,102,0.5)}
.whatsapp-float svg{width:26px;height:26px;fill:#fff}

/* =====================================================
   RESPONSIVE - TABLET (768px+)
   ===================================================== */
@media(min-width:768px){
    /* New audit components */
    .logo-bar{gap:56px}
    .logo-bar-item img{height:36px}
    .founder-hero{flex-direction:row;text-align:left;gap:32px;padding:44px 36px}
    .founder-photo-large{width:200px;height:200px;flex-shrink:0}
    .founder-quote-block{font-size:20px}
    .authority-badges{gap:36px}
    .badge-item img{height:32px}
    
    .pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
    .consequence-grid{grid-template-columns:repeat(3,1fr);gap:16px}
    .comparison-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}
    .credentials-grid{grid-template-columns:repeat(4,1fr);gap:16px}
    .founder-profile{flex-direction:row;text-align:left;gap:32px;padding:40px}
    .founder-photo{width:200px;height:200px;flex-shrink:0}
    .fit-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}
    .cta-box{padding:44px 36px}
    .cta-box .btn-primary{width:auto;padding:16px 40px}
    .contact-info{flex-direction:row;gap:36px}
    
    /* Investors Tablet */
    .inv-hero{padding:80px 32px}
    .inv-hero-stats{grid-template-columns:repeat(3,1fr)}
    .inv-scorecard{padding:72px 32px}
    .inv-scorecard-grid{grid-template-columns:repeat(2,1fr)}
    .inv-cost-section{padding:72px 32px}
    .inv-cost-grid{grid-template-columns:repeat(2,1fr)}
    .inv-solution{padding:72px 32px}
    .inv-solution-comparison{grid-template-columns:repeat(2,1fr)}
    .inv-model{padding:72px 32px}
    .inv-model-options{grid-template-columns:repeat(2,1fr)}
    .inv-deliverables{padding:72px 32px}
    .inv-del-grid{grid-template-columns:repeat(2,1fr)}
    .inv-cta-section{padding:72px 32px}
    .inv-cta-box{
        display:grid;
        grid-template-columns:1fr auto 1fr;
        gap:32px;
        align-items:center;
        padding:40px 36px;
    }
    .inv-cta-content{margin-bottom:0;text-align:left}
    .inv-cta-divider{
        flex-direction:column;
        margin:0;
        height:100%;
    }
    .inv-cta-divider::before,.inv-cta-divider::after{
        width:1px;height:auto;flex:1;
        background:linear-gradient(180deg,transparent,rgba(255,255,255,0.12),transparent);
    }
}

/* =====================================================
   RESPONSIVE - DESKTOP (1024px+)
   ===================================================== */
@media(min-width:1024px){
    .founder-photo{width:240px;height:240px}
    .founder-profile{gap:40px;padding:48px}
    .consequence-grid{grid-template-columns:repeat(6,1fr)}
    .cta-box{padding:52px 44px;max-width:560px}
    .cta-box h3{font-size:26px}
    .faq-container{max-width:760px}
    .faq-question{font-size:16px;padding:20px 24px}
    .faq-answer-content{padding:0 24px 24px}
    .whatsapp-float{width:60px;height:60px;bottom:28px;right:28px}
    .whatsapp-float svg{width:30px;height:30px}
    
    /* Investors Desktop */
    .inv-hero{padding:96px 10%}
    .inv-scorecard{padding:88px 10%}
    .inv-scorecard-grid{grid-template-columns:repeat(3,1fr)}
    .inv-cost-section{padding:88px 10%}
    .inv-cost-grid{grid-template-columns:repeat(4,1fr)}
    .inv-solution{padding:88px 10%}
    .inv-model{padding:88px 10%}
    .inv-model-options{grid-template-columns:repeat(3,1fr)}
    .inv-deliverables{padding:88px 10%}
    .inv-del-grid{grid-template-columns:repeat(3,1fr)}
    .inv-cta-section{padding:88px 10%}
    .inv-cta-box{padding:48px}
}

/* ============================================
   MOBILE FIXES - Overflow + Cards Centralizados
   Data: 2026-02-03
   ============================================ */

/* ── Prevenir overflow horizontal global ── */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* ══════════════════════════════════════════════════════
   MOBILE FIXES (até 767px)
   ══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
    
    /* Container principal */
    * {
        box-sizing: border-box;
    }
    
    section {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* ══════════════════════════════════════════
       FOUNDER CASE PROOF - Cards lado a lado
       (Documentado no livro / Premiado Mentor)
       ══════════════════════════════════════════ */
    .founder-case-proof {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        padding: 16px !important;
        margin: 0 16px 20px !important;
        max-width: calc(100% - 32px) !important;
    }
    
    .founder-case-book {
        flex-direction: column !important;
        text-align: center !important;
        gap: 8px !important;
        width: 100% !important;
        padding: 16px !important;
        background: rgba(27,58,92,0.04);
        border-radius: 12px;
        margin: 0 !important;
        border-top: none !important;
        padding-top: 16px !important;
    }
    
    /* Segundo card (Premiado Mentor) - remover margin-top inline */
    .founder-case-book + .founder-case-book,
    .founder-case-book[style*="margin-top"],
    .founder-case-book[style*="border-top"] {
        margin-top: 0 !important;
        border-top: none !important;
        padding-top: 16px !important;
    }
    
    .founder-case-book span,
    .founder-case-book .ic {
        margin: 0 auto !important;
    }
    
    .founder-case-book strong {
        font-size: 14px !important;
    }
    
    .founder-case-book p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    
    /* ══════════════════════════════════════════
       FOUNDER CASE SOURCES - Links verificáveis
       ══════════════════════════════════════════ */
    .founder-case-sources {
        margin: 20px 16px !important;
        padding: 16px !important;
        max-width: calc(100% - 32px) !important;
    }
    
    .founder-case-sources a {
        word-break: break-word !important;
        font-size: 13px !important;
    }
    
    /* ══════════════════════════════════════════
       FOUNDER CASE STUDY - Container principal
       ══════════════════════════════════════════ */
    .founder-case-study {
        margin: 32px 16px !important;
        padding: 24px 16px !important;
        max-width: calc(100% - 32px) !important;
    }
    
    .founder-case-header h3 {
        font-size: 20px !important;
        padding: 0 8px !important;
    }
    
    .founder-case-timeline {
        padding-left: 32px !important;
        max-width: 100% !important;
    }
    
    .founder-case-marker {
        left: -32px !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
    }
    
    .founder-case-takeaway {
        margin: 0 !important;
        padding: 14px 16px !important;
        max-width: 100% !important;
    }
    
    /* ══════════════════════════════════════════
       CREDENTIALS GRID - 2 cards
       ══════════════════════════════════════════ */
    .credentials-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        padding: 0 16px !important;
    }
    
    .credential-card {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* ══════════════════════════════════════════
       WHY HERO - Big stat
       ══════════════════════════════════════════ */
    .why-hero {
        padding: 0 16px !important;
    }
    
    .big-stat {
        font-size: 36px !important;
    }
    
    /* ══════════════════════════════════════════
       SECTION HEADERS
       ══════════════════════════════════════════ */
    .section-header {
        padding: 0 16px !important;
    }
    
    .section-header h2 {
        font-size: 24px !important;
    }
    
    .section-header p {
        font-size: 15px !important;
    }
}

/* =====================================================
   UX FIXES v2 - DEFERRED CSS
   Mobile FAB, micro-interactions, FAQ auto-open
   ===================================================== */

/* Mobile FAB - CTA fixo após scroll */
@media (max-width: 767px) {
    .mobile-fab {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px 16px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-top: 1px solid var(--border);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
        z-index: 998;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }
    
    .mobile-fab.visible {
        transform: translateY(0);
    }
    
    .mobile-fab-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 14px 20px;
        background: linear-gradient(135deg, var(--warm), var(--warm-dark));
        color: white;
        border: none;
        border-radius: var(--r-md);
        font-family: inherit;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 4px 16px rgba(200, 150, 90, 0.3);
    }
    
    .mobile-fab-btn svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
    
    /* Esconder WhatsApp float quando FAB ativo */
    body.fab-active .whatsapp-float {
        transform: translateY(80px);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease;
    }
}

/* FAQ - Primeira pergunta aberta por default */
.faq-item:first-child .faq-content {
    max-height: 500px;
    padding-top: 16px;
}
.faq-item:first-child .faq-toggle svg {
    transform: rotate(180deg);
}

/* Micro-interactions - Hover lift em cards */
.track-card,
.pain-card,
.comp-card,
.fit-card,
.consequence-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.track-card:hover,
.pain-card:hover,
.comp-card:hover,
.fit-card:hover {
    transform: translateY(-4px);
}

/* Button press effect */
.btn-hero:active,
.btn-primary:active,
.qualifier-cta:active,
.mobile-fab-btn:active {
    transform: scale(0.98);
}

/* Focus states para acessibilidade */
.btn-hero:focus-visible,
.btn-primary:focus-visible,
.qualifier-cta:focus-visible,
.mobile-fab-btn:focus-visible {
    outline: 2px solid var(--warm);
    outline-offset: 2px;
}

/* Print - esconder elementos dinâmicos */
@media print {
    .mobile-fab,
    .whatsapp-float,
    .slots-indicator,
    .trust-ticker {
        display: none !important;
    }
}
