@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Fira+Code:wght@300..700&display=swap');

:root {
    /* Base Theme */
    --bg: #04080F;
    --card-bg: #0A1220;
    --surface-hover: #0E182A;
    
    /* Tweaked Focus Anchors */
    --primary-blue: #3B82F6;
    --primary-glow: rgba(59, 130, 246, 0.3);
    --primary-teal: #00B4A0;
    --electric-teal: #00FFD4;
    --accent-purple: #8B5CF6;
    --success-green: #10B981;
    --danger-red: #EF4444;
    
    --text-main: #F9FAFB;
    --text-muted: #9CA3AF;
    --border: rgba(255, 255, 255, 0.08);
    
    /* Spacing System */
    --section-pad: 100px;
    --card-pad: 32px;
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
body { background: var(--bg); color: var(--text-main); font-family: 'Inter', sans-serif; line-height: 1.6; overflow-x: hidden; scroll-behavior: smooth; }

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

/* 10. Typography Split */
h1, h2, h3 { font-family: 'Fraunces', serif; }
h1 { font-size: clamp(44px, 8vw, 76px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 5vw, 52px); font-weight: 700; line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 20px; }
h3 { font-size: 26px; font-weight: 600; margin-bottom: 16px; font-family: 'Inter', sans-serif; /* Keep Inter for smaller headings */ }
p { font-size: 18px; color: var(--text-muted); }
.small-text { font-size: 14px; }

/* 8. "Automatically" Electric Teal */
.hero h1 span.electric-teal { color: var(--electric-teal); text-shadow: 0 0 24px rgba(0, 255, 212, 0.3); }

/* 1. Subheadline Visibility */
.hero-subhead {
    font-size: 18px;
    font-weight: 400;
    color: #B0C8E8;
    max-width: 520px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

/* 9. Navigation Check (Sticky with backdrop filter) */
.navbar { position: sticky; top: 0; width: 100%; z-index: 1000; padding: 20px 0; background: rgba(4, 8, 15, 0.85); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.navbar .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Fraunces', serif; font-weight: 800; font-size: 24px; letter-spacing: -0.5px; }
.logo span { color: var(--primary-teal); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text-muted); font-size: 15px; font-weight: 500; transition: 0.2s; }
.nav-links a:hover { color: var(--text-main); }
.btn-nav { height: 40px !important; padding: 0 20px !important; font-size: 14px !important; }

/* Hero Section */
.hero { padding: 120px 0 100px; text-align: center; background: radial-gradient(circle at top center, rgba(0, 255, 212, 0.06) 0%, transparent 60%); }
.hero-content { max-width: 900px; margin: 0 auto; }

/* Buttons & Multi-CTA */
.cta-group { display: flex; gap: 16px; justify-content: center; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 32px; border-radius: 12px; font-weight: 600; text-decoration: none; transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; border: none; font-size: 16px; font-family: 'Inter', sans-serif; }
.btn-primary { background: var(--primary-teal); color: #04080F; box-shadow: 0 0 20px rgba(0, 180, 160, 0.3); font-weight: 700; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(0, 180, 160, 0.4); filter: brightness(1.1); }
.btn-secondary { background: transparent; color: white; border: 1px solid rgba(255, 255, 255, 0.2); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.4); }

.trust-signals { display: flex; gap: 24px; font-size: 14px; color: var(--text-muted); margin-top: 24px; }

/* Sections */
section { padding: var(--section-pad) 0; }
.section-header { text-align: center; max-width: 800px; margin: 0 auto 80px; }

/* 2. Stats Section Cards */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat-item {
    background: #0F1E35;
    border: 1px solid #1E3358;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: left;
    border-top: 3px solid transparent; /* default */
}
.stat-item .val { font-size: 56px; font-family: 'Fraunces', serif; font-weight: 800; color: white; margin-bottom: 16px; line-height: 1; }
.stat-teal { border-top-color: #00B4A0; }
.stat-blue { border-top-color: #3B82F6; }
.stat-gold { border-top-color: #F59E0B; }
.stat-text { font-size: 16px; line-height: 1.6; }
.stat-text .muted { color: #6A8BAD; font-weight: 400; }
.stat-text .bright { color: #E8F2FF; font-weight: 600; }

/* 3. Problem Cards Identity */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.card { padding: var(--card-pad); background: var(--card-bg); border: 1px solid var(--border); border-left: 3px solid transparent; border-radius: 16px; transition: 0.3s; }
.card-orange { border-left-color: #ED7D31; }
.card-orange .icon-wrap { background: rgba(237,125,49,0.12); }
.card-red { border-left-color: #C00000; }
.card-red .icon-wrap { background: rgba(192,0,0,0.12); }
.card-purple { border-left-color: #7030A0; }
.card-purple .icon-wrap { background: rgba(112,48,160,0.12); }
.icon-wrap { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; margin-bottom: 24px; }
.icon-wrap svg { width: 26px; height: 26px; stroke-width: 1.5; }

/* Workflow Loop (Visual Flow) */
.workflow-list { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 0 auto; }
.workflow-step { display: flex; gap: 40px; padding: 40px 0; border-left: 2px solid rgba(255,255,255,0.05); padding-left: 48px; position: relative; }
.workflow-step::before { content: ""; position: absolute; left: -7px; top: 48px; width: 12px; height: 12px; border-radius: 50%; background: var(--border); transition: 0.3s; }
.workflow-step:hover::before { background: var(--primary-blue); box-shadow: 0 0 10px var(--primary-blue); }
.workflow-step h4 { color: white; margin-bottom: 8px; font-family: 'Inter', sans-serif; }

/* 4. Terminal Preview Legibility */
.terminal-preview {
    background: #03070D;
    border: 2px solid #0D3050;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
    overflow: hidden;
}
.terminal-controls { padding: 12px 16px; background: rgba(255,255,255,0.02); border-bottom: 1px solid #0D3050; }
.terminal-controls .dots span { width: 12px; height: 12px; display: inline-block; border-radius: 50%; margin-right: 8px; }
.terminal-body {
    padding: 32px;
    font-family: 'Fira Code', 'JetBrains Mono', monospace;
    font-size: 13px;
    height: auto;
    min-height: 240px;
    overflow-y: auto;
    line-height: 2.0; /* Increased spacing */
}

/* 5. Testimonial Readability */
.social-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 60px; text-align: left; }
.testimonial { padding: 40px 32px 32px; border-radius: 16px; background: rgba(59, 130, 246, 0.05); border: 1px solid rgba(59, 130, 246, 0.15); position: relative; }
.testimonial::before { content: '"'; position: absolute; top: -10px; left: 16px; font-family: 'Fraunces', serif; font-size: 80px; color: rgba(46,117,182,0.18); line-height: 1; pointer-events: none; }
.testimonial p { font-size: 15px; font-weight: 400; font-style: normal; color: #D0E6F8; margin-bottom: 24px; position: relative; z-index: 1; }
.testimonial cite { display: block; font-size: 13px; font-weight: 600; color: #7A96BE; font-style: normal; }

/* 6. Comparison Section Champion */
.comparison-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 64px; margin-bottom: 80px; }
.comparison-col { padding: 48px; border-radius: 16px; }
.col-bad { background: #120A0A; border-left: 3px solid #5A1A1A; }
.col-good { background: #061A14; border-left: 3px solid #0D5035; }
.comparison-col h4 { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 32px; }
.col-bad h4 { color: #FF8888; }
.col-good h4 { color: #88EEC8; }
.comp-list { list-style: none; }
.comp-list li { margin-bottom: 16px; font-size: 16px; position: relative; padding-left: 24px; }
.comp-list li::before { content: "•"; position: absolute; left: 0; }
.col-bad .comp-list { color: #9A7A7A; }
.col-good .comp-list { color: #B0E8D0; font-weight: 500; }

/* 7. Use-Case Rows */
.persona-chips { display: flex; flex-direction: column; gap: 16px; }
.persona-chip { display: flex; justify-content: space-between; align-items: center; height: 80px; padding: 0 32px; border: 1px solid transparent; border-radius: 16px; transition: 0.3s; }
.persona-chip:hover { border-color: rgba(255,255,255,0.1); transform: translateY(-2px); }
.chip-info { display: flex; align-items: center; gap: 16px; }
.chip-icon { font-size: 24px; }
.persona-chip h4 { margin: 0; color: white; font-size: 16px; font-family: 'Inter', sans-serif; font-weight: 500; }

.chip-founders { background: #0C1220; }
.chip-pms { background: #0A1418; }
.chip-leaders { background: #120C18; }

.btn-small { height: 36px; padding: 0 16px; font-size: 14px; font-weight: 600; border-radius: 8px; text-decoration: none; color: white; display: inline-flex; align-items: center; transition: 0.2s; }
.btn-teal-solid { background: var(--primary-teal); }
.btn-teal-solid:hover { background: #009988; }
.btn-blue-solid { background: var(--primary-blue); }
.btn-blue-solid:hover { background: #2563EB; }
.btn-purple-solid { background: var(--accent-purple); }
.btn-purple-solid:hover { background: #7C3AED; }

/* Email Capture */
.email-capture { display: flex; gap: 8px; width: 100%; max-width: 480px; }
.email-capture input { flex: 1; height: 54px; padding: 0 20px; border-radius: 12px; border: 1px solid var(--border); background: rgba(255,255,255,0.03); color: white; font-size: 16px; font-family: 'Inter', sans-serif; }
.email-capture input:focus { outline: none; border-color: var(--primary-blue); }

/* Footer */
footer { padding: 100px 0; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; }
.footer-brand p { margin-top: 16px; margin-bottom: 24px; }
/* 11. Footer Compliance Signals */
.compliance-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.badge { font-family: 'Fira Code', monospace; background: #0F1E35; border: 1px solid #1E3358; font-size: 11px; color: #5A8AB0; padding: 6px 10px; border-radius: 100px; display: inline-block; }

.footer-links h5 { font-size: 14px; text-transform: uppercase; color: white; margin-bottom: 24px; letter-spacing: 1px; font-family: 'Inter', sans-serif; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { text-decoration: none; color: var(--text-muted); font-size: 15px; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 80px; padding-top: 32px; border-top: 1px solid var(--border); text-align: center; font-size: 14px; color: var(--text-muted); }

/* Responsive Pass */
@media (max-width: 1024px) {
    .stats-grid, .social-proof, .comparison-panel { grid-template-columns: 1fr; }
    .workflow-container { grid-template-columns: 1fr !important; }
    .hero h1 { font-size: 48px; }
    .persona-chip { flex-direction: column; height: auto; padding: 24px; gap: 20px; text-align: center; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
    section { padding: 80px 0; }
    .email-capture { flex-direction: column; }
    .btn { width: 100%; }
}

/* Social Proof Strip */
.social-proof-strip {
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
    background: rgba(255,255,255,0.01);
}
.proof-logo {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.25);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 6px 16px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
}

/* Section Breathing Room */
section + section { border-top: 1px solid var(--border); }
.section-break {
    height: 1px;
    background: var(--border);
    margin: 0;
}

/* Problem Card List */
.prob-list { list-style: none; margin-top: 16px; }
.prob-list li { font-size: 14px; color: var(--text-muted); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; align-items: flex-start; }
.prob-list li::before { content: '→'; color: var(--primary-teal); flex-shrink: 0; }

/* Hero Eyebrow */
.hero-eyebrow { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 24px; }
.tag-pill {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
    padding: 5px 12px; border-radius: 99px;
    background: rgba(0, 180, 160, 0.1); color: var(--primary-teal);
    border: 1px solid rgba(0, 180, 160, 0.25);
}

/* Blinking Cursor */
.cursor { display: inline-block; width: 8px; height: 14px; background: var(--electric-teal); animation: blink 1s infinite; vertical-align: middle; margin-left: 2px; }
@keyframes blink { 0%,49%{opacity:1} 50%,100%{opacity:0} }

/* Slash Command Demo */
.slash-demo {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
    max-width: 900px;
    margin: 0 auto;
}
.slash-commands { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.slash-cmd {
    font-family: 'Fira Code', monospace; font-size: 13px; padding: 8px 14px; border-radius: 8px;
    background: rgba(255,255,255,0.03); border: 1px solid var(--border); color: var(--electric-teal);
    cursor: pointer; transition: all 0.2s;
}
.slash-cmd:hover, .slash-cmd.active { background: var(--surface-hover); border-color: rgba(0, 255, 212, 0.3); }
.slash-output {
    background: #03070D;
    border: 1px solid #0D3050;
    border-radius: 10px;
    padding: 24px;
    min-height: 120px;
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.9;
}

/* Check List */
.check-list { list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; padding: 6px 0; font-size: 15px; color: var(--text-muted); }
.check-list li::before { content: '✓'; color: var(--primary-teal); font-size: 16px; flex-shrink: 0; font-weight: 600; }

/* Goal-Driven Mode */
.goal-input-box {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px;
}
.goal-label { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 8px; }
.goal-input {
    background: #0F1E35;
    border: 1px solid #1E3358;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 15px;
    color: white;
    font-family: 'Inter', sans-serif;
}
.goal-rec-list { display: flex; flex-direction: column; gap: 10px; }
.goal-rec {
    background: #0F1E35;
    border: 1px solid #1E3358;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.impact-badge { font-size: 12px; padding: 4px 12px; border-radius: 99px; font-weight: 600; white-space: nowrap; }
.impact-high { background: rgba(0, 180, 160, 0.12); color: var(--primary-teal); }
.impact-med { background: rgba(245, 158, 11, 0.12); color: #F59E0B; }

/* Persona Before/After */
.persona-box {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px;
}
.persona-box.persona-good { border-color: rgba(0, 180, 160, 0.3); }
.persona-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }

/* Evidence Source */
.evidence-source {
    background: #0F1E35;
    border: 1px solid #1E3358;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.source-chip {
    font-size: 10px; padding: 3px 8px; border-radius: 99px; font-weight: 700; flex-shrink: 0;
    text-transform: uppercase; letter-spacing: 0.05em;
}

/* Memory Questions */
.memory-q-list { display: flex; flex-direction: column; gap: 16px; }
.memory-q {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
}

/* Integration Logo Grid */
.logo-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; max-width: 900px; margin: 0 auto; }
.logo-chip {
    background: #0F1E35;
    border: 1px solid #1E3358;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    transition: all 0.2s;
}
.logo-chip:hover { border-color: rgba(255,255,255,0.2); color: white; }
.logo-chip.active { border-color: rgba(0, 180, 160, 0.3); color: var(--primary-teal); background: rgba(0, 180, 160, 0.05); }
.logo-chip.coming { color: #5A8AB0; border-style: dashed; }
.chip-badge { font-size: 9px; display: block; margin-top: 3px; opacity: 0.6; }

/* Pricing Grid */
.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.price-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.price-card.featured { border-color: rgba(59, 130, 246, 0.4); background: rgba(59, 130, 246, 0.04); }
.price-tier { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 8px; }
.price-amount { font-family: 'Fraunces', serif; font-size: 42px; font-weight: 800; color: white; margin-bottom: 4px; }
.price-period { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.price-target { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.price-features { list-style: none; flex: 1; }
.price-features li { font-size: 13px; color: var(--text-muted); padding: 5px 0; display: flex; gap: 8px; }
.price-features li::before { content: '✓'; color: var(--primary-teal); flex-shrink: 0; }

/* Grid utility */
.grid { display: grid; }

/* Responsive additions */
@media (max-width: 1024px) {
    .pricing-grid { grid-template-columns: 1fr 1fr; }
    .logo-grid { grid-template-columns: repeat(4, 1fr); }
    .goal-demo { grid-template-columns: 1fr !important; }
    .memory-grid { grid-template-columns: 1fr !important; }
    .persona-before-after { grid-template-columns: 1fr !important; }
    .persona-before-after > div:nth-child(2) { display: none; }
    .evidence-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 768px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .logo-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Survey Section */
.survey-container {
    max-width: 720px;
    margin: 0 auto;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 48px;
    position: relative;
}
.survey-progress {
    height: 4px;
    background: rgba(255,255,255,0.06);
    border-radius: 99px;
    margin-bottom: 8px;
    overflow: hidden;
}
.survey-progress-bar {
    height: 100%;
    width: 25%;
    background: linear-gradient(90deg, var(--primary-blue), var(--electric-teal));
    border-radius: 99px;
    transition: width 0.4s ease;
}
.survey-step-count {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 32px;
    font-family: 'Fira Code', monospace;
}
.survey-step {
    display: none;
}
.survey-step.active {
    display: block;
    animation: fadeUp 0.3s ease;
}
.survey-question {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}
.survey-hint {
    font-size: 14px !important;
    color: var(--text-muted) !important;
    margin-bottom: 28px;
}
.survey-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.survey-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.02);
    cursor: pointer;
    transition: all 0.2s;
    font-size: 15px;
    color: #B0C8E8;
}
.survey-option:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(59, 130, 246, 0.05);
}
.survey-option input[type="radio"],
.survey-option input[type="checkbox"] {
    accent-color: var(--primary-blue);
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.survey-option:has(input:checked) {
    border-color: var(--primary-blue);
    background: rgba(59, 130, 246, 0.08);
    color: white;
}

/* Sliders */
.survey-sliders {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.slider-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.slider-row label {
    font-size: 14px;
    color: #B0C8E8;
    font-weight: 500;
}
.slider-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}
.survey-slider {
    flex: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    border-radius: 99px;
    background: rgba(255,255,255,0.08);
    outline: none;
}
.survey-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-blue);
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 8px var(--primary-glow);
}
.slider-val {
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    color: var(--electric-teal);
    min-width: 48px;
    text-align: right;
    font-weight: 600;
}

/* Rank items */
.survey-rank-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rank-item {
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.02);
    cursor: pointer;
    transition: all 0.2s;
    font-size: 15px;
    color: #B0C8E8;
    position: relative;
    padding-left: 52px;
}
.rank-item:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(59, 130, 246, 0.05);
}
.rank-item.ranked {
    border-color: var(--primary-blue);
    background: rgba(59, 130, 246, 0.08);
    color: white;
}
.rank-item::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Fira Code', monospace;
}
.rank-item.ranked::before {
    content: attr(data-rank);
    border-color: var(--primary-blue);
    background: var(--primary-blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 26px;
    text-align: center;
}

/* Textarea */
.survey-textarea {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.03);
    color: white;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    resize: vertical;
}
.survey-textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
}
.survey-textarea::placeholder {
    color: #5A8AB0;
}
.survey-email-input {
    width: 100%;
    padding: 14px 16px;
    margin-top: 8px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.03);
    color: white;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}
.survey-email-input:focus {
    outline: none;
    border-color: var(--primary-blue);
}
.survey-email-input::placeholder {
    color: #5A8AB0;
}

/* Survey navigation */
.survey-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

@media (max-width: 768px) {
    .survey-container { padding: 28px 20px; }
}

/* Utils */
.blue { color: var(--primary-blue); }
.bold { font-weight: 700; color: white; }
.text-center { text-align: center; }
.reveal { opacity: 0; transform: translateY(20px); transition: 0.6s ease-out; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
