:root{
  --bg:#0b1220;
  --bg2:#0e1730;
  --card:#0f1a33;
  --card2:#101c38;
  --text:#e7ecff;
  --muted:#a9b3d9;
  --line:rgba(255,255,255,.10);
  --primary:#7c5cff;
  --primary2:#18d0ff;
  --shadow:0 20px 60px rgba(0,0,0,.45);
  --radius:18px;
  --radius2:28px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, "Noto Sans SC", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1000px 600px at 20% 10%, rgba(124,92,255,.35), transparent 60%),
    radial-gradient(900px 700px at 80% 20%, rgba(24,208,255,.20), transparent 65%),
    radial-gradient(1200px 900px at 50% 90%, rgba(124,92,255,.18), transparent 70%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  line-height:1.6;
}

a{color:inherit; text-decoration:none}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}

.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

.skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  background:#fff;
  color:#000;
  padding:10px 12px;
  border-radius:10px;
  z-index:999;
}
.skip-link:focus{left:10px}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:saturate(160%) blur(10px);
  background:rgba(11,18,32,.60);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{display:flex; align-items:center; gap:12px; min-width:0}
.brand-mark{
  width:42px; height:42px;
  display:grid; place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(124,92,255,.85), rgba(24,208,255,.70));
  box-shadow:0 12px 26px rgba(124,92,255,.20);
  font-weight:800;
  letter-spacing:.6px;
}
.brand-icon{
  width:26px;
  height:26px;
  object-fit:contain;
  border-radius:6px;
}
.brand-text{display:flex; flex-direction:column; min-width:0}
.brand-name{font-weight:700; font-size:14px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.brand-sub{font-size:12px; color:var(--muted)}

.site-nav{display:flex; align-items:center; gap:18px}
.site-nav a{font-size:14px; color:rgba(231,236,255,.92)}
.site-nav a:hover{color:#fff}
.nav-cta{
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
}

.nav-toggle{
  display:none;
  width:42px;height:42px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  cursor:pointer;
}
.nav-toggle-line{
  display:block;
  width:18px;height:2px;
  background:rgba(231,236,255,.92);
  margin:4px auto;
  border-radius:1px;
}

.hero{padding:60px 0 34px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:26px;
  align-items:stretch;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:rgba(231,236,255,.92);
  font-size:12px;
}

.hero-copy h1{
  margin:14px 0 10px;
  font-size:44px;
  line-height:1.12;
  letter-spacing:-.6px;
}
.accent{
  background:linear-gradient(90deg, rgba(124,92,255,.95), rgba(24,208,255,.95));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{color:rgba(231,236,255,.88); font-size:16px; margin:0 0 18px}

.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:18px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  font-weight:600;
  font-size:14px;
  cursor:pointer;
  transition:transform .12s ease, background .12s ease, border-color .12s ease;
  user-select:none;
}
.btn:active{transform:translateY(1px)}
.btn-primary{
  border-color:rgba(124,92,255,.45);
  background:linear-gradient(135deg, rgba(124,92,255,.95), rgba(24,208,255,.85));
  box-shadow:0 18px 40px rgba(124,92,255,.22);
}
.btn-primary:hover{filter:saturate(1.08)}
.btn-ghost{background:rgba(255,255,255,.06)}
.btn-ghost:hover{background:rgba(255,255,255,.09)}

.trust-row{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.trust-item{
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(16,28,56,.35);
}
.trust-value{font-size:22px; font-weight:800; letter-spacing:-.2px}
.trust-label{font-size:12px; color:var(--muted)}

.hero-card{position:relative}
.card-glow{
  position:absolute;
  inset:-18px;
  background:radial-gradient(500px 300px at 70% 20%, rgba(24,208,255,.22), transparent 60%),
             radial-gradient(500px 300px at 30% 60%, rgba(124,92,255,.24), transparent 58%);
  filter:blur(10px);
  opacity:.9;
}
.card{
  position:relative;
  height:100%;
  border-radius:var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(16,28,56,.65), rgba(11,18,32,.35));
  box-shadow:var(--shadow);
  overflow:hidden;
}
.card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:18px 18px 12px;
}
.card-title{font-size:18px; font-weight:800}
.card-subtitle{font-size:12px; color:var(--muted)}
.pill{
  font-size:12px;
  color:rgba(231,236,255,.92);
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  white-space:nowrap;
}
.card-body{padding:0 18px 18px}
.mini-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.mini{
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(15,26,51,.45);
}
.mini-title{font-weight:700; font-size:13px}
.mini-desc{font-size:12px; color:var(--muted); margin-top:6px}
.divider{height:1px; background:rgba(255,255,255,.10); margin:14px 0}
.callout{padding:14px; border-radius:18px; border:1px solid rgba(255,255,255,.10); background:rgba(16,28,56,.35)}
.callout-title{font-weight:750; font-size:13px}
.callout-list{margin:10px 0 0; padding-left:18px; color:rgba(231,236,255,.88); font-size:13px}
.card-foot{padding:12px 18px 16px; display:flex; align-items:center; gap:10px; border-top:1px solid rgba(255,255,255,.08)}
.link{color:rgba(231,236,255,.92); font-weight:650; font-size:13px}
.link:hover{color:#fff}
.dot{width:4px; height:4px; border-radius:99px; background:rgba(255,255,255,.35)}

.section{padding:56px 0}
.section.alt{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section-head{margin-bottom:20px}
.section-head h2{margin:0 0 6px; font-size:26px; letter-spacing:-.2px}
.section-sub{margin:0; color:var(--muted)}

.feature-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:14px}
.feature{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(16,28,56,.28);
}
.feature h3{margin:0 0 6px; font-size:15px}
.feature p{margin:0; color:rgba(231,236,255,.82); font-size:13px}

.biz-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px}
.biz{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(16,28,56,.30);
}
.biz-title{font-weight:800; margin-bottom:6px}
.biz-desc{color:rgba(231,236,255,.82); font-size:13px}

.adv-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:12px}
.adv{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(15,26,51,.35);
}
.adv-k{font-size:12px; color:var(--muted)}
.adv-v{margin-top:6px; font-weight:800; font-size:14px}

