@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-extralight-oblique.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-medium-oblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-semi-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-bold-oblique.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Belfast Grotesk';
    src: url('fonts/belfast-grotesk-extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Hackbot';
    src: url('fonts/hackbot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* SF Pro Display Font Family */
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

:root {
    --background-color: #1c1c1c;
    --accent-color: #d4ff00;
    --accent-glow: rgba(212, 255, 0, 0.4);
    --text-color: #f5f5f7;
    --secondary-text-color: #8e8e93;
    --border-color: rgba(255, 255, 255, 0.1);
    --font-family-main: 'Belfast Grotesk', sans-serif;
    --font-family-display: 'Hackbot', monospace;
}

/* Русский язык использует SF Pro Display */
html[lang="ru"] {
    --font-family-main: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Английский язык использует Belfast Grotesk */
html[lang="en"] {
    --font-family-main: 'Belfast Grotesk', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: var(--background-color);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: var(--background-color) url('data:image/svg+xml,\
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">\
                    <defs><filter id="blur"><feGaussianBlur stdDeviation="100" /></filter></defs>\
                    <circle cx="100" cy="200" r="150" fill="%233a3a3c" filter="url(%23blur)"/>\
                    <circle cx="800" cy="400" r="200" fill="%232c2c2e" filter="url(%23blur)"/>\
                    <circle cx="500" cy="900" r="120" fill="%234a4a4c" filter="url(%23blur)"/>\
                </svg>') center/cover no-repeat;
}

body {
    font-family: var(--font-family-main);
    background-color: transparent;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    overflow-x: hidden;
    min-height: 100vh;
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 1100px;
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.header {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.header-capsule {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding: 10px 15px;
    background-color: rgba(44, 44, 46, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--border-color);
    border-radius: 50px;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
}

.logo-icon {
    width: 28px;
    height: 28px;
    background-color: var(--accent-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    color: black;
    flex-shrink: 0;
}

.logo-icon i { font-size: 16px; font-weight: bold; }

.nav { display: flex; align-items: center; }
.nav-list { list-style: none; display: flex; gap: 30px; }

.nav-link {
    text-decoration: none;
    color: var(--secondary-text-color);
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
}
.nav-link:hover { color: var(--text-color); }
.nav-link.active { color: var(--text-color); }

.signup-btn {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    margin-left: 30px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.1);
    white-space: nowrap;
}
.signup-btn:hover { transform: scale(1.05); }

.language-switcher {
    margin-left: 20px;
    position: relative;
}

.language-btn {
    background-color: rgba(44, 44, 46, 0.7);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 60px;
    justify-content: center;
}

.language-btn:hover {
    background-color: rgba(55, 55, 57, 0.9);
    border-color: var(--accent-color);
}

.language-btn .flag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background-color: rgba(44, 44, 46, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 8px;
    display: none;
    z-index: 1000;
    min-width: 120px;
}

.language-dropdown.active {
    display: block;
}

.language-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
}

.language-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.language-option.active {
    background-color: var(--accent-color);
    color: #000;
}

.language-option .flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.hero { text-align: center; padding: 60px 0; }
.hero-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto 25px;
}
.hero-title span { color: #aaa; font-weight: 400; }
.hero-subtitle {
    font-size: 18px;
    color: var(--secondary-text-color);
    max-width: 550px;
    margin: 0 auto 40px;
    line-height: 1.6;
    font-weight: 400;
}
.hero-buttons { display: flex; justify-content: center; gap: 20px; }

.btn {
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.btn-primary {
    background-image: linear-gradient(to right, var(--accent-color), #eaff57);
    color: #000;
}
.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px var(--accent-glow);
}

.btn-secondary {
    background-color: rgba(44, 44, 46, 0.7);
    color: var(--text-color);
    border-color: var(--border-color);
}
.btn-secondary:hover {
    background-color: rgba(55, 55, 57, 0.9);
    border-color: var(--accent-color);
}
.btn-secondary i {
    background-color: var(--background-color);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.locations { padding: 40px 0; }
.locations-grid {
    display: flex;
    justify-content: center;
    gap: 18px;
    width: 100%;
    overflow-x: auto;
    padding: 20px;
}
.locations-grid::-webkit-scrollbar { display: none; }
.locations-grid { -ms-overflow-style: none; scrollbar-width: none; }

.location-card {
    background-color: rgba(44, 44, 46, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 20px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s ease;
}
.location-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 255, 0, 0.5);
}

.card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.flag-icon { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.card-dots { color: var(--secondary-text-color); font-size: 20px; }
.location-label { font-size: 14px; color: var(--secondary-text-color); margin-bottom: 5px; font-weight: 400; }

.location-name {
    font-family: var(--font-family-main);
    font-size: 24px;
    font-weight: 600;
}

.location-card.active {
    background-color: var(--accent-color);
    color: #000;
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: none;
    overflow: hidden;
}

.location-card.active::before {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 12px;
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.location-card.active .location-label,
.location-card.active .card-dots { color: #5d6d00; }
.location-card.active .location-name { color: #000; }

.connect-status {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    display: none;
}
.location-card.active .connect-status { display: flex; align-items: center; gap: 6px; }
.connect-status::before { content: ''; width: 6px; height: 6px; background-color: #34c759; border-radius: 50%; }
.location-card.active .card-dots { display: none; }

.status-indicator {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--secondary-text-color);
}
.status-indicator .inner-circle {
    width: 18px;
    height: 18px;
    background-color: var(--text-color);
    border-radius: 50%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.section-tag-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.section-tag {
    display: inline-block;
    background-color: rgba(44, 44, 46, 0.7);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}
.soon-badge {
    background-color: var(--accent-color);
    color: #000;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 10px;
    text-transform: uppercase;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.3;
}
.section-title span {
    color: var(--secondary-text-color);
    font-weight: 400;
}
.btn-outline {
    background-color: transparent;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    padding: 10px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-top: 10px;
}
.btn-outline:hover {
    background-color: rgba(44, 44, 46, 0.9);
    border-color: var(--accent-color);
}

.advantages {
    padding: 80px 0;
    text-align: left;
}
.advantages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.advantage-card {
    background-color: rgba(30, 30, 32, 0.7);
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.advantage-card:hover {
    border-color: rgba(212, 255, 0, 0.5);
    transform: translateY(-5px);
}
.advantage-card::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.03);
    transform: translate(40%, -40%);
    transition: all 0.4s ease;
}
.advantage-card:hover::after {
    transform: translate(30%, -30%) scale(1.1);
}
.advantage-icon {
    width: 50px;
    height: 50px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 22px;
    margin-bottom: 25px;
}
.advantage-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--text-color);
}
.advantage-description {
    font-size: 16px;
    color: var(--secondary-text-color);
    line-height: 1.6;
    max-width: 350px;
}

.features {
    padding-bottom: 80px;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.feature-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    position: relative;
}
.feature-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    transition: width 0.4s ease;
}
.feature-item.active::after {
    width: 100%;
}
.feature-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.feature-icon { color: var(--secondary-text-color); font-size: 20px; transition: color 0.3s; }
.feature-title { font-size: 20px; font-weight: 500; color: var(--secondary-text-color); transition: color 0.3s; }
.feature-description {
    font-size: 15px;
    color: var(--secondary-text-color);
    line-height: 1.6;
    padding-left: 35px;
    transition: color 0.3s;
}
.feature-item.active .feature-icon,
.feature-item.active .feature-title {
    color: var(--accent-color);
}
.feature-item.active .feature-description {
    color: var(--text-color);
}

.speed-test-widget {
    background-color: rgba(30, 30, 32, 0.7);
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(10px);
}
.speed-test-header { color: var(--secondary-text-color); font-size: 16px; font-weight: 500; margin-bottom: 10px; }
.speed-value {
    font-family: var(--font-family-display);
    font-size: 72px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1;
}
.speed-unit {
    display: inline-block;
    background-color: rgba(44, 44, 46, 0.8);
    border: 1px solid var(--border-color);
    color: var(--secondary-text-color);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.gauge {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 20px auto 0;
}
.gauge svg {
    transform: rotate(-90deg);
}
.gauge-background {
    fill: none;
    stroke: rgba(44, 44, 46, 0.8);
    stroke-width: 20;
    stroke-linecap: round;
}
.gauge-progress {
    fill: none;
    stroke: var(--accent-color);
    stroke-width: 20;
    stroke-linecap: round;
    stroke-dasharray: 251.2;
    stroke-dashoffset: 251.2;
    transition: none;
}
.gauge-progress.animating {
    transition: stroke-dashoffset 2.5s ease-in-out;
}
.gauge-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(30, 30, 32, 0.9);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s;
}
.gauge-center:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
    transform: translate(-50%, -50%) scale(1.1);
}
.gauge-center svg {
    transition: transform 0.3s ease;
}
.gauge-center:hover svg {
    transform: rotate(90deg);
}
.gauge-center.restarting svg {
    animation: spin 0.6s ease-in-out;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.gauge-center:active {
    transform: translate(-50%, -50%) scale(0.95);
}
.speed-test-footer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 5px;
}
.speed-stat {
    text-align: center;
}
.stat-label { font-size: 14px; color: var(--secondary-text-color); margin-bottom: 5px; }
.stat-value {
    font-family: var(--font-family-display);
    font-size: 22px;
    font-weight: 400;
    color: var(--text-color);
}

.pricing {
    padding: 80px 0;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.pricing-card {
    background: linear-gradient(135deg, rgba(30, 30, 32, 0.9) 0%, rgba(40, 40, 42, 0.7) 100%);
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.pricing-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 255, 0, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.pricing-card:hover::before {
    opacity: 1;
}
.pricing-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 255, 0, 0.3);
}
.pricing-card.featured {
    background: linear-gradient(135deg, rgba(40, 40, 32, 0.9) 0%, rgba(50, 50, 42, 0.8) 100%);
    border: 2px solid var(--accent-color);
    box-shadow: 0 10px 40px rgba(212, 255, 0, 0.15);
}
.pricing-card.featured::before {
    opacity: 0.5;
}
.pricing-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.pricing-icon {
    width: 48px;
    height: 48px;
    border: 2px solid var(--border-color);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-text-color);
    font-size: 20px;
    background-color: rgba(44, 44, 46, 0.5);
    transition: all 0.3s ease;
}
.pricing-card.featured .pricing-icon {
    border-color: var(--accent-color);
    background-color: rgba(212, 255, 0, 0.1);
}
.pricing-icon svg {
    width: 24px;
    height: 24px;
}
.plan-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--accent-color);
}
.plan-description {
    font-size: 15px;
    color: var(--secondary-text-color);
    line-height: 1.7;
    margin-bottom: 30px;
    min-height: 45px;
}
.plan-price {
    margin-bottom: 35px;
}
.price-amount {
    font-family: var(--font-family-display);
    font-size: 72px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1;
    position: relative;
}

/* Стили для отображения валют */
.price-amount .currency {
    font-size: 0.6em;
    vertical-align: top;
    margin-right: 0.1em;
}

/* Улучшенное отображение для долларов */
html[lang="en"] .price-amount {
    font-size: 64px;
}

html[lang="en"] .price-amount .currency {
    font-size: 0.7em;
    vertical-align: top;
}

/* Анимация при смене языка */
.price-amount {
    transition: all 0.3s ease;
}
.price-period {
    font-size: 18px;
    color: var(--secondary-text-color);
    font-weight: 400;
    margin-left: 2px;
}
.plan-features {
    list-style: none;
    margin-bottom: 35px;
    flex-grow: 1;
}
.plan-features li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
}
.plan-features li i {
    color: var(--accent-color);
    font-size: 18px;
    flex-shrink: 0;
}
.plan-button {
    text-decoration: none;
    text-align: center;
    padding: 18px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
    border: none;
}
.btn-plan-default {
    background-color: rgba(60, 60, 62, 0.6);
    color: var(--text-color);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-plan-default:hover {
    background-color: rgba(70, 70, 72, 0.8);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}
.btn-plan-featured {
    background-color: var(--accent-color);
    color: #000;
    font-weight: 700;
}
.btn-plan-featured:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--accent-glow);
    background-color: #e0ff1a;
}

