html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}

.form-section {
    margin: 50px 0 !important;
}


.form-section .advantages-title {
    font-size: 1.8rem;
}

.form-section,
.form-section .form-wrapper,
.form-section .form-wrapper .input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.form-section .form-wrapper {
    width: 100%;
    gap: 15px;
    /* padding: 50px 30px; */
    box-sizing: border-box;
    /* background: #de1a1a; */
}

.form-section .form-wrapper .form-title {
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 0;
    color: white;
    text-align: center;
}

.form-section .form-wrapper .input-wrapper {
    width: 100%;
    max-width: 500px;
    gap: 3px !important;
}

.form-section .form-wrapper .input-wrapper small {
    color: #4b5563;
    text-align: left !important;
    width: 100%;
}

.form-section .form-wrapper .input-wrapper input {
    width: 100%;
    height: 50px;
    padding: 11px 15px;
    border: 0;
    font-size: 16px;
    box-sizing: border-box;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-section .form-wrapper .input-wrapper input[type="tel"] {
    width: 100%;
    padding-left: 100px !important;
}

.form-section .form-wrapper .submit_btn {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    height: 50px;
    padding: 11px 16px;
    display: flex;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #2563eb;
    color: white;
    border-radius: 0.5rem;
}

.form_message.error.inactive,
.form_message.success.inactive {
    display: none;
}

.form_message.error.active,
.form_message.success.active {
    display: block !important;
}

.form_message {
    width: 100%;
    min-height: 50px;
    align-content: center;
    box-sizing: border-box;
    padding: 11px 15px !important;
    font-size: 16px !important;
    border-radius: 30px;
}

.form_message.error {
    background-color: #ff7f7f;
    border: 2px dashed #ce0909;
    color: #fff;
}

.form_message.success {
    background-color: #d4ffe0;
    border: 2px dashed #1f6b34;
    color: #000;
}

.iti {
    width: 100%;
}

.iti__selected-flag {
    padding: 11px 15px;
    border-radius: 0.5rem 0 0 0.5rem;
}

/* .iti__country-name,
.iti__selected-flag,
.iti__dial-code {
    font-size: 16px;
} */

.iti__flag-container {
    padding: unset !important;
}

.iti-mobile .iti__country-list {
    box-sizing: border-box;
    max-width: 90%;
}

@media (max-width: 480px) {

    .form_message,
    .iti__selected-dial-code,
    .form-section .form-wrapper .input-wrapper input {
        font-size: 14px;
    }
}

:root {
    --bg: #070b10;
    --bg2: #0b1218;
    --card: rgba(14, 20, 27, .72);
    --card2: rgba(8, 10, 14, .58);
    --stroke: rgba(255, 255, 255, .10);
    --text: #eaf2ff;
    --muted: rgba(234, 242, 255, .70);
    --muted2: rgba(234, 242, 255, .52);
    --a1: #2a7bff;
    --a2: #2bd4a7;
    --shadow: 0 22px 70px rgba(0, 0, 0, .55);
    --r: 22px;
    --max: 1080px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(900px 520px at 80% 10%, rgba(43, 212, 167, .14), transparent 60%),
        radial-gradient(900px 520px at 15% 30%, rgba(42, 123, 255, .12), transparent 60%),
        linear-gradient(180deg, var(--bg), var(--bg2));
}

.wrap {
    width: min(var(--max), 92vw);
    margin: 0 auto;
}

.glass {
    border-radius: var(--r);
    border: 1px solid var(--stroke);
    background: linear-gradient(180deg, var(--card), var(--card2));
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.glass:before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(900px 260px at 50% -40px, rgba(43, 212, 167, .18), transparent 55%),
        radial-gradient(900px 260px at 15% 20%, rgba(42, 123, 255, .12), transparent 55%);
    pointer-events: none;
}

.glass>* {
    position: relative
}

.pad {
    padding: 18px;
}

.pad2 {
    padding: 22px;
}

.mt12 {
    margin-top: 12px
}

.mt16 {
    margin-top: 16px
}

.mt24 {
    margin-top: 24px
}

.mt32 {
    margin-top: 32px
}

.mt40 {
    margin-top: 40px
}

.sec {
    padding: 22px 0
}

/* header */
header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(7, 10, 14, .56);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: #cfe2ff;
    letter-spacing: .2px;
}

.brand img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 14px 26px rgba(0, 0, 0, .35);
    display: block;
}

.hamb {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hamb span,
.hamb span:before,
.hamb span:after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: rgba(234, 242, 255, .82);
    position: relative;
}

.hamb span:before {
    position: absolute;
    top: -6px;
    left: 0;
}

.hamb span:after {
    position: absolute;
    top: 6px;
    left: 0;
}

