*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--primary:#2d5a87;--primary-dark:#1e3d5c;--secondary:#e8b44d;--accent:#8b4d6b;--text:#2c2c2c;--text-light:#5a5a5a;--bg:#fafafa;--bg-alt:#f0ebe3;--bg-dark:#1a1a2e;--white:#ffffff;--shadow:0 4px 20px rgba(0,0,0,0.08);--shadow-lg:0 12px 40px rgba(0,0,0,0.12);--radius:8px;--radius-lg:16px;--transition:0.3s ease}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:var(--text);background:var(--bg)}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:var(--transition)}
ul,ol{list-style:none}
button,input,select,textarea{font:inherit;border:none;outline:none}
button{cursor:pointer}
.container{width:90%;max-width:1200px;margin:0 auto}
.container-narrow{width:90%;max-width:720px;margin:0 auto}

header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}
.logo{font-size:1.5rem;font-weight:700;color:var(--primary)}
.logo span{color:var(--secondary)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;padding:0.5rem}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--text)}
nav ul{display:flex;gap:2rem}
nav a{font-weight:500;color:var(--text-light);position:relative;padding:0.25rem 0}
nav a:hover,nav a.active{color:var(--primary)}
nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--secondary);transition:var(--transition)}
nav a:hover::after{width:100%}

.hero-editorial{padding:4rem 0 6rem;background:linear-gradient(135deg,var(--bg-alt) 0%,var(--white) 100%)}
.hero-editorial .container-narrow{text-align:center}
.hero-tag{display:inline-block;background:var(--secondary);color:var(--white);padding:0.4rem 1rem;border-radius:20px;font-size:0.85rem;font-weight:600;margin-bottom:1.5rem}
.hero-editorial h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.2;margin-bottom:1.5rem;color:var(--primary-dark)}
.hero-editorial .lead{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}
.hero-image{margin:3rem auto 0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.hero-image img{width:100%;aspect-ratio:16/9;object-fit:cover}

.story-section{padding:4rem 0}
.story-section:nth-child(even){background:var(--bg-alt)}
.story-section h2{font-size:1.8rem;color:var(--primary-dark);margin-bottom:1.5rem;text-align:center}
.story-section p{margin-bottom:1.5rem;color:var(--text-light)}
.story-section p:last-child{margin-bottom:0}
.story-image{margin:2rem 0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.story-image img{width:100%;aspect-ratio:4/3;object-fit:cover}
.story-image.float-left{float:left;width:45%;margin:0 2rem 1rem 0}
.story-image.float-right{float:right;width:45%;margin:0 0 1rem 2rem}
.clearfix::after{content:'';display:table;clear:both}

.inline-cta{background:var(--primary);color:var(--white);padding:2rem;border-radius:var(--radius);margin:2rem 0;text-align:center}
.inline-cta h3{margin-bottom:0.75rem;font-size:1.3rem}
.inline-cta p{margin-bottom:1rem;opacity:0.9}

.btn{display:inline-block;padding:0.9rem 2rem;border-radius:var(--radius);font-weight:600;transition:var(--transition);text-align:center}
.btn-primary{background:var(--secondary);color:var(--white)}
.btn-primary:hover{background:#d4a043;transform:translateY(-2px)}
.btn-secondary{background:var(--white);color:var(--primary)}
.btn-secondary:hover{background:var(--bg);transform:translateY(-2px)}
.btn-outline{border:2px solid var(--primary);color:var(--primary);background:transparent}
.btn-outline:hover{background:var(--primary);color:var(--white)}
.btn-large{padding:1.1rem 2.5rem;font-size:1.1rem}

.services-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}
.service-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);flex:1 1 300px;max-width:380px;transition:var(--transition)}
.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.service-card-image{height:200px;overflow:hidden}
.service-card-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}
.service-card:hover .service-card-image img{transform:scale(1.05)}
.service-card-content{padding:1.5rem}
.service-card h3{font-size:1.3rem;color:var(--primary-dark);margin-bottom:0.75rem}
.service-card p{color:var(--text-light);font-size:0.95rem;margin-bottom:1rem}
.service-card .price{font-size:1.5rem;font-weight:700;color:var(--secondary)}
.service-card .price span{font-size:0.9rem;font-weight:400;color:var(--text-light)}

