@import url('./variables.css');
@import url('./components.css');
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top,#1b1608 0,#070707 42%,#000 100%);color:var(--dws-text);min-height:100vh}a{color:inherit}.dws-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.dws-header{position:sticky;top:0;z-index:20;background:rgba(7,7,7,.78);backdrop-filter:blur(16px);border-bottom:1px solid rgba(212,175,55,.15)}.dws-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.dws-logo{display:flex;align-items:center;gap:12px;font-weight:900}.dws-logo img{height:46px}.hero{padding:56px 0 28px;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.hero h1{font-size:clamp(38px,6vw,76px);line-height:.94;margin:18px 0;background:linear-gradient(135deg,#fff,#D4AF37);-webkit-background-clip:text;color:transparent}.hero p{color:var(--dws-muted);font-size:18px;line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.section{padding:30px 0}.section-title{font-size:28px;margin:0 0 16px}@media(max-width:850px){.hero,.grid{grid-template-columns:1fr}.dws-header-inner{height:66px}.dws-logo img{height:38px}}
