* {
    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: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.nav-minimal {
    background-color: #ffffff;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.hero-minimal {
    display: flex;
    min-height: 85vh;
    background-color: #ffffff;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 100px;
    max-width: 50%;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.hero-subtext {
    font-size: 20px;
    color: #666;
    line-height: 1.7;
    font-weight: 300;
}

.hero-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-color: #e5e5e5;
}

.intro-statement {
    padding: 120px 0;
    background-color: #f5f5f5;
}

.statement-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.large-text {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.services-preview {
    padding: 100px 0;
    background-color: #ffffff;
}

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

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

.service-block {
    display: flex;
    margin-bottom: 100px;
    gap: 60px;
    align-items: center;
}

.service-block.reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: #e5e5e5;
}

.service-content {
    flex: 1;
    padding: 40px 0;
}

.service-content h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

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

.price {
    display: block;
    font-size: 28px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.btn-select {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-select:hover {
    background-color: #333;
}

.form-section {
    padding: 120px 0;
    background-color: #f9f9f9;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 40px;
}

.form-container h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -1px;
}

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

.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

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

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

.btn-primary {
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #333;
}

.trust-section {
    padding: 100px 0;
    background-color: #1a1a1a;
}

.trust-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.trust-statement {
    font-size: 28px;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
}

.footer {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 80px 0 30px;
}

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

.footer-block h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-block p {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}

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

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

.footer-block ul li a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-block ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 40px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.footer-disclaimer p {
    font-size: 12px;
    color: #777;
    line-height: 1.7;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 40px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #666;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #1a1a1a;
    padding: 25px;
    z-index: 1000;
    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: 14px;
    color: #333;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #1a1a1a;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #f0f0f0;
    color: #333;
}

.btn-reject:hover {
    background-color: #e0e0e0;
}

.thanks-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 40px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.thanks-container p {
    font-size: 20px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 40px;
}

.thanks-container .btn-primary {
    max-width: 300px;
    margin: 0 auto;
}

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

.content-page h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.content-page h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

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

.content-page ul,
.content-page ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

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

.contact-info {
    background-color: #f5f5f5;
    padding: 40px;
    margin: 40px 0;
}

.contact-info h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

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

.contact-info .email-display {
    color: #1a1a1a;
    font-weight: 500;
}

@media (max-width: 968px) {
    .hero-minimal {
        flex-direction: column;
    }

    .hero-content {
        max-width: 100%;
        padding: 60px 40px;
    }

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

    .hero-image {
        min-height: 400px;
    }

    .service-block,
    .service-block.reverse {
        flex-direction: column;
    }

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

    .footer-block {
        flex: 1 1 45%;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}