/* ==========================================================================
   RS OPTIMIZATION — site stylesheet
   Paleta si formele sunt luate din logo: negru profund, neon albastru,
   crom argintiu, colturi taiate in unghi.
   ========================================================================== */

/* --------------------------------------------------------------- tokens */
:root {
    /* suprafete */
    --bg: #04060b;
    --bg-soft: #070a12;
    --surface: #0b101a;
    --surface-2: #111825;
    --surface-3: #182131;
    --line: #1b2536;
    --line-strong: #2a3852;

    /* text */
    --text: #eef4ff;
    --text-2: #9aabc4;
    --text-3: #61728c;

    /* accent (albastrul din logo) */
    --accent: #29b8ff;
    --accent-2: #0a72d4;
    --accent-3: #8fe0ff;
    --accent-glow: rgba(41, 184, 255, .55);
    --accent-soft: rgba(41, 184, 255, .12);
    --accent-faint: rgba(41, 184, 255, .05);

    /* semantice */
    --ok: #2ee07a;
    --warn: #ffb020;
    --danger: #ff4d5e;

    /* forme */
    --r-sm: 8px;
    --r-md: 14px;
    --r-lg: 22px;
    --cut: 18px;                     /* taietura de colt, ca in logo */

    /* tipografie */
    --font-display: 'Oxanium', 'Segoe UI', system-ui, sans-serif;
    --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;

    --shell: 1240px;
    --nav-h: 76px;
}

/* --------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 20px); }

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.no-scroll { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.02em;
    margin: 0;
}

p { margin: 0; }

::selection { background: var(--accent); color: #04060b; }

/* scrollbar */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 99px; border: 3px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: var(--accent-2); }

/* --------------------------------------------------------------- helpers */
.shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }

