/* ═══════════════════════════════════════════════════════
   landing.css — GR Public Landing Page
   ═══════════════════════════════════════════════════════ */

/* ── Landing Nav ────────────────────────────────────────── */
.lnav {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 72px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: linear-gradient(180deg, rgba(20,17,15,0.95) 0%, rgba(20,17,15,0.80) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background 0.3s ease;
}
.lnav__logo {
    display: flex;
    align-items: center;
}
.lnav__logo img {
    height: 42px;
    width: auto;
}
.lnav__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.lnav__login {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    transition: color 0.3s;
}
.lnav__login:hover { color: #EBCF81; }

/* ── Landing Button Styles ──────────────────────────────── */
.lbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 10px;
    transition: 0.35s ease;
    transition-property: background, color, border-color, box-shadow, transform;
    cursor: pointer;
    text-decoration: none;
    border: none;
}
.lbtn:hover { text-decoration: none; }

/* Gold primary */
.lbtn--gold {
    background: linear-gradient(135deg, #CFAF67 0%, #EBCF81 100%);
    color: #14110F;
    padding: 13px 28px;
    font-size: 14px;
}
.lbtn--gold:hover {
    background: linear-gradient(135deg, #EBCF81 0%, #CFAF67 100%);
    color: #14110F;
    box-shadow: 0 8px 28px rgba(235,207,129,0.28);
    transform: translateY(-1px);
}

/* Gold outline */
.lbtn--outline {
    background: transparent;
    color: #EBCF81;
    border: 1.5px solid rgba(235,207,129,0.45);
    padding: 12px 26px;
    font-size: 14px;
}
.lbtn--outline:hover {
    background: rgba(235,207,129,0.07);
    border-color: #EBCF81;
    color: #EBCF81;
    transform: translateY(-1px);
}

/* Ghost white */
.lbtn--ghost {
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(255,255,255,0.12);
    color: #fff;
    padding: 12px 26px;
    font-size: 14px;
}
.lbtn--ghost:hover {
    background: rgba(255,255,255,0.09);
    border-color: rgba(255,255,255,0.25);
    color: #fff;
    transform: translateY(-1px);
}

/* Large */
.lbtn--lg {
    padding: 17px 36px;
    font-size: 16px;
    border-radius: 12px;
}

/* Small (nav) */
.lbtn--sm {
    padding: 9px 20px;
    font-size: 13px;
}

/* ── Hero ───────────────────────────────────────────────── */
.l-hero {
    padding-top: 160px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.l-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(235,207,129,0.08);
    border: 1px solid rgba(235,207,129,0.22);
    color: #EBCF81;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 28px;
}
.l-hero__eyebrow i { font-size: 14px; }

.l-hero__title {
    font-size: clamp(32px, 5vw, 62px);
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 24px;
    letter-spacing: -1px;
}
.l-hero__title strong {
    background: linear-gradient(135deg, #CFAF67, #EBCF81 60%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.l-hero__sub {
    font-size: clamp(15px, 2vw, 18px);
    color: rgba(255,255,255,0.55);
    max-width: 580px;
    margin: 0 auto 40px;
    line-height: 1.7;
    font-weight: 300;
}
.l-hero__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}
.l-hero__note {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    margin-bottom: 60px;
}
.l-hero__note i { font-size: 12px; margin-right: 4px; }

/* referrer banner */
.l-referrer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(235,207,129,0.06);
    border: 1px solid rgba(235,207,129,0.2);
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    padding: 8px 18px;
    border-radius: 10px;
    margin-bottom: 32px;
}
.l-referrer-badge strong { color: #EBCF81; }

/* ── Video Block ────────────────────────────────────────── */
.l-video-wrap {
    position: relative;
    max-width: 860px;
    margin: 0 auto 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(235,207,129,0.18);
    box-shadow: 0 32px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04);
}
.l-video-wrap video {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.l-video__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    cursor: pointer;
    border-radius: 20px;
    transition: background 0.3s;
}
.l-video__overlay:hover { background: rgba(0,0,0,0.2); }
.l-video__play {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #CFAF67, #EBCF81);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 16px rgba(235,207,129,0.12);
    transition: transform 0.3s, box-shadow 0.3s;
}
.l-video__overlay:hover .l-video__play {
    transform: scale(1.08);
    box-shadow: 0 0 0 22px rgba(235,207,129,0.14);
}
.l-video__play i {
    font-size: 28px;
    color: #14110F;
    margin-left: 4px;
}
.l-video__overlay.is-playing { display: none; }

/* ── Section wrapper ────────────────────────────────────── */
.l-section {
    padding: 90px 0;
}
.l-section--sm {
    padding: 60px 0;
}
.l-section--dark {
    background: rgba(255,255,255,0.015);
    border-top: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.l-section--gold {
    background: linear-gradient(160deg, rgba(235,207,129,0.05) 0%, rgba(235,207,129,0.02) 100%);
    border-top: 1px solid rgba(235,207,129,0.1);
    border-bottom: 1px solid rgba(235,207,129,0.1);
}

.l-section__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #EBCF81;
    margin-bottom: 16px;
}
.l-section__title {
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
.l-section__sub {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 48px;
    font-weight: 300;
}
.l-section__sub--left { margin-left: 0; }

.l-section__cta {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

/* ── Stats Bar ──────────────────────────────────────────── */
.l-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.l-stat {
    flex: 1 1 160px;
    min-width: 140px;
    padding: 36px 24px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.05);
}
.l-stat:last-child { border-right: none; }
.l-stat__value {
    display: block;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    color: #EBCF81;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}
.l-stat__label {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* ── Benefit Cards ──────────────────────────────────────── */
.l-benefit {
    background: linear-gradient(160deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    padding: 32px 28px;
    height: 100%;
    transition: border-color 0.3s, transform 0.3s;
}
.l-benefit:hover {
    border-color: rgba(235,207,129,0.25);
    transform: translateY(-3px);
}
.l-benefit__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(235,207,129,0.08);
    border: 1px solid rgba(235,207,129,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.l-benefit__icon i {
    font-size: 24px;
    color: #EBCF81;
}
.l-benefit__title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.l-benefit__text {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    line-height: 1.65;
    margin: 0;
}

/* ── Pricing Card ───────────────────────────────────────── */
.l-pricing {
    background: linear-gradient(160deg, rgba(235,207,129,0.06) 0%, rgba(235,207,129,0.02) 100%);
    border: 1px solid rgba(235,207,129,0.28);
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.l-pricing::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(235,207,129,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.l-pricing__badge {
    display: inline-block;
    background: linear-gradient(135deg, #CFAF67, #EBCF81);
    color: #14110F;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 18px;
    border-radius: 20px;
    margin-bottom: 24px;
}
.l-pricing__price {
    font-size: clamp(52px, 6vw, 72px);
    font-weight: 800;
    color: #EBCF81;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 6px;
}
.l-pricing__cycle {
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 32px;
}
.l-pricing__divider {
    border: none;
    border-top: 1px solid rgba(235,207,129,0.12);
    margin: 0 0 28px;
}
.l-pricing__list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    text-align: left;
}
.l-pricing__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
    margin-bottom: 16px;
}
.l-pricing__list li:last-child { margin-bottom: 0; }
.l-pricing__list i {
    font-size: 18px;
    color: #EBCF81;
    flex-shrink: 0;
    margin-top: 1px;
}
.l-pricing__secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    margin-top: 18px;
}

/* Free plan card */
.l-free {
    background: linear-gradient(160deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    height: 100%;
}
.l-free__badge {
    display: inline-block;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 18px;
    border-radius: 20px;
    margin-bottom: 24px;
}
.l-free__price {
    font-size: clamp(44px, 5vw, 64px);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 6px;
}
.l-free__cycle {
    font-size: 14px;
    color: rgba(255,255,255,0.35);
    margin-bottom: 32px;
}
.l-free__divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.07);
    margin: 0 0 28px;
}
.l-free__list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    text-align: left;
}
.l-free__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
    margin-bottom: 16px;
}
.l-free__list li:last-child { margin-bottom: 0; }
.l-free__list i {
    font-size: 18px;
    color: rgba(255,255,255,0.4);
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── How It Works ───────────────────────────────────────── */
.l-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px;
}
.l-step__num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(235,207,129,0.07);
    border: 2px solid rgba(235,207,129,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #EBCF81;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.l-step__title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.l-step__text {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    line-height: 1.65;
    max-width: 240px;
    margin: 0 auto;
}
.l-step-connector {
    display: none;
    align-self: flex-start;
    margin-top: 27px;
    flex: 0 0 auto;
}
.l-step-connector i {
    font-size: 22px;
    color: rgba(235,207,129,0.25);
}
@media (min-width: 768px) {
    .l-step-connector { display: flex; }
}

/* ── Affiliate Banner ───────────────────────────────────── */
.l-affiliate {
    background: linear-gradient(135deg, rgba(235,207,129,0.04) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(235,207,129,0.15);
    border-radius: 20px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px;
}
.l-affiliate__left { flex: 1 1 340px; }
.l-affiliate__title {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.25;
}
.l-affiliate__text {
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    line-height: 1.65;
    margin: 0;
}
.l-affiliate__levels {
    display: flex;
    gap: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.l-affiliate__level {
    background: rgba(235,207,129,0.07);
    border: 1px solid rgba(235,207,129,0.2);
    border-radius: 10px;
    padding: 10px 16px;
    text-align: center;
    min-width: 70px;
}
.l-affiliate__level-pct {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #EBCF81;
    line-height: 1;
    margin-bottom: 4px;
}
.l-affiliate__level-lbl {
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* ── Testimonials ───────────────────────────────────────── */
.l-testi {
    background: linear-gradient(160deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: border-color 0.3s;
}
.l-testi:hover { border-color: rgba(235,207,129,0.2); }
.l-testi__stars {
    display: flex;
    gap: 4px;
    color: #EBCF81;
    font-size: 14px;
}
.l-testi__body {
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    font-weight: 300;
    flex: 1;
}
.l-testi__author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.l-testi__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #CFAF67, #EBCF81);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #14110F;
    flex-shrink: 0;
}
.l-testi__name {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.l-testi__role {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}

/* ── Big CTA Section ────────────────────────────────────── */
.l-cta {
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.l-cta::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(235,207,129,0.07) 0%, transparent 65%);
    pointer-events: none;
}
.l-cta__title {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.l-cta__title strong {
    background: linear-gradient(135deg, #CFAF67, #EBCF81);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.l-cta__sub {
    font-size: 17px;
    color: rgba(255,255,255,0.45);
    max-width: 480px;
    margin: 0 auto 40px;
    line-height: 1.65;
    font-weight: 300;
}
.l-cta__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

/* ── Divider text ───────────────────────────────────────── */
.l-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0;
    color: rgba(255,255,255,0.2);
    font-size: 12px;
}
.l-divider::before, .l-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.07);
}

/* ── Responsive tweaks ──────────────────────────────────── */
@media (max-width: 767px) {
    .l-hero { padding-top: 120px; }
    .lnav { padding: 0 16px; }
    .l-affiliate { padding: 32px 24px; flex-direction: column; }
    .l-pricing, .l-free { padding: 36px 24px; }
    .l-cta { padding: 70px 0; }
    .l-stat { flex: 1 1 50%; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .l-stat:nth-child(even) { border-right: none; }
    .l-stat:nth-last-child(-n+2) { border-bottom: none; }
}