.metric-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:12px}
.metric{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(16,28,56,.30);
}
.metric-value{font-size:30px; font-weight:900; letter-spacing:-.6px}
.metric-label{margin-top:4px; color:var(--muted); font-size:12px}
.note{margin-top:14px; font-size:12px; color:rgba(231,236,255,.70)}

.contact{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  align-items:start;
}
.contact-cards{display:grid; grid-template-columns:repeat(3, 1fr); gap:12px; margin-top:14px}
.contact-card{
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(16,28,56,.28);
}
.contact-k{font-size:12px; color:var(--muted)}
.contact-v{margin-top:6px; font-weight:800; font-size:13px}

.contact-form{
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(16,28,56,.55), rgba(11,18,32,.25));
  box-shadow:var(--shadow);
}

.qr-card{
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(16,28,56,.55), rgba(11,18,32,.25));
  box-shadow:var(--shadow);
  display:grid;
  place-items:center;
  gap:12px;
}

.qr-img{
  width:min(220px, 100%);
  height:auto;
  border-radius:18px;
  background:#fff;
  padding:8px;
}

.qr-hint{
  color:rgba(231,236,255,.62);
  font-size:12px;
  text-align:center;
}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
label{display:block}
label span{display:block; font-size:12px; color:rgba(231,236,255,.80); margin:0 0 8px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--text);
  outline:none;
}
input::placeholder, textarea::placeholder{color:rgba(231,236,255,.45)}
input:focus, textarea:focus{border-color:rgba(124,92,255,.55)}
textarea{resize:vertical}

.form-actions{display:flex; gap:10px; margin-top:12px; flex-wrap:wrap}
.form-result{
  margin-top:12px;
  padding:12px;
  border-radius:16px;
  border:1px dashed rgba(255,255,255,.22);
  background:rgba(16,28,56,.25);
  color:rgba(231,236,255,.90);
  font-size:12px;
  min-height:46px;
}
.form-hint{margin:10px 0 0; color:rgba(231,236,255,.62); font-size:12px}

.site-footer{
  padding:22px 0 34px;
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(11,18,32,.40);
}
.footer-inner{display:flex; align-items:flex-start; justify-content:space-between; gap:12px}
.footer-brand{font-weight:800}
.footer-sub{font-size:12px; color:var(--muted); margin-top:4px}
.footer-right a{font-size:13px; color:rgba(231,236,255,.82)}
.footer-right a:hover{color:#fff}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-copy h1{font-size:38px}
  .feature-grid{grid-template-columns:repeat(2, 1fr)}
  .adv-grid{grid-template-columns:repeat(2, 1fr)}
  .metric-grid{grid-template-columns:repeat(2, 1fr)}
  .contact{grid-template-columns:1fr}
}

@media (max-width: 720px){
  .site-nav{display:none}
  .nav-toggle{display:inline-grid; place-items:center}
  .site-nav.is-open{
    display:flex;
    position:absolute;
    top:64px;
    right:20px;
    left:20px;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    padding:14px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(11,18,32,.88);
  }
  .site-nav.is-open a{padding:10px 12px; border-radius:12px; background:rgba(255,255,255,.06)}
  .site-nav.is-open a.nav-cta{background:linear-gradient(135deg, rgba(124,92,255,.95), rgba(24,208,255,.85)); border-color:rgba(124,92,255,.45)}

  .hero{padding-top:44px}
  .hero-copy h1{font-size:32px}
  .trust-row{grid-template-columns:1fr;}
  .mini-grid{grid-template-columns:1fr}
  .biz-grid{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:1fr}
  .contact-cards{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .footer-inner{flex-direction:column;}
}