.eyebrow {
    font-family: var(--font-display);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

.section { padding: 110px 0; position: relative; }
.section--tight { padding: 78px 0; }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head--center { margin-inline: auto; text-align: center; }

.section-head h2 { font-size: clamp(2rem, 4.2vw, 3.15rem); margin-bottom: 16px; }
.section-head p { color: var(--text-2); font-size: 1.06rem; }

/* text cromat, ca literele din logo */
.chrome {
    background: linear-gradient(180deg, #ffffff 0%, #cfe2f5 38%, #7f93ad 62%, #e8f3ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.neon {
    color: var(--accent);
    text-shadow: 0 0 22px var(--accent-glow), 0 0 60px rgba(41, 184, 255, .3);
}

/* colt taiat in unghi — semnatura vizuala a brandului */
.cut {
    clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}

/* --------------------------------------------------------------- butoane */
.btn {
    --btn-bg: var(--surface-2);
    --btn-fg: var(--text);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    font-family: var(--font-display);
    font-size: .93rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--btn-fg);
    background: var(--btn-bg);
    border: 1px solid var(--line-strong);
    border-radius: var(--r-sm);
    transition: transform .18s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
    white-space: nowrap;
}

.btn:hover { transform: translateY(-2px); border-color: var(--accent); color: #fff; }
.btn:active { transform: translateY(0); }

.btn--primary {
    --btn-fg: #04060b;
    background: linear-gradient(135deg, var(--accent-3) 0%, var(--accent) 45%, var(--accent-2) 100%);
    border-color: transparent;
    box-shadow: 0 6px 26px rgba(41, 184, 255, .32);
}
.btn--primary:hover {
    box-shadow: 0 10px 40px rgba(41, 184, 255, .55);
    color: #04060b;
}

.btn--ghost { background: transparent; border-color: var(--line-strong); color: var(--text-2); }
.btn--ghost:hover { background: var(--accent-faint); color: var(--text); }

.btn--lg { padding: 19px 42px; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn--sm { padding: 10px 18px; font-size: .8rem; }

.btn[disabled] { opacity: .45; pointer-events: none; }

/* --------------------------------------------------------------- anunt */
.announce {
    position: relative;
    z-index: 60;
    background: linear-gradient(90deg, var(--accent-2), var(--accent));
    color: #03060c;
    font-size: .86rem;
    font-weight: 600;
    text-align: center;
    padding: 9px 44px 9px 20px;
}
.announce a { text-decoration: underline; text-underline-offset: 3px; }
.announce__close {
    position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
    width: 26px; height: 26px; border-radius: 50%;
    display: grid; place-items: center;
    color: #03060c; opacity: .65; font-size: 15px; line-height: 1;
}
.announce__close:hover { opacity: 1; background: rgba(0, 0, 0, .12); }

/* --------------------------------------------------------------- nav */
.nav {
    position: sticky; top: 0; z-index: 50;
    height: var(--nav-h);
    display: flex; align-items: center;
    background: rgba(4, 6, 11, .72);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease, background .3s ease;
}
.nav.is-stuck { border-bottom-color: var(--line); background: rgba(4, 6, 11, .92); }

.nav__inner { display: flex; align-items: center; gap: 30px; width: 100%; }

.nav__logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.nav__logo img { height: 42px; width: auto; }
.nav__logo-text { font-family: var(--font-display); font-weight: 800; font-size: 1.02rem; letter-spacing: .04em; line-height: 1.1; }
.nav__logo-text span { display: block; font-size: .58rem; letter-spacing: .3em; color: var(--text-3); font-weight: 600; }

.nav__links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav__links a {
    position: relative;
    padding: 9px 15px;
    font-size: .89rem;
    font-weight: 500;
    color: var(--text-2);
    border-radius: var(--r-sm);
    transition: color .2s ease, background .2s ease;
}
.nav__links a:hover { color: var(--text); background: var(--surface-2); }
.nav__links a.is-active { color: var(--accent); }
.nav__links a.is-active::after {
    content: ''; position: absolute; left: 15px; right: 15px; bottom: 2px;
    height: 2px; border-radius: 2px; background: var(--accent);
    box-shadow: 0 0 10px var(--accent-glow);
}

.nav__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.nav__burger { display: none; width: 42px; height: 42px; border-radius: var(--r-sm); border: 1px solid var(--line-strong); }
.nav__burger span { display: block; width: 18px; height: 2px; margin: 3px auto; background: var(--text); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* --------------------------------------------------------------- hero */
.hero { position: relative; padding: 92px 0 110px; overflow: hidden; }

.hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

/* grila in perspectiva, ca un "floor" de joc */
.hero__grid {
    position: absolute; left: 50%; bottom: -30%;
    width: 200%; height: 85%;
    transform: translateX(-50%) perspective(520px) rotateX(66deg);
    background-image:
        linear-gradient(to right, rgba(41, 184, 255, .14) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(41, 184, 255, .14) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: radial-gradient(ellipse 60% 70% at 50% 30%, #000 0%, transparent 78%);
    -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 30%, #000 0%, transparent 78%);
    animation: gridScroll 9s linear infinite;
}
@keyframes gridScroll { to { background-position: 0 62px; } }

.hero__orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .38; }
.hero__orb--1 { width: 620px; height: 620px; top: -200px; left: -160px; background: radial-gradient(circle, rgba(41, 184, 255, .42), transparent 68%); animation: float 14s ease-in-out infinite; }
.hero__orb--2 { width: 520px; height: 520px; top: 40px; right: -190px; background: radial-gradient(circle, rgba(10, 114, 212, .38), transparent 68%); animation: float 18s ease-in-out infinite reverse; }

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(38px, -34px); }
}

.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

.hero__badge {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 8px 16px;
    background: var(--accent-soft);
    border: 1px solid rgba(41, 184, 255, .3);
    border-radius: 99px;
    font-size: .78rem; font-weight: 600; letter-spacing: .04em;
    color: var(--accent-3);
    margin-bottom: 26px;
}
.hero__badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 10px var(--ok); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

.hero h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); margin-bottom: 22px; }
.hero h1 .neon { display: inline-block; }

.hero__sub { color: var(--text-2); font-size: 1.1rem; max-width: 560px; margin-bottom: 34px; }

.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }

.hero__note { display: flex; align-items: center; gap: 9px; color: var(--text-3); font-size: .85rem; }
.hero__note svg { flex-shrink: 0; color: var(--ok); }

.hero__visual { position: relative; display: grid; place-items: center; }
.hero__visual img {
    width: 100%; max-width: 560px;
   
    filter: drop-shadow(0 0 60px rgba(41, 184, 255, .45));
    animation: heroFloat 7s ease-in-out infinite;
}
@keyframes heroFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-16px) scale(1.012); }
}

/* --------------------------------------------------------------- compat */
.compat { padding: 10px 0 34px; }
.compat__inner {
    display: flex; align-items: center; justify-content: center; gap: 22px;
    padding: 20px 28px;
    background: linear-gradient(120deg, rgba(255, 122, 24, .07), transparent 55%);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
}
.compat__logo { width: 62px; height: auto; flex-shrink: 0; filter: drop-shadow(0 0 18px rgba(255, 122, 24, .35)); }
.compat__text strong { display: block; font-family: var(--font-display); font-size: 1.02rem; }
.compat__text span { color: var(--text-3); font-size: .87rem; }

