* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    background-color: #fafafa;
    line-height: 1.6;
}

.ad-notice {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    background-color: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 35px;
    z-index: 999;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 1px;
}

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
    padding: 80px 60px 60px 60px;
    background-color: #f5f5f5;
}

.hero-content-offset {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 80px;
    z-index: 2;
}

.hero-content-offset h1 {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 21px;
    line-height: 1.5;
    color: #5a5a5a;
    margin-bottom: 40px;
    max-width: 520px;
}

.cta-primary {
    display: inline-block;
    background-color: #c9a961;
    color: #ffffff;
    padding: 16px 42px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
}

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

.hero-image-overlap {
    position: absolute;
    right: 60px;
    top: 120px;
    width: 48%;
    height: 70%;
    z-index: 1;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
}

.story-intro {
    display: flex;
    align-items: center;
    padding: 120px 60px;
    gap: 80px;
    background-color: #ffffff;
}

.story-block-left {
    flex: 1;
}

.story-block-left h2 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #1a1a1a;
    line-height: 1.2;
}

.story-block-left p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.story-image-right {
    width: 45%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
}

.insight-section {
    padding: 100px 60px;
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.insight-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.insight-container h3 {
    font-size: 36px;
    margin-bottom: 24px;
}

.insight-container p {
    font-size: 19px;
    line-height: 1.7;
    color: #d4d4d4;
}

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

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

.problem-section {
    padding: 100px 60px;
    background-color: #f9f9f9;
}

.problem-grid {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.problem-item {
    flex: 1;
    padding: 40px 30px;
    background-color: #ffffff;
    border-left: 4px solid #c9a961;
}

.problem-item h4 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.problem-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
}

.solution-reveal {
    padding: 120px 60px;
    background-color: #ffffff;
}

.solution-content-asymmetric {
    display: flex;
    align-items: center;
    gap: 70px;
    max-width: 1300px;
    margin: 0 auto;
}

.solution-image-float {
    width: 40%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
    transform: translateY(-40px);
}

.solution-text {
    flex: 1;
}

.solution-text h2 {
    font-size: 44px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.solution-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.testimonials-inline {
    padding: 90px 60px;
    background-color: #f5f5f5;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.testimonial-card-offset {
    max-width: 480px;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.testimonial-card-offset:nth-child(2) {
    transform: translateY(40px);
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    color: #c9a961;
    font-weight: 600;
}

.benefits-reveal {
    padding: 110px 60px;
    background-color: #ffffff;
}

.benefits-title {
    font-size: 46px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.benefits-asymmetric-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-block {
    flex: 1 1 calc(50% - 40px);
    padding: 45px 35px;
    background-color: #fafafa;
    border-top: 3px solid #c9a961;
}

.benefit-elevated {
    transform: translateY(-20px);
    background-color: #f5f5f5;
}

.benefit-block h5 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.benefit-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
}

.trust-building {
    padding: 100px 60px;
    background-color: #2c2c2c;
}

.trust-content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1300px;
    margin: 0 auto;
}

.trust-content img {
    width: 50%;
    height: auto;
    object-fit: cover;
    background-color: #3a3a3a;
}

.trust-text-block {
    flex: 1;
    color: #ffffff;
}

.trust-text-block h3 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #c9a961;
}

.trust-text-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #d4d4d4;
    margin-bottom: 20px;
}

.collection-preview {
    padding: 120px 60px;
    background-color: #ffffff;
}

.collection-title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.collection-intro {
    text-align: center;
    font-size: 19px;
    color: #5a5a5a;
    margin-bottom: 60px;
}

.collection-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.collection-card {
    flex: 1 1 calc(33.333% - 50px);
    background-color: #fafafa;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card-elevated {
    transform: translateY(-30px);
}

.collection-card:hover {
    transform: translateY(-8px);
}

.collection-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.card-content {
    padding: 30px 25px;
}

.card-content h4 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #1a1a1a;
}

.card-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
    margin-bottom: 16px;
}

.price-reveal {
    font-size: 20px;
    color: #c9a961;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-select {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.cta-select:hover {
    background-color: #c9a961;
}

.form-section {
    padding: 100px 60px;
    background-color: #f5f5f5;
}

.form-container-asymmetric {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 50px;
    background-color: #ffffff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-80px);
}

.form-container-asymmetric h2 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-intro {
    font-size: 17px;
    color: #5a5a5a;
    margin-bottom: 40px;
}

