/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    background: #FFEDED;
    color: #171717;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    padding: 60px 0 40px;
    
    position: relative;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center top, rgba(241, 99, 127, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.header-content {
    position: relative;
    z-index: 1;
    border-radius: 12px;
border: 1px solid rgba(232, 232, 237, 0.08);
background: #FFD8CA;
padding: 24px;
}

.header-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #171717 0%, #000000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header-subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #171717;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    text-align: center;
}

/* Features Grid */
.features-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    width: 100%;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    
}

.feature-icon {
   

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon img {
    
}

.feature-text {
    font-size: 0.9rem;
    color: #E20202;
    font-weight: 500;
}

/* Main Content */
.main {
    padding: 40px 0 60px;
}

/* Platform Cards */
.platforms-section {
    margin-bottom: 60px;
}

.platforms-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}

.platform-card {
    background: rgba(45, 45, 75, 0.9);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 12px;
border: 1px solid rgba(237, 232, 232, 0.08);
background: #FFD8CA;
box-shadow: 0 0 13.851px 0 #D73535, 0 0 3.957px 0 #D73535, 0 0 1.979px 0 #D73535;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.platform-card::before {
   
}

.platform-card:hover {
    transform: translateY(-2px);
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15);
}

.platform-card:hover::before {
    opacity: 1;
}

.platform-logo {
    max-width: 208px;
width: 100%;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
   border-radius: 10px;
border: 2px solid #D73535;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
box-shadow: 0 0 13.851px 0 #D73535, 0 0 3.957px 0 #D7B135, 0 0 1.979px 0 #D73535;
}

.platform-logo::after {
   
}

.platform-logo img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.platform-details {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.offer-text {
    flex: 1;
}

.offer-title {
    font-size: 14px;
    font-weight: 600;
    color: #171717;
    margin-bottom: 4px;
    line-height: 1.3;
}

.offer-desc {
    font-size: 13px;
    color: #171717;
    margin: 0;
    line-height: 1.3;
}

.rating-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}

.rating-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.rating-stars {
    display: flex;
    gap: 2px;
    justify-content: center;
}

.star {
    color: #fbbf24;
    font-size: 1.1rem;
    line-height: 1;
}

.rating-label {
    font-size: 0.9rem;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.platform-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 120px;
}

.payment-methods {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 137px;
    width: 100%;
}

.payment-icon {
    flex: 0 1 31%;
}

.visit-btn {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    border: none;
    padding: 15px 5px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
border-radius: 10px;
border: 2px solid #D73535;
background: linear-gradient(90deg, #D73535 0%, #AD2121 100%);
box-shadow: 0 0 13.851px 0 #D73535, 0 0 3.957px 0 #D7B135, 0 0 1.979px 0 #D73535;
    max-width: 100px;
    text-transform: none;
    text-decoration: none;
}

.visit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, #ed3aa8 0%, #f455f7 100%);
}

/* Content Section */
.content-section {
    padding: 40px 0;
}

.content-block {
    background: rgba(15, 15, 35, 0.8);
    border-radius: 16px;
    padding: 32px;
    border-radius: 12px;
border: 1px solid rgba(232, 232, 237, 0.08);
background: #FFD8CA;
   width: 100%;
}

.content-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #171717;
    margin-bottom: 24px;
   
}

.content-text {
    color: #171717;
    line-height: 1.7;
}

.content-text p {
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.content-text p:last-child {
    margin-bottom: 0;
}

/* Footer */
.footer {
    padding: 50px 0 30px;
  
}

.footer-content {
    text-align: center;
}

.responsibility-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    border-radius: 12px;
border: 1px solid rgba(232, 232, 237, 0.08);
background: #171717;
padding: 24px;
}

.logo-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-item img {
    max-width: 100%;
}

.logo-item span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #e2e8f0;
}