.cta {
    padding: 80px 0;
    text-align: center;
    position: relative;
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta .section-tag { margin: 0 auto 15px; }
.cta .section-title { margin-bottom: 30px; }

#particles-js {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    height: 100%;
    z-index: 1;
}

.site-footer {
    padding: 40px 0 30px;
    text-align: center;
    border-top: 1px solid var(--border-color);
    margin-top: 60px;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}
.social-links a {
    text-decoration: none;
    color: var(--secondary-text-color);
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.social-links a:hover {
    color: var(--text-color);
}
.copyright {
    color: var(--secondary-text-color);
    font-size: 14px;
}

/* Burger Menu Styles */
.burger-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    position: relative;
}

.burger-icon {
    width: 24px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.burger-line {
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.burger-btn.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.burger-btn.active .burger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.burger-btn.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(28, 28, 28, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mobile-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg,
    rgba(212, 255, 0, 0.1) 0%,
    transparent 25%,
    transparent 75%,
    rgba(212, 255, 0, 0.05) 100%);
    z-index: -1;
}

.mobile-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.mobile-nav-list li {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.active .mobile-nav-list li {
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu.active .mobile-nav-list li:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-menu.active .mobile-nav-list li:nth-child(2) {
    transition-delay: 0.2s;
}

.mobile-menu.active .mobile-nav-list li:nth-child(3) {
    transition-delay: 0.3s;
}

.mobile-menu.active .mobile-nav-list li:nth-child(4) {
    transition-delay: 0.4s;
}

.mobile-nav-link {
    text-decoration: none;
    color: var(--text-color);
    font-size: 28px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.mobile-nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 255, 0, 0.2), transparent);
    transition: left 0.5s ease;
}

.mobile-nav-link:hover::before {
    left: 100%;
}

.mobile-nav-link:hover {
    color: var(--accent-color);
    transform: scale(1.05);
}

.mobile-nav-link.active {
    color: var(--accent-color);
    background: rgba(212, 255, 0, 0.1);
    border: 1px solid rgba(212, 255, 0, 0.3);
}

.mobile-signup-btn {
    background: linear-gradient(135deg, var(--accent-color), #eaff57);
    color: #000;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(212, 255, 0, 0.3);
    margin-top: 20px;
    opacity: 0;
    transform: translateY(30px);
}

.mobile-menu.active .mobile-signup-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.mobile-signup-btn:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 12px 35px rgba(212, 255, 0, 0.4);
}

.mobile-language-switcher {
    margin-top: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.active .mobile-language-switcher {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.mobile-language-options {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.mobile-language-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--border-color);
    background-color: rgba(44, 44, 46, 0.7);
}

.mobile-language-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--accent-color);
}