@media (max-width: 600px) {
    .compat__inner { flex-direction: column; text-align: center; gap: 14px; padding: 22px 18px; }
}

/* --------------------------------------------------------------- stats */
.stats { border-block: 1px solid var(--line); background: var(--bg-soft); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats__item { padding: 38px 20px; text-align: center; border-right: 1px solid var(--line); }
.stats__item:last-child { border-right: none; }
.stats__value { font-family: var(--font-display); font-size: clamp(1.8rem, 3.2vw, 2.6rem); font-weight: 800; line-height: 1; margin-bottom: 8px; }
.stats__label { font-size: .82rem; color: var(--text-3); text-transform: uppercase; letter-spacing: .12em; }

/* --------------------------------------------------------------- carduri */
.card {
    position: relative;
    background: linear-gradient(160deg, var(--surface-2) 0%, var(--surface) 100%);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 30px;
    transition: transform .3s cubic-bezier(.2, .8, .3, 1), border-color .3s ease, box-shadow .3s ease;
    overflow: hidden;
}
.card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 0%), var(--accent-faint), transparent 60%);
    opacity: 0; transition: opacity .35s ease; pointer-events: none;
}
.card:hover { transform: translateY(-6px); border-color: rgba(41, 184, 255, .38); box-shadow: 0 20px 50px rgba(0, 0, 0, .55); }
.card:hover::before { opacity: 1; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* feature */
.feature__icon {
    width: 54px; height: 54px;
    display: grid; place-items: center;
    border-radius: var(--r-md);
    background: var(--accent-soft);
    border: 1px solid rgba(41, 184, 255, .25);
    color: var(--accent);
    margin-bottom: 20px;
}
.feature h3 { font-size: 1.18rem; margin-bottom: 10px; }
.feature p { color: var(--text-2); font-size: .95rem; }

/* --------------------------------------------------------------- showcase */
.showcase { display: grid; gap: 90px; }
.showcase__row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.showcase__row:nth-child(even) .showcase__media { order: -1; }

.showcase h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 16px; }
.showcase p { color: var(--text-2); margin-bottom: 22px; }

.checklist { display: grid; gap: 12px; list-style: none; padding: 0; margin: 0; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; color: var(--text); font-size: .96rem; }
.checklist svg { flex-shrink: 0; margin-top: 3px; color: var(--accent); }

/* mockup de fereastra a aplicatiei */
.mockup {
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .6), 0 0 0 1px rgba(41, 184, 255, .07);
}
.mockup__bar { display: flex; align-items: center; gap: 7px; padding: 13px 16px; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.mockup__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--line-strong); }
.mockup__dot--live { background: var(--accent); box-shadow: 0 0 9px var(--accent-glow); }
.mockup__title { margin-left: 10px; font-family: var(--font-display); font-size: .78rem; letter-spacing: .12em; color: var(--text-3); }
.mockup__body { padding: 24px; display: grid; gap: 14px; }

.mrow { display: flex; align-items: center; gap: 14px; }
.mrow__label { flex: 1; font-size: .88rem; color: var(--text-2); }
.mrow__pill { font-family: var(--font-display); font-size: .68rem; font-weight: 700; letter-spacing: .1em; padding: 4px 10px; border-radius: 99px; border: 1px solid; }
.mrow__pill--ok { color: var(--ok); border-color: rgba(46, 224, 122, .4); background: rgba(46, 224, 122, .1); }
.mrow__pill--run { color: var(--accent); border-color: rgba(41, 184, 255, .4); background: var(--accent-soft); }
.mrow__pill--idle { color: var(--text-3); border-color: var(--line-strong); }

.mbar { height: 7px; border-radius: 99px; background: var(--surface-3); overflow: hidden; }
.mbar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--accent-3), var(--accent), var(--accent-2)); box-shadow: 0 0 12px var(--accent-glow); }

/* --------------------------------------------------------------- pasi */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 14px; }
.step__num {
    font-family: var(--font-display); font-size: 3.6rem; font-weight: 800; line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--line-strong);
    margin-bottom: 12px;
}
.step h3 { font-size: 1.22rem; margin-bottom: 8px; }
.step p { color: var(--text-2); font-size: .95rem; }
.step::after {
    content: ''; position: absolute; top: 36px; right: -11px; width: 22px; height: 1px;
    background: linear-gradient(90deg, var(--line-strong), transparent);
}
.step:last-child::after { display: none; }