.footer-info {
    margin-bottom: 30px;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-logos img {
    height: 50px;
    object-fit: contain;
}

.therapy-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.therapy-info span {
    font-size: 0.8rem;
    color: #8B856F;
    font-weight: 500;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #8B856F;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #6366f1;
}

.footer-copyright {
    color: #8B856F;
    font-size: 0.8rem;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.footer-copyright span {
    display: inline-block;
    height: 27px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-title {
        font-size: 2.2rem;
    }

    .header-subtitle {
        font-size: 1rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }

    .platform-card {
        flex-wrap: wrap;
       
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .platform-details {
       
        gap: 20px;
        flex: 0 1 auto;
       
    }

    .rating-badge {
       
    }

    .payment-methods {
        max-width: 100%;
    }

    .payment-icon {
        max-width: 41px;
    }

    .platform-actions {
        align-items: center;
        width: 100%;
        min-width: auto;
    }

    .visit-btn {
        max-width: 312px;
        width: 100%;
        text-align: center;
    }

    .content-block {
        padding: 24px;
    }

    .responsibility-logos {
       
        gap: 20px;
    }

    .footer-logos {
        flex-direction: column;
        gap: 20px;
    }

    .footer-links {
     flex-wrap: wrap;
     justify-content: center;
        gap: 15px;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 16px;
    }

    .header {
        padding: 40px 0 30px;
    }

    .header-title {
        font-size: 1.8rem;
    }

    .features-grid {
        flex-direction: column;
    }

    .platforms-list {
        gap: 12px;
    }

    .platform-card {
        padding: 16px;
        gap: 16px;
    }

    .platform-logo {
      
    }

    .platform-logo img {
      
    }

    .rating-number {
        font-size: 1.8rem;
    }

    .offer-title {
        font-size: 1rem;
    }

    .offer-desc {
        font-size: 0.85rem;
    }

    .payment-icon {
        width: 28px;
        height: 18px;
    }

    .visit-btn {
        padding: 10px 24px;
        font-size: 0.95rem;
    }

    .content-title {
        font-size: 1.5rem;
    }
}

/* Animation for loading */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.platform-card {
    animation: fadeInUp 0.6s ease-out;
}

.platform-card:nth-child(1) { animation-delay: 0.1s; }
.platform-card:nth-child(2) { animation-delay: 0.2s; }
.platform-card:nth-child(3) { animation-delay: 0.3s; }
.platform-card:nth-child(4) { animation-delay: 0.4s; }

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(15, 15, 35, 0.5);
}

::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.5);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(99, 102, 241, 0.7);
}

/* Cookies Consent */
.cookies-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 35, 0.95);
    border-top: 1px solid rgba(99, 102, 241, 0.3);
    backdrop-filter: blur(20px);
    z-index: 10000;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.cookies-consent.show {
    transform: translateY(0);
}

.cookies-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookies-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.cookies-text {
    flex: 1;
    min-width: 300px;
}

.cookies-text h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #171717;
    margin: 0 0 8px 0;
}

.cookies-text p {
    font-size: 0.9rem;
    color: #171717;
    margin: 0;
    line-height: 1.5;
}

.cookies-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cookies-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
}

.cookies-btn.accept {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.cookies-btn.accept:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.cookies-btn.decline {
    background: rgba(239, 68, 68, 0.9);
    color: white;
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.3);
}

.cookies-btn.decline:hover {
    transform: translateY(-1px);
    background: rgba(220, 38, 38, 1);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

.cookies-btn.settings {
    background: rgba(255, 255, 255, 0.1);
    color: #171717;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookies-btn.settings:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #171717;
    border-color: rgba(99, 102, 241, 0.5);
}

/* Cookies Consent Responsive */
@media (max-width: 768px) {
    .cookies-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookies-actions {
        justify-content: center;
        width: 100%;
    }
    
    .cookies-btn {
        flex: 1;
        min-width: 80px;
    }
}

@media (max-width: 480px) {
    .cookies-consent {
        padding: 16px;
    }
    
    .cookies-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .cookies-btn {
        width: 100%;
    }
}

              .page {
                padding: 80px 0;
              }
              
              .page__inner {
                padding-top: 40px;
                width: 100%;
                margin: 0 auto;
                display: flex;
                  flex-direction: column;
                  row-gap: 18px;
                  line-height: 1.4;
              }

              .page__inner p {
                padding-bottom: 10px;
                padding-top: 8px;
              }

              .page__inner strong {
                font-weight: 600;
              }

              .page__inner ul {
                padding-left: 20px;
                list-style-type: disc;
              }

              .thank {
                padding-top: 140px;
                padding-bottom: 140px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 40px;
                text-align: center;
              }

              .thank-list {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto 40px;
                display: flex;
                flex-direction: column;
                padding: 40px 24px;
                color: #121212;
                background: #E1E0DA;
              }

              .consent {
                border-radius: 10px;
                  background: #F5F5F5;
                    padding: 30px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    gap: 15px;
                    max-width: 830px;
                    width: 95%;
                    position: fixed;
                    left: 10%;
                    bottom: 50px;
                    transform: translateX(-10%);
                    z-index: 21;
                 
                   
                }

               
                
                .consent__text {
                  font-size: 14px;
                  color: #131313;
                  span {
                    display: block;
                    font-size: 30px;
                    text-transform: uppercase;
                  }
                }
                
                .consent__buttons {
                  display: flex;
                 
                  gap: 30px;
                  align-items: center;
                  width: 100%;
                 
                }       
                
                @media (max-width: 900px) {
                  .consent {
                    left: 50%;
                    transform: translateX(-50%);
                  }
                  .consent__buttons {
                    justify-content: center;
                    flex-direction: column;
                  }
                }

                .button {
                  position: relative;
                  align-self: center;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-decoration: none;
                  border: none;
                  border-radius: 20px;
                 
                  max-width: 400px;
                  min-height: 48px;
                  padding: 0 24px;
                 
                  font-size: 18px;
                  font-weight: 700;
                  color: rgba(255, 255, 255, 1);
                  white-space: nowrap;
                  text-transform: uppercase;
                  cursor: pointer;
                }

                