@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* ============================================================
   Guangzhou Aegean Stage Lighting — Design System
   Palette (from website plan): navy #16306b / brand #2f6df0 /
   teal #0fb5a6 / amber #ff7a18 / bg #f6f8fc / ink #0f172a
   Type system: Sora (display) + Inter (body), modular scale
   ============================================================ */
:root {
  --navy: #16306b;
  --brand: #2f6df0;
  --teal: #0fb5a6;
  --amber: #ff7a18;
  --bg: #f6f8fc;
  --ink: #0f172a;
  --muted: #5b6478;
  --line: #e8ebf2;
  --card: #ffffff;
  --soft: #eef3ff;
  --teal-soft: #e6fbf6;
  --amber-soft: #fff3e0;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 1px 3px rgba(20, 30, 60, 0.06);
  --shadow-md: 0 8px 24px rgba(20, 30, 60, 0.10);
  --maxw: 1200px;

  /* Type families */
  --font-display: "Sora", "Inter", "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;

  /* Type scale (clean modular steps) */
  --fs-micro: 11px;
  --fs-caption: 12px;
  --fs-small: 13px;
  --fs-ui: 14px;
  --fs-body: 15px;
  --fs-lead: 17px;
  --fs-h4: 19px;
  --fs-h3: 23px;
  --fs-h2: 30px;
  --fs-h1: 38px;
  --fs-display: 48px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: var(--fs-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.18;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: 76px 0; }
.sec-50 { padding: 50px 0; }
body[data-page="about"] section { padding: 44px 0; }
.muted { color: var(--muted); }
.center { text-align: center; }
.eyebrow {
  display: inline-block; color: var(--brand); font-weight: 600;
  font-size: var(--fs-caption); letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 14px;
}
.section-title { font-size: var(--fs-h2); margin: 0 0 12px; letter-spacing: -0.015em; }
.section-sub { color: var(--muted); font-size: var(--fs-lead); max-width: 720px; margin: 0 auto 44px; line-height: 1.6; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 10px; font-weight: 600;
  font-size: var(--fs-body); font-family: var(--font-body); cursor: pointer; border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 4px 14px rgba(47, 109, 240, .30); }
.btn-primary:hover { background: #245fd8; }
.btn-amber { background: var(--amber); color: #fff; box-shadow: 0 4px 14px rgba(255, 122, 24, .30); }
.btn-amber:hover { background: #f06a08; }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); }
.btn-ghost { background: rgba(255,255,255,.12); color:#fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-sm { padding: 8px 14px; font-size: var(--fs-small); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; color: var(--navy); font-size: var(--fs-h4); letter-spacing: -0.01em; }
.brand .logo-img {
  height: 34px; width: auto; object-fit: contain;
}
.footer-brand .logo-img {
  height: 42px; width: auto; object-fit: contain;
}
.brand small { display: block; font-size: var(--fs-micro); font-weight: 500; color: var(--muted); letter-spacing: .3px; font-family: var(--font-body); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink); font-weight: 500; font-size: var(--fs-body); }
.nav-links a:hover, .nav-links a.active { color: var(--brand); text-decoration: none; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--navy); }

/* ---------- Hero (full-bleed banner, reference-style) ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: #0d1f47 url('/assets/hero-bg.jpg') center/cover no-repeat;
  min-height: 560px;
  padding: 0;
  display: flex; align-items: center;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,18,42,0.82) 0%, rgba(8,18,42,0.62) 38%, rgba(8,18,42,0.15) 70%, rgba(8,18,42,0) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(380px 380px at 82% 28%, rgba(255,122,24,0.20), transparent 70%),
    radial-gradient(460px 460px at 64% 74%, rgba(47,109,240,0.18), transparent 72%),
    radial-gradient(260px 260px at 90% 84%, rgba(125,211,192,0.14), transparent 70%);
}
.hero-product {
  position: absolute; right: 2%; bottom: 0; height: 92%; width: auto;
  z-index: 1; pointer-events: none;
  mix-blend-mode: screen; opacity: .92;
  filter: drop-shadow(0 0 26px rgba(255,122,24,0.28)) drop-shadow(0 0 42px rgba(47,109,240,0.22));
}
.hero .container { position: relative; z-index: 2; padding: 70px 24px; width: 100%; }
.hero-eyebrow {
  display: inline-block;
  color: #9cc0ff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.45);
}
.hero h1 {
  font-family: var(--font-display);
  font-size: 48px;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,0.4);
  max-width: 740px;
  white-space: normal;
}
.hero p.lead {
  font-size: var(--fs-lead);
  max-width: 620px;
  opacity: .94;
  margin: 0 0 30px;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-cta .btn { padding: 14px 24px; font-size: 15px; }

.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.hero-badges span {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28);
  padding: 6px 14px; border-radius: 999px; font-size: var(--fs-small); font-weight: 500;
}

@media (max-width: 768px) {
  .hero { min-height: 480px; }
  .hero h1 { font-size: 32px; }
  .hero .container { padding: 50px 20px; }
  .hero-product { height: 60%; right: -8%; opacity: .6; }
}
.hero-stats { display: flex; gap: 44px; margin-top: 32px; flex-wrap: wrap; }
.hero-stats .s .v { font-family: var(--font-display); font-size: var(--fs-h2); font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.hero-stats .s .l { font-size: var(--fs-small); opacity: .82; margin-top: 2px; }

/* About page — intro text (larger + more breathing room) */
.about-intro {
  font-size: 19px;
  line-height: 1.8;
  opacity: .95;
  max-width: 100%;
  margin: 0;
  text-align: justify;
}
.about-intro .company-name {
  font-weight: 700;
  font-size: 23px;
}

/* About page — HERO */
.about-hero {
  position: relative;
  color: #fff;
  padding: 46px 0;
  overflow: hidden;
  background:
    radial-gradient(120% 135% at 85% 10%, rgba(47,109,240,.50), transparent 55%),
    linear-gradient(135deg, #0d1f47, #16306b 60%, #2f6df0);
}
.about-hero .container { position: relative; z-index: 1; }
.about-hero .about-intro {
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.6;
}
.about-hero-tags {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-top: 22px;
}
.about-hero-tags span {
  font-size: 13px; font-weight: 600; letter-spacing: .2px;
  color: #cfe0ff;
  padding: 7px 15px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}

/* About page — photo gallery */
.about-gallery {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 56px 0 60px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  transition: transform .3s ease, box-shadow .3s ease;
}
.gallery-grid figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(20,30,60,.14);
}
.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.gallery-grid figcaption {
  text-align: center;
  font-size: var(--fs-small);
  color: var(--muted);
  padding: 12px 8px 0;
  font-weight: 500;
}

/* Hero — split layout (text left / factory image right) */
.hero-inner {
  display: flex; align-items: center; gap: 48px;
}
.hero-left { flex: 1; min-width: 0; }
.hero-right {
  flex: 0 0 420px; position: relative; z-index: 2;
}
.hero-factory-img {
  width: 100%; height: auto;
  border-radius: var(--radius);
  box-shadow:
    0 20px 60px rgba(0,0,0,.35),
    0 4px 16px rgba(0,0,0,.18);
  object-fit: cover;
  /* subtle float animation hint */
  animation: heroFloat 6s ease-in-out infinite alternate;
}
@keyframes heroFloat {
  from { transform: translateY(0); }
  to   { transform: translateY(-8px); }
}

/* ---------- Banner Carousel ---------- */
.banner-carousel {
  position: relative; overflow: hidden;
  width: 100%; max-width: 1200px; margin: 36px auto 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.carousel-track {
  display: flex; width: 100%;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.carousel-slide {
  flex: 0 0 100%; min-width: 0; width: 100%;
  position: relative;
  aspect-ratio: 1920 / 649;
}
.carousel-slide img {
  display: block; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.carousel-dots {
  position: absolute; bottom: 14px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 3;
}
.dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.45); border: none;
  cursor: pointer; padding: 7px;
  background-clip: content-box;
  transition: background-color .25s ease;
}
.dot.active { background: #fff; background-clip: content-box; }
.dot:hover { background: rgba(255,255,255,.75); background-clip: content-box; }

@media (max-width: 760px) {
  .carousel-slide { min-height: 200px; }
}
@media (max-width: 480px) {
  .carousel-slide { min-height: 160px; }
}

/* ---------- Category quick cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-grid-3 { grid-template-columns: repeat(3, 1fr); }
.cat-grid-3 .cat-card { padding: 18px 22px; }
.cat-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  box-shadow: var(--shadow);
}
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #cfe0ff; }
.cat-card .ic {
  width: 46px; height: 46px; border-radius: 12px; display: inline-flex;
  align-items: center; justify-content: center; margin-bottom: 16px; color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--brand));
}
.cat-card h3 { font-size: var(--fs-h4); margin: 0 0 7px; }
.cat-card p { font-size: var(--fs-small); color: var(--muted); margin: 0 0 14px; line-height: 1.6; }
.cat-card a { font-weight: 600; font-size: var(--fs-small); }

/* ---------- Product grid ---------- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card .thumb { aspect-ratio: 4/3; background: #0d1f47; position: relative; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .cat-tag {
  position: absolute; top: 12px; left: 12px; background: rgba(15,23,42,.7);
  color: #fff; font-size: var(--fs-micro); font-weight: 600; padding: 3px 10px; border-radius: 999px;
  letter-spacing: .02em;
}
.product-card .oem-tag {
  position: absolute; top: 12px; right: 12px; background: var(--teal-soft); color: #0b8c80;
  font-size: var(--fs-micro); font-weight: 700; padding: 3px 9px; border-radius: 999px;
}
.product-card .body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.product-card h3 { font-size: var(--fs-h4); margin: 0 0 4px; }
.product-card .model { font-size: var(--fs-caption); color: var(--muted); margin-bottom: 8px; }
.product-card .desc { font-size: var(--fs-small); color: var(--muted); flex: 1; margin: 0 0 14px; line-height: 1.6; }
.product-card .foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }

/* ---------- Filters ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.chip {
  border: 1px solid var(--line); background: #fff; color: var(--ink);
  padding: 8px 16px; border-radius: 999px; cursor: pointer; font-size: var(--fs-small); font-weight: 500;
  transition: all .15s ease; font-family: var(--font-body);
}
.chip:hover { border-color: var(--brand); color: var(--brand); }
.chip.active { background: var(--brand); color: #fff; border-color: var(--brand); }

/* ---------- Modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(15,23,42,.55); z-index: 200;
  display: none; align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto;
}
.modal-overlay.open { display: flex; }
.modal {
  background: #fff; border-radius: 16px; max-width: 880px; width: 100%;
  box-shadow: var(--shadow-md); overflow: hidden; animation: pop .18s ease;
}
@keyframes pop { from { transform: translateY(12px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal .m-head { display: flex; }
.modal .m-gallery { flex: 1; background: #0d1f47; min-height: 320px; }
.modal .m-gallery img { width: 100%; height: 100%; object-fit: cover; }
.modal .m-body { flex: 1.1; padding: 30px 32px; }
.modal .m-close {
  position: absolute; top: 14px; right: 16px; background: #fff; border: none;
  width: 36px; height: 36px; border-radius: 50%; font-size: 20px; cursor: pointer; z-index: 3;
  box-shadow: var(--shadow);
}
.modal h2 { font-size: var(--fs-h3); margin: 0 0 4px; }
.modal .m-model { color: var(--muted); font-size: var(--fs-caption); margin-bottom: 14px; }
.modal .m-desc { color: var(--muted); font-size: var(--fs-ui); margin-bottom: 18px; line-height: 1.6; }
.spec-table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: var(--fs-small); }
.spec-table td { border: 1px solid var(--line); padding: 9px 12px; }
.spec-table td:first-child { background: var(--soft); font-weight: 600; width: 42%; color: var(--navy); }
.feat-list { list-style: none; padding: 0; margin: 0 0 18px; }
.feat-list li { padding: 6px 0 6px 26px; position: relative; font-size: var(--fs-ui); line-height: 1.6; }
.feat-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }

/* ---------- RFQ bar ---------- */
.rfq-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
  background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 22px rgba(20,30,60,.10);
  transform: translateY(110%); transition: transform .25s ease;
}
.rfq-bar.open { transform: translateY(0); }
.rfq-inner { max-width: var(--maxw); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 16px; justify-content: space-between; }
.rfq-count { font-weight: 700; color: var(--navy); font-family: var(--font-display); }
.rfq-items { display: flex; gap: 8px; flex: 1; overflow-x: auto; }
.rfq-pill { background: var(--soft); border: 1px solid #d6e2ff; color: var(--brand); border-radius: 999px; padding: 4px 10px; font-size: var(--fs-caption); white-space: nowrap; }

/* ---------- Certifications bar ---------- */
.cert-bar { background: var(--navy); color: #fff; padding: 30px 0; }
.cert-bar .container { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; justify-content: center; }
.cert-item { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: var(--fs-body); }
.cert-item .badge {
  width: 44px; height: 44px; border-radius: 10px; background: rgba(255,255,255,.12);
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: var(--fs-caption);
  border: 1px solid rgba(255,255,255,.3);
}
.cert-note { color: rgba(255,255,255,.7); font-size: var(--fs-small); text-align: center; width: 100%; margin-top: 4px; }

/* ---------- CTA ---------- */
.cta {
  background: linear-gradient(135deg, #0d1f47 0%, #16306b 50%, #2f6df0 100%);
  color: #fff; border-radius: 20px; padding: 58px 40px; text-align: center;
  position: relative; overflow: hidden;
}
.cta h2 { color: #fff; font-size: var(--fs-h2); margin: 0 0 12px; font-family: var(--font-display); }
.cta p { opacity: .9; max-width: 560px; margin: 0 auto 26px; font-size: var(--fs-lead); line-height: 1.6; }

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stats-grid-4 { grid-template-columns: repeat(4, 1fr); }
.stat {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; text-align: center; box-shadow: var(--shadow);
}
.stat .v { font-family: var(--font-display); font-size: var(--fs-h2); font-weight: 800; color: var(--brand); letter-spacing: -0.02em; }
.stat .l { font-size: var(--fs-small); color: var(--muted); margin-top: 8px; }

/* ---------- About timeline ---------- */
.timeline { border-left: 3px solid var(--soft); margin-left: 8px; padding-left: 28px; }
.timeline .item { position: relative; padding: 0 0 28px; }
.timeline .item::before {
  content: ""; position: absolute; left: -37px; top: 4px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--brand); border: 3px solid #fff; box-shadow: 0 0 0 3px var(--soft);
}
.timeline .year { font-family: var(--font-display); font-weight: 800; color: var(--navy); font-size: var(--fs-body); }
.timeline p { margin: 4px 0 0; color: var(--muted); font-size: var(--fs-small); line-height: 1.6; }

/* ---------- Contact ---------- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.info-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.info-card h3 { margin-top: 0; font-size: var(--fs-h4); }
.info-row { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: none; }
.info-row .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--soft); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.info-row .k { font-size: var(--fs-caption); color: var(--muted); }
.info-row .v { font-weight: 600; font-size: var(--fs-body); }

/* ---------- Forms ---------- */
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: var(--fs-ui); margin-bottom: 6px; }
.field label .req { color: var(--amber); }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px;
  font-family: var(--font-body); font-size: var(--fs-ui); color: var(--ink); background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(47,109,240,.15);
}
.field textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: var(--fs-caption); color: var(--muted); margin-top: -6px; margin-bottom: 16px; }
.form-msg { padding: 12px 14px; border-radius: 10px; margin-bottom: 16px; font-size: var(--fs-ui); display: none; }
.form-msg.ok { display: block; background: var(--teal-soft); color: #0b8c80; border: 1px solid #b8efe8; }
.form-msg.err { display: block; background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.selsummary { background: var(--soft); border: 1px dashed #cfe0ff; border-radius: 10px; padding: 12px 14px; margin-bottom: 16px; font-size: var(--fs-small); display: none; }
.selsummary.show { display: block; }

/* ---------- FAQ ---------- */
.faq-group { margin-bottom: 30px; }
.faq-group h3 { font-size: var(--fs-h4); margin: 0 0 8px; color: var(--navy); }
.faq-item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; padding: 16px 18px;
  font-size: var(--fs-body); font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--ink);
  font-family: var(--font-body);
}
.faq-q .plus { color: var(--brand); font-size: 20px; flex: none; transition: transform .2s ease; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-a .inner { padding: 0 18px 16px; color: var(--muted); font-size: var(--fs-ui); line-height: 1.65; }

/* ---------- WhatsApp float + inline link ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 88px; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(37, 211, 102, .45);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover { transform: scale(1.06); box-shadow: 0 10px 26px rgba(37, 211, 102, .6); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; display: block; }
@media (max-width: 760px) {
  .wa-float { width: 50px; height: 50px; right: 16px; bottom: 84px; }
  .wa-float svg { width: 26px; height: 26px; }
}
.wa-inline { color: var(--brand); font-weight: 600; text-decoration: none; }
.wa-inline:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { background: #0d1f47; color: #cdd6ea; padding: 58px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h4 { color: #fff; font-size: var(--fs-ui); margin: 0 0 14px; font-family: var(--font-display); }
.site-footer a { color: #cdd6ea; font-size: var(--fs-ui); }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 9px; }
.footer-brand { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: var(--fs-h4); display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; font-size: var(--fs-small); color: #8b97b5; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.socials { display: flex; gap: 10px; margin-top: 14px; }
.socials a { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; }

/* ---------- Mobile sticky quote ---------- */
.mobile-quote { display: none; }
/* Safety net: an inline `white-space:nowrap` in HTML will blow out the page width on
   phones/tablets. Inline styles beat normal selectors, so !important is required here. */
[style*="nowrap"] { white-space: normal !important; }

@media (max-width: 760px) {
  body { padding-bottom: 56px; }
  .mobile-quote {
    display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 140;
    background: var(--amber); color: #fff; text-align: center; padding: 14px; font-weight: 700; font-size: var(--fs-body);
    font-family: var(--font-body);
  }
  .mobile-quote a { color: #fff; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 16px 24px; gap: 16px;
  }
  .hero h1 { font-size: 28px; white-space: normal; }
  .hero-inner { flex-direction: column; gap: 32px; }
  .hero-right { flex: none; width: 100%; max-width: 420px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 200px; }
  .cat-grid, .product-grid, .stats-grid, .stats-grid-4 { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .modal .m-head { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .cat-grid, .product-grid, .stats-grid, .stats-grid-4, .footer-grid { grid-template-columns: 1fr; }
  section { padding: 56px 0; }
}