.mobile-language-option.active {
    background-color: var(--accent-color);
    color: #000;
    border-color: var(--accent-color);
}

.mobile-language-option .flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .header-capsule { width: 100%; max-width: 500px; }
    .nav-list { display: none; }
    .signup-btn { display: none; }
    .language-switcher { display: none; }
    .burger-btn { display: block; }
    .hero-title { font-size: 48px; }
    .locations-grid { justify-content: flex-start; }
    .section-title { font-size: 36px; }
    .features-grid { grid-template-columns: 1fr; }
    .speed-test-widget { margin-top: 40px; }
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card { margin-bottom: 20px; }
}
@media (max-width: 768px) {
    .hero-title { font-size: 40px; }
    .hero-subtitle { font-size: 16px; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .btn { width: 100%; max-width: 300px; justify-content: center; }
    .header-capsule { padding: 8px; justify-content: space-between; width: 100%; }
    .logo { font-size: 20px; margin-right: 10px; }
    .signup-btn { padding: 8px 16px; font-size: 14px; }

    .section-header { flex-direction: column; align-items: flex-start; }
    .btn-outline { margin-top: 20px; }
    .advantages-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 32px; }
    .social-links { gap: 20px; flex-wrap: wrap; }
    #particles-js { height: 400px; }
}