/* top mini tabs */
.miniTabs {
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(10, 14, 18, .35);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.miniTab {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(234, 242, 255, .76);
    font-weight: 800;
    font-size: 13px;
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    white-space: nowrap;
    cursor: pointer;
}

.miniTab.active {
    border-color: rgba(43, 212, 167, .30);
    color: #fff;
}

.ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .35));
    opacity: .95;
}

/* hero */
.heroTitle {
    margin: 0;
    font-weight: 1000;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -.4px;
}

.grad {
    background: linear-gradient(90deg, var(--a1), var(--a2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.heroText {
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.55;
    font-size: 15px;
}

/* video */
.videoWrap {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .10);
    overflow: hidden;
    background: rgba(0, 0, 0, .25);

    /* ✅ FIX: size 680x400 on PC, responsive on mobile */
    width: min(680px, 100%);
    height: 400px;
    margin: 0 auto;
}

video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;

    /* ✅ FIX: keep nice crop inside fixed box */
    object-fit: cover;
}

@media (max-width: 520px) {
    .videoWrap {
        height: 220px;
    }
}

.videoTop {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    color: rgba(234, 242, 255, .70);
    font-weight: 800;
    font-size: 12px;
}

.playDot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .05);
}

.playTri {
    width: 0;
    height: 0;
    border-left: 6px solid rgba(234, 242, 255, .82);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 2px;
}

/* form block */
.formTitle {
    margin: 0;
    text-align: center;
    font-weight: 1000;
    font-size: 30px;
    letter-spacing: -.4px;
    line-height: 1.05;
}

.formSub {
    margin: 10px 0 0;
    text-align: center;
    color: rgba(234, 242, 255, .62);
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 20px;
}

.field {
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    color: var(--text);
    padding: 14px 16px;
    outline: none;
    font-size: 15px;
}

.field.valid:focus {
    border-color: rgba(43, 212, 167, .55);
    box-shadow: 0 0 0 4px rgba(43, 212, 167, .12);
}

.field.invalid:focus {
    border-color: rgba(212, 43, 43, 0.55);
    box-shadow: 0 0 0 4px rgba(212, 43, 43, 0.12);
}

.radioTitle {
    margin: 16px 0 10px;
    color: rgba(234, 242, 255, .78);
    font-weight: 1000;
    font-size: 13px;
}

.radios {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.radio {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: rgba(234, 242, 255, .86);
}

.radio input {
    accent-color: var(--a2)
}

.btn {
    width: 100%;
    border: 0;
    cursor: pointer;
    border-radius: 30px;
    padding: 14px 18px;
    margin-top: 14px;
    font-weight: 1000;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(90deg, var(--a1), var(--a2));
    box-shadow: 0 18px 40px rgba(42, 123, 255, .14);
}

.consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 14px;
    color: rgba(234, 242, 255, .65);
    font-size: 12px;
    line-height: 1.3;
}

.consent input {
    margin-top: 2px;
    accent-color: var(--a2);
}

a.link {
    color: #7fead0;
    text-decoration: none;
    border-bottom: 1px dashed rgba(127, 234, 208, .55);
}

.err {
    margin-top: 10px;
    min-height: 18px;
    font-weight: 900;
    color: #ff7a7a;
    font-size: 13px;
}

/* about section */
.h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 1000;
}

.p {
    margin: 10px 0 0;
    color: rgba(234, 242, 255, .68);
    line-height: 1.6;
    font-size: 14px;
}

.list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
}

.iti__country-list {
    color: black;
}

.tick {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 212, 167, .16);
    border: 1px solid rgba(43, 212, 167, .28);
    color: #7fead0;
    font-weight: 1000;
    flex: 0 0 auto;
    margin-top: 1px;
    font-size: 12px;
}

/* big feature box */
.featureBox {
    border-radius: 22px;
    border: 1px solid rgba(127, 234, 208, .20);
    background: rgba(255, 255, 255, .03);
    padding: 18px;
    position: relative;
    overflow: hidden;
}

.featureBox:before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(900px 260px at 70% 0%, rgba(127, 234, 208, .16), transparent 50%),
        radial-gradient(900px 260px at 0% 100%, rgba(42, 123, 255, .10), transparent 50%);
    pointer-events: none;
}

.featureBox>* {
    position: relative
}

.featureTitle {
    margin: 0 0 12px;
    font-weight: 1000;
    font-size: 22px;
}

.featRow {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

.featItem {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.featIcon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aee9ff;
    font-weight: 1000;
    flex: 0 0 auto;
}

.featItem b {
    display: block;
    font-weight: 1000;
}

.featItem span {
    display: block;
    color: rgba(234, 242, 255, .66);
    font-weight: 700;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.45;
}

/* infra logos */
.logos {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    padding: 14px 0 6px;
    flex-wrap: wrap;
}

.logoChip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .03);
    font-weight: 1000;
    letter-spacing: .6px;
}

