:root{
  --bg:#0b0c10;
  --paper:#0f1117;
  --ink:#f2f3f5;
  --muted:rgba(242,243,245,.72);
  --line:rgba(242,243,245,.10);
  --gold:#c7a35a;
  --gold2:#e2c37a;
  --card:#111420;
  --shadow:0 18px 60px rgba(0,0,0,.45);
  --radius:18px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(199,163,90,.16), transparent 55%),
              radial-gradient(900px 500px at 85% 10%, rgba(226,195,122,.10), transparent 55%),
              linear-gradient(180deg, #07080c, var(--bg));
  color:var(--ink);
  letter-spacing:.2px;
}
a{color:inherit; text-decoration:none}
.container{max-width:1100px; margin:0 auto; padding:0 20px}

.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:20px; top:20px; width:auto; height:auto; background:#000; padding:10px 12px; border-radius:10px; border:1px solid var(--line)}

.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,8,12,.7);
  border-bottom:1px solid var(--line);
}
.header-row{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px}
.logo{width:42px; height:42px}
.brand-name{font-weight:700; letter-spacing:.6px}
.brand-tagline{font-size:12.5px; color:var(--muted)}

.header-actions{display:flex; align-items:center; gap:12px}
.pill{display:inline-flex; align-items:center; justify-content:center; padding:10px 12px; border-radius:999px; border:1px solid var(--line); background:rgba(17,20,32,.65)}
.pill:hover{border-color:rgba(199,163,90,.45)}
.lang{display:flex; align-items:center; gap:8px; font-size:13px; color:var(--muted)}
.lang-link{padding:6px 8px; border-radius:10px; border:1px solid transparent}
.lang-link.active{border-color:rgba(199,163,90,.45); color:var(--ink)}
.sep{opacity:.6}

.menu-btn{display:none; align-items:center; gap:10px; border:1px solid var(--line); background:rgba(17,20,32,.65); color:var(--ink); border-radius:999px; padding:10px 12px; cursor:pointer}
.menu-icon{width:16px; height:12px; display:inline-block; background:linear-gradient(var(--ink),var(--ink)) 0 0/16px 2px no-repeat,
                                  linear-gradient(var(--ink),var(--ink)) 0 5px/16px 2px no-repeat,
                                  linear-gradient(var(--ink),var(--ink)) 0 10px/16px 2px no-repeat;
  opacity:.9
}
.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}

.site-nav{border-top:1px solid var(--line)}
.nav-row{padding:10px 0}
.nav{list-style:none; display:flex; gap:14px; padding:0; margin:0; flex-wrap:wrap}
.nav a{display:inline-flex; padding:10px 12px; border-radius:999px; color:var(--muted); border:1px solid transparent}
.nav a:hover{color:var(--ink); border-color:rgba(199,163,90,.35)}
.nav a.active{color:var(--ink); border-color:rgba(199,163,90,.55)}

.site-main{padding-bottom:40px}

.hero{padding:40px 0 18px}
.hero-grid{display:grid; grid-template-columns: 1.35fr .9fr; gap:22px; align-items:start}
.hero h1{font-size:44px; line-height:1.05; margin:0 0 14px}
.lead{font-size:18px; line-height:1.6; color:var(--muted); margin:0 0 18px}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin:10px 0 18px}

.btn{display:inline-flex; align-items:center; justify-content:center; padding:12px 16px; border-radius:14px; border:1px solid rgba(199,163,90,.55);
  background:linear-gradient(180deg, rgba(199,163,90,.22), rgba(199,163,90,.06));
  box-shadow: 0 10px 35px rgba(199,163,90,.10);
}
.btn:hover{border-color:rgba(226,195,122,.8)}
.btn.ghost{background:rgba(17,20,32,.45); border-color:var(--line); color:var(--ink)}
.btn.ghost:hover{border-color:rgba(199,163,90,.35)}