.features-list{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}
.feature-item{flex:1 1 250px;display:flex;gap:1rem;align-items:flex-start}
.feature-icon{width:50px;height:50px;border-radius:50%;background:var(--secondary);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-icon svg{width:24px;height:24px;fill:var(--white)}
.feature-item h4{font-size:1.1rem;color:var(--primary-dark);margin-bottom:0.3rem}
.feature-item p{font-size:0.9rem;color:var(--text-light)}

.testimonials{background:var(--bg-dark);color:var(--white);padding:5rem 0}
.testimonials h2{text-align:center;margin-bottom:3rem;color:var(--white)}
.testimonial-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}
.testimonial-card{background:rgba(255,255,255,0.05);border-radius:var(--radius);padding:2rem;flex:1 1 300px;max-width:400px;border-left:4px solid var(--secondary)}
.testimonial-card p{font-style:italic;margin-bottom:1.5rem;opacity:0.9}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:var(--secondary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}
.testimonial-name{font-weight:600}
.testimonial-role{font-size:0.85rem;opacity:0.7}

.contact-section{padding:5rem 0;background:var(--bg-alt)}
.contact-grid{display:flex;flex-wrap:wrap;gap:3rem}
.contact-info{flex:1 1 300px}
.contact-info h2{font-size:2rem;color:var(--primary-dark);margin-bottom:1.5rem}
.contact-info p{color:var(--text-light);margin-bottom:1.5rem}
.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.contact-icon{width:40px;height:40px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center}
.contact-icon svg{width:20px;height:20px;fill:var(--white)}
.contact-form-wrap{flex:1 1 400px}

.form-group{margin-bottom:1.5rem}
.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:var(--text)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:0.9rem 1rem;border:2px solid #e0e0e0;border-radius:var(--radius);background:var(--white);transition:var(--transition)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(45,90,135,0.1)}
.form-group textarea{min-height:120px;resize:vertical}
.form-submit{width:100%}

.about-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);padding:6rem 0;text-align:center}
.about-hero h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}
.about-hero p{font-size:1.2rem;opacity:0.9;max-width:600px;margin:0 auto}

.about-story{padding:5rem 0}
.about-story h2{font-size:2rem;color:var(--primary-dark);margin-bottom:1.5rem}
.about-story p{color:var(--text-light);margin-bottom:1.5rem}
.about-values{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem}
.value-card{flex:1 1 200px;text-align:center;padding:2rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.value-card h4{color:var(--primary);margin-top:1rem;margin-bottom:0.5rem}
.value-card p{font-size:0.9rem;color:var(--text-light)}

.team-section{background:var(--bg-alt);padding:5rem 0}
.team-section h2{text-align:center;font-size:2rem;color:var(--primary-dark);margin-bottom:3rem}
.team-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}
.team-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;flex:1 1 250px;max-width:300px;box-shadow:var(--shadow);text-align:center}
.team-card-image{height:200px;overflow:hidden}
.team-card-image img{width:100%;height:100%;object-fit:cover}
.team-card-content{padding:1.5rem}
.team-card h4{color:var(--primary-dark);margin-bottom:0.3rem}
.team-card p{font-size:0.9rem;color:var(--text-light)}

.page-header{background:var(--primary);color:var(--white);padding:4rem 0;text-align:center}
.page-header h1{font-size:2.5rem;margin-bottom:0.5rem}
.page-header p{opacity:0.9}

.legal-content{padding:4rem 0}
.legal-content h2{font-size:1.5rem;color:var(--primary-dark);margin:2rem 0 1rem}
.legal-content h3{font-size:1.2rem;color:var(--text);margin:1.5rem 0 0.75rem}
.legal-content p{color:var(--text-light);margin-bottom:1rem}
.legal-content ul{margin:1rem 0 1rem 1.5rem}
.legal-content li{margin-bottom:0.5rem;color:var(--text-light);position:relative;padding-left:1rem}
.legal-content li::before{content:'•';position:absolute;left:0;color:var(--primary)}