/* --------------------------------------------------------------- shop */
.shop-note {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    padding: 14px 22px; margin-bottom: 40px;
    background: var(--accent-faint); border: 1px dashed rgba(41, 184, 255, .35);
    border-radius: var(--r-md); color: var(--accent-3); font-size: .92rem;
}
.shop-note code {
    font-family: var(--font-display); font-weight: 800; letter-spacing: .12em;
    background: var(--accent); color: #04060b; padding: 3px 11px; border-radius: 6px;
}

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }

.plan { display: flex; flex-direction: column; padding: 34px 30px; }
.plan--popular {
    border-color: rgba(41, 184, 255, .5);
    box-shadow: 0 0 0 1px rgba(41, 184, 255, .16), 0 24px 60px rgba(0, 0, 0, .55);
    transform: translateY(-10px);
}
.plan--popular:hover { transform: translateY(-16px); }

.plan__badge {
    position: absolute; top: 0; right: 0;
    padding: 7px 18px 7px 22px;
    background: linear-gradient(135deg, var(--accent-3), var(--accent-2));
    color: #04060b;
    font-family: var(--font-display); font-size: .68rem; font-weight: 800; letter-spacing: .12em;
    border-bottom-left-radius: var(--r-md);
}

.plan__name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; letter-spacing: .16em; color: var(--accent); margin-bottom: 6px; }
.plan__desc { color: var(--text-2); font-size: .92rem; min-height: 44px; margin-bottom: 22px; }

.plan__price { display: flex; align-items: flex-end; gap: 9px; margin-bottom: 4px; }
.plan__amount { font-family: var(--font-display); font-size: 3rem; font-weight: 800; line-height: .95; }
.plan__cur { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--text-2); padding-bottom: 6px; }
.plan__old { color: var(--text-3); text-decoration: line-through; font-size: 1rem; padding-bottom: 7px; }
.plan__period { color: var(--text-3); font-size: .82rem; margin-bottom: 24px; }

.plan__discounted { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; font-size: .86rem; color: var(--ok); }
.plan__discounted b { font-family: var(--font-display); font-size: 1.15rem; }

.plan__features { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 11px; flex: 1; }
.plan__features li { display: flex; align-items: flex-start; gap: 11px; font-size: .93rem; color: var(--text-2); }
.plan__features svg { flex-shrink: 0; margin-top: 3px; color: var(--accent); }

/* --------------------------------------------------------------- testimoniale */
.quote__stars { display: flex; gap: 3px; color: var(--warn); margin-bottom: 14px; }
.quote p { color: var(--text); font-size: .98rem; margin-bottom: 20px; }
.quote__who { display: flex; align-items: center; gap: 12px; }
.quote__avatar {
    width: 42px; height: 42px; border-radius: 50%;
    display: grid; place-items: center;
    background: linear-gradient(135deg, var(--accent-2), var(--accent));
    color: #04060b; font-family: var(--font-display); font-weight: 800; font-size: .95rem;
}
.quote__name { font-weight: 600; font-size: .93rem; }
.quote__role { color: var(--text-3); font-size: .82rem; }

