/* Vimatons — bilingual safety signs landing funnel
   Design tokens taken from the original brand design candidate. */
:root {
  --gold: #f3b322;
  --ink: #141414;
  --ink-soft: #242320;
  --cream: #faf6ee;
  --panel: #eae6dd;
  --muted: #6b6860;
  --muted-2: #8a877f;
  --muted-3: #9a978f;
  --line: #ece7dc;
  --line-dark: #38352f;
  --row-line: #141414;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', 'IBM Plex Sans Arabic', sans-serif;
  background: var(--gold);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html[lang="ar"] body { font-family: 'IBM Plex Sans Arabic', 'Plus Jakarta Sans', sans-serif; }

a { color: var(--ink); text-decoration: none; }
a:hover { color: #000; }
::selection { background: var(--gold); color: var(--ink); }
img { max-width: 100%; display: block; }
button { font: inherit; }

.wrap { padding: 22px; }
.card { background: var(--cream); border-radius: 26px; overflow: hidden; }

/* NAV */
.nav-outer { padding: 18px 22px 0; }
.nav {
  background: var(--ink);
  border-radius: 16px;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nav .logo { height: 68px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--muted-3); font-weight: 600; font-size: 14.5px; }
.nav-links a.active { color: #f0ede6; }
.nav-right { display: flex; align-items: center; gap: 12px; }

.lang-switch { display: flex; background: var(--ink-soft); border-radius: 100px; padding: 3px; }
.lang-switch a {
  padding: 7px 13px; border-radius: 100px; font-weight: 800; font-size: 13px;
  color: var(--muted-3);
}
.lang-switch a.active { background: var(--gold); color: var(--ink); }

.btn-gold {
  background: var(--gold); color: var(--ink); padding: 11px 20px; border-radius: 100px;
  font-weight: 800; font-size: 14px; display: inline-flex; align-items: center; gap: 7px;
  border: none; cursor: pointer;
}
.btn-gold:hover { color: var(--ink); filter: brightness(0.96); }
.btn-outline {
  background: transparent; color: #fff; border: 1px solid var(--line-dark);
  padding: 12px 22px; border-radius: 100px; font-weight: 700; font-size: 14px;
  display: inline-flex; align-items: center; gap: 7px;
}
.btn-outline:hover { color: #fff; border-color: var(--gold); }

.eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; color: var(--muted-2);
  display: inline-flex; align-items: center; gap: 7px; text-transform: uppercase;
}
.eyebrow .mark { color: var(--gold); }

/* HERO */
.hero { max-width: 900px; margin: 0 auto; padding: 58px 28px 40px; text-align: center; }
.hero h1 {
  font-size: 64px; line-height: 1.06; font-weight: 800; letter-spacing: -0.035em; margin: 20px 0 0;
}
.hero h1 .accent { color: var(--muted-3); }
.hero h1 .mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; background: var(--gold); border-radius: 14px;
  vertical-align: middle; margin: 0 4px; font-size: 28px; color: var(--ink);
}
.hero p.sub { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 580px; margin: 22px auto 0; font-weight: 500; }
.hero .tag { font-size: 16px; color: #a8a49a; margin: 12px 0 0; font-weight: 500; }
.hero .cta-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 30px 0 0; flex-wrap: wrap; }
.hero .cta-row .btn-gold { padding: 14px 26px; font-size: 15px; }
.hero .cta-row .btn-secondary {
  background: transparent; border: 1px solid rgba(20,20,20,0.18); color: var(--ink);
  padding: 14px 26px; border-radius: 100px; font-weight: 700; font-size: 15px;
}
.hero .cta-row .btn-secondary:hover { border-color: var(--ink); }

.trust-row {
  display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap;
  margin: 26px 0 0; font-size: 13.5px; font-weight: 700; color: var(--muted);
}
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: "✓"; color: var(--gold); font-weight: 800; }

/* COUNTRY STRIP */
.country-strip { max-width: 1180px; margin: 0 auto; padding: 8px 28px 44px; text-align: center; }
.country-strip .eyebrow { justify-content: center; width: 100%; }
.country-chips {
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 18px 0 0;
}
.country-chips span {
  background: rgba(20,20,20,0.06); border: 1px solid rgba(20,20,20,0.1); color: var(--ink);
  padding: 10px 18px; border-radius: 100px; font-weight: 700; font-size: 14px;
}
.country-strip .note { font-size: 14px; color: var(--muted); margin: 16px auto 0; max-width: 480px; font-weight: 500; }

/* FEATURE GRID */
.feature-grid { max-width: 1180px; margin: 0 auto; padding: 0 28px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature-dark { background: var(--ink); border-radius: 22px; padding: 38px; display: flex; flex-direction: column; }
.feature-dark h2 { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin: 20px 0 0; color: #fff; }
.feature-dark h2 .soft { color: #6f6c65; }
.feature-dark p { font-size: 15px; line-height: 1.6; color: #a5a29a; margin: 18px 0 0; font-weight: 500; max-width: 360px; }
.feature-dark .cta-row { display: flex; gap: 12px; margin: 24px 0 0; flex-wrap: wrap; }
.feature-dark .callout {
  background: #1e1d1a; border-radius: 16px; padding: 16px; display: flex; align-items: center; gap: 16px; margin: 26px 0 0;
}
.feature-dark .callout .thumb {
  width: 66px; height: 66px; border-radius: 12px; overflow: hidden; flex-shrink: 0; background: #fff; padding: 5px;
}
.feature-dark .callout .thumb img { width: 100%; height: 100%; object-fit: contain; }
.feature-dark .callout strong { color: #fff; font-weight: 700; font-size: 15px; line-height: 1.3; display: block; }
.feature-dark .callout a { color: var(--gold); font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; gap: 5px; margin-top: 6px; }

.feature-light {
  border-radius: 22px; background: var(--panel); display: flex; flex-direction: column;
  justify-content: space-between; gap: 24px; padding: 34px 30px; min-height: 460px;
}
.feature-light .signs { flex: 1; display: flex; align-items: center; justify-content: center; gap: 22px; }
.feature-light .signs img { width: 46%; max-width: 190px; border-radius: 6px; box-shadow: 0 20px 40px rgba(20,20,20,0.2); }
.feature-light .stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-light .stats .stat { background: #fff; border-radius: 14px; padding: 16px 18px; }
.feature-light .stats .stat .big { font-size: 25px; font-weight: 800; letter-spacing: -0.02em; }
.feature-light .stats .stat .big em { font-style: normal; color: var(--gold); }
.feature-light .stats .stat .sub { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 2px; }

/* COMPLIANCE STRIP */
.compliance-strip { max-width: 1180px; margin: 0 auto; padding: 34px 28px 10px; }
.compliance-strip .row { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.compliance-strip .row span { color: var(--ink); font-weight: 800; font-size: 16px; opacity: 0.5; }

/* WHAT YOU GET */
.section-head { text-align: center; max-width: 640px; margin: 0 auto; }
.section-head h2 { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin: 16px 0 0; }
.section-head h2 .soft { color: var(--muted-3); }
.section-head p { font-size: 16px; color: var(--muted); margin: 16px auto 0; max-width: 520px; font-weight: 500; }

.get-section { max-width: 1180px; margin: 0 auto; padding: 64px 28px 20px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 44px 0 0; }
.cards .item { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; }
.cards .item .label { font-size: 13px; font-weight: 700; color: var(--ink); }
.cards .item .visual {
  height: 150px; margin: 14px 0; border-radius: 12px; overflow: hidden; background: var(--panel);
  display: flex; align-items: center; justify-content: center;
}
.cards .item .visual img { height: 100%; width: 100%; object-fit: cover; }
.cards .item .visual.icon { background: var(--ink); }
.cards .item .visual.icon svg { width: 52px; height: 52px; }
.cards .item p { font-size: 14px; line-height: 1.55; color: var(--muted); font-weight: 500; }

/* RANGE / SIGNS */
.range-section { max-width: 1180px; margin: 0 auto; padding: 56px 28px 24px; }
.range-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.range-head h2 { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin: 14px 0 0; }
.range-head h2 .soft { color: var(--muted-3); }
.range-head p { font-size: 15px; color: var(--muted); font-weight: 500; max-width: 340px; }
.rows { margin: 38px 0 0; border-top: 1px solid var(--row-line); }
.rows a {
  display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 24px;
  padding: 26px 8px; border-bottom: 1px solid var(--row-line);
}
.rows .no { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; color: var(--muted-2); }
.rows .primary { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.rows .secondary { font-size: 17px; font-weight: 600; color: var(--muted-2); margin: 0 12px; }
.rows .go {
  width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0;
}

/* FAQ */
.faq-section { max-width: 860px; margin: 0 auto; padding: 56px 28px 20px; }
.faq-list { margin: 36px 0 0; display: flex; flex-direction: column; gap: 12px; }
.faq-list details {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 6px 22px;
}
.faq-list summary {
  cursor: pointer; padding: 16px 0; font-weight: 700; font-size: 15.5px; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 22px; font-weight: 400; color: var(--muted-2); flex-shrink: 0; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list .answer { font-size: 14.5px; line-height: 1.65; color: var(--muted); font-weight: 500; padding: 0 0 18px; }

/* CTA */
.cta-section { padding: 48px 28px 20px; }
.cta-box {
  max-width: 1180px; margin: 0 auto; background: var(--ink); border-radius: 24px; padding: 56px; text-align: center;
}
.cta-box h2 { font-size: 40px; font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1.1; }
.cta-box p { font-size: 16px; color: #a5a29a; margin: 14px auto 0; max-width: 480px; font-weight: 500; }
.cta-box .btn-gold { padding: 16px 32px; font-size: 16px; margin: 28px 0 0; }

/* FOOTER */
footer {
  padding: 30px 50px 40px; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
footer .logo { height: 48px; width: auto; }
footer .tagline { color: var(--muted-2); font-size: 13px; font-weight: 600; text-align: center; }
footer .foot-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 13.5px; font-weight: 700; }

/* RESPONSIVE */
@media (max-width: 860px) {
  .wrap { padding: 14px; }
  .nav-outer { padding: 12px 12px 0; }
  .nav { padding: 12px 14px; }
  .nav .logo { height: 46px; }
  .nav-links { display: none; }
  .hero { padding: 40px 18px 30px; }
  .hero h1 { font-size: 38px; }
  .hero h1 .mark { width: 40px; height: 40px; font-size: 20px; border-radius: 10px; }
  .feature-grid { grid-template-columns: 1fr; padding: 0 18px 20px; }
  .feature-dark h2, .section-head h2, .range-head h2 { font-size: 30px; }
  .cards { grid-template-columns: 1fr; }
  .rows a { grid-template-columns: 70px 1fr auto; gap: 12px; padding: 20px 4px; }
  .rows .primary { font-size: 20px; }
  .rows .secondary { display: block; margin: 4px 0 0; font-size: 14px; }
  .cta-box { padding: 36px 22px; }
  .cta-box h2 { font-size: 28px; }
  footer { padding: 24px 22px 32px; justify-content: center; text-align: center; }
  .compliance-strip .row { gap: 18px; }
  .compliance-strip .row span { font-size: 13px; }
}
