:root {
    --bg: #030409;
    --card: rgba(255,255,255,.055);
    --card2: rgba(10,14,25,.92);
    --border: rgba(255,255,255,.10);
    --text: #f8f3e8;
    --muted: rgba(248,243,232,.64);
    --gold: #ffd21f;
    --gold2: #d69d00;
    --green: #6ee77a;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 20% 0%, rgba(255,210,31,.10), transparent 32%),
        radial-gradient(circle at 90% 20%, rgba(110,231,122,.055), transparent 28%),
        #030409;
    color: var(--text);
}

.v3-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 82px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(3,4,9,.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.v3-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text);
    text-decoration: none;
    font-weight: 950;
    letter-spacing: 5px;
    font-size: 24px;
}

.v3-brand img {
    width: 52px;
    height: 52px;
    border-radius: 16px;
}

.v3-nav {
    margin-left: auto;
    display: flex;
    gap: 24px;
}

.v3-nav a {
    color: var(--muted);
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}

.v3-login {
    color: #080808;
    background: linear-gradient(135deg, #fff06a, var(--gold) 45%, var(--gold2));
    text-decoration: none;
    font-weight: 950;
    padding: 12px 18px;
    border-radius: 16px;
}

.v3-page {
    width: min(1160px, 100%);
    margin: 0 auto;
    padding: 42px 24px 76px;
}

.v3-hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: center;
    padding: 28px 0 44px;
}

.v3-pill,
.v3-section-head span {
    display: inline-flex;
    width: fit-content;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,210,31,.30);
    background: rgba(255,210,31,.08);
    color: var(--gold);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .8px;
}

.v3-hero h1 {
    margin: 22px 0 16px;
    font-size: clamp(48px, 6vw, 78px);
    line-height: .95;
    letter-spacing: -2.5px;
}

.v3-hero p,
.v3-section-head p {
    margin: 0;
    max-width: 650px;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.5;
}

.v3-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.v3-btn {
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 950;
}

.v3-btn-main {
    color: #080808;
    background: linear-gradient(135deg, #fff06a, var(--gold) 45%, var(--gold2));
    box-shadow: 0 18px 46px rgba(255,210,31,.20);
}

.v3-btn-dark {
    color: var(--text);
    border: 1px solid var(--border);
    background: rgba(255,255,255,.045);
}

.v3-checks {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.v3-checks span {
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--border);
    color: rgba(248,243,232,.78);
    font-size: 14px;
    font-weight: 800;
}

.v3-dashboard-card,
.v3-price-card,
.v3-steps article,
.v3-final {
    border: 1px solid var(--border);
    background:
        radial-gradient(circle at 20% 0%, rgba(255,210,31,.12), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.065), rgba(8,12,22,.88));
    box-shadow: 0 28px 90px rgba(0,0,0,.38);
}

.v3-dashboard-card {
    border-radius: 30px;
    padding: 22px;
}

.v3-window-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.v3-window-bar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
}

.v3-window-bar b {
    margin-left: 8px;
}

.v3-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.v3-metrics div,
.v3-terminal div {
    padding: 14px;
    border-radius: 16px;
    background: rgba(0,0,0,.24);
    border: 1px solid rgba(255,255,255,.075);
}

.v3-metrics small,
.v3-terminal span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-bottom: 6px;
}

.v3-metrics strong,
.v3-terminal b {
    color: var(--text);
    font-size: 16px;
}

.v3-terminal {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.v3-terminal .ok {
    color: var(--green);
}

.v3-mini-chart {
    height: 180px;
    margin-top: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,210,31,.08), rgba(0,0,0,.18));
    background-size: 100% 25%, 18% 100%, 100% 100%;
    position: relative;
    overflow: hidden;
}

.v3-mini-chart::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 32%;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold), var(--green), var(--gold));
    transform: rotate(-7deg);
}

.v3-section {
    padding-top: 58px;
}

.v3-section-head {
    margin-bottom: 22px;
}

.v3-section-head h2 {
    margin: 14px 0 10px;
    font-size: clamp(34px, 4.8vw, 54px);
    line-height: 1.02;
    letter-spacing: -1.6px;
}

.v3-price-card {
    border-radius: 30px;
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr 1.25fr auto;
    gap: 26px;
    align-items: center;
}

.v3-price-label {
    color: var(--gold);
    font-weight: 950;
    margin-bottom: 10px;
}

.v3-price-card h3 {
    margin: 0;
    font-size: 58px;
    line-height: 1;
}

.v3-price-card p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.45;
}

.v3-price-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.v3-price-card li {
    color: rgba(248,243,232,.78);
    font-weight: 750;
}

.v3-price-card li::before {
    content: "✓";
    color: var(--gold);
    margin-right: 9px;
}

.v3-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.v3-steps article {
    border-radius: 26px;
    padding: 22px;
}

.v3-steps b {
    display: inline-flex;
    color: var(--gold);
    font-size: 14px;
    margin-bottom: 28px;
}

