*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#2d2d2d;background:#fefefe}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:color .3s}
ul,ol{list-style:none}
.container{width:90%;max-width:780px;margin:0 auto;padding:0 15px}
.container-wide{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}

/* Navigation */
.nav-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.97);box-shadow:0 2px 20px rgba(0,0,0,0.06);transition:transform .3s}
.nav-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 0}
.logo{font-size:1.4rem;font-weight:700;letter-spacing:-0.5px;color:#1a1a1a}
.logo span{color:#c9a227}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px}
.nav-toggle span{width:24px;height:2px;background:#1a1a1a;transition:all .3s}
.nav-menu{display:flex;gap:35px;align-items:center}
.nav-menu a{font-size:0.95rem;font-weight:500;color:#444;transition:color .3s}
.nav-menu a:hover{color:#c9a227}
.nav-cta{background:#1a1a1a;color:#fff;padding:10px 22px;border-radius:4px;font-weight:600;font-size:0.9rem}
.nav-cta:hover{background:#c9a227;color:#1a1a1a}

/* Hero Editorial */
.hero-editorial{padding:140px 0 80px;background:linear-gradient(135deg,#faf8f5 0%,#f5f0e8 100%)}
.hero-editorial .container{display:flex;flex-direction:column;gap:35px}
.hero-kicker{font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;color:#c9a227;font-weight:600}
.hero-headline{font-size:3.2rem;line-height:1.15;font-weight:700;color:#1a1a1a;max-width:680px}
.hero-subhead{font-size:1.25rem;color:#555;max-width:580px;line-height:1.8}
.hero-meta{display:flex;gap:30px;align-items:center;padding-top:15px;border-top:1px solid #e0d9cc}
.hero-meta-item{font-size:0.9rem;color:#666}
.hero-meta-item strong{color:#1a1a1a}

/* Article Content */
.article-content{padding:70px 0}
.article-lead{font-size:1.35rem;line-height:1.9;color:#333;margin-bottom:40px;padding-left:25px;border-left:3px solid #c9a227}
.article-text{font-size:1.05rem;line-height:1.95;color:#444;margin-bottom:30px}
.article-text:last-child{margin-bottom:0}

/* Inline Image */
.inline-image{margin:50px 0;position:relative}
.inline-image img{width:100%;height:400px;object-fit:cover;border-radius:6px}
.inline-image figcaption{position:absolute;bottom:15px;left:15px;background:rgba(255,255,255,0.95);padding:10px 18px;font-size:0.85rem;color:#1a1a1a;border-radius:3px}

/* Pull Quote */
.pull-quote{margin:60px 0;padding:40px 50px;background:#1a1a1a;color:#fff;border-radius:8px;position:relative}
.pull-quote::before{content:'"';position:absolute;top:10px;left:20px;font-size:5rem;color:rgba(201,162,39,0.3);font-family:Georgia,serif;line-height:1}
.pull-quote p{font-size:1.5rem;line-height:1.6;font-style:italic;position:relative;z-index:1}
.pull-quote cite{display:block;margin-top:20px;font-size:0.95rem;font-style:normal;color:#c9a227}

/* Section Divider */
.section-divider{padding:80px 0;background:#f9f6f1}
.divider-inner{display:flex;align-items:center;gap:40px}
.divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,#d4c9b5,transparent)}
.divider-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center}
.divider-icon svg{width:30px;height:30px;fill:#c9a227}

/* Problem Section */
.problem-section{padding:90px 0;background:#fff}
.problem-header{text-align:center;margin-bottom:50px}
.problem-label{font-size:0.8rem;text-transform:uppercase;letter-spacing:2.5px;color:#888;margin-bottom:15px}
.problem-title{font-size:2.4rem;font-weight:700;color:#1a1a1a;max-width:600px;margin:0 auto}
.problem-cards{display:flex;flex-direction:column;gap:25px;max-width:700px;margin:0 auto}
.problem-card{display:flex;gap:25px;padding:30px;background:#fdfbf8;border-radius:8px;border-left:4px solid #d9534f}
.problem-card-icon{width:45px;height:45px;background:#d9534f;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.problem-card-icon svg{width:22px;height:22px;fill:#fff}
.problem-card-content h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:8px}
.problem-card-content p{font-size:0.95rem;color:#666;line-height:1.7}

/* Insight Section */
.insight-section{padding:100px 0;background:linear-gradient(180deg,#1a1a1a 0%,#2a2a2a 100%);color:#fff}
.insight-content{display:flex;flex-direction:column;gap:40px}
.insight-label{font-size:0.8rem;text-transform:uppercase;letter-spacing:3px;color:#c9a227}
.insight-headline{font-size:2.6rem;font-weight:700;line-height:1.3}
.insight-text{font-size:1.15rem;line-height:1.9;color:#ccc;max-width:650px}
.insight-highlight{background:rgba(201,162,39,0.15);border-left:4px solid #c9a227;padding:25px 30px;margin-top:20px;border-radius:0 6px 6px 0}
.insight-highlight p{font-size:1.1rem;color:#f0e6c8;margin:0}

/* Story Section */
.story-section{padding:80px 0;background:#fff}
.story-intro{font-size:1.2rem;color:#555;text-align:center;max-width:700px;margin:0 auto 50px}
.story-timeline{position:relative;padding-left:40px}
.story-timeline::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:2px;background:#e8e0d0}
.story-item{position:relative;padding-bottom:45px}
.story-item:last-child{padding-bottom:0}
.story-item::before{content:'';position:absolute;left:-34px;top:5px;width:16px;height:16px;background:#c9a227;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 3px #e8e0d0}
.story-item h4{font-size:1.15rem;font-weight:600;color:#1a1a1a;margin-bottom:10px}
.story-item p{font-size:1rem;color:#666;line-height:1.8}

/* Testimonial Inline */
.testimonial-inline{margin:60px 0;padding:35px;background:#f9f6f1;border-radius:10px;display:flex;gap:25px;align-items:flex-start}
.testimonial-avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#ddd}
.testimonial-avatar img{width:100%;height:100%;object-fit:cover}
.testimonial-body p{font-size:1.05rem;line-height:1.8;color:#444;font-style:italic;margin-bottom:12px}
.testimonial-name{font-weight:600;color:#1a1a1a;font-size:0.95rem}
.testimonial-role{font-size:0.85rem;color:#888}

/* Benefits Section */
.benefits-section{padding:90px 0;background:#fdfbf8}
.benefits-header{margin-bottom:55px}
.benefits-label{font-size:0.8rem;text-transform:uppercase;letter-spacing:2.5px;color:#c9a227;margin-bottom:12px}
.benefits-title{font-size:2.2rem;font-weight:700;color:#1a1a1a}
.benefits-grid{display:flex;flex-wrap:wrap;gap:30px}
.benefit-item{flex:1 1 calc(50% - 15px);min-width:280px;padding:35px;background:#fff;border-radius:8px;box-shadow:0 5px 25px rgba(0,0,0,0.04)}
.benefit-icon{width:55px;height:55px;background:linear-gradient(135deg,#c9a227,#e5c76b);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.benefit-icon svg{width:28px;height:28px;fill:#fff}
.benefit-item h4{font-size:1.15rem;font-weight:600;color:#1a1a1a;margin-bottom:10px}
.benefit-item p{font-size:0.95rem;color:#666;line-height:1.7}

/* Services Reveal */
.services-reveal{padding:100px 0;background:#fff}
.services-reveal-header{text-align:center;margin-bottom:60px}
.services-reveal-label{font-size:0.8rem;text-transform:uppercase;letter-spacing:2.5px;color:#888;margin-bottom:12px}
.services-reveal-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:15px}
.services-reveal-sub{font-size:1.1rem;color:#666;max-width:550px;margin:0 auto}
.service-card{display:flex;gap:30px;padding:40px;background:#fdfbf8;border-radius:10px;margin-bottom:30px;border:1px solid #f0e8dc;transition:box-shadow .3s,border-color .3s}
.service-card:hover{box-shadow:0 10px 40px rgba(0,0,0,0.08);border-color:#c9a227}
.service-card:last-child{margin-bottom:0}
.service-card-image{width:200px;height:160px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#e8e0d0}
.service-card-image img{width:100%;height:100%;object-fit:cover}
.service-card-content{flex:1;display:flex;flex-direction:column}
.service-card-tag{font-size:0.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#c9a227;margin-bottom:10px;font-weight:600}
.service-card-title{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.service-card-desc{font-size:0.95rem;color:#666;line-height:1.7;flex:1}
.service-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:15px;border-top:1px solid #ebe4d6}
.service-price{font-size:1.5rem;font-weight:700;color:#1a1a1a}
.service-price span{font-size:0.9rem;font-weight:400;color:#888}
.service-select-btn{background:#1a1a1a;color:#fff;padding:12px 25px;border:none;border-radius:5px;font-size:0.9rem;font-weight:600;cursor:pointer;transition:background .3s}
.service-select-btn:hover{background:#c9a227}

/* Urgency Banner */
.urgency-banner{padding:25px 0;background:linear-gradient(90deg,#c9a227,#d4af37);color:#1a1a1a}
.urgency-inner{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap;text-align:center}
.urgency-text{font-size:1.1rem;font-weight:600}
.urgency-badge{background:#1a1a1a;color:#fff;padding:8px 18px;border-radius:20px;font-size:0.85rem;font-weight:600}

/* CTA Section */
.cta-section{padding:80px 0;background:#1a1a1a;text-align:center}
.cta-section h3{font-size:2rem;color:#fff;margin-bottom:15px;font-weight:700}
.cta-section p{color:#aaa;font-size:1.05rem;margin-bottom:30px}
.cta-btn{display:inline-block;background:#c9a227;color:#1a1a1a;padding:16px 40px;font-size:1rem;font-weight:700;border-radius:5px;transition:all .3s}
.cta-btn:hover{background:#e5c76b;transform:translateY(-2px)}

/* Inline CTA */
.inline-cta{margin:50px 0;padding:40px;background:linear-gradient(135deg,#f9f6f1,#f5f0e8);border-radius:10px;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}
.inline-cta-text h4{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}
.inline-cta-text p{color:#666;font-size:1rem}
.inline-cta-btn{background:#1a1a1a;color:#fff;padding:14px 32px;border-radius:5px;font-weight:600;font-size:0.95rem;transition:background .3s}
.inline-cta-btn:hover{background:#c9a227;color:#1a1a1a}

/* Form Section */
.form-section{padding:100px 0;background:linear-gradient(180deg,#faf8f5 0%,#fff 100%)}
.form-wrapper{max-width:580px;margin:0 auto}
.form-header{text-align:center;margin-bottom:45px}
.form-header h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.form-header p{color:#666;font-size:1.05rem}
.booking-form{background:#fff;padding:45px;border-radius:12px;box-shadow:0 15px 50px rgba(0,0,0,0.08)}
.form-group{margin-bottom:25px}
.form-group label{display:block;font-size:0.9rem;font-weight:600;color:#1a1a1a;margin-bottom:8px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;border:2px solid #e8e0d0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#c9a227}
.form-group textarea{resize:vertical;min-height:120px}
.form-submit{width:100%;background:#1a1a1a;color:#fff;padding:16px;border:none;border-radius:6px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:background .3s}
.form-submit:hover{background:#c9a227;color:#1a1a1a}
.form-note{text-align:center;margin-top:20px;font-size:0.85rem;color:#888}

/* Trust Badges */
.trust-section{padding:60px 0;background:#fff}
.trust-badges{display:flex;justify-content:center;gap:50px;flex-wrap:wrap;align-items:center}
.trust-badge{display:flex;flex-direction:column;align-items:center;gap:12px}
.trust-badge svg{width:40px;height:40px;fill:#c9a227}
.trust-badge span{font-size:0.85rem;color:#666;font-weight:500}

/* Footer */
.footer{padding:70px 0 30px;background:#1a1a1a;color:#fff}
.footer-grid{display:flex;flex-wrap:wrap;gap:50px;margin-bottom:50px}
.footer-col{flex:1;min-width:200px}
.footer-col h4{font-size:1.1rem;font-weight:600;margin-bottom:20px;color:#fff}
.footer-col p{font-size:0.95rem;color:#999;line-height:1.8}
.footer-col ul li{margin-bottom:12px}
.footer-col ul a{color:#999;font-size:0.95rem;transition:color .3s}
.footer-col ul a:hover{color:#c9a227}
.footer-bottom{border-top:1px solid #333;padding-top:25px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footer-copy{font-size:0.9rem;color:#666}
.footer-links{display:flex;gap:25px}
.footer-links a{font-size:0.85rem;color:#888;transition:color .3s}
.footer-links a:hover{color:#c9a227}

/* Sticky CTA */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:15px 0;box-shadow:0 -5px 30px rgba(0,0,0,0.1);z-index:999;transform:translateY(100%);transition:transform .4s}
.sticky-cta.visible{transform:translateY(0)}
.sticky-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.sticky-cta-text{font-size:1rem;font-weight:600;color:#1a1a1a}
.sticky-cta-btn{background:#c9a227;color:#1a1a1a;padding:12px 30px;border-radius:5px;font-weight:700;font-size:0.95rem;transition:background .3s}
.sticky-cta-btn:hover{background:#1a1a1a;color:#fff}

/* Cookie Banner */
.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:450px;background:#fff;padding:25px;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,0.15);z-index:10000;display:none}
.cookie-banner.show{display:block}
.cookie-banner h4{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.cookie-banner p{font-size:0.9rem;color:#666;line-height:1.6;margin-bottom:20px}
.cookie-buttons{display:flex;gap:12px}
.cookie-accept,.cookie-reject{flex:1;padding:12px;border:none;border-radius:5px;font-size:0.9rem;font-weight:600;cursor:pointer;transition:all .3s}
.cookie-accept{background:#1a1a1a;color:#fff}
.cookie-accept:hover{background:#c9a227;color:#1a1a1a}
.cookie-reject{background:#f0f0f0;color:#666}
.cookie-reject:hover{background:#e0e0e0}

/* Page Header */
.page-header{padding:140px 0 60px;background:linear-gradient(135deg,#faf8f5 0%,#f5f0e8 100%)}
.page-header h1{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin-bottom:15px}
.page-header p{font-size:1.15rem;color:#666}

/* About Page */
.about-story{padding:80px 0}
.about-story p{font-size:1.1rem;line-height:1.9;color:#444;margin-bottom:25px}
.about-values{padding:80px 0;background:#fdfbf8}
.values-grid{display:flex;flex-wrap:wrap;gap:30px;margin-top:40px}
.value-card{flex:1 1 calc(33.333% - 20px);min-width:250px;padding:35px;background:#fff;border-radius:8px;text-align:center;box-shadow:0 5px 25px rgba(0,0,0,0.04)}
.value-card h4{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}
.value-card p{font-size:0.95rem;color:#666}

/* Services Page */
.services-page{padding:80px 0}
.services-grid{display:flex;flex-direction:column;gap:30px}

/* Contact Page */
.contact-info-section{padding:80px 0}
.contact-grid{display:flex;gap:50px;flex-wrap:wrap}
.contact-details{flex:1;min-width:300px}
.contact-item{margin-bottom:30px}
.contact-item h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:8px}
.contact-item p{color:#666;font-size:1rem;line-height:1.7}
.contact-map{flex:1;min-width:300px;height:350px;background:#e8e0d0;border-radius:10px;overflow:hidden}

/* Thanks Page */
.thanks-section{padding:150px 0;text-align:center}
.thanks-icon{width:100px;height:100px;background:#c9a227;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}
.thanks-icon svg{width:50px;height:50px;fill:#fff}
.thanks-section h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:15px}
.thanks-section p{font-size:1.15rem;color:#666;max-width:500px;margin:0 auto 30px}
.thanks-link{display:inline-block;color:#c9a227;font-weight:600;font-size:1rem}

/* Policy Pages */
.policy-content{padding:80px 0}
.policy-content h2{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:40px 0 20px}
.policy-content h2:first-child{margin-top:0}
.policy-content p{font-size:1rem;line-height:1.8;color:#444;margin-bottom:20px}
.policy-content ul{margin:20px 0;padding-left:25px}
.policy-content ul li{font-size:1rem;color:#444;margin-bottom:12px;position:relative;padding-left:20px}
.policy-content ul li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#c9a227;border-radius:50%}

/* Responsive */
@media(max-width:900px){
.service-card{flex-direction:column}
.service-card-image{width:100%;height:200px}
.hero-headline{font-size:2.4rem}
.footer-grid{flex-direction:column;gap:30px}
}
@media(max-width:768px){
.nav-menu{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:0;box-shadow:0 10px 30px rgba(0,0,0,0.1);transform:translateY(-150%);opacity:0;transition:all .3s}
.nav-menu.active{transform:translateY(0);opacity:1}
.nav-menu a{padding:18px 25px;border-bottom:1px solid #f0f0f0;width:100%}
.nav-menu .nav-cta{margin:15px;width:calc(100% - 30px);text-align:center}
.nav-toggle{display:flex}
.hero-headline{font-size:2rem}
.benefits-grid{flex-direction:column}
.benefit-item{flex:1 1 100%}
.inline-cta{flex-direction:column;text-align:center}
.testimonial-inline{flex-direction:column;text-align:center}
.testimonial-avatar{margin:0 auto}
.pull-quote{padding:30px 25px}
.pull-quote p{font-size:1.2rem}
.sticky-cta-inner{flex-direction:column;text-align:center}
}
@media(max-width:480px){
.hero-headline{font-size:1.7rem}
.hero-meta{flex-direction:column;gap:15px;align-items:flex-start}
.problem-card{flex-direction:column;text-align:center}
.problem-card-icon{margin:0 auto}
.cookie-banner{left:10px;right:10px;bottom:10px}
.service-card-footer{flex-direction:column;gap:15px;align-items:flex-start}
}