:root {
  --bg: #0b0f14;
  --bg-soft: #111821;
  --panel: #151e28;
  --panel-2: #1c2733;
  --text: #f3f6f8;
  --muted: #a9b5c1;
  --line: rgba(255,255,255,0.11);
  --accent: #f59e0b;
  --accent-2: #f97316;
  --accent-dark: #7c2d12;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(0,0,0,0.32);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: var(--max); }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--accent); color: #111; padding: 10px 14px; z-index: 99; }
.skip-link:focus { left: 12px; top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11,15,20,0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.nav-link { text-decoration: none; color: var(--muted); padding: 9px 11px; border-radius: 999px; font-size: 14px; }
.nav-link:hover, .nav-link.active { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--panel); color: var(--text); padding: 9px 12px; border-radius: 999px; }
.hero { padding: 82px 0 64px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto -10%; height: 520px; background: radial-gradient(circle at 20% 10%, rgba(245,158,11,0.18), transparent 34%), radial-gradient(circle at 80% 0%, rgba(249,115,22,0.12), transparent 40%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr); gap: 46px; align-items: center; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 18px; letter-spacing: -0.03em; }
h1 { font-size: clamp(42px, 6vw, 74px); }
h2 { font-size: clamp(30px, 3.5vw, 46px); }
h3 { font-size: 22px; }
p { margin: 0 0 18px; }
.lead { font-size: clamp(19px, 2.1vw, 24px); color: #d8e0e8; max-width: 760px; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: 0.13em; font-weight: 800; font-size: 13px; margin-bottom: 14px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.hero-badges span, .tag { border: 1px solid rgba(245,158,11,0.36); color: #ffd18a; background: rgba(245,158,11,0.09); border-radius: 999px; padding: 6px 10px; font-size: 13px; font-weight: 700; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 12px 18px; text-decoration: none; font-weight: 800; border: 1px solid transparent; cursor: pointer; font: inherit; }
.button.primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #111; box-shadow: 0 12px 30px rgba(245,158,11,0.24); }
.button.secondary { background: rgba(255,255,255,0.08); border-color: var(--line); color: var(--text); }
.button.tertiary { background: var(--panel-2); border-color: var(--line); color: var(--text); padding: 10px 14px; font-size: 14px; }
.button.full { width: 100%; }
.text-link { color: #ffd18a; font-weight: 800; }
.hero-panel { background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.hero-illustration { width: 100%; display: block; border-radius: 18px; background: #0e141b; border: 1px solid rgba(255,255,255,0.08); }
.stat-row { display: grid; gap: 10px; margin-top: 14px; }
.stat-row div { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 12px; }
.stat-row strong { display: block; color: #fff; }
.stat-row span { display: block; color: var(--muted); font-size: 14px; }
.section { padding: 78px 0; }
.section.alt { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 780px; margin-bottom: 30px; }
.two-col { display: grid; grid-template-columns: 1fr 0.82fr; gap: 42px; align-items: center; }
.two-col.reverse { grid-template-columns: 0.86fr 1fr; }
.callout, .side-card, .contact-card, .template-box, .notice { background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.035)); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 16px 48px rgba(0,0,0,0.18); }
.notice { margin-bottom: 24px; border-color: rgba(245,158,11,0.3); }
.check-list { padding-left: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); box-shadow: inset 0 0 0 4px rgba(0,0,0,0.28); }
.check-list.columns { columns: 2; column-gap: 40px; }
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { background: rgba(255,255,255,0.045); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px; min-height: 100%; }
.card.rich { background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.035)); }
.card a { color: #ffd18a; font-weight: 800; }
.card-icon { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; background: rgba(245,158,11,0.14); color: #ffd18a; border: 1px solid rgba(245,158,11,0.3); border-radius: 50%; font-weight: 900; margin-bottom: 16px; }
.pill-list, .material-grid { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.pill-list span, .material-grid span { background: rgba(255,255,255,0.07); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: #e9eef4; font-weight: 700; }
.material-grid span { border-radius: 12px; min-width: 126px; text-align: center; }
.image-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.cta-section { padding-top: 46px; }
.cta-box { display: flex; gap: 24px; justify-content: space-between; align-items: center; background: linear-gradient(135deg, rgba(245,158,11,0.16), rgba(249,115,22,0.08)); border: 1px solid rgba(245,158,11,0.28); border-radius: var(--radius); padding: 32px; }
.page-hero { padding: 72px 0 54px; background: radial-gradient(circle at 10% 0%, rgba(245,158,11,0.15), transparent 34%), linear-gradient(180deg, #0f151d, #0b0f14); border-bottom: 1px solid var(--line); }
.page-hero.compact h1 { font-size: clamp(38px, 5vw, 62px); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; align-items: start; }
.content-main { max-width: 800px; }
.content-main h2 { font-size: 32px; margin-top: 38px; }
.content-main h2:first-child { margin-top: 0; }
.content-main li { margin-bottom: 8px; }
.side-card { position: sticky; top: 102px; }
.directory-list { display: grid; gap: 18px; }
.supplier-card { background: rgba(255,255,255,0.045); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.supplier-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 8px; }
.supplier-head h2 { font-size: 26px; margin-bottom: 5px; }
.supplier-location { color: #ffd18a; font-weight: 800; margin: 0; }
.supplier-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; align-items: center; }
.supplier-links a:not(.button) { color: #ffd18a; font-weight: 800; }
.faq-list details { background: rgba(255,255,255,0.045); border: 1px solid var(--line); border-radius: 16px; margin-bottom: 12px; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 900; color: #fff; }
.faq-list details p { margin: 14px 0 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 28px; align-items: start; }
.email-large { display: inline-block; font-size: clamp(22px, 3vw, 34px); color: #ffd18a; font-weight: 900; margin-bottom: 14px; word-break: break-word; }
.contact-form { background: rgba(255,255,255,0.045); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
label { display: block; font-weight: 800; margin: 16px 0 6px; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,0.16); background: #0f151d; color: var(--text); border-radius: 12px; padding: 12px 13px; font: inherit; }
textarea { resize: vertical; }
.form-note { color: #ffd18a; font-weight: 700; min-height: 24px; }
.template-box { font-size: 15px; }
.legal-content h2 { font-size: 28px; margin-top: 34px; }
.site-footer { padding: 50px 0 20px; border-top: 1px solid var(--line); background: #080b0f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.9fr 1fr; gap: 26px; align-items: start; }
.footer-heading { font-weight: 900; color: #fff; margin-bottom: 10px; }
.footer-grid a { display: block; color: var(--muted); text-decoration: none; margin-bottom: 8px; }
.footer-grid a:hover { color: #ffd18a; }
.footer-mark { margin-bottom: 8px; }
.copyright { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 18px; color: var(--muted); font-size: 14px; }
@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; background: #0f151d; border: 1px solid var(--line); border-radius: 18px; padding: 12px; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .hero-grid, .two-col, .two-col.reverse, .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .side-card { position: static; }
  .card-grid.three, .card-grid.two { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { display: block; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 182px; }
  h1 { font-size: 40px; }
  .section { padding: 54px 0; }
  .check-list.columns { columns: 1; }
  .supplier-head { display: block; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-panel, .callout, .side-card, .contact-card, .contact-form, .supplier-card { padding: 20px; }
}
