* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background: #ffffff;
}

.ad-disclosure {
    background: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
}

.floating-nav {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 40px;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px 40px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.nav-links {
    display: flex;
    gap: 35px;
}

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #3498db;
}

.hero-overlay {
    position: relative;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
}

.story-intro {
    padding: 120px 40px;
    background: #f8f9fa;
}

.narrow-content {
    max-width: 750px;
    margin: 0 auto;
}

.lead-text {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #2c3e50;
    line-height: 1.6;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.problem-amplification {
    padding: 100px 40px;
    background: white;
}

.split-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-image {
    flex: 1;
    background: #e9ecef;
}

.split-image img {
    width: 100%;
    height: auto;
    display: block;
}

.split-content {
    flex: 1;
}

.split-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.split-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.insight-reveal {
    padding: 120px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.centered-block {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.centered-block h2 {
    font-size: 48px;
    margin-bottom: 35px;
}

.insight-text {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.citation {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #ffd700;
    transition: opacity 0.3s;
}

.citation:hover {
    opacity: 0.8;
}

.trust-building {
    padding: 100px 40px;
    background: white;
}

.three-column-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.trust-card {
    flex: 1;
    background: #f8f9fa;
}

.trust-card img {
    width: 100%;
    height: auto;
    display: block;
}

.trust-card h3 {
    font-size: 24px;
    margin: 25px 25px 15px;
    color: #2c3e50;
}

.trust-card p {
    padding: 0 25px 25px;
    font-size: 16px;
    color: #555;
}

.testimonial-flow {
    padding: 80px 40px;
    background: #f8f9fa;
}

.testimonial-asymmetric {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 50px;
    background: white;
    border-left: 5px solid #3498db;
    margin-left: 100px;
}

.testimonial-asymmetric.reverse {
    margin-left: auto;
    margin-right: 100px;
    border-left: none;
    border-right: 5px solid #3498db;
}

.testimonial-content blockquote {
    font-size: 20px;
    font-style: italic;
    color: #2c3e50;
    line-height: 1.7;
}

.testimonial-content cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #7f8c8d;
    font-weight: 600;
}

.benefits-reveal {
    padding: 120px 40px;
    background: white;
}

.benefits-container {
    max-width: 1100px;
    margin: 0 auto;
}

.benefits-container h2 {
    font-size: 48px;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.benefits-offset {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.benefit-item {
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
}

.benefit-item:nth-child(even) {
    margin-left: 80px;
}

.benefit-item:nth-child(odd) {
    margin-right: 80px;
}

.benefit-item h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.benefit-item p {
    font-size: 17px;
    color: #555;
}

.product-showcase {
    padding: 120px 40px;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.showcase-header {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

.showcase-header h2 {
    font-size: 52px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.showcase-intro {
    font-size: 20px;
    color: #555;
}

.product-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.product-card {
    flex: 1 1 calc(33.333% - 25px);
    min-width: 320px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-color: #e9ecef;
}

.product-info {
    padding: 30px;
}

.product-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.product-info p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.6;
}

.product-price {
    font-size: 32px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
}

.select-btn {
    width: 100%;
    padding: 15px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-btn:hover {
    background: #2980b9;
}

.cta-primary {
    padding: 100px 40px;
    background: white;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
    padding: 50px;
    background: #f8f9fa;
    border-radius: 12px;
}

.form-container h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #2c3e50;
    text-align: center;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    color: #555;
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background: #27ae60;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #229954;
}

.final-assurance {
    padding: 100px 40px;
    background: #f8f9fa;
}

.final-assurance h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.final-assurance p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #555;
}

.disclaimer-text {
    margin-top: 40px;
    padding: 25px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    font-size: 14px;
    color: #856404;
    line-height: 1.7;
}

.references-section {
    padding: 80px 40px;
    background: white;
}

.references-section h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.references-list {
    padding-left: 25px;
}

.references-list li {
    margin-bottom: 15px;
    font-size: 15px;
}

.references-list a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.references-list a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.site-footer {
    background: #2c3e50;
    color: white;
    padding: 60px 40px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-section p {
    font-size: 15px;
    color: #bdc3c7;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    text-align: center;
    color: #95a5a6;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: white;
    padding: 25px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cookie-accept {
    background: #27ae60;
    color: white;
}

.cookie-reject {
    background: #95a5a6;
    color: white;
}

.cookie-accept:hover,
.cookie-reject:hover {
    opacity: 0.85;
}

.thanks-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px;
}

.thanks-content {
    max-width: 700px;
    background: white;
    padding: 60px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.thanks-icon {
    font-size: 80px;
    margin-bottom: 30px;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #27ae60;
}

.thanks-content p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-service {
    font-weight: 700;
    color: #2c3e50;
}

.thanks-home-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.3s;
}

.thanks-home-btn:hover {
    background: #2980b9;
}

.contact-page,
.about-page,
.services-page,
.legal-page {
    padding-top: 140px;
    min-height: 100vh;
}

.page-hero {
    padding: 80px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.page-hero h1 {
    font-size: 56px;
    margin-bottom: 20px;
}

.page-hero p {
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto;
}

.page-content {
    padding: 80px 40px;
    max-width: 900px;
    margin: 0 auto;
}

.page-content h2 {
    font-size: 36px;
    margin: 50px 0 25px;
    color: #2c3e50;
}

.page-content h3 {
    font-size: 26px;
    margin: 35px 0 20px;
    color: #2c3e50;
}

.page-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
}

.page-content ul,
.page-content ol {
    margin: 20px 0 20px 30px;
    font-size: 17px;
    color: #555;
}

.page-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.contact-info {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin: 40px 0;
}

.contact-info h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-info p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #555;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 0;
}

.service-item {
    flex: 1 1 calc(50% - 15px);
    min-width: 300px;
    padding: 35px;
    background: #f8f9fa;
    border-radius: 8px;
}

.service-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-item p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .floating-nav {
        padding: 0 20px;
    }

    .nav-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .split-layout {
        flex-direction: column;
    }

    .three-column-grid {
        flex-direction: column;
    }

    .testimonial-asymmetric,
    .testimonial-asymmetric.reverse {
        margin-left: 0;
        margin-right: 0;
    }

    .benefit-item:nth-child(even),
    .benefit-item:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }

    .product-grid {
        flex-direction: column;
    }

    .product-card {
        flex: 1 1 100%;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .services-grid {
        flex-direction: column;
    }

    .service-item {
        flex: 1 1 100%;
    }
}