.trust{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:14px}
.trust-item{border:1px solid var(--line); border-radius:var(--radius); padding:14px; background:rgba(17,20,32,.40)}
.trust-k{font-weight:700}
.trust-v{font-size:13.5px; color:var(--muted); margin-top:6px; line-height:1.4}

.hero-card .card{background:linear-gradient(180deg, rgba(17,20,32,.75), rgba(17,20,32,.38)); border:1px solid var(--line); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow)}
.eyebrow{font-size:12px; color:rgba(226,195,122,.9); letter-spacing:1.2px; text-transform:uppercase}
.card h2{margin:10px 0 10px; font-size:22px; line-height:1.2}
.bullets{margin:10px 0 0 18px; color:var(--muted); line-height:1.55}
.link{display:inline-block; margin-top:14px; color:rgba(226,195,122,.95)}
.link:hover{text-decoration:underline}

.section{padding:26px 0}
.section.alt{background:linear-gradient(180deg, rgba(17,20,32,.35), rgba(17,20,32,.10)); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.section-head{margin-bottom:14px}
.section-head h2{margin:0 0 8px}
.muted{color:var(--muted)}
.small{font-size:12.5px}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.card{background:rgba(17,20,32,.55); border:1px solid var(--line); border-radius:var(--radius); padding:16px}
.card h3{margin:0 0 8px}
.card p{margin:0; color:var(--muted); line-height:1.55}

.split{display:grid; grid-template-columns: 1.2fr .8fr; gap:18px; align-items:start}
.panel{border-radius:var(--radius); border:1px solid var(--line); background:rgba(17,20,32,.45); box-shadow:var(--shadow)}
.panel-inner{padding:18px}
.steps{color:var(--muted); line-height:1.6}

.notice,.success,.error{border-radius:14px; padding:14px 14px; border:1px solid var(--line); background:rgba(17,20,32,.45); color:var(--muted)}
.success{border-color:rgba(80,200,120,.35)}
.error{border-color:rgba(240,90,90,.35)}

.page-hero{padding:28px 0 10px}
.page-hero h1{margin:0 0 10px; font-size:40px; line-height:1.1}

.grid-2{display:grid; grid-template-columns: 1.2fr .8fr; gap:14px; align-items:start}
.sep{border:0; border-top:1px solid var(--line); margin:22px 0}

.form .field{display:flex; flex-direction:column; gap:6px; margin-bottom:12px}
label{font-size:13px; color:var(--muted)}
input,textarea,select{padding:12px 12px; border-radius:14px; border:1px solid var(--line); background:rgba(7,8,12,.55); color:var(--ink)}
select{appearance:none}

.cta-band{display:flex; justify-content:space-between; align-items:center; gap:14px; border:1px solid var(--line); border-radius:var(--radius); padding:16px; background:rgba(17,20,32,.45)}
.cta-band h3{margin:0 0 6px}

.site-footer{border-top:1px solid var(--line); background:rgba(7,8,12,.75)}
.footer-grid{display:grid; grid-template-columns: 1.3fr .8fr .9fr; gap:14px; padding:22px 0}
.footer-brand{font-weight:700; letter-spacing:.6px; margin-bottom:8px}
.footer-head{font-weight:700; margin-bottom:10px}
.footer-links{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--ink)}
.footer-mini{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; color:var(--muted); font-size:13px}
.dot{opacity:.6}
.footer-bottom{padding:14px 0 22px}

.prose p{color:var(--muted); line-height:1.7}
.prose h2,.prose h3{margin-top:18px}

@media (max-width: 900px){
  .hero-grid,.split,.grid-2{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .trust{grid-template-columns:1fr}
  .page-hero h1{font-size:34px}
}
@media (max-width: 720px){
  .menu-btn{display:inline-flex}
  .site-nav{display:none}
  .site-nav.open{display:block}
  .header-actions{display:none}
  .hero h1{font-size:36px}
}
