/* =========================================================
   TEROLANCE — CLEAN STYLE
   Чистая версия без старых конфликтующих стилей
========================================================= */


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-main: #010713;
    --bg-second: #03132c;

    --blue: #087cff;
    --blue-light: #1ba8ff;
    --cyan: #58dfff;

    --white: #ffffff;

    --text-secondary: #adb9cc;
    --text-muted: #8f9caf;

    --border: rgba(47, 119, 255, 0.30);
    --border-strong: rgba(18, 109, 255, 0.65);
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;

    overflow-x: hidden;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    color: #ffffff;

    background:
        radial-gradient(
            ellipse at 50% 45%,
            #07224a 0%,
            #04162f 28%,
            #020c1d 57%,
            #010713 82%,
            #01040c 100%
        );
}


/* =========================================================
   BACKGROUND ROOT
========================================================= */

.site-background {
    position: fixed;

    inset: 0;

    z-index: -10;

    overflow: hidden;

    pointer-events: none;
}


/* =========================================================
   STARS
========================================================= */

.stars {
    position: absolute;

    inset: 0;
}

.stars-one {
    background-image:
        radial-gradient(circle, rgba(78, 194, 255, 0.95) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(15, 125, 255, 0.75) 0 0.8px, transparent 1.4px),
        radial-gradient(circle, rgba(153, 224, 255, 0.65) 0 0.6px, transparent 1.2px);

    background-size:
        113px 127px,
        173px 149px,
        241px 197px;

    background-position:
        13px 21px,
        61px 83px,
        117px 39px;

    opacity: 0.30;
}

.stars-two {
    background-image:
        radial-gradient(circle, rgba(0, 132, 255, 0.90) 0 1px, transparent 1.7px),
        radial-gradient(circle, rgba(71, 207, 255, 0.70) 0 0.7px, transparent 1.4px);

    background-size:
        89px 103px,
        211px 173px;

    background-position:
        37px 59px,
        103px 121px;

    opacity: 0.18;
}
/* мягкое голубое свечение без белого центра */

.site-background::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            ellipse at 50% 42%,
            rgba(0, 105, 255, 0.10) 0%,
            rgba(0, 75, 190, 0.055) 27%,
            transparent 58%
        );

    pointer-events: none;
}


/* =========================================================
   SIDE BLUE GLOW
========================================================= */

.side-glow {
    position: absolute;

    width: 580px;
    height: 800px;

    bottom: -170px;

    border-radius: 50%;

    filter: blur(90px);

    opacity: 0.45;
}

.side-glow-left {
    left: -330px;

    background:
        radial-gradient(
            ellipse at center,
            rgba(0, 113, 255, 0.55),
            rgba(0, 92, 230, 0.20) 38%,
            transparent 68%
        );
}

.side-glow-right {
    right: -330px;

    background:
        radial-gradient(
            ellipse at center,
            rgba(0, 113, 255, 0.55),
            rgba(0, 92, 230, 0.20) 38%,
            transparent 68%
        );
}


/* =========================================================
   WAVES
========================================================= */

/* =========================================================
   PREMIUM SIDE WAVES
========================================================= */

.wave {
    position: absolute;

    width: 620px;
    height: 720px;

    bottom: -35px;

    pointer-events: none;

    opacity: 0.95;

    filter:
        drop-shadow(0 0 10px rgba(0, 115, 255, 0.08));
}

.wave-left {
    left: -275px;
}

.wave-right {
    right: -275px;
    transform: scaleX(-1);
}


/* основная линия */

.wave-line {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 610px;
    height: 570px;

    border-radius: 50%;

    border:
        1px solid rgba(30, 150, 255, 0.19);

    box-shadow:
        inset 0 0 10px rgba(0, 120, 255, 0.02);

    transform-origin: 50% 50%;
}


/* 9 разных нитей */

.wave-line-1 {
    transform: rotate(-23deg) scale(1.06);
    opacity: 0.35;
}

.wave-line-2 {
    transform: rotate(-20deg) scale(1.00);
    opacity: 0.46;
}

.wave-line-3 {
    transform: rotate(-17deg) scale(0.94);
    opacity: 0.57;
}

.wave-line-4 {
    transform: rotate(-14deg) scale(0.88);
    opacity: 0.68;
}

.wave-line-5 {
    transform: rotate(-11deg) scale(0.82);
    opacity: 0.78;
}

.wave-line-6 {
    transform: rotate(-8deg) scale(0.76);
    opacity: 0.67;
}

.wave-line-7 {
    transform: rotate(-5deg) scale(0.70);
    opacity: 0.56;
}

.wave-line-8 {
    transform: rotate(-2deg) scale(0.64);
    opacity: 0.45;
}

.wave-line-9 {
    transform: rotate(1deg) scale(0.58);
    opacity: 0.33;
}


/* светящиеся точки */

.wave-line::before {
    content: "";

    position: absolute;
    inset: -8px;

    border-radius: inherit;

    background:
        radial-gradient(circle at 5% 48%, rgba(90, 225, 255, 1) 0 1.4px, transparent 2.2px),
        radial-gradient(circle at 11% 61%, rgba(10, 150, 255, 0.9) 0 1px, transparent 1.9px),
        radial-gradient(circle at 18% 40%, rgba(100, 230, 255, 0.95) 0 1.3px, transparent 2.1px),
        radial-gradient(circle at 26% 72%, rgba(8, 125, 255, 0.9) 0 1px, transparent 1.8px),
        radial-gradient(circle at 33% 31%, rgba(56, 202, 255, 0.95) 0 1.2px, transparent 2px),
        radial-gradient(circle at 42% 63%, rgba(0, 120, 255, 0.9) 0 1px, transparent 1.8px),
        radial-gradient(circle at 53% 25%, rgba(105, 235, 255, 0.9) 0 1.2px, transparent 2px),
        radial-gradient(circle at 61% 74%, rgba(0, 130, 255, 0.85) 0 1px, transparent 1.8px),
        radial-gradient(circle at 70% 45%, rgba(86, 220, 255, 0.95) 0 1.3px, transparent 2.1px),
        radial-gradient(circle at 78% 61%, rgba(0, 125, 255, 0.85) 0 1px, transparent 1.8px),
        radial-gradient(circle at 88% 34%, rgba(86, 220, 255, 0.9) 0 1.2px, transparent 2px);

    opacity: 0.75;

    filter:
        drop-shadow(0 0 3px rgba(49, 196, 255, 0.9))
        drop-shadow(0 0 8px rgba(0, 105, 255, 0.45));
}


/* лёгкий светящийся ореол вокруг волны */

.wave-line::after {
    content: "";

    position: absolute;

    inset: -3px;

    border-radius: inherit;

    border:
        1px solid rgba(0, 119, 255, 0.045);

    filter: blur(3px);

    opacity: 0.7;
}


/* =========================================================
   HEADER
========================================================= */

.header {
    height: 80px;

    display: flex;
    align-items: center;
}

.header-inner {
    width: calc(100% - 106px);

    max-width: 1435px;

    margin: 0 auto;

    display: flex;
    align-items: center;

    position: relative;
}


/* =========================================================
   LOGO
========================================================= */

.logo {
    display: flex;
    align-items: center;

    gap: 10px;

    text-decoration: none;

    color: white;
}

.logo-icon {
    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    filter:
        drop-shadow(
            0 0 8px
            rgba(0, 156, 255, 0.30)
        );
}

.logo-icon svg {
    width: 100%;
    height: 100%;
}

.logo-text {
    font-size: 27px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: -1.4px;
}


/* =========================================================
   NAVIGATION
========================================================= */

.navigation {
    margin-left: auto;
    margin-right: 35px;

    display: flex;
    align-items: center;

    gap: 44px;
}

