:root{--bg: #020406;--surface: #0a1118;--text: #eef3f6;--muted: #aab8c6;--teal: #01344e;--coral: #ff8c69;--line: #113245}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,sans-serif}.site{min-height:100vh;max-width:1150px;margin:0 auto;padding:1.2rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #12202a;border-radius:16px;padding:.9rem 1rem;background:#090f16cc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.topbar__logo{max-width:280px;width:100%;height:auto}.topbar__nav{display:flex;gap:1rem}.topbar__nav a{color:var(--text);text-decoration:none;font-weight:600;font-size:.94rem}.layout-switcher{margin:1rem 0 1.2rem;display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:center}.layout-switcher p{margin:0;color:var(--muted);font-size:.9rem}.layout-switcher div{display:flex;flex-wrap:wrap;gap:.5rem}.layout-switcher button{border:1px solid #2a3f4d;color:var(--text);background:#0f1b25;border-radius:999px;padding:.45rem .9rem;cursor:pointer;font-weight:600}.layout-switcher .is-active{border-color:transparent;background:linear-gradient(135deg,var(--coral),#ffb095);color:#111}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:1.3rem;border:1px solid #12202a;border-radius:20px;padding:1.6rem;background:linear-gradient(135deg,#071018,#081b28)}.hero__content h1{margin:.7rem 0;font-size:clamp(1.8rem,3.5vw,3.2rem);line-height:1.1}.hero__content p{margin:0;max-width:58ch;color:var(--muted);line-height:1.55}.badge{display:inline-block;padding:.3rem .6rem;border-radius:999px;font-size:.8rem;background:#ff8c691f;color:#ffc0ac;border:1px solid rgba(255,140,105,.36)}.hero__actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.7rem}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;padding:.68rem 1rem;font-weight:700}.btn--primary{background:var(--coral);color:#0f1114}.btn--ghost{color:var(--text);border:1px solid #2f4553}.hero__media img{width:100%;border-radius:14px;border:1px solid #183449}.section{margin-top:1.2rem;border:1px solid #12202a;border-radius:16px;padding:1.2rem;background:#080c12b8}.section h2,.section h3{margin-top:0}.section p{color:var(--muted);line-height:1.6}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card{border:1px solid #203444;background:#09131b;border-radius:14px;padding:1rem}.contact{display:grid;grid-template-columns:1.35fr 1fr;gap:1rem}.contact__box{border:1px solid #243f52;border-radius:14px;padding:1rem;background:#0a161f}.footer{margin-top:1.2rem;padding:1rem;border-top:1px solid #213544;display:flex;align-items:center;justify-content:space-between;gap:.8rem;color:#90a2b1}.footer__circuit{width:120px;opacity:.45}.site--executivo{--bg: #030609;--surface: #071018;--text: #ecf0f3;--muted: #a2b0be}.site--tech{--bg: #020406;--surface: #070d14;--text: #e8f5ff;--muted: #94abbd}.site--tech .hero{background:linear-gradient(#02080cdb,#02080ce6),url(/brand/c__Users_susse_AppData_Roaming_Cursor_User_workspaceStorage_2db86ae7e4d94d2e41a703f001236943_images_6-3fef2c2c-e0d8-4729-8226-0244ea96149c.png);background-size:cover;background-position:center}.site--minimal{--bg: #f6f7f9;--surface: #ffffff;--text: #11202c;--muted: #4f6270}.site--minimal .topbar,.site--minimal .section,.site--minimal .hero{background:#fff;border-color:#dbe3ea}.site--minimal .topbar__nav a{color:#11202c}.site--minimal .layout-switcher button{background:#fff;color:#11202c;border-color:#c8d3dd}.site--minimal .layout-switcher .is-active{color:#fff;background:#11202c}.site--minimal .btn--ghost{color:#11202c;border-color:#bfd0de}.site--minimal .card,.site--minimal .contact__box{background:#f6fafe;border-color:#d8e2eb}@media(max-width:900px){.hero,.contact,.cards{grid-template-columns:1fr}}@media(max-width:700px){.topbar{flex-direction:column;align-items:flex-start}.topbar__logo{max-width:230px}}
