
:root{
  --navy:#071426;--navy2:#0c203c;--gold:#d4af37;--gold2:#f0d77a;
  --text:#f7f8fb;--muted:#a9b6c8;--card:#0d1e34;--line:#1f3653;--bg:#06111f;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:
radial-gradient(circle at 85% 5%,rgba(212,175,55,.10),transparent 28%),
linear-gradient(180deg,var(--navy),var(--bg));color:var(--text);
font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input,textarea,select{font:inherit}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:rgba(7,20,38,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}
.brand{display:flex;gap:10px;align-items:center}..brand .mark{width:40px;height:40px;border:none;border-radius:17px;overflow:hidden;display:grid;place-items:center;box-shadow:0 0 16px rgba(30,110,220,.32)} 
.brand strong{display:block;letter-spacing:.16em;font-size:14px}.brand span{display:block;color:var(--gold);font-size:10px;letter-spacing:.34em;margin-top:2px}
.lang,.icon-btn,.cart-button{background:transparent;color:var(--text);border:1px solid var(--line);border-radius:12px;padding:9px 12px}
.hero{padding:28px 20px 24px;max-width:1100px;margin:auto}.eyebrow{font-size:11px;letter-spacing:.22em;color:var(--gold);font-weight:700}
h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(28px,4vw,46px);line-height:.95;margin:18px 0;max-width:850px}
.hero p{max-width:650px;color:var(--muted);font-size:15px;line-height:1.6}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.btn{border-radius:12px;padding:10px 14px;font-size:14px;border:1px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700}
.primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#07101d}.ghost{background:transparent;color:var(--text);border-color:var(--line)}
.trust-row{display:flex;gap:10px;flex-wrap:wrap;color:#7890ad;font-size:12px}.section{max-width:980px;margin:auto;padding:36px 20px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:28px}
h2{font-family:Georgia,serif;font-size:26px;font-weight:500;margin:7px 0 0}.cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--gold);color:#06111f;margin-left:6px;font-weight:800}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border:1px solid var(--line);border-radius:20px;padding:14px;min-height:180px;display:flex;flex-direction:column;justify-content:space-between}
.product .cat{font-size:10px;letter-spacing:.12em;color:#7890ad;text-transform:uppercase}.product h3{font-size:18px;margin:12px 0 4px}.dose{color:var(--gold);font-weight:700}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.price{font-size:18px;font-weight:800}.add{border:0;background:#f5f6f8;color:#071426;padding:8px 11px;border-radius:12px;font-weight:800;cursor:pointer}
.info-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.info-strip>div{padding:18px;border-top:1px solid var(--line)}.info-strip strong{display:block;color:var(--gold);margin-bottom:8px}.info-strip span{color:var(--muted);font-size:13px;line-height:1.5}
dialog{width:min(92vw,520px);border:1px solid var(--line);border-radius:22px;background:#08182b;color:var(--text);padding:20px;box-shadow:0 30px 80px rgba(0,0,0,.55)}dialog::backdrop{background:rgba(0,0,0,.68);backdrop-filter:blur(5px)}
.dialog-head{display:flex;align-items:center;justify-content:space-between}.dialog-head h3{font-size:25px}.icon-btn{font-size:22px;line-height:1}
.cart-line{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line small{display:block;color:var(--muted)}.qty{display:flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border-radius:10px;border:1px solid var(--line);background:transparent;color:var(--text)}
.totals{display:flex;justify-content:space-between;padding:18px 0;font-size:20px}.full{width:100%}
form{display:grid;gap:14px}label span{display:block;font-size:12px;color:var(--muted);margin-bottom:7px}input,textarea,select{width:100%;background:#071426;border:1px solid var(--line);color:var(--text);border-radius:12px;padding:12px}textarea{min-height:88px;resize:vertical}
.success{text-align:center;padding:10px}.success-badge{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#06111f;margin:10px auto 18px;font-size:27px;font-weight:900}.order-number{font-size:28px;font-weight:900;letter-spacing:.08em;color:var(--gold);margin:12px 0}.muted{color:var(--muted)}
@media(max-width:800px){.grid{grid-template-columns:repeat(2,1fr)}.info-strip{grid-template-columns:1fr}.hero{padding-top:52px}}
@media(max-width:520px){.grid{grid-template-columns:1fr}.section{padding-top:36px}.hero p{font-size:16px}h2{font-size:31px}.product{min-height:180px}}
@media (max-width:520px){
  .product-detail-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
}
