
:root{
  --bg:#0B1220;
  --bg2:#0F1A30;
  --card:#0F1A30;
  --text:#0B1220;
  --muted:#5A6B86;
  --white:#ffffff;
  --gold:#D6B45A;
  --gold2:#F2E6B6;
  --accent:#22c55e;
  --accent2:#86efac;
  --accentDark:#15803d;
  --line:rgba(15,26,48,.12);
  --shadow: 0 20px 60px rgba(11,18,32,.14);
  --shadow2: 0 12px 28px rgba(11,18,32,.12);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:#ffffff;
  line-height:1.55;
}
a{color:inherit; text-decoration:none}
a:hover{opacity:.9}
.container{
  width:min(1140px, calc(100% - 48px));
  margin:0 auto;
}
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}
.topbar.scrolled{box-shadow: 0 10px 28px rgba(11,18,32,.08)}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
}
.brand img{height:42px; width:auto; display:block}
.navlinks{
  display:flex;
  gap:22px;
  align-items:center;
  font-weight:600;
  color:#1A2948;
}
.navlinks a{padding:8px 10px; border-radius:12px; transition: background .18s ease, color .18s ease}
.navlinks a:hover{background:rgba(34,197,94,.10)}
.navlinks a.active{background:rgba(34,197,94,.14); color:#0B1220}
.navcta{display:flex; gap:10px; align-items:center}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(11,18,32,.14);
  background:#fff;
  font-weight:700;
  box-shadow: 0 8px 18px rgba(11,18,32,.08);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn.primary{
  border-color:transparent;
  background: linear-gradient(135deg, var(--accentDark) 0%, var(--accent) 55%, #10b981 100%);
  color:#fff;
  box-shadow: 0 14px 30px rgba(34,197,94,.22);
}
.btn.gold{
  border-color: rgba(214,180,90,.55);
  background: linear-gradient(135deg, rgba(214,180,90,.22) 0%, rgba(242,230,182,.28) 100%);
  color:#0B1220;
}
.btn.small{padding:10px 14px; border-radius:12px; font-size:14px}
.tag{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(34,197,94,.35);
  background: rgba(34,197,94,.10);
  color:#1A2948;
  font-weight:700;
  font-size:13px;
}
.hero{
  position:relative;
  overflow:hidden;
  padding:62px 0 40px;
  background:
    radial-gradient(900px 500px at 18% 12%, rgba(34,197,94,.16), transparent 62%),
    radial-gradient(900px 520px at 25% 0%, rgba(214,180,90,.10), transparent 60%),
    radial-gradient(900px 520px at 90% 0%, rgba(15,26,48,.10), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #FBFCFF 100%);
}
.hero::after{
  content:"";
  position:absolute;
  inset:-30%;
  background:
    radial-gradient(closest-side at 24% 30%, rgba(34,197,94,.18), transparent 60%),
    radial-gradient(closest-side at 78% 22%, rgba(214,180,90,.14), transparent 60%),
    radial-gradient(closest-side at 70% 70%, rgba(15,26,48,.10), transparent 62%);
  transform: translate3d(var(--px,0px), var(--py,0px), 0);
  transition: transform .12s ease-out;
  pointer-events:none;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:34px;
  align-items:center;
}
.h1{
  font-size: clamp(34px, 4vw, 54px);
  line-height:1.08;
  margin:14px 0 14px;
  letter-spacing:-.6px;
}
.lead{
  font-size:18px;
  color: var(--muted);
  margin:0 0 22px;
}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 16px}
.hero-meta{
  display:flex; gap:18px; flex-wrap:wrap;
  margin-top:14px;
  color:#1A2948;
  font-weight:600;
}
.hero-meta span{display:inline-flex; align-items:center; gap:10px}
.hero-card{
  border:1px solid rgba(15,26,48,.10);
  background: rgba(255,255,255,.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:22px;
}
.hero-card h3{margin:0 0 8px; font-size:18px}
.hero-card p{margin:0 0 14px; color:var(--muted)}
.quick{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.quick .q{
  padding:14px;
  border-radius:18px;
  background: linear-gradient(180deg, #ffffff 0%, #F7F9FF 100%);
  border:1px solid rgba(15,26,48,.10);
}
.q .k{font-weight:800; font-size:14px; color:#1A2948}
.q .v{font-weight:700; color:var(--muted); margin-top:6px; font-size:13px}
.section{
  padding:64px 0;
}
.section.alt{
  background:
   radial-gradient(900px 520px at 12% 12%, rgba(34,197,94,.10), transparent 62%),
    radial-gradient(900px 520px at 10% 10%, rgba(214,180,90,.08), transparent 60%),
   linear-gradient(180deg, #FBFCFF 0%, #ffffff 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.kicker{
  color:#1A2948;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
  font-size:12px;
}
.h2{
  margin:10px 0 14px;
  font-size: clamp(26px, 2.7vw, 36px);
  letter-spacing:-.3px;
  line-height:1.15;
}
.p{
  margin:0;
  color: var(--muted);
  font-size:16px;
}
.ul{
  list-style:none;
  padding:0;
  margin:12px 0 0;
  display:grid;
  gap:8px;
}
.ul li{
  position:relative;
  padding-left:18px;
  color: var(--muted);
  font-weight:650;
  font-size:14px;
}
.ul li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:999px;
  background: rgba(34,197,94,.55);
  box-shadow: 0 0 0 3px rgba(34,197,94,.14);
}
.grid3{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:16px;
  margin-top:22px;
}
.card{
  border-radius: var(--radius);
  border:1px solid rgba(15,26,48,.10);
  background:#fff;
  box-shadow: var(--shadow2);
  padding:18px 18px 16px;
}
.box{
  border-radius: var(--radius);
  border:1px solid rgba(15,26,48,.10);
  background:#fff;
  box-shadow: var(--shadow2);
  padding:18px;
}
.card[data-tilt]{transform-style:preserve-3d}
.card .icon{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background: rgba(34,197,94,.14);
  border:1px solid rgba(34,197,94,.30);
}
.card h4{margin:12px 0 6px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:14px}
.split{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:28px;
  align-items:start;
  margin-top:22px;
}
.list{
  display:grid;
  gap:10px;
}
.li{
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(15,26,48,.10);
  background: linear-gradient(180deg, #ffffff 0%, #F7F9FF 100%);
  font-weight:800;
  color:#1A2948;
}
.cta-row{display:flex; gap:10px; flex-wrap:wrap}
.pill{
  display:flex;
  gap:12px;
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(15,26,48,.10);
  background: linear-gradient(180deg, #ffffff 0%, #F7F9FF 100%);
}
.pill b{display:block; font-size:14px}
.pill span{display:block; color:var(--muted); font-size:13px; margin-top:2px}
.cols{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:14px;
}
.badge{
  padding:12px 14px;
  border-radius:18px;
  border:1px dashed rgba(15,26,48,.20);
  background: rgba(255,255,255,.78);
  color:#1A2948;
  font-weight:700;
  font-size:14px;
}
.contact{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  margin-top:22px;
}
.contact-right .card{height:auto}
.map svg{width:100%; height:auto; color:#1A2948}
.contact .box{
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0B1220 0%, #14254A 100%);
  color:#fff;
  padding:22px;
  box-shadow: var(--shadow);
}
.contact .box h3{margin:0 0 8px}
.contact .box p{margin:0 0 16px; color: rgba(255,255,255,.80)}
.contact .line{
  display:flex; gap:10px; align-items:flex-start;
  margin:10px 0;
  color: rgba(255,255,255,.90);
  font-weight:600;
}
.form{
  border-radius: var(--radius);
  border:1px solid rgba(15,26,48,.10);
  background:#fff;
  box-shadow: var(--shadow2);
  padding:18px;
}
.field{display:grid; gap:6px; margin-bottom:12px}
.field label{font-size:13px; font-weight:800; color:#1A2948}
.field input, .field textarea, .field select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(15,26,48,.16);
  background:#fff;
  font:inherit;
}
.field textarea{min-height:118px; resize:vertical}
.help{
  font-size:12px;
  color: var(--muted);
  margin-top:8px;
}
.footer{
  padding:26px 0;
  border-top:1px solid var(--line);
  background:#ffffff;
}
.footgrid{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.footlinks{display:flex; gap:14px; flex-wrap:wrap; color:var(--muted); font-weight:600}
.small{font-size:12px; color:var(--muted); max-width:780px}
hr.sep{
  border:0;
  border-top:1px solid var(--line);
  margin:18px 0;
}

/* Cookie banner */
.cookie{
  position:fixed;
  z-index:100;
  left:18px;
  right:18px;
  bottom:18px;
  display:none;
}
.cookie .inner{
  width:min(980px, 100%);
  margin:0 auto;
  border-radius: 20px;
  border:1px solid rgba(15,26,48,.14);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  padding:14px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  justify-content:space-between;
}
.cookie p{
  margin:0;
  color: var(--muted);
  font-size:13px;
}
.cookie .actions{display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:flex-end}
.cookie .actions .btn{box-shadow:none}
.cookie .actions .btn.primary{padding:10px 14px; border-radius:12px}
.cookie .actions .btn{padding:10px 14px; border-radius:12px}
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr; gap:18px}
  .split{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .cols{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .mini{grid-template-columns:1fr}
  .navlinks{display:none}
}


.btn:hover{transform: translateY(-1px); box-shadow: 0 12px 26px rgba(11,18,32,.10)}
.btn:active{transform: translateY(0)}
.btn.primary:hover{box-shadow: 0 18px 40px rgba(34,197,94,.26)}
a{color: inherit}
a:hover{color: var(--accentDark)}
:focus-visible{outline: 3px solid rgba(34,197,94,.35); outline-offset: 3px}

/* Reveal on scroll */
.reveal{opacity:0; transform: translateY(14px); transition: opacity .75s ease, transform .75s ease; will-change: transform, opacity}
.reveal.in{opacity:1; transform:none}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1; transform:none; transition:none}
  .btn{transition:none}
}

/* Approach aside */
.approach-aside{display:grid; gap:14px}
.approach-aside .box{border-radius: var(--radius); border:1px solid rgba(15,26,48,.10); background:#fff; box-shadow: var(--shadow2); padding:18px}
.mini{display:grid; grid-template-columns: repeat(3,1fr); gap:12px; margin-top:12px}
.mini-item{border-radius:18px; border:1px solid rgba(34,197,94,.20); background: rgba(34,197,94,.06); padding:12px}
.mini-k{font-weight:900; font-size:22px; letter-spacing:-.4px; color:#0B1220}
.mini-v{font-weight:700; font-size:12px; color: rgba(26,41,72,.82); margin-top:4px}
.spark{margin-top:12px; padding:10px 12px; border-radius:18px; border:1px dashed rgba(15,26,48,.18); background: linear-gradient(180deg, #ffffff 0%, #FBFCFF 100%); color: rgba(26,41,72,.72)}
.spark svg{width:100%; height:auto}

/* Lightbox */
.lightbox{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background: rgba(11,18,32,.74);
  backdrop-filter: blur(8px);
  z-index:200;
}
.lightbox.open{display:flex}
.lightbox .frame{width:min(980px, calc(100% - 36px)); border-radius:22px; overflow:hidden; background:#0B1220; box-shadow: 0 30px 90px rgba(0,0,0,.35); border:1px solid rgba(255,255,255,.14)}
.lightbox img{display:block; width:100%; height:auto}
.lightbox .bar{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 12px; color: rgba(255,255,255,.82); font-size:13px}
.lightbox .x{cursor:pointer; border:1px solid rgba(255,255,255,.18); padding:8px 10px; border-radius:12px; background: rgba(255,255,255,.08)}

.media{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(15,26,48,.10);
  background: #fff;
  box-shadow: var(--shadow2);
}
.media img{display:block; width:100%; height:auto}
.caption{
  padding:12px 14px;
  font-size:13px;
  color: rgba(26,41,72,.82);
  border-top:1px solid rgba(15,26,48,.10);
  background: linear-gradient(180deg, #ffffff 0%, #FBFCFF 100%);
}
.hero-media{border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,.14); margin-bottom:14px}
.hero-media img{width:100%; height:auto; display:block; filter:saturate(1.02) contrast(1.02)}
.bullets{display:grid; gap:10px; margin-top:14px}
.bullet{
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(34,197,94,.22);
  background: rgba(34,197,94,.06);
  font-weight:650;
  color:#1A2948;
}