.nav-link {
    position: relative;

    color:
        rgba(255, 255, 255, 0.90);

    text-decoration: none;

    font-size: 15px;

    transition:
        color 0.2s ease;
}

.nav-link:hover {
    color: #27b0ff;
}

.nav-link.active {
    color: #139cff;
}

.nav-link.active::after {
    content: "";

    position: absolute;

    width: 47px;
    height: 1px;

    left: 50%;
    bottom: -28px;

    transform:
        translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #24b4ff,
            transparent
        );

    box-shadow:
        0 0 8px
        rgba(0, 152, 255, 0.65);
}


/* =========================================================
   LOGIN BUTTON
========================================================= */

.login-button {
    width: 108px;
    height: 45px;

    border-radius: 12px;

    border:
        1px solid
        rgba(20, 110, 255, 0.78);

    background:
        linear-gradient(
            180deg,
            rgba(4, 23, 56, 0.78),
            rgba(2, 12, 33, 0.90)
        );

    color: #1ba4ff;

    font-family: inherit;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    box-shadow:
        inset 0 0 18px
        rgba(0, 91, 255, 0.06),
        0 0 18px
        rgba(0, 80, 255, 0.06);
}

.login-button:hover {
    background:
        rgba(0, 90, 255, 0.13);

    box-shadow:
        0 0 25px
        rgba(0, 101, 255, 0.18);
}


/* =========================================================
   HERO
========================================================= */

.main {
    width: 100%;
}

.hero {
    text-align: center;
}

.hero-inner {
    width:
        min(
            1160px,
            calc(100% - 40px)
        );

    margin: 0 auto;

    padding-top: 6px;
}


/* =========================================================
   TEROLANCE TITLE
========================================================= */

