body {
    font-family: 'Inter', sans-serif;
    background-color: #0d0d0d;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #ffffff;
}

.text-white-75 { color: rgba(255, 255, 255, 0.75); }
.text-white-50 { color: rgba(255, 255, 255, 0.5); }

.bg-dark-purple {
    background-color: #1a0a2e;
}

.bg-black-gradient {
    background: linear-gradient(180deg, #0d0d0d 0%, #1a0a2e 100%);
}

.bg-purple-light {
    background-color: #3f2a5e;
}

.text-primary-gradient {
    background: linear-gradient(90deg, #8a2be2, #a020f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary {
    background-color: #8a2be2;
    border-color: #8a2be2;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #a020f0;
    border-color: #a020f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(138, 43, 226, 0.4);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
    text-decoration: none;
}

.btn-outline-success:hover {
    background-color: #28a745;
    color: #fff;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    text-decoration: none;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    color: #fff;
}

.btn-lg {
    font-size: 1.15rem;
    padding: 0.8rem 2rem;
}

/* Age Verification Popup */
.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.age-verification-overlay.show {
    opacity: 1;
    visibility: visible;
}

.age-verification-content {
    background: linear-gradient(135deg, #1a0a2e, #0d0d0d);
    border: 1px solid #8a2be2;
    max-width: 450px;
    padding: 2.5rem;
    animation: fadeInScale 0.5s ease-out forwards;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #1a0a2e, #3f2a5e);
    border-top: 1px solid #8a2be2;
    padding: 1rem 0;
    z-index: 1050;
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-banner p {
    margin-bottom: 0;
}

.cookie-banner a {
    font-weight: 600;
}

/* Header */
.main-header {
    background-color: #0d0d0d;
    border-bottom: 1px solid #3f2a5e;
}

.logo-link {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.logo-img {
    height: 40px;
}

.logo-text {
    background: linear-gradient(90deg, #8a2be2, #a020f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-list {
    list-style: none;
}

.nav-link {
    color: #e0e0e0;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, background-color 0.3s ease;
    position: relative;
    text-decoration: none;
}

.nav-link:hover {
    color: #a020f0;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #a020f0;
    transition: width 0.3s ease, left 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
    left: 0;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

#navbarNav .nav-link {
    padding: 0.75rem 0;
    color: #e0e0e0;
    display: block;
    text-align: center;
}

#navbarNav .nav-link:hover {
    background-color: #3f2a5e;
    color: #ffffff;
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    background-color: #0d0d0d;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-illustration {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Top Rated Offers */
.offer-card {
    background-color: #1c0c3a;
    border: 1px solid #3f2a5e;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.offer-imgBox{
    width: 90px; /* Увеличено с 60px */
    height: 90px; /* Увеличено с 60px */
    
    background: transparent; /* Удален задний фон */
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); /* Добавлена тень для лучшего контраста */
    
   display: flex;
   align-items: center;
   justify-content: center;
   img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   }
}

.star-rating i {
    font-size: 1.1rem;
}

.bonus-info {
    border: 1px dashed #8a2be2;
}

.features-list ul li {
    display: flex;
    align-items: center;
}

.features-list ul li i {
    font-size: 1.1rem;
    margin-right: 10px;
}

/* Detailed Comparison */
.responsive-table-container {
    overflow-x: auto;
    background-color: #1c0c3a;
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid #3f2a5e;
}

.comparison-table {
    min-width: 600px;
    margin-bottom: 0;
}

.comparison-table th, .comparison-table td {
    padding: 1rem;
    vertical-align: middle;
    border-color: #3f2a5e;
}

.comparison-table thead th {
    background-color: #3f2a5e;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-table tbody tr:nth-child(odd) {
    background-color: #1a0a2e;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #1c0c3a;
}

.comparison-table tbody tr:hover {
    background-color: #3f2a5e;
}

/* Rating Criteria */
.criterion-item {
    background-color: #1c0c3a;
    border: 1px solid #3f2a5e;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.criterion-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.criterion-item i {
    color: #a020f0;
}

/* User Reviews */
.review-card {
    background-color: #1c0c3a;
    border: 1px solid #3f2a5e;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #a020f0;
}

.review-feedback .btn {
    font-size: 0.85rem;
    padding: 0.3rem 0.7rem;
    text-decoration: none;
}

/* Contact Form */
.contact-form-container {
    background-color: #1c0c3a;
    border: 1px solid #3f2a5e;
}

.form-control {
    background-color: #0d0d0d;
    border: 1px solid #3f2a5e;
    color: #e0e0e0;
}

.form-control:focus {
    background-color: #0d0d0d;
    border-color: #a020f0;
    box-shadow: 0 0 0 0.25rem rgba(138, 43, 226, 0.25);
    color: #e0e0e0;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-label {
    font-weight: 600;
}

.contact-info a {
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #a020f0 !important;
}

/* Disclaimer Block */
.disclaimer-block {
    background: linear-gradient(180deg, #1a0a2e 0%, #0d0d0d 100%);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.disclaimer-content {
    background-color: #2a1142;
    border: 2px solid #ffc107;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.3);
}

.disclaimer-content h3 {
    color: #ffc107;
}

/* Footer */
.main-footer {
    background: linear-gradient(180deg, #0d0d0d 0%, #1a0a2e 100%);
    border-top: 1px solid #3f2a5e;
}

.footer-links li a {
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #a020f0 !important;
}

.age-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.footer-partners {
    gap: 1.5rem;
}

.footer-partner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px; 
}

.footer-partner-logo {
    max-width: 120px;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.footer-partner-logo:hover {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .hero-section .row {
        flex-direction: column-reverse;
    }

    .hero-section .col-md-6 {
        text-align: center !important;
    }

    .hero-illustration {
        margin-top: 2rem;
    }

    .comparison-table {
        min-width: 100%;
    }

    .cookie-banner .container {
        flex-direction: column;
        text-align: center;
    }

    .cookie-banner .d-flex.gap-2 {
        width: 100%;
        justify-content: center;
    }

    .cookie-banner .btn {
        flex-grow: 1;
    }

    .main-header .nav-list {
        display: none !important;
    }

    .main-header .navbar-toggler {
        display: block !important;
    }

    #navbarNav {
        background-color: #1a0a2e;
        border-top: 1px solid #3f2a5e;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-toggler {
        display: none;
    }
}
/* Styles for the main content frame */
.dataClauseFrame {
    padding-top: 20px;   /* Top padding for the content frame */
    padding-left: 15px;  /* Left padding for the content frame */
    padding-right: 15px; /* Right padding for the content frame */
    /* You can also use shorthand: padding: 20px 15px; */
}

/* Heading styles within the dataClauseFrame */
.dataClauseFrame h1 {
    font-size: 1.75rem;     /* Moderate font size for H1, approx 28px if base is 16px */
    margin-top: 1.5em;      /* Top margin for separation */
    margin-bottom: 0.75em;  /* Bottom margin for separation */
    font-weight: 700;       /* Bold font weight */
    line-height: 1.2;       /* Slightly tighter line height for headings */
}

.dataClauseFrame h2 {
    font-size: 1.5rem;      /* Moderate font size for H2, approx 24px */
    margin-top: 1.25em;     /* Top margin for separation */
    margin-bottom: 0.75em;  /* Bottom margin for separation */
    font-weight: 600;       /* Slightly less bold than H1 */
    line-height: 1.3;
}

.dataClauseFrame h3 {
    font-size: 1.25rem;     /* Moderate font size for H3, approx 20px */
    margin-top: 1em;        /* Top margin for separation */
    margin-bottom: 0.6em;   /* Bottom margin for separation */
    font-weight: 600;
    line-height: 1.4;
}

.dataClauseFrame h4 {
    font-size: 1.1rem;      /* Moderate font size for H4, approx 17.6px */
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 500;       /* Standard font weight */
    line-height: 1.5;
}

.dataClauseFrame h5 {
    font-size: 1rem;        /* Moderate font size for H5, often base font size (e.g., 16px) */
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    font-weight: 500;
    line-height: 1.5;
}

/* Paragraph styles within the dataClauseFrame */
.dataClauseFrame p {
    font-size: 1rem;        /* Standard font size for paragraphs */
    margin-top: 1em;        /* Top margin for paragraph separation */
    margin-bottom: 1em;     /* Bottom margin for paragraph separation */
    line-height: 1.6;       /* Good line height for readability */
}

/* Unordered list styles within the dataClauseFrame */
.dataClauseFrame ul {
    margin-top: 1em;        /* Top margin for list separation */
    margin-bottom: 1em;     /* Bottom margin for list separation */
    padding-left: 2em;      /* Indentation for list items and bullet points */
    list-style-type: disc;  /* Default bullet style */
}

/* List item styles within the dataClauseFrame */
.dataClauseFrame li {
    margin-bottom: 0.5em;   /* Space between list items */
    line-height: 1.6;       /* Line height for readability within list items */
}
