:root{--c-primary:#003d6b;--c-primary-dark:#002847;--c-accent:#f39c12;--c-accent-dark:#d68a0e;--c-bg:#fafafa;--c-surface:#fff;--c-text:#1a1a1a;--c-muted:#666;--c-border:#e0e6ed;--c-wa:#25d366;--max:1180px;--radius:8px;--shadow:0 2px 8px rgba(0,0,0,.06)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--c-text);background:var(--c-bg);line-height:1.55}a{color:#141414;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--c-border);box-shadow:var(--shadow)}.site-header .wrap{display:flex;align-items:center;gap:16px;padding-top:6px;padding-bottom:6px}.logo{display:flex;align-items:center}.logo img{height:58px;width:auto;display:block}.logo-svg{height:74px;width:auto;display:block}.site-header nav{display:flex;gap:14px;margin-left:16px;flex:1;flex-wrap:wrap}.site-header nav a{color:var(--c-text);font-weight:500;font-size:14px}.site-header nav a:hover{color:#141414}.site-header .actions{display:flex;gap:12px;align-items:center}.site-header .phone{font-size:13px;color:var(--c-text);font-weight:600}.btn-cta{background:var(--c-wa);color:#fff!important;padding:8px 16px;border-radius:var(--radius);font-size:13px;font-weight:600;text-decoration:none!important;transition:background .15s}.btn-cta:hover{background:#1ba84c}@media(max-width:800px){.site-header nav{display:none}.site-header .phone{display:none}}.hero{background:linear-gradient(135deg,var(--c-primary) 0%,var(--c-primary-dark) 100%);color:#fff;padding:80px 0;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-100px;top:-100px;width:400px;height:400px;border-radius:50%;background:#ffffff0a;pointer-events:none}.hero.hero-img{padding:100px 0 90px}.hero.hero-img h1{text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero h1{font-size:42px;font-weight:700;line-height:1.15;margin-bottom:16px;position:relative}.hero .sub{font-size:18px;font-weight:400;opacity:.9;margin-bottom:28px;max-width:600px;position:relative}.hero .cta-row{display:flex;gap:14px;flex-wrap:wrap;position:relative}.hero .btn{padding:12px 24px;border-radius:var(--radius);font-weight:600;font-size:15px;text-decoration:none!important;transition:transform .15s,box-shadow .15s;display:inline-flex;align-items:center;gap:8px}.hero .btn-primary{background:var(--c-wa);color:#fff!important}.hero .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #25d36666}.hero .btn-secondary{background:#fff;color:#141414!important}.hero .btn-secondary:hover{transform:translateY(-1px)}@media(max-width:600px){.hero{padding:50px 0}.hero h1{font-size:30px}.hero .sub{font-size:16px}}.content{padding:60px 0}.content h2{color:#141414;font-size:28px;font-weight:700;margin-bottom:16px;margin-top:32px}.content h2:first-child{margin-top:0}.content h3{color:#141414;font-size:20px;font-weight:600;margin:24px 0 12px}.content p{margin-bottom:14px;font-size:16px;line-height:1.7}.content ul,.content ol{margin-bottom:14px;padding-left:24px}.content li{margin-bottom:6px}.content .gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px;margin:24px 0}.content .gallery img{border-radius:var(--radius);box-shadow:var(--shadow)}.cta-section{background:var(--c-primary);color:#fff;padding:60px 0;text-align:center}.cta-section h2{color:#fff;font-size:28px;margin-bottom:12px}.cta-section p{font-size:17px;opacity:.9;margin-bottom:24px}.cta-section .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.cta-section .btn{padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:15px;text-decoration:none!important;display:inline-flex;align-items:center;gap:8px}.cta-section .btn-wa{background:var(--c-wa);color:#fff!important}.cta-section .btn-wa:hover{background:#1ba84c}.cta-section .btn-tel{background:var(--c-accent);color:#fff!important}.site-footer{background:#0a1622;color:#aab2bd;padding:50px 0 20px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;margin-bottom:30px}.footer-grid h4{color:#fff;font-size:14px;margin-bottom:12px;font-weight:600}.footer-grid p{font-size:13px;margin-bottom:6px}.footer-grid a{color:#aab2bd}.footer-grid a:hover{color:#fff}.footer-logo{color:#fff;font-size:20px;letter-spacing:1px;display:block;margin-bottom:8px}.footer-logo-svg{width:190px;height:auto;display:block;margin-bottom:14px}.copy{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}}.wa-float{position:fixed;bottom:24px;right:24px;background:var(--c-wa);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;z-index:99;transition:transform .15s}.wa-float:hover{transform:scale(1.1)}.contact-form{background:#fff;padding:24px;border-radius:var(--radius);box-shadow:var(--shadow);max-width:520px;margin:30px auto}.contact-form input,.contact-form textarea{width:100%;padding:10px 14px;font-size:14px;border:1px solid var(--c-border);border-radius:6px;margin-bottom:12px;font-family:inherit;color:var(--c-text)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--c-primary)}.contact-form textarea{min-height:100px;resize:vertical}.contact-form button{background:var(--c-primary);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;font-size:15px}.contact-form button:hover{background:var(--c-primary-dark)}
