/* Alice — Cormorant Garamond elegant theme */
:root {
    --accent: #44E8C8;
    --accent-hover: #72F2DC;
    --accent-dim: rgba(68,232,200,0.5);
    --bg: #040808;
    --bg2: #061210;
    --surface: rgba(68,232,200,0.03);
    --surface-hover: rgba(68,232,200,0.07);
    --border: rgba(68,232,200,0.08);
    --border-hover: rgba(68,232,200,0.18);
    --text: #c8ddd6;
    --text2: rgba(200,221,214,0.55);
    --text3: rgba(200,221,214,0.25);
    --glow: rgba(68,232,200,0.12);
}

.page-bg {
    background:
        radial-gradient(ellipse 60% 45% at 50% -5%, rgba(68,232,200,0.07) 0%, transparent 60%),
        radial-gradient(ellipse 35% 25% at 75% 10%, rgba(100,60,180,0.04) 0%, transparent 50%),
        radial-gradient(ellipse 30% 20% at 20% 60%, rgba(68,232,200,0.02) 0%, transparent 50%),
        linear-gradient(180deg, #071412 0%, #040808 40%);
}

/* ── Header ── */
header { padding: 52px 0 32px; }

.logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 5px;
    border-bottom: 1px solid rgba(68,232,200,0.2);
}

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

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 6vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    font-style: italic;
}

.subtitle {
    font-size: 15px;
    max-width: 440px;
    line-height: 1.7;
    font-style: italic;
}

/* ── Sections ── */
.section-tag {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: var(--accent-dim);
    letter-spacing: 3px;
}
h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(22px, 4.5vw, 30px);
    font-weight: 700;
    font-style: italic;
}

/* ── Alert ── */
.alert {
    background: rgba(68,232,200,0.03);
    border: 1px solid rgba(68,232,200,0.08);
    border-left: 2px solid rgba(68,232,200,0.4);
    border-radius: 10px;
}
.alert h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    color: var(--accent);
    font-style: italic;
}

/* ── Button ── */
.btn-big {
    background: rgba(68,232,200,0.12);
    border: 1px solid rgba(68,232,200,0.25);
    color: var(--accent);
    border-radius: 12px;
    transition: all 0.3s;
    font-family: inherit;
}
.btn-big:hover {
    background: rgba(68,232,200,0.18);
    border-color: rgba(68,232,200,0.4);
    box-shadow: 0 0 30px rgba(68,232,200,0.1), inset 0 0 20px rgba(68,232,200,0.03);
}

/* ── Tabs ── */
.tabs { border-radius: 10px; }
.tab { transition: all 0.2s; }
.tab.active { background: rgba(68,232,200,0.06); color: var(--accent); }

/* ── Steps ── */
.step { border-radius: 12px; transition: all 0.2s; }
.step:hover { border-color: var(--border-hover); }
.step-n {
    background: transparent;
    border: 1.5px solid rgba(68,232,200,0.4);
    color: var(--accent);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 17px;
    font-style: italic;
}
.step-arrow {
    background: rgba(68,232,200,0.04);
    border-radius: 8px;
}
.step-arrow:hover { background: rgba(68,232,200,0.1); }

.remark { border-radius: 10px; font-style: italic; }
.remark strong { color: var(--accent-dim); font-style: normal; }

/* ── VPN grid ── */
.vpn-card { border-radius: 12px; transition: all 0.2s; }
.badge { border-radius: 6px; }
.badge-free { background: rgba(68,232,200,0.08); color: var(--accent); border: 1px solid rgba(68,232,200,0.15); }
.badge-bot { background: rgba(255,255,255,0.04); }

.vpn-bot-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 3px;
    font-style: italic;
}
.vpn-bot-btn { border-radius: 12px; transition: all 0.2s; font-family: inherit; }

/* ── Contacts ── */
.contact-item { border-radius: 12px; transition: all 0.2s; }

/* ── Divider ── */
.sep { margin: 36px 0; }
.sep::before {
    left: 25%; right: 25%;
    background: linear-gradient(90deg, transparent, rgba(68,232,200,0.12), transparent);
}
.sep span {
    padding: 0 16px;
    font-size: 16px;
    letter-spacing: 8px;
    background: var(--bg);
}

/* ── Footer ── */
.footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 4px;
    font-style: italic;
}

/* ── Toast ── */
.toast { color: #040808; }

/* ── Responsive: Tablet ── */
@media (max-width: 768px) {
    header { padding: 44px 0 28px; }
}

/* ── Responsive: Phone ── */
@media (max-width: 520px) {
    .logo-text { font-size: 15px; letter-spacing: 3px; }
    h1 { font-size: 26px; line-height: 1.2; margin-bottom: 12px; }
    .subtitle { font-size: 14px; line-height: 1.6; }
    .section-tag { font-size: 12px; letter-spacing: 2px; }
    h2 { font-size: 22px; }
    .alert h3 { font-size: 15px; }
    .btn-big { border-radius: 10px; }
    .tabs { border-radius: 8px; }
    .step { border-radius: 10px; }
    .step-n { font-size: 14px; }
    .vpn-card { border-radius: 10px; }
    .sep { margin: 24px 0; }
    .sep span { font-size: 14px; letter-spacing: 6px; }
    .footer-logo { font-size: 12px; letter-spacing: 3px; }
    .contact-item { border-radius: 10px; }
}

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