
:root{--bg:#05070a;--card:#10171e;--text:#f8fafc;--muted:#a7b0bb;--green:#25d366;--cyan:#74f0ff;--line:rgba(255,255,255,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:linear-gradient(180deg,#05070a,#071017 48%,#05070a);font-family:Inter,system-ui,sans-serif;color:var(--text)}a{color:inherit;text-decoration:none}.hero{min-height:660px;padding:20px clamp(16px,4vw,44px);background:radial-gradient(circle at 78% 22%,rgba(116,240,255,.14),transparent 28%),linear-gradient(100deg,rgba(2,6,10,.97),rgba(2,6,10,.72) 50%,rgba(2,6,10,.3)),url('assets/aventador-svj-1.jpg') center/cover;position:relative}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 64%,var(--bg))}.nav,.hero-copy{position:relative;z-index:2;max-width:1380px;margin:auto}.nav{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.brand img{width:28px;height:28px;object-fit:contain}.lang-switch{display:flex;padding:4px;border:1px solid var(--line);border-radius:999px;background:rgba(5,7,10,.55);backdrop-filter:blur(12px)}.lang{border:0;background:transparent;color:var(--muted);padding:9px 13px;border-radius:999px;font-weight:900;cursor:pointer}.lang.active{background:#fff;color:#05070a}.hero-copy{margin-top:150px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--cyan);font-size:12px;font-weight:950}.hero h1{font-size:clamp(46px,8vw,96px);line-height:.9;letter-spacing:-.075em;max-width:900px;margin:12px 0 20px}.lead{max-width:720px;color:#d7dee8;font-size:clamp(17px,2vw,21px);line-height:1.55}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.primary,.wa{display:inline-flex;align-items:center;gap:10px;border-radius:16px;padding:16px 21px;font-weight:950}.primary{background:#fff;color:#05070a}.wa{border:1px solid rgba(37,211,102,.4);background:rgba(37,211,102,.13)}.dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(37,211,102,.13)}main{max-width:1380px;margin:auto;padding:44px clamp(14px,3vw,38px) 80px}.intro h2,.how h2{font-size:clamp(34px,5vw,58px);letter-spacing:-.055em;margin:6px 0 24px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;min-height:380px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#0b1116;transition:.22s transform,.22s border-color,.22s box-shadow}.service-card.featured{grid-column:span 2}.service-card:hover{transform:translateY(-4px);border-color:rgba(116,240,255,.45);box-shadow:0 18px 50px rgba(0,0,0,.32)}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(3,8,12,.98) 8%,rgba(3,8,12,.58) 48%,rgba(3,8,12,.12))}.content{position:absolute;inset:auto 22px 22px 22px;z-index:2}.pill{display:inline-block;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.34);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;color:#dfe7ee}.content h3{font-size:34px;line-height:1;margin:12px 0 9px;letter-spacing:-.05em}.content p{color:#c7d0d9;max-width:560px;line-height:1.45;margin:0 0 16px}.go{color:#fff;font-weight:950}.how{margin-top:70px;border-top:1px solid var(--line);padding-top:46px;display:grid;grid-template-columns:.9fr 1.4fr;gap:34px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.steps article{border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:22px;padding:20px}.steps b{color:var(--cyan);font-size:12px}.steps strong{display:block;margin:18px 0 8px;font-size:20px}.steps span{color:var(--muted);line-height:1.45;font-size:14px}footer{border-top:1px solid var(--line);background:#05070a;padding:30px 16px;display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--muted)}footer img{width:34px}footer strong{color:#fff}footer a{color:var(--green);font-weight:900}
@media(max-width:900px){.hero{min-height:580px}.hero-copy{margin-top:110px}.service-grid{grid-template-columns:1fr 1fr}.service-card.featured{grid-column:span 2}.how{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:640px){.hero{min-height:600px;padding:16px;background-position:62% center}.brand span{font-size:14px}.hero h1{font-size:54px}.service-grid{grid-template-columns:1fr}.service-card,.service-card.featured{grid-column:span 1;min-height:340px}.steps{grid-template-columns:1fr}.content h3{font-size:30px}main{padding-left:14px;padding-right:14px}}


/* V13 - experiences: reliable image area + collapsible category toolbar */
.exp-media{position:relative;width:100%;aspect-ratio:16/10;background:#111820;overflow:hidden}
.exp-media img{width:100%;height:100%;display:block;object-fit:cover}
.fallback-label{display:none;position:absolute;inset:0;place-items:center;text-align:center;padding:24px;font-size:22px;font-weight:950;color:#f8fafc;background:radial-gradient(circle at 70% 20%,rgba(116,240,255,.18),transparent 32%),linear-gradient(135deg,#111820,#071017)}
.exp-media.image-fallback .fallback-label{display:grid}
.exp-toolbar{position:sticky;top:0;z-index:8;background:rgba(5,7,10,.9);backdrop-filter:blur(16px);padding:14px 0;border-bottom:1px solid var(--line)}
.exp-filter-toggle{display:none;width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(14,21,27,.94);color:#fff;border-radius:16px;padding:12px 14px;align-items:center;gap:10px;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.22)}
.exp-filter-toggle span:first-child{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--cyan);font-weight:950}
.exp-filter-toggle strong{flex:1;text-align:left;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.exp-filter-toggle .chevron{font-size:18px;color:var(--green);transition:transform .18s ease}
.exp-toolbar.is-compact{padding:8px 0;background:rgba(5,7,10,.96)}
.exp-toolbar.is-compact .exp-filter-toggle{display:flex}
.exp-toolbar.is-compact:not(.filters-open) .exp-toolbar-content{display:none}
.exp-toolbar.is-compact.filters-open .exp-toolbar-content{display:block;padding-top:10px;max-height:58vh;overflow:auto}
.exp-toolbar.is-compact.filters-open .chevron{transform:rotate(180deg)}
@media(max-width:700px){
  .exp-toolbar{top:0;padding:10px 0}
  .exp-toolbar.is-compact{padding:7px 0}
  .exp-toolbar.is-compact.filters-open .filters{display:flex;flex-wrap:wrap;overflow:visible;gap:8px}
  .exp-toolbar.is-compact.filters-open .filter{flex:0 0 auto}
}
@media(min-width:901px){
  .exp-toolbar.is-compact .exp-filter-toggle{display:none}
  .exp-toolbar.is-compact:not(.filters-open) .exp-toolbar-content{display:block}
}


/* V14 - mobile-first navigation */
.mobile-dock{display:none}
@media(max-width:700px){
  body{padding-bottom:72px}
  .mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:10px;right:10px;bottom:9px;z-index:40;background:rgba(8,13,18,.94);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:7px 5px calc(7px + env(safe-area-inset-bottom));backdrop-filter:blur(20px);box-shadow:0 18px 55px rgba(0,0,0,.5)}
  .mobile-dock a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#87939e;padding:4px 2px;border-radius:13px}
  .mobile-dock a>span{font-size:19px;line-height:1}
  .mobile-dock b{font-size:9px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
  .mobile-dock a.active{color:#fff;background:rgba(255,255,255,.07)}
  .mobile-dock a.active>span{color:var(--cyan)}
  .mobile-dock .dock-wa{color:var(--green);font-size:16px}
  footer{padding-bottom:38px}
  .hero{min-height:500px}
  .hero-copy{margin-top:92px}
  .hero h1{font-size:clamp(42px,13vw,56px);line-height:.94;margin-bottom:14px}
  .lead{font-size:16px;line-height:1.42;max-width:330px}
  .hero-actions{margin-top:20px}
  .exp-hero{min-height:500px}
  .exp-hero .hero-copy{margin-top:92px!important}
  .selection-bar{bottom:86px}
  .exp-main{padding-bottom:110px}
}
/* V15 mobile UX polish */
.wa-icon{width:20px;height:20px;display:block;color:var(--green)}
@media(max-width:700px){
  .exp-hero{min-height:360px!important;background-position:center 58%}
  .exp-hero .hero-copy{margin-top:58px!important}
  .exp-hero h1{font-size:clamp(38px,11.5vw,50px)!important;margin:8px 0 10px}
  .exp-hero .lead{margin:0;max-width:310px}
  .exp-main{padding-top:8px!important}
  .exp-toolbar{margin-top:0!important;margin-bottom:14px!important}
  .selection-bar{bottom:92px!important;z-index:60!important;width:calc(100% - 20px)!important;padding:9px 10px 9px 13px!important}
  .selection-bar strong{font-size:12px!important;max-width:42%}
  .selection-bar button{padding:11px 12px!important;font-size:12px}
  .drawer{z-index:80!important}
  .panel{padding-bottom:calc(110px + env(safe-area-inset-bottom))!important}
  .mobile-dock{z-index:70!important}
  .mobile-dock .wa-icon{width:20px;height:20px}
}
