* {
    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: #1a1a1a;
    background-color: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 10000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    margin: 0;
    font-size: 0.9rem;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #4a90e2;
    color: #ffffff;
}

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

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

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

.header-minimal {
    padding: 2rem 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

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

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

.nav-links {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #888888;
    padding: 0.3rem 0.8rem;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: #f9f9f9;
}

.hero-minimal {
    max-width: 1400px;
    margin: 0 auto;
    padding: 8rem 5% 6rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

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

.hero-content h1 {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #666666;
    margin-bottom: 3rem;
    font-weight: 300;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

.hero-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f5f5f5;
}

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

.intro-statement {
    max-width: 900px;
    margin: 8rem auto;
    padding: 0 5%;
    text-align: center;
}

.intro-statement h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -1px;
}

.intro-statement p {
    font-size: 1.15rem;
    color: #555555;
    line-height: 1.8;
}

.service-highlight {
    max-width: 1400px;
    margin: 10rem auto;
    padding: 0 5%;
    display: flex;
    gap: 6rem;
    align-items: center;
}

.highlight-visual {
    flex: 1;
    background-color: #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
}

.highlight-visual img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.highlight-content {
    flex: 1;
}

.highlight-content h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

.highlight-content p {
    font-size: 1.05rem;
    color: #555555;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.link-subtle {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
    font-size: 0.95rem;
    transition: opacity 0.3s ease;
}

.link-subtle:hover {
    opacity: 0.6;
}

.value-proposition {
    max-width: 1200px;
    margin: 10rem auto;
    padding: 0 5%;
}

.value-grid {
    display: flex;
    gap: 4rem;
}

.value-item {
    flex: 1;
    padding: 3rem 0;
}

.value-item h4 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.value-item p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.7;
}

.testimonial-minimal {
    max-width: 800px;
    margin: 12rem auto;
    padding: 0 5%;
    text-align: center;
}

.testimonial-minimal blockquote {
    border: none;
    padding: 0;
}

.testimonial-minimal p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-minimal cite {
    font-size: 1rem;
    color: #888888;
    font-style: normal;
}

.featured-services {
    max-width: 1400px;
    margin: 12rem auto;
    padding: 0 5%;
}

.section-header {
    text-align: center;
    margin-bottom: 6rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666666;
}

.services-display {
    display: flex;
    gap: 3rem;
}

.service-card {
    flex: 1;
    padding: 3rem;
    background-color: #fafafa;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.service-card p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.service-price {
    font-size: 2rem;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.btn-service {
    padding: 0.9rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-service:hover {
    background-color: #333333;
}

.btn-service.selected {
    background-color: #4a90e2;
}

.inquiry-section {
    max-width: 800px;
    margin: 12rem auto;
    padding: 0 5%;
}

.inquiry-container h2 {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.inquiry-container > p {
    text-align: center;
    color: #666666;
    margin-bottom: 4rem;
    font-size: 1.05rem;
}

.form-minimal {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    font-size: 1rem;
    font-family: inherit;
}

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

.form-service-display {
    padding: 1rem;
    background-color: #f0f8ff;
    border-radius: 2px;
    text-align: center;
}

.form-service-display p {
    margin: 0;
    color: #2a2a2a;
}

.btn-submit {
    padding: 1.2rem 3rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #333333;
}

.btn-submit:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.trust-markers {
    max-width: 1200px;
    margin: 10rem auto;
    padding: 0 5%;
}

.markers-container {
    display: flex;
    justify-content: space-around;
    gap: 4rem;
}

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

.marker-number {
    font-size: 3rem;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.marker-item p {
    font-size: 1rem;
    color: #666666;
}

.final-cta {
    max-width: 800px;
    margin: 12rem auto 8rem;
    padding: 0 5%;
    text-align: center;
}

.final-cta h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.final-cta p {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 3rem;
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.footer-minimal {
    background-color: #fafafa;
    padding: 5rem 5% 2rem;
    border-top: 1px solid #e5e5e5;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto 3rem;
    display: flex;
    gap: 4rem;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-section p {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: #666666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #1a1a1a;
}

.disclaimer-text {
    font-size: 0.75rem;
    color: #888888;
    line-height: 1.5;
    padding: 1rem;
    background-color: #f0f0f0;
    border-radius: 2px;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #888888;
}

.thanks-container {
    max-width: 800px;
    margin: 8rem auto;
    padding: 0 5%;
    text-align: center;
}

.thanks-container h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -1px;
}

.thanks-container p {
    font-size: 1.15rem;
    color: #666666;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.thanks-container .btn-home {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 3rem;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.thanks-container .btn-home:hover {
    background-color: #333333;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .service-highlight {
        flex-direction: column;
        gap: 3rem;
    }

    .value-grid {
        flex-direction: column;
        gap: 2rem;
    }

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

    .markers-container {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 1rem;
    }
}