/* ========================================
   БАЗОВЫЕ СТИЛИ И ПЕРЕМЕННЫЕ
======================================== */
:root {
    --primary-bg: #1B1B2F;
    --accent-color: #F39237;
    --secondary-color: #4ECCA3;
    --text-color: #EDEDED;
    --gradient-btn: linear-gradient(135deg, #F39237 0%, #FF6F61 100%);
    --shadow-soft: 0 8px 25px rgba(243, 146, 55, 0.3);
    --shadow-hover: 0 12px 35px rgba(243, 146, 55, 0.4);
    --border-radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--primary-bg);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Предотвращение горизонтальной прокрутки */
* {
    box-sizing: border-box;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

/* Предотвращение переполнения для секций */
section {
    overflow-x: hidden;
    width: 100%;
}

/* Контроль ширины элементов */
.hero-content,
.about-content,
.process-content,
.form-content {
    width: 100%;
    max-width: 100%;
}

/* ========================================
   ТИПОГРАФИЯ
======================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }

.highlight {
    background: var(--gradient-btn);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-btn);
    border-radius: 2px;
}

.text-center { text-align: center; }

/* ========================================
   КНОПКИ И ИНТЕРАКТИВНЫЕ ЭЛЕМЕНТЫ
======================================== */
.btn-primary, .btn-secondary, .btn-service, .btn-submit {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1rem;
    text-align: center;
}

.btn-primary, .btn-submit {
    background: var(--gradient-btn);
    color: white;
    box-shadow: var(--shadow-soft);
}

.btn-primary:hover, .btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.btn-secondary {
    background: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.btn-secondary:hover {
    background: var(--secondary-color);
    color: var(--primary-bg);
    transform: translateY(-2px);
}

.btn-service {
    background: var(--gradient-btn);
    color: white;
    width: 100%;
    margin-top: 1.5rem;
}

.btn-service:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

/* ========================================
   HEADER
======================================== */
.header {
    background: rgba(27, 27, 47, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(243, 146, 55, 0.1);
}

.navbar {
    padding: 1rem 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
}

.logo-img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--gradient-btn);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.main-navigation {
    display: flex;
    gap: 1.5rem;
}

.nav-link {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    transition: var(--transition);
    font-size: 0.95rem;
}

.nav-link:hover {
    background: rgba(243, 146, 55, 0.1);
    color: var(--accent-color);
}

.contact-info {
    display: flex;
    gap: 1.5rem;
}

.contact-phone, .contact-email {
    display: flex;
    align-items: center;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    font-size: 0.9rem;
}

.contact-phone:hover, .contact-email:hover {
    color: var(--accent-color);
}

.contact-icon {
    margin-right: 8px;
}

/* ========================================
   HERO SECTION
======================================== */
.hero {
    padding: 150px 0 100px;
    background: linear-gradient(135deg, var(--primary-bg) 0%, #262640 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(243,146,55,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-title {
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-img {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: fadeInRight 1s ease-out 0.6s both;
}

/* ========================================
   ABOUT SECTION
======================================== */
.about {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e1e38 0%, var(--primary-bg) 100%);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.about-img {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.about-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(243, 146, 55, 0.1);
    border-radius: var(--border-radius);
    border: 1px solid rgba(243, 146, 55, 0.2);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.about-mission {
    background: rgba(78, 204, 163, 0.1);
    padding: 2rem;
    border-radius: var(--border-radius);
    border-left: 4px solid var(--secondary-color);
    margin-top: 2rem;
}

/* ========================================
   ADVANTAGES SECTION
======================================== */
.advantages {
    padding: 100px 0;
    background: var(--primary-bg);
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.advantage-item {
    background: linear-gradient(135deg, rgba(243, 146, 55, 0.1) 0%, rgba(78, 204, 163, 0.1) 100%);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    text-align: center;
    border: 1px solid rgba(243, 146, 55, 0.2);
    transition: var(--transition);
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(243, 146, 55, 0.2);
}

.advantage-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.advantage-item h3 {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

/* ========================================
   SERVICES SECTION
======================================== */
.services {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e1e38 0%, var(--primary-bg) 100%);
}

.services-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.8;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    text-align: center;
    border: 1px solid rgba(243, 146, 55, 0.2);
    position: relative;
    transition: var(--transition);
}

.service-card.featured {
    border: 2px solid var(--accent-color);
    transform: scale(1.05);
    background: rgba(243, 146, 55, 0.1);
}

.service-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-btn);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(243, 146, 55, 0.2);
}

.service-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.service-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-color);
    margin: 1rem 0;
}

.service-features {
    list-style: none;
    margin: 2rem 0;
    text-align: left;
}

.service-features li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 2rem;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
}

/* ========================================
   PROCESS SECTION
======================================== */
.process {
    padding: 100px 0;
    background: var(--primary-bg);
}

.process-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}