.v3-steps h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.v3-steps p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.45;
}

.v3-final {
    border-radius: 30px;
    padding: 30px;
    margin-top: 58px;
}

@media (max-width: 900px) {
    .v3-header {
        height: 74px;
        padding: 0 18px;
    }

    .v3-brand img {
        width: 46px;
        height: 46px;
    }

    .v3-brand span {
        font-size: 21px;
        letter-spacing: 4px;
    }

    .v3-nav {
        display: none;
    }

    .v3-login {
        margin-left: auto;
        padding: 11px 14px;
        font-size: 14px;
        border-radius: 14px;
    }

    .v3-page {
        padding: 24px 20px 50px;
    }

    .v3-hero {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 18px 0 34px;
    }

    .v3-hero h1 {
        font-size: 40px;
        line-height: 1.02;
        letter-spacing: -1.3px;
        margin: 18px 0 14px;
    }

    .v3-hero p,
    .v3-section-head p {
        font-size: 18px;
        line-height: 1.45;
    }

    .v3-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .v3-dashboard-card {
        padding: 20px;
        border-radius: 24px;
    }

    .v3-metrics {
        grid-template-columns: 1fr;
    }

    .v3-mini-chart {
        height: 170px;
    }

    .v3-section {
        padding-top: 42px;
    }

    .v3-section-head h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .v3-price-card {
        grid-template-columns: 1fr;
        padding: 24px;
        border-radius: 24px;
    }

    .v3-price-card h3 {
        font-size: 52px;
    }

    .v3-steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .v3-steps article {
        padding: 22px;
        border-radius: 24px;
    }

    .v3-steps b {
        margin-bottom: 18px;
    }

    .v3-final {
        margin-top: 42px;
        padding: 24px;
        border-radius: 24px;
    }
}

@media (max-width: 390px) {
    .v3-hero h1 {
        font-size: 36px;
    }

    .v3-login {
        display: none;
    }
}

.v3-hero-copy-wide {
    max-width: 820px;
}

.v3-hero:has(.v3-hero-copy-wide) {
    grid-template-columns: 1fr;
}

@media (max-width: 900px) {
    .v3-hero-copy-wide {
        max-width: 100%;
    }
}

/* DESKTOP_LANDING_COMPACT_V12 */
@media (min-width: 768px) {

    .ea-hero {
        min-height: auto !important;
        padding-top: 58px !important;
        padding-bottom: 54px !important;
        gap: 56px !important;
    }

    .ea-hero h1 {
        font-size: clamp(46px, 4.2vw, 64px) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.045em !important;
        margin-top: 22px !important;
        margin-bottom: 18px !important;
        max-width: 720px !important;
    }

    .ea-hero-sub {
        font-size: 18px !important;
        line-height: 1.55 !important;
        max-width: 680px !important;
        font-weight: 650 !important;
    }

    .ea-badge {
        font-size: 13px !important;
        padding: 10px 18px !important;
        letter-spacing: .04em !important;
    }

    .ea-telegram-mini {
        height: 34px !important;
        padding: 0 14px !important;
        font-size: 13px !important;
    }

    .ea-actions {
        margin-top: 26px !important;
        gap: 14px !important;
    }

    .ea-btn-main,
    .ea-btn-ghost {
        min-height: 52px !important;
        height: 52px !important;
        padding: 0 28px !important;
        font-size: 16px !important;
        border-radius: 16px !important;
    }

    .ea-hero-pills,
    .ea-pills {
        margin-top: 24px !important;
        gap: 12px !important;
    }

    .ea-hero-pills span,
    .ea-pills span,
    .ea-pill {
        font-size: 13px !important;
        padding: 10px 15px !important;
    }

    .ea-visual-card,
    .ea-hero-visual,
    .ea-flow-card {
        transform: scale(.92) !important;
        transform-origin: center right !important;
    }

    .ea-flow-card strong,
    .ea-flow-card b,
    .ea-visual-card strong,
    .ea-visual-card b {
        font-size: 14px !important;
    }

    .ea-flow-card small,
    .ea-flow-card span,
    .ea-visual-card small,
    .ea-visual-card span {
        font-size: 11px !important;
    }

    .section-badge {
        font-size: 12px !important;
        padding: 9px 16px !important;
    }

    .ea-section h2,
    #produktas h2 {
        font-size: clamp(34px, 3vw, 48px) !important;
        line-height: 1.05 !important;
        letter-spacing: -0.035em !important;
    }
}

@media (min-width: 1200px) {
    .ea-hero h1 {
        font-size: 60px !important;
    }

    .ea-hero-sub {
        font-size: 17px !important;
    }
}
/* END DESKTOP_LANDING_COMPACT_V12 */

/* LANDING_SPACING_AND_TEXT_TUNE_V13 */

