* {
    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: #2d3748;
    background: #ffffff;
}

.nav-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    text-decoration: none;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #718096;
    padding: 0.25rem 0.75rem;
    background: #edf2f7;
    border-radius: 4px;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-visual {
    position: relative;
    height: 700px;
    margin-top: 80px;
    overflow: hidden;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    color: #ffffff;
}

.hero-overlay h1 {
    font-size: 3.5rem;
    font-weight: 800;
    max-width: 900px;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-overlay p {
    font-size: 1.5rem;
    max-width: 700px;
    font-weight: 300;
}

.story-intro {
    padding: 6rem 2rem;
}

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

.story-intro h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.story-intro p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #4a5568;
    line-height: 1.8;
}

.problem-section {
    padding: 6rem 2rem;
}

.split-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.split-content {
    flex: 1;
}

.split-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.split-content p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #4a5568;
    line-height: 1.8;
}

.split-image {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
}

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

.citation {
    color: #2b6cb0;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.insight-reveal {
    padding: 6rem 2rem;
}

.insight-reveal h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.insight-reveal > .narrow-container > p {
    font-size: 1.25rem;
    margin-bottom: 4rem;
    color: #4a5568;
    text-align: center;
}

.insight-cards {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
}

.insight-card {
    flex: 1;
    padding: 3rem 2rem;
    border-radius: 8px;
    color: #ffffff;
}

.insight-card h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.insight-card p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.trust-section {
    padding: 6rem 2rem;
    background: #f7fafc;
}

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

.trust-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}

.testimonial-grid {
    display: flex;
    gap: 2rem;
}

.testimonial {
    flex: 1;
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.testimonial p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #2d3748;
    font-style: italic;
}

.testimonial-author {
    font-weight: 600;
    color: #4a5568;
}

.visual-break {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.visual-break img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.visual-caption {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    padding: 0 2rem;
}

.visual-caption p {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.benefits-deep {
    padding: 6rem 2rem;
}

.benefits-deep h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.benefits-deep > .narrow-container > p {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    color: #4a5568;
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem;
}

.benefit-item h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.benefit-item p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
}

.solution-section {
    padding: 6rem 2rem;
}

.solution-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.section-intro {
    font-size: 1.25rem;
    color: #4a5568;
    text-align: center;
    margin-bottom: 4rem;
}

.solution-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.solution-card {
    flex: 0 0 calc(33.333% - 1.5rem);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.solution-image {
    height: 250px;
    overflow: hidden;
}

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

.solution-card h3 {
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 1rem;
    color: #2d3748;
}

.solution-card p {
    margin: 0 1.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #2b6cb0;
    margin: 1.5rem;
}

.btn-select {
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem;
    padding: 1rem;
    background: #2d3748;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.form-section {
    padding: 6rem 2rem;
    background: #f7fafc;
}

.form-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.form-section > .narrow-container > p {
    font-size: 1.1rem;
    color: #4a5568;
    text-align: center;
    margin-bottom: 3rem;
}

.contact-form {
    background: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2d3748;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.btn-submit {
    width: 100%;
    padding: 1rem;
    background: #2b6cb0;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #2c5282;
}

.final-reassurance {
    padding: 6rem 2rem;
    color: #ffffff;
}

.final-reassurance h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.final-reassurance p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: center;
}

.site-footer {
    background: #1a202c;
    color: #e2e8f0;
    padding: 4rem 2rem 2rem;
}

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

.footer-section h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-section p,
.footer-section a {
    display: block;
    color: #cbd5e0;
    text-decoration: none;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

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

.references {
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding: 2rem;
    background: #2d3748;
    border-radius: 8px;
}

.references h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.references p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    color: #cbd5e0;
}

.references a {
    color: #63b3ed;
    text-decoration: none;
}

.references a:hover {
    text-decoration: underline;
}

.disclaimer {
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding: 2rem;
    background: #2d3748;
    border-radius: 8px;
    border-left: 4px solid #f6ad55;
}

.disclaimer p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #e2e8f0;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d3748;
    color: #ffffff;
    padding: 1.5rem 2rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 1rem;
}

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.btn-accept {
    background: #48bb78;
    color: #ffffff;
}

.btn-accept:hover {
    opacity: 0.9;
}

.btn-reject {
    background: #718096;
    color: #ffffff;
}

.btn-reject:hover {
    opacity: 0.9;
}

.about-hero {
    padding: 8rem 2rem 4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    text-align: center;
}

.about-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.about-hero p {
    font-size: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.about-content {
    padding: 4rem 2rem;
}

.about-content h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

.about-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.services-hero {
    padding: 8rem 2rem 4rem;
    background: #2d3748;
    color: #ffffff;
    text-align: center;
}

.services-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.services-list {
    padding: 4rem 2rem;
}

.service-item {
    max-width: 900px;
    margin: 0 auto 3rem;
    padding: 2.5rem;
    background: #f7fafc;
    border-radius: 8px;
    border-left: 4px solid #2b6cb0;
}

.service-item h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.service-item p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 1rem;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #2b6cb0;
    margin-top: 1.5rem;
}

.contact-hero {
    padding: 8rem 2rem 4rem;
    background: #2d3748;
    color: #ffffff;
    text-align: center;
}

.contact-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.contact-info {
    padding: 4rem 2rem;
}

.contact-details {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem;
    background: #f7fafc;
    border-radius: 8px;
}

.contact-details h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #2d3748;
}

.detail-item {
    margin-bottom: 2rem;
}

.detail-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #2d3748;
}

.detail-item p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
}

.thanks-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
    padding: 4rem;
    background: #f7fafc;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
}

.thanks-content p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.btn-home {
    display: inline-block;
    padding: 1rem 2rem;
    background: #2b6cb0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 1.5rem;
    transition: background 0.3s;
}

.btn-home:hover {
    background: #2c5282;
}

.legal-page {
    padding: 8rem 2rem 4rem;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2d3748;
}

.legal-page h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.legal-page h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #4a5568;
}

.legal-page p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 1rem;
}

.legal-page ul,
.legal-page ol {
    margin: 1rem 0 1rem 2rem;
    color: #4a5568;
}

.legal-page li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .split-layout {
        flex-direction: column;
    }

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

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

    .solution-card {
        flex: 0 0 calc(50% - 1rem);
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-section {
        flex: 0 0 calc(50% - 1.5rem);
    }
}

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

    .hero-overlay p {
        font-size: 1.25rem;
    }

    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        gap: 1rem;
    }

    .solution-card {
        flex: 0 0 100%;
    }

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

    .about-hero h1,
    .services-hero h1,
    .contact-hero h1 {
        font-size: 2.25rem;
    }
}