.hero-title {
    position: relative;

    display: inline-block;

    font-size: 132px;

    font-weight: 900;

    line-height: .9;

    letter-spacing: -6px;

    background:
        linear-gradient(
            180deg,
            #7ff1ff 0%,
            #38cfff 22%,
            #149fff 52%,
            #0a74ff 76%,
            #0758e8 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0 10px rgba(65, 214, 255, .16),
        0 0 24px rgba(0, 142, 255, .10);

    filter:
        drop-shadow(0 0 8px rgba(0, 145, 255, .20))
        drop-shadow(0 0 18px rgba(0, 95, 255, .10));
}


/* текстура внутри букв */

.hero-title::before {
    content: attr(data-text);

    position: absolute;

    inset: 0;

    color: transparent;

    background:
        radial-gradient(
            circle at 12% 28%,
            rgba(255,255,255,.42) 0 1px,
            transparent 1.8px
        ),

        radial-gradient(
            circle at 31% 67%,
            rgba(101,220,255,.34) 0 1px,
            transparent 1.8px
        ),

        radial-gradient(
            circle at 49% 38%,
            rgba(255,255,255,.28) 0 1px,
            transparent 1.8px
        ),

        radial-gradient(
            circle at 68% 72%,
            rgba(75,205,255,.30) 0 1px,
            transparent 1.8px
        ),

        radial-gradient(
            circle at 87% 32%,
            rgba(255,255,255,.34) 0 1px,
            transparent 1.8px
        );

    background-size:
        110px 110px,
        145px 145px,
        175px 175px,
        130px 130px,
        160px 160px;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    opacity: .52;

    pointer-events: none;
}


/* =========================================================
   HERO SUBTITLE
========================================================= */

.hero-subtitle {
    margin-top: 15px;

    font-size: 34px;

    line-height: 1.15;

    font-weight: 500;

    letter-spacing: -1.3px;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.hero-description {
    max-width: 720px;

    margin:
        11px auto 0;

    color: #b3bed0;

    font-size: 18px;

    line-height: 1.48;
}


/* =========================================================
   TOP FEATURES
========================================================= */

.top-features {
    width: 1000px;

    max-width: 100%;

    margin:
        29px auto 0;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);
}

.top-feature {
    min-height: 69px;

    display: flex;

    align-items:
        flex-start;

    gap: 14px;

    padding:
        0 20px;

    text-align: left;
}

.top-feature:not(:last-child) {
    border-right:
        1px solid
        rgba(108, 151, 215, 0.14);
}

.top-feature-icon {
    width: 40px;
    height: 40px;

    flex:
        0 0 40px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.top-feature-icon svg {
    width: 40px;
    height: 40px;

    fill: none;

    stroke: #108eff;

    stroke-width: 2.2;

    stroke-linecap: round;

    stroke-linejoin: round;

    filter:
        drop-shadow(
            0 0 5px
            rgba(0, 137, 255, 0.42)
        );
}

.top-feature-content h3 {
    margin-bottom: 8px;

    font-size: 14px;

    font-weight: 600;
}

.top-feature-content p {
    color: #97a4b8;

    font-size: 12px;

    line-height: 1.45;
}


/* =========================================================
   ANALYZER CARD
========================================================= */

.analyzer-card {
    position: relative;

    width: 940px;
    max-width: 100%;

    margin: 14px auto 0;

    padding: 17px 38px 19px;

    border-radius: 22px;

    border: 1px solid rgba(25, 122, 255, .55);

    background:
        linear-gradient(
            135deg,
            rgba(3, 18, 45, .96) 0%,
            rgba(2, 13, 34, .98) 55%,
            rgba(2, 9, 26, .99) 100%
        );

    box-shadow:
        0 18px 50px rgba(0, 0, 0, .32),
        0 0 32px rgba(0, 110, 255, .10),
        inset 0 1px 0 rgba(120, 200, 255, .06),
        inset 0 0 45px rgba(0, 90, 255, .025);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.analyzer-card::before {
    content: "";

    position: absolute;

    left: 11%;
    top: -1px;

    width: 78%;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(38, 151, 255, .52),
        rgba(82, 205, 255, .72),
        rgba(38, 151, 255, .52),
        transparent
    );

    box-shadow:
        0 0 10px rgba(0, 137, 255, .35);

    pointer-events: none;
}


/* =========================================================
   TEXTAREA
========================================================= */

.textarea-wrap {
    width: 100%;
}

.order-textarea {
    width: 100%;

    height: 103px;

    resize: none;

    padding:
        17px
        20px;

    border-radius: 11px;

    border:
        1px solid
        rgba(109, 153, 212, 0.30);

    outline: none;

    background:
        linear-gradient(
            120deg,

            rgba(5, 26, 57, 0.95),

            rgba(6, 30, 64, 0.78)
        );

    color: white;

    font-family: inherit;

    font-size: 15px;

    line-height: 1.4;
}

.order-textarea::placeholder {
    color: #919cad;
}

.order-textarea:focus {
    border-color:
        rgba(21, 123, 255, 0.75);

    box-shadow:
        0 0 20px
        rgba(0, 106, 255, 0.10);
}


/* =========================================================
   FORM
========================================================= */

.form-row {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 33px;

    margin-top: 18px;
}

.form-field {
    text-align: left;
}

.form-field label {
    display: block;

    margin-bottom: 10px;

    font-size: 14px;

    font-weight: 600;
}

.select-shell {
    position: relative;

    width: 100%;

    height: 50px;
}

.styled-select {
    width: 100%;

    height: 100%;

    appearance: none;

    -webkit-appearance: none;

    padding:
        0 48px
        0 53px;

    border-radius: 10px;

    border:
        1px solid
        rgba(102, 148, 212, 0.29);

    outline: none;

    background:
        linear-gradient(
            120deg,

            rgba(6, 29, 62, 0.98),

            rgba(5, 24, 52, 0.90)
        );

    color: white;

    font-family: inherit;

    font-size: 14px;

    cursor: pointer;
}

.styled-select option {
    background: #081629;

    color: white;
}

.select-leading-icon {
    position: absolute;

    left: 17px;

    top: 50%;

    width: 24px;

    height: 24px;

    transform:
        translateY(-50%);

    pointer-events: none;

    z-index: 2;
}

.select-leading-icon svg {
    width: 100%;

    height: 100%;

    fill: none;

    stroke: #0e8fff;

    stroke-width: 2;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.select-chevron {
    position: absolute;

    right: 15px;

    top: 50%;

    width: 18px;

    height: 18px;

    transform:
        translateY(-50%);

    pointer-events: none;

    z-index: 2;
}

.select-chevron svg {
    width: 100%;

    height: 100%;

    fill: none;

    stroke: #d9e1ec;

    stroke-width: 2;

    stroke-linecap: round;

    stroke-linejoin: round;
}
/* =========================================================
   ANALYZE BUTTON
========================================================= */

.analyze-button {
    width: 100%;
    height: 79px;

    margin-top: 18px;

    border-radius: 10px;

    border:
        1px solid
        rgba(35, 137, 255, 0.52);

    background:
        linear-gradient(
            180deg,
            #0869f6 0%,
            #0758e4 44%,
            #0641bd 100%
        );

    color: #ffffff;

    font-family: inherit;

    cursor: pointer;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, 0.16),

        inset 0 -12px 28px
        rgba(0, 23, 110, 0.13),

        0 0 26px
        rgba(0, 96, 255, 0.19);

    transition:
        transform 0.20s ease,
        filter 0.20s ease,
        box-shadow 0.20s ease;
}

.analyze-button:hover {
    transform:
        translateY(-1px);

    filter:
        brightness(1.08);

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, 0.18),

        0 0 36px
        rgba(0, 107, 255, 0.28);
}

.analyze-button:active {
    transform:
        translateY(0);
}

.analyze-button:disabled {
    cursor: default;
}


/* main text */

.analyze-button-main {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    font-size: 19px;

    line-height: 1.1;

    font-weight: 700;
}


/* spark */

.analyze-spark {
    width: 24px;
    height: 24px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.analyze-spark svg {
    width: 24px;
    height: 24px;

    fill: #6be3ff;

    filter:
        drop-shadow(
            0 0 6px
            rgba(80, 218, 255, 0.60)
        );
}


/* button subtitle */

.analyze-button-subtitle {
    margin-top: 5px;

    color: #bfd0ea;

    font-size: 13px;

    line-height: 1;

    font-weight: 400;
}


/* =========================================================
   BOTTOM FEATURES
========================================================= */

.bottom-features {
    width: 1140px;

    max-width: 100%;

    min-height: 119px;

    margin:
        15px auto 45px;

    padding:
        22px 24px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    align-items: center;

    border-radius: 22px;

    border:
        1px solid
        rgba(17, 92, 199, 0.25);

    background:
        linear-gradient(
            110deg,

            rgba(5, 23, 53, 0.88),

            rgba(3, 18, 42, 0.84)
        );

    box-shadow:
        0 16px 45px
        rgba(0, 0, 0, 0.19),

        inset 0 0 44px
        rgba(0, 91, 255, 0.025),

        0 0 25px
        rgba(0, 72, 190, 0.03);

    backdrop-filter:
        blur(14px);
}

.bottom-feature {
    min-height: 73px;

    display: flex;

    align-items: flex-start;

    gap: 16px;

    padding:
        0 22px;

    text-align: left;
}

.bottom-feature:not(:last-child) {
    border-right:
        1px solid
        rgba(108, 150, 210, 0.13);
}


/* bottom icons */

.bottom-feature-icon {
    width: 42px;
    height: 42px;

    flex:
        0 0 42px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.bottom-feature-icon svg {
    width: 40px;
    height: 40px;

    fill: none;

    stroke: #108cff;

    stroke-width: 2.2;

    stroke-linecap: round;

    stroke-linejoin: round;

    filter:
        drop-shadow(
            0 0 5px
            rgba(0, 137, 255, 0.42)
        );
}

.bottom-feature-content h3 {
    margin-top: 2px;

    margin-bottom: 9px;

    font-size: 14px;

    line-height: 1.2;

    font-weight: 600;
}

.bottom-feature-content p {
    color: #9ca8bb;

    font-size: 12px;

    line-height: 1.46;
}


/* =========================================================
   GENERAL DETAILS
========================================================= */

::selection {
    background:
        rgba(0, 123, 255, 0.38);

    color: #ffffff;
}

button,
textarea,
select {
    font-family: inherit;
}

button,
select {
    -webkit-tap-highlight-color:
        transparent;
}

a:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline:
        2px solid
        rgba(30, 165, 255, 0.72);

    outline-offset: 3px;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .header-inner {
        width:
            calc(100% - 48px);
    }

    .navigation {
        gap: 29px;

        margin-right: 26px;
    }

    .hero-inner {
        width:
            min(
                1060px,
                calc(100% - 34px)
            );

        padding-top: 26px;
    }

    .hero-title {
        font-size: 132px;

        letter-spacing: -7px;
    }

    .hero-subtitle {
        font-size: 30px;
    }

    .hero-description {
        font-size: 16px;
    }

    .top-features {
        width: 940px;
    }

    .analyzer-card {
        width: 960px;
    }

    .bottom-features {
        width: 1040px;
    }

    .wave {
        opacity: 0.75;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

    .header {
        height: 74px;
    }

    .header-inner {
        width:
            calc(100% - 32px);
    }

    .logo-icon {
        width: 33px;
        height: 33px;
    }

    .logo-text {
        font-size: 23px;
    }

    .navigation {
        gap: 18px;

        margin-right: 18px;
    }

    .nav-link {
        font-size: 13px;
    }

    .login-button {
        width: 92px;

        height: 42px;

        font-size: 14px;
    }

    .hero-title {
        font-size: 106px;

        letter-spacing: -6px;
    }

    .hero-subtitle {
        font-size: 27px;
    }

    .hero-description {
        font-size: 15px;
    }

    .top-features {
        width: 720px;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 26px 0;
    }

    .top-feature:nth-child(2) {
        border-right: none;
    }

    .analyzer-card {
        width: 760px;

        padding:
            21px
            32px
            25px;
    }

    .bottom-features {
        width: 760px;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 24px 0;
    }

    .bottom-feature:nth-child(2) {
        border-right: none;
    }

    .wave {
        opacity: 0.58;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {

    body {
        background:
            radial-gradient(
                ellipse at 50% 28%,

                #061d40 0%,

                #031127 38%,

                #010713 72%,

                #01040c 100%
            );
    }


    /* background */

    .wave {
        width: 430px;

        height: 590px;

        opacity: 0.42;
    }

    .wave-left {
        left: -305px;
    }

    .wave-right {
        right: -305px;
    }

    .side-glow {
        width: 370px;

        height: 550px;

        opacity: 0.28;
    }


    /* header */

    .header {
        height: 69px;
    }

    .header-inner {
        width:
            calc(100% - 24px);
    }

    .navigation {
        display: none;
    }

    .logo {
        gap: 7px;
    }

    .logo-icon {
        width: 29px;

        height: 29px;
    }

    .logo-text {
        font-size: 21px;

        letter-spacing: -1px;
    }

    .login-button {
        width: 86px;

        height: 39px;

        margin-left: auto;

        border-radius: 10px;

        font-size: 13px;
    }


    /* hero */

    .hero-inner {
        width:
            calc(100% - 24px);

        padding-top: 32px;
    }

    .hero-title {
        font-size:
            clamp(
                60px,
                18vw,
                82px
            );

        line-height: 0.92;

        letter-spacing: -4.5px;
    }

    .hero-subtitle {
        margin-top: 14px;

        font-size: 23px;

        line-height: 1.24;

        letter-spacing: -0.7px;
    }

    .hero-description {
        margin-top: 12px;

        font-size: 14px;

        line-height: 1.5;
    }

    .hero-description br {
        display: none;
    }


    /* top features */

    .top-features {
        width: 100%;

        margin-top: 28px;

        grid-template-columns: 1fr;

        gap: 0;
    }

    .top-feature {
        min-height: 0;

        padding:
            14px 8px;

        border-right:
            none !important;

        border-bottom:
            1px solid
            rgba(108, 151, 213, 0.10);
    }

    .top-feature:last-child {
        border-bottom: none;
    }

    .top-feature-content p br {
        display: none;
    }


    /* analyzer */

    .analyzer-card {
        width: 100%;

        margin-top: 20px;

        padding: 17px;

        border-radius: 19px;
    }

    .order-textarea {
        height: 120px;

        padding:
            15px 16px;

        font-size: 14px;
    }

    .form-row {
        grid-template-columns: 1fr;

        gap: 17px;

        margin-top: 17px;
    }

    .select-shell {
        height: 49px;
    }


    /* button */

    .analyze-button {
        height: 74px;
    }

    .analyze-button-main {
        font-size: 16px;

        gap: 8px;
    }

    .analyze-button-subtitle {
        font-size: 11px;
    }


    /* bottom */

    .bottom-features {
        width: 100%;

        margin-top: 14px;

        padding:
            17px 14px;

        grid-template-columns: 1fr;

        gap: 0;

        border-radius: 19px;
    }

    .bottom-feature {
        min-height: 0;

        padding:
            14px 6px;

        border-right:
            none !important;

        border-bottom:
            1px solid
            rgba(108, 151, 210, 0.10);
    }

    .bottom-feature:last-child {
        border-bottom: none;
    }

    .bottom-feature-content p br {
        display: none;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .hero-title {
        font-size: 58px;

        letter-spacing: -4px;
    }

    .hero-subtitle {
        font-size: 21px;
    }

    .hero-description {
        font-size: 13px;
    }

    .logo-text {
        font-size: 19px;
    }

    .login-button {
        width: 78px;
    }
}
/* =========================================================
   LOW HEIGHT DESKTOP
   Для ноутбуков / экранов примерно 700–850px по высоте
========================================================= */

@media (min-width: 981px) and (max-height: 850px) {

    .header {
        height: 68px;
    }

    .hero-inner {
        padding-top: 0;
    }

    .hero-title {
        font-size: 118px;
        line-height: 0.88;
        letter-spacing: -6px;
    }

    .hero-subtitle {
        margin-top: 7px;
        font-size: 29px;
    }

    .hero-description {
        margin-top: 7px;
        font-size: 15px;
        line-height: 1.38;
    }

    .top-features {
        margin-top: 18px;
    }

    .top-feature {
        min-height: 58px;
    }

    .top-feature-icon,
    .top-feature-icon svg {
        width: 35px;
        height: 35px;
    }

    .top-feature-content h3 {
        margin-bottom: 5px;
    }

    .analyzer-card {
        margin-top: 15px;
        padding-top: 17px;
        padding-bottom: 19px;
    }

    .order-textarea {
        height: 90px;
    }

    .form-row {
        margin-top: 14px;
    }

    .analyze-button {
        height: 69px;
        margin-top: 14px;
    }

    .bottom-features {
        min-height: 100px;
        margin-top: 12px;
        margin-bottom: 25px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
@keyframes terolanceGlow {
    0%, 100% {
        filter:
            drop-shadow(0 0 10px rgba(0, 140, 255, .20))
            drop-shadow(0 0 22px rgba(0, 100, 255, .08));
    }

    50% {
        filter:
            drop-shadow(0 0 15px rgba(0, 190, 255, .32))
            drop-shadow(0 0 32px rgba(0, 115, 255, .14));
    }
}

.hero-title {
    animation: terolanceGlow 5s ease-in-out infinite;
}
/* =========================
   ВРАЩЕНИЕ БОКОВЫХ КРУГОВ
========================= */

@keyframes rotateLeftCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateRightCircle {
    from {
        transform: scaleX(-1) rotate(0deg);
    }

    to {
        transform: scaleX(-1) rotate(360deg);
    }
}

.wave-left {
    transform-origin: center center;
    animation: rotateLeftCircle 45s linear infinite;
}

.wave-right {
    transform-origin: center center;
    animation: rotateRightCircle 45s linear infinite;
}
/* =========================
   ЯРКОЕ МЕРЦАНИЕ ЗВЁЗД
========================= */

@keyframes starsTwinkleOne {
    0%, 100% {
        opacity: 0.18;
        filter: brightness(0.8);
    }

    45% {
        opacity: 0.55;
        filter: brightness(1.8);
    }

    55% {
        opacity: 0.85;
        filter: brightness(2.5)
                drop-shadow(0 0 5px rgba(70, 200, 255, 0.9));
    }
}

@keyframes starsTwinkleTwo {
    0%, 100% {
        opacity: 0.12;
        filter: brightness(0.7);
    }

    40% {
        opacity: 0.45;
        filter: brightness(1.6);
    }

    50% {
        opacity: 0.95;
        filter: brightness(3)
                drop-shadow(0 0 7px rgba(80, 210, 255, 1));
    }

    65% {
        opacity: 0.35;
        filter: brightness(1.3);
    }
}

.stars-one {
    animation: starsTwinkleOne 3.2s ease-in-out infinite;
}

.stars-two {
    animation: starsTwinkleTwo 4.3s ease-in-out infinite;
    animation-delay: -1.7s;
}
/* =====================================================
   КАК ЭТО РАБОТАЕТ
===================================================== */

.how-it-works {
    position: relative;
    width: 100%;
    padding: 110px 24px 120px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(0, 132, 255, 0.14),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            #03142f 0%,
            #041b3d 50%,
            #020d20 100%
        );
}

.how-it-works::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 500px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

    background:
        radial-gradient(
            ellipse,
            rgba(0, 153, 255, 0.15),
            transparent 68%
        );

    pointer-events: none;
}

.how-it-works-inner {
    position: relative;
    z-index: 2;
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}


/* ---------- ЗАГОЛОВОК ---------- */

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 65px;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 15px;

    color: #43d9ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title {
    margin: 0;

    color: #ffffff;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.5px;

    text-shadow:
        0 0 25px rgba(0, 153, 255, 0.12);
}

.section-description {
    margin: 20px auto 0;

    color: rgba(220, 237, 255, 0.72);
    font-size: 18px;
    line-height: 1.6;
}


/* ---------- ШАГИ ---------- */

.steps-grid {
    position: relative;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}


/* линия между карточками */

.steps-grid::before {
    content: "";
    position: absolute;

    left: 8%;
    right: 8%;
    top: 73px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(30, 177, 255, 0.45),
            rgba(30, 177, 255, 0.45),
            transparent
        );

    box-shadow:
        0 0 12px rgba(0, 153, 255, 0.25);

    z-index: 0;
}


/* ---------- КАРТОЧКА ---------- */

.step-card {
    position: relative;
    z-index: 2;

    min-height: 300px;
    padding: 28px 22px;

    border:
        1px solid rgba(55, 170, 255, 0.20);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 52, 99, 0.58),
            rgba(3, 20, 48, 0.82)
        );

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    backdrop-filter: blur(14px);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.step-card:hover {
    transform: translateY(-8px);

    border-color:
        rgba(55, 194, 255, 0.58);

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.30),
        0 0 28px rgba(0, 136, 255, 0.13);
}


/* ---------- НОМЕР ---------- */

.step-number {
    position: absolute;
    top: 20px;
    right: 20px;

    color: rgba(70, 206, 255, 0.30);

    font-size: 30px;
    font-weight: 800;
}


/* ---------- ИКОНКА ---------- */

.step-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 27px;

    border-radius: 16px;

    border:
        1px solid rgba(58, 198, 255, 0.35);

    background:
        linear-gradient(
            145deg,
            rgba(0, 144, 255, 0.18),
            rgba(0, 77, 255, 0.08)
        );

    box-shadow:
        0 0 24px rgba(0, 149, 255, 0.10);
}

.step-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #45d9ff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    filter:
        drop-shadow(
            0 0 5px rgba(0, 183, 255, 0.45)
        );
}