/* ===== MOBILE ===== */
@media (max-width: 767px) {

    /* Header controls a bit smaller */
    .ea-lang-switch,
    .language-switch,
    .lang-switch {
        transform: scale(.92) !important;
        transform-origin: center !important;
    }

    .ea-login-btn,
    .clean-login-btn,
    .nav-login-btn,
    .ea-nav-login {
        min-height: 52px !important;
        height: 52px !important;
        font-size: 16px !important;
        padding: 0 22px !important;
        border-radius: 18px !important;
    }

    /* Remove ugly gap under Results */
    .ea-mobile-top,
    .mobile-top-cards,
    .mobile-hero-top,
    .hero-mobile-top {
        gap: 12px !important;
    }

    .ea-results-card,
    .mobile-results-card,
    .results-mobile-card,
    .hero-results-card {
        margin-bottom: 8px !important;
    }

    .ea-telegram-mini,
    .mobile-telegram-link,
    .hero-telegram-link {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    /* Smaller badges / pills */
    .ea-badge,
    .section-badge,
    .hero-badge {
        font-size: 12px !important;
        line-height: 1.2 !important;
        padding: 9px 14px !important;
        border-radius: 999px !important;
    }

    .ea-hero-pills,
    .ea-pills {
        gap: 10px !important;
        margin-top: 18px !important;
    }

    .ea-hero-pills span,
    .ea-pills span,
    .ea-pill {
        font-size: 11px !important;
        line-height: 1.2 !important;
        padding: 9px 12px !important;
        border-radius: 999px !important;
    }

    /* Main mobile hero text smaller */
    .ea-hero h1,
    .clean-hero h1,
    .hero-title {
        font-size: 56px !important;
        line-height: 0.98 !important;
        letter-spacing: -0.045em !important;
        margin-top: 18px !important;
        margin-bottom: 16px !important;
    }

    .ea-hero-sub,
    .clean-hero-sub,
    .hero-subtitle,
    .hero-description {
        font-size: 15px !important;
        line-height: 1.52 !important;
        max-width: 100% !important;
        margin-bottom: 18px !important;
    }

    /* Buttons smaller */
    .ea-btn-main,
    .ea-btn-ghost,
    .hero-primary-btn,
    .hero-secondary-btn {
        min-height: 56px !important;
        height: 56px !important;
        font-size: 16px !important;
        padding: 0 18px !important;
        border-radius: 18px !important;
    }

    .ea-actions {
        gap: 12px !important;
        margin-top: 18px !important;
    }
}

/* Extra small phones */
@media (max-width: 430px) {
    .ea-hero h1,
    .clean-hero h1,
    .hero-title {
        font-size: 50px !important;
    }

    .ea-hero-sub,
    .clean-hero-sub,
    .hero-subtitle,
    .hero-description {
        font-size: 14px !important;
        line-height: 1.48 !important;
    }

    .ea-btn-main,
    .ea-btn-ghost,
    .hero-primary-btn,
    .hero-secondary-btn {
        font-size: 15px !important;
        min-height: 54px !important;
        height: 54px !important;
    }
}

/* ===== DESKTOP ===== */
@media (min-width: 768px) {

    .ea-hero {
        padding-top: 54px !important;
        padding-bottom: 48px !important;
        gap: 44px !important;
    }

    .ea-badge,
    .section-badge,
    .hero-badge {
        font-size: 12px !important;
        padding: 9px 15px !important;
    }

    .ea-telegram-mini {
        font-size: 13px !important;
        padding: 0 14px !important;
        min-height: 34px !important;
        height: 34px !important;
    }

    .ea-hero h1,
    .clean-hero h1,
    .hero-title {
        font-size: clamp(44px, 3.6vw, 58px) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.045em !important;
        margin-top: 18px !important;
        margin-bottom: 14px !important;
        max-width: 680px !important;
    }

    .ea-hero-sub,
    .clean-hero-sub,
    .hero-subtitle,
    .hero-description {
        font-size: 17px !important;
        line-height: 1.55 !important;
        max-width: 650px !important;
    }

    .ea-actions {
        margin-top: 22px !important;
        gap: 12px !important;
    }

    .ea-btn-main,
    .ea-btn-ghost,
    .hero-primary-btn,
    .hero-secondary-btn {
        min-height: 50px !important;
        height: 50px !important;
        padding: 0 24px !important;
        font-size: 15px !important;
        border-radius: 16px !important;
    }

    .ea-hero-pills,
    .ea-pills {
        margin-top: 20px !important;
        gap: 10px !important;
    }

    .ea-hero-pills span,
    .ea-pills span,
    .ea-pill {
        font-size: 12px !important;
        padding: 9px 13px !important;
    }
}

@media (min-width: 1200px) {
    .ea-hero h1,
    .clean-hero h1,
    .hero-title {
        font-size: 54px !important;
    }

    .ea-hero-sub,
    .clean-hero-sub,
    .hero-subtitle,
    .hero-description {
        font-size: 16px !important;
    }
}
/* END LANDING_SPACING_AND_TEXT_TUNE_V13 */
