:root{
  --bg:#0b1220;
  --bg2:#08101f;
  --panel:rgba(255,255,255,.06);
  --panel2:rgba(255,255,255,.04);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.72);
  --hair:rgba(255,255,255,.12);
  --accent:#6ee7ff;
  --accent2:#9affc3;
  --shadow:0 18px 45px rgba(0,0,0,.38);
  --r:18px;
  --r2:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  color:var(--text);
  background:
    radial-gradient(900px 650px at 20% 8%, rgba(110,231,255,.16), transparent 60%),
    radial-gradient(900px 650px at 85% 12%, rgba(154,255,195,.12), transparent 55%),
    radial-gradient(900px 900px at 50% 85%, rgba(255,255,255,.05), transparent 60%),
    var(--bg);
  line-height:1.55;
}

a{color:inherit}
.container{width:min(1100px, calc(100% - 2rem)); margin:0 auto}

.skip{
  position:absolute; left:-999px; top:.8rem;
  padding:.55rem .75rem; border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--hair);
}
.skip:focus{left:1rem; z-index:50}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(11,18,32,.62);
  border-bottom:1px solid var(--hair);
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:1rem; padding:.9rem 0;
}

.brand{display:flex; align-items:center; gap:.75rem; min-width:0}
.brand-mark{
  width:46px; height:46px; border-radius:16px;
  display:grid; place-items:center;
  font-weight:900; letter-spacing:.4px;
  background: linear-gradient(135deg, rgba(110,231,255,.22), rgba(154,255,195,.16));
  border:1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
}
.brand-text{min-width:0}
.brand-name{font-weight:900; letter-spacing:.2px}
.brand-sub{font-size:.92rem; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:48vw}

.topnav{display:none; gap:1rem}
.topnav a{
  text-decoration:none;
  color:rgba(255,255,255,.78);
  padding:.35rem .45rem;
  border-radius:12px;
  border:1px solid transparent;
}
.topnav a:hover{
  color:rgba(255,255,255,.92);
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
}

.lang{display:flex; gap:.5rem; align-items:center}
.lang-btn{
  appearance:none; border:1px solid var(--hair);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:999px;
  padding:.35rem .55rem;
  display:inline-flex; align-items:center; gap:.45rem;
  cursor:pointer;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}
.lang-btn:hover{transform:translateY(-1px); background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.18)}
.lang-btn[aria-pressed="true"]{background:rgba(110,231,255,.11); border-color:rgba(110,231,255,.38)}
.lang-label{font-size:.78rem; font-weight:900; letter-spacing:.6px; opacity:.92}
.flag{
  width:18px; height:12px; border-radius:3px; overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  display:inline-block;
}
.flag svg{width:100%; height:100%; display:block}

.hero{padding:2.2rem 0 1.4rem}
.hero-inner{
  display:grid; gap:1rem;
  border:1px solid var(--hair);
  border-radius: var(--r2);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
  padding:1.2rem;
}
.kicker{
  margin:0 0 .55rem;
  color:rgba(255,255,255,.72);
  font-weight:800;
  font-size:.9rem;
  letter-spacing:.2px;
}
.h1{margin:0 0 .65rem; font-size:1.75rem; line-height:1.12; letter-spacing:-.3px}
.lede{margin:0 0 1rem; color:var(--muted); font-size:1.02rem}

.cta{display:flex; gap:.7rem; flex-wrap:wrap; margin:.2rem 0 1rem}
.btn{
  text-decoration:none;
  border-radius:16px;
  padding:.78rem 1rem;
  border:1px solid var(--hair);
  background:rgba(255,255,255,.04);
  display:inline-flex; align-items:center; gap:.55rem;
  font-weight:900;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}
.btn:hover{transform:translateY(-1px); background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.2)}
.btn.primary{
  background: linear-gradient(135deg, rgba(110,231,255,.18), rgba(154,255,195,.14));
  border-color: rgba(110,231,255,.42);
}
.btn.ghost{background:rgba(255,255,255,.03)}
.btn.soft{
  background:rgba(255,255,255,.02);
  border-color: rgba(255,255,255,.14);
}
.btn.small{padding:.6rem .85rem; border-radius:14px; font-weight:900}

.ico{font-size:1rem; opacity:.95}

.trust{display:flex; gap:.55rem; flex-wrap:wrap}
.pill{
  border:1px solid var(--hair);
  background:rgba(255,255,255,.03);
  padding:.4rem .65rem;
  border-radius:999px;
  font-size:.88rem;
  color:rgba(255,255,255,.82);
}

.phone-line{margin:.9rem 0 0; color:rgba(255,255,255,.82)}
.muted{color:var(--muted)}
.inline{
  text-decoration: underline;
  text-decoration-color: rgba(110,231,255,.35);
  text-underline-offset: 3px;
}

