:root{--bg:#0b0f14;--panel:#121820;--panel2:#f4f5f7;--text:#f4f6f8;--muted:#aab2bc;--ink:#15191f;--silver:#dce2e8;--silver2:#9ca6b1;--line:rgba(255,255,255,.1);--darkline:#dfe3e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.65}.container{width:min(1120px,92%);margin:auto}.header{position:sticky;top:0;z-index:50;background:rgba(11,15,20,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;gap:11px;align-items:center;color:#fff;text-decoration:none;font-weight:700;letter-spacing:-.02em}.logo b{font-weight:500;color:#aeb7c1}.logo-mark{width:36px;height:36px;border:1px solid #cfd5db;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;color:#111;background:linear-gradient(145deg,#fff,#aeb6bf)}nav{display:flex;gap:28px}nav a{color:#bcc4cc;text-decoration:none;font-size:14px}nav a:hover{color:#fff}.menu{display:none;background:none;border:0;color:#fff;font-size:25px}.hero{min-height:680px;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(206,213,220,.15),transparent 35%),linear-gradient(180deg,#0c1117,#10161d)}.hero-glow{position:absolute;width:520px;height:520px;border-radius:50%;right:-160px;top:80px;background:radial-gradient(circle,rgba(220,226,232,.12),transparent 65%)}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:70px;position:relative}.eyebrow{font-size:12px;letter-spacing:.2em;color:#b7c0c9;font-weight:700}.hero h1,h2{font-family:"Playfair Display",Georgia,serif;line-height:1.08}.hero h1{font-size:clamp(54px,7vw,86px);margin:18px 0}.hero h1 span{color:#cfd5db}.hero p{max-width:650px;color:var(--muted);font-size:18px}.actions{display:flex;gap:14px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;text-decoration:none;border:1px solid transparent;font-weight:700;font-family:inherit;cursor:pointer}.primary{background:#e9edf1;color:#111}.ghost{border-color:#66717d;color:#eef1f3}.stats{display:flex;gap:34px;margin-top:58px}.stats div{display:flex;flex-direction:column}.stats strong{font-size:22px}.stats span{font-size:12px;color:#8d98a3}.hero-card{justify-self:end;width:min(360px,100%);height:430px;padding:32px;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.03));display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 30px 70px rgba(0,0,0,.28)}.coin{width:240px;height:240px;border-radius:50%;margin:auto;border:3px solid #cfd5dc;display:grid;place-items:center;font:700 74px Georgia;background:radial-gradient(circle at 35% 30%,#fff,#aab3bc 55%,#606b76);color:#252b31;box-shadow:inset 0 0 0 9px rgba(255,255,255,.22),0 24px 40px rgba(0,0,0,.3)}.card-copy{display:flex;flex-direction:column}.card-copy small{color:#8f99a4;letter-spacing:.2em}.card-copy strong{font-size:28px}.card-copy span{color:#98a2ad}.section{padding:110px 0}.alt{background:#f2f4f6;color:var(--ink)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.section h2{font-size:52px;margin:14px 0}.text{color:#a6afb8;font-size:17px}.alt .text{color:#59636e}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px}.muted{color:#66707b}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:#fff;border-radius:22px;overflow:hidden;border:1px solid #e0e4e8}.product img{width:100%;height:190px;object-fit:cover;display:block}.product-body{padding:20px}.product-body small{color:#737d88}.product-body h3{margin:5px 0;font-size:21px}.product-body p{font-size:14px;color:#69737d;min-height:52px}.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#edf0f3;color:#3f4852;font-size:11px;font-weight:800}.trade{background:linear-gradient(180deg,#0e141b,#0a0e13)}.trade-box{border:1px solid var(--line);border-radius:26px;padding:10px}.trade-box>div{padding:24px;border-bottom:1px solid var(--line);font-size:13px;color:#84909b}.trade-box>div:last-child{border-bottom:0}.trade-box span{color:#fff;font-size:20px;font-weight:700;margin-left:24px}.trade-box p{margin:8px 0 0 62px;color:#8f99a4}.contact{background:#f2f4f6;color:var(--ink)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact .text{color:#59636e}.contact-lines{display:flex;flex-direction:column;gap:10px;margin-top:28px;font-weight:600}.form{background:#fff;padding:28px;border-radius:24px;border:1px solid var(--darkline);display:grid;gap:12px;box-shadow:0 15px 45px rgba(16,24,40,.06)}input,textarea{width:100%;border:1px solid #d7dde3;border-radius:12px;padding:13px 14px;font:inherit;outline:none}input:focus,textarea:focus{border-color:#7f8a95}#formMsg{font-size:14px;color:#46505a}footer{border-top:1px solid var(--line);padding:28px 0}.footer{display:flex;justify-content:space-between;align-items:center;color:#88929d;font-size:13px}.footer p{margin:8px 0 0}@media(max-width:900px){nav{display:none}.menu{display:block}.hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}.hero{padding:100px 0}.hero-card{justify-self:start}.products{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.section{padding:75px 0}.hero h1{font-size:53px}.section h2{font-size:39px}.products{grid-template-columns:1fr}.stats{gap:18px;flex-wrap:wrap}.actions{flex-wrap:wrap}.footer{flex-direction:column;align-items:flex-start;gap:18px}}