.selected-service-display {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #c9a961;
}

.selected-service-display p {
    font-size: 16px;
    color: #2c2c2c;
    margin-bottom: 8px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #e0e0e0;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.cta-submit {
    background-color: #c9a961;
    color: #ffffff;
    border: none;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.cta-submit:hover {
    background-color: #b59851;
}

.final-cta {
    padding: 100px 60px;
    background-color: #2c2c2c;
    text-align: center;
}

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

.final-cta-content p {
    font-size: 19px;
    color: #d4d4d4;
    margin-bottom: 40px;
}

.cta-secondary {
    display: inline-block;
    background-color: transparent;
    color: #c9a961;
    border: 2px solid #c9a961;
    padding: 16px 42px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.footer {
    background-color: #1a1a1a;
    color: #d4d4d4;
    padding: 60px 60px 30px 60px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.footer-section h6 {
    font-size: 18px;
    color: #c9a961;
    margin-bottom: 18px;
    font-weight: 600;
}

.footer-section p,
.footer-section a {
    font-size: 14px;
    line-height: 1.8;
    color: #b4b4b4;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 30px;
    background-color: #242424;
    border-left: 3px solid #c9a961;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #a4a4a4;
}

.footer-references {
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

.footer-references h6 {
    font-size: 16px;
    color: #c9a961;
    margin-bottom: 12px;
}

.footer-references p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.footer-references a {
    color: #c9a961;
    text-decoration: none;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333333;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 60px;
    display: none;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

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

.cookie-content p {
    font-size: 15px;
    line-height: 1.5;
}

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

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

.cookie-accept {
    background-color: #c9a961;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #b59851;
}

.cookie-reject {
    background-color: transparent;
    color: #c9a961;
    border: 2px solid #c9a961;
}

.cookie-reject:hover {
    background-color: #c9a961;
    color: #ffffff;
}

.page-header {
    padding: 100px 60px 60px 60px;
    background-color: #2c2c2c;
    color: #ffffff;
    text-align: center;
}

.page-header h1 {
    font-size: 52px;
    margin-bottom: 16px;
}

.page-header p {
    font-size: 19px;
    color: #d4d4d4;
}

.content-section {
    padding: 80px 60px;
    background-color: #ffffff;
}

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

.content-container h2 {
    font-size: 32px;
    margin: 40px 0 20px 0;
    color: #1a1a1a;
}

.content-container h3 {
    font-size: 24px;
    margin: 30px 0 16px 0;
    color: #2c2c2c;
}

.content-container p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.content-container ul {
    margin: 20px 0 20px 30px;
}

.content-container li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.contact-info-block {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 40px 0;
    border-left: 4px solid #c9a961;
}

.contact-info-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.contact-info-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 60px;
    background-color: #f5f5f5;
}

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-container h1 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.thanks-container p {
    font-size: 19px;
    color: #5a5a5a;
    margin-bottom: 16px;
    max-width: 600px;
}

.thanks-cta {
    display: inline-block;
    background-color: #c9a961;
    color: #ffffff;
    padding: 16px 42px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.thanks-cta:hover {
    background-color: #b59851;
}

@media (max-width: 768px) {
    .nav-floating {
        padding: 20px 30px;
    }

    .hero-asymmetric {
        flex-direction: column;
        padding: 60px 30px;
    }

    .hero-content-offset {
        padding-right: 0;
    }

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

    .hero-image-overlap {
        position: relative;
        width: 100%;
        height: 400px;
        right: 0;
        top: 30px;
    }

    .story-intro {
        flex-direction: column;
        padding: 60px 30px;
        gap: 40px;
    }

    .story-image-right {
        width: 100%;
    }

    .problem-grid {
        flex-direction: column;
        gap: 30px;
    }

    .solution-content-asymmetric {
        flex-direction: column;
        gap: 40px;
    }

    .solution-image-float {
        width: 100%;
        transform: none;
    }

    .testimonials-inline {
        flex-direction: column;
        gap: 30px;
    }

    .testimonial-card-offset:nth-child(2) {
        transform: none;
    }

    .trust-content {
        flex-direction: column;
        gap: 40px;
    }

    .trust-content img {
        width: 100%;
    }

    .collection-grid-asymmetric {
        flex-direction: column;
        gap: 30px;
    }

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

    .card-elevated {
        transform: none;
    }

    .form-container-asymmetric {
        transform: none;
        padding: 40px 30px;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }
}