:root{--bg:#FAF2EE;--fg:#00244D;--card-bg:rgba(250,242,238,.78);--border:rgba(0,36,77,.18);--accent:#8B734A;--muted:#5b6b7a;--radius:18px}html[data-theme=dark]{--bg:#00244D;--fg:#FAF2EE;--card-bg:rgba(0,36,77,.55);--border:rgba(250,242,238,.18);--accent:#D5BEA7;--muted:rgba(250,242,238,.8)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,"Noto Sans","Helvetica Neue",sans-serif;color:var(--fg);background:var(--bg)}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.theme-toggle{position:fixed;top:10px;right:10px;z-index:10;display:flex;align-items:center;justify-content:center;border:none;background:var(--card-bg);color:var(--fg);width:32px;height:32px;border-radius:50%;padding:0;cursor:pointer;backdrop-filter:blur(10px)}.theme-toggle:hover{background:var(--fg)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.theme-toggle__icon{display:block;width:18px;height:18px;fill:var(--fg)}.theme-toggle:hover .theme-toggle__icon{fill:var(--bg)}.theme-toggle__icon--sun{display:none}html[data-theme=dark] .theme-toggle__icon--sun{display:block}html[data-theme=dark] .theme-toggle__icon--moon{display:none}.card{width:min(920px,100%);border:0;border-radius:0;background:rgba(0,0,0,0);box-shadow:none;padding:0;backdrop-filter:none}.hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.logo{display:grid;place-items:center;margin-bottom:2rem}.logo__img{max-width:180px;height:auto}.logo__img--dark{display:none}html[data-theme=dark] .logo__img--light{display:none}html[data-theme=dark] .logo__img--dark{display:block}.title{margin:0;font-size:clamp(20px,2.2vw,28px);letter-spacing:.2px}.company{color:var(--muted);font-size:clamp(13px,1.1vw,15px);opacity:.8}.slogan{margin:0;color:var(--muted);font-size:clamp(14px,1.4vw,16px);line-height:1.5}.slogan__line{display:block}.info{margin-top:3rem;display:grid;grid-template-columns:1fr;gap:1rem;text-align:center}.info{justify-items:center}.d-flex{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:stretch;justify-content:center}@media(min-width: 640px){.d-flex{flex-direction:row;align-items:flex-start;gap:2rem}.d-flex .info__block{max-width:320px}}.info__block{border:0;border-radius:0;padding:0;width:100%;max-width:640px}.info__heading{margin:0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;opacity:1}.info__text{margin:0;line-height:1.55;color:var(--muted)}.link{color:var(--fg);text-decoration:none}.link:hover{color:var(--accent)}.link--phone{color:var(--muted);font-size:clamp(1.1rem,.2px,1.4rem);font-weight:600}html[data-theme=dark] .link--phone:hover{color:#fff}html[data-theme=light] .link--phone:hover{color:#00244d}.link--instagram{display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.link--instagram .icon{width:48px;height:48px;display:block;fill:currentColor}html[data-theme=dark] .link--instagram:hover{color:#fff}html[data-theme=light] .link--instagram:hover{color:#00244d}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;border:2px solid var(--fg);border-radius:999px;background:rgba(0,0,0,0);color:var(--fg);text-decoration:none;text-transform:uppercase;font-weight:600;font-size:.875rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn-outline:hover{background:var(--fg);color:var(--bg)}html[data-theme=light] .btn-outline:hover{color:#fff}.btn-outline:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.footer{margin-top:3rem;text-align:center;color:var(--muted);padding-top:6px;font-size:clamp(11px,1.1vw,13px)}
