*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:#2d2d2d;background:#fafafa}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:color .3s}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,select,textarea{font-family:inherit;font-size:1rem}

.container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.align-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-1{gap:1rem}
.gap-2{gap:2rem}
.gap-3{gap:3rem}

.text-center{text-align:center}
.text-right{text-align:right}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:4px;font-weight:600;font-size:1rem;transition:all .3s ease}
.btn-primary{background:#c9a227;color:#fff}
.btn-primary:hover{background:#a88620;transform:translateY(-2px)}
.btn-secondary{background:transparent;border:2px solid #c9a227;color:#c9a227}
.btn-secondary:hover{background:#c9a227;color:#fff}
.btn-dark{background:#1a1a1a;color:#fff}
.btn-dark:hover{background:#333}
.btn-light{background:#fff;color:#1a1a1a;box-shadow:0 4px 15px rgba(0,0,0,.1)}
.btn-light:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}

header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.logo{font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}
.logo span{color:#c9a227}
nav ul{display:flex;gap:2.5rem}
nav a{font-weight:500;color:#444;transition:color .3s}
nav a:hover{color:#c9a227}
.nav-cta{padding:10px 24px;background:#c9a227;color:#fff;border-radius:4px;font-weight:600}
.nav-cta:hover{background:#a88620;color:#fff}
.hamburger{display:none;flex-direction:column;gap:5px;padding:10px}
.hamburger span{width:24px;height:2px;background:#1a1a1a;transition:all .3s}
.mobile-nav{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}
.mobile-nav.active{display:block}
.mobile-nav ul{flex-direction:column;gap:1rem}
.mobile-nav a{display:block;padding:12px 0;font-size:1.1rem}

.hero{min-height:100vh;padding-top:100px;display:flex;align-items:stretch;background:#f5f3ef}
.hero-split{display:flex;flex-wrap:wrap;min-height:calc(100vh - 100px)}
.hero-content{flex:1;min-width:300px;padding:60px 40px;display:flex;flex-direction:column;justify-content:center}
.hero-visual{flex:1;min-width:300px;position:relative;overflow:hidden}
.hero-visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero-tag{display:inline-block;padding:8px 16px;background:#c9a227;color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}
.hero h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;line-height:1.15;color:#1a1a1a;margin-bottom:1.5rem}
.hero p{font-size:1.15rem;color:#555;margin-bottom:2rem;max-width:480px}
.hero-btns{display:flex;flex-wrap:wrap;gap:1rem}

.section{padding:100px 0}
.section-alt{background:#fff}
.section-dark{background:#1a1a1a;color:#fff}
.section-dark h2,.section-dark h3{color:#fff}
.section-accent{background:#f5f3ef}

.section-header{margin-bottom:60px}
.section-header h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:#1a1a1a;margin-bottom:1rem}
.section-header p{font-size:1.1rem;color:#666;max-width:600px}
.section-header.centered{text-align:center}
.section-header.centered p{margin:0 auto}

.split-row{display:flex;flex-wrap:wrap;align-items:center;gap:60px}
.split-row.reverse{flex-direction:row-reverse}
.split-col{flex:1;min-width:300px}
.split-img{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1)}
.split-img img{width:100%;aspect-ratio:4/3;object-fit:cover}
.split-img::before{content:'';position:absolute;inset:0;background:linear-gradient(45deg,rgba(201,162,39,.1),transparent);pointer-events:none}
.split-text h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;margin-bottom:1.5rem}
.split-text p{color:#555;margin-bottom:1.5rem}
.split-text ul{margin-bottom:1.5rem}
.split-text li{padding:8px 0;padding-left:28px;position:relative;color:#444}
.split-text li::before{content:'';position:absolute;left:0;top:16px;width:12px;height:12px;background:#c9a227;border-radius:50%}

.services-grid{display:flex;flex-wrap:wrap;gap:30px}
.service-card{flex:1;min-width:280px;max-width:calc(33.333% - 20px);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}
.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.1)}
.service-img{height:200px;overflow:hidden}
.service-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.service-card:hover .service-img img{transform:scale(1.05)}
.service-body{padding:28px}
.service-body h3{font-size:1.3rem;font-weight:700;margin-bottom:.75rem}
.service-body p{color:#666;font-size:.95rem;margin-bottom:1rem}
.service-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}
.service-price .from{font-size:.9rem;color:#888}
.service-price .amount{font-size:1.5rem;font-weight:700;color:#c9a227}
.service-link{color:#c9a227;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}
.service-link:hover{gap:.75rem}

.features-wrap{display:flex;flex-wrap:wrap;gap:40px}
.feature-item{flex:1;min-width:250px;text-align:center;padding:40px 30px}
.feature-icon{width:70px;height:70px;margin:0 auto 1.5rem;background:#c9a227;border-radius:50%;display:flex;align-items:center;justify-content:center}
.feature-icon svg{width:32px;height:32px;fill:#fff}
.feature-item h3{font-size:1.2rem;font-weight:700;margin-bottom:.75rem}
.feature-item p{color:#666;font-size:.95rem}

.process-steps{display:flex;flex-wrap:wrap;gap:30px;counter-reset:step}
.process-step{flex:1;min-width:220px;position:relative;padding:40px 30px;background:#fff;border-radius:8px;box-shadow:0 5px 30px rgba(0,0,0,.05)}
.process-step::before{counter-increment:step;content:counter(step);position:absolute;top:-15px;left:30px;width:40px;height:40px;background:#c9a227;color:#fff;font-weight:700;font-size:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center}
.process-step h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;margin-top:.5rem}
.process-step p{color:#666;font-size:.95rem}

.testimonials{overflow:hidden}
.testimonial-grid{display:flex;flex-wrap:wrap;gap:30px}
.testimonial-card{flex:1;min-width:300px;background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.06);position:relative}
.testimonial-card::before{content:'"';position:absolute;top:20px;right:30px;font-size:5rem;color:#c9a227;opacity:.15;font-family:Georgia,serif;line-height:1}
.testimonial-text{font-size:1.05rem;color:#444;margin-bottom:1.5rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:#e0d6c8;overflow:hidden}
.testimonial-avatar img{width:100%;height:100%;object-fit:cover}
.testimonial-info h4{font-size:1rem;font-weight:600}
.testimonial-info span{font-size:.9rem;color:#888}

.cta-banner{padding:80px 40px;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-radius:12px;text-align:center}
.cta-banner h2{font-size:clamp(1.6rem,3vw,2.4rem);color:#fff;margin-bottom:1rem}
.cta-banner p{color:#aaa;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}

.contact-split{display:flex;flex-wrap:wrap;gap:60px}
.contact-info{flex:1;min-width:300px}
.contact-info h2{font-size:2rem;margin-bottom:1.5rem}
.contact-info p{color:#666;margin-bottom:2rem}
.contact-detail{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}
.contact-detail-icon{width:50px;height:50px;background:#c9a227;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-detail-icon svg{width:22px;height:22px;fill:#fff}
.contact-detail-text h4{font-weight:600;margin-bottom:.25rem}
.contact-detail-text p{color:#666;font-size:.95rem;margin:0}
.contact-form-wrap{flex:1;min-width:300px;background:#fff;padding:50px;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.08)}

.form-group{margin-bottom:1.5rem}
.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;border:2px solid #e5e5e5;border-radius:6px;transition:border-color .3s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#c9a227}
.form-group textarea{min-height:120px;resize:vertical}
.form-row{display:flex;gap:1.5rem}
.form-row .form-group{flex:1}
.form-submit{width:100%;padding:16px;font-size:1.1rem}

footer{background:#1a1a1a;color:#fff;padding:80px 0 30px}
.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:700;margin-bottom:1.5rem;color:#fff}
.footer-col p{color:#999;font-size:.95rem;margin-bottom:1rem}
.footer-col ul{display:flex;flex-direction:column;gap:.75rem}
.footer-col a{color:#999;transition:color .3s}
.footer-col a:hover{color:#c9a227}
.footer-bottom{border-top:1px solid #333;padding-top:30px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}
.footer-bottom p{color:#777;font-size:.9rem}
.footer-bottom a{color:#999}
.footer-bottom a:hover{color:#c9a227}
.footer-legal{display:flex;flex-wrap:wrap;gap:1.5rem}

.sticky-cta{position:fixed;bottom:20px;right:20px;z-index:999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s}
.sticky-cta.visible{opacity:1;visibility:visible;transform:translateY(0)}
.sticky-cta a{display:flex;align-items:center;gap:.75rem;padding:14px 28px;background:#c9a227;color:#fff;font-weight:600;border-radius:50px;box-shadow:0 10px 30px rgba(201,162,39,.3)}
.sticky-cta a:hover{background:#a88620;transform:scale(1.05)}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;color:#fff;padding:20px;z-index:9999;transform:translateY(100%);transition:transform .4s}
.cookie-banner.visible{transform:translateY(0)}
.cookie-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;max-width:1240px;margin:0 auto}
.cookie-inner p{flex:1;min-width:200px;font-size:.95rem;color:#ccc}
.cookie-inner a{color:#c9a227}
.cookie-btns{display:flex;gap:1rem}
.cookie-accept{padding:12px 24px;background:#c9a227;color:#fff;border-radius:4px;font-weight:600}
.cookie-reject{padding:12px 24px;background:transparent;border:1px solid #555;color:#fff;border-radius:4px}

.thanks-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 20px;text-align:center;background:#f5f3ef}
.thanks-content{max-width:600px}
.thanks-icon{width:100px;height:100px;margin:0 auto 2rem;background:#c9a227;border-radius:50%;display:flex;align-items:center;justify-content:center}
.thanks-icon svg{width:50px;height:50px;fill:#fff}
.thanks-content h1{font-size:2.5rem;margin-bottom:1rem}
.thanks-content p{color:#666;font-size:1.1rem;margin-bottom:2rem}

.page-hero{padding:160px 0 80px;background:#f5f3ef;text-align:center}
.page-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}
.page-hero p{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto}

.about-story{display:flex;flex-wrap:wrap;gap:60px;align-items:center}
.about-img{flex:1;min-width:300px}
.about-img img{border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.1)}
.about-text{flex:1;min-width:300px}
.about-text h2{font-size:2rem;margin-bottom:1.5rem}
.about-text p{color:#555;margin-bottom:1rem}

.team-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}
.team-card{flex:0 1 280px;text-align:center}
.team-img{width:180px;height:180px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}
.team-img img{width:100%;height:100%;object-fit:cover}
.team-card h3{font-size:1.2rem;margin-bottom:.25rem}
.team-card span{color:#888;font-size:.95rem}

.values-grid{display:flex;flex-wrap:wrap;gap:30px}
.value-card{flex:1;min-width:250px;padding:40px;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.05)}
.value-card h3{font-size:1.2rem;margin-bottom:.75rem;color:#c9a227}
.value-card p{color:#666}

.legal-content{max-width:800px;margin:0 auto}
.legal-content h2{font-size:1.5rem;margin:2rem 0 1rem;color:#1a1a1a}
.legal-content p{color:#555;margin-bottom:1rem}
.legal-content ul{margin:1rem 0;padding-left:1.5rem}
.legal-content li{color:#555;margin-bottom:.5rem;list-style:disc}

@media(max-width:900px){
.service-card{max-width:calc(50% - 15px)}
.form-row{flex-direction:column;gap:0}
nav ul{display:none}
.hamburger{display:flex}
}
@media(max-width:600px){
.hero-split{flex-direction:column}
.hero-visual{min-height:300px}
.hero-content{padding:40px 20px}
.split-row,.split-row.reverse{flex-direction:column}
.service-card{max-width:100%}
.footer-grid{flex-direction:column}
.cookie-inner{flex-direction:column;text-align:center}
.cookie-btns{width:100%;justify-content:center}
}
