/* ============================================================================
   Landing pública de reclutamiento de Agentes Autorizados.
   Ruta: /landing/agentes-autorizados
   Diseño self-contained (sin Bootstrap), paleta dark verde/naranja.
   ============================================================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --night: #0A0F1A;
    --night-2: #111827;
    --night-3: #1E2A38;
    --orange: #F97316;
    --orange-l: #FFF7ED;
    --green: #22C55E;
    --green-d: #15803D;
    --green-l: #F0FDF4;
    --purple: #8B5CF6;
    --purple-l: #EDE9FE;
    --red: #EF4444;
    --red-l: #FEF2F2;
    --off: #F8F9FB;
    --border: #E5E7EB;
    --text: #111827;
    --text2: #4B5563;
    --text3: #9CA3AF;
    --mono: 'JetBrains Mono', monospace;
    --sans: 'DM Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--sans);
    color: var(--text);
    background: #fff;
    overflow-x: hidden;
}

/* ── NAV ─────────────────────────────────────────────────────────────────── */

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(10, 15, 26, 0.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 0 40px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo-img {
    height: 36px;
    width: auto;
    display: block;
}

.nav-cta {
    background: var(--green);
    color: #fff;
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all .15s;
}

.nav-cta:hover {
    background: var(--green-d);
    transform: translateY(-1px);
}

/* ── HERO ────────────────────────────────────────────────────────────────── */

.hero {
    min-height: 100vh;
    background: linear-gradient(160deg, var(--night) 0%, #0F1B2D 55%, #0A1628 100%);
    padding: 140px 40px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.09) 0%, transparent 70%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-inner {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.pain-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #FCA5A5;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.pain-badge svg {
    width: 12px;
    height: 12px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-h1 {
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 900;
    color: #fff;
    line-height: 1.07;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.hero-h1 em {
    font-style: normal;
    color: var(--green);
}

.hero-h1 .accent {
    background: linear-gradient(90deg, #F97316, #FACC15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-sub {
    font-size: 16.5px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.65;
    max-width: 460px;
    margin-bottom: 32px;
    font-weight: 400;
}

.hero-sub strong {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.gain-cue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 28px;
}

.gain-cue-val {
    font-family: var(--mono);
    font-size: 22px;
    font-weight: 700;
    color: var(--green);
}

.gain-cue-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
}

.gain-cue-text strong {
    color: rgba(255, 255, 255, 0.85);
}

.who-mini {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    padding: 9px 14px 9px 4px;
    position: relative;
}

.who-mini::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background: linear-gradient(180deg, var(--green), transparent);
    border-radius: 2px;
    opacity: .6;
}

.who-mini-label {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    padding-left: 12px;
}

.who-mini-tag {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(34, 197, 94, 0.07);
    border: 1px solid rgba(34, 197, 94, 0.18);
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    transition: all .15s;
}

.who-mini-tag:hover {
    background: rgba(34, 197, 94, 0.13);
    border-color: rgba(34, 197, 94, 0.3);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--green), #16A34A);
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(34, 197, 94, 0.4);
}

.btn-video {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 18px;
    border-radius: 10px;
    transition: all .15s;
    cursor: pointer;
    font-family: var(--sans);
}

.btn-video:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-video svg {
    width: 16px;
    height: 16px;
    color: var(--green);
}

.hero-stat-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stat-val {
    font-family: var(--mono);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.hero-stat-val span {
    color: var(--green);
}

.hero-stat-lbl {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 2px;
}

.hero-div {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
}

/* ── MOCKUP DEL DASHBOARD (dentro del hero) ──────────────────────────────── */

.hero-mockup {
    position: relative;
}

.mockup-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle at center, rgba(34, 197, 94, 0.1) 0%, transparent 70%);
    border-radius: 20px;
    pointer-events: none;
}

.mockup-frame {
    background: var(--night-2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.06);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

.mk-bar {
    background: var(--night-3);
    padding: 9px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mk-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding: 3px;
    gap: 2px;
}

.mk-btn {
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
}

.mk-btn.on {
    background: linear-gradient(135deg, #16A34A, #15803D);
    color: #fff;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.4);
}

.mk-body {
    padding: 12px;
    display: flex;
    gap: 9px;
}

.mk-sb {
    width: 88px;
    background: var(--night);
    border-radius: 8px;
    padding: 9px 7px;
    flex-shrink: 0;
}

.mk-logo {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 9px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mk-logo-i {
    width: 17px;
    height: 17px;
    background: linear-gradient(135deg, #F97316, #22C55E);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6px;
    font-weight: 800;
    color: #fff;
}

.mk-logo-t {
    font-size: 8.5px;
    font-weight: 700;
    color: #fff;
}

.mk-logo-t span {
    color: var(--green);
}

.mk-ni {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 3px 4px;
    border-radius: 4px;
    margin-bottom: 1px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 7.5px;
}

.mk-ni.on {
    background: rgba(139, 92, 246, 0.15);
    color: #A78BFA;
}

.mk-ni svg {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}

.mk-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.mk-wallet {
    background: linear-gradient(135deg, var(--night), #1E1044);
    border-radius: 7px;
    padding: 9px 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mk-w-val {
    font-family: var(--mono);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.mk-w-val small {
    font-size: 8px;
    opacity: .5;
    font-weight: 400;
}

.mk-w-lbl {
    font-size: 7.5px;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 1px;
}

.mk-w-gain {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    color: var(--green);
}

.mk-kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.mk-kpi {
    background: var(--night);
    border-radius: 5px;
    padding: 6px 7px;
}

.mk-kpi-v {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.mk-kpi-l {
    font-size: 6.5px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 1px;
}

.mk-kpi.al {
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.mk-kpi.al .mk-kpi-v {
    color: #EF4444;
}

.mk-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.mk-ac {
    background: var(--night);
    border-radius: 5px;
    padding: 6px 5px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.mk-ac-ico {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mk-ac-t {
    font-size: 6.5px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    line-height: 1.3;
}

.mk-table {
    background: var(--night);
    border-radius: 5px;
    overflow: hidden;
}

.mk-th-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 0.8fr;
    padding: 4px 7px;
    background: rgba(255, 255, 255, 0.03);
}

.mk-th {
    font-size: 6px;
    color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.mk-tr {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 0.8fr;
    padding: 4px 7px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    align-items: center;
}

.mk-td {
    font-size: 7px;
    color: rgba(255, 255, 255, 0.55);
}

.mk-av {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5px;
    font-weight: 700;
    color: #fff;
    margin-right: 3px;
    vertical-align: middle;
}

.mk-pp {
    display: inline-block;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 5.5px;
    font-weight: 700;
}

.mk-pp.o { background: rgba(249, 115, 22, .15); color: #FB923C; }
.mk-pp.b { background: rgba(59, 130, 246, .15); color: #60A5FA; }
.mk-pp.g { background: rgba(34, 197, 94, .15);  color: #4ADE80; }

.mk-wa {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366, #128C7E);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px rgba(37, 211, 102, 0.5);
}

.mk-wa svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

/* ── PROOF STRIP ─────────────────────────────────────────────────────────── */

.proof {
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.proof-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text2);
    font-size: 12.5px;
}

.proof-item svg {
    width: 14px;
    height: 14px;
    color: var(--green);
}

.proof-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border);
}

/* ── SECTIONS COMUNES ────────────────────────────────────────────────────── */

section {
    padding: 96px 40px;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.eyebrow.g { color: var(--green-d); }
.eyebrow.o { color: var(--orange); }
.eyebrow.p { color: var(--purple); }
.eyebrow.r { color: var(--red); }

.s-h2 {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.s-sub {
    font-size: 16px;
    color: var(--text2);
    line-height: 1.65;
    max-width: 560px;
}

.s-head {
    margin-bottom: 52px;
}

/* ── NUMBERS ─────────────────────────────────────────────────────────────── */

.num-section {
    background: linear-gradient(180deg, #FAFBFC 0%, #F8F9FB 100%);
}

.num-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.num-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: 12px;
    border: 1px solid var(--border);
}

.num-val {
    font-family: var(--mono);
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 8px;
}

.num-val.g { color: var(--green-d); }
.num-val.o { color: var(--orange); }
.num-val.p { color: var(--purple); }

.num-lbl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.num-desc {
    font-size: 13.5px;
    color: var(--text2);
    line-height: 1.5;
}

/* ── HOW IT WORKS ────────────────────────────────────────────────────────── */

.how-section {
    background: #fff;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.steps::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--green), var(--green), var(--green), transparent);
    opacity: .25;
}

.step {
    padding: 0 18px;
    text-align: center;
    position: relative;
}

.step-num {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--night-2);
    border: 3px solid var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-family: var(--mono);
    font-size: 20px;
    font-weight: 700;
    color: var(--green);
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.06);
}

.step-h {
    font-size: 14.5px;
    font-weight: 800;
    margin-bottom: 7px;
    letter-spacing: -.2px;
}

.step-p {
    font-size: 12.5px;
    color: var(--text2);
    line-height: 1.55;
}

.step-example {
    margin-top: 12px;
    background: var(--green-l);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 8px;
    padding: 10px 12px;
    text-align: left;
}

.step-ex-title {
    font-size: 10px;
    font-weight: 700;
    color: var(--green-d);
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 6px;
}

.step-ex-row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 3px;
}

.step-ex-row.bold {
    font-weight: 700;
    color: var(--green-d);
    border-top: 1px solid rgba(34, 197, 94, 0.2);
    padding-top: 5px;
    margin-top: 4px;
}

.step-badge {
    display: inline-block;
    margin-top: 10px;
    background: var(--green-l);
    color: var(--green-d);
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

.comm-box {
    margin-top: 12px;
    background: rgba(249, 115, 22, .06);
    border: 1px solid rgba(249, 115, 22, .2);
    border-radius: 8px;
    padding: 10px 12px;
    text-align: left;
}

.comm-row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 3px;
    color: var(--text2);
}

.comm-row.highlight {
    font-weight: 700;
    color: var(--orange);
    border-top: 1px solid rgba(249, 115, 22, .15);
    padding-top: 5px;
    margin-top: 4px;
}

.comm-note {
    font-size: 10px;
    color: var(--text3);
    margin-top: 6px;
    line-height: 1.4;
}

/* ── CALCULATOR ──────────────────────────────────────────────────────────── */

.calc-section {
    background: linear-gradient(150deg, #FAFBFC 0%, #F0FBF4 60%, #EAF8F0 100%);
    overflow: hidden;
    position: relative;
}

.calc-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.14) 0%, transparent 70%);
}

.calc-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.calc-left .s-h2  { color: var(--text); }
.calc-left .s-sub { color: var(--text2); }

.calc-card {
    background: #fff;
    border: 1px solid rgba(34, 197, 94, 0.15);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 12px 40px rgba(34, 197, 94, 0.08);
}

.c-label {
    font-size: 12px;
    color: var(--text2);
    margin-bottom: 7px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.c-slider {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    -webkit-appearance: none;
    appearance: none;
    background: var(--border);
    cursor: pointer;
    outline: none;
}

.c-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--green);
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px var(--green);
    cursor: pointer;
}

.c-val-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.c-per-client {
    font-size: 12px;
    color: var(--green-d);
    font-weight: 600;
    background: var(--green-l);
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.c-per-client span:first-of-type {
    font-family: var(--mono);
    font-weight: 700;
}

.c-per-client span:last-child {
    font-weight: 500;
    color: var(--text2);
    font-size: 11px;
}

.c-delta {
    font-size: 11px;
    color: var(--green-d);
    font-weight: 600;
    margin-top: 3px;
    opacity: 0;
    transform: translateY(-3px);
    transition: all .25s ease;
}

.c-delta.show {
    opacity: 1;
    transform: translateY(0);
}

.c-val {
    font-family: var(--mono);
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-top: 5px;
}

.c-val-num {
    font-size: 26px;
    font-weight: 800;
    color: var(--green-d);
}

.c-val-label {
    font-size: 13px;
    color: var(--text2);
    font-weight: 500;
    font-family: var(--sans);
}

.c-div {
    height: 1px;
    background: var(--border);
    margin: 20px 0;
}

.plan-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-bottom: 7px;
}

.plan-btn {
    background: var(--off);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 9px 7px;
    text-align: center;
    cursor: pointer;
    transition: all .15s;
}

.plan-btn:hover,
.plan-btn.on {
    background: var(--green-l);
    border-color: var(--green);
}

.plan-btn.on .pb-name {
    color: var(--green);
}

.pb-name {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--text);
}

.pb-price {
    font-family: var(--mono);
    font-size: 10.5px;
    color: var(--text2);
    margin-top: 1px;
    font-weight: 600;
}

.c-result {
    background: var(--green-l);
    border: 1px solid rgba(34, 197, 94, .25);
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-result-label {
    font-size: 12.5px;
    color: var(--text);
    font-weight: 600;
}

.c-result-amount {
    font-family: var(--mono);
    font-size: 30px;
    font-weight: 700;
    color: var(--green);
    letter-spacing: -1px;
}

.c-result-sub {
    font-size: 10.5px;
    color: var(--text2);
    margin-top: 2px;
    font-weight: 500;
}

.loss-note {
    margin-top: 14px;
    background: var(--red-l);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 8px;
    padding: 10px 13px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.loss-note svg {
    width: 13px;
    height: 13px;
    color: var(--red);
    flex-shrink: 0;
    margin-top: 1px;
}

.loss-note span {
    font-size: 11.5px;
    color: var(--text2);
    line-height: 1.5;
}

.loss-note strong {
    color: var(--text);
}

/* ── WHO ─────────────────────────────────────────────────────────────────── */

.who-section {
    background: var(--off);
}

.who-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 720px;
    margin: 0 auto;
}

.who-card {
    background: #fff;
    border-radius: 14px;
    padding: 26px 22px;
    border: 1px solid var(--border);
    transition: all .2s;
}

.who-card:hover {
    border-color: var(--green);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
}

.who-icon {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 21px;
}

.who-h {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 7px;
    letter-spacing: -.2px;
}

.who-p {
    font-size: 13px;
    color: var(--text2);
    line-height: 1.6;
}

.who-tag {
    margin-top: 14px;
    display: inline-block;
    background: var(--green-l);
    color: var(--green-d);
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 11px;
    border-radius: 20px;
}

/* ── BENEFITS ────────────────────────────────────────────────────────────── */

.ben-section {
    background: #fff;
}

.ben-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ben {
    display: flex;
    gap: 13px;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid var(--border);
    transition: border-color .15s;
}

.ben:hover {
    border-color: var(--green);
}

.ben-ico {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--green-l);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ben-ico svg {
    width: 17px;
    height: 17px;
    color: var(--green-d);
}

.ben-h {
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 3px;
}

.ben-p {
    font-size: 12.5px;
    color: var(--text2);
    line-height: 1.5;
}

/* ── CTA FINAL ───────────────────────────────────────────────────────────── */

.cta-section {
    background: linear-gradient(135deg, var(--night) 0%, #0F1F3D 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(34, 197, 94, 0.07) 0%, transparent 70%);
}

.cta-section .inner {
    position: relative;
    z-index: 1;
}

.cta-h {
    font-size: clamp(28px, 5vw, 50px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1.5px;
    margin-bottom: 14px;
}

.cta-h em {
    font-style: normal;
    color: var(--green);
}

.cta-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 36px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(249, 115, 22, .12);
    border: 1px solid rgba(249, 115, 22, .25);
    color: #FDBA74;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.form-box {
    background: var(--night-2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.f-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.f-group {
    margin-bottom: 12px;
}

label {
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 5px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

input,
select {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 13px;
    font-size: 13.5px;
    color: #fff;
    font-family: var(--sans);
    outline: none;
    transition: border-color .15s;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input:focus,
select:focus {
    border-color: var(--green);
}

select {
    color: rgba(255, 255, 255, 0.45);
}

select option {
    background: var(--night-2);
    color: #fff;
}

.f-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--green), #16A34A);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 9px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--sans);
    transition: all .2s;
    box-shadow: 0 4px 20px rgba(34, 197, 94, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.f-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(34, 197, 94, .4);
}

.f-submit svg {
    width: 15px;
    height: 15px;
}

.f-privacy {
    text-align: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 12px;
    line-height: 1.5;
}

.f-privacy a {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
}

/* ── FOOTER ──────────────────────────────────────────────────────────────── */

footer {
    background: var(--night-2);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo-img {
    height: 28px;
    width: auto;
    display: block;
    opacity: .85;
}

.footer-t {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-t a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
}

/* ── VIDEO MODAL ─────────────────────────────────────────────────────────── */

.vid-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
}

.vid-overlay.open {
    display: flex;
    animation: fadeInVid 0.25s ease-out;
}

@keyframes fadeInVid {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.vid-box {
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 22px 22px 18px;
    max-width: 720px;
    width: 94%;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.7);
}

.vid-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.vid-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.vid-subtitle {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 3px;
}

.vid-close {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: rgba(255, 255, 255, 0.5);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .15s;
}

.vid-close:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.vid-frame-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    margin-bottom: 14px;
}

.vid-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0A0F1A, #111827);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    border-radius: 10px;
    transition: all .2s;
}

.vid-placeholder:hover {
    background: linear-gradient(135deg, #0D1420, #161D2C);
}

.vid-placeholder:hover .vid-play-btn {
    transform: scale(1.08);
    box-shadow: 0 6px 32px rgba(34, 197, 94, 0.5);
}

.vid-play-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green), #16A34A);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    box-shadow: 0 4px 24px rgba(34, 197, 94, 0.4);
}

.vid-play-btn svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    margin-left: 4px;
}

.vid-ph-info {
    text-align: center;
}

.vid-ph-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.vid-ph-sub {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 4px;
}

.vid-chapters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.vid-chapter {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 7px 11px;
    display: flex;
    gap: 7px;
    align-items: center;
    cursor: pointer;
    transition: all .15s;
    font-family: var(--sans);
}

.vid-chapter:hover {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.25);
}

.vc-time {
    font-family: var(--mono);
    font-size: 10.5px;
    color: var(--green);
    font-weight: 600;
}

.vc-label {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.5);
}

/* ── SOCIAL PROOF TOAST ──────────────────────────────────────────────────── */

.sp-toast {
    position: fixed;
    bottom: 28px;
    left: 24px;
    z-index: 900;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    min-width: 280px;
    max-width: 340px;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.sp-toast.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.sp-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green), #16A34A);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    letter-spacing: -0.5px;
}

.sp-body {
    flex: 1;
    min-width: 0;
}

.sp-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-action {
    font-size: 11.5px;
    color: var(--text2);
    margin-top: 1px;
    line-height: 1.35;
}

.sp-action span {
    color: var(--green-d);
    font-weight: 600;
}

.sp-check {
    width: 18px;
    height: 18px;
    background: var(--green-l);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-check svg {
    width: 10px;
    height: 10px;
    color: var(--green-d);
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════════════ */

/* ── Tablet 901–1100px ───────────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .hero-inner  { gap: 40px; }
    .calc-inner  { gap: 40px; }
}

/* ── Mobile ≤900px ───────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .who-mini        { margin-bottom: 24px; }
    .who-mini-label  { display: block; width: 100%; margin-bottom: 4px; }

    body { overflow-x: hidden; }

    nav        { padding: 0 20px; height: 58px; }
    .nav-cta   { padding: 8px 16px; font-size: 12.5px; }

    /* Hero */
    .hero          { padding: 100px 20px 56px; min-height: auto; }
    .hero-inner    { grid-template-columns: 1fr; gap: 36px; }
    .hero-mockup   { display: none; }
    .hero-h1       { font-size: clamp(30px, 8vw, 40px); letter-spacing: -1px; }
    .hero-sub      { max-width: 100%; font-size: 15.5px; }
    .pain-badge    { font-size: 11px; padding: 5px 12px; }
    .hero-eyebrow  { font-size: 11px; padding: 5px 12px; }
    .gain-cue      { flex-wrap: wrap; }
    .hero-actions  { flex-direction: column; align-items: stretch; }
    .btn-primary,
    .btn-video     { width: 100%; justify-content: center; text-align: center; }

    /* Calculator */
    .calc-section     { padding: 64px 20px; }
    .calc-inner       { grid-template-columns: 1fr; gap: 32px; }
    .calc-card        { padding: 22px; }
    .plan-btns        { grid-template-columns: 1fr 1fr; gap: 6px; }
    .c-result         { flex-direction: column; align-items: flex-start; gap: 8px; }
    .c-result-amount  { font-size: 26px; }

    /* Proof strip */
    .proof       { padding: 14px 16px; gap: 8px; }
    .proof-item  { font-size: 11.5px; }
    .proof-dot   { display: none; }

    /* Numbers */
    .num-grid  { grid-template-columns: 1fr; gap: 12px; }
    .num-card  { padding: 26px 22px; }
    .num-val   { font-size: 38px; }

    /* How it works */
    .steps                  { grid-template-columns: 1fr; gap: 32px; }
    .steps::before          { display: none; }
    .step                   { padding: 0; }
    .step-example,
    .comm-box               { text-align: left; }

    /* Who */
    .who-grid  { grid-template-columns: 1fr; max-width: 100%; }
    .who-card  { padding: 22px 20px; }

    /* CTA */
    .cta-section   { padding: 64px 20px; }
    .cta-h         { font-size: clamp(26px, 7vw, 36px); }
    .cta-sub       { font-size: 14.5px; }
    .urgency-badge { font-size: 11px; padding: 5px 12px; }

    /* Generic section padding */
    section { padding: 56px 20px; }

    /* Video modal */
    .vid-box    { padding: 18px; width: 92%; }
    .vid-title  { font-size: 15px; }
    .vid-play   { width: 54px; height: 54px; }

    footer { flex-direction: column; gap: 10px; text-align: center; padding: 20px; }
}

/* ── Small mobile ≤480px ─────────────────────────────────────────────────── */
@media (max-width: 480px) {
    .hero-h1          { font-size: 28px; }
    .gain-cue-val     { font-size: 18px; }
    .gain-cue-text    { font-size: 12px; }
    .num-val          { font-size: 32px; }
    .plan-btns        { grid-template-columns: 1fr; }
    .step-num         { width: 60px; height: 60px; font-size: 17px; }
    .c-result-amount  { font-size: 22px; }

    .sp-toast  { left: 12px; right: 12px; min-width: 0; max-width: none; }
}
