/* Belomor — Oswald Soviet poster theme (light background) */
:root {
    --blue: #6B9FCC;
    --blue-dark: #4F80AE;
    --red: #C2706A;
    --pink: #CDA0A6;
    --beige: #D6C8A6;
    --navy: #5A5A7A;
    --bg-top: #7AAED4;
    --bg-bottom: #D4C4A8;
    --accent: #5A5A7A;
    --accent-hover: #4A4A6A;
    --surface: rgba(255,255,255,0.25);
    --surface-hover: rgba(255,255,255,0.38);
    --border: rgba(90,90,122,0.15);
    --border-hover: rgba(90,90,122,0.28);
    --text: #3C3630;
    --text2: rgba(60,54,48,0.6);
    --text3: rgba(60,54,48,0.38);
}

body { background: #A8C4D8; }

.page-bg {
    background: linear-gradient(180deg,
        #7AAED4 0%,
        #92B8D4 15%,
        #B8C4C8 30%,
        #C8BEA8 45%,
        #D4C4A8 60%,
        #D0C0A4 100%
    );
}

/* ── Header ── */
.logo-text {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 6px;
    padding: 8px 20px;
    padding-bottom: 8px;
    background: rgba(90,90,122,0.25);
    border-radius: 4px;
    border-bottom: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}

.header-body { padding-top: 22px; }

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(28px, 6vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.12);
}
h1 .hl { color: var(--red); }

.subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

/* ── Sections ── */
.section-tag {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--red);
    letter-spacing: 3px;
}
h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(22px, 4.5vw, 30px);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--navy);
}

/* ── Alert ── */
.alert {
    background: rgba(194,112,106,0.1);
    border: 1px solid rgba(194,112,106,0.2);
    border-left: 3px solid var(--red);
    border-radius: 4px;
}
.alert h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── Button ── */
.btn-big {
    background: var(--navy);
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-big:hover {
    background: #4A4A6A;
    box-shadow: 0 4px 14px rgba(90,90,122,0.3);
}

/* ── Tabs ── */
.tabs { border-radius: 4px; }
.tab.active { background: rgba(90,90,122,0.1); color: var(--navy); }

/* ── Steps ── */
.step { border-radius: 4px; }
.step-n {
    border-radius: 4px;
    background: var(--blue);
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
}
.step h3 { color: var(--navy); }
.step a { color: var(--blue-dark); }
.step-arrow {
    background: rgba(107,159,204,0.12);
    color: var(--blue-dark) !important;
    border-radius: 4px;
}
.step-arrow:hover { background: rgba(107,159,204,0.2); }

.remark { border-radius: 4px; }
.remark strong { color: var(--red); }

/* ── VPN grid ── */
.vpn-card { border-radius: 4px; }
.vpn-name { color: var(--navy); }
.badge { border-radius: 3px; }
.badge-free { background: rgba(107,159,204,0.18); color: var(--blue-dark); border: 1px solid rgba(107,159,204,0.3); }
.badge-bot { background: rgba(90,90,122,0.08); }
.vpn-link { color: var(--blue-dark); }

.vpn-bot-label {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
}
.vpn-bot-btn { border-radius: 4px; font-family: inherit; }

/* ── Contacts ── */
.contact-item { border-radius: 4px; }

/* ── Divider ── */
.sep { margin: 36px 0; }
.sep::before {
    left: 10%; right: 10%;
    background: rgba(90,90,122,0.15);
}
.sep span {
    padding: 0 18px;
    font-size: 16px;
    letter-spacing: 6px;
    background: transparent;
    color: var(--red);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    background: linear-gradient(180deg, #B8C4C8, #C8BEA8);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/* ── Footer ── */
.footer-logo {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
}

/* ── Toast ── */
.toast {
    background: var(--navy);
    border-radius: 4px;
}

/* ── Responsive: Phone ── */
@media (max-width: 520px) {
    .logo-text { font-size: 16px; letter-spacing: 4px; padding: 6px 16px; }
    h1 { font-size: 26px; }
    .section-tag { font-size: 12px; letter-spacing: 2px; }
    h2 { font-size: 22px; }
    .alert h3 { font-size: 14px; }
    .sep span { font-size: 13px; letter-spacing: 4px; }
    .footer-logo { font-size: 12px; letter-spacing: 4px; }
    .toast { font-size: 13px; padding: 10px 20px; }
}

/* ── Responsive: Small phone ── */
@media (max-width: 360px) {
    .logo-text { font-size: 14px; letter-spacing: 3px; }
    h1 { font-size: 22px; }
}
