/* Armadeo Capital — Clean premium style */
:root{
  --bg:#0b1220;
  --card:#101a2f;
  --card2:#0f1830;
  --text:#eaf0ff;
  --muted:#b8c4e6;
  --line:rgba(255,255,255,.12);
  --accent:#2f6bff;
  --accent2:#00c2ff;
  --shadow: 0 12px 36px rgba(0,0,0,.25);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial; background:linear-gradient(180deg,#070b14, #0b1220 35%, #070b14); color:var(--text)}
a{color:inherit;text-decoration:none}
.container{width:min(1100px,92vw); margin:0 auto}

.header{
  position:sticky; top:0; z-index:50;
  background:rgba(7,11,20,.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.header__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px}
.brand{display:flex; gap:12px; align-items:center}
.brand__logo{width:44px;height:44px;border-radius:10px;background:#fff;object-fit:contain}
.brand__name{font-weight:700; letter-spacing:.2px}
.brand__tag{font-size:12px;color:var(--muted)}
.nav{display:flex; gap:18px; align-items:center}
.nav a{font-size:14px;color:var(--muted)}
.nav a:hover{color:var(--text)}
.header__actions{display:flex; gap:10px; align-items:center}
.lang,.menu{
  border:1px solid var(--line); background:rgba(255,255,255,.06);
  color:var(--text); border-radius:12px; padding:8px 10px; cursor:pointer
}
.menu{display:none}

.mobile{
  display:none;
  padding:10px 0 14px;
  border-top:1px solid var(--line);
}
.mobile a{display:block; padding:10px 0; color:var(--muted)}

.hero{padding:64px 0 28px}
.hero__grid{display:grid; grid-template-columns: 1.2fr .8fr; gap:26px; align-items:start}
.pill{
  display:inline-block; padding:8px 12px; border-radius:999px;
  background:rgba(47,107,255,.15); border:1px solid rgba(47,107,255,.35);
  color:#cfe0ff; font-size:13px
}
h1{font-size:42px; line-height:1.06; margin:14px 0 12px}
.lead{color:var(--muted); font-size:16px; line-height:1.6; margin:0 0 18px}
.hero__cta{display:flex; gap:10px; flex-wrap:wrap; margin:18px 0 18px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:14px;
  background:linear-gradient(90deg,var(--accent), var(--accent2));
  color:#061021; font-weight:700; border:0;
  box-shadow: 0 10px 26px rgba(47,107,255,.25);
}
.btn--ghost{
  background:rgba(255,255,255,.08); color:var(--text);
  border:1px solid var(--line); box-shadow:none
}
.btn--small{padding:10px 12px; border-radius:12px; font-size:13px}

.trust{display:grid; grid-template-columns:1fr; gap:10px; margin-top:14px}
.trust__item{display:flex; gap:12px; align-items:flex-start; padding:12px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.04)}
.trust__kpi{font-weight:800; min-width:86px}
.trust__label{color:var(--muted); font-size:13px; line-height:1.45}

.card{background:rgba(255,255,255,.06); border:1px solid var(--line); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow)}
.card--soft{background:rgba(255,255,255,.04)}
.hero__card .card{position:sticky; top:92px}
.card h3{margin:0 0 10px}
.bullets{margin:0; padding-left:18px; color:var(--muted)}
.bullets li{margin:8px 0}
.card__footer{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:14px}
.price{font-weight:800}
.note{margin-top:10px; font-size:12px; color:var(--muted); line-height:1.5}

.section{padding:56px 0}
.section--alt{background:rgba(255,255,255,.03); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
h2{font-size:28px; margin:0 0 10px}
.muted{color:var(--muted)}
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:16px}
.grid2{display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:16px}

.callout{
  margin-top:16px;
  padding:16px; border-radius:18px;
  border:1px solid rgba(47,107,255,.35);
  background:rgba(47,107,255,.10);
  display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap
}

.steps{display:grid; gap:12px; margin-top:16px}
.step{display:flex; gap:14px; padding:14px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.04)}
.step__n{
  width:34px;height:34px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(47,107,255,.18); border:1px solid rgba(47,107,255,.35);
  font-weight:800
}

.chips{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
.chip{padding:10px 12px; border-radius:999px; border:1px solid var(--line); background:rgba(255,255,255,.04); color:var(--muted); font-size:13px}

.profile{display:grid; grid-template-columns: .95fr 1.05fr; gap:16px; margin-top:16px}
.profile__card{display:flex; gap:14px; align-items:center; padding:16px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.04)}
.avatar{width:56px;height:56px;border-radius:18px; display:flex;align-items:center;justify-content:center; font-weight:900; background:linear-gradient(90deg,var(--accent), var(--accent2)); color:#061021}
.tags{display:flex; gap:8px; flex-wrap:wrap; margin-top:8px}
.tag{font-size:12px; padding:6px 10px; border-radius:999px; border:1px solid var(--line); background:rgba(255,255,255,.04); color:var(--muted)}
.profile__text{padding:16px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.04)}
.mini{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:14px}
.mini__item{padding:12px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.03)}
.mini__k{font-size:12px; color:var(--muted)}
.mini__v{font-weight:700; margin-top:4px}

.contact{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:16px}
.divider{height:1px;background:var(--line); margin:14px 0}
.small{font-size:12px; line-height:1.5}

.footer{padding:18px 0; border-top:1px solid var(--line); background:rgba(7,11,20,.72)}
.footer__inner{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}

@media (max-width: 920px){
  .hero__grid{grid-template-columns:1fr}
  .hero__card .card{position:relative; top:auto}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .profile{grid-template-columns:1fr}
  .mini{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  h1{font-size:34px}
}

@media (max-width: 760px){
  .nav{display:none}
  .menu{display:inline-flex}
  .mobile{display:block}
}
