/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.load-tandri-8120-body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #0A0D10; /* Темний графіт */
    color: #E6FBFF; /* Світло-айс */
    line-height: 1.6;
    overflow-x: hidden;
}

.load-tandri-8120-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.load-tandri-8120-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(230, 251, 255, 0.2);
}

.load-tandri-8120-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.load-tandri-8120-logo-text {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #E6FBFF;
    text-transform: uppercase;
}

.load-tandri-8120-nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
}

.load-tandri-8120-nav-link {
    text-decoration: none;
    color: #E6FBFF;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.load-tandri-8120-nav-link:hover {
    color: #00ffe0;
}

/* Burger Menu Styles */
.load-tandri-8120-nav-checkbox {
    display: none;
}

.load-tandri-8120-burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.load-tandri-8120-burger span {
    display: block;
    width: 25px;
    height: 2px;
    background: #E6FBFF;
    transition: 0.3s;
}

/* Hero Section */
.load-tandri-8120-hero-section {
    padding: 160px 0 100px;
    background: radial-gradient(circle at 50% 50%, #151920 0%, #0A0D10 100%);
}

.load-tandri-8120-quick-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.load-tandri-8120-quick-btn {
    padding: 8px 20px;
    border: 1px solid rgba(230, 251, 255, 0.3);
    color: #E6FBFF;
    text-decoration: none;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.load-tandri-8120-quick-btn:hover {
    background: rgba(230, 251, 255, 0.1);
    border-color: #E6FBFF;
}

.load-tandri-8120-hero-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.load-tandri-8120-hero-media, .load-tandri-8120-hero-text {
    flex: 1;
}

.load-tandri-8120-hero-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.load-tandri-8120-main-h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #E6FBFF;
}

.load-tandri-8120-sub-h1 {
    font-size: 20px;
    color: #00ffe0;
    margin-bottom: 30px;
}

.load-tandri-8120-p-hero {
    margin-bottom: 20px;
    font-size: 16px;
    opacity: 0.9;
}

.load-tandri-8120-cta-wrapper {
    margin-top: 40px;
}

/* Buttons */
.load-tandri-8120-btn-primary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.load-tandri-8120-btn-primary:hover {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.4);
}

.load-tandri-8120-btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    background-color: transparent;
    color: #E6FBFF;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #E6FBFF;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s ease;
}

.load-tandri-8120-btn-secondary:hover {
    background-color: rgba(230, 251, 255, 0.1);
}

/* Prices Section */
.load-tandri-8120-price-section {
    padding: 100px 0;
    background: #0D1116;
}

.load-tandri-8120-ice-border-box {
    padding: 40px;
    border: 1px solid rgba(230, 251, 255, 0.1);
    position: relative;
    margin-top: 50px;
}

