/* ═══ FOUNDERS V2 — FLAT HIGH-TECH ═══ */

.founders-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* ═══ HERO ═══ */
.f-hero {
    text-align: center;
    padding: 60px 0 48px;
}

.f-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: ui-monospace, monospace;
    font-size: 10px;
    font-weight: 700;
    color: #ff3366;
    letter-spacing: 2px;
    border: 1px solid rgba(255,51,102,0.2);
    background: rgba(255,51,102,0.05);
    padding: 4px 14px;
    margin-bottom: 20px;
}

.f-hero h1 {
    font-family: 'Orbitron', ui-monospace, monospace;
    font-size: 32px;
    font-weight: 700;
    color: #00f0ff;
    letter-spacing: 3px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.f-hero-sub {
    font-family: ui-monospace, monospace;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.f-hero-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 14px;
    margin-bottom: 28px;
}

.f-price-old {
    font-family: ui-monospace, monospace;
    font-size: 18px;
    color: rgba(255,255,255,0.25);
    text-decoration: line-through;
}

.f-price-now {
    font-family: 'Orbitron', monospace;
    font-size: 48px;
    font-weight: 700;
    color: #00f0ff;
}

.f-price-save {
    font-family: ui-monospace, monospace;
    font-size: 11px;
    font-weight: 700;
    color: #00ff88;
    background: rgba(0,255,136,0.06);
    border: 1px solid rgba(0,255,136,0.15);
    padding: 3px 10px;
    letter-spacing: 1px;
}

.f-cta {
    display: inline-block;
    font-family: ui-monospace, monospace;
    font-size: 13px;
    font-weight: 700;
    color: #00ff88;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 40px;
    border: 1px solid rgba(0,255,136,0.25);
    background: transparent;
    transition: all 0.2s ease;
}

.f-cta:hover {
    background: rgba(0,255,136,0.06);
    border-color: rgba(0,255,136,0.5);
}

.f-cta-sm {
    font-size: 11px;
    padding: 10px 24px;
    white-space: nowrap;
}

.f-hero-alt {
    font-family: ui-monospace, monospace;
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    margin-top: 14px;
}

.f-hero-alt a {
    color: #00f0ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,240,255,0.2);
}

.f-hero-alt a:hover { border-color: #00f0ff; }

/* ═══ SECTIONS ═══ */
.f-section {
    padding: 36px 0;
    border-top: 1px solid rgba(0,240,255,0.06);
}

.f-label {
    font-family: ui-monospace, monospace;
    font-size: 10px;
    font-weight: 700;
    color: rgba(0,240,255,0.4);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* ═══ VALUE BREAKDOWN ═══ */
.f-value-grid {
    margin-bottom: 16px;
}

.f-value-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,240,255,0.04);
}

.f-value-row:last-child { border-bottom: none; }

.f-value-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    white-space: nowrap;
}

.f-value-line {
    flex: 1;
    height: 1px;
    background: rgba(0,240,255,0.06);
    min-width: 20px;
}

.f-value-price {
    font-family: ui-monospace, monospace;
    font-size: 15px;
    font-weight: 700;
    color: #00f0ff;
    white-space: nowrap;
}

.f-value-total .f-value-name {
    font-weight: 700;
    color: rgba(255,255,255,0.9);
}

.f-value-total .f-value-price {
    font-size: 18px;
}

.f-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-top: 12px;
}

.f-perks span {
    font-family: ui-monospace, monospace;
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.5px;
}

/* ═══ FEATURES GRID ═══ */
.f-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.f-feature-title {
    font-family: ui-monospace, monospace;
    font-size: 10px;
    font-weight: 700;
    color: #00f0ff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.f-feature-item {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,240,255,0.03);
    padding-left: 14px;
    position: relative;
}

.f-feature-item::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #00ff88;
    font-weight: 700;
}

/* ═══ USE CASES ═══ */
.f-usecases {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.f-usecase {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(0,240,255,0.015);
    border-left: 2px solid rgba(0,240,255,0.08);
    transition: border-color 0.2s;
}

.f-usecase:hover { border-left-color: #00f0ff; }

.f-uc-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.f-usecase strong {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2px;
}

.f-usecase span {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    line-height: 1.5;
}

/* ═══ STEPS ═══ */
.f-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.f-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,240,255,0.04);
}

.f-step:last-child { border-bottom: none; }

.f-step-num {
    font-family: 'Orbitron', monospace;
    font-size: 22px;
    font-weight: 700;
    color: rgba(0,240,255,0.2);
    flex-shrink: 0;
    width: 40px;
}

.f-step strong {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2px;
}

.f-step span {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
}

/* ═══ URGENCY BANNER ═══ */
.f-urgency {
    padding: 0;
    margin: 12px 0;
}

.f-urgency-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    background: rgba(255,51,102,0.04);
    border: 1px solid rgba(255,51,102,0.12);
}

.f-urgency-title {
    font-family: ui-monospace, monospace;
    font-size: 11px;
    font-weight: 700;
    color: #ff3366;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.f-urgency-detail {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
}

.f-urgency-detail strong {
    color: rgba(255,255,255,0.7);
}

/* ═══ FAQ ═══ */
.f-faq-list {
    display: flex;
    flex-direction: column;
}

.f-faq {
    border-bottom: 1px solid rgba(0,240,255,0.04);
}

.f-faq summary {
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    padding: 12px 0;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.f-faq summary::before {
    content: '+';
    font-family: ui-monospace, monospace;
    font-size: 14px;
    color: #00f0ff;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

.f-faq[open] summary::before { content: '−'; }

.f-faq summary::-webkit-details-marker { display: none; }

.f-faq p {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    padding: 0 0 14px 24px;
    line-height: 1.6;
}

/* ═══ FINAL CTA ═══ */
.f-final {
    text-align: center;
    padding: 48px 0;
    border-top: 1px solid rgba(0,240,255,0.06);
}

.f-final .f-label {
    text-align: center;
    font-size: 11px;
    color: #00f0ff;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.f-final-perks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
    margin-bottom: 28px;
}

.f-final-perks span {
    font-family: ui-monospace, monospace;
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    background: rgba(0,240,255,0.03);
    border: 1px solid rgba(0,240,255,0.06);
    padding: 3px 10px;
    letter-spacing: 0.5px;
}

.f-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin-top: 20px;
}

.f-trust span {
    font-family: ui-monospace, monospace;
    font-size: 10px;
    color: rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
    .f-hero h1 { font-size: 22px; letter-spacing: 1px; }
    .f-price-now { font-size: 36px; }
    .f-features-grid { grid-template-columns: 1fr; }
    .f-usecases { grid-template-columns: 1fr; }
    .f-urgency-inner { flex-direction: column; text-align: center; }
    .f-hero-price { flex-wrap: wrap; }
}
