@font-face {
    font-family: 'Comfortaa';
    src: url('/fonts/Comfortaa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Comfortaa Bold */
  @font-face {
    font-family: 'Comfortaa';
    src: url('/fonts/Comfortaa-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Comfortaa', sans-serif;

}

body {
    font-family: 'Comfortaa', sans-serif;
    background: url('/img/bg.png') no-repeat center center fixed;
    background-size: cover;
    background-color: #0a0e1a;
    color: white;
    min-height: 100vh;
    position: relative;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(15, 25, 40, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    padding-bottom: 40px;
}

/* Header Styles */
.header {
    text-align: center;
    padding: 50px 20px 40px;
}

.title {
    font-size: 52px;
    font-weight: bold;
    color: #00ff88;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
    letter-spacing: 1px;
}

.subtitle {
    font-size: 18px;
    color: white;
    font-weight: normal;
}

/* Main Content Styles */
.main-content {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cards-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

/* Card Styles - Based on Component 57 */
.card {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 260px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 20px;
    isolation: isolate;
    border-radius: 20px;
    overflow: visible;
    margin: 0 auto;
}

/* Card Image Section */
.card-image {
    width: 100%;
    max-width: 350px;
    min-width: 300px;
    height: 260px;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
    position: relative;
    border-radius: 20px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.slots-city .card-image {
    background: url('/img/Betclic.png'), #000000;
    background-size: 95% auto;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.slotokina .card-image {
    background: url('/img/bg.png'), #D20032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

/* Card Badge */
.card-badge {
    position: absolute;
    z-index: 2;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.top-badge {
    width: 32px;
    height: 32px;
    left: 12px;
    top: 12px;
    background: #05FF00;
    box-shadow: 0px 0px 10px rgba(0, 255, 133, 0.5);
    border-radius: 50%;
}

/* Card Info Section */
.card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    min-width: 280px;
    height: 260px;
    background: #1E323B;
    border-radius: 25px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    position: relative;
}

/* Info Row 1 */
.info-row-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 100%;
    height: 22px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.bonus-label {
    margin: 0;
    width: auto;
    height: 22px;
    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.bonus-price {
    margin: 0;
    width: auto;
    height: 22px;
    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #66D9EF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Info Row 2 */
.info-row-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 100%;
    height: 28px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.bonus-amount-1 {
    margin: 0 auto;
    width: 81px;
    height: 32px;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #BDFF00;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.bonus-amount-2 {
    margin: 0;
    width: auto;
    height: 28px;
    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #A6E22E;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Info Row 3 */
.info-row-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 100%;
    height: 42px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.get-bonus-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;
    width: auto;
    min-width: 130px;
    height: 42px;
    background: #98FB98;
    border-radius: 25px;
    border: none;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #191919;
}

.get-bonus-btn:hover {
    background: #90EE90;
}

.rating-review-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 114px;
    height: 46px;
    flex: none;
    order: 1;
    flex-grow: 1;
}

.rating-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    gap: 4px;
    width: auto;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.rating-label {
    width: auto;
    height: auto;
    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #A0A0A0;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.rating-value {
    width: auto;
    height: auto;
    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.review-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    gap: 4px;
    width: auto;
    height: auto;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.review-label {
    width: auto;
    height: auto;
    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #A0A0A0;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.review-value {
    width: auto;
    height: auto;
    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Footer Styles */
.footer {
    background: linear-gradient(180deg, #1a2a35 0%, #0f1a20 100%);
    padding: 60px 40px 30px;
    margin-top: 60px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.3), transparent);
}

.footer-disclaimer {
    margin-bottom: 50px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.disclaimer-title {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.disclaimer-text {
    font-size: 13px;
    color: #B8C5D1;
    line-height: 1.8;
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
    font-weight: 400;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
    padding: 30px 0;
}

.footer-col-left {
    text-align: left;
}

.footer-col-left p {
    font-size: 13px;
    color: #C8D4E0;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
}

.footer-col-middle {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-col-middle a {
    font-size: 13px;
    color: #C8D4E0;
    text-decoration: none;
    line-height: 1.7;
    font-weight: 400;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer-col-middle a:hover {
    color: #5EEAD4;
}

.footer-col-middle .link-separator {
    color: rgba(184, 197, 209, 0.3);
    font-size: 13px;
}

.footer-col-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.gamblingcare-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.gamblingcare-icon {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    overflow: hidden;
}

.diamond-segment {
    position: absolute;
    width: 100%;
    height: 100%;
}

.diamond-red {
    background: #FF0000;
    clip-path: polygon(50% 0%, 100% 38%, 50% 50%);
}

.diamond-green {
    background: #00FF00;
    clip-path: polygon(100% 38%, 82% 100%, 50% 50%);
}

.diamond-blue {
    background: #0000FF;
    clip-path: polygon(18% 100%, 82% 100%, 50% 50%);
}

.diamond-yellow {
    background: #FFFF00;
    clip-path: polygon(50% 0%, 0% 38%, 18% 100%, 50% 50%);
}

.gamblingcare-text {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.revenue-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.revenue-title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'Times New Roman', serif;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.revenue-icon {
    font-size: 16px;
    display: inline-block;
}

.revenue-subtitle {
    font-size: 12px;
    color: #E0E0E0;
    margin: 0;
    text-align: right;
}

.responsible-gaming-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    justify-items: center;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.01);
}

.logo-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.logo-img {
    max-width: 100px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: all 0.3s ease;
    filter: brightness(1.1) contrast(1.1);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

.logo-img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.age-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
}

.age-badge:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px 0;
    flex-wrap: wrap;
}

.footer-links a {
    color: #B8C5D1;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #5EEAD4, #20B2AA);
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #5EEAD4;
}

.footer-links a:hover::after {
    width: 100%;
}

.link-separator {
    color: rgba(184, 197, 209, 0.3);
    font-size: 14px;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.2), transparent);
    width: 100%;
    margin: 0 auto 25px;
}

.footer-copyright {
    text-align: center;
    padding-top: 20px;
}

.footer-copyright p {
    font-size: 12px;
    color: #8A9BA8;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 20px 25px;
    }
    
    .footer-disclaimer {
        padding: 20px;
        margin-bottom: 35px;
    }
    
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px 0;
    }
    
    .footer-col-right {
        text-align: left;
        align-items: flex-start;
    }
    
    .revenue-logo {
        align-items: flex-start;
        text-align: left;
    }
    
    .responsible-gaming-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px;
    }
    
    .logo-img {
        max-width: 80px;
        max-height: 40px;
    }
    
    .footer-links {
        gap: 15px;
        padding: 20px 0;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .card {
        width: 100%;
        max-width: 750px;
    }
}

@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
    
    .card {
        width: 100%;
        max-width: 750px;
        flex-direction: column;
        height: auto;
        min-height: 260px;
    }
    
    .card-image {
        max-width: 100%;
        min-width: auto;
        height: 220px;
    }
    
    .card-info {
        max-width: 100%;
        min-width: auto;
        height: auto;
        min-height: 220px;
    }
    
    .title {
        font-size: 36px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    .footer-info {
        flex-direction: column;
    }
    
    body {
        background: url('/img/bg_mobile.png') no-repeat center center fixed;
        background-size: cover;
        background-size: cover;
        background-color: #0a0e1a;
    
    }
}


.responsible-page {
    min-height: 100vh;
    background: linear-gradient(to bottom, rgba(15, 25, 40, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 40px 20px;
    padding-top: 100px;
}

.responsible-container {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.return-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5EEAD4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    transition: color 0.3s ease;
}

.return-home:hover {
    color: #20B2AA;
}

.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 18px;
    color: #B8C5D1;
    margin-bottom: 40px;
}

.section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(94, 234, 212, 0.3);
}

.section-content {
    font-size: 15px;
    line-height: 1.8;
    color: #C8D4E0;
    margin-bottom: 20px;
}

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

.warning-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: #C8D4E0;
    font-size: 15px;
    line-height: 1.7;
}

.warning-list li::before {
    content: '⚠️';
    position: absolute;
    left: 0;
    font-size: 18px;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.tool-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tool-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #5EEAD4;
    margin-bottom: 10px;
}

.tool-card p {
    font-size: 14px;
    color: #B8C5D1;
    line-height: 1.6;
    margin: 0;
}

.contact-info {
    background: rgba(94, 234, 212, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #5EEAD4;
}

.contact-info p {
    margin: 8px 0;
    color: #C8D4E0;
    font-size: 15px;
}

.contact-info strong {
    color: #5EEAD4;
}

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

.protection-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #C8D4E0;
    font-size: 15px;
    line-height: 1.7;
}

.protection-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #5EEAD4;
    font-weight: bold;
    font-size: 18px;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 25px 0;
}

.tip-item {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    padding: 15px;
    border-left: 3px solid #5EEAD4;
    font-size: 14px;
    color: #C8D4E0;
    line-height: 1.6;
}

.links-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
}

.links-list a {
    color: #5EEAD4;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.links-list a:hover {
    color: #20B2AA;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .responsible-container {
        padding: 25px;
    }
    
    .page-title {
        font-size: 24px;
    }
    
    .tools-grid,
    .tips-grid {
        grid-template-columns: 1fr;
    }
}


.cookie-page {
    min-height: 100vh;
    background: linear-gradient(to bottom, rgba(15, 25, 40, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 40px 20px;
    padding-top: 100px;
}

.cookie-container {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.return-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5EEAD4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    transition: color 0.3s ease;
}

.return-home:hover {
    color: #20B2AA;
}

.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.last-updated {
    font-size: 14px;
    color: #8A9BA8;
    margin-bottom: 40px;
    font-style: italic;
}

.section {
    margin-bottom: 35px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(94, 234, 212, 0.3);
}

.subsection-title {
    font-size: 20px;
    font-weight: 600;
    color: #5EEAD4;
    margin-bottom: 12px;
    margin-top: 20px;
}

.section-content {
    font-size: 15px;
    line-height: 1.8;
    color: #C8D4E0;
    margin-bottom: 15px;
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.cookie-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #C8D4E0;
    font-size: 15px;
    line-height: 1.7;
}

.cookie-list li::before {
    content: '🍪';
    position: absolute;
    left: 0;
    font-size: 16px;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    overflow: hidden;
}

.cookie-table th {
    background: rgba(94, 234, 212, 0.1);
    color: #5EEAD4;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid rgba(94, 234, 212, 0.3);
}

.cookie-table td {
    padding: 12px;
    color: #C8D4E0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.cookie-table tr:last-child td {
    border-bottom: none;
}

.browser-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.browser-list li {
    padding: 12px 0;
    padding-left: 25px;
    position: relative;
    color: #C8D4E0;
    font-size: 15px;
    line-height: 1.7;
}

.browser-list li::before {
    content: '🌐';
    position: absolute;
    left: 0;
    font-size: 16px;
}

.consequences-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.consequences-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #C8D4E0;
    font-size: 15px;
    line-height: 1.7;
}

.consequences-list li::before {
    content: '⚠️';
    position: absolute;
    left: 0;
    font-size: 18px;
}

.highlight-box {
    background: rgba(94, 234, 212, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #5EEAD4;
}

.highlight-box p {
    margin: 5px 0;
    color: #C8D4E0;
    font-size: 15px;
}

.contact-box {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    border: 1px solid rgba(94, 234, 212, 0.2);
}

.contact-box p {
    margin: 8px 0;
    color: #C8D4E0;
    font-size: 15px;
}

.contact-box a {
    color: #5EEAD4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-box a:hover {
    color: #20B2AA;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cookie-container {
        padding: 25px;
    }
    
    .page-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .cookie-table {
        font-size: 12px;
    }
    
    .cookie-table th,
    .cookie-table td {
        padding: 8px;
    }
}

.policy-page {
    min-height: 100vh;
    background: linear-gradient(to bottom, rgba(15, 25, 40, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 40px 20px;
    padding-top: 100px;
}

.policy-container {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.return-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5EEAD4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    transition: color 0.3s ease;
}

.return-home:hover {
    color: #20B2AA;
}

.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.last-updated {
    font-size: 14px;
    color: #8A9BA8;
    margin-bottom: 40px;
    font-style: italic;
}

.section {
    margin-bottom: 35px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(94, 234, 212, 0.3);
}

.subsection-title {
    font-size: 20px;
    font-weight: 600;
    color: #5EEAD4;
    margin-bottom: 12px;
    margin-top: 20px;
}

.section-content {
    font-size: 15px;
    line-height: 1.8;
    color: #C8D4E0;
    margin-bottom: 15px;
}

.data-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.data-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #C8D4E0;
    font-size: 15px;
    line-height: 1.7;
}

.data-list li::before {
    content: '•';
    position: absolute;
    left: 10px;
    color: #5EEAD4;
    font-size: 20px;
    font-weight: bold;
}

.numbered-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    counter-reset: item;
}

.numbered-list li {
    padding: 10px 0;
    padding-left: 35px;
    position: relative;
    color: #C8D4E0;
    font-size: 15px;
    line-height: 1.7;
    counter-increment: item;
}

.numbered-list li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    color: #5EEAD4;
    font-weight: bold;
    font-size: 16px;
    background: rgba(94, 234, 212, 0.1);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-box {
    background: rgba(94, 234, 212, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #5EEAD4;
}

.highlight-box p {
    margin: 5px 0;
    color: #C8D4E0;
    font-size: 15px;
}

.highlight-box strong {
    color: #5EEAD4;
}

.contact-box {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    border: 1px solid rgba(94, 234, 212, 0.2);
}

.contact-box p {
    margin: 8px 0;
    color: #C8D4E0;
    font-size: 15px;
}

.contact-box a {
    color: #5EEAD4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-box a:hover {
    color: #20B2AA;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .policy-container {
        padding: 25px;
    }
    
    .page-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 20px;
    }
}