.load-tandri-8120-price-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.load-tandri-8120-price-card {
    flex: 1;
    min-width: 220px;
    background: #151920;
    padding: 30px;
    border: 1px solid rgba(230, 251, 255, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.load-tandri-8120-price-card:hover {
    transform: translateY(-5px);
    border-color: rgba(230, 251, 255, 0.3);
}

.load-tandri-8120-card-featured {
    border: 1px solid #00ffe0;
    transform: scale(1.05);
    z-index: 2;
}

.load-tandri-8120-price-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #00ffe0;
}

.load-tandri-8120-price-value {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.load-tandri-8120-price-list {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.load-tandri-8120-price-list li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    opacity: 0.8;
}

.load-tandri-8120-price-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #00ffe0;
}

/* Reviews */
.load-tandri-8120-reviews-section {
    padding: 100px 0;
    background: #0A0D10;
}

.load-tandri-8120-reviews-flex {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    overflow-x: auto;
    padding-bottom: 20px;
}

.load-tandri-8120-review-item {
    min-width: 300px;
    background: #1A1F24;
    padding: 30px;
    border-left: 3px solid #E6FBFF;
}

.load-tandri-8120-review-text {
    font-style: italic;
    margin-bottom: 20px;
}

.load-tandri-8120-review-author {
    font-weight: 700;
    color: #00ffe0;
}

/* Suitability Section */
.load-tandri-8120-suit-section {
    padding: 100px 0;
    background: #0D1116;
}

.load-tandri-8120-suit-flex {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-top: 50px;
}

.load-tandri-8120-suit-content {
    flex: 1.5;
}

.load-tandri-8120-suit-visual {
    flex: 1;
    position: relative;
}

.load-tandri-8120-suit-img {
    width: 100%;
    border-radius: 5px;
}

.load-tandri-8120-suit-price-tag {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #E6FBFF;
    color: #0A0D10;
    padding: 15px 25px;
    font-weight: 800;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.load-tandri-8120-suit-list {
    margin-top: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.load-tandri-8120-suit-list li {
    padding-left: 15px;
    border-left: 1px solid rgba(0, 255, 224, 0.4);
    font-size: 14px;
}

/* Expert Block */
.load-tandri-8120-expert-section {
    padding: 100px 0;
}

.load-tandri-8120-expert-card {
    background: #151920;
    max-width: 800px;
    margin: 50px auto 0;
    padding: 60px;
    text-align: center;
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.load-tandri-8120-quote {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.4;
}

.load-tandri-8120-expert-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.load-tandri-8120-expert-name {
    font-size: 20px;
    font-weight: 700;
    color: #E6FBFF;
}

.load-tandri-8120-expert-role {
    color: #00ffe0;
    font-size: 14px;
}

.load-tandri-8120-details {
    background: rgba(230, 251, 255, 0.03);
    border: 1px solid rgba(230, 251, 255, 0.1);
    border-radius: 4px;
}

.load-tandri-8120-summary {
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
}

.load-tandri-8120-details-content {
    padding: 15px;
    text-align: left;
    font-size: 15px;
}

/* Benefits Section */
.load-tandri-8120-benefits-section {
    padding: 100px 0;
}

.load-tandri-8120-benefit-row {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-top: 80px;
}

.load-tandri-8120-reverse {
    flex-direction: row-reverse;
}

.load-tandri-8120-benefit-text {
    flex: 1;
}

.load-tandri-8120-benefit-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #00ffe0;
}

.load-tandri-8120-benefit-media {
    flex: 1;
}

.load-tandri-8120-benefit-img {
    width: 100%;
    border-radius: 10px;
}

/* FAQ Section */
.load-tandri-8120-faq-section {
    padding: 100px 0;
    background: #0D1116;
}

.load-tandri-8120-faq-list {
    max-width: 800px;
    margin: 50px auto 0;
}

.load-tandri-8120-faq-item {
    margin-bottom: 15px;
    border: 1px solid rgba(230, 251, 255, 0.1);
}

.load-tandri-8120-faq-q {
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    background: #151920;
    display: block;
    position: relative;
}

.load-tandri-8120-faq-a {
    padding: 20px;
    background: #0A0D10;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
}

/* Extra Text Sections */
.load-tandri-8120-extra-section {
    padding: 80px 0;
}

.load-tandri-8120-bg-alt {
    background-color: #11151B;
}

.load-tandri-8120-p-extra {
    margin-bottom: 25px;
    font-size: 16px;
    max-width: 900px;
}

.load-tandri-8120-extra-list {
    margin: 20px 0;
    list-style: square;
    padding-left: 20px;
}

.load-tandri-8120-extra-list li {
    margin-bottom: 10px;
    color: #00ffe0;
}

/* Form Section */
.load-tandri-8120-form-section {
    padding: 100px 0;
    background: radial-gradient(circle at top, #1A1F24, #0A0D10);
}

.load-tandri-8120-form-card {
    max-width: 600px;
    margin: 0 auto;
    background: #151920;
    padding: 50px;
    border: 1px solid rgba(230, 251, 255, 0.1);
    border-radius: 8px;
}

.load-tandri-8120-form {
    margin-top: 30px;
}

.load-tandri-8120-form-group {
    margin-bottom: 20px;
}

.load-tandri-8120-form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.load-tandri-8120-input, .load-tandri-8120-textarea {
    width: 100%;
    padding: 12px;
    background: #0A0D10;
    border: 1px solid rgba(230, 251, 255, 0.2);
    color: #E6FBFF;
    border-radius: 4px;
}

.load-tandri-8120-checkbox-group {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
}

.load-tandri-8120-checkbox-group a {
    color: #00ffe0;
    text-decoration: underline;
}

/* Footer */
.load-tandri-8120-footer {
    padding: 80px 0 30px;
    background: #050709;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
}

.load-tandri-8120-footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 30px;
}

.load-tandri-8120-footer-brand {
    font-size: 20px;
    font-weight: 800;
    color: #E6FBFF;
}

.load-tandri-8120-footer-contact p {
    font-size: 14px;
    margin-bottom: 5px;
    opacity: 0.7;
}

.load-tandri-8120-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(230, 251, 255, 0.05);
    flex-wrap: wrap;
    gap: 20px;
}

.load-tandri-8120-copy {
    font-size: 12px;
    opacity: 0.5;
}

.load-tandri-8120-footer-links {
    display: flex;
    gap: 20px;
}

.load-tandri-8120-footer-links a {
    font-size: 12px;
    color: #E6FBFF;
    text-decoration: none;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.load-tandri-8120-footer-links a:hover {
    opacity: 1;
}

/* General Headings */
.load-tandri-8120-h2-center {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.load-tandri-8120-h2-left {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.load-tandri-8120-h3-alt {
    font-size: 28px;
    margin-bottom: 25px;
    color: #00ffe0;
}

.load-tandri-8120-subtitle {
    text-align: center;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .load-tandri-8120-hero-flex, .load-tandri-8120-suit-flex, .load-tandri-8120-benefit-row {
        flex-direction: column;
        gap: 40px;
    }
    
    .load-tandri-8120-main-h1 {
        font-size: 36px;
    }
    
    .load-tandri-8120-suit-list {
        grid-template-columns: 1fr;
    }

    .load-tandri-8120-price-card {
        min-width: 100%;
    }
    
    .load-tandri-8120-card-featured {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .load-tandri-8120-burger {
        display: flex;
    }

    .load-tandri-8120-nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: #0A0D10;
        transition: 0.4s;
        padding-top: 40px;
    }

    .load-tandri-8120-nav-list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .load-tandri-8120-nav-checkbox:checked ~ .load-tandri-8120-nav-menu {
        left: 0;
    }

    .load-tandri-8120-nav-checkbox:checked ~ .load-tandri-8120-burger span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .load-tandri-8120-nav-checkbox:checked ~ .load-tandri-8120-burger span:nth-child(2) {
        opacity: 0;
    }

    .load-tandri-8120-nav-checkbox:checked ~ .load-tandri-8120-burger span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -7px);
    }

    .load-tandri-8120-expert-card {
        padding: 30px;
    }

    .load-tandri-8120-h2-center {
        font-size: 28px;
    }

    .load-tandri-8120-form-card {
        padding: 30px;
    }
}