:root{--navy:#0f172a;--blue:#1f5b8f;--blue-dark:#16466f;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--surface:#fff;--soft:#f8fafc;--success:#10b981;--danger:#dc2626;--shadow:0 14px 36px rgba(15,23,42,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--soft);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.5}button,input,select,textarea{font:inherit}button,a{transition:.2s ease}a{color:inherit}.hidden{display:none!important}.muted{color:var(--muted)}.eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.16em;color:var(--blue);text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;border:1px solid transparent;text-decoration:none;font-weight:700;cursor:pointer}.btn.primary{background:var(--navy);color:#fff}.btn.primary:hover{background:#1e293b}.btn.light{background:#fff;color:var(--navy)}.btn.ghost{border-color:rgba(255,255,255,.38);color:#fff}.btn.full{width:100%}.link-button{border:0;background:none;color:var(--blue);font-weight:700;cursor:pointer}.notice{position:fixed;left:50%;top:84px;transform:translateX(-50%);z-index:2000;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:12px 16px;border-radius:10px;display:flex;gap:16px;align-items:center}.notice button{border:0;background:none;font-size:1.2rem}.status-panel{padding:34px;border:1px dashed var(--line);border-radius:12px;text-align:center;background:#fff}.status-panel.error{border-color:#fecaca;background:#fff7f7}.status-panel .spinner{width:28px;height:28px;border:3px solid #d8e3ec;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 12px}@keyframes spin{to{transform:rotate(360deg)}}
.navbar{min-height:72px;position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:8px clamp(20px,6vw,108px)}.navbar.scrolled{box-shadow:0 7px 24px rgba(15,23,42,.07)}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;width:max-content}.brand-symbol-wrap{width:54px;height:54px;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.brand-symbol{width:50px;height:50px;object-fit:contain;display:block}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-family:Manrope,sans-serif;font-size:1.02rem;letter-spacing:.11em;color:var(--blue-dark)}.brand-copy span{font-size:.55rem;letter-spacing:.27em;color:var(--muted);margin-top:5px}.navbar nav{display:flex;gap:29px}.navbar nav a{text-decoration:none;font-size:.86rem;color:#526172;font-weight:600}.navbar nav a:hover{color:var(--blue)}.nav-actions{justify-self:end;display:flex;align-items:center;gap:9px}.admin-link{text-decoration:none;color:var(--muted);font-size:.84rem;padding:8px}.header-button{background:#fff;border:1px solid var(--line);border-radius:8px;padding:8px 11px;cursor:pointer;font-size:.84rem;font-weight:600}.header-button b{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:var(--blue);color:#fff;margin-left:5px;font-size:.72rem}.secondary-action.active{background:#eff6ff;border-color:#93c5fd;color:var(--blue-dark)}.mobile-toggle{display:none;border:0;background:none;font-size:1.5rem}.section{max-width:1200px;margin:0 auto;padding:64px 20px}.compact-section{padding-top:54px;padding-bottom:34px}.heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.heading h2{font-family:Manrope,sans-serif;margin:.2rem 0 0;font-size:clamp(1.6rem,2.8vw,2.3rem)}.heading.center{justify-content:center;text-align:center}.compact-heading h2{font-size:1.55rem}footer{background:var(--navy);padding:30px clamp(20px,6vw,108px);display:flex;justify-content:space-between;align-items:center;color:#94a3b8;font-size:.8rem}.footer-brand .brand-copy strong{color:#fff}.footer-brand .brand-symbol-wrap{width:44px;height:44px}.footer-brand .brand-symbol{width:42px;height:42px}
.modal,.drawer{position:fixed;inset:0;z-index:1400}.overlay{position:absolute;inset:0;background:rgba(8,20,34,.55)}.modal-card{position:relative;z-index:1;max-width:900px;margin:5vh auto;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:26px;max-height:90vh;overflow:auto}.close{border:0;background:none;font-size:1.5rem;cursor:pointer}.modal-card>.close{position:absolute;right:18px;top:14px}.drawer{display:grid;grid-template-columns:1fr minmax(320px,410px)}.drawer-panel{grid-column:2;position:relative;z-index:1;background:#fff;height:100vh;display:flex;flex-direction:column}.drawer-panel>header{padding:22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.quote-items{padding:18px;overflow:auto;flex:1}.quote-empty{padding:28px;text-align:center;color:var(--muted)}.quote-form{padding:18px;border-top:1px solid var(--line);display:grid;gap:9px;background:var(--soft)}.quote-form input,.quote-form textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:7px}.whatsapp-float{position:fixed;right:22px;bottom:22px;border:0;background:var(--success);color:#fff;padding:12px 17px;border-radius:999px;box-shadow:var(--shadow);font-weight:700;cursor:pointer;z-index:900}
