* {
    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;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

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

.cookie-banner.active {
    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;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-accept {
    background: #27ae60;
    color: white;
}

.btn-accept:hover {
    background: #229954;
}

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

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

.floating-nav {
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 3rem;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav-brand {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.hero-visual {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

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

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 90%;
    max-width: 800px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.95;
}

.story-hook {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

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

.lead-text {
    font-size: 1.35rem;
    line-height: 1.8;
    color: #34495e;
    font-weight: 300;
}

.visual-block {
    margin: 0;
}

.full-image {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.narrative-section {
    padding: 7rem 2rem;
    background: white;
}

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

.section-heading {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 3rem;
    letter-spacing: -1px;
}

.two-col-text {
    display: flex;
    gap: 4rem;
}

.two-col-text .col {
    flex: 1;
}

.two-col-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.image-text-overlap {
    padding: 5rem 2rem;
    background: #1a1a1a;
}

.overlap-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
}

.overlap-image {
    flex: 0 0 50%;
    border-radius: 4px;
}

.overlap-text {
    flex: 1;
    color: white;
}

.overlap-text h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.overlap-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.text-link {
    color: #3498db;
    font-weight: 500;
    transition: color 0.3s ease;
}

.text-link:hover {
    color: #5dade2;
}

.testimonial-inline {
    padding: 5rem 2rem;
    background: #ecf0f1;
}

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

.testimonial-text {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.testimonial-author {
    font-size: 1rem;
    color: #7f8c8d;
    font-style: normal;
}

.insight-reveal {
    padding: 7rem 2rem;
    background: white;
}

.insight-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 4rem;
    text-align: center;
    letter-spacing: -1px;
}

.insight-grid {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.insight-item {
    flex: 1;
    min-width: 280px;
}

.insight-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

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

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

.visual-break {
    margin: 0;
}

.wide-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.trust-builder {
    padding: 7rem 2rem;
    background: #f8f9fa;
}

.trust-builder h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 4rem;
    text-align: center;
    letter-spacing: -1px;
}

.trust-points {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.trust-point {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.trust-number {
    font-size: 3rem;
    font-weight: 200;
    color: #3498db;
    flex-shrink: 0;
}

.trust-point h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.trust-point p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.social-proof {
    padding: 6rem 2rem;
    background: white;
}

.testimonial-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.testimonial-small {
    flex: 1;
    min-width: 250px;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 4px;
}

.testimonial-small p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-style: italic;
}

.testimonial-small span {
    font-size: 0.9rem;
    color: #7f8c8d;
}

.image-immersion {
    padding: 0;
}

.immersion-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.grid-img {
    object-fit: cover;
}

.grid-img.tall {
    flex: 1 1 calc(33.333% - 1rem);
    height: 600px;
}

.grid-img.wide {
    flex: 1 1 calc(66.666% - 1rem);
    height: 300px;
}

.value-proposition {
    padding: 6rem 2rem;
    background: #1a1a1a;
    color: white;
    text-align: center;
}

.value-proposition h2 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.value-intro {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.services-showcase {
    padding: 5rem 2rem;
    background: white;
}

.service-card {
    display: flex;
    gap: 4rem;
    margin-bottom: 6rem;
    align-items: center;
}

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

.service-visual {
    flex: 0 0 45%;
}

.service-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 4px;
}

.service-details {
    flex: 1;
}

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

.service-details p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
}

.service-features {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.feature-tag {
    background: #ecf0f1;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #34495e;
}

.service-price {
    margin-bottom: 2rem;
}

.price-label {
    font-size: 0.95rem;
    color: #7f8c8d;
    display: block;
    margin-bottom: 0.5rem;
}

.price-value {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
}

.service-cta {
    background: #3498db;
    color: white;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-cta:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.urgency-section {
    padding: 4rem 2rem;
    background: #fff3cd;
}

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

.urgency-box h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #856404;
}

.urgency-box p {
    font-size: 1.1rem;
    color: #856404;
}

.form-section {
    padding: 7rem 2rem;
    background: #f8f9fa;
}

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

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

.form-intro {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #555;
}

.contact-form {
    background: white;
    padding: 3rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    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: #3498db;
}

.form-submit {
    width: 100%;
    background: #3498db;
    color: white;
    padding: 1.2rem;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit:hover {
    background: #2980b9;
}

.final-visual {
    margin: 0;
}

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

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

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.footer-col p {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.6;
}

.footer-col a {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-col a:hover {
    opacity: 1;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    opacity: 0.7;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.sticky-btn {
    background: #e74c3c;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(231, 76, 60, 0.4);
    transition: all 0.3s ease;
    display: block;
}

.sticky-btn:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(231, 76, 60, 0.5);
}

.thanks-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.thanks-container {
    background: white;
    padding: 4rem 3rem;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
}

.thanks-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
}

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #2c3e50;
}

.thanks-container p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #555;
    line-height: 1.7;
}

.thanks-cta {
    display: inline-block;
    background: #3498db;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.thanks-cta:hover {
    background: #2980b9;
}

.legal-page {
    padding: 6rem 2rem 4rem;
    background: white;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.legal-content .last-updated {
    color: #7f8c8d;
    margin-bottom: 3rem;
    font-size: 0.95rem;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.legal-content h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

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

.legal-content ul,
.legal-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-content li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    color: #34495e;
}

.contact-page {
    padding: 8rem 2rem 4rem;
    background: #f8f9fa;
}

.contact-content {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-header {
    text-align: center;
    margin-bottom: 4rem;
}

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

.contact-header p {
    font-size: 1.2rem;
    color: #555;
}

.contact-info-grid {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.contact-info-item {
    flex: 1;
    min-width: 280px;
    background: white;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-info-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.contact-info-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.contact-info-item a {
    color: #3498db;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: #2980b9;
}

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

    .nav-links {
        gap: 1rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-heading {
        font-size: 2rem;
    }

    .two-col-text {
        flex-direction: column;
        gap: 2rem;
    }

    .overlap-wrapper {
        flex-direction: column;
        gap: 2rem;
    }

    .overlap-image {
        flex: 1;
    }

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

    .trust-point {
        flex-direction: column;
    }

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

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

    .grid-img.tall,
    .grid-img.wide {
        flex: 1;
        height: 300px;
    }

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

    .service-visual {
        flex: 1;
    }

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

    .sticky-cta {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }

    .sticky-btn {
        width: 100%;
        text-align: center;
    }

    .contact-form {
        padding: 2rem;
    }
}