
:root{--dark:#101820;--dark2:#172331;--gold:#f5a623;--gold2:#ffbf45;--text:#111827;--muted:#5b6472;--line:#e8edf2;--soft:#f6f8fa;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.topbar{background:#fff;border-bottom:1px solid var(--line);font-size:14px}.topbar .wrap{max-width:1200px;margin:auto;padding:12px 22px;display:flex;gap:22px;justify-content:space-between;align-items:center;color:#1f2937}.topbar span{display:flex;align-items:center;gap:8px}.nav{position:sticky;top:0;background:#fff;z-index:20;box-shadow:0 10px 30px rgba(16,24,32,.06)}.nav .wrap{max-width:1200px;margin:auto;padding:16px 22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.logo img{width:230px;max-width:70vw}.menu{display:flex;gap:24px;font-weight:700;font-size:15px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#111;padding:14px 22px;border-radius:999px;font-weight:900;border:0;cursor:pointer;box-shadow:0 10px 22px rgba(245,166,35,.25)}.btn.dark{background:var(--dark);color:#fff}.hero{position:relative;min-height:660px;background:url('../images/gallery/hero-home-consultation.jpg') center/cover no-repeat;color:#fff}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,14,24,.88),rgba(8,14,24,.55) 45%,rgba(8,14,24,.1))}.hero .wrap{position:relative;max-width:1200px;margin:auto;padding:110px 22px}.eyebrow{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.hero h1{font-size:66px;line-height:.98;max-width:760px;margin:14px 0 22px;letter-spacing:-.05em}.hero p{font-size:20px;line-height:1.75;max-width:650px;color:#eef2f7}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:1100px;margin:-70px auto 70px;position:relative;z-index:3;background:#fff;border-radius:22px;box-shadow:0 24px 60px rgba(16,24,32,.14);overflow:hidden}.stat{padding:28px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat b{font-size:34px;color:var(--dark)}.stat span{display:block;color:var(--muted);margin-top:6px}.section{max-width:1200px;margin:0 auto 90px;padding:0 22px}.section-head{text-align:center;max-width:850px;margin:0 auto 38px}.section-head h2{font-size:48px;line-height:1.06;margin:10px 0 14px;letter-spacing:-.04em}.section-head p{font-size:18px;line-height:1.75;color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(16,24,32,.07)}.card img{width:100%;height:260px;object-fit:cover}.card .body{padding:26px}.card .cat{color:var(--gold);font-weight:900;margin-bottom:10px}.card h3{font-size:26px;margin:0 0 12px}.card p{color:var(--muted);line-height:1.65;margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.split-img{border-radius:28px;overflow:hidden;box-shadow:0 30px 60px rgba(16,24,32,.16)}.split-img img{height:560px;width:100%;object-fit:cover}.list{display:grid;gap:14px;margin-top:24px}.list div{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);padding:16px;border-radius:16px}.check{background:var(--gold);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;flex:none;font-weight:900}.dark-band{background:linear-gradient(135deg,var(--dark),#1d2d3f);color:#fff;padding:80px 22px;margin-bottom:90px}.dark-band .inner{max-width:1200px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.dark-band h2{font-size:46px;margin:10px 0;letter-spacing:-.04em}.dark-band p{color:#d8e0ea;line-height:1.75}.mini-services{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.mini{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:22px;border-radius:18px}.gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.gallery img{width:100%;object-fit:cover;border-radius:26px;box-shadow:0 18px 42px rgba(16,24,32,.08)}.gallery .large{height:540px}.gallery .stack{display:grid;gap:24px}.gallery .stack img{height:258px}.quote{background:var(--soft);padding:90px 22px}.quote .inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}.quote h2{font-size:46px;line-height:1.06;margin:10px 0}.quote p{color:var(--muted);line-height:1.75}.form{background:#fff;border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(16,24,32,.12);border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{display:block;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#374151;margin:0 0 8px}.form input,.form select,.form textarea{width:100%;border:1px solid #d7dee7;border-radius:14px;padding:14px 15px;font:inherit;margin-bottom:16px;background:#fff}.form textarea{min-height:125px;resize:vertical}.hidden{position:absolute;left:-9999px}.footer{background:#101820;color:#cbd5e1;padding:46px 22px}.footer .wrap{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}.footer img{width:220px;filter:brightness(0) invert(1)}.footer h3{color:#fff;margin-top:0}.footer p,.footer a{line-height:1.7;color:#cbd5e1}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);max-width:1200px;margin:28px auto 0;padding-top:18px;color:#94a3b8;font-size:13px}@media(max-width:950px){.menu{display:none}.hero{min-height:560px}.hero h1{font-size:44px}.stats,.grid3,.split,.dark-band .inner,.gallery,.quote .inner,.footer .wrap{grid-template-columns:1fr}.stats{margin:20px 22px 60px}.stat{border-right:0;border-bottom:1px solid var(--line)}.split-img img,.gallery .large{height:380px}.form-grid,.mini-services{grid-template-columns:1fr}.section-head h2,.quote h2,.dark-band h2{font-size:36px}.topbar .wrap{display:none}.hero .wrap{padding:82px 22px}.card img{height:220px}.gallery .stack img{height:240px}}
