/* =========================
   Delphi Capital Group — Multi-page Static
   ========================= */

:root{
  --bg0:#050b12;
  --bg1:#071325;
  --card:#0b1c2f;
  --card2:#0a1728;
  --text:#eaf2ff;
  --muted:#b8c7e6;
  --muted2:#8ea6d6;
  --line:rgba(255,255,255,.09);
  --shadow: 0 24px 60px rgba(0,0,0,.55);
  --accent:#f68a1f;
  --accent2:#ffb45a;
  --ok:#45d483;
  --radius:20px;
  --radius2:28px;
  --max:1100px;
  --navH:72px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", 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(1400px 900px at 20% 10%, rgba(30,120,255,.18), transparent 55%),
    radial-gradient(900px 700px at 80% 40%, rgba(246,138,31,.12), transparent 55%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.96}
img{max-width:100%; height:auto; display:block}

.container{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
}

.skip{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
  background:#0f2642; border:1px solid var(--line); border-radius:12px; z-index:9999;
}

.topbar{
  position:sticky;
  top:0;
  z-index:1000;
  height:var(--navH);
  backdrop-filter: blur(10px);
  background: rgba(5,11,18,.68);
  border-bottom:1px solid var(--line);
}

.nav{
  height:var(--navH);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 220px;
}
.mark{
  width:38px; height:38px;
  border-radius:12px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,.35), transparent 45%),
    linear-gradient(135deg, rgba(246,138,31,.95), rgba(255,180,90,.6));
  box-shadow: 0 12px 28px rgba(246,138,31,.22);
}
.brand b{letter-spacing:.4px}
.brand small{display:block; color:var(--muted2); font-weight:500; margin-top:2px}

.navlinks{
  display:flex;
  align-items:center;
  gap:14px;
}
.navlinks a{
  padding:10px 10px;
  border-radius:12px;
  color:var(--muted);
  font-weight:600;
  letter-spacing:.2px;
}
.navlinks a[aria-current="page"]{
  color:var(--text);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}

.actions{
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:flex-end;
  min-width: 220px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:42px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:var(--text);
  font-weight:700;
  letter-spacing:.15px;
  cursor:pointer;
}
.btn:hover{background: rgba(255,255,255,.085)}
.btn.primary{
  border:none;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#14110c;
  box-shadow: 0 14px 30px rgba(246,138,31,.22);
}
.btn.primary:hover{filter:saturate(1.05)}
.btn.ghost{
  background:transparent;
  border:1px solid rgba(255,255,255,.14);
}
.btn:focus{outline:2px solid rgba(246,138,31,.65); outline-offset:2px}

.burger{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  cursor:pointer;
}
.burger span{
  display:block;
  width:20px;
  height:2px;
  background:rgba(255,255,255,.85);
  margin:4px auto;
  border-radius:2px;
}

.mobilepanel{
  display:none;
  padding:12px 0 18px;
}
.mobilepanel a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  color:var(--muted);
  font-weight:700;
  border:1px solid transparent;
}
.mobilepanel a:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
}
.mobilepanel .row{
  display:flex; gap:10px; padding:10px 14px 0;
}

.hero{
  padding:72px 0 36px;
}
.hero .grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:28px;
  align-items:stretch;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:var(--muted);
  font-weight:800;
  letter-spacing:.35px;
  font-size:12px;
  text-transform:uppercase;
}
.pill .dot{
  width:10px; height:10px; border-radius:999px;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(69,212,131,.15);
}

h1{
  font-size: clamp(34px, 4vw, 56px);
  line-height:1.08;
  letter-spacing:-.6px;
  margin:14px 0 12px;
}
h2{
  font-size: clamp(24px, 2.6vw, 34px);
  margin:0 0 12px;
  letter-spacing:-.35px;
}
h3{
  font-size: 18px;
  margin:0 0 10px;
  letter-spacing:-.2px;
}

.lead{
  color:var(--muted);
  font-size: 16px;
  line-height:1.6;
  max-width: 64ch;
}
.kicker{
  color:var(--muted2);
  font-weight:700;
  letter-spacing:.2px;
  margin-top:10px;
}

.panel{
  border-radius: var(--radius2);
  background:
    radial-gradient(900px 500px at 20% 15%, rgba(255,255,255,.09), transparent 55%),
    radial-gradient(700px 500px at 80% 70%, rgba(246,138,31,.12), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.panel .inner{
  padding:22px 22px 18px;
}

.cols{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  margin-top:14px;
}
.block{
  padding:14px 14px 12px;
  border-radius: 18px;
  background: rgba(5,11,18,.35);
  border:1px solid rgba(255,255,255,.08);
}
.block .label{
  color:var(--muted2);
  font-weight:900;
  letter-spacing:.25px;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:8px;
}
.block ul{
  margin:0;
  padding-left:18px;
  color: var(--muted);
  line-height:1.6;
}
.block p{
  margin:0;
  color: var(--muted);
  line-height:1.6;
}

.ctaRow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.section{
  padding:34px 0;
}
.section .header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.section .sub{
  color:var(--muted);
  max-width: 70ch;
  line-height:1.6;
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.card{
  padding:16px 16px 14px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
  box-shadow: 0 12px 26px rgba(0,0,0,.24);
}
.card p{margin:0; color:var(--muted); line-height:1.6}
.card .tag{
  display:inline-block;
  margin-top:10px;
  padding:6px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted2);
  font-weight:800;
  font-size:12px;
}

.list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
}
.hr{
  height:1px;
  background: rgba(255,255,255,.10);
  margin:18px 0;
}

.footer{
  padding:22px 0 34px;
  border-top:1px solid rgba(255,255,255,.10);
  margin-top: 28px;
}
.footer .row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.footer small{color:var(--muted2)}
.footer .links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.footer .links a{
  color:var(--muted);
  font-weight:700;
}
.footer .links a:hover{color:var(--text)}

.pagehead{
  padding:42px 0 8px;
}
.breadcrumbs{
  color:var(--muted2);
  font-weight:700;
  font-size:13px;
}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs a:hover{color:var(--text)}
.pagehead h1{margin-top:10px}

.form{
  display:grid;
  gap:10px;
  margin-top: 14px;
}
.field{
  display:grid;
  gap:6px;
}
.field label{
  color:var(--muted2);
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.25px;
}
.field input, .field 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;
}
.field textarea{min-height: 120px; resize: vertical}
.field input:focus, .field textarea:focus{
  outline:2px solid rgba(246,138,31,.55);
  outline-offset:2px;
}
.note{
  color:var(--muted2);
  line-height:1.55;
  font-size: 13px;
}

@media (max-width: 980px){
  .hero .grid{grid-template-columns: 1fr; gap:18px}
  .cards{grid-template-columns: 1fr; }
  .cols{grid-template-columns: 1fr}
  .actions{min-width:auto}
  .brand{min-width:auto}
  .navlinks{display:none}
  .burger{display:inline-flex; align-items:center; justify-content:center}
  .mobilepanel{display:block}
}

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