/* ---------- ТЕКСТ ---------- */

.step-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.step-card p {
    margin: 0;

    color: rgba(213, 232, 252, 0.66);

    font-size: 14px;
    line-height: 1.6;
}


/* =====================================================
   АДАПТИВ
===================================================== */

@media (max-width: 1050px) {

    .steps-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .steps-grid::before {
        display: none;
    }

}


@media (max-width: 650px) {

    .how-it-works {
        padding:
            80px 18px 90px;
    }

    .section-title {
        font-size: 34px;
    }

    .section-description {
        font-size: 16px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .step-card {
        min-height: auto;
    }

}
/* =====================================================
   ТАРИФЫ
===================================================== */

.pricing-section {
    position: relative;
    width: 100%;
    padding: 115px 24px 130px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 12%,
            rgba(0, 123, 255, 0.12),
            transparent 36%
        ),
        linear-gradient(
            180deg,
            #020d20 0%,
            #03152f 48%,
            #020b1b 100%
        );
}

.pricing-section::before {
    content: "";
    position: absolute;

    left: 50%;
    top: 40px;

    width: 900px;
    height: 500px;

    transform: translateX(-50%);

    background:
        radial-gradient(
            ellipse,
            rgba(0, 151, 255, 0.11),
            transparent 68%
        );

    pointer-events: none;
}