.terms-hero {
    text-align: center;
    padding: 40px 0 60px;
    border-bottom: 1px solid var(--border-color);
}

.terms-hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 20px;
    color: var(--text-color);
}

.terms-hero-subtitle {
    font-size: 16px;
    color: var(--secondary-text-color);
    font-weight: 400;
}

.terms-content {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
}

.terms-section {
    margin-bottom: 25px;
    background-color: rgba(30, 30, 32, 0.5);
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 25px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease;
}

.terms-section:hover {
    border-color: rgba(212, 255, 0, 0.3);
    transform: translateY(-2px);
}

.terms-section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 15px;
}

.terms-section-title::before {
    content: '';
    width: 6px;
    height: 32px;
    background: linear-gradient(to bottom, var(--accent-color), #eaff57);
    border-radius: 3px;
}

.terms-section-content {
    line-height: 1.8;
}

.terms-subsection-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color);
    margin: 30px 0 20px;
    padding-left: 15px;
    border-left: 3px solid var(--accent-color);
}

.terms-paragraph {
    font-size: 16px;
    color: var(--secondary-text-color);
    margin-bottom: 20px;
    line-height: 1.8;
}

.terms-definition {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.terms-definition::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: var(--accent-color);
    border-radius: 50%;
}

.terms-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.terms-list li {
    font-size: 16px;
    color: var(--secondary-text-color);
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    line-height: 1.8;
}

