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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
}

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

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    background: #ffffff;
}

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

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

.nav-links a {
    text-decoration: none;
    color: #5a6c7d;
    font-size: 16px;
    transition: color 0.3s;
}

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

.hero-minimal {
    padding: 120px 60px 80px;
    background: #fafbfc;
}

.hero-content-wide {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.hero-content-wide h1 {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a252f;
}

.hero-subtitle {
    font-size: 24px;
    color: #5a6c7d;
    font-weight: 300;
}

.hero-image-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #e8eef2;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.intro-spacing {
    padding: 100px 60px;
}

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

.text-large {
    font-size: 22px;
    line-height: 1.8;
    color: #3d4f5d;
    font-weight: 300;
}

.services-preview {
    padding: 80px 60px 120px;
    background: #ffffff;
}

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

.section-heading-center {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 80px;
    color: #1a252f;
}

.services-minimal-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.service-card-minimal {
    width: 100%;
    max-width: 580px;
    background: #ffffff;
}

.service-image-wrapper {
    margin-bottom: 40px;
    background-color: #e8eef2;
}

.service-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-content-spacing {
    padding: 0 20px;
}

.service-content-spacing h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a252f;
}

.service-content-spacing p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 25px;
}

.price-display {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
}

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

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

.form-section-spacing {
    padding: 120px 60px;
    background: #f8f9fa;
}

.container-narrow {
    max-width: 640px;
    margin: 0 auto;
}

.form-heading {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
    color: #1a252f;
}

.form-minimal {
    background: #ffffff;
    padding: 60px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    width: 100%;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    font-size: 17px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.about-preview-section {
    padding: 100px 60px;
    background: #ffffff;
}

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

.about-content-layout {
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-text-block {
    flex: 1;
}

.about-text-block h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #1a252f;
}

.about-text-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.link-arrow {
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.link-arrow:hover {
    color: #1a252f;
}

.about-image-block {
    flex: 1;
    background-color: #e8eef2;
}

.about-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.testimonials-minimal {
    padding: 100px 60px;
    background: #f8f9fa;
}

.testimonial-item {
    margin-bottom: 60px;
    text-align: center;
}

.testimonial-text {
    font-size: 22px;
    line-height: 1.7;
    color: #3d4f5d;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 16px;
    color: #5a6c7d;
    font-weight: 500;
}

.cta-section-minimal {
    padding: 120px 60px;
    background: #2c3e50;
    text-align: center;
}

.cta-section-minimal h2 {
    font-size: 48px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 25px;
}

.cta-section-minimal p {
    font-size: 20px;
    color: #e8eef2;
    margin-bottom: 40px;
}

.btn-cta-large {
    display: inline-block;
    background: #ffffff;
    color: #2c3e50;
    padding: 20px 60px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
}

.btn-cta-large:hover {
    background: #f8f9fa;
    color: #1a252f;
}

.footer-minimal {
    background: #1a252f;
    color: #e8eef2;
    padding: 80px 60px 40px;
}

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

.footer-brand .brand-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-note {
    font-size: 15px;
    color: #9ca3af;
    max-width: 320px;
}

.footer-links-group {
    display: flex;
    gap: 80px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-column a {
    display: block;
    color: #9ca3af;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #ffffff;
}

.disclaimer-section {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #5a6c7d;
}

.disclaimer-text {
    font-size: 13px;
    line-height: 1.7;
    color: #9ca3af;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a252f;
    padding: 30px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    color: #e8eef2;
    font-size: 15px;
    flex: 1;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 30px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

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

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

.thanks-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.thanks-content {
    max-width: 640px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #1a252f;
}

.thanks-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.thanks-content .btn-back {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 40px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
}

.thanks-content .btn-back:hover {
    background: #1a252f;
}

.page-header {
    padding: 100px 60px 60px;
    background: #f8f9fa;
    text-align: center;
}

.page-header h1 {
    font-size: 52px;
    font-weight: 300;
    color: #1a252f;
}

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

.page-content h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 50px 0 25px;
    color: #1a252f;
}

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

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

.page-content ul,
.page-content ol {
    margin: 20px 0 20px 30px;
}

.page-content li {
    font-size: 17px;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 10px;
}

.contact-info-section {
    padding: 80px 60px;
}

.contact-info-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

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

.contact-info-block h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a252f;
}

.contact-info-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 15px;
}

.contact-info-block .email-display {
    color: #2c3e50;
    font-weight: 500;
}

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

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

    .hero-minimal {
        padding: 60px 20px 40px;
    }

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

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

    .intro-spacing,
    .services-preview,
    .form-section-spacing,
    .about-preview-section,
    .testimonials-minimal,
    .cta-section-minimal {
        padding: 60px 20px;
    }

    .services-minimal-grid {
        gap: 40px;
    }

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

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

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

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

    .form-minimal {
        padding: 30px 20px;
    }

    .contact-info-grid {
        flex-direction: column;
        gap: 40px;
    }
}