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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

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

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-medium {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.header-minimal {
    padding: 40px 0;
    background-color: #ffffff;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 50px;
}

.nav-links a {
    color: #6c757d;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2c3e50;
}

.hero-premium {
    padding: 140px 0 180px;
}

.hero-simple {
    padding: 100px 0 80px;
}

.hero-content-center {
    text-align: center;
}

.display-large {
    font-size: 62px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -1.5px;
}

.lead-text {
    font-size: 22px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 50px;
}

.cta-minimal {
    display: inline-block;
    padding: 18px 45px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cta-minimal:hover {
    background-color: #1a252f;
    cursor: pointer;
}

.cta-secondary {
    display: inline-block;
    padding: 18px 45px;
    background-color: transparent;
    color: #2c3e50;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.cta-secondary:hover {
    background-color: #2c3e50;
    color: #ffffff;
    cursor: pointer;
}

.section-spacious {
    padding: 120px 0;
}

.heading-xl {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.heading-xl-center {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 80px;
    letter-spacing: -1px;
    text-align: center;
}

.heading-lg {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.heading-md {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.text-large {
    font-size: 20px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 30px;
}

.text-medium {
    font-size: 17px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.image-full {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.service-card-premium {
    display: flex;
    gap: 80px;
    margin-bottom: 100px;
    align-items: center;
}

.service-card-premium.reverse {
    flex-direction: row-reverse;
}

.service-content-left,
.service-content-right {
    flex: 1;
}

.service-image-right,
.service-image-left {
    flex: 1;
}

.service-image-right img,
.service-image-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.price-display {
    font-size: 38px;
    font-weight: 300;
    color: #2c3e50;
    margin: 30px 0;
    letter-spacing: -0.5px;
}

.select-service-btn {
    padding: 16px 40px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.select-service-btn:hover {
    background-color: #1a252f;
    cursor: pointer;
}

.feature-list {
    list-style: none;
    margin: 25px 0;
}

.feature-list li {
    padding: 8px 0 8px 30px;
    position: relative;
    font-size: 17px;
    color: #495057;
}

.feature-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #2c3e50;
    font-size: 20px;
}

.content-block-offset {
    display: flex;
    gap: 80px;
    margin-bottom: 80px;
    align-items: center;
}

.content-block-offset.reverse {
    flex-direction: row-reverse;
}

.text-content-left,
.text-content-right {
    flex: 1;
}

.image-content-right,
.image-content-left {
    flex: 1;
}

.image-content-right img,
.image-content-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.value-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 60px;
}

.value-item {
    flex: 0 0 calc(50% - 30px);
}

.disclaimer-box {
    background-color: #f8f9fa;
    padding: 40px;
    border-left: 4px solid #2c3e50;
    border-radius: 4px;
}

.disclaimer-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #495057;
}

.form-minimal {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    color: #495057;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 18px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #1a252f;
    cursor: pointer;
}

.contact-layout {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.contact-info-section {
    flex: 1;
}

.contact-form-section {
    flex: 1;
}

.contact-info-block {
    margin-bottom: 40px;
}

.email-display {
    color: #495057;
    font-weight: 500;
}

.footer-minimal {
    background-color: #f8f9fa;
    padding: 80px 0 40px;
    margin-top: 80px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}

.footer-column p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
}

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

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

.footer-column ul li a {
    color: #6c757d;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #2c3e50;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #dee2e6;
}

.footer-bottom p {
    font-size: 14px;
    color: #6c757d;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    padding: 25px;
    display: none;
    z-index: 1000;
}

.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 {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background-color: #ffffff;
    color: #2c3e50;
}

.cookie-btn.accept:hover {
    background-color: #f8f9fa;
}

.cookie-btn.reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cookie-btn.reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.legal-content h2 {
    margin-top: 50px;
}

.legal-content h3 {
    margin-top: 30px;
}

.legal-content a {
    color: #2c3e50;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #1a252f;
}

.cookie-table {
    margin: 30px 0;
    background-color: #f8f9fa;
    border-radius: 4px;
    padding: 20px;
}

.cookie-row {
    margin-bottom: 20px;
}

.cookie-name {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.cookie-details p {
    font-size: 15px;
    margin-bottom: 8px;
}

.thanks-hero {
    padding: 120px 0 80px;
}

.thanks-content {
    text-align: center;
}

.thanks-info {
    margin: 50px 0;
}

.thanks-actions {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 60px;
}

.process-step {
    flex: 1;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #2c3e50;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto 25px;
}

.info-box {
    background-color: #fff3cd;
    padding: 30px;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

.info-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #856404;
    margin: 0;
}

@media (max-width: 1024px) {
    .container-wide,
    .container-medium,
    .container-narrow {
        padding: 0 30px;
    }

    .display-large {
        font-size: 48px;
    }

    .heading-xl,
    .heading-xl-center {
        font-size: 38px;
    }

    .service-card-premium,
    .content-block-offset {
        flex-direction: column;
        gap: 40px;
    }

    .service-card-premium.reverse,
    .content-block-offset.reverse {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
        gap: 60px;
    }

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

    .process-steps {
        flex-direction: column;
        gap: 40px;
    }

    .value-item {
        flex: 0 0 100%;
    }

    .cookie-content {
        flex-direction: column;
    }

    .thanks-actions {
        flex-direction: column;
        gap: 20px;
    }

    .cta-secondary {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .nav-links {
        gap: 25px;
    }

    .display-large {
        font-size: 36px;
    }

    .heading-xl,
    .heading-xl-center {
        font-size: 32px;
    }

    .heading-lg {
        font-size: 28px;
    }

    .section-spacious {
        padding: 80px 0;
    }

    .hero-premium {
        padding: 80px 0 100px;
    }
}