.binDot {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #f3ba2f;
    box-shadow: 0 10px 22px rgba(243, 186, 47, .18);
}

.byDot {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #ffffff;
    opacity: .85;
    box-shadow: 0 10px 22px rgba(255, 255, 255, .12);
}

/* income example */
.incomeGrid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.lineRow {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    font-weight: 900;
}

.lineRow span {
    color: rgba(234, 242, 255, .70);
    font-weight: 800;
}

.lineRow b {
    font-weight: 1000;
}

.footNote {
    margin-top: 12px;
    color: rgba(234, 242, 255, .45);
    font-size: 11px;
    line-height: 1.5;
}

/* steps */
.steps3 {
    display: grid;
    gap: 12px;
}

.stepCard {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .03);
    position: relative;
}

.stepTop {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 1000;
}

.stepBadge {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 1000;
}

.stepCard p {
    margin: 0;
    color: rgba(234, 242, 255, .68);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
}

.stepMeta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    color: rgba(234, 242, 255, .55);
    font-size: 12px;
    font-weight: 800;
}

.clock {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(127, 234, 208, .35);
    position: relative;
}

.clock:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 1px;
    height: 5px;
    background: rgba(127, 234, 208, .7);
}

.clock:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 4px;
    height: 1px;
    background: rgba(127, 234, 208, .7);
}

.ctaSmall {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.btnSmall {
    border: 1px solid rgba(127, 234, 208, .25);
    background: rgba(255, 255, 255, .03);
    color: #eaf2ff;
    padding: 10px 16px;
    border-radius: 30px;
    font-weight: 1000;
    cursor: pointer;
}

/* advantages cards */
.adv3 {
    display: grid;
    gap: 12px;
}

@media (min-width: 980px) {
    .adv3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .pc2 {
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 18px;
    }

    /* .pcCenter {
        max-width: 920px;
    } */
}

.advCard {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .03);
}

.advCard b {
    display: block;
    font-weight: 1000;
    margin-bottom: 6px;
}

.advCard p {
    margin: 0;
    color: rgba(234, 242, 255, .66);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
}

.advMeta {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgba(234, 242, 255, .55);
    font-weight: 900;
    font-size: 12px;
}

.miniBadge {
    width: 22px;
    height: 22px;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* reviews (vertical scroll) */
.reviewsScroll {
    display: grid;
    gap: 14px;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 8px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.review {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .03);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reviewTop {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ava {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .10);
    object-fit: cover;
    display: block;
    background: rgba(255, 255, 255, .05);
    flex: 0 0 auto;
}

.reviewName {
    font-weight: 1000;
    font-size: 16px;
}

.reviewText {
    margin: 0;
    color: rgba(234, 242, 255, .78);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.55;
}

.reviewBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.stars {
    color: #7fead0;
    letter-spacing: 1px;
    font-size: 14px;
}

.when {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(234, 242, 255, .55);
    font-weight: 900;
    font-size: 12px;
}

.reviewsScroll::-webkit-scrollbar {
    width: 6px;
}

.reviewsScroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2ec5ce, #3a7bd5);
    border-radius: 6px;
}

@media (max-width: 600px) {
    .reviewsScroll {
        max-height: 300px;
    }
}

* footer links block */ footer {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background: rgba(7, 10, 14, .55);
    backdrop-filter: blur(10px);
}

.foot {
    padding: 18px 0 26px;
}

.footLinks {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    color: rgba(234, 242, 255, .70);
    font-weight: 900;
    font-size: 14px;
    margin-top: 12px;
}

.footLinks a {
    color: rgba(234, 242, 255, .70);
    text-decoration: none;
}

.footLinks a:hover {
    color: #fff;
}

/* mobile menu */
.menu {
    display: none;
    margin-top: 10px;
}

.menu.open {
    display: block;
}

.menuBox {
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(10, 14, 18, .35);
}

.menuBox a {
    display: block;
    padding: 12px 12px;
    border-radius: 14px;
    color: rgba(234, 242, 255, .78);
    text-decoration: none;
    font-weight: 1000;
    border: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .02);
    margin: 8px 0;
}

/* ===== MOBILE OVERFLOW FIX (requested) ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* prevent inner content from bleeding outside rounded cards */
.featureBox,
.card,
.li,
.lineRow {
    overflow: hidden;
}

/* Income rows: keep value on one line, but never overflow the card */
.lineRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.lineRow span.name {
    flex: 1 1 auto;
    font-size: 14px;
    width: 100px;
    display: block;
}

.lineRow b {
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
    width: 80px;
    /* no clipping/ellipsis: we make it fit via smaller font on mobile */
}