.pricing-inner {
    position: relative;
    z-index: 2;

    width: 1120px;
    max-width: 100%;

    margin: 0 auto;
}


/* =====================================================
   GRID
===================================================== */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 24px;

    align-items: stretch;
}


/* =====================================================
   CARD
===================================================== */

.pricing-card {
    position: relative;

    min-height: 540px;

    padding: 34px 30px 30px;

    display: flex;
    flex-direction: column;

    border-radius: 24px;

    border:
        1px solid rgba(66, 161, 255, 0.20);

    background:
        linear-gradient(
            145deg,
            rgba(8, 36, 76, 0.80),
            rgba(3, 18, 43, 0.94)
        );

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    backdrop-filter: blur(14px);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);

    border-color:
        rgba(56, 185, 255, 0.55);

    box-shadow:
        0 26px 65px rgba(0, 0, 0, 0.30),
        0 0 30px rgba(0, 126, 255, 0.12);
}


/* =====================================================
   PRO
===================================================== */

.pricing-card-pro {
    border-color:
        rgba(33, 163, 255, 0.48);

    box-shadow:
        0 24px 65px rgba(0, 0, 0, 0.28),
        0 0 36px rgba(0, 128, 255, 0.12),
        inset 0 1px 0 rgba(94, 202, 255, 0.07);
}


/* =====================================================
   ULTRA
===================================================== */

.pricing-card-ultra {
    border-color:
        rgba(74, 207, 255, 0.58);

    background:
        linear-gradient(
            145deg,
            rgba(7, 47, 95, 0.90),
            rgba(2, 20, 52, 0.98)
        );

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.30),
        0 0 42px rgba(0, 147, 255, 0.14),
        inset 0 1px 0 rgba(110, 225, 255, 0.08);
}


/* =====================================================
   BADGE
===================================================== */

.pricing-badge {
    position: absolute;

    top: -14px;
    left: 50%;

    transform: translateX(-50%);

    padding: 7px 16px;

    border-radius: 999px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .5px;

    background:
        linear-gradient(
            90deg,
            #0877ff,
            #08b8ff
        );

    box-shadow:
        0 0 20px rgba(0, 152, 255, .30);

    white-space: nowrap;
}

.pricing-badge-ultra {
    background:
        linear-gradient(
            90deg,
            #00a8ff,
            #4ee7ff
        );

    color: #031020;
}


/* =====================================================
   TOP
===================================================== */

.pricing-top {
    text-align: center;
}

.pricing-name {
    display: block;

    margin-bottom: 18px;

    color: #ffffff;

    font-size: 24px;
    font-weight: 700;
}

.pricing-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    gap: 3px;

    color: #ffffff;
}

.pricing-currency {
    margin-top: 8px;

    color: #53dfff;

    font-size: 22px;
    font-weight: 700;
}

.pricing-value {
    font-size: 58px;
    line-height: 1;
    font-weight: 800;

    letter-spacing: -2px;
}

.pricing-period {
    margin-top: 10px;

    color: rgba(210, 231, 252, 0.58);

    font-size: 13px;
}


/* =====================================================
   DIVIDER
===================================================== */

.pricing-divider {
    width: 100%;
    height: 1px;

    margin: 28px 0;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(66, 184, 255, 0.24),
            transparent
        );
}


/* =====================================================
   FEATURES
===================================================== */

.pricing-features {
    list-style: none;

    margin: 0 0 30px;
    padding: 0;

    display: flex;
    flex-direction: column;

    gap: 16px;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;

    gap: 10px;

    color: rgba(225, 239, 255, 0.84);

    font-size: 14px;
    line-height: 1.45;
}

.check {
    flex: 0 0 auto;

    color: #42dfff;

    font-size: 16px;
    font-weight: 700;

    text-shadow:
        0 0 8px rgba(40, 200, 255, 0.45);
}


/* =====================================================
   BUTTONS
===================================================== */

.pricing-button {
    width: 100%;
    height: 52px;

    margin-top: auto;

    border-radius: 12px;

    font-family: inherit;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    transition:
        transform .2s ease,
        filter .2s ease,
        box-shadow .2s ease;
}

.pricing-button:hover {
    transform: translateY(-2px);
}

.pricing-button-secondary {
    border:
        1px solid rgba(72, 160, 255, 0.38);

    background:
        rgba(10, 42, 84, 0.52);

    color: #d9ecff;
}

.pricing-button-primary {
    border:
        1px solid rgba(46, 168, 255, 0.65);

    background:
        linear-gradient(
            180deg,
            #0877ff,
            #0755d8
        );

    color: #ffffff;

    box-shadow:
        0 0 22px rgba(0, 112, 255, 0.20);
}

.pricing-button-ultra {
    border:
        1px solid rgba(97, 222, 255, 0.72);

    background:
        linear-gradient(
            90deg,
            #087cff,
            #10b9ff
        );

    color: #ffffff;

    box-shadow:
        0 0 28px rgba(0, 150, 255, 0.26);
}


/* =====================================================
   ADAPTIVE
===================================================== */

@media (max-width: 900px) {

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        min-height: auto;
    }

}

@media (max-width: 650px) {

    .pricing-section {
        padding:
            85px 18px 95px;
    }

    .pricing-value {
        font-size: 50px;
    }

}
/* =========================================
   DECOR BACKGROUND — PRICING / SECTIONS
========================================= */

.pricing {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* мягкое синее свечение */
.pricing::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(0, 153, 255, 0.18) 0%,
            rgba(0, 102, 255, 0.08) 35%,
            transparent 68%
        );

    pointer-events: none;
    z-index: -2;
}


/* контейнер декора */
.section-decor {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}


/* круги */
.section-orbits {
    position: absolute;

    width: 620px;
    height: 620px;

    top: 50%;

    border-radius: 50%;

    background:
        repeating-radial-gradient(
            circle,
            transparent 0px,
            transparent 29px,
            rgba(55, 186, 255, 0.23) 30px,
            rgba(55, 186, 255, 0.23) 31px
        );

    opacity: 0.75;

    animation: sectionOrbitRotate 45s linear infinite;
}


/* слева */
.section-orbits-left {
    left: -390px;
    transform: translateY(-50%);
}


/* справа */
.section-orbits-right {
    right: -390px;
    transform: translateY(-50%);
}


