:root{
  /* Brand palette (aligned to logo gradients) */
  --blueA:#0042CD;
  --blueB:#003DC7;
  --blueC:#022EB7;
  --blueD:#04179C;
  --blueE:#070082;

  --accentWarm:#F9B233; /* logo accent (optional use) */

  /* UI base */
  --bg:#070B14;
  --bg2:#0B1220;
  --card:#0F1730;
  --card2:#111C39;
  --text:#EAF0FF;
  --muted:#AAB7D6;
  --muted2:#7F92B8;
  --line: rgba(234,240,255,.12);

  --shadow: 0 24px 70px rgba(0,0,0,.45);
  --shadow2: 0 16px 40px rgba(0,0,0,.28);
  --radius: 20px;
  --radius2: 14px;
  --max: 1140px;

  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1000px 520px at 18% 0%, rgba(0,66,205,.26), transparent 60%),
    radial-gradient(900px 480px at 82% 10%, rgba(7,0,130,.18), transparent 55%),
    radial-gradient(900px 520px at 55% 18%, rgba(2,46,183,.16), transparent 55%),
    linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%);
  line-height:1.55;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.95}

.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.section{padding:78px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.section__head{max-width:920px; margin:0 0 28px 0}
.section__head h2{
  margin:0 0 10px 0;
  font-size:34px;
  letter-spacing:-.02em;
}
.section__head p{margin:0; color:var(--muted); font-size:16px}

.section__head--media{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
@media (max-width: 820px){
  .section__head--media{flex-direction:column}
}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:40;
  backdrop-filter:saturate(140%) blur(12px);
  background: rgba(11,18,32,.68);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.topbar__brand{display:flex; align-items:center}
.logo{display:block}
.logo--h{height:34px; width:auto}
.logo--sq{height:44px; width:44px; object-fit:contain}

.nav{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.nav a{color:var(--muted); font-size:14px}
.nav a:hover{color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(0,66,205,.28), rgba(7,0,130,.20));
  border:1px solid rgba(0,66,205,.36);
  box-shadow: var(--shadow2);
  font-weight:750;
  letter-spacing:.01em;
}
.btn--ghost{
  background: transparent;
  border:1px solid rgba(234,240,255,.18);
  color:var(--text);
  box-shadow:none;
}
.btn--small{padding:10px 12px; border-radius:12px; font-size:13px}

/* Hero */
.hero{padding:78px 0 22px 0; position:relative; overflow:hidden}
.hero__bg{position:absolute; inset:0; pointer-events:none; opacity:1}
.hero__mesh{position:absolute; inset:-40px -40px auto -40px; width:calc(100% + 80px); height:520px}

.hero__grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.12fr .88fr;
  gap:22px;
  align-items:start;
}
@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr}
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(234,240,255,.14);
  color:rgba(234,240,255,.88);
  background: rgba(255,255,255,.03);
  font-size:13px;
  margin-bottom:14px;
}
.pill .sep{color:rgba(234,240,255,.55)}
.dot{
  width:8px;height:8px;border-radius:999px;
  background: linear-gradient(180deg, var(--blueA), var(--blueE));
  box-shadow: 0 0 0 4px rgba(0,66,205,.12);
}
.dot--a{background: linear-gradient(180deg, var(--blueA), var(--blueE))}

.hero h1{
  margin:0 0 12px 0;
  font-size:46px;
  line-height:1.07;
  letter-spacing:-.03em;
}
@media (max-width: 520px){
  .hero h1{font-size:34px}
}
.lead{
  margin:0 0 18px 0;
  color:var(--muted);
  font-size:16.5px;
  max-width: 740px;
}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 20px 0}

.hero__stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top: 8px;
}
@media (max-width: 720px){
  .hero__stats{grid-template-columns:1fr}
}
.stat{
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:12px 12px;
  background: rgba(255,255,255,.03);
}
.stat__k{color:var(--muted2); font-size:12px}
.stat__v{font-weight:850; margin-top:4px; letter-spacing:-.01em}

/* Hero visual card */
.hero__visual{position:relative}
.visualCard{
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(0,66,205,.26);
  border-radius: var(--radius);
  padding:16px 16px;
  box-shadow: var(--shadow);
  position:relative;
  overflow:hidden;
}
.visualCard::before{
  content:"";
  position:absolute;
  inset:-80px -120px auto auto;
  width:260px;height:260px;
  border-radius:999px;
  background: radial-gradient(circle at 30% 30%, rgba(0,66,205,.35), rgba(7,0,130,0) 65%);
  filter: blur(2px);
}
.visualCard__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  position:relative;
}
.visualBadge{
  font-size:12px;
  color:rgba(234,240,255,.88);
  border:1px solid rgba(234,240,255,.14);
  background: rgba(255,255,255,.03);
  padding:7px 10px;
  border-radius:999px;
}
.visualCard__body{margin-top:14px; display:grid; gap:12px; position:relative}
.visualRow{display:flex; gap:12px; align-items:flex-start}
.visualRow__t{font-weight:820; letter-spacing:-.01em}
.visualRow__s{color:var(--muted); font-size:13px; margin-top:2px}