.terms-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: 700;
    font-size: 18px;
}

.terms-pricing-box {
    background-color: rgba(44, 44, 46, 0.5);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 25px;
    margin: 25px 0;
}

.terms-pricing-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.terms-pricing-item i {
    color: var(--accent-color);
    font-size: 18px;
}

.terms-pricing-group {
    padding-left: 10px;
}

.terms-pricing-group-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 15px;
}

.terms-pricing-group-title i {
    color: var(--accent-color);
    font-size: 18px;
}

.terms-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 30px;
}

.terms-pricing-list li {
    font-size: 15px;
    color: var(--secondary-text-color);
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.terms-pricing-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: 700;
    font-size: 20px;
}

.terms-provider-info {
    background: linear-gradient(135deg, rgba(30, 30, 32, 0.9) 0%, rgba(40, 40, 42, 0.7) 100%);
    border: 2px solid var(--accent-color);
}

.provider-card {
    background-color: rgba(44, 44, 46, 0.5);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 30px;
    margin-top: 10px;
}

.provider-card-header {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
}

.provider-icon {
    width: 60px;
    height: 60px;
    background-color: var(--accent-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 28px;
    flex-shrink: 0;
}

.provider-main {
    flex: 1;
}

.provider-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 10px;
}

.provider-details {
    font-size: 14px;
    color: var(--secondary-text-color);
    margin-bottom: 5px;
    line-height: 1.6;
}

.provider-contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.provider-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--text-color);
}

.provider-contact-item i {
    color: var(--accent-color);
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.provider-contact-item a {
    color: var(--accent-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.provider-contact-item a:hover {
    color: #eaff57;
    text-decoration: underline;
}

/* Responsive для Terms Page */
@media (max-width: 768px) {
    .terms-hero-title {
        font-size: 32px;
    }
    
    .terms-hero-subtitle {
        font-size: 14px;
    }
    
    .terms-section {
        padding: 25px 20px;
        margin-bottom: 40px;
    }
    
    .terms-section-title {
        font-size: 24px;
    }
    
    .terms-section-title::before {
        width: 4px;
        height: 24px;
    }
    
    .terms-subsection-title {
        font-size: 18px;
    }
    
    .terms-paragraph {
        font-size: 15px;
    }
    
    .provider-card-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .provider-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .provider-name {
        font-size: 18px;
    }
    
    .terms-pricing-box {
        padding: 20px 15px;
    }
}