:root{--black: #000000;--white: #ffffff;--gold: #dba656;--bg: #000000;--text: #ffffff;--muted: rgba(255, 255, 255, .78);--line: rgba(255, 255, 255, .12);--gold-soft: rgba(219, 166, 86, .16);--container: 1180px;--radius: 18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(calc(100% - 40px),var(--container));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:#000000eb;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-logo{height:50px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a{color:var(--muted);font-size:1rem;font-weight:500}.nav-links a:hover{color:var(--white)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:12px;font-weight:600;transition:.2s ease;border:1px solid transparent}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--gold);color:var(--black)}.btn-primary:hover{opacity:.92}.btn-secondary{border:1px solid var(--gold);color:var(--white);background:transparent}.hero{padding:88px 0 84px;background:radial-gradient(circle at 80% 10%,var(--gold-soft),transparent 24%),#000}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.eyebrow{margin:0 0 14px;color:var(--gold);font-size:.95rem;font-weight:600;letter-spacing:.02em}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.2rem,3.8vw,4rem);line-height:1.08;letter-spacing:-.04em;max-width:10ch;margin-bottom:18px}.hero-text,.section-copy,.tool-card p,.step-card p,.cta-box p,.site-footer p{color:var(--muted);line-height:1.72}.hero-text{max-width:62ch;font-size:1.05rem;margin-bottom:26px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:16px}.hero-trust{font-size:.96rem;color:var(--muted)}.hero-panel{display:flex;justify-content:flex-end}.dashboard-card{width:min(100%,520px);border:1px solid var(--line);background:linear-gradient(180deg,rgba(219,166,86,.08),transparent 30%),#ffffff05;border-radius:24px;padding:24px;box-shadow:0 24px 60px #00000073}.dashboard-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-weight:600}.dashboard-dot{width:10px;height:10px;border-radius:999px;background:var(--gold)}.dashboard-row{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.dashboard-row strong{font-size:1.28rem}.dashboard-bar{height:10px;margin:20px 0 14px;background:#ffffff14;border-radius:999px;overflow:hidden}.dashboard-bar span{display:block;width:64%;height:100%;background:var(--gold);border-radius:inherit}.dashboard-note{margin:0;color:var(--muted);font-size:.95rem}.section{padding:72px 0}.section-soft{background:#ffffff04}.section-head{margin-bottom:28px}.section-head.center{text-align:center}.section-head.center h2,.section-head.center .section-copy{margin-left:auto;margin-right:auto}h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;letter-spacing:-.035em;margin-bottom:12px}.section-copy{max-width:700px}.tool-grid,.steps-grid,.trust-grid{display:grid;gap:20px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps-grid,.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tool-card,.step-card,.trust-box{border:1px solid var(--line);background:#ffffff05;border-radius:var(--radius);box-shadow:0 18px 50px #00000047}.tool-card,.step-card{padding:24px}.tool-card-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:10px}.tool-card h3,.step-card h3{margin-bottom:12px;font-size:1.34rem;line-height:1.22;color:var(--white)}.tool-card p{font-size:.98rem}.price{color:var(--gold);font-weight:600;font-size:.95rem;white-space:nowrap}.tool-link{display:inline-block;margin-top:14px;color:var(--gold);font-weight:600}.step-number{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:var(--gold);color:var(--black);font-weight:700;margin-bottom:16px}.trust-box{padding:32px}.trust-item{border:1px solid var(--line);border-radius:14px;padding:18px 20px;text-align:center;font-weight:600;background:#ffffff05}.cta-section{padding-top:24px}.cta-box{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(219,166,86,.08),transparent 42%),#ffffff05;padding:42px 28px;text-align:center}.cta-box h2{max-width:14ch;margin-left:auto;margin-right:auto}.cta-box p{margin-bottom:22px}.site-footer{padding:44px 0 56px;border-top:1px solid var(--line)}.footer-wrap{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.footer-logo{height:52px;width:auto}.footer-links{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--white)}@media (max-width: 980px){.hero-grid,.tool-grid,.steps-grid,.trust-grid{grid-template-columns:1fr}.hero-panel{justify-content:flex-start}.nav-links{display:none}}@media (max-width: 640px){.container{width:min(calc(100% - 28px),var(--container))}.nav{min-height:74px}.brand-logo{height:36px}.btn{width:100%}.hero-actions{flex-direction:column}.dashboard-card,.tool-card,.step-card,.trust-box,.cta-box{border-radius:16px}.trust-box{padding:22px}}
