:root{
  --bg:#07070a;
  --bg2:#0c0c12;
  --card:#0f0f18;
  --text:#f4f4f6;
  --muted:#b6b6c3;
  --line:rgba(255,255,255,.08);
  --gold:#d6b36a;
  --gold2:#a9863d;
  --shadow:0 20px 60px rgba(0,0,0,.55);
  --radius:18px;
  --max:1100px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{margin:0; padding:0; font-family:var(--sans); background:radial-gradient(1200px 600px at 30% -10%, rgba(214,179,106,.16), transparent 60%),
radial-gradient(900px 500px at 100% 10%, rgba(214,179,106,.10), transparent 55%),
linear-gradient(180deg, var(--bg), var(--bg2)); color:var(--text);}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 22px}
header{position:sticky; top:0; z-index:50; backdrop-filter: blur(12px); background:rgba(7,7,10,.55); border-bottom:1px solid var(--line)}
.nav{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:16px}
.brand{display:flex; align-items:center; gap:12px}
.logo{
  width:38px; height:38px; border-radius:12px;
  background:linear-gradient(145deg, rgba(214,179,106,.95), rgba(169,134,61,.75));
  box-shadow: 0 10px 25px rgba(214,179,106,.12);
  position:relative;
}
.logo:after{
  content:"N";
  position:absolute; inset:0;
  display:grid; place-items:center;
  font-weight:800; letter-spacing:.5px;
  color:#111; font-size:18px;
}
.brand .name{font-weight:800; letter-spacing:.2px}
.brand .sub{font-size:12px; color:var(--muted); margin-top:2px}
.navlinks{display:flex; gap:18px; align-items:center; flex-wrap:wrap; justify-content:flex-end}
.navlinks a{font-size:14px; color:var(--muted)}
.navlinks a.active{color:var(--text)}
.navlinks a:hover{color:var(--text)}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(214,179,106,.35);
  background:linear-gradient(145deg, rgba(214,179,106,.18), rgba(169,134,61,.12));
  color:var(--text);
  font-weight:700;
  box-shadow: 0 14px 40px rgba(0,0,0,.3);
  transition:transform .15s ease, border-color .15s ease, background .15s ease;
  white-space:nowrap;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(214,179,106,.6)}
.btn.primary{
  background:linear-gradient(145deg, rgba(214,179,106,.95), rgba(169,134,61,.70));
  color:#121212;
  border-color: rgba(214,179,106,.85);
}
.btn.primary:hover{transform: translateY(-2px)}
.btn.ghost{background:transparent; border-color: var(--line); color:var(--text)}
.btn.small{padding:10px 14px; font-size:14px}

.hero{padding:70px 0 34px}
.hero-grid{display:grid; grid-template-columns: 1.15fr .85fr; gap:28px; align-items:start}
.kicker{display:inline-flex; gap:10px; align-items:center; padding:8px 12px; border:1px solid var(--line); border-radius:999px; color:var(--muted); font-size:13px}
.kicker span.dot{width:8px; height:8px; border-radius:99px; background:rgba(214,179,106,.95); display:inline-block; box-shadow: 0 0 0 6px rgba(214,179,106,.10)}
h1{font-size:44px; line-height:1.1; margin:16px 0 12px; letter-spacing:-.5px}
p.lead{font-size:18px; line-height:1.55; color:var(--muted); margin:0 0 18px}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
.hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.hero-card h3{margin:0 0 10px; font-size:16px}
.hero-card .pill{display:flex; justify-content:space-between; align-items:center; padding:12px 12px; border:1px solid var(--line); border-radius:14px; margin-top:10px; background:rgba(255,255,255,.02)}
.hero-card .pill .label{color:var(--muted); font-size:12px}
.hero-card .pill .value{font-family:var(--mono); font-weight:700; letter-spacing:.3px}

.section{padding:44px 0}
.section h2{font-size:28px; margin:0 0 12px}
.section p{color:var(--muted); line-height:1.6; margin:0 0 18px}
.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap:16px}
.card{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
}
.card h3{margin:0 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:14px; line-height:1.55}
.badge{display:inline-flex; gap:8px; align-items:center; font-size:12px; color:var(--muted)}
.badge b{color:var(--text)}
hr.sep{border:0; height:1px; background:var(--line); margin:30px 0}

.pricing{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.price{
  position:relative;
  padding:20px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.price.featured{
  border-color: rgba(214,179,106,.55);
  box-shadow: 0 25px 80px rgba(214,179,106,.10);
}
.price .top{display:flex; align-items:flex-start; justify-content:space-between; gap:14px}
.price .name{font-weight:800}
.price .tag{font-size:12px; color:#121212; background:rgba(214,179,106,.92); padding:6px 10px; border-radius:999px; font-weight:800}
.price .amount{font-size:34px; margin:12px 0 4px; letter-spacing:-.5px}
.price .per{font-size:12px; color:var(--muted)}
.price ul{padding-left:18px; margin:14px 0 18px}
.price li{margin:10px 0; color:var(--muted); line-height:1.35}
.price .actions{display:flex; gap:10px; flex-wrap:wrap}

.faq{display:grid; grid-template-columns:1fr 1fr; gap:12px}
details{
  border:1px solid var(--line);
  border-radius: 14px;
  padding:12px 14px;
  background:rgba(255,255,255,.02);
}
summary{cursor:pointer; font-weight:700}
details p{margin:10px 0 0; color:var(--muted); font-size:14px}

footer{padding:26px 0 40px; border-top:1px solid var(--line)}
.footgrid{display:grid; grid-template-columns: 1.2fr .8fr; gap:18px}
small{color:var(--muted); line-height:1.5}
.footlinks{display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end; align-items:center}
.footlinks a{color:var(--muted); font-size:13px}
.footlinks a:hover{color:var(--text)}
.notice{border:1px dashed rgba(214,179,106,.35); border-radius:14px; padding:12px 14px; background:rgba(214,179,106,.06); color:var(--muted); font-size:13px; line-height:1.55}

.form{
  display:grid; gap:12px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:rgba(255,255,255,.02);
  padding:18px;
}
label{font-size:13px; color:var(--muted)}
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.28);
  color:var(--text);
  outline:none;
}
textarea{min-height:120px; resize:vertical}
input:focus, textarea:focus, select:focus{border-color: rgba(214,179,106,.55)}
.form .row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.helper{font-size:12px; color:var(--muted)}

.pagehead{padding:44px 0 20px}
.pagehead h1{font-size:36px; margin:0 0 10px}
.pagehead p{margin:0; color:var(--muted)}

@media (max-width: 900px){
  .hero-grid{grid-template-columns:1fr; }
  .grid3{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .faq{grid-template-columns:1fr}
  .footgrid{grid-template-columns:1fr}
  .footlinks{justify-content:flex-start}
  h1{font-size:38px}
}
