@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--bg:#070a12;--panel:#0f1626;--panel-soft:#121c30;--text:#f4f7ff;--muted:#9badc9;--primary:#21c7ff;--primary-2:#5384ff;--violet:#8f7cff;--border:rgba(134,183,255,.2);--ring:rgba(33,199,255,.45);--container:1200px}*{box-sizing:border-box}#__nuxt,body,html{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.65}a{color:var(--primary);text-underline-offset:2px}a:hover{color:#6edaff}.site-shell{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.container{margin:0 auto;width:min(calc(100% - 2rem),var(--container))}.section{padding:3.5rem 0}h1,h2,h3{font-family:Space Grotesk,Inter,sans-serif;letter-spacing:-.02em;line-height:1.2;margin:0 0 .85rem}h1{font-size:clamp(2rem,4.7vw,3.6rem);max-width:22ch}h2{font-size:clamp(1.45rem,3vw,2.2rem)}h3{font-size:1.1rem}p{color:var(--muted);margin:0 0 1rem}.lead{font-size:1.08rem;max-width:70ch}.eyebrow{color:var(--primary);font-size:.8rem;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070a12b8;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.header-inner{align-items:center;display:flex;gap:1rem;justify-content:space-between;min-height:72px}.brand{align-items:center;color:var(--text);cursor:pointer;display:inline-flex;font-weight:700;text-decoration:none}.brand-logo{display:block;height:auto;width:clamp(124px,15vw,180px)}.nav{display:flex;flex-wrap:wrap;gap:1rem}.nav a{color:var(--muted);font-weight:500;text-decoration:none}.nav a.router-link-active,.nav a:hover{color:var(--text)}.hero{padding-top:4.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.3rem 0 0}.btn{align-items:center;background:transparent;border:1px solid var(--border);border-radius:.8rem;color:var(--text);display:inline-flex;justify-content:center;padding:.7rem 1rem;text-decoration:none;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.btn:hover{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);transform:translateY(-1px)}.btn-primary{background:var(--primary);border-color:transparent;color:#04101c;font-weight:700}.btn-secondary{background:#ffffff05}.badges{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:1.4rem 0 0;padding:0}.badges li{background:#ffffff05;border:1px solid var(--border);border-radius:999px;color:var(--text);font-size:.88rem;padding:.35rem .75rem}.grid{display:grid;gap:1rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#0f1626f2;border:1px solid var(--border);border-radius:1rem;padding:1.2rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.card:hover{border-color:#21c7ff99;box-shadow:0 0 0 1px #21c7ff59,0 16px 34px #0b111d80;transform:translateY(-2px)}.eventrize-card{border-color:#5384ff73;box-shadow:0 0 0 1px #5384ff33}.branch-card{align-items:flex-end;background-position:50%;background-size:cover;border:1px solid var(--border);border-radius:1rem;display:flex;min-height:340px;overflow:hidden;position:relative;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.branch-card:hover{transform:translateY(-2px)}.branch-card:before{background:#04070eb8;bottom:0;content:"";height:30%;left:0;position:absolute;right:0}.branch-card--devola{background-image:url(../devola.png);border-color:#21c7ff8c;box-shadow:0 0 0 1px #21c7ff59,0 20px 36px #07172380}.branch-card--delfence{background-image:url(../delfence.png);border-color:#8f7cff99;box-shadow:0 0 0 1px #8f7cff59,0 20px 36px #150e2873}.branch-content{padding:1.1rem 1.2rem;position:relative;width:100%;z-index:1}.branch-content p{color:#d7e2ff;font-size:.92rem;line-height:1.5;margin:0}.branch-label{color:#f4f7ff;font-size:.7rem;letter-spacing:.1em;margin-bottom:.35rem;text-transform:uppercase}.branch-content h3{color:#fff;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.05;margin:0 0 .35rem}.note,.section-intro{margin-bottom:1rem}.split{align-items:center;display:grid;gap:1rem;grid-template-columns:1.2fr 1fr}.list{list-style:none;margin:0;padding:0}.list li{border-bottom:1px solid var(--border);color:var(--text);padding:.65rem 0}.mmb-panel{min-height:100%}.mmb-panel p{margin-bottom:.5rem}.cta-strip{align-items:center;border-top:1px solid var(--border);display:flex;gap:1rem;justify-content:space-between}.form label{color:var(--text);display:grid;gap:.35rem;margin-bottom:.85rem}input,textarea{background:var(--panel-soft);border:1px solid var(--border);border-radius:.7rem;color:var(--text);font:inherit;padding:.65rem .75rem;width:100%}input:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.prose{max-width:72ch}.footer{border-top:1px solid var(--border);padding:1rem 0}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer nav{display:flex;gap:.9rem}@media(max-width:980px){.grid-3,.split{grid-template-columns:1fr 1fr}}@media(max-width:760px){.cta-strip,.grid-2,.grid-3,.split{display:grid;grid-template-columns:1fr}.header-inner{align-items:flex-start;flex-direction:column;padding:.8rem 0}.hero{padding-top:2.5rem}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
