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

body {
    font-family: 'Georgia', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafaf8;
}

.ad-notice {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.floating-nav {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.nav-brand {
    font-size: 26px;
    font-weight: bold;
    color: #8b7355;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: color 0.3s;
}

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

.hero-overlay {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 820px;
    padding: 0 30px;
}

.hero-content h1 {
    font-size: 58px;
    line-height: 1.15;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: -1px;
}

.hero-content p {
    font-size: 22px;
    line-height: 1.5;
    opacity: 0.95;
}

.story-opener {
    padding: 90px 30px;
    background-color: #ffffff;
}

.narrow-column {
    max-width: 680px;
    margin: 0 auto;
}

.intro-text {
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 28px;
    color: #3a3a3a;
}

.narrow-column p {
    font-size: 19px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.insight-block {
    padding: 100px 30px;
    background-color: #f5f3f0;
}

.offset-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: center;
}

.insight-image {
    flex: 1;
}

.insight-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #2c2c2c;
    font-weight: 400;
}

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

.problem-section {
    padding: 90px 30px;
    background-color: #ffffff;
}

.full-width-text {
    max-width: 1100px;
    margin: 0 auto;
}

.full-width-text h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
    color: #2c2c2c;
}

.three-col-grid {
    display: flex;
    gap: 45px;
}

.problem-card {
    flex: 1;
    padding: 35px;
    background-color: #f9f9f9;
    border-left: 4px solid #8b7355;
}

.problem-card h3 {
    font-size: 22px;
    margin-bottom: 18px;
    color: #2c2c2c;
    font-weight: 600;
}

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

.trust-element {
    padding: 100px 30px;
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.centered-content h2 {
    font-size: 38px;
    margin-bottom: 18px;
    font-weight: 400;
}

.subheading {
    font-size: 20px;
    margin-bottom: 60px;
    opacity: 0.85;
}

.trust-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 50px;
}

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

.trust-number {
    font-size: 52px;
    font-weight: bold;
    color: #c9b8a4;
    margin-bottom: 12px;
}

.trust-item p {
    font-size: 16px;
    line-height: 1.5;
}

.testimonial-inline {
    padding: 90px 30px;
    background-color: #f5f3f0;
}

.testimonial-card {
    max-width: 780px;
    margin: 0 auto 50px;
    padding: 45px;
    background-color: #ffffff;
    border-left: 5px solid #8b7355;
}

.testimonial-card:last-child {
    margin-bottom: 0;
}

.quote {
    font-size: 19px;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.author {
    font-size: 16px;
    color: #7a7a7a;
    font-family: Arial, sans-serif;
}

.reveal-section {
    padding: 80px 30px;
    background-color: #ffffff;
    text-align: center;
}

.reveal-section h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #2c2c2c;
}

.reveal-section p {
    font-size: 20px;
    color: #5a5a5a;
}

.services-showcase {
    padding: 60px 30px 100px;
    background-color: #fafaf8;
}

.service-card-large {
    max-width: 1100px;
    margin: 0 auto 70px;
    display: flex;
    gap: 60px;
    align-items: center;
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

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

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
}

.service-details {
    flex: 1;
}

.service-details h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 400;
}

.service-details p {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-details ul {
    margin: 25px 0;
    padding-left: 20px;
}

.service-details li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #5a5a5a;
}

.price {
    font-size: 28px;
    font-weight: bold;
    color: #8b7355;
    margin: 25px 0;
}

.select-service {
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: Arial, sans-serif;
}

.select-service:hover {
    background-color: #6f5a43;
}

.form-section {
    padding: 100px 30px;
    background-color: #2c2c2c;
}

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

.form-container h2 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 400;
}

.form-intro {
    font-size: 18px;
    color: #d4d4d4;
    text-align: center;
    margin-bottom: 50px;
}

.contact-form {
    background-color: #ffffff;
    padding: 50px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #2c2c2c;
    font-family: Arial, sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-family: Georgia, serif;
    transition: border-color 0.3s;
}

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

.submit-btn {
    width: 100%;
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: Arial, sans-serif;
}

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

.final-reassurance {
    padding: 80px 30px;
    background-color: #f5f3f0;
}

.final-reassurance h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 400;
}

.final-reassurance p {
    font-size: 19px;
    line-height: 1.65;
    color: #4a4a4a;
}

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

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

.footer-col {
    flex: 1;
}

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

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-col a {
    color: #d4d4d4;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

.disclaimer {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: #2a2a2a;
    border-left: 4px solid #8b7355;
}

.disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #b4b4b4;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #a4a4a4;
}

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

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: opacity 0.3s;
    font-family: Arial, sans-serif;
}

.cookie-btn:hover {
    opacity: 0.85;
}

.cookie-btn.accept {
    background-color: #8b7355;
    color: #ffffff;
}

.cookie-btn.reject {
    background-color: #4a4a4a;
    color: #ffffff;
}

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

.page-header h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 20px;
    opacity: 0.85;
}

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

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

.content-wrapper h2 {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #2c2c2c;
    font-weight: 400;
}

.content-wrapper h2:first-child {
    margin-top: 0;
}

.content-wrapper h3 {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 35px;
    color: #3a3a3a;
    font-weight: 600;
}

.content-wrapper p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.content-wrapper ul {
    margin: 20px 0 20px 25px;
}

.content-wrapper li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.info-card {
    background-color: #f5f3f0;
    padding: 35px;
    margin: 30px 0;
    border-left: 5px solid #8b7355;
}

.info-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 30px 0;
}

.contact-info p {
    font-size: 17px;
    margin-bottom: 15px;
}

.contact-info strong {
    color: #2c2c2c;
}

.thanks-message {
    padding: 120px 30px;
    background-color: #ffffff;
    text-align: center;
}

.thanks-box {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px;
    background-color: #f5f3f0;
}

.thanks-box h1 {
    font-size: 42px;
    color: #2c2c2c;
    margin-bottom: 25px;
    font-weight: 400;
}

.thanks-box p {
    font-size: 19px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.thanks-box a {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 40px;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.3s;
}

.thanks-box a:hover {
    background-color: #6f5a43;
}

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

    .hero-content p {
        font-size: 18px;
    }

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

    .three-col-grid {
        flex-direction: column;
    }

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

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

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

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

    .floating-nav {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        gap: 20px;
    }
}