:root{font-family:Inter,Arial,sans-serif;color:#172033;background:#f7f8f7}*{box-sizing:border-box}body{margin:0;line-height:1.55}a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:18px;justify-content:space-between;padding:14px 24px;background:rgba(255,255,255,.94);border-bottom:1px solid #dde3df;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;white-space:nowrap}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:7px;background:var(--accent);color:white;font-weight:800}.nav{display:flex;gap:2px;overflow:auto}.nav a{padding:10px 12px;border-radius:7px;text-decoration:none;color:#415046;font-size:14px;white-space:nowrap}.nav a:hover,.nav a[aria-current=page]{background:#edf3ef;color:#101915}.lang{display:flex;gap:6px;align-items:center;font-size:14px}.lang span,.lang a{padding:8px 10px;border:1px solid #d8e0da;border-radius:7px;text-decoration:none}.lang span{background:#162019;color:white}.hero{position:relative;min-height:640px;display:flex;align-items:end;color:white;overflow:hidden}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,13,19,.82),rgba(7,13,19,.46),rgba(7,13,19,.16))}.hero-content{position:relative;padding:120px 0 72px}.hero h1{max-width:820px;margin:12px 0 16px;font-size:76px;line-height:.98;letter-spacing:0}.hero p{max-width:720px;font-size:20px}.eyebrow{margin:0 0 10px;color:var(--accent);font-weight:800;text-transform:uppercase;font-size:13px}.hero .eyebrow{color:#b8f7e8}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:7px;text-decoration:none;font-weight:800;border:1px solid transparent}.primary{background:var(--accent);color:white}.ghost{border-color:rgba(255,255,255,.75);color:white;background:rgba(255,255,255,.08)}.dark{background:#162019;color:white}.section{padding:70px 0;background:white}.section.muted{background:#eef3f0}.section-head{max-width:820px;margin-bottom:28px}.section h2{font-size:46px;line-height:1.05;margin:0 0 14px;letter-spacing:0}.section p{color:#4c5a52}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{background:#fff;border:1px solid #dfe6e1;border-radius:8px;padding:22px;min-height:160px}.muted .card{background:#fbfcfb}.card h3{margin:0 0 10px;font-size:20px;line-height:1.2}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:start}.check-list{display:grid;gap:10px;padding:0;margin:0;list-style:none}.check-list li,.timeline li{padding:13px 14px 13px 38px;border:1px solid #dce4df;border-radius:7px;background:white;position:relative}.check-list li:before,.timeline li:before{content:"";position:absolute;left:14px;top:19px;width:10px;height:10px;border-radius:50%;background:var(--accent)}.timeline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;counter-reset:step;list-style:none;padding-left:0}.timeline li{counter-increment:step}.timeline li:before{content:counter(step);top:12px;width:24px;height:24px;color:white;display:grid;place-items:center;font-size:12px;font-weight:800}.faq{display:grid;gap:12px}.faq details{border:1px solid #dce4df;border-radius:8px;background:white;padding:18px 20px}.faq summary{font-weight:800;cursor:pointer}.request{background:#172033;color:white}.request p{color:#d8e1dc}.request-grid{display:grid;grid-template-columns:1fr 420px;gap:34px;align-items:start}.contact-lines{display:grid;gap:10px;margin-top:20px}.contact-lines a{color:white;text-decoration:none}.lead-form{display:grid;gap:14px;background:white;color:#172033;border-radius:8px;padding:22px}.lead-form label{display:grid;gap:7px;font-weight:700}.lead-form input,.lead-form textarea{width:100%;border:1px solid #cfd8d2;border-radius:7px;padding:12px;font:inherit}.lead-form button{border:0;border-radius:7px;background:var(--accent);color:white;padding:14px 18px;font-weight:800;font:inherit;cursor:pointer}.link-band{background:#f7f8f7}.site-footer{background:#101713;color:white;padding:42px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.footer-grid a{display:block;color:#d9e6df;text-decoration:none;margin-top:8px}.wa-float{position:fixed;right:18px;bottom:18px;z-index:25;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20b15a;color:white;text-decoration:none;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.25)}@media(max-width:900px){.site-header{align-items:flex-start;flex-wrap:wrap}.nav{order:3;width:100%}.hero{min-height:560px}.hero h1{font-size:52px}.section h2{font-size:38px}.hero-content{padding-top:90px}.grid,.split,.request-grid,.footer-grid,.timeline{grid-template-columns:1fr}.request-grid{gap:22px}}@media(max-width:560px){.site-header{padding:12px}.brand{font-size:14px}.hero h1{font-size:38px}.hero p{font-size:17px}.section{padding:48px 0}.section h2{font-size:32px}.card{min-height:auto}.button{width:100%}}.product-card{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:#172033;padding:0;overflow:hidden}.product-card img,.work-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#dfe6e1}.product-card h3,.product-card p,.product-card span{margin-left:22px;margin-right:22px}.product-card span{margin-bottom:22px;color:var(--accent);font-weight:800}.work-card{padding:0;overflow:hidden}.work-card h3,.work-card p{margin-left:22px;margin-right:22px}.work-card p{margin-bottom:22px}.product-hero{padding:72px 0;background:#eef3f0}.product-hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:34px;align-items:center}.product-hero h1{font-size:58px;line-height:1.02;margin:12px 0 16px;letter-spacing:0}.product-hero p{font-size:19px;color:#405047}.product-hero img{width:100%;border-radius:8px;aspect-ratio:16/11;object-fit:cover;border:1px solid #d4ddd7}.related-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.related-links a{display:flex;align-items:center;min-height:58px;padding:13px 14px;border:1px solid #dce4df;border-radius:7px;background:white;text-decoration:none;font-weight:800;color:#172033}.related-links a:hover{border-color:var(--accent);color:var(--accent)}.map-card{margin-top:22px;border:1px solid rgba(255,255,255,.22);border-radius:8px;overflow:hidden;background:#26342d}.map-card iframe{display:block;width:100%;height:260px;border:0;filter:saturate(.9)}@media(max-width:900px){.product-hero-grid{grid-template-columns:1fr}.product-hero h1{font-size:42px}.related-links{grid-template-columns:repeat(2,minmax(0,1fr))}.map-card iframe{height:220px}}@media(max-width:560px){.product-hero{padding:48px 0}.product-hero h1{font-size:34px}.related-links{grid-template-columns:1fr}.product-card h3,.product-card p,.product-card span,.work-card h3,.work-card p{margin-left:16px;margin-right:16px}}