* {
    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: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.nav-top {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

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

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

.hero-section {
    display: flex;
    min-height: 600px;
    background-color: #ffffff;
    margin-bottom: 80px;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background-color: #f8f7f4;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 19px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.7;
}

.cta-primary {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

.hero-image {
    flex: 1;
    background-color: #e5e5e5;
}

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

.story-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.story-cards {
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.story-card {
    flex: 1;
    padding: 40px 30px;
    background-color: #fafafa;
    border-left: 3px solid #1a1a1a;
}

.story-icon {
    font-size: 36px;
    margin-bottom: 20px;
}

.story-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.story-card p {
    color: #666;
    line-height: 1.8;
}

.problem-section {
    padding: 100px 0;
    background-color: #f8f7f4;
}

.problem-section h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.lead-text {
    font-size: 20px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.problem-section p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
}

.insight-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.insight-grid {
    display: flex;
    gap: 70px;
    align-items: center;
}

.insight-image {
    flex: 1;
    background-color: #e5e5e5;
}

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

.insight-content {
    flex: 1;
}

.insight-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

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

.feature-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    color: #555;
}

.feature-list li:last-child {
    border-bottom: none;
}

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

.trust-section h2 {
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.testimonial-grid {
    display: flex;
    gap: 40px;
}

.testimonial-card {
    flex: 1;
    background-color: #ffffff;
    padding: 40px 35px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

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

.services-section h2 {
    font-size: 42px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 70px;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    flex: 1 1 calc(50% - 20px);
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image {
    width: 100%;
    height: 300px;
    background-color: #e5e5e5;
}

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

.service-content {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.product-features {
    list-style: none;
    margin: 20px 0;
}

.product-features li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #555;
}

.product-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
}

.service-price {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0;
}

.btn-select-service {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

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

.form-section {
    padding: 100px 0;
    background-color: #f8f7f4;
}

.form-card {
    background-color: #ffffff;
    padding: 60px 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form-card h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.form-intro {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    font-size: 15px;
    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: #1a1a1a;
}

.btn-submit {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

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

.final-cta-section {
    padding: 120px 0;
    background-color: #1a1a1a;
    text-align: center;
}

.final-cta-section h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
}

.final-cta-section p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 40px;
}

.cta-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 16px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 60px 0 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.7;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 30px 0;
    border-top: 1px solid #444;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.disclaimer-text {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    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: #555;
    line-height: 1.6;
}

.cookie-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

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

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

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

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

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

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

.page-header {
    padding: 80px 0 60px;
    background-color: #f8f7f4;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.page-subtitle {
    font-size: 20px;
    color: #666;
}

.about-content {
    padding: 100px 0;
    background-color: #ffffff;
}

.content-split {
    display: flex;
    gap: 70px;
    align-items: center;
}

.content-image {
    flex: 1;
    background-color: #e5e5e5;
}

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

.content-text {
    flex: 1;
}

.content-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.values-section {
    padding: 100px 0;
    background-color: #f8f7f4;
}

.values-section h2 {
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 40px 35px;
}

.value-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.value-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.process-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.process-section h2 {
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

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

.process-step {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 30px;
    background-color: #fafafa;
}

.step-number {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    min-width: 60px;
}

.step-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.step-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.team-section {
    padding: 100px 0;
    background-color: #f8f7f4;
}

.team-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
}

.team-image-container {
    margin: 50px 0;
    background-color: #e5e5e5;
}

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

.team-text {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-about-section {
    padding: 100px 0;
    background-color: #ffffff;
    text-align: center;
}

.cta-about-section h2 {
    font-size: 36px;
    margin-bottom: 35px;
    color: #1a1a1a;
}

.btn-cta-large {
    display: inline-block;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 50px;
    font-size: 17px;
    transition: background-color 0.3s ease;
}

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

.services-page-section {
    padding: 80px 0 100px;
}

.contact-section {
    padding: 80px 0;
    background-color: #ffffff;
}

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

.contact-info-card {
    flex: 1;
    background-color: #f8f7f4;
    padding: 50px 40px;
}

.contact-info-card h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-icon {
    font-size: 28px;
}

.contact-details h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.contact-value {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.contact-image-card {
    flex: 1;
    position: relative;
    background-color: #e5e5e5;
}

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

.contact-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 40px 30px;
    color: #ffffff;
}

.contact-image-overlay p {
    font-size: 15px;
    line-height: 1.7;
}

.faq-section {
    padding: 100px 0;
    background-color: #f8f7f4;
}

.faq-section h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
}

.faq-item {
    background-color: #ffffff;
    padding: 35px 40px;
    margin-bottom: 20px;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.faq-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.map-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.map-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
}

.map-description {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

.map-placeholder {
    width: 100%;
    height: 400px;
    background-color: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-overlay {
    text-align: center;
    padding: 40px;
    background-color: rgba(255,255,255,0.95);
}

.map-overlay p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.map-note {
    font-size: 14px;
    color: #888;
}

.thanks-section {
    padding: 120px 0;
    background-color: #f8f7f4;
}

.thanks-card {
    background-color: #ffffff;
    padding: 80px 60px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.thanks-icon {
    font-size: 64px;
    color: #28a745;
    margin-bottom: 30px;
}

.thanks-card h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.thanks-info {
    background-color: #f8f7f4;
    padding: 25px;
    margin-bottom: 50px;
}

.selected-service-info {
    font-size: 16px;
    color: #555;
}

.next-steps {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: left;
}

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
    color: #1a1a1a;
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.step-item {
    display: flex;
    gap: 25px;
}

.step-num {
    min-width: 50px;
    height: 50px;
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.step-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.step-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-primary-action {
    display: inline-block;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 40px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

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

.btn-secondary-action {
    display: inline-block;
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    text-decoration: none;
    padding: 14px 40px;
    font-size: 16px;
    transition: all 0.3s ease;
}

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

.legal-page {
    padding: 80px 0;
    background-color: #ffffff;
}

.legal-intro {
    font-size: 15px;
    color: #888;
    margin-bottom: 40px;
}

.legal-content {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}

.legal-content p {
    margin-bottom: 20px;
}

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

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

.legal-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.cookie-table th {
    background-color: #f8f7f4;
    font-weight: 600;
    color: #333;
}

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

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

    .hero-section {
        flex-direction: column;
    }

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

    .story-cards {
        flex-direction: column;
    }

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

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

    .service-cards {
        flex-direction: column;
    }

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

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

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

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

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .thanks-actions {
        flex-direction: column;
    }

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