.process-img {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.step-item {
    display: flex;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(243, 146, 55, 0.05);
    border-radius: var(--border-radius);
    border-left: 4px solid var(--accent-color);
}

.step-number {
    background: var(--gradient-btn);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.step-content h3 {
    color: var(--accent-color);
    margin-bottom: 0.5rem;
}

/* ========================================
   TESTIMONIALS SECTION
======================================== */
.testimonials {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e1e38 0%, var(--primary-bg) 100%);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    border: 1px solid rgba(78, 204, 163, 0.2);
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(78, 204, 163, 0.2);
}

.testimonial-content {
    margin-bottom: 2rem;
}

.testimonial-content p {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-info h4 {
    color: var(--secondary-color);
    margin-bottom: 0.25rem;
}

.author-info span {
    font-size: 0.9rem;
    opacity: 0.7;
}

.testimonial-rating {
    font-size: 1.2rem;
}

/* ========================================
   CONTACT FORM SECTION
======================================== */
.contact-form {
    padding: 100px 0;
    background: var(--primary-bg);
}

.form-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.form-info h2 {
    margin-bottom: 1.5rem;
}

.form-info p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.form-benefits {
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.benefit-icon {
    margin-right: 1rem;
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.contact-img {
    width: 100%;
    border-radius: var(--border-radius);
    margin-top: 2rem;
}

.form-container {
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    border: 1px solid rgba(243, 146, 55, 0.2);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--accent-color);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(243, 146, 55, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
    font-size: 1rem;
    transition: var(--transition);
}

.form-group select option {
    background: var(--primary-bg);
    color: var(--text-color);
    padding: 10px;
    border: none;
}

.form-group select:focus option:checked,
.form-group select option:checked {
    background: var(--accent-color);
    color: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(243, 146, 55, 0.1);
}

.form-checkboxes {
    margin: 2rem 0;
}

.checkbox-group {
    display: flex;
    align-items: start;
    margin-bottom: 1rem;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    margin-top: 3px;
}

.checkbox-group label {
    font-size: 0.9rem;
    line-height: 1.4;
}

.checkbox-group a {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* ========================================
   FOOTER
======================================== */
.footer {
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
    padding: 80px 0 30px;
    border-top: 1px solid rgba(243, 146, 55, 0.2);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3,
.footer-section h4 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

.footer-brand p {
    opacity: 0.8;
    line-height: 1.6;
}

.footer-logo {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}

.contact-details p {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.contact-details .contact-icon {
    margin-right: 10px;
    width: 20px;
}

.contact-details a {
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
}

.contact-details a:hover {
    color: var(--accent-color);
}

.footer-services,
.footer-legal {
    list-style: none;
}

.footer-services li,
.footer-legal li {
    margin-bottom: 0.8rem;
    opacity: 0.8;
}

.footer-legal a {
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
}

.footer-legal a:hover {
    color: var(--secondary-color);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(243, 146, 55, 0.1);
}

.footer-copyright p {
    opacity: 0.7;
    margin-bottom: 0.5rem;
}

/* ========================================
   COOKIE BANNER
======================================== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(27, 27, 47, 0.98);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    z-index: 10000;
    border-top: 2px solid var(--accent-color);
    transition: var(--transition);
}

.cookie-banner.hidden {
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.cookie-text h3 {
    color: var(--accent-color);
    margin-bottom: 0.5rem;
}

.cookie-text p {
    opacity: 0.9;
    font-size: 0.95rem;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.btn-accept {
    background: var(--gradient-btn);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.btn-accept:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}

.btn-policy {
    color: var(--secondary-color);
    text-decoration: none;
    padding: 12px 24px;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    transition: var(--transition);
}

.btn-policy:hover {
    background: var(--secondary-color);
    color: var(--primary-bg);
}

/* ========================================
   АНИМАЦИИ
======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ========================================
   АДАПТИВНОСТЬ
======================================== */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 120px 0 80px;
    }
    
    .hero-content,
    .about-content,
    .process-content,
    .form-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .main-navigation {
        order: 2;
        gap: 1rem;
    }
    
    .contact-info {
        order: 1;
        gap: 1rem;
        font-size: 0.8rem;
    }
    
    .navbar .container {
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .btn-primary,
    .btn-secondary {
        text-align: center;
        width: 100%;
    }
    
    .about-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .advantages-grid,
    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card.featured {
        transform: none;
    }
    
    .cookie-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .advantages-grid,
    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .advantage-item,
    .service-card,
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .form-container {
        padding: 1.5rem;
    }
    
    .main-navigation {
        gap: 0.8rem;
    }
    
    .nav-link {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    
    .contact-info {
        gap: 0.5rem;
        font-size: 0.75rem;
    }
    
    .contact-phone .contact-icon,
    .contact-email .contact-icon {
        display: none;
    }
}

/* ========================================
   ОБЩИЕ СТИЛИ ДЛЯ СТРАНИЦ ПОЛИТИКИ
======================================== */
.policy-page {
    padding: 150px 0 100px;
    background: linear-gradient(135deg, var(--primary-bg) 0%, #1e1e38 100%);
    min-height: 100vh;
}

.policy-content {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    padding: 3rem;
    border-radius: var(--border-radius);
    border: 1px solid rgba(243, 146, 55, 0.2);
}

.policy-intro {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

.policy-updated {
    background: rgba(243, 146, 55, 0.1);
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid var(--accent-color);
    margin-bottom: 2rem;
}

.policy-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(243, 146, 55, 0.1);
}

.policy-section:last-of-type {
    border-bottom: none;
}

.policy-section h2 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.policy-section h3 {
    color: var(--secondary-color);
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 1.2rem;
}

.policy-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.policy-section li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.policy-section a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.policy-section a:hover {
    color: var(--accent-color);
}

.contact-section {
    background: rgba(78, 204, 163, 0.1);
    padding: 2rem;
    border-radius: var(--border-radius);
    border: 1px solid rgba(78, 204, 163, 0.3);
    margin-bottom: 2rem;
}

.contact-section .contact-info p {
    margin-bottom: 1rem;
}

.contact-section .contact-info a {
    color: var(--accent-color);
    text-decoration: none;
}

.contact-section .contact-info a:hover {
    text-decoration: underline;
}

.policy-footer {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(243, 146, 55, 0.2);
}

.policy-footer p {
    margin-bottom: 2rem;
    opacity: 0.8;
    font-style: italic;
}

.warning-section {
    background: rgba(255, 107, 97, 0.1);
    padding: 2rem;
    border-radius: var(--border-radius);
    border: 2px solid rgba(255, 107, 97, 0.3);
    margin-bottom: 2rem;
}

.warning-section h2 {
    color: #FF6F61;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.warning-section p {
    font-weight: 500;
    line-height: 1.6;
}

.warning-section p:last-child {
    margin-bottom: 0;
    margin-top: 1rem;
    font-style: italic;
    opacity: 0.9;
}

/* Стили для cookie таблицы */
.cookie-table {
    margin: 1.5rem 0;
}

.cookie-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border-left: 4px solid var(--secondary-color);
}

.cookie-item h4 {
    color: var(--accent-color);
    margin-bottom: 1rem;
    font-family: 'Courier New', monospace;
    font-size: 1rem;
}

.cookie-item p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.cookie-controls {
    margin: 2rem 0;
    text-align: center;
}

.cookie-controls button {
    background: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
}

.cookie-controls button:hover {
    background: var(--secondary-color);
    color: var(--primary-bg);
}

/* Адаптивность для страниц политики */
@media (max-width: 768px) {
    .policy-content {
        padding: 2rem;
        margin: 0 15px;
    }
    
    .policy-section h2 {
        font-size: 1.3rem;
    }
    
    .contact-section {
        padding: 1.5rem;
    }
}

/* ========================================
   ПЛАВНАЯ ПРОКРУТКА
======================================== */
html {
    scroll-behavior: smooth;
}

/* Скрытие прокрутки для webkit браузеров */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--primary-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
} 