.thanks-section{padding:8rem 0;text-align:center;background:linear-gradient(135deg,var(--bg-alt) 0%,var(--white) 100%);min-height:60vh;display:flex;align-items:center}
.thanks-icon{width:100px;height:100px;border-radius:50%;background:var(--secondary);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}
.thanks-icon svg{width:50px;height:50px;fill:var(--white)}
.thanks-section h1{font-size:2.5rem;color:var(--primary-dark);margin-bottom:1rem}
.thanks-section p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}

footer{background:var(--bg-dark);color:var(--white);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:var(--secondary)}
.footer-col p{opacity:0.8;font-size:0.95rem;line-height:1.8}
.footer-col ul li{margin-bottom:0.75rem}
.footer-col a{opacity:0.8;transition:var(--transition)}
.footer-col a:hover{opacity:1;color:var(--secondary)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;text-align:center;font-size:0.9rem;opacity:0.7}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--bg-dark);color:var(--white);padding:1.5rem;z-index:1000;display:none;box-shadow:0 -4px 20px rgba(0,0,0,0.2)}
.cookie-banner.show{display:block}
.cookie-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto}
.cookie-content p{flex:1;font-size:0.95rem;opacity:0.9}
.cookie-content p a{color:var(--secondary);text-decoration:underline}
.cookie-buttons{display:flex;gap:1rem}
.cookie-btn{padding:0.6rem 1.5rem;border-radius:var(--radius);font-weight:500;font-size:0.9rem}
.cookie-accept{background:var(--secondary);color:var(--white)}
.cookie-reject{background:transparent;border:1px solid rgba(255,255,255,0.3);color:var(--white)}

.sticky-cta{position:fixed;bottom:2rem;right:2rem;z-index:90}
.sticky-cta .btn{box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:0.5rem}
.sticky-cta svg{width:20px;height:20px;fill:currentColor}

.section-divider{height:80px;background:linear-gradient(to bottom right,var(--bg-alt) 49%,var(--white) 50%)}
.section-divider.reverse{background:linear-gradient(to bottom left,var(--bg-alt) 49%,var(--white) 50%)}

.stats-row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:3rem 0}
.stat-item{text-align:center;flex:1 1 150px}
.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary)}
.stat-label{font-size:0.9rem;color:var(--text-light)}

.faq-section{padding:5rem 0}
.faq-section h2{text-align:center;margin-bottom:3rem;color:var(--primary-dark)}
.faq-item{background:var(--white);border-radius:var(--radius);margin-bottom:1rem;box-shadow:var(--shadow)}
.faq-question{padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-question::after{content:'+';font-size:1.5rem;color:var(--primary)}
.faq-item.open .faq-question::after{content:'−'}
.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease}
.faq-item.open .faq-answer{max-height:300px;padding:0 1.5rem 1.25rem}
.faq-answer p{color:var(--text-light)}

@media(max-width:768px){
.nav-toggle{display:flex}
nav{position:absolute;top:100%;left:0;right:0;background:var(--white);box-shadow:var(--shadow);max-height:0;overflow:hidden;transition:max-height 0.3s ease}
nav.open{max-height:300px}
nav ul{flex-direction:column;padding:1rem 5%;gap:0}
nav li{border-bottom:1px solid #eee}
nav a{display:block;padding:1rem 0}
.story-image.float-left,.story-image.float-right{float:none;width:100%;margin:1.5rem 0}
.hero-editorial h1{font-size:2rem}
.sticky-cta{bottom:1rem;right:1rem}
.sticky-cta .btn{padding:0.75rem 1.25rem;font-size:0.9rem}
.cookie-content{flex-direction:column;text-align:center}
.footer-grid{flex-direction:column;text-align:center}
}