.lineRow .progress-container {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.lineRow .progress-container .progress-line {
    height: 20px;
    width: var(--progress-width, 0%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;

    background: linear-gradient(90deg,
            rgba(0, 180, 255, 0.2),
            rgba(0, 200, 255, 0.6),
            rgba(0, 255, 200, 0.9),
            rgba(0, 200, 255, 0.6),
            rgba(0, 180, 255, 0.2));

    background-size: 200% 100%;
    animation: progressFlow 2s linear infinite;

    box-shadow:
        0 0 8px rgba(0, 200, 255, 0.6),
        inset 0 0 6px rgba(255, 255, 255, 0.2);
}

.lineRow .profile-container {
    display: flex;
    align-items: center;
    gap: 10px
}

.lineRow .profile-container .photo-container {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.lineRow .profile-container .photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


@keyframes progressFlow {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Feature list items: allow text to shrink within the card */
.featItem {
    min-width: 0;
}

.featItem b {
    min-width: 0;
}

@media (max-width: 600px) {

    /* Make right-side values fit on small screens (no truncation) */
    .lineRow b {
        font-size: clamp(11px, 3.6vw, 15px);
        letter-spacing: -0.2px;
    }
}

@media (max-width: 420px) {
    .lineRow b {
        max-width: 64%;
    }
}

/* ===== FIXES: income row alignment + CTA small button gradient ===== */

/* Align the "до 18% в месяц" value with the second line of the label */
/* .incomeGrid .lineRow:nth-child(2) {
    align-items: flex-end;
}

.incomeGrid .lineRow:nth-child(2) b {
    line-height: 1.1;
    padding-bottom: 1px;
} */

/* Small CTA button "Получить доступ" — same gradient as Aurum Stake text */
.btnSmall {
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, var(--a1), var(--a2));
    box-shadow: 0 14px 30px rgba(42, 123, 255, .12);
}

.btnSmall:hover {
    filter: brightness(1.05);
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text-container h2 {
    font-weight: bolder;
    margin-top: unset !important;
    text-align: center;
}

.text-container {
    padding: 20px;
    margin: 30px 0;
}

.text-container p {
    text-align: center;
}

.grad-warning {
    background: linear-gradient(90deg, #ff416c, #ff4b2b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.countdown-title {
    font-size: 22px;
    font-weight: 600;
    color: #e6f3ff;
    text-align: left;
    margin: 20px 0 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-shadow:
        0 0 6px rgba(0, 150, 255, 0.4),
        0 0 12px rgba(0, 200, 255, 0.2);
}

.countdown-title .time {
    font-weight: 700;
    font-size: 24px;

    background: linear-gradient(90deg, #2ea8ff, #00e0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0 10px rgba(0, 200, 255, 0.8),
        0 0 20px rgba(0, 200, 255, 0.5);

    padding-left: 6px;
}

/* Калькулятор: общий контейнер */
.calculator-container {
    /* max-width: 500px; */
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    font-family: 'Arial', sans-serif;
    color: #fff;
}

/* Заголовок */
.calculator-container h2 {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Слайдер */
#slider-container {
    position: relative;
    margin: 20px 0;
}

#slider {
    width: 100%;
    -webkit-appearance: none;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(90deg, #4CAF50 0%, #2196F3 100%);
    outline: none;
    cursor: pointer;
    margin-bottom: 15px;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #4CAF50;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #4CAF50;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Текущее значение */
.current-value-calc {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 15px;
    color: #4CAF50;
}

/* Результаты */
.result {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4%;

    font-size: 1rem;
    margin: 10px 0;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.result span {
    font-weight: 700;
    color: #2196F3;
}

.input-wrapper input.invalid {
    border-radius: 30px 30px 0 0;
}

.input-wrapper small {
    display: block;
    width: 100%;
    padding: 3px 15px;
    background: linear-gradient(90deg, #ff4b2b, #ff416c);
    border-radius: 0 0 30px 30px;
    border: 1px solid rgba(212, 43, 43, .55);
    box-shadow:
        -4px 0 0 rgba(212, 43, 43, 0.12),
        /* слева */
        4px 0 0 rgba(212, 43, 43, 0.12),
        /* справа */
        0 4px 0 rgba(212, 43, 43, 0.12);
    /* снизу */
}

@media (max-width: 600px) {

    .what-platform,
    .platform-box,
    section.what-platform {
        margin-top: 32px !important;
    }
}

/* ===== Extra spacing before 'Что делает платформа' block ===== */
@media (max-width: 600px) {

    /* this is the card that starts with 'Что делает платформа' */
    #about .featureBox {
        margin-top: 26px !important;
    }

    .lineRow {
        flex-direction: column;
        align-items: flex-start;
    }
}