:root {
  --bg: #0f1115;
  --bg-soft: #171a20;
  --card: #1c2027;
  --text: #f5f7fb;
  --muted: #b9c0cc;
  --line: rgba(255,255,255,0.08);
  --gold: #d6a64d;
  --gold-2: #f0c36b;
  --accent: #1db954;
  --shadow: 0 18px 45px rgba(0,0,0,0.28);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(214,166,77,0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(29,185,84,0.10), transparent 28%),
    var(--bg);
  color: var(--text);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.section { padding: 84px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px;
  border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.03);
  color: var(--gold-2); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
}
.section-head { max-width: 720px; margin-bottom: 38px; }
.section-head h2 { margin: 18px 0 12px; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.03em; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.topbar { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(15,17,21,0.72); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 14px; font-weight: 800; letter-spacing: 0.04em; }
.brand-mark { width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(135deg, var(--gold), #8e6324); display: grid; place-items: center; color: #111; font-weight: 900; box-shadow: var(--shadow); }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-weight: 600; font-size: 14px; }
.nav-links a:hover { color: var(--text); }
.btn-group { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: 0.25s ease; border: 1px solid transparent; }
.btn-primary { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #111; box-shadow: var(--shadow); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,0.03); color: var(--text); }
.hero { padding: 52px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; align-items: stretch; }
.hero-copy, .hero-media {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow);
}
.hero-copy { padding: 58px; display: flex; flex-direction: column; justify-content: center; min-height: 640px; }
.hero-copy h1 { margin: 20px 0 18px; font-size: clamp(40px, 5vw, 72px); line-height: 0.98; letter-spacing: -0.05em; }
.hero-copy p { margin: 0 0 28px; max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.hero-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 26px 0 30px; }
.hero-point { padding: 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); }
.hero-point strong { display: block; margin-bottom: 4px; font-size: 15px; }
.hero-point span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.hero-media { position: relative; min-height: 640px; background: #12141a; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: auto 20px 20px 20px; padding: 22px; border-radius: 22px; background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.72)); border: 1px solid rgba(255,255,255,0.12); }
.hero-overlay strong { display: block; margin-bottom: 8px; font-size: 24px; }
.hero-overlay span { color: #d8dee8; line-height: 1.6; }
.partners { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.partner-card { padding: 20px; border-radius: 20px; background: var(--bg-soft); border: 1px solid var(--line); text-align: center; color: var(--muted); font-weight: 700; }
.brand-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.brand-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--card); min-height: 520px; box-shadow: var(--shadow); }
.brand-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }
.brand-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,9,12,0.06), rgba(8,9,12,0.88)); }
.brand-content { position: absolute; inset: auto 24px 24px 24px; z-index: 2; }
.tag { display: inline-block; margin-bottom: 14px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.12); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.brand-content h3 { margin: 0 0 10px; font-size: 28px; }
.brand-content p { margin: 0 0 18px; color: #d5dbe4; line-height: 1.65; font-size: 15px; }
.products-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; align-items: stretch; }
.products-feature, .products-list { border-radius: var(--radius-xl); border: 1px solid var(--line); overflow: hidden; background: var(--card); box-shadow: var(--shadow); }
.products-feature { position: relative; min-height: 660px; }
.products-feature img { width: 100%; height: 100%; object-fit: cover; }
.products-feature .info { position: absolute; inset: auto 24px 24px 24px; padding: 24px; border-radius: 22px; background: rgba(8,10,14,0.78); border: 1px solid rgba(255,255,255,0.1); }
.products-feature h3 { margin: 0 0 10px; font-size: 30px; }
.products-feature p { margin: 0; color: var(--muted); line-height: 1.7; }
.products-list { padding: 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-item { padding: 20px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,0.03); }
.product-item h4 { margin: 0 0 10px; font-size: 18px; }
.product-item p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { padding: 8px 10px; border-radius: 999px; background: rgba(214,166,77,0.12); border: 1px solid rgba(214,166,77,0.22); color: var(--gold-2); font-size: 12px; font-weight: 700; }
.commercial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.commercial-card { padding: 28px; border-radius: var(--radius-lg); background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); }
.commercial-card h3 { margin: 0 0 14px; font-size: 26px; }
.commercial-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.8; }
.check-list { display: grid; gap: 12px; }
.check-item { display: flex; align-items: start; gap: 12px; color: #e6ebf3; line-height: 1.6; }
.dot { width: 22px; height: 22px; border-radius: 999px; flex: 0 0 22px; display: grid; place-items: center; background: rgba(29,185,84,0.16); border: 1px solid rgba(29,185,84,0.35); color: #72e39a; font-size: 13px; margin-top: 1px; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.stat-card { padding: 22px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255,255,255,0.03); text-align: center; }
.stat-card strong { display: block; font-size: 28px; color: var(--gold-2); margin-bottom: 6px; }
.stat-card span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.cta { padding-bottom: 96px; }
.cta-box { position: relative; overflow: hidden; border-radius: 34px; border: 1px solid var(--line); min-height: 470px; box-shadow: var(--shadow); background: #12151b; }
.cta-box img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.cta-box::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,14,0.92) 0%, rgba(8,10,14,0.72) 48%, rgba(8,10,14,0.45) 100%); }
.cta-content { position: relative; z-index: 2; width: min(100%, 680px); padding: 64px; }
.cta-content h2 { margin: 18px 0 14px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -0.04em; }
.cta-content p { margin: 0 0 26px; color: #d0d7e2; font-size: 18px; line-height: 1.8; }
footer { border-top: 1px solid var(--line); padding: 28px 0 44px; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 18px; align-items: center; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
@media (max-width: 1080px) {
  .hero-grid, .products-wrap, .commercial-grid, .brand-grid { grid-template-columns: 1fr; }
  .hero-copy, .hero-media, .products-feature { min-height: unset; }
  .stats, .partners { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .nav { min-height: 72px; }
  .nav-links { display: none; }
  .hero-copy { padding: 28px; }
  .hero-points, .stats, .partners, .products-list { grid-template-columns: 1fr; }
  .cta-content { padding: 34px 24px; }
  .section { padding: 64px 0; }
}