/* --------------------------------------------------------------- faq */
.faq { max-width: 860px; margin-inline: auto; display: grid; gap: 12px; }
.faq__item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: border-color .25s ease; }
.faq__item.is-open { border-color: rgba(41, 184, 255, .35); }
.faq__q {
    width: 100%; display: flex; align-items: center; gap: 18px;
    padding: 21px 24px; text-align: left;
    font-family: var(--font-display); font-size: 1.02rem; font-weight: 600;
}
.faq__q:hover { color: var(--accent-3); }
.faq__sign { margin-left: auto; flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-3); color: var(--accent); transition: transform .3s ease, background .3s ease; }
.faq__item.is-open .faq__sign { transform: rotate(45deg); background: var(--accent); color: #04060b; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .34s cubic-bezier(.2, .8, .3, 1); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 24px 22px; color: var(--text-2); font-size: .96rem; }

/* --------------------------------------------------------------- discord */
.discord-band { position: relative; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--line-strong); background: linear-gradient(135deg, #0d1626 0%, #0a1020 60%, #071019 100%); padding: 62px 54px; text-align: center; }
.discord-band::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(650px circle at 50% -20%, rgba(41, 184, 255, .22), transparent 70%);
}
.discord-band > * { position: relative; }
.discord-band h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 14px; }
.discord-band p { color: var(--text-2); max-width: 560px; margin: 0 auto 30px; }
.discord-band__icon { width: 66px; height: 66px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: var(--r-md); background: #5865F2; color: #fff; box-shadow: 0 12px 34px rgba(88, 101, 242, .4); }

/* --------------------------------------------------------------- footer */
.footer { border-top: 1px solid var(--line); background: var(--bg-soft); padding: 64px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 46px; }
.footer__brand img { height: 52px; width: auto; margin-bottom: 16px; }
.footer__about { color: var(--text-3); font-size: .87rem; max-width: 340px; }
.footer h4 { font-family: var(--font-display); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-3); margin-bottom: 16px; }
.footer__links { display: grid; gap: 10px; }
.footer__links a { color: var(--text-2); font-size: .91rem; transition: color .2s ease; }
.footer__links a:hover { color: var(--accent); }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; padding-top: 26px; border-top: 1px solid var(--line); color: var(--text-3); font-size: .84rem; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: var(--r-sm); border: 1px solid var(--line-strong); color: var(--text-2); transition: all .25s ease; }
.footer__social a:hover { color: var(--accent); border-color: var(--accent); background: var(--accent-faint); transform: translateY(-2px); }

/* --------------------------------------------------------------- popup cupon */
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.modal.is-open { opacity: 1; pointer-events: auto; }
.modal__scrim { position: absolute; inset: 0; background: rgba(2, 4, 8, .82); backdrop-filter: blur(6px); }

.modal__box {
    position: relative; width: min(100%, 520px);
    background: linear-gradient(165deg, var(--surface-2), var(--surface));
    border: 1px solid var(--line-strong);
    border-radius: var(--r-lg);
    padding: 44px 40px 36px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, .7);
    transform: translateY(24px) scale(.96);
    transition: transform .38s cubic-bezier(.2, .9, .3, 1.1);
    overflow: hidden;
}
.modal.is-open .modal__box { transform: translateY(0) scale(1); }
.modal__box::before {
    content: ''; position: absolute; inset: -1px -1px auto; height: 3px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.modal__glow { position: absolute; top: -140px; left: 50%; transform: translateX(-50%); width: 420px; height: 280px; background: radial-gradient(ellipse, rgba(41, 184, 255, .32), transparent 70%); filter: blur(30px); pointer-events: none; }

.modal__close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--text-3); transition: all .2s ease; }
.modal__close:hover { background: var(--surface-3); color: var(--text); }

.modal h3 { font-size: 1.75rem; margin-bottom: 12px; }
.modal p { color: var(--text-2); font-size: .95rem; }

.modal__form { display: grid; gap: 12px; margin-top: 26px; }
.field {
    width: 100%; padding: 15px 18px;
    background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--r-sm);
    font-size: .95rem; transition: border-color .2s ease, box-shadow .2s ease;
}
.field::placeholder { color: var(--text-3); }
.field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.field.is-error { border-color: var(--danger); }

.modal__consent { color: var(--text-3); font-size: .76rem; line-height: 1.5; margin-top: 4px; }
.modal__error { color: var(--danger); font-size: .85rem; min-height: 20px; }

/* --- revelarea cuponului: cardul se roteste si apar particule --- */
.reveal { text-align: center; }
.reveal__check {
    width: 66px; height: 66px; margin: 0 auto 20px;
    border-radius: 50%; display: grid; place-items: center;
    background: rgba(46, 224, 122, .14); border: 1px solid rgba(46, 224, 122, .45); color: var(--ok);
    animation: popIn .5s cubic-bezier(.2, .9, .3, 1.4) both;
}
@keyframes popIn { from { transform: scale(.3); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.coupon {
    position: relative;
    margin: 24px 0 20px;
    padding: 26px 22px;
    background: linear-gradient(135deg, rgba(41, 184, 255, .16), rgba(10, 114, 212, .07));
    border: 1.5px dashed var(--accent);
    border-radius: var(--r-md);
    animation: couponIn .7s cubic-bezier(.2, .9, .3, 1.2) .12s both;
    overflow: hidden;
}
@keyframes couponIn {
    from { transform: perspective(700px) rotateX(-85deg) scale(.85); opacity: 0; }
    to { transform: perspective(700px) rotateX(0) scale(1); opacity: 1; }
}
/* sclipire care traverseaza cuponul */
.coupon::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 55%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .22), transparent);
    animation: shine 2.6s ease-in-out .8s infinite;
}
@keyframes shine { 0% { left: -60%; } 55%, 100% { left: 120%; } }

