*,*::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{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button,input,select,textarea{font-family:inherit;font-size:inherit;border:none;outline:none}
button{cursor:pointer}

.container{width:90%;max-width:1200px;margin:0 auto;padding:0 1rem}
.narrow{max-width:720px}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-1{gap:0.5rem}
.gap-2{gap:1rem}
.gap-3{gap:1.5rem}
.gap-4{gap:2rem}
.text-center{text-align:center}

.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,0.97);padding:1rem 0;box-shadow:0 2px 20px rgba(0,0,0,0.06);transition:all 0.3s}
.nav-inner{display:flex;justify-content:space-between;align-items:center}
.logo{font-size:1.4rem;font-weight:700;color:#1a1a1a;letter-spacing:-0.5px}
.logo span{color:#c45c26}
.nav-links{display:flex;gap:2rem}
.nav-links a{font-size:0.95rem;color:#444;transition:color 0.2s}
.nav-links a:hover{color:#c45c26}
.nav-cta{background:#c45c26;color:#fff;padding:0.7rem 1.5rem;border-radius:30px;font-weight:600;font-size:0.9rem;transition:transform 0.2s,box-shadow 0.2s}
.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(196,92,38,0.35)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}
.hamburger span{width:26px;height:3px;background:#333;border-radius:2px;transition:0.3s}
.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:#fff;padding:2rem;flex-direction:column;gap:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,0.1)}
.mobile-menu.active{display:flex}
.mobile-menu a{font-size:1.1rem;color:#333}

.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#fff9f5 0%,#ffeee4 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="%23c45c26" opacity="0.05"/></svg>');background-size:100px;opacity:0.5}
.hero-content{position:relative;z-index:2}
.hero h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.15;margin-bottom:1.5rem;color:#1a1a1a}
.hero h1 span{color:#c45c26}
.hero-text{font-size:1.15rem;color:#555;margin-bottom:2rem;max-width:540px}
.hero-img{position:relative;z-index:2}
.hero-img img{border-radius:20px;box-shadow:0 30px 60px rgba(0,0,0,0.12)}
.hero-badge{position:absolute;bottom:-20px;left:-20px;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.1);display:flex;align-items:center;gap:0.8rem}
.hero-badge-icon{width:45px;height:45px;background:#c45c26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}
.hero-badge-text{font-size:0.85rem;color:#666}
.hero-badge-text strong{display:block;font-size:1.1rem;color:#1a1a1a}

.btn-primary{background:#c45c26;color:#fff;padding:1rem 2rem;border-radius:30px;font-weight:600;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.3s}
.btn-primary:hover{background:#a84d20;transform:translateY(-2px);box-shadow:0 10px 25px rgba(196,92,38,0.3)}
.btn-secondary{background:transparent;border:2px solid #c45c26;color:#c45c26;padding:0.95rem 1.95rem;border-radius:30px;font-weight:600;transition:all 0.3s}
.btn-secondary:hover{background:#c45c26;color:#fff}
.btn-ghost{color:#c45c26;font-weight:600;display:inline-flex;align-items:center;gap:0.3rem;transition:gap 0.2s}
.btn-ghost:hover{gap:0.6rem}

.section{padding:5rem 0}
.section-alt{background:#f9f6f3}
.section-dark{background:#1a1a1a;color:#fff}
.section-accent{background:linear-gradient(135deg,#c45c26 0%,#e07840 100%);color:#fff}
.section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;line-height:1.3}
.section-subtitle{font-size:1.05rem;color:#666;max-width:600px}
.section-dark .section-subtitle{color:rgba(255,255,255,0.7)}

.story-section{padding:4rem 0}
.story-block{max-width:700px;margin:0 auto}
.story-block p{font-size:1.1rem;color:#444;margin-bottom:1.5rem}
.story-block p:first-of-type::first-letter{font-size:3.5rem;float:left;line-height:1;margin-right:0.5rem;color:#c45c26;font-weight:700}
.story-img{margin:3rem 0;border-radius:15px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.1)}
.story-quote{background:#fff9f5;border-left:4px solid #c45c26;padding:2rem;margin:2.5rem 0;border-radius:0 12px 12px 0}
.story-quote p{font-size:1.2rem;font-style:italic;color:#333;margin:0}
.story-quote cite{display:block;margin-top:1rem;font-size:0.95rem;color:#777;font-style:normal}

.inline-cta{background:linear-gradient(135deg,#fff9f5,#ffeee4);padding:2.5rem;border-radius:15px;margin:3rem 0;text-align:center}
.inline-cta h3{font-size:1.5rem;margin-bottom:0.8rem}
.inline-cta p{color:#666;margin-bottom:1.5rem}

.problem-section{background:#2d2d2d;color:#fff;padding:5rem 0}
.problem-grid{display:flex;flex-wrap:wrap;gap:2rem}
.problem-item{flex:1 1 280px;background:rgba(255,255,255,0.05);padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,0.1)}
.problem-icon{width:60px;height:60px;background:linear-gradient(135deg,#c45c26,#e07840);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}
.problem-item h3{font-size:1.2rem;margin-bottom:0.8rem}
.problem-item p{color:rgba(255,255,255,0.7);font-size:0.95rem}

.insight-section{padding:6rem 0;background:#fff}
.insight-layout{display:flex;gap:4rem;align-items:center}
.insight-content{flex:1}
.insight-image{flex:1}
.insight-image img{border-radius:20px;box-shadow:0 30px 60px rgba(0,0,0,0.1)}
.insight-list{margin-top:2rem}
.insight-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}
.insight-check{width:28px;height:28px;background:#c45c26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:0.85rem;flex-shrink:0;margin-top:2px}

.testimonial-section{padding:5rem 0;background:#f9f6f3}
.testimonial-grid{display:flex;flex-wrap:wrap;gap:2rem}
.testimonial-card{flex:1 1 300px;background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.05)}
.testimonial-stars{color:#f0a500;margin-bottom:1rem;font-size:1.1rem}
.testimonial-text{font-size:1rem;color:#444;margin-bottom:1.5rem;line-height:1.8}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#c45c26,#e07840);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem}
.testimonial-info{font-size:0.9rem}
.testimonial-info strong{display:block;color:#1a1a1a}
.testimonial-info span{color:#888}

.services-section{padding:5rem 0}
.services-grid{display:flex;flex-wrap:wrap;gap:2rem}
.service-card{flex:1 1 320px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,0.08);transition:transform 0.3s,box-shadow 0.3s}
.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,0.12)}
.service-img{height:200px;background-size:cover;background-position:center;position:relative}
.service-badge{position:absolute;top:1rem;right:1rem;background:#c45c26;color:#fff;padding:0.4rem 1rem;border-radius:20px;font-size:0.8rem;font-weight:600}
.service-content{padding:2rem}
.service-content h3{font-size:1.3rem;margin-bottom:0.8rem}
.service-content p{color:#666;font-size:0.95rem;margin-bottom:1.5rem}
.service-price{display:flex;align-items:baseline;gap:0.5rem;margin-bottom:1.5rem}
.service-price .amount{font-size:2rem;font-weight:700;color:#c45c26}
.service-price .period{color:#888;font-size:0.9rem}
.service-features{margin-bottom:1.5rem}
.service-features li{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.5rem;font-size:0.9rem;color:#555}
.service-features li::before{content:'✓';color:#c45c26;font-weight:700}

.benefits-section{padding:5rem 0;background:linear-gradient(180deg,#fff 0%,#f9f6f3 100%)}
.benefits-grid{display:flex;flex-wrap:wrap;gap:2.5rem}
.benefit-item{flex:1 1 250px;text-align:center;padding:2rem}
.benefit-icon{width:80px;height:80px;background:linear-gradient(135deg,#fff9f5,#ffeee4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem}
.benefit-item h3{font-size:1.2rem;margin-bottom:0.8rem}
.benefit-item p{color:#666;font-size:0.95rem}

.urgency-section{padding:4rem 0;background:#c45c26;color:#fff;text-align:center}
.urgency-section h2{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:1rem}
.urgency-section p{font-size:1.1rem;opacity:0.9;margin-bottom:2rem}
.urgency-timer{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}
.timer-block{background:rgba(0,0,0,0.2);padding:1rem 1.5rem;border-radius:10px}
.timer-block .num{font-size:2.5rem;font-weight:700;display:block}
.timer-block .label{font-size:0.8rem;text-transform:uppercase;opacity:0.8}
.urgency-section .btn-primary{background:#fff;color:#c45c26}
.urgency-section .btn-primary:hover{background:#f5f5f5;box-shadow:0 10px 25px rgba(0,0,0,0.2)}

.form-section{padding:5rem 0;background:#f9f6f3}
.form-wrapper{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,0.08);max-width:600px;margin:0 auto}
.form-header{text-align:center;margin-bottom:2rem}
.form-header h2{font-size:1.8rem;margin-bottom:0.5rem}
.form-header p{color:#666}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:#333;font-size:0.95rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem 1.2rem;border:2px solid #eee;border-radius:10px;transition:border-color 0.3s;background:#fafafa}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#c45c26;background:#fff}
.form-group textarea{min-height:120px;resize:vertical}
.form-submit{width:100%;padding:1.2rem;background:#c45c26;color:#fff;border-radius:30px;font-weight:600;font-size:1.1rem;transition:all 0.3s}
.form-submit:hover{background:#a84d20}
.form-note{text-align:center;margin-top:1rem;font-size:0.85rem;color:#888}

.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1rem 0;box-shadow:0 -5px 30px rgba(0,0,0,0.1);z-index:90;transform:translateY(100%);transition:transform 0.3s}
.sticky-cta.visible{transform:translateY(0)}
.sticky-cta-inner{display:flex;justify-content:space-between;align-items:center}
.sticky-cta-text{font-weight:600}
.sticky-cta-text span{color:#c45c26}

.about-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#fff9f5 0%,#ffeee4 100%)}
.about-content{padding:4rem 0}
.about-values{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem}
.value-card{flex:1 1 280px;background:#f9f6f3;padding:2rem;border-radius:15px}
.value-card h3{font-size:1.2rem;margin-bottom:0.8rem;color:#c45c26}

.contact-section{padding:5rem 0}
.contact-grid{display:flex;gap:3rem;flex-wrap:wrap}
.contact-info{flex:1 1 300px}
.contact-form-wrap{flex:1 1 400px}
.contact-item{display:flex;gap:1rem;margin-bottom:2rem}
.contact-icon{width:50px;height:50px;background:#fff9f5;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#c45c26;font-size:1.2rem;flex-shrink:0}
.contact-item h4{font-size:1rem;margin-bottom:0.3rem}
.contact-item p{color:#666;font-size:0.95rem}
.map-placeholder{height:250px;background:#f0f0f0;border-radius:15px;margin-top:2rem;display:flex;align-items:center;justify-content:center;color:#888}

.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}
.footer-grid{display:flex;flex-wrap:wrap;gap:3rem;margin-bottom:3rem}
.footer-col{flex:1 1 200px}
.footer-col h4{font-size:1.1rem;margin-bottom:1.5rem;color:#fff}
.footer-col ul li{margin-bottom:0.8rem}
.footer-col ul li a{color:rgba(255,255,255,0.7);transition:color 0.2s;font-size:0.95rem}
.footer-col ul li a:hover{color:#c45c26}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-bottom p{color:rgba(255,255,255,0.5);font-size:0.9rem}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{color:rgba(255,255,255,0.5);font-size:0.9rem;transition:color 0.2s}
.footer-links a:hover{color:#c45c26}

.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:500px;background:#fff;padding:1.5rem 2rem;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,0.15);z-index:1000;display:none}
.cookie-banner.show{display:block}
.cookie-banner h4{margin-bottom:0.5rem}
.cookie-banner p{font-size:0.9rem;color:#666;margin-bottom:1rem}
.cookie-buttons{display:flex;gap:1rem}
.cookie-accept{background:#c45c26;color:#fff;padding:0.7rem 1.5rem;border-radius:25px;font-weight:600}
.cookie-reject{background:#eee;color:#333;padding:0.7rem 1.5rem;border-radius:25px;font-weight:600}

.thanks-section{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#fff9f5 0%,#ffeee4 100%)}
.thanks-content{max-width:600px}
.thanks-icon{width:100px;height:100px;background:linear-gradient(135deg,#c45c26,#e07840);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2.5rem;color:#fff}
.thanks-content h1{font-size:2.5rem;margin-bottom:1rem}
.thanks-content p{color:#666;font-size:1.1rem;margin-bottom:2rem}

.legal-page{padding:8rem 0 4rem}
.legal-content{max-width:800px;margin:0 auto}
.legal-content h1{font-size:2rem;margin-bottom:2rem}
.legal-content h2{font-size:1.4rem;margin:2rem 0 1rem;color:#c45c26}
.legal-content p{margin-bottom:1rem;color:#555}
.legal-content ul{margin:1rem 0 1rem 1.5rem}
.legal-content ul li{margin-bottom:0.5rem;color:#555;position:relative;padding-left:1rem}
.legal-content ul li::before{content:'•';position:absolute;left:0;color:#c45c26}

.page-services .services-grid{gap:2.5rem}
.page-services .service-card{flex:1 1 100%}
.service-detail{display:flex;gap:2rem;align-items:center}
.service-detail-img{flex:0 0 40%;border-radius:15px;overflow:hidden}
.service-detail-content{flex:1}

@media (max-width:992px){
.insight-layout{flex-direction:column}
.insight-image{order:-1}
.service-detail{flex-direction:column}
.service-detail-img{flex:none;width:100%}
}
@media (max-width:768px){
.nav-links{display:none}
.nav-cta{display:none}
.hamburger{display:flex}
.hero{padding:7rem 0 3rem}
.hero .flex{flex-direction:column;gap:2rem}
.hero-img{order:-1}
.section{padding:3rem 0}
.footer-grid{gap:2rem}
.footer-col{flex:1 1 45%}
.sticky-cta-inner{flex-direction:column;gap:1rem;text-align:center}
.urgency-timer{flex-wrap:wrap}
.timer-block{flex:1 1 45%}
.contact-grid{flex-direction:column}
}
@media (max-width:480px){
html{font-size:15px}
.container{width:95%}
.form-wrapper{padding:2rem 1.5rem}
.cookie-banner{left:10px;right:10px;padding:1.2rem}
.hero-badge{position:relative;bottom:auto;left:auto;margin-top:1.5rem}
}