/* вращение */
@keyframes sectionOrbitRotate {

    from {
        rotate: 0deg;
    }

    to {
        rotate: 360deg;
    }

}
/* =========================================
   ЕДИНЫЙ ФОН ВСЕГО САЙТА
========================================= */

.hero,
.how-it-works,
.pricing-section {
    background: transparent !important;
}
.pricing-section::before {
    display: none !important;
}
/* =========================================================
   AUTH MODAL
========================================================= */

.auth-overlay {
    position: fixed;
    inset: 0;

    display: none;
    align-items: flex-start;
    justify-content: center;

    overflow-y: auto;

    padding: 40px 24px;

    background: rgba(1, 7, 18, 0.72);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    z-index: 9999;
}

.auth-overlay.active {
    display: flex;
}


/* =========================================================
   MODAL
========================================================= */

.auth-modal {
    position: relative;

    width: 430px;
    max-width: 100%;

    padding: 34px 34px 32px;

    border-radius: 24px;

    border: 1px solid rgba(31, 132, 255, 0.46);

    background:
        linear-gradient(
            145deg,
            rgba(5, 29, 68, 0.98),
            rgba(2, 14, 36, 0.99)
        );

    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.48),
        0 0 45px rgba(0, 114, 255, 0.14),
        inset 0 1px 0 rgba(124, 208, 255, 0.05);

    animation: authModalOpen .28s ease;
}


/* верхняя светящаяся линия */

.auth-modal::before {
    content: "";

    position: absolute;

    left: 14%;
    top: -1px;

    width: 72%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(44, 168, 255, .55),
            rgba(102, 225, 255, .85),
            rgba(44, 168, 255, .55),
            transparent
        );

    box-shadow:
        0 0 14px rgba(0, 150, 255, .42);
}


/* =========================================================
   OPEN ANIMATION
========================================================= */