.coupon__label { font-family: var(--font-display); font-size: .68rem; letter-spacing: .24em; color: var(--accent-3); margin-bottom: 10px; }
.coupon__code { font-family: var(--font-display); font-size: 2.15rem; font-weight: 800; letter-spacing: .16em; color: #fff; text-shadow: 0 0 26px var(--accent-glow); }
.coupon__desc { color: var(--text-2); font-size: .88rem; margin-top: 8px; }

.coupon__copy { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: .82rem; color: var(--accent); }
.coupon__copy:hover { color: var(--accent-3); }

/* confetti */
.confetti { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.confetti i {
    position: absolute; top: -12px; width: 7px; height: 12px; border-radius: 1px;
    animation: fall linear forwards;
}
@keyframes fall {
    to { transform: translateY(560px) rotate(680deg); opacity: 0; }
}

/* --------------------------------------------------------------- toast */
.toasts { position: fixed; right: 22px; bottom: 22px; z-index: 300; display: grid; gap: 10px; width: min(340px, calc(100vw - 44px)); }
.toast {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 15px 17px;
    background: var(--surface-2); border: 1px solid var(--line-strong); border-left: 3px solid var(--accent);
    border-radius: var(--r-sm);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
    animation: toastIn .35s cubic-bezier(.2, .9, .3, 1.1) both;
    font-size: .9rem;
}
.toast--ok { border-left-color: var(--ok); }
.toast--err { border-left-color: var(--danger); }
.toast.is-out { animation: toastOut .3s ease forwards; }
@keyframes toastIn { from { transform: translateX(70px); opacity: 0; } }
@keyframes toastOut { to { transform: translateX(70px); opacity: 0; } }

/* --------------------------------------------------------------- reveal la scroll */
.reveal-up { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2, .8, .3, 1), transform .7s cubic-bezier(.2, .8, .3, 1); }
.reveal-up.is-in { opacity: 1; transform: none; }

/* --------------------------------------------------------------- responsive */
@media (max-width: 1080px) {
    .hero__inner { grid-template-columns: 1fr; text-align: center; }
    .hero__sub { margin-inline: auto; }
    .hero__cta, .hero__note { justify-content: center; }
    .hero__visual { order: -1; }
    .hero__visual img { max-width: 400px; }
    .showcase__row { grid-template-columns: 1fr; gap: 34px; }
    .showcase__row:nth-child(even) .showcase__media { order: 0; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
    .nav__links {
        position: fixed; inset: var(--nav-h) 0 auto; z-index: 49;
        flex-direction: column; align-items: stretch; gap: 2px;
        padding: 16px 20px 26px;
        background: rgba(4, 6, 11, .97);
        backdrop-filter: blur(18px);
        border-bottom: 1px solid var(--line);
        transform: translateY(-12px);
        opacity: 0; pointer-events: none;
        transition: opacity .25s ease, transform .25s ease;
    }
    .nav__links.is-open { opacity: 1; transform: none; pointer-events: auto; }
    .nav__links a { padding: 13px 14px; font-size: 1rem; }
    .nav__links a.is-active::after { display: none; }
    .nav__burger { display: block; order: 3; }
    .nav__actions .btn--discord { display: none; }

    .grid-3, .grid-4, .plans, .steps { grid-template-columns: 1fr; }
    .stats__grid { grid-template-columns: 1fr 1fr; }
    .stats__item:nth-child(2) { border-right: none; }
    .stats__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .plan--popular { transform: none; }
    .plan--popular:hover { transform: translateY(-6px); }
    .step::after { display: none; }
    .section { padding: 78px 0; }
    .discord-band { padding: 46px 26px; }
    .footer__grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 520px) {
    .shell { width: calc(100% - 32px); }
    .modal__box { padding: 38px 24px 30px; }
    .coupon__code { font-size: 1.7rem; }
    .btn--lg { padding: 16px 28px; font-size: .95rem; width: 100%; }
    .hero__cta { flex-direction: column; }
    .hero__cta .btn { width: 100%; }
}

/* utilizatorii care cer mai putina miscare */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .reveal-up { opacity: 1; transform: none; }
}
