/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.75;
    color: #2a2a2a;
    background-color: #fdfdf9;
}

a {
    color: #c17a4f;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #9a5d3d;
}

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

/* Navigation - Minimal Style */
.nav-minimal {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e8e4db;
    z-index: 1000;
    padding: 1.2rem 0;
}

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

.logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2a2a2a;
    letter-spacing: -0.02em;
}

.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background-color: #2a2a2a;
    margin: 3px 0;
    transition: 0.3s;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: #2a2a2a;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.nav-menu a:hover {
    color: #c17a4f;
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: #fff;
        padding: 1.5rem;
        gap: 1rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .nav-menu.active {
        display: flex;
    }
}

/* Editorial Flow Container */
.editorial-flow {
    max-width: 100%;
}

/* Narrow Column - Core of Editorial Style */
.narrow-column {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero - Editorial Style */
.hero-editorial {
    padding: 4rem 0 3rem;
    background-color: #f9f7f3;
}

.hero-text-center {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
    text-align: center;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.25;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.lead-text {
    font-size: 1.25rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.hero-image {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.hero-image img {
    width: 100%;
    border-radius: 4px;
}

/* Story Sections */
.story-intro,
.problem-reveal,
.insight-section,
.transformation-story,
.benefits-reveal,
.social-proof,
.approach-section,
.services-reveal,
.urgency-section,
.final-cta,
.guarantee-section,
.about-story,
.values-section,
.services-intro,
.services-list,
.booking-form-section,
.contact-info,
.map-section,
.thanks-section,
.legal-content {
    padding: 3.5rem 0;
}

.story-intro {
    background-color: #fff;
}

.problem-reveal {
    background-color: #f9f7f3;
}

.insight-section {
    background-color: #fff;
}

.transformation-story {
    background-color: #faf8f5;
}

.benefits-reveal {
    background-color: #fff;
}

.social-proof {
    background-color: #f5f3ef;
}

.approach-section {
    background-color: #fff;
}

.services-reveal {
    background-color: #faf8f5;
}

.urgency-section {
    background-color: #fff;
}

.final-cta {
    background-color: #f9f7f3;
}

.guarantee-section {
    background-color: #fff;
}

/* Typography */
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 2rem 0 1rem;
    color: #2a2a2a;
    font-weight: 600;
}

h4 {
    font-size: 1.1rem;
    margin: 1.5rem 0 0.75rem;
    color: #3a3a3a;
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #3a3a3a;
}

/* Drop Cap */
.drop-cap::first-letter {
    font-size: 4rem;
    line-height: 0.9;
    float: left;
    margin: 0.1rem 0.15rem 0 0;
    color: #c17a4f;
    font-weight: 700;
}

/* Inline Images */
.inline-image {
    margin: 2.5rem 0;
}

.inline-image img {
    border-radius: 4px;
}

/* Testimonials - Inline Style */
.testimonial-inline {
    border-left: 4px solid #c17a4f;
    padding-left: 1.5rem;
    margin: 2.5rem 0;
    font-style: italic;
    font-size: 1.15rem;
    color: #4a4a4a;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 0.95rem;
    color: #7a7a7a;
}

/* Benefits List */
.benefit-list {
    margin: 2.5rem 0;
}

.benefit-item {
    margin-bottom: 2.5rem;
}

.benefit-item h3 {
    margin-top: 0;
    color: #c17a4f;
}

/* Urgency Stats */
.urgency-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2.5rem 0;
    justify-content: center;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.stat-item strong {
    display: block;
    font-size: 2.5rem;
    color: #c17a4f;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-item span {
    font-size: 0.95rem;
    color: #6a6a6a;
}

/* Service Cards */
.service-card {
    background-color: #fff;
    border: 1px solid #e8e4db;
    border-radius: 8px;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.service-card.featured {
    border: 2px solid #c17a4f;
    box-shadow: 0 4px 20px rgba(193, 122, 79, 0.15);
}

.badge {
    position: absolute;
    top: -12px;
    left: 2rem;
    background-color: #c17a4f;
    color: #fff;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    border-radius: 20px;
    font-weight: 600;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-card h2,
.service-card h3 {
    margin: 0 0 1rem 0;
}

.price-tag {
    background-color: #f9f7f3;
    color: #c17a4f;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1.2rem;
    white-space: nowrap;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
}

.service-features li {
    padding-left: 1.8rem;
    margin-bottom: 0.8rem;
    position: relative;
    font-size: 1rem;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c17a4f;
    font-weight: 700;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn-select,
.btn-submit {
    display: inline-block;
    padding: 0.9rem 2rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: inherit;
}

.btn-primary {
    background-color: #c17a4f;
    color: #fff;
}

.btn-primary:hover {
    background-color: #9a5d3d;
    color: #fff;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: #c17a4f;
    border: 2px solid #c17a4f;
}

.btn-secondary:hover {
    background-color: #c17a4f;
    color: #fff;
}

.btn-select,
.btn-submit {
    width: 100%;
    background-color: #c17a4f;
    color: #fff;
    margin-top: 1rem;
}

.btn-select:hover,
.btn-submit:hover {
    background-color: #9a5d3d;
    transform: translateY(-2px);
}

/* CTA Sections */
.cta-floating {
    position: sticky;
    top: 80px;
    text-align: center;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #e8e4db;
    border-bottom: 1px solid #e8e4db;
    z-index: 100;
    margin: 2rem 0;
}

.cta-link {
    font-size: 1.05rem;
    font-weight: 600;
    color: #c17a4f;
}

.cta-section-inline {
    text-align: center;
    padding: 3rem 0;
    background-color: #f5f3ef;
}

.cta-section-inline h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c17a4f;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.sticky-btn {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.sticky-btn:hover {
    color: #ffe8d6;
}

/* Forms */
.form-container {
    background-color: #fff;
    border: 1px solid #e8e4db;
    border-radius: 8px;
    padding: 2.5rem;
    margin-top: 2rem;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #d0cbc0;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

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

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-weight: 400;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 0.3rem;
}

/* Page Header */
.page-header {
    padding: 4rem 0 2rem;
    background-color: #f9f7f3;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

/* Contact Info */
.contact-block {
    margin-bottom: 3rem;
}

.contact-block h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-block .note {
    font-size: 0.95rem;
    color: #7a7a7a;
    font-style: italic;
}

/* Map Placeholder */
.map-placeholder {
    background-color: #e8e4db;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 8px;
    color: #6a6a6a;
}

/* Thanks Page */
.thanks-section {
    text-align: center;
    padding: 4rem 0;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #c17a4f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 2rem;
}

.thanks-content {
    text-align: left;
    margin-top: 2rem;
}

.next-steps {
    margin: 2.5rem 0;
}

.step-item {
    margin-bottom: 2rem;
    padding-left: 2rem;
    position: relative;
}

.step-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: #c17a4f;
}

.tips-box {
    background-color: #fff8f0;
    border-left: 4px solid #c17a4f;
    padding: 1.5rem;
    margin: 2rem 0;
}

.tips-box h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.social-share {
    margin: 2.5rem 0;
}

/* Values Section */
.value-item {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 4px;
}

.value-item h3 {
    margin-top: 0;
    color: #c17a4f;
}

/* Legal Content */
.legal-content ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookie-table th,
.cookie-table td {
    border: 1px solid #e8e4db;
    padding: 0.8rem;
    text-align: left;
}

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

/* Footer */
.site-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 2rem;
}

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

.footer-column h4 {
    color: #fff;
    margin-bottom: 1rem;
}

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

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #d0d0d0;
}

.footer-column a:hover {
    color: #c17a4f;
}

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(42, 42, 42, 0.97);
    color: #fff;
    padding: 1.5rem;
    z-index: 10000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

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

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

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 250px;
    font-size: 0.95rem;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #c17a4f;
    color: #fff;
}

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

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

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

/* Responsive Design */
@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .drop-cap::first-letter {
        font-size: 3rem;
    }

    .urgency-stats {
        flex-direction: column;
    }

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

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }

    .sticky-cta {
        padding: 0.8rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-editorial h1 {
        font-size: 1.7rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .form-container {
        padding: 1.5rem;
    }
}