@keyframes authModalOpen {

    from {
        opacity: 0;
        transform: translateY(15px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.auth-close {
    position: absolute;

    top: 16px;
    right: 18px;

    width: 34px;
    height: 34px;

    border: none;
    border-radius: 10px;

    background: rgba(20, 66, 115, 0.18);

    color: rgba(220, 239, 255, .70);

    font-size: 25px;
    line-height: 1;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.auth-close:hover {
    background: rgba(25, 117, 210, 0.22);

    color: #ffffff;

    transform: rotate(4deg);
}


/* =========================================================
   LOGO / TITLE
========================================================= */

.auth-logo {
    text-align: center;

    font-size: 34px;
    font-weight: 800;

    letter-spacing: -1.5px;

    background:
        linear-gradient(
            180deg,
            #7ceaff,
            #23bdff 45%,
            #0874ff 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    filter:
        drop-shadow(0 0 10px rgba(0, 150, 255, .18));
}

.auth-subtitle {
    margin-top: 8px;
    margin-bottom: 24px;

    text-align: center;

    color: rgba(207, 227, 247, 0.62);

    font-size: 14px;
}


/* =========================================================
   TABS
========================================================= */

.auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 6px;

    padding: 5px;

    margin-bottom: 24px;

    border-radius: 13px;

    border: 1px solid rgba(70, 143, 218, 0.18);

    background: rgba(2, 16, 39, 0.72);
}

.auth-tab {
    height: 42px;

    border: none;
    border-radius: 9px;

    background: transparent;

    color: rgba(214, 232, 250, .56);

    font-family: inherit;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition:
        color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.auth-tab.active {
    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            rgba(9, 112, 235, .92),
            rgba(6, 72, 185, .92)
        );

    box-shadow:
        0 0 18px rgba(0, 111, 255, .16);
}


/* =========================================================
   FORMS
========================================================= */

.auth-form {
    display: none;
}

.auth-form.active {
    display: block;
}

.auth-label {
    display: block;

    margin-bottom: 8px;

    color: #e7f1fc;

    font-size: 13px;
    font-weight: 600;
}

.auth-input {
    width: 100%;
    height: 50px;

    margin-bottom: 17px;

    padding: 0 15px;

    border-radius: 11px;

    border: 1px solid rgba(88, 149, 216, .26);

    outline: none;

    background:
        linear-gradient(
            120deg,
            rgba(5, 27, 58, .98),
            rgba(4, 21, 48, .96)
        );

    color: #ffffff;

    font-family: inherit;
    font-size: 14px;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.auth-input::placeholder {
    color: rgba(175, 194, 213, .46);
}

.auth-input:focus {
    border-color: rgba(25, 137, 255, .72);

    box-shadow:
        0 0 18px rgba(0, 109, 255, .10);
}


/* =========================================================
   FORGOT PASSWORD
========================================================= */

.forgot-password {
    display: block;

    margin: -3px 0 18px auto;

    border: none;
    background: none;

    color: #279fff;

    font-family: inherit;
    font-size: 12px;

    cursor: pointer;
}

.forgot-password:hover {
    color: #58dfff;
}


/* =========================================================
   SUBMIT
========================================================= */

.auth-submit {
    width: 100%;
    height: 52px;

    border: 1px solid rgba(50, 161, 255, .62);
    border-radius: 11px;

    background:
        linear-gradient(
            180deg,
            #0872ff,
            #0757dc
        );

    color: #ffffff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.14),
        0 0 22px rgba(0, 107, 255, .20);

    transition:
        transform .2s ease,
        filter .2s ease,
        box-shadow .2s ease;
}

.auth-submit:hover {
    transform: translateY(-1px);

    filter: brightness(1.08);

    box-shadow:
        0 0 30px rgba(0, 125, 255, .28);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 520px) {

    .auth-overlay {
        padding: 15px;
    }

    .auth-modal {
        padding:
            31px
            21px
            24px;

        border-radius: 20px;
    }

    .auth-logo {
        font-size: 30px;
    }

}

/* ===== GOOGLE AUTH ===== */

.auth-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 14px 0;
    color:rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.auth-divider span {
    white-space: nowrap;
}

.google-auth-btn {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;

    font-size: 17px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    cursor: pointer;
    transition: 0.2s ease;
}

.google-auth-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

.google-icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #4285f4;

    font-size: 17px;
    font-weight: 800;
}
/* =========================================================
   ЛИЧНЫЙ КАБИНЕТ
========================================================= */

.account-overlay {
    position: fixed;
    inset: 0;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background: rgba(1, 7, 18, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    z-index: 10000;
}

.account-overlay.active {
    display: flex;
}

.account-modal {
    position: relative;

    width: min(520px, 100%);

    padding: 36px;

    border-radius: 28px;

    background:
        linear-gradient(
            180deg,
            rgba(15, 50, 110, 0.96),
            rgba(4, 18, 50, 0.98)
        );

    border: 1px solid rgba(64, 180, 255, 0.45);

    box-shadow:
        0 0 45px rgba(0, 140, 255, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.account-close {
    position: absolute;
    top: 18px;
    right: 20px;

    width: 42px;
    height: 42px;

    border: none;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;
    font-size: 28px;
    line-height: 1;

    cursor: pointer;
}

.account-title {
    margin: 0 0 28px;

    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
}

.account-info {
    display: grid;
    gap: 14px;
}

.account-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 18px 20px;

    border-radius: 16px;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(96, 190, 255, 0.16);
}

.account-row span {
    color: rgba(255, 255, 255, 0.68);
}

.account-row strong {
    color: #ffffff;
    text-align: right;
}

.account-logout {
    width: 100%;

    margin-top: 26px;
    padding: 17px 20px;

    border: 1px solid rgba(92, 190, 255, 0.5);
    border-radius: 16px;

    background: linear-gradient(
        135deg,
        rgba(0, 120, 255, 0.9),
        rgba(0, 190, 255, 0.85)
    );

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;

    cursor: pointer;
}
/* =========================================================
   PROFILE AVATAR — HEADER
========================================================= */

.profile-avatar-btn {
    width: 44px;
    height: 44px;

    border: 1px solid rgba(75, 190, 255, 0.45);
    border-radius: 50%;

    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(0, 116, 255, 0.95),
            rgba(0, 190, 255, 0.85)
        );

    color: #ffffff;

    font-size: 18px;
    font-weight: 800;

    cursor: pointer;

    box-shadow:
        0 0 18px rgba(0, 150, 255, 0.20);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.profile-avatar-btn:hover {
    transform: translateY(-1px) scale(1.03);

    border-color: rgba(100, 220, 255, 0.75);

    box-shadow:
        0 0 26px rgba(0, 165, 255, 0.28);
}

.profile-avatar-btn img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: none;
}

.profile-avatar-btn.has-image img {
    display: block;
}

.profile-avatar-btn.has-image span {
    display: none;
}

#headerProfileInitial {
    line-height: 1;
}
/* =========================================================
   PROFILE DROPDOWN MENU
========================================================= */

.profile-menu {
    position: absolute;
    top: 64px;
    right: 0;

    width: 230px;
    padding: 10px;

    background: rgba(8, 30, 72, 0.96);
    border: 1px solid rgba(75, 190, 255, 0.35);
    border-radius: 18px;

    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(0, 140, 255, 0.12);

    backdrop-filter: blur(18px);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;

    z-index: 1000;
}

.profile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile-menu-item {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 0;
    border-radius: 11px;

    background: transparent;
    color: rgba(255, 255, 255, 0.9);

    font: inherit;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
    text-align: left;

    transition:
        background 0.18s ease,
        color 0.18s ease;
}

.profile-menu-item:hover {
    background: rgba(0, 170, 255, 0.12);
    color: #ffffff;
}

#profileMenuPlan {
    padding: 4px 9px;

    border: 1px solid rgba(70, 200, 255, 0.25);
    border-radius: 20px;

    background: rgba(0, 170, 255, 0.12);

    color: #67d8ff;
    font-size: 12px;
}

.profile-menu-divider {
    height: 1px;
    margin: 7px 8px;

    background: rgba(255, 255, 255, 0.10);
}

.profile-menu-logout {
    color: #ff8d9a;
}

.profile-menu-logout:hover {
    background: rgba(255, 80, 100, 0.10);
    color: #ffadb6;
}
/* =========================================================
   PROFILE MODAL
========================================================= */

.profile-overlay {
    position: fixed;
    inset: 0;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background: rgba(1, 7, 18, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    z-index: 10001;
}

.profile-overlay.active {
    display: flex;
}

.profile-modal {
    position: relative;

    width: min(440px, 100%);
    padding: 30px;

    border-radius: 24px;

    background:
        linear-gradient(
            180deg,
            rgba(16, 56, 126, 0.97),
            rgba(5, 23, 62, 0.98)
        );

    border: 1px solid rgba(70, 190, 255, 0.42);

    box-shadow:
        0 0 42px rgba(0, 145, 255, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.profile-close {
    position: absolute;
    top: 16px;
    right: 16px;

    width: 38px;
    height: 38px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;

    font-size: 26px;
    cursor: pointer;
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 24px;
    padding-right: 45px;
}

.profile-avatar-large {
    flex: 0 0 82px;

    width: 82px;
    height: 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #087cff,
            #00c8ff
        );

    border: 2px solid rgba(130, 225, 255, 0.55);

    color: #ffffff;
    font-size: 30px;
    font-weight: 800;

    box-shadow: 0 0 24px rgba(0, 170, 255, 0.22);
}

.profile-main-info {
    min-width: 0;
}

.profile-main-info h2 {
    margin: 0 0 5px;

    color: #ffffff;
    font-size: 23px;
}

.profile-main-info p {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;

    overflow-wrap: anywhere;
}

.profile-info-grid {
    display: grid;
    gap: 12px;
}

.profile-info-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    padding: 16px 18px;

    border-radius: 15px;

    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(90, 190, 255, 0.16);
}

.profile-info-card span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

.profile-info-card strong {
    color: #ffffff;
    font-size: 15px;
}
/* =========================================================
   PROFILE SETTINGS
========================================================= */

.profile-settings-overlay {
    position: fixed;
    inset: 0;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background: rgba(1, 7, 18, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    z-index: 10002;
}

.profile-settings-overlay.active {
    display: flex;
}

.profile-settings-modal {
    position: relative;

    width: min(440px, 100%);
    padding: 30px;

    border-radius: 24px;

    background:
        linear-gradient(
            180deg,
            rgba(16, 56, 126, 0.97),
            rgba(5, 23, 62, 0.98)
        );

    border: 1px solid rgba(70, 190, 255, 0.42);

    box-shadow:
        0 0 42px rgba(0, 145, 255, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.profile-settings-close {
    position: absolute;
    top: 16px;
    right: 16px;

    width: 38px;
    height: 38px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;

    font-size: 26px;
    cursor: pointer;
}

.profile-settings-title {
    margin: 0 0 24px;

    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
}

.profile-settings-avatar-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    margin-bottom: 24px;
}

.profile-settings-avatar {
    width: 86px;
    height: 86px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #087cff,
            #00c8ff
        );

    border: 2px solid rgba(130, 225, 255, 0.55);

    color: #ffffff;
    font-size: 30px;
    font-weight: 800;

    box-shadow: 0 0 24px rgba(0, 170, 255, 0.22);
}

.profile-settings-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-settings-avatar-btn {
    padding: 9px 16px;

    border: 1px solid rgba(75, 190, 255, 0.35);
    border-radius: 12px;

    background: rgba(0, 160, 255, 0.10);
    color: #80dcff;

    font: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;
}

.profile-settings-label {
    display: block;

    margin: 15px 0 7px;

    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 700;
}

.profile-settings-input {
    width: 100%;

    padding: 14px 15px;

    border: 1px solid rgba(90, 190, 255, 0.22);
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.055);
    color: #ffffff;

    outline: none;
}

.profile-settings-input:focus {
    border-color: rgba(70, 200, 255, 0.65);
}

.profile-settings-input:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.profile-settings-save,
.profile-settings-password {
    width: 100%;

    padding: 15px 18px;

    border-radius: 14px;

    font: inherit;
    font-weight: 700;

    cursor: pointer;
}

.profile-settings-save {
    margin-top: 22px;

    border: 0;

    background: linear-gradient(
        135deg,
        #087cff,
        #00c8ff
    );

    color: #ffffff;
}

.profile-settings-password {
    margin-top: 10px;

    border: 1px solid rgba(90, 190, 255, 0.30);

    background: rgba(255, 255, 255, 0.04);
    color: #8edfff;
}
.profile-avatar-large {
    overflow: hidden;
}

.profile-avatar-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
/* =========================================================
   PASSWORD CHANGE MODAL
========================================================= */

.password-change-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background: rgba(2, 10, 30, 0.68);
    backdrop-filter: blur(12px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.password-change-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.password-change-modal {
    position: relative;

    width: 100%;
    max-width: 520px;

    padding: 42px 38px 38px;

    border: 1px solid rgba(88, 210, 255, 0.55);
    border-radius: 28px;

    background:
        radial-gradient(
            circle at top right,
            rgba(0, 174, 255, 0.30),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            rgba(8, 78, 210, 0.96),
            rgba(3, 42, 130, 0.98)
        );

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(0, 174, 255, 0.18);
}

.password-change-title {
    margin: 0 0 32px;

    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
}

.password-change-close {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 48px;
    height: 48px;

    border: 0;
    border-radius: 50%;

    background: rgba(42, 173, 255, 0.32);

    color: #ffffff;
    font-size: 32px;
    line-height: 1;

    cursor: pointer;

    transition: 0.2s ease;
}

.password-change-close:hover {
    background: rgba(63, 194, 255, 0.52);
    transform: scale(1.05);
}

.password-change-label {
    display: block;

    margin: 0 0 9px;

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.password-change-input {
    box-sizing: border-box;

    width: 100%;
    height: 58px;

    margin-bottom: 22px;
    padding: 0 18px;

    border: 1px solid rgba(120, 218, 255, 0.55);
    border-radius: 16px;
    outline: none;

    background: rgba(0, 41, 125, 0.38);

    color: #ffffff;
    font-size: 16px;

    transition: 0.2s ease;
}

.password-change-input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.password-change-input:focus {
    border-color: #38c7ff;

    box-shadow:
        0 0 0 3px rgba(56, 199, 255, 0.14),
        0 0 22px rgba(56, 199, 255, 0.12);
}

.password-change-save {
    width: 100%;
    height: 60px;

    margin-top: 4px;

    border: 0;
    border-radius: 17px;

    background: linear-gradient(
        90deg,
        #159dff,
        #20d4ff
    );

    color: #ffffff;
    font-size: 18px;
    font-weight: 800;

    cursor: pointer;

    box-shadow: 0 10px 30px rgba(0, 174, 255, 0.25);

    transition: 0.2s ease;
}

.password-change-save:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 174, 255, 0.35);
}

@media (max-width: 600px) {
    .password-change-modal {
        padding: 36px 22px 28px;
        border-radius: 22px;
    }

    .password-change-title {
        padding-right: 50px;
        font-size: 26px;
    }
}
/* ===== HEADER LOGIN STATE ===== */

.header-login-text {
    display: none;
}

.profile-avatar-btn.logged-out {
    width: auto;
    min-width: 100px;
    height: 46px;
    padding: 0 24px;
    border-radius: 14px;
}

.profile-avatar-btn.logged-out #headerProfileAvatar,
.profile-avatar-btn.logged-out #headerProfileInitial {
    display: none;
}

.profile-avatar-btn.logged-out .header-login-text {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
/* =========================================================
   ОКНО "МОЙ ТАРИФ"
========================================================= */

.plan-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(2, 8, 25, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.plan-overlay.active {
    display: flex;
}

.plan-modal {
    position: relative;

    width: 100%;
    max-width: 520px;

    padding: 34px;

    border: 1px solid rgba(76, 201, 255, 0.28);
    border-radius: 26px;

    background:
        radial-gradient(
            circle at top right,
            rgba(0, 195, 255, 0.16),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            rgba(11, 34, 83, 0.98),
            rgba(5, 17, 48, 0.98)
        );

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        0 0 50px rgba(0, 174, 255, 0.12);
}

.plan-close {
    position: absolute;
    top: 18px;
    right: 20px;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.06);
    color: white;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;
}

.plan-close:hover {
    background: rgba(255, 255, 255, 0.12);
}

.plan-title {
    margin: 0 0 25px;

    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
}

.plan-current-card {
    margin-bottom: 20px;
    padding: 20px 22px;

    border: 1px solid rgba(0, 195, 255, 0.25);
    border-radius: 18px;

    background: rgba(0, 174, 255, 0.08);
}

.plan-current-label {
    margin-bottom: 6px;

    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.plan-current-name {
    color: #38d4ff;

    font-size: 27px;
    font-weight: 800;
}

.plan-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 12px;
}

.plan-info-item {
    display: flex;
    flex-direction: column;
    gap: 7px;

    min-height: 82px;
    padding: 15px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;

    background: rgba(255, 255, 255, 0.035);
}

.plan-info-item span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}

.plan-info-item strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.plan-change-btn {
    width: 100%;

    margin-top: 22px;
    padding: 15px 20px;

    border: 0;
    border-radius: 14px;

    background: linear-gradient(
        90deg,
        #008cff,
        #22d3ee
    );

    color: white;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    box-shadow: 0 10px 30px rgba(0, 174, 255, 0.25);
}

.plan-change-btn:hover {
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    .plan-modal {
        padding: 28px 20px;
    }

    .plan-info-grid {
        grid-template-columns: 1fr;
    }
}
.plan-choices {
    display: none;
    flex-direction: column;
    gap: 14px;

    margin-top: 18px;
}

.plan-choices.active {
    display: flex;
}

.plan-choice-card {
    width: 100%;
    padding: 20px;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.04);

    text-align: left;
    color: white;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.plan-choice-card:hover {
    transform: translateY(-2px);

    border-color: rgba(56, 212, 255, 0.45);
    background: rgba(56, 212, 255, 0.08);
}

.plan-choice-ultra {
    border-color: rgba(91, 124, 255, 0.30);

    background:
        linear-gradient(
            135deg,
            rgba(72, 82, 255, 0.10),
            rgba(0, 217, 255, 0.05)
        );
}

.plan-choice-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 15px;
}

.plan-choice-name {
    font-size: 23px;
    font-weight: 800;

    color: #38d4ff;
}

.plan-choice-price {
    font-size: 15px;
    font-weight: 700;

    color: #ffffff;
}

.plan-choice-limit {
    margin-top: 12px;

    font-size: 16px;
    font-weight: 700;
}

.plan-choice-description {
    margin-top: 6px;

    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.5;
}

.plan-choice-action {
    display: block;

    margin-top: 14px;

    color: #38d4ff;
    font-size: 14px;
    font-weight: 700;
}
/* =========================================================
   ОКНО ОФОРМЛЕНИЯ ТАРИФА
========================================================= */

.checkout-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(2, 8, 25, 0.8);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.checkout-overlay.active {
    display: flex;
}

.checkout-modal {
    position: relative;

    width: 100%;
    max-width: 460px;

    padding: 32px;

    border: 1px solid rgba(72, 201, 255, 0.28);
    border-radius: 24px;

    background:
        radial-gradient(
            circle at top right,
            rgba(0, 195, 255, 0.14),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            rgba(11, 34, 83, 0.98),
            rgba(5, 17, 48, 0.98)
        );

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        0 0 50px rgba(0, 174, 255, 0.12);
}

.checkout-close {
    position: absolute;

    top: 18px;
    right: 18px;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.06);

    color: white;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;
}

.checkout-close:hover {
    background: rgba(255, 255, 255, 0.12);
}

.checkout-title {
    margin: 0 0 24px;

    color: white;

    font-size: 27px;
    font-weight: 800;
}

.checkout-plan-card {
    display: flex;
    flex-direction: column;

    gap: 7px;

    padding: 20px;

    border: 1px solid rgba(56, 212, 255, 0.25);
    border-radius: 18px;

    background: rgba(56, 212, 255, 0.07);
}

.checkout-label {
    color: rgba(255, 255, 255, 0.55);

    font-size: 12px;
}

.checkout-plan-name {
    color: #38d4ff;

    font-size: 28px;
    font-weight: 800;
}

.checkout-plan-price {
    color: white;

    font-size: 17px;
    font-weight: 700;
}

.checkout-description {
    margin-top: 14px;
    padding: 15px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.035);

    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;
}

.checkout-pay-btn {
    width: 100%;

    margin-top: 20px;

    padding: 15px 20px;

    border: 0;
    border-radius: 14px;

    background: linear-gradient(
        90deg,
        #008cff,
        #22d3ee
    );

    color: white;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;
}

.checkout-note {
    margin: 14px 0 0;

    color: rgba(255, 255, 255, 0.45);

    font-size: 12px;
    text-align: center;
}

@media (max-width: 600px) {
    .checkout-modal {
        padding: 28px 20px;
    }
}

@media (max-width: 768px) {
    .hero-title,
    .wave-left,
    .wave-right,
    .stars-one,
    .stars-two,
    .section-orbits {
        animation: none !important;
    }

    .hero-title {
        filter: none !important;
    }

    .wave-left,
    .wave-right,
    .section-orbits {
        will-change: auto !important;
    }
}