:root{
  --bg:#070B14;
  --bg2:#0B1224;
  --panel:#0F1A33;
  --text:#EAF0FF;
  --muted:#B8C4E6;
  --faint:#7F8BB3;
  --gold:#D7B56D;
  --gold2:#B8913C;
  --blue:#2D7CFF;
  --blue2:#6CC7FF;
  --border:rgba(215,181,109,0.22);
  --shadow: 0 18px 60px rgba(0,0,0,0.55);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    url("assets/feather-watermark.svg") no-repeat,
    radial-gradient(1100px 650px at 10% 0%, rgba(215,181,109,0.16), transparent 55%),
    radial-gradient(900px 520px at 90% 10%, rgba(108,199,255,0.12), transparent 60%),
    radial-gradient(900px 520px at 92% 0%, rgba(45,124,255,0.10), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  background-position: 85% 20%, 0 0, 0 0, 0 0, 0 0;
  background-size: 980px auto, auto, auto, auto, auto;
  color:var(--text);
  line-height:1.5;
}

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

.container{width:min(1120px, 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:#000; border:1px solid var(--border)}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,11,20,0.72);
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.header__inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0;}

.brand{display:flex; align-items:center; gap:12px;}
.brand__mark{
  width:44px; height:44px; display:grid; place-items:center;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(215,181,109,0.22), rgba(215,181,109,0.06));
  border:1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.brand__mark img{display:block; width:28px; height:28px; filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));}
.brand__name{font-weight:700; letter-spacing:0.2px;}
.brand__tag{font-size:12px; color:var(--muted)}

.nav{display:flex; align-items:center; gap:16px; color:var(--muted); font-size:14px;}
.nav a{padding:8px 10px; border-radius:10px;}
.nav a:hover{background:rgba(255,255,255,0.04);}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:12px;
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(215,181,109,0.22), rgba(215,181,109,0.10));
  color:var(--text);
  font-weight:600;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.btn:hover{transform: translateY(-1px); transition: transform 120ms ease;}
.btn--ghost{background:rgba(255,255,255,0.04)}
.btn--sm{padding:9px 12px; border-radius:10px; font-size:13px;}

.hero{padding:72px 0 42px;}
.hero__inner{display:grid; grid-template-columns: 1.15fr 0.85fr; gap:28px; align-items:start;}

.kicker{
  display:inline-block;
  margin:0 0 12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.03);
  color:var(--muted);
  font-size:13px;
}

h1{font-size:52px; line-height:1.05; margin:0 0 14px; letter-spacing:-0.8px;}
.lead{font-size:18px; color:var(--muted); margin:0 0 20px;}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 20px;}

.proof{display:flex; gap:16px; flex-wrap:wrap; margin-top:22px;}
.proof__item{
  min-width:160px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.03);
}
.proof__num{font-weight:800; color:var(--gold); font-size:18px;}
.proof__label{color:var(--muted); font-size:13px;}

.hero__card .card{
  background: linear-gradient(180deg, rgba(15,26,51,0.90), rgba(15,26,51,0.55));
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  padding:18px;
  box-shadow: var(--shadow);
}
.card__title{font-weight:700; margin-bottom:10px;}
.card__note{margin-top:12px; color:var(--faint); font-size:13px;}

.list{padding-left:18px; margin:0; color:var(--muted)}
.list li{margin:8px 0}

.section{padding:56px 0;}
.section--alt{background:rgba(255,255,255,0.02); border-top:1px solid rgba(255,255,255,0.06); border-bottom:1px solid rgba(255,255,255,0.06);}
.section__head{display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:22px;}
.section__head h2{margin:0; font-size:28px;}
.section__head p{margin:0; color:var(--muted); max-width:64ch;}

.grid{display:grid; gap:14px;}
.grid--3{grid-template-columns: repeat(3, 1fr);}

.panel{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  padding:18px;
}
.panel h3{margin:0 0 8px;}
.panel p{margin:0 0 10px; color:var(--muted)}
.bullets{margin:0; padding-left:18px; color:var(--muted)}
.bullets li{margin:7px 0}

.steps{list-style:none; padding:0; margin:0; display:grid; gap:12px; grid-template-columns: repeat(4, 1fr);}
.steps li{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  padding:16px;
}
.steps__title{font-weight:700; color:var(--gold); margin-bottom:6px;}
.steps__body{color:var(--muted); font-size:14px;}

.pricing{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; align-items:stretch;}
.price{
  position:relative;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:18px;
  padding:18px;
}
.price--featured{
  background: linear-gradient(180deg, rgba(215,181,109,0.12), rgba(255,255,255,0.03));
  border:1px solid rgba(215,181,109,0.30);
}
.badge{
  position:absolute; top:14px; right:14px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  color:#10131c;
  background: linear-gradient(180deg, var(--gold), var(--gold2));
  font-weight:800;
}
.price__top h3{margin:0 0 6px;}
.price__range{color:var(--gold); font-weight:800; margin-bottom:6px;}
.price p{margin:0 0 10px; color:var(--muted)}
.price ul{margin:0 0 14px; padding-left:18px; color:var(--muted)}
.price li{margin:7px 0}

.fineprint{margin-top:14px; color:var(--faint); font-size:13px;}

.faq details{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  padding:14px 14px;
  margin:10px 0;
}
.faq summary{cursor:pointer; font-weight:600;}
.faq__body{margin-top:10px; color:var(--muted)}

.contact{display:grid; grid-template-columns: 1fr 1fr; gap:18px; align-items:start;}
.form{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:18px;
  padding:18px;
}
label{display:block; font-size:13px; color:var(--muted); margin-bottom:10px;}
input, textarea{
  width:100%;
  margin-top:6px;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(7,11,20,0.55);
  color:var(--text);
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(215,181,109,0.55)}
.form__note{margin:10px 0 0; color:var(--faint); font-size:12px;}

.footer{padding:30px 0 46px; color:var(--muted)}
.footer__inner{display:flex; justify-content:space-between; gap:16px; align-items:flex-start; border-top:1px solid rgba(255,255,255,0.08); padding-top:18px;}
.footer__brand{font-weight:800; color:var(--text)}
.footer__small{color:var(--faint); font-size:13px; margin-top:6px;}
.footer__links{display:flex; gap:14px; flex-wrap:wrap}

@media (max-width: 980px){
  h1{font-size:40px}
  .hero__inner{grid-template-columns: 1fr;}
  .grid--3{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .nav{display:none}
}