.hero-card{
  border-radius: var(--r2);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  padding:1rem;
}
.hero-card-top{display:flex; align-items:center; justify-content:space-between; gap:.75rem; margin-bottom:.65rem}
.badge{
  font-size:.78rem; font-weight:900; letter-spacing:.55px;
  text-transform:uppercase;
  color:rgba(255,255,255,.74);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  padding:.3rem .55rem;
  border-radius:999px;
}
.stars{color:rgba(255,255,255,.7); font-size:.95rem}
.bullets{margin:.4rem 0 0; padding-left:1.1rem; color:rgba(255,255,255,.86)}
.bullets li{margin:.45rem 0; color:rgba(255,255,255,.82)}
.note{
  margin-top:.9rem;
  border-radius:16px;
  border:1px solid rgba(110,231,255,.24);
  background: linear-gradient(135deg, rgba(110,231,255,.10), rgba(154,255,195,.07));
  padding:.85rem;
}
.note-title{font-weight:900; margin:0 0 .25rem}
.note-text{color:rgba(255,255,255,.78)}

.section{padding:2.2rem 0}
.section.alt{
  background: rgba(255,255,255,.02);
  border-top:1px solid var(--hair);
  border-bottom:1px solid var(--hair);
}
.section-head{margin-bottom:1.1rem}
.h2{margin:0 0 .35rem; font-size:1.35rem; letter-spacing:-.2px}
.sub{margin:0; color:var(--muted); max-width:70ch}

.grid{display:grid; gap:.9rem}
.cards{grid-template-columns: 1fr}
.card{
  border:1px solid var(--hair);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding:1rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}
.card-ico{font-size:1.2rem; margin-bottom:.25rem}
.card h3{margin:.1rem 0 .35rem; font-size:1.05rem}
.card p{margin:0; color:rgba(255,255,255,.75)}

.callout{
  margin-top:1.2rem;
  border:1px solid rgba(154,255,195,.22);
  background: rgba(154,255,195,.06);
  border-radius: var(--r2);
  padding:1rem;
  display:flex;
  flex-direction:column;
  gap:.55rem;
  align-items:flex-start;
}
.callout-title{font-weight:900}
.callout-text{color:rgba(255,255,255,.78)}

.steps{grid-template-columns: 1fr}
.step{
  display:flex; gap:.85rem;
  border:1px solid var(--hair);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding:1rem;
}
.step-num{
  width:36px; height:36px; border-radius:14px;
  display:grid; place-items:center;
  font-weight:900;
  background: rgba(110,231,255,.14);
  border:1px solid rgba(110,231,255,.28);
}
.step-title{font-weight:900}
.step-text{color:rgba(255,255,255,.76); margin-top:.2rem}

.info-row{
  margin-top:1.2rem;
  display:grid;
  gap:.75rem;
  grid-template-columns: 1fr;
}
.info{
  border:1px solid var(--hair);
  border-radius: var(--r);
  background: rgba(255,255,255,.03);
  padding:.9rem;
}
.info-label{
  font-size:.78rem;
  color:rgba(255,255,255,.68);
  font-weight:900;
  letter-spacing:.55px;
  text-transform:uppercase;
}
.info-value{margin-top:.3rem; font-weight:800; color:rgba(255,255,255,.88)}

.contact-panel{
  border:1px solid var(--hair);
  border-radius: var(--r2);
  background: rgba(255,255,255,.03);
  padding:1rem;
  display:grid;
  gap:1rem;
}
.contact-title{font-weight:900; font-size:1.05rem}
.contact-text{color:rgba(255,255,255,.78); margin:.4rem 0 0}
.contact-aside{display:grid; gap:.8rem}
.smallcard{
  border:1px solid rgba(255,255,255,.14);
  border-radius: var(--r);
  padding:.9rem;
  background: rgba(255,255,255,.03);
}
.smallcard-title{font-weight:900; margin:0 0 .25rem}
.smallcard-text{color:rgba(255,255,255,.76)}

.footer{
  margin-top:1.8rem;
  padding-top:1rem;
  border-top:1px solid var(--hair);
}
.footer-inner{
  display:flex; gap:.6rem; flex-wrap:wrap;
  align-items:center; justify-content:center;
  color:rgba(255,255,255,.72);
}
.footer a{text-decoration:none; border-bottom:1px solid rgba(110,231,255,.25)}
.footer a:hover{border-bottom-color: rgba(110,231,255,.55)}
.dot{opacity:.55}

.mobilebar{
  position:fixed;
  left:0; right:0; bottom:0;
  display:flex;
  gap:.6rem;
  padding:.75rem;
  background: rgba(11,18,32,.78);
  border-top:1px solid var(--hair);
  backdrop-filter: blur(12px);
  z-index:60;
}
.mbtn{
  flex:1;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  border-radius: 16px;
  padding:.78rem .9rem;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  font-weight:900;
}
.mbtn.primary{
  background: linear-gradient(135deg, rgba(110,231,255,.18), rgba(154,255,195,.14));
  border-color: rgba(110,231,255,.42);
}
.mico{font-size:1rem}

@media (min-width: 860px){
  .topnav{display:flex}
  .brand-sub{max-width:34vw}
  .hero-inner{grid-template-columns: 1.12fr .88fr; padding:1.4rem}
  .h1{font-size:2.35rem}
  .cards{grid-template-columns: 1fr 1fr}
  .steps{grid-template-columns: 1fr 1fr}
  .info-row{grid-template-columns: 1fr 1fr 1fr}
  .contact-panel{grid-template-columns: 1.2fr .8fr; padding:1.2rem}
  .mobilebar{display:none}
}

@media (prefers-reduced-motion: reduce){
  *{transition:none !important}
}