.iconCircle{
  width:34px;height:34px;border-radius:14px;
  display:grid; place-items:center;
  color:rgba(234,240,255,.95);
  border:1px solid rgba(0,66,205,.28);
  background: linear-gradient(135deg, rgba(0,66,205,.24), rgba(7,0,130,.16));
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  flex:0 0 auto;
}
.visualCard__foot{margin-top:14px; border-top:1px solid var(--line); padding-top:12px; position:relative}
.miniNote{color:var(--muted); font-size:13px}

/* Trust bar */
.trust{padding:16px 0 10px 0}
.trust__grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
@media (max-width: 980px){
  .trust__grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 520px){
  .trust__grid{grid-template-columns:1fr}
}
.trust__item{
  display:flex; gap:12px; align-items:flex-start;
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:12px 12px;
  background: rgba(255,255,255,.02);
}
.trust__icon{
  width:28px; height:28px; border-radius:12px;
  display:grid; place-items:center;
  background: rgba(0,66,205,.16);
  border:1px solid rgba(0,66,205,.24);
  flex:0 0 auto;
  color: rgba(234,240,255,.95);
}
.trust__title{font-weight:850}
.trust__desc{color:var(--muted); font-size:13px; margin-top:2px}

/* Grids */
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.grid2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}
@media (max-width: 980px){
  .grid3, .grid2{grid-template-columns:1fr}
}

/* Cards */
.card{
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px 18px;
  box-shadow: 0 12px 36px rgba(0,0,0,.22);
  position:relative;
}
.card--tight{padding:16px 16px}
.card__icon{
  width:36px;height:36px;border-radius:16px;
  display:grid; place-items:center;
  border:1px solid rgba(0,66,205,.24);
  background: rgba(0,66,205,.10);
  color: rgba(234,240,255,.92);
  margin-bottom:10px;
}
.card h3{margin:0 0 8px 0; font-size:18px; letter-spacing:-.01em}
.card p{margin:0 0 10px 0; color:var(--muted)}
.small{color:var(--muted); font-size:13px}

/* Lists */
.bullets{margin:0; padding-left:18px; color:var(--muted)}
.bullets li{margin:6px 0}

/* Notes / Callouts */
.note{
  margin-top:16px;
  padding:14px 14px;
  border-radius: var(--radius2);
  border:1px solid rgba(234,240,255,.14);
  background: rgba(255,255,255,.03);
  color: var(--muted);
}
.note strong{color:var(--text)}
.note--accent{
  border: 1px solid rgba(0,66,205,.22);
  background: linear-gradient(135deg, rgba(0,66,205,.10), rgba(7,0,130,.06));
}

.codebox{
  margin:0;
  padding:14px;
  border-radius: var(--radius2);
  border:1px solid rgba(234,240,255,.14);
  background: rgba(0,0,0,.26);
  color: #DDE7FF;
  overflow:auto;
  font-size:12.5px;
  line-height:1.45;
}

.tableWrap{
  overflow:auto;
  border-radius: var(--radius2);
  border:1px solid rgba(234,240,255,.14)
}
table{width:100%; border-collapse:collapse; min-width:560px}
th,td{padding:12px 12px; border-bottom:1px solid rgba(234,240,255,.10); text-align:left}
th{
  color:var(--muted2);
  font-size:12px;
  font-weight:850;
  background: rgba(255,255,255,.03)
}
td{color:var(--muted); font-size:13px}
.callout{
  margin-top:12px;
  padding:12px 12px;
  border-radius: var(--radius2);
  border:1px solid rgba(0,66,205,.22);
  background: rgba(0,66,205,.08);
  color: var(--muted);
}
.callout strong{color:var(--text)}

/* About mark */
.aboutMark{
  width:92px;
  height:92px;
  border-radius: 24px;
  border:1px solid rgba(0,66,205,.22);
  background: linear-gradient(135deg, rgba(0,66,205,.12), rgba(7,0,130,.06));
  display:grid;
  place-items:center;
  box-shadow: var(--shadow2);
}
.aboutMark img{
  width:56px;
  height:56px;
  object-fit:contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.25));
}

/* Contact */
.contactGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:14px;
}
@media (max-width: 980px){
  .contactGrid{grid-template-columns:1fr}
}
.form{display:grid; gap:12px}
label{display:grid; gap:8px; color:var(--muted); font-size:13px}
input, textarea{
  width:100%;
  border-radius: 14px;
  border:1px solid rgba(234,240,255,.14);
  background: rgba(0,0,0,.24);
  color: var(--text);
  padding:12px 12px;
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(0,66,205,.46);
  box-shadow: 0 0 0 4px rgba(0,66,205,.14);
}
.form__row{display:flex; gap:12px; align-items:center; flex-wrap:wrap}
.form__hint{color:var(--muted2); font-size:12px}

.divider{
  height:1px;
  background: var(--line);
  margin:14px 0;
}

/* Footer */
.footer{
  padding:28px 0;
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,.22);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap
}
.footer__left{display:flex; flex-direction:column; gap:8px}
.footer__small{color:var(--muted2); font-size:12px}
.footer__links{display:flex; gap:12px; flex-wrap:wrap}
.footer__links a{color:var(--muted); font-size:13px}
.footer__links a:hover{color:var(--text)}
