:root {
  --ink: #111216;
  --muted: #606874;
  --paper: #ffffff;
  --soft: #f4f6f8;
  --soft-2: #eef3f1;
  --line: rgba(17, 18, 22, 0.12);
  --carbon: #0c0f13;
  --carbon-2: #161a21;
  --orange: #ff4b08;
  --orange-dark: #d83a00;
  --teal: #0d9488;
  --blue: #1d4ed8;
  --green: #25d366;
  --gold: #f6b73c;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(16, 20, 28, 0.13);
  --container: 1180px;
  --hero-font: "Nunito Sans", "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.6; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img, video { max-width: 100%; }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: absolute; top: -48px; left: 16px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--carbon); border-radius: var(--radius); }
.skip-link:focus { top: 16px; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid rgba(255,255,255,0.14); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(18px); transition: box-shadow .24s ease, background .24s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.98); box-shadow: 0 18px 50px rgba(17, 18, 22, 0.1); }
.site-header .container.header-shell { width: min(1520px, calc(100% - 36px)); }
.header-shell { min-height: 86px; display: grid; grid-template-columns: auto max-content auto auto; gap: 18px; align-items: center; justify-content: center; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 205px; display: block; }
.header-nav { display: flex; justify-content: center; gap: 14px; font-size: 11.5px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.header-nav a, .footer-links a, .product-card a, .contact-panel a { text-decoration: none; }
.header-nav a { position: relative; display: inline-grid; justify-items: center; gap: 3px; min-width: 58px; padding: 6px 0 7px; }
.nav-dropdown { position: relative; display: inline-grid; }
.nav-dropdown::after { content: ""; position: absolute; left: -12px; right: -12px; top: 100%; height: 14px; }
.nav-dropdown-toggle { min-width: 72px; }
.nav-dropdown-toggle::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: center; transition: transform .22s ease; }
.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after,
.nav-dropdown.is-open .nav-dropdown-toggle::after { transform: scaleX(1); }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  z-index: 80;
  display: grid;
  width: 245px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 60px rgba(17,18,22,.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity .18s ease, transform .18s ease;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown-menu a {
  display: block;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--carbon);
  font-size: 12px;
  text-transform: none;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible { color: var(--orange-dark); background: #fff1eb; }
.nav-dropdown-menu a::before,
.nav-dropdown-menu a::after { display: none; }
.header-nav a::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 50%;
  background-color: #eef6ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}
.header-nav a[href="./"]::before,
.header-nav a[href="index.html"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E"); }
.header-nav a[href="about"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c1.8-4 14.2-4 16 0'/%3E%3C/svg%3E"); }
.header-nav a[href="services"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h7v7H4zM13 4h7v7h-7zM4 13h7v7H4zM13 13h7v7h-7z'/%3E%3C/svg%3E"); }
.header-nav a[href="products"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 8-9-5-9 5 9 5 9-5Z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8'/%3E%3Cpath d='M12 13v8'/%3E%3C/svg%3E"); }
.header-nav .nav-dropdown-toggle::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3Cpath d='m17 9 3 3-3 3'/%3E%3C/svg%3E"); }
.header-nav a[href="engineering-labs"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6'/%3E%3Cpath d='M10 3v6l-5 9a2 2 0 0 0 1.7 3h10.6a2 2 0 0 0 1.7-3l-5-9V3'/%3E%3Cpath d='M7 15h10'/%3E%3C/svg%3E"); }
.header-nav a[href="gallery-projects"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M8 9h8M8 13h5'/%3E%3C/svg%3E"); }
.header-nav a[href="dynavation-led-display"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M8 14a6 6 0 1 1 8 0c-.9.7-1 1.5-1 2H9c0-.5-.1-1.3-1-2Z'/%3E%3Cpath d='M12 2v2M4.9 4.9l1.4 1.4M19.1 4.9l-1.4 1.4'/%3E%3C/svg%3E"); }
.header-nav a[href="contact"]::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E"); }
.header-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: center; transition: transform .22s ease; }
.header-nav a:hover::after, .header-nav a:focus-visible::after, .header-nav a.is-active::after { transform: scaleX(1); }
.header-nav a.is-active { color: var(--orange-dark); }
.header-nav a.is-active::before { border-color: rgba(255, 75, 8, .3); background-color: #fff1eb; }
.header-search { display: grid; grid-template-columns: 1fr auto; min-height: 44px; border: 1px solid var(--line); border-radius: 999px; background: #fff; overflow: hidden; box-shadow: 0 10px 28px rgba(17,18,22,.06); }
.header-search input { min-width: 0; border: 0; padding: 0 14px; outline: 0; background: transparent; font-weight: 700; }
.header-search button { border: 0; padding: 0 16px; color: #fff; background: var(--carbon); font-size: 12px; font-weight: 900; cursor: pointer; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: var(--carbon); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 16px 34px rgba(255, 75, 8, .28); }
.button.outline { color: var(--carbon); border-color: var(--line); background: #fff; }
.button.glass { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.button.compact { min-height: 42px; padding: 9px 12px; font-size: 12.5px; white-space: nowrap; }
.certificate-login-link {
  display: inline-flex;
  white-space: nowrap;
  border-color: rgba(17, 24, 39, .88) !important;
  color: #fff !important;
  background: linear-gradient(135deg, #111827, #263241) !important;
  box-shadow: 0 12px 26px rgba(17, 24, 39, .18);
}

.certificate-login-link::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4'/%3E%3Cpath d='m10 17 5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3C/svg%3E") center / contain no-repeat;
}
.hero { position: relative; overflow: hidden; min-height: 78vh; color: #fff; background: var(--carbon); display: grid; align-items: center; }
.hero-home { min-height: calc(100vh - 86px); align-items: start; }
.hero-inner { min-height: 68vh; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .98; filter: saturate(1.08) contrast(1.03) brightness(1.06); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,7,11,.28), rgba(4,7,11,.36)), radial-gradient(circle at 50% 45%, rgba(255,75,8,.16), transparent 38%), linear-gradient(90deg, rgba(4,7,11,.2), rgba(4,7,11,.1), rgba(4,7,11,.2)); }
.hero-circuit { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(circle at center, #000, transparent 70%); }
.hero-center { position: relative; z-index: 2; padding: 90px 0; text-align: center; display: grid; justify-items: center; }
.hero-center h1 { width: min(1180px, 100%); margin: 20px 0 18px; font-family: var(--hero-font); font-weight: 1000; font-size: clamp(32px, 2.6vw, 46px); line-height: 1.06; letter-spacing: 0; text-wrap: normal; text-shadow: 0 10px 32px rgba(0,0,0,.28); }
.hero-home .hero-center {
  width: min(1680px, calc(100vw - 96px));
  max-width: calc(100vw - 96px);
  padding: clamp(10px, 2vh, 24px) 0 58px;
  margin-right: auto;
  margin-left: auto;
}
.hero-home .hero-center h1 { width: min(1680px, 100%); max-width: 100%; margin-top: 24px; font-size: clamp(38px, 2.95vw, 54px); line-height: 1.04; text-wrap: normal; }
.hero-home .hero-center h1 span { display: block; }
.hero-inner .hero-center h1 { width: min(1180px, 100%); font-size: clamp(32px, 2.6vw, 46px); line-height: 1.06; }
.hero-center p { width: min(1180px, calc(100vw - 72px)); margin: 0; color: rgba(255,255,255,.9); font-size: clamp(16px, 1.05vw, 18px); }
.hero-home .hero-center p { width: min(1280px, 100%); max-width: 100%; font-size: clamp(17px, 1.12vw, 20px); overflow-wrap: normal; }
.hero-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(760px, calc(100vw - 72px));
  min-height: 54px;
  margin: 0 0 14px;
  padding: 7px;
  border: 1px solid rgba(17,18,22,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
  backdrop-filter: blur(10px);
}
.hero-home .hero-search { width: min(500px, 100%); margin-bottom: clamp(70px, 9vh, 88px); }
.hero-search input {
  min-width: 0;
  border: 0;
  padding: 0 16px;
  color: var(--carbon);
  background: transparent;
  outline: 0;
  font-weight: 900;
}
.hero-search input::placeholder { color: #5d6672; }
.hero-search button {
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: var(--carbon);
  font-size: 12.5px;
  font-weight: 1000;
  cursor: pointer;
}
.hero-actions, .cta-actions, .form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; margin-top: 30px; }
.eyebrow { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.94); background: rgba(255,255,255,.1); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.eyebrow.dark { color: var(--carbon); border-color: var(--line); background: #fff; }
.page-nav-strip { position: sticky; top: 86px; z-index: 40; overflow: auto; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.page-nav-strip .container { display: flex; gap: 18px; align-items: center; min-height: 54px; white-space: nowrap; }
.page-nav-strip a { color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.page-nav-strip a:hover { color: var(--orange); }
.section { padding: 88px 0; }
.section.soft { background: var(--soft); }
.section-head { max-width: 720px; }
.section-head.center { max-width: 860px; margin: 0 auto 36px; text-align: center; }
.section-head h2, .cta-panel h2, .form-heading h2 { margin: 16px 0 14px; font-size: clamp(30px, 2.6vw, 46px); line-height: 1.06; letter-spacing: 0; text-wrap: balance; }
.section-head p, .intro-copy p, .cta-panel p { color: var(--muted); font-size: clamp(16px, 1.05vw, 18px); }
.section-layout, .split-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr); gap: 48px; align-items: center; }
.intro-copy { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #fff, #f7fbfa); box-shadow: var(--shadow); }
.card-grid, .faq-grid, .category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.premium-card, .faq-card, .category-card, .strategy-card, .legal-card { position: relative; overflow: hidden; min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(17,18,22,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.premium-card::after, .strategy-card::after { content: ""; position: absolute; width: 92px; height: 92px; right: -36px; top: -36px; border-radius: 50%; background: rgba(255,75,8,.16); animation: card-pulse 3.8s ease-in-out infinite; }
.premium-card:hover, .faq-card:hover, .category-card:hover, .product-card:hover, .media-card:hover, .strategy-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(17,18,22,.13); border-color: rgba(255,75,8,.32); }
.premium-card.style-2::after, .strategy-card.style-2::after { background: rgba(13,148,136,.16); }
.premium-card.style-3::after, .strategy-card.style-3::after { background: rgba(29,78,216,.14); }
.premium-card.style-4::after, .strategy-card.style-4::after { background: rgba(246,183,60,.22); }
.premium-card h3, .faq-card h3, .category-card h3, .strategy-card h3, .product-card h3 { margin: 12px 0 10px; line-height: 1.15; font-size: 21px; }
.premium-card p, .faq-card p, .category-card p, .strategy-card p, .product-card p, .legal-card p { color: var(--muted); margin: 0; }
.card-number, .why-icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: #fff; background: #fff; box-shadow: 0 14px 32px rgba(17,18,22,.12); font-weight: 900; font-size: 12px; }
.why-icon img { width: 38px; height: 38px; display: block; }
.media-section { padding-top: 0; }
.media-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.media-rail:not(.featured) { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.media-card { margin: 0; overflow: hidden; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.media-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-card figcaption { padding: 16px; color: var(--muted); font-weight: 800; }
.tilt-1 { transform: rotate(-.6deg); }
.tilt-2 { transform: rotate(.55deg); }
.tilt-3 { transform: rotate(-.25deg); }
.process-section { background: linear-gradient(135deg, #ffffff, #f4f6f8); }
.process-stack { display: grid; gap: 14px; }
.process-card { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(17,18,22,.06); }
.process-card > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--orange), var(--blue)); font-weight: 900; }
.process-card h3 { margin: 0 0 6px; }
.process-card p { margin: 0; color: var(--muted); }
.metric-band { padding: 34px 0; color: #fff; background: linear-gradient(135deg, var(--carbon), #222831); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.metric-tile { padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.metric-tile strong { display: block; font-size: 24px; }
.metric-tile span { color: rgba(255,255,255,.76); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-grid.preview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { display: grid; grid-template-columns: 1fr; min-height: 230px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(17,18,22,.06); transition: transform .25s ease, box-shadow .25s ease; }
.product-card img { width: 100%; height: 100%; object-fit: cover; }
.product-card div { display: grid; align-content: start; padding: 22px; }
.product-card span { color: var(--orange); font-weight: 900; text-transform: uppercase; font-size: 12px; }
.product-card a { display: inline-flex; margin-top: 14px; color: var(--carbon); font-weight: 900; }
.catalog-product-card div { justify-items: center; text-align: center; }
.catalog-product-card p { width: 100%; text-align: center; }
.catalog-product-card strong { display: none; }
.catalog-product-card .product-quote-button { justify-self: center; margin-top: 18px; color: #fff; }
.product-preview-card { position: relative; grid-template-rows: 178px 1fr; min-height: 390px; background: linear-gradient(145deg, #fff, #f1f8f6); overflow: hidden; }
.product-preview-card:before { content: ""; position: absolute; inset: auto -38px -52px auto; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(13,148,136,.25), transparent 68%); animation: pulse-glow 3s ease-in-out infinite; }
.product-preview-card:nth-child(2n):before { background: radial-gradient(circle, rgba(255,75,8,.24), transparent 68%); }
.product-preview-card img { position: relative; z-index: 1; width: 100%; height: 178px; object-fit: cover; border-bottom: 1px solid var(--line); }
.product-preview-card div { position: relative; z-index: 1; min-height: 210px; }
.product-preview-card span { color: var(--teal); }
.product-preview-card p { color: var(--muted); }
.family-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.family-card { padding: 0; display: grid; grid-template-rows: 170px 1fr; min-height: 360px; color: inherit; }
.family-card img { width: 100%; height: 170px; object-fit: cover; }
.family-card div { padding: 22px; }
.family-card span { color: var(--orange); font-weight: 1000; text-transform: uppercase; font-size: 12px; }
.search-box { display: grid; gap: 8px; }
.search-box label { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.search-box input { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid var(--line); border-radius: var(--radius); outline: 0; font-weight: 800; }
.empty-products { margin-top: 20px; color: var(--muted); font-weight: 800; }
.category-card { min-height: 210px; text-decoration: none; }
.branch-grid { display: grid; gap: 18px; }
.branch-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f6fbfa); box-shadow: 0 12px 32px rgba(17,18,22,.06); scroll-margin-top: 150px; }
.branch-card-head { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; }
.branch-card-head span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--orange), var(--teal)); font-weight: 1000; }
.branch-card h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 36px); line-height: 1.05; }
.branch-card p { margin: 0 0 18px; color: var(--muted); }
.lab-chip-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.lab-chip-grid span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--carbon); font-weight: 850; font-size: 13px; }
.why-section { padding: 92px 0; background: linear-gradient(135deg, #f5f7f9, #ffffff); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card { position: relative; overflow: hidden; padding: 30px; min-height: 260px; border: 1px solid rgba(17,18,22,.1); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #eef3f1); box-shadow: var(--shadow); text-align: center; animation: float-soft 5s ease-in-out infinite; }
.why-card:nth-child(2) { animation-delay: .7s; }
.why-card:nth-child(3) { animation-delay: 1.4s; }
.why-card strong { display: block; margin-top: 18px; font-size: 42px; line-height: 1; }
.why-card h3 { margin: 12px 0 8px; }
.why-card p { margin: 0; color: var(--muted); }
.strategy-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.strategy-card { min-height: 240px; }
.map-section { background: var(--soft-2); }
.map-section > .container { width: min(1520px, calc(100% - 40px)); }
.map-section .section-head.center { max-width: min(1180px, calc(100% - 40px)); margin-bottom: 28px; }
.map-section .section-head.center h2 { white-space: normal; }
.address-line { padding: 16px; border-left: 4px solid var(--orange); background: #fff; font-weight: 800; }
.map-frame { position: relative; overflow: hidden; min-height: 480px; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); background: linear-gradient(135deg, #dfe8e5, #ffffff); }
.map-frame iframe { display: block; width: 100%; height: 480px; border: 0; }
.map-fallback { position: absolute; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 6px; max-width: 420px; padding: 16px; border-radius: var(--radius); background: rgba(255,255,255,.94); box-shadow: 0 16px 40px rgba(17,18,22,.16); }
.map-fallback strong { font-size: 18px; }
.map-fallback span { color: var(--muted); font-weight: 800; }
.map-fallback a { width: max-content; color: var(--orange-dark); font-weight: 900; }
.led-brochure-intro { background: linear-gradient(135deg, #f7f9fb, #ffffff); }
.led-brochure-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.led-brochure-nav a { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--carbon); background: #fff; text-decoration: none; font-size: 12px; font-weight: 1000; box-shadow: 0 10px 28px rgba(17,18,22,.06); }
.led-brochure-shell { padding: 64px 0; background: #eaf0f6; }
.led-brochure-pages { display: grid; gap: 28px; }
.led-page { position: relative; overflow: hidden; min-height: 680px; display: grid; grid-template-rows: auto 1fr auto; gap: 24px; padding: 34px 42px 26px; border: 1px solid #cbd5e1; border-radius: var(--radius); background: linear-gradient(135deg, #ffffff, #f7fbff); box-shadow: 0 22px 60px rgba(17,18,22,.12); }
.led-page::before { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(255,75,8,.17), rgba(255,75,8,0) 70%); pointer-events: none; }
.led-page.cover::before, .led-page.closing::before { width: 520px; height: 520px; right: -150px; top: -160px; background: radial-gradient(circle, rgba(37,99,235,.2), rgba(255,75,8,.12), rgba(255,75,8,0) 72%); }
.led-page-rail, .led-page-footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--carbon); font-size: 12px; font-weight: 1000; letter-spacing: .02em; text-transform: uppercase; }
.led-page-rail { padding-bottom: 14px; border-bottom: 2px solid var(--carbon); }
.led-page-footer { padding-top: 14px; border-top: 1px solid #cbd5e1; font-size: 11px; color: #475569; text-transform: none; }
.led-page-body { position: relative; z-index: 1; align-self: center; display: grid; gap: 22px; }
.led-page-split { grid-template-columns: minmax(0, .95fr) minmax(300px, .75fr); align-items: center; gap: 34px; }
.led-page h2 { margin: 14px 0 14px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: 0; }
.led-page p { margin: 0; color: #475569; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.58; }
.led-pill-row, .led-content-grid, .led-metric-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.led-pill-row span, .led-content-grid span, .led-metric-row span { display: inline-flex; align-items: center; min-height: 38px; padding: 9px 13px; border: 1px solid #cbd5e1; border-radius: 999px; background: #fff; color: var(--carbon); font-size: 12px; font-weight: 1000; }
.led-content-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.led-content-grid span { justify-content: center; border-radius: var(--radius); text-align: center; }
.led-metric-row span { display: grid; min-width: 120px; min-height: 84px; align-content: center; justify-items: center; border-radius: var(--radius); }
.led-metric-row b { display: block; color: var(--orange); font-size: 24px; line-height: 1; }
.led-check-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.led-check-list li { position: relative; padding-left: 28px; color: #334155; font-weight: 850; }
.led-check-list li::before { content: ""; position: absolute; left: 0; top: .25em; width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--teal)); box-shadow: 0 0 0 4px rgba(255,75,8,.1); }
.led-visual-card, .led-spec-card { min-height: 300px; display: grid; align-content: end; gap: 10px; padding: 24px; border: 1px solid rgba(148,163,184,.52); border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, #111827, #334155); box-shadow: 0 22px 54px rgba(17,18,22,.18); }
.led-visual-card.teal { background: linear-gradient(135deg, #0f766e, #134e4a); }
.led-visual-card.blue { background: linear-gradient(135deg, #1d4ed8, #0f172a); }
.led-visual-card span { color: rgba(255,255,255,.74); font-size: 12px; font-weight: 1000; text-transform: uppercase; }
.led-visual-card strong { font-size: clamp(24px, 2.8vw, 38px); line-height: 1.05; }
.led-spec-card { min-height: 260px; align-content: start; color: var(--carbon); background: linear-gradient(135deg, #ffffff, #eef6ff); }
.led-spec-card strong { font-size: 24px; }
.led-spec-card span { padding: 12px 0; border-bottom: 1px solid #cbd5e1; color: #475569; font-weight: 900; }
.led-spec-card.wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.led-spec-card.wide strong { grid-column: 1 / -1; }
.led-page.phase2 { background: linear-gradient(135deg, #ffffff, #f8fbff 54%, #fff7ed); }
.led-page.phase2 .led-page-body { align-self: stretch; align-content: center; }
.led-wall-card { align-content: space-between; overflow: hidden; }
.led-pixel-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; min-height: 142px; margin-top: 22px; padding: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.led-pixel-wall.large { grid-template-columns: repeat(4, minmax(0, 1fr)); min-height: 166px; }
.led-pixel-wall i { display: block; min-height: 54px; border-radius: 6px; background: radial-gradient(circle at 35% 32%, rgba(255,255,255,.95), rgba(255,255,255,.18) 18%, transparent 19%), linear-gradient(135deg, rgba(255,75,8,.95), rgba(29,78,216,.85)); box-shadow: 0 0 24px rgba(255,255,255,.22), inset 0 0 0 1px rgba(255,255,255,.12); }
.led-pixel-wall i:nth-child(2n) { background: radial-gradient(circle at 35% 32%, rgba(255,255,255,.9), rgba(255,255,255,.16) 18%, transparent 19%), linear-gradient(135deg, #14b8a6, #1d4ed8); }
.led-pixel-wall i:nth-child(3n) { background: radial-gradient(circle at 35% 32%, rgba(255,255,255,.9), rgba(255,255,255,.16) 18%, transparent 19%), linear-gradient(135deg, #f6b73c, #ff4b08); }
.led-foundation-panel, .led-device-stack, .led-process-board, .led-tech-map, .led-contact-card, .led-control-panel { min-height: 300px; display: grid; gap: 12px; padding: 24px; border: 1px solid #cbd5e1; border-radius: var(--radius); background: linear-gradient(135deg, #fff, #eef6ff); box-shadow: 0 22px 54px rgba(17,18,22,.1); }
.led-foundation-panel strong, .led-contact-card strong, .led-control-panel strong { font-size: 24px; line-height: 1.1; }
.led-foundation-panel span, .led-device-stack span, .led-process-board span, .led-tech-map span, .led-control-panel span { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; border: 1px solid #cbd5e1; border-radius: var(--radius); color: #334155; background: #fff; font-weight: 1000; }
.led-tech-map { align-content: center; background: linear-gradient(135deg, #0f172a, #1d4ed8); }
.led-tech-map span { position: relative; color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); }
.led-tech-map span + span::before { content: ""; position: absolute; left: 50%; top: -14px; width: 2px; height: 14px; background: rgba(255,255,255,.46); }
.led-kpi-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.led-kpi-grid span { min-height: 86px; padding: 14px; border: 1px solid #cbd5e1; border-radius: var(--radius); background: #fff; color: #475569; font-weight: 900; }
.led-kpi-grid b { display: block; margin-bottom: 6px; color: var(--orange-dark); font-size: 18px; }
.led-device-stack { align-content: center; background: linear-gradient(135deg, #111827, #334155); }
.led-device-stack span { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.led-process-board { grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; }
.led-process-board span:last-child { grid-column: 1 / -1; }
.led-table-wrap.compact { margin-top: 18px; }
.led-table-wrap.compact table { min-width: 0; }
.led-table-wrap.compact th, .led-table-wrap.compact td { padding: 10px 11px; font-size: 12px; }
.phase2-grid span { display: grid; align-content: center; min-height: 74px; border-radius: var(--radius); }
.phase2-grid b { display: block; color: var(--orange-dark); font-size: 13px; }
.phase2-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }
.phase2-timeline span { min-height: 72px; }
.phase2-metrics span { min-width: 102px; }
.led-contact-card { align-content: center; color: #fff; background: linear-gradient(135deg, #0f766e, #0f172a); }
.led-contact-card p { color: rgba(255,255,255,.82); font-size: 15px; }
.led-contact-card a { display: inline-flex; width: max-content; min-height: 40px; align-items: center; padding: 9px 14px; border-radius: 999px; color: #fff; background: var(--orange); text-decoration: none; font-weight: 1000; }
.led-swatch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.led-swatch-grid span { display: grid; min-height: 92px; align-content: end; gap: 8px; padding: 12px; border: 1px solid #cbd5e1; border-radius: var(--radius); background: #fff; color: #334155; font-weight: 1000; }
.led-swatch-grid span::before { content: ""; display: block; min-height: 34px; border-radius: 999px; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(17,18,22,.08); }
.led-control-panel { align-content: center; background: linear-gradient(135deg, #ffffff, #f0fdfa); }
.led-control-panel span { position: relative; padding-left: 42px; }
.led-control-panel span::before { content: ""; position: absolute; left: 14px; width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--teal)); box-shadow: 0 0 0 5px rgba(255,75,8,.1); }
.led-page.phase3 { background: linear-gradient(135deg, #ffffff, #f9fbff 54%, #eefaf7); }
.led-page.phase3 .led-page-body { align-self: stretch; align-content: center; }
.led-signal-loop, .led-moisture-panel, .led-eye-panel, .led-power-path, .led-connector-card, .led-cable-card, .led-thermal-panel, .led-install-kit, .led-scenario-flow, .led-scene-card, .led-command-grid {
  min-height: 300px;
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 24px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff, #eef6ff);
  box-shadow: 0 22px 54px rgba(17,18,22,.1);
}
.led-signal-loop strong, .led-moisture-panel strong, .led-eye-panel strong, .led-power-path strong, .led-connector-card strong, .led-cable-card strong, .led-thermal-panel strong, .led-install-kit strong, .led-scenario-flow strong, .led-scene-card strong {
  font-size: 24px;
  line-height: 1.1;
}
.led-signal-loop span, .led-moisture-panel span, .led-eye-panel span, .led-power-path span, .led-connector-card span, .led-cable-card span, .led-thermal-panel span, .led-install-kit span, .led-scenario-flow span, .led-scene-card span, .led-command-grid span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  color: #334155;
  background: #fff;
  font-weight: 1000;
}
.led-signal-loop { background: linear-gradient(135deg, #0f172a, #1d4ed8); }
.led-signal-loop strong, .led-signal-loop span { color: #fff; }
.led-signal-loop span { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); }
.led-signal-loop span:nth-child(3), .led-signal-loop span:nth-child(6) { background: rgba(255,75,8,.24); }
.led-signal-loop span + span::before, .led-scenario-flow span + span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  width: 2px;
  height: 14px;
  background: rgba(37,99,235,.4);
}
.led-moisture-panel { background: linear-gradient(135deg, #f0fdfa, #ffffff); }
.led-moisture-panel span::before { content: ""; width: 13px; height: 18px; margin-right: 10px; border-radius: 999px 999px 999px 2px; background: linear-gradient(135deg, #06b6d4, #0d9488); transform: rotate(35deg); }
.led-eye-panel { background: radial-gradient(circle at 80% 20%, rgba(29,78,216,.16), transparent 34%), linear-gradient(135deg, #fff, #eef6ff); }
.led-eye-panel span::before { content: ""; width: 18px; height: 11px; margin-right: 10px; border: 2px solid #1d4ed8; border-radius: 50%; background: radial-gradient(circle, #1d4ed8 0 3px, transparent 4px); }
.led-power-path { background: linear-gradient(135deg, #111827, #3b2f18); }
.led-power-path strong, .led-power-path span { color: #fff; }
.led-power-path span { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.led-power-path span::before { content: ""; width: 16px; height: 16px; margin-right: 10px; background: #f6b73c; clip-path: polygon(44% 0, 100% 0, 60% 42%, 100% 42%, 34% 100%, 50% 55%, 0 55%); }
.led-connector-card { grid-template-columns: repeat(2, minmax(0, 1fr)); background: linear-gradient(135deg, #fff, #f8fafc); }
.led-connector-card strong { grid-column: 1 / -1; }
.led-connector-card span { min-height: 74px; justify-content: center; text-align: center; }
.led-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.led-service-grid span { min-height: 76px; padding: 14px; border: 1px solid #cbd5e1; border-radius: var(--radius); background: #fff; color: #475569; font-weight: 1000; }
.led-cable-card { background: linear-gradient(135deg, #fff, #fff7ed); }
.led-cable-card span::before { content: ""; width: 24px; height: 3px; margin-right: 10px; border-radius: 99px; background: linear-gradient(90deg, var(--orange), var(--blue)); box-shadow: 12px 7px 0 rgba(13,148,136,.45); }
.led-thermal-panel { background: linear-gradient(135deg, #f8fafc, #eff6ff); }
.led-thermal-panel span::before { content: ""; width: 17px; height: 17px; margin-right: 10px; border-radius: 50%; background: conic-gradient(from 20deg, #ff4b08, #f6b73c, #1d4ed8, #0d9488, #ff4b08); }
.phase3-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }
.phase3-timeline span { min-height: 72px; }
.led-install-kit { grid-template-columns: repeat(2, minmax(0, 1fr)); background: linear-gradient(135deg, #fff, #f0fdfa); }
.led-install-kit strong { grid-column: 1 / -1; }
.led-scenario-flow { background: linear-gradient(135deg, #0f172a, #0f766e); }
.led-scenario-flow strong, .led-scenario-flow span { color: #fff; }
.led-scenario-flow span { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); }
.phase3-metrics span { min-width: 118px; }
.led-scene-card.retail { background: linear-gradient(135deg, #fff7ed, #fff); }
.led-scene-card.retail span::before { content: ""; width: 16px; height: 16px; margin-right: 10px; border-radius: 4px; background: linear-gradient(135deg, var(--orange), #f6b73c); }
.led-command-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); background: linear-gradient(135deg, #0f172a, #1d4ed8); }
.led-command-grid span { min-height: 72px; justify-content: center; color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); text-align: center; }
.led-page.phase4 { background: linear-gradient(135deg, #ffffff, #f8fafc 54%, #fff7ed); }
.led-page.phase4 .led-page-body { align-self: stretch; align-content: center; }
.led-showcase-grid, .led-spec-groups, .led-processor-grid, .led-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.led-showcase-grid span, .led-spec-groups span, .led-processor-grid span, .led-story-grid span {
  display: grid;
  min-height: 74px;
  align-content: center;
  gap: 5px;
  padding: 14px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  background: #fff;
  color: #334155;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(17,18,22,.06);
}
.led-showcase-grid span::before {
  content: "";
  width: 26px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
}
.led-spec-groups b, .led-processor-grid b, .led-story-grid b { display: block; color: var(--orange-dark); font-size: 13px; text-transform: uppercase; }
.led-range-hero, .led-module-diagram, .led-outdoor-board, .led-controller-panel, .led-playback-card, .led-case-visual, .led-closing-mark {
  min-height: 310px;
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 24px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  color: #fff;
  box-shadow: 0 22px 54px rgba(17,18,22,.1);
}
.led-range-hero strong, .led-module-diagram strong, .led-outdoor-board strong, .led-controller-panel strong, .led-playback-card strong, .led-case-visual strong, .led-closing-mark strong {
  font-size: 28px;
  line-height: 1.08;
}
.led-range-hero span, .led-module-diagram span, .led-outdoor-board span, .led-controller-panel span, .led-playback-card span, .led-case-visual span, .led-closing-mark span, .led-closing-mark i {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  background: rgba(255,255,255,.1);
  color: #fff;
  font-style: normal;
  font-weight: 1000;
}
.led-range-hero i {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  background: rgba(255,255,255,.12);
  font-style: normal;
  font-weight: 1000;
}
.led-module-diagram, .led-playback-card { background: linear-gradient(135deg, #fff, #eef6ff); color: var(--carbon); }
.led-module-diagram strong, .led-playback-card strong { color: var(--carbon); }
.led-module-diagram span, .led-playback-card span { color: #334155; border-color: #cbd5e1; background: #fff; }
.led-outdoor-board { background: linear-gradient(135deg, #111827, #3b2f18); }
.led-controller-panel { background: linear-gradient(135deg, #0f766e, #0f172a); }
.led-product-table { margin-top: 18px; }
.led-product-table table { min-width: 0; }
.led-product-table th, .led-product-table td { padding: 11px 12px; font-size: 12px; }
.phase4-metrics span { min-width: 108px; }
.led-contact-card.phase4-contact { display: grid; gap: 10px; color: #fff; background: linear-gradient(135deg, #0f172a, #0f766e); }
.led-contact-card.phase4-contact span { display: block; padding: 10px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.09); font-weight: 900; }
.led-case-visual.command { background: radial-gradient(circle at 18% 20%, rgba(255,75,8,.24), transparent 28%), linear-gradient(135deg, #0f172a, #1d4ed8); }
.led-case-visual.stage { background: radial-gradient(circle at 78% 26%, rgba(246,183,60,.32), transparent 28%), linear-gradient(135deg, #1f2937, #7c2d12); }
.led-case-visual.outdoor { background: radial-gradient(circle at 80% 24%, rgba(13,148,136,.32), transparent 30%), linear-gradient(135deg, #0f172a, #14532d); }
.led-closing-mark { min-height: 340px; text-align: center; justify-items: center; background: linear-gradient(135deg, #0f172a, #1d4ed8 55%, #ff4b08); }
.led-closing-mark strong { font-size: 34px; }
.led-closing-mark span, .led-closing-mark i { justify-content: center; min-width: 240px; }
.led-timeline { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
.led-timeline span { display: grid; min-height: 110px; place-items: center; padding: 12px; border: 1px solid #cbd5e1; border-radius: var(--radius); background: #fff; color: var(--carbon); font-size: 13px; font-weight: 1000; text-align: center; }
.led-table-wrap { overflow-x: auto; margin-top: 24px; border: 1px solid #94a3b8; border-radius: var(--radius); background: #fff; }
.led-table-wrap table { width: 100%; border-collapse: collapse; min-width: 620px; }
.led-table-wrap th, .led-table-wrap td { padding: 13px 14px; border: 1px solid #cbd5e1; text-align: left; vertical-align: top; }
.led-table-wrap th { background: #eef2f7; color: var(--carbon); font-size: 12px; text-transform: uppercase; }
.led-table-wrap td { color: #334155; font-weight: 800; }
.led-actions { justify-content: start; margin-top: 26px; }
.cta-panel { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 34px; color: #fff; border-radius: var(--radius); background: linear-gradient(135deg, var(--carbon), #252a32); box-shadow: var(--shadow); }
.cta-panel p { color: rgba(255,255,255,.76); max-width: 700px; }
.cta-panel .eyebrow { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.08); }
.calibration-hero .hero-center { max-width: 1040px; }
.calibration-heading-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .68fr); gap: 30px; align-items: stretch; }
.calibration-pill-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.calibration-pill-list span {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: #334155;
  font-weight: 850;
  line-height: 1.42;
  box-shadow: 0 14px 34px rgba(17,18,22,.06);
}
.calibration-signal-panel, .portal-mockup {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: radial-gradient(circle at 92% 12%, rgba(255,75,8,.22), transparent 30%), linear-gradient(135deg, #0f172a, #234bd7);
  color: #fff;
  box-shadow: var(--shadow);
}
.calibration-signal-panel strong, .portal-mockup strong { font-size: clamp(28px, 3.1vw, 46px); line-height: 1.04; }
.calibration-signal-panel ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.calibration-signal-panel li, .portal-mockup > span:not(.cal-icon) {
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(255,255,255,.11);
  font-weight: 950;
  line-height: 1.35;
}
.calibration-scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cal-scope-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.cal-scope-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -28px;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,75,8,.14), rgba(16,185,129,.14));
}
.cal-scope-card h3 { margin: 18px 0 12px; font-size: 24px; line-height: 1.1; text-align: center; }
.cal-scope-card ul { display: grid; gap: 9px; margin: 0; padding-left: 18px; color: #475569; font-weight: 760; line-height: 1.45; }
.cal-scope-card .cal-icon { margin-inline: auto; }
.standards-grid { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(520px, 1fr); gap: 24px; align-items: stretch; }
.trace-card, .certification-board, .portal-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.trace-card h3, .portal-card h3 { margin: 12px 0 8px; font-size: 28px; }
.trace-card p { color: #475569; font-weight: 780; line-height: 1.55; }
.traceability-flow { display: grid; grid-template-columns: 1fr; gap: 8px; align-items: center; margin-top: 20px; }
.traceability-flow span {
  min-height: 58px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  justify-items: start;
  padding: 10px 12px;
  border: 1px solid #d7dfe8;
  border-radius: var(--radius);
  background: #f8fafc;
  color: var(--carbon);
  font-weight: 1000;
  text-align: left;
}
.traceability-flow span .cal-icon { width: 34px; height: 34px; border-radius: 12px; }
.traceability-flow span .cal-icon::before { width: 18px; height: 18px; }
.traceability-flow i { color: var(--orange-dark); font-style: normal; font-weight: 1000; justify-self: center; line-height: 1; transform: rotate(90deg); }
.certification-board { display: grid; gap: 10px; align-content: center; }
.certification-board article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid #dde5ee;
  border-radius: var(--radius);
  background: linear-gradient(90deg, #fff, #f8fbff);
}
.certification-board article .cal-icon { width: 38px; height: 38px; border-radius: 13px; }
.certification-board article .cal-icon::before { width: 19px; height: 19px; }
.certification-board article > div { display: grid; grid-template-columns: 150px 1fr; gap: 12px; align-items: start; }
.certification-board b { color: #18345c; font-weight: 1000; }
.certification-board span { color: #334155; font-weight: 820; line-height: 1.42; }
.portal-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr); gap: 24px; align-items: stretch; }
.calibration-list { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.calibration-list li { position: relative; padding-left: 28px; color: #475569; font-weight: 850; line-height: 1.45; }
.calibration-list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 12px; height: 12px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--teal)); box-shadow: 0 0 0 4px rgba(255,75,8,.12); }
.certificate-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.certificate-feature-card {
  min-height: 148px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: #334155;
  box-shadow: 0 14px 36px rgba(17,18,22,.06);
}
.certificate-feature-card h3 { margin: 0; font-size: 18px; line-height: 1.35; }
.calibration-process { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.calibration-process .process-card {
  grid-column: span 3;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: start;
  min-height: 250px;
  padding: 24px 18px;
  gap: 10px;
  text-align: center;
}
.calibration-process .process-card:nth-child(5) { grid-column: 3 / span 3; }
.calibration-process .process-card > .cal-icon { width: 58px; height: 58px; border-radius: 18px; }
.calibration-process .process-card > .cal-icon::before { width: 28px; height: 28px; }
.calibration-process .process-card small {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-top: -22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--carbon), var(--blue));
  color: #fff;
  font-size: 11px;
  font-weight: 1000;
  box-shadow: 0 10px 22px rgba(17,18,22,.18);
}
.calibration-process .process-card h3 { margin-top: 4px; font-size: 18px; text-align: center; }
.calibration-process .process-card p { max-width: 230px; margin: 0 auto; font-size: 14px; line-height: 1.42; text-align: center; }
.facility-panel {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr);
  gap: 26px;
  align-items: center;
  padding: 38px;
  color: #fff;
  border-radius: var(--radius);
  background: radial-gradient(circle at 95% 8%, rgba(255,75,8,.28), transparent 26%), linear-gradient(135deg, #10151d, #202733);
  box-shadow: var(--shadow);
}
.facility-panel .eyebrow { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.08); }
.facility-panel h2 { margin: 16px 0; color: #fff; font-size: clamp(32px, 4vw, 58px); line-height: 1.05; }
.facility-panel p { color: rgba(255,255,255,.78); font-weight: 760; line-height: 1.55; }
.facility-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; min-width: 0; }
.facility-contact-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
}
.facility-contact-card b { color: #fff; font-size: 17px; }
.facility-contact-card a, .facility-contact-card span { min-width: 0; color: rgba(255,255,255,.86); font-weight: 850; line-height: 1.35; overflow-wrap: anywhere; text-decoration: none; }
.facility-panel .cta-actions { grid-column: 1 / -1; justify-content: center; }
.cal-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  box-shadow: 0 16px 30px rgba(37,99,235,.18);
}
.cal-icon::before { content: ""; width: 24px; height: 24px; background: currentColor; mask: var(--cal-icon) center / contain no-repeat; -webkit-mask: var(--cal-icon) center / contain no-repeat; }
.cal-icon.electronics { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h10v4h4v10h-4v4H7v-4H3V7h4V3Zm2 2v14h6V5H9Zm8 4v6h2V9h-2ZM5 9v6h2V9H5Z'/%3E%3C/svg%3E"); }
.cal-icon.mechanical { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v3H4V5Zm2 5h12v3H6v-3Zm2 5h8v3H8v-3Zm11 2h3v3h-3v-3ZM2 17h3v3H2v-3Z'/%3E%3C/svg%3E"); }
.cal-icon.chemistry { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h6v2h-1v5.4l5 8.6a3 3 0 0 1-2.6 4.5H7.6A3 3 0 0 1 5 18l5-8.6V4H9V2Zm3 8.2L7.3 19a1 1 0 0 0 .8 1.5h7.8a1 1 0 0 0 .8-1.5L12 10.2ZM9 16h6v2H9v-2Z'/%3E%3C/svg%3E"); }
.cal-icon.thermal { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 3a4 4 0 0 1 4 4v6.1a6 6 0 1 1-8 0V7a4 4 0 0 1 4-4Zm0 2a2 2 0 0 0-2 2v7l-.5.4a4 4 0 1 0 5 0L13 14V7a2 2 0 0 0-2-2Zm-1 8h2v5h-2v-5Z'/%3E%3C/svg%3E"); }
.cal-icon.trace { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.3 9.5 8 11 4.7-1.5 8-5.8 8-11V5l-8-3Zm-1 14-4-4 1.4-1.4L11 13.2l5.6-5.6L18 9l-7 7Z'/%3E%3C/svg%3E"); }
.cal-icon.portal { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18v13H3V4Zm2 2v9h14V6H5Zm4 13h6v2H9v-2Zm-2-8h7v2H7v-2Zm0-3h10v2H7V8Z'/%3E%3C/svg%3E"); }
.cal-icon.certificate { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v15H6V2Zm8 2H8v16h10V8h-4V4ZM9 11h8v2H9v-2Zm0 4h8v2H9v-2Z'/%3E%3C/svg%3E"); }
.cal-icon.process { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5h4v4H5V5Zm10 0h4v4h-4V5ZM5 15h4v4H5v-4Zm10 0h4v4h-4v-4ZM9 7h6v2H9V7Zm3 2h2v8H9v-2h3V9Z'/%3E%3C/svg%3E"); }
.cal-icon.facility { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 21V8l7-4 7 4v13h-2v-5H9v5H3Zm2-2h2v-5h10v5h-2v-3H9v3h4v-1H9v1H5Zm0-7h10V9l-5-2.8L5 9v3Zm12 9V11h4v10h-4Z'/%3E%3C/svg%3E"); }
.cal-icon.quality, .cal-icon.equipment, .cal-icon.seal { --cal-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 2.3 5 5.4.6-4 3.7 1.1 5.3L12 14l-4.8 2.6 1.1-5.3-4-3.7 5.4-.6L12 2Zm0 4.8-.9 1.9-2 .2 1.5 1.4-.4 2 1.8-1 1.8 1-.4-2 1.5-1.4-2-.2-.9-1.9Z'/%3E%3C/svg%3E"); }
.calibration-page .reveal { opacity: 1; transform: none; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .96fr) minmax(380px, .78fr); gap: 28px; align-items: stretch; }
.contact-form, .contact-panel { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; color: var(--carbon); font-weight: 900; }
.form-heading p { margin-top: -4px; color: var(--muted); font-weight: 800; }
.field-label { display: inline-flex; align-items: center; gap: 4px; }
.required-star { color: var(--orange-dark); font-weight: 1000; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 14px; outline: 0; background: #fff; font-weight: 700; }
.contact-form input:required, .contact-form select:required, .contact-form textarea:required { border-color: rgba(255,75,8,.28); box-shadow: inset 0 0 0 1px rgba(255,75,8,.08); }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form .form-actions { justify-content: flex-start; }
.whatsapp-button { color: #fff; background: var(--green); box-shadow: 0 16px 34px rgba(37,211,102,.28); }
.whatsapp-button img { width: 20px; height: 20px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
[data-form-status] { padding: 12px 14px; border-radius: var(--radius); background: var(--soft); font-weight: 800; }
[data-form-status].success { color: #166534; background: #dcfce7; }
[data-form-status].error { color: #991b1b; background: #fee2e2; }
.contact-panel { display: grid; gap: 20px; align-content: start; }
.contact-panel h2 { margin: 14px 0 10px; font-size: clamp(26px, 3vw, 38px); line-height: 1.04; }
.contact-panel p { margin: 0; color: var(--muted); font-weight: 760; }
.contact-logo-card { display: grid; place-items: center; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 38px rgba(17,18,22,.08); }
.contact-logo-card img { width: min(340px, 100%); display: block; }
.contact-visual { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(17,18,22,.12); }
.contact-detail-list { display: grid; gap: 12px; padding: 18px; border-radius: var(--radius); background: linear-gradient(145deg, #f8fafb, #ffffff); border: 1px solid var(--line); }
.contact-panel a { color: var(--orange-dark); font-weight: 900; }
.contact-whatsapp-link { display: inline-flex; width: max-content; max-width: 100%; align-items: center; gap: 8px; padding: 10px 12px; border-radius: var(--radius); color: #fff !important; background: var(--green); box-shadow: 0 14px 30px rgba(37,211,102,.24); }
.contact-whatsapp-link img { width: 20px; height: 20px; }
.legal-document-section { background: linear-gradient(135deg, #f7f9fb, #ffffff); }
.legal-document { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.legal-document-header { display: grid; grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr); gap: 28px; align-items: center; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-logo-card { display: grid; place-items: center; min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 40px rgba(17,18,22,.08); }
.legal-logo-card img { width: min(360px, 100%); display: block; }
.legal-document-header h2 { margin: 16px 0 10px; font-size: clamp(30px, 4vw, 52px); line-height: 1.02; }
.legal-document-header p { margin: 0; color: var(--muted); font-size: 17px; }
.legal-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 22px 0 0; }
.legal-meta div { padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.legal-meta dt { color: var(--muted); font-size: 11px; font-weight: 1000; text-transform: uppercase; }
.legal-meta dd { margin: 4px 0 0; color: var(--carbon); font-weight: 950; overflow-wrap: anywhere; }
.legal-toc { margin: 26px 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #ffffff, #f5faf8); }
.legal-toc h3 { margin: 0 0 14px; font-size: 18px; }
.legal-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.legal-toc a { display: flex; align-items: center; gap: 10px; min-height: 42px; color: var(--carbon); text-decoration: none; font-weight: 900; }
.legal-toc a span { display: grid; width: 34px; height: 34px; place-items: center; flex: 0 0 34px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--orange), var(--teal)); font-size: 11px; }
.legal-prose { display: grid; gap: 18px; }
.legal-prose-block { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.legal-section-number { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #fff; background: var(--carbon); font-weight: 1000; }
.legal-prose-block h3 { margin: 0 0 10px; font-size: clamp(22px, 2.5vw, 32px); line-height: 1.08; }
.legal-prose-block h4 { margin: 18px 0 8px; color: var(--orange-dark); font-size: 13px; text-transform: uppercase; }
.legal-prose-block p { margin: 0; color: var(--muted); font-size: 16.5px; }
.site-footer { color: #fff; background: #0b0d10; }
.footer-top { display: grid; grid-template-columns: minmax(280px, 1.4fr) 1fr 1fr 1.15fr; gap: 34px; padding: 62px 0 34px; }
.footer-logo { width: min(360px, 100%); display: block; margin-bottom: 18px; background: #fff; border-radius: var(--radius); padding: 10px; }
.footer-brand p, .footer-contact span, .footer-bottom, .footer-links a { color: rgba(255,255,255,.72); }
.footer-links, .footer-contact { display: grid; gap: 10px; align-content: start; }
.footer-links h2, .footer-contact h2 { margin: 0 0 8px; font-size: 15px; text-transform: uppercase; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.82); font-weight: 800; text-decoration: none; }
.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-link { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-weight: 900; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.social-link:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(255,75,8,.18); }
.social-link img { width: 24px; height: 24px; display: block; border-radius: 5px; }
.footer-cert-row { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-cert-row span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.82); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0 28px; font-size: 13px; }
.footer-legal-links { display: flex; gap: 14px; }
.footer-legal-links a { color: #fff; text-decoration: none; font-weight: 900; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 18px 42px rgba(37,211,102,.38); }
.whatsapp-float img { position: relative; z-index: 1; width: 32px; height: 32px; }
.whatsapp-pulse { position: absolute; inset: -8px; border-radius: inherit; border: 2px solid rgba(37,211,102,.65); animation: whatsapp-pulse 1.65s infinite; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes card-pulse { 0%,100% { transform: scale(1); opacity: .75; } 50% { transform: scale(1.18); opacity: .38; } }
@keyframes float-soft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulse-glow { 0%,100% { transform: scale(.9); opacity: .8; } 50% { transform: scale(1.18); opacity: .42; } }
@keyframes whatsapp-pulse { 0% { transform: scale(.82); opacity: .85; } 100% { transform: scale(1.24); opacity: 0; } }
.core-solutions-section { background: linear-gradient(135deg, #fff, #f7fbfb); }
.core-solutions-section .section-layout { grid-template-columns: 1fr; gap: 18px; justify-items: center; text-align: center; }
.core-solutions-section .section-head { max-width: 940px; margin-right: auto; margin-left: auto; text-align: center; }
.slider-controls { display: inline-flex; justify-self: end; gap: 10px; }
.core-solutions-section .slider-controls { justify-self: center; }
.slider-controls button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--carbon); font-size: 28px; font-weight: 900; cursor: pointer; box-shadow: 0 12px 28px rgba(17,18,22,.08); }
.core-slider { display: flex; gap: 18px; overflow-x: auto; padding: 8px 4px 22px; scroll-behavior: auto; scrollbar-width: thin; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.core-solution-card { position: relative; flex: 0 0 min(430px, 84vw); min-height: 500px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateZ(0); transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease; }
.core-solution-card:hover { transform: translateY(-8px) rotate(.35deg); box-shadow: 0 30px 76px rgba(17,18,22,.16); border-color: rgba(255,75,8,.34); }
.core-solution-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,.34), transparent 58%); transform: translateX(-120%); animation: solution-shine 5.4s ease-in-out infinite; }
.core-solution-card:nth-child(2n)::after { animation-delay: 1.1s; }
.core-solution-card img { width: 100%; height: 260px; object-fit: cover; display: block; }
.core-solution-card div { min-height: 240px; padding: 24px; background: linear-gradient(145deg, #fff, #f3faf8); }
.core-solution-card span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--orange), var(--teal)); font-weight: 1000; }
.core-solution-card h3 { margin: 18px 0 10px; font-size: 26px; line-height: 1.08; }
.core-solution-card p { color: var(--muted); margin: 0; }
.core-solution-card a { display: inline-flex; margin-top: 18px; color: var(--orange-dark); font-weight: 1000; text-decoration: none; }
.faq-grid { display: none; }
.faq-list { max-width: 930px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 28px rgba(17,18,22,.05); overflow: hidden; }
.faq-item summary { display: grid; grid-template-columns: 1fr 34px; gap: 16px; align-items: center; min-height: 76px; padding: 20px 22px; cursor: pointer; list-style: none; font-size: 20px; font-weight: 1000; line-height: 1.18; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { position: relative; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--soft); }
.faq-item summary i::before, .faq-item summary i::after { content: ""; position: absolute; width: 15px; height: 3px; border-radius: 99px; background: var(--carbon); transition: transform .2s ease; }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i::after { transform: rotate(0deg); }
.faq-item p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 16px; }
.strategy-grid { align-items: stretch; }
.strategy-card { border: 0; color: #111216; background: linear-gradient(145deg, #fff, #eefaf7); box-shadow: 0 18px 44px rgba(17,18,22,.08); }
.strategy-card:nth-child(2) { background: linear-gradient(145deg, #fff, #f2f5ff); }
.strategy-card:nth-child(3) { background: linear-gradient(145deg, #fff, #fff7e5); }
.strategy-card:nth-child(4) { background: linear-gradient(145deg, #fff, #f7f3ff); }
.strategy-card:nth-child(5) { background: linear-gradient(145deg, #fff, #eef6ff); }
.why-card { animation: why-drift 7s ease-in-out infinite; }
.why-card:nth-child(2) { animation-delay: .8s; }
.why-card:nth-child(3) { animation-delay: 1.6s; }
@keyframes why-drift { 0%,100% { transform: translateX(-8px) translateY(0); } 50% { transform: translateX(8px) translateY(-6px); } }
@keyframes solution-shine { 0%, 45% { transform: translateX(-120%); opacity: 0; } 58% { opacity: .8; } 78%, 100% { transform: translateX(120%); opacity: 0; } }
.floating-actions { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; gap: 14px; justify-items: end; }
.floating-actions .whatsapp-float { position: relative; right: auto; bottom: auto; }
.call-float { position: relative; display: grid; width: 62px; height: 62px; place-items: center; border: 0; border-radius: 50%; background: var(--orange); box-shadow: 0 18px 42px rgba(255,75,8,.34); cursor: pointer; }
.call-float img { position: relative; z-index: 1; width: 32px; height: 32px; }
.call-pulse { position: absolute; inset: -8px; border-radius: inherit; border: 2px solid rgba(255,75,8,.55); animation: whatsapp-pulse 1.85s infinite; }
.call-panel { position: absolute; right: 0; bottom: 154px; display: grid; gap: 10px; width: min(300px, calc(100vw - 40px)); padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.call-panel a { display: grid; gap: 2px; padding: 12px 14px; border-radius: var(--radius); color: var(--carbon); background: var(--soft); text-decoration: none; }
.call-panel a:hover { background: #fff1eb; }
.call-panel strong { font-size: 12px; text-transform: uppercase; color: var(--orange-dark); }
.call-panel span { font-weight: 1000; }
.site-footer { background: radial-gradient(circle at 20% 0%, rgba(255,75,8,.16), transparent 28%), linear-gradient(135deg, #080a0d, #111720); }
.footer-top { grid-template-columns: minmax(300px, 1.36fr) minmax(210px, .7fr) minmax(330px, 1.08fr) minmax(310px, 1fr); gap: 28px; }
.footer-logo-card { display: grid; place-items: center; margin-bottom: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.18); }
.footer-logo { width: min(360px, 100%); margin: 0; padding: 0; background: transparent; }
.footer-links, .footer-contact { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.footer-links h2, .footer-contact h2 { color: #fff; letter-spacing: .02em; }
.footer-links a { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); white-space: nowrap; font-size: 14.5px; line-height: 1.25; }
.footer-links a::after { content: "›"; color: var(--orange); font-weight: 1000; }
.footer-contact a { width: max-content; max-width: 100%; }
.footer-cert-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 22px 0; }
.footer-cert-row span { display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; gap: 2px 12px; align-items: center; min-height: 82px; padding: 14px; border-radius: var(--radius); background: rgba(255,255,255,.08); }
.footer-cert-row img { grid-row: 1 / span 2; width: 50px; height: 50px; display: block; }
.footer-cert-row b { font-size: 15px; color: #fff; }
.footer-cert-row small { color: rgba(255,255,255,.7); font-weight: 800; }
.footer-links a::after { content: ">"; }
.footer-cert-row { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.footer-cert-row span { grid-template-columns: 86px 1fr; grid-template-rows: auto; min-height: 88px; }
.footer-cert-row img { width: 82px; height: 58px; object-fit: contain; border-radius: 6px; background: rgba(255,255,255,.92); padding: 5px; }
.footer-cert-row b { font-size: 20px; }
.footer-cert-row small { display: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1080px) {
  .header-shell { grid-template-columns: auto 1fr 52px 44px; justify-content: stretch; gap: 10px; }
  .header-nav, .header-search, .site-header .button.compact { display: none; }
  .site-header a.certificate-login-link.button.compact {
    display: inline-flex !important;
    order: 2;
    grid-column: 3;
    justify-self: end;
    width: 52px;
    min-height: 48px;
    flex-direction: column;
    gap: 2px;
    padding: 5px 7px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 1;
  }
  .certificate-login-link::before {
    width: 17px;
    height: 17px;
  }
  .nav-toggle { display: flex; grid-column: 4; justify-self: end; order: 3; }
  .site-header.nav-active .header-nav { position: fixed; top: 86px; left: 0; right: 0; display: grid; justify-items: center; gap: 0; padding: 18px 20px 24px; background: #fff; box-shadow: 0 22px 54px rgba(17,18,22,.16); }
  .site-header.nav-active .header-nav a { padding: 14px; }
  .site-header.nav-active .nav-dropdown { justify-items: center; width: min(360px, 100%); }
  .site-header.nav-active .nav-dropdown-menu {
    position: static;
    width: min(320px, calc(100vw - 52px));
    margin: 4px 0 8px;
    padding: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: #f8fafc;
  }
  .site-header.nav-active .nav-dropdown-menu a { padding: 9px 12px; text-align: center; }
  .brand img { width: 190px; }
  .card-grid, .strategy-grid, .footer-top, .family-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid.preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-cert-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calibration-heading-grid, .standards-grid, .portal-grid, .facility-panel { grid-template-columns: 1fr; }
  .calibration-pill-list, .facility-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calibration-scope-grid, .certificate-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calibration-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calibration-process .process-card,
  .calibration-process .process-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .container { width: min(var(--container), calc(100% - 32px)); }
  .hero, .hero-home, .hero-inner { min-height: 74vh; }
  .hero-center { width: min(340px, calc(100vw - 32px)); max-width: calc(100vw - 32px); margin-left: 16px; margin-right: 16px; padding: 64px 0; overflow: hidden; }
  .hero-center h1 { width: 100%; max-width: 340px; font-size: clamp(28px, 8vw, 32px); line-height: 1.12; text-wrap: wrap; overflow-wrap: anywhere; word-break: normal; }
  .hero-home .hero-center h1 { margin-top: 18px; font-size: clamp(28px, 8vw, 32px); }
  .hero-home .hero-center h1 span { display: inline; }
  .hero-home .hero-center h1 span + span::before { content: " "; }
  .hero-center p { width: 100%; max-width: 330px; font-size: 15px; overflow-wrap: anywhere; }
  .hero-search { grid-template-columns: 1fr; width: 100%; max-width: 340px; border-radius: var(--radius); }
  .hero-home .hero-search { margin-bottom: 20px; }
  .hero-search input { min-height: 42px; text-align: center; }
  .hero-search button { min-height: 42px; }
  .eyebrow { max-width: 330px; justify-content: center; text-align: center; white-space: normal; overflow-wrap: anywhere; font-size: 11px; }
  .section { padding: 64px 0; }
  .section-layout, .split-layout, .contact-layout, .legal-document-header, .legal-toc ol, .calibration-heading-grid, .standards-grid, .portal-grid, .facility-panel { grid-template-columns: 1fr; }
  .card-grid, .faq-grid, .category-grid, .media-rail, .why-grid, .metric-grid, .product-grid, .product-grid.preview, .footer-top, .form-grid,
  .calibration-scope-grid, .certificate-feature-grid, .calibration-process, .calibration-pill-list, .facility-contact-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; }
  .product-card img { height: 220px; }
  .cta-panel { display: grid; }
  .cta-actions, .hero-actions, .form-actions { display: grid; width: 100%; justify-content: stretch; }
  .hero-actions .button, .cta-actions .button, .form-actions .button { width: 100%; max-width: 340px; }
  .footer-bottom { display: grid; }
  .footer-links a { white-space: normal; }
  .footer-cert-row { grid-template-columns: 1fr; }
  .legal-document { padding: 20px; }
  .legal-meta, .legal-prose-block { grid-template-columns: 1fr; }
  .calibration-signal-panel, .portal-mockup, .portal-card, .trace-card, .certification-board, .facility-panel { padding: 22px; }
  .certification-board article { grid-template-columns: 1fr; }
  .certification-board article > div { grid-template-columns: 1fr; }
  .calibration-process .process-card,
  .calibration-process .process-card:nth-child(5) { grid-column: auto; }
  .calibration-process .process-card { min-height: auto; }
  .led-brochure-shell { padding: 36px 0; }
  .led-page { min-height: auto; padding: 22px; gap: 18px; }
  .led-page-rail, .led-page-footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .led-page-split, .led-spec-card.wide { grid-template-columns: 1fr; }
  .led-page h2 { font-size: clamp(28px, 8vw, 38px); }
  .led-content-grid, .led-timeline { grid-template-columns: 1fr; }
  .led-kpi-grid, .led-process-board, .phase2-timeline, .led-swatch-grid { grid-template-columns: 1fr; }
  .led-connector-card, .led-service-grid, .phase3-timeline, .led-install-kit, .led-command-grid,
  .led-showcase-grid, .led-spec-groups, .led-processor-grid, .led-story-grid { grid-template-columns: 1fr; }
  .led-foundation-panel, .led-device-stack, .led-process-board, .led-tech-map, .led-contact-card, .led-control-panel,
  .led-signal-loop, .led-moisture-panel, .led-eye-panel, .led-power-path, .led-connector-card, .led-cable-card, .led-thermal-panel, .led-install-kit, .led-scenario-flow, .led-scene-card, .led-command-grid,
  .led-range-hero, .led-module-diagram, .led-outdoor-board, .led-controller-panel, .led-playback-card, .led-case-visual, .led-closing-mark { min-height: 220px; }
  .led-pixel-wall, .led-pixel-wall.large { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .led-table-wrap.compact table { min-width: 520px; }
  .led-visual-card, .led-spec-card { min-height: 220px; }
  .led-table-wrap table { min-width: 560px; }
  .slider-controls { justify-self: start; }
  .core-solution-card { flex-basis: min(330px, 86vw); min-height: 460px; }
  .core-solution-card img { height: 210px; }
  .floating-actions { right: 14px; bottom: 18px; gap: 10px; }
  .call-float, .floating-actions .whatsapp-float { width: 56px; height: 56px; }
  .call-panel { bottom: 136px; }
  .page-nav-strip { top: 86px; overflow: visible; }
  .page-nav-strip .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(var(--container), calc(100% - 116px));
    gap: 8px;
    margin-left: 16px;
    margin-right: auto;
    min-height: 0;
    padding: 10px 0;
    white-space: normal;
  }
  .page-nav-strip a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 8px;
    background: #fff;
    font-size: 10.5px;
    line-height: 1.15;
    text-align: center;
  }
  .page-nav-strip a:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .contact-page .floating-actions { bottom: 18px; }
  .contact-page .contact-form { max-width: 100%; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }
}

.footer-links a {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer-links a::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") center / 13px 13px no-repeat;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.footer-links a[href="about"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c1.8-4 14.2-4 16 0'/%3E%3C/svg%3E");
}

.footer-links a[href="services"]::before,
.footer-links a[href="industrial-solutions"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h7v7H4zM13 4h7v7h-7zM4 13h7v7H4zM13 13h7v7h-7z'/%3E%3C/svg%3E");
}

.footer-links a[href="products"]::before,
.footer-links a[href="testing-measuring-instruments"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 8-9-5-9 5 9 5 9-5Z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8'/%3E%3Cpath d='M12 13v8'/%3E%3C/svg%3E");
}

.footer-links a[href^="engineering-labs"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6'/%3E%3Cpath d='M10 3v6l-5 9a2 2 0 0 0 1.7 3h10.6a2 2 0 0 0 1.7-3l-5-9V3'/%3E%3Cpath d='M7 15h10'/%3E%3C/svg%3E");
}

.footer-links a[href="gallery-projects"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M8 9h8M8 13h5'/%3E%3C/svg%3E");
}

.footer-links a[href="contact"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E");
}

.footer-links a[href="calibration"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v3M12 18v3M3 12h3M18 12h3'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Cpath d='m15 9-3 3-2 1'/%3E%3C/svg%3E");
}

.footer-links a[href="dynavation-led-display"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M8 14a6 6 0 1 1 8 0c-.9.7-1 1.5-1 2H9c0-.5-.1-1.3-1-2Z'/%3E%3Cpath d='M12 2v2M5 5l1.4 1.4M19 5l-1.4 1.4'/%3E%3C/svg%3E");
}

.dynavation-led-display-page {
  background: #e8edf3;
}

.dynavation-brochure-main {
  background: #e8edf3;
  padding: 0 0 18px;
}

.dynavation-brochure-main .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dynavation-brochure-section {
  width: 100%;
  margin: 0 auto 10px;
}

.dynavation-brochure-section:last-child {
  margin-bottom: 0;
}

.dynavation-brochure-hero {
  margin-bottom: 0;
}

.dynavation-brochure-section img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}

@media (min-width: 1680px) {
  .dynavation-brochure-section {
    width: min(100%, 1672px);
  }
}

@media (max-width: 720px) {
  .dynavation-brochure-main {
    padding: 0 0 10px;
  }

  .dynavation-brochure-section {
    margin-bottom: 6px;
  }

  .dynavation-brochure-hero {
    margin-bottom: 0;
  }
}

.footer-links a::after {
  margin-left: auto;
}

.footer-contact a,
.footer-contact span {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact a::before,
.footer-contact span::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 12-9 12S3 17 3 10a9 9 0 1 1 18 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / 13px 13px no-repeat;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.footer-contact a[href^="mailto"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16v12H4z'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}

.footer-contact a[href^="tel"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.8a2 2 0 0 1-.5 2.1L8 9.9a16 16 0 0 0 6.1 6.1l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
}

.footer-cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.footer-cert-row span {
  display: inline-flex;
  grid-template-columns: none;
  grid-template-rows: none;
  flex: 1 1 190px;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.footer-cert-row img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  padding: 5px;
}

.footer-cert-row b {
  font-size: 14px;
  white-space: nowrap;
}

@media print {
  @page { size: A4 landscape; margin: 8mm; }
  html, body { background: #fff !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .skip-link, .site-header, .hero, .led-brochure-intro, .floating-actions, .site-footer { display: none !important; }
  .led-brochure-shell { display: block; padding: 0; background: #fff; }
  .led-brochure-pages { display: block; width: 100%; }
  .led-page {
    width: 281mm;
    height: 190mm;
    min-height: 0;
    max-height: 190mm;
    margin: 0;
    padding: 8mm;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: 4mm;
    overflow: hidden;
    break-inside: avoid;
    break-after: page;
    page-break-after: always;
  }
  .led-page:last-child { break-after: auto; page-break-after: auto; }
  .led-page-rail { padding-bottom: 3mm; }
  .led-page-footer { padding-top: 3mm; }
  .led-page-body { gap: 4mm; align-self: stretch; align-content: center; }
  .led-page-split { gap: 7mm; }
  .led-page h2 { font-size: 24pt; line-height: 1.02; margin: 3mm 0; }
  .led-page p { font-size: 8.5pt; line-height: 1.34; }
  .led-page.phase2 { background: #fff; }
  .led-page.phase3 { background: #fff; }
  .led-page.phase4 { background: #fff; }
  .led-pill-row, .led-content-grid, .led-metric-row, .led-kpi-grid, .led-swatch-grid, .led-showcase-grid, .led-spec-groups, .led-processor-grid, .led-story-grid { margin-top: 4mm; }
  .led-check-list { gap: 2mm; margin-top: 4mm; }
  .led-check-list li { font-size: 8.6pt; line-height: 1.25; }
  .led-content-grid, .led-showcase-grid, .led-spec-groups, .led-processor-grid, .led-story-grid { gap: 2mm; }
  .led-content-grid span, .led-pill-row span, .led-metric-row span, .led-showcase-grid span, .led-spec-groups span, .led-processor-grid span, .led-story-grid span { min-height: 8mm; padding: 2mm 3mm; font-size: 8pt; }
  .led-metric-row span { min-height: 18mm; }
  .phase2-grid span { min-height: 15mm; }
  .led-foundation-panel, .led-device-stack, .led-process-board, .led-tech-map, .led-contact-card, .led-control-panel,
  .led-signal-loop, .led-moisture-panel, .led-eye-panel, .led-power-path, .led-connector-card, .led-cable-card, .led-thermal-panel, .led-install-kit, .led-scenario-flow, .led-scene-card, .led-command-grid,
  .led-range-hero, .led-module-diagram, .led-outdoor-board, .led-controller-panel, .led-playback-card, .led-case-visual, .led-closing-mark { box-shadow: none; }
  .led-foundation-panel, .led-device-stack, .led-process-board, .led-tech-map, .led-contact-card, .led-control-panel, .led-visual-card, .led-spec-card,
  .led-signal-loop, .led-moisture-panel, .led-eye-panel, .led-power-path, .led-connector-card, .led-cable-card, .led-thermal-panel, .led-install-kit, .led-scenario-flow, .led-scene-card, .led-command-grid,
  .led-range-hero, .led-module-diagram, .led-outdoor-board, .led-controller-panel, .led-playback-card, .led-case-visual, .led-closing-mark { min-height: 52mm; padding: 5mm; }
  .led-foundation-panel span, .led-device-stack span, .led-process-board span, .led-tech-map span, .led-control-panel span,
  .led-signal-loop span, .led-moisture-panel span, .led-eye-panel span, .led-power-path span, .led-connector-card span, .led-cable-card span, .led-thermal-panel span, .led-install-kit span, .led-scenario-flow span, .led-scene-card span, .led-command-grid span,
  .led-range-hero span, .led-module-diagram span, .led-outdoor-board span, .led-controller-panel span, .led-playback-card span, .led-case-visual span, .led-closing-mark span, .led-closing-mark i { min-height: 8mm; padding: 2mm 3mm; font-size: 8pt; }
  .led-showcase-grid, .led-spec-groups, .led-processor-grid, .led-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .led-connector-card, .led-install-kit, .led-command-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .led-connector-card strong, .led-install-kit strong { grid-column: 1 / -1; }
  .led-service-grid, .phase3-timeline { gap: 2mm; margin-top: 4mm; }
  .led-service-grid span, .phase3-timeline span { min-height: 14mm; padding: 2mm 3mm; font-size: 8pt; }
  .led-pixel-wall { min-height: 32mm; gap: 2mm; padding: 3mm; }
  .led-pixel-wall.large { min-height: 36mm; }
  .led-pixel-wall i { min-height: 10mm; }
  .led-table-wrap { margin-top: 4mm; }
  .led-table-wrap th, .led-table-wrap td { padding: 2mm; font-size: 7.6pt; line-height: 1.2; }
  .led-swatch-grid span { min-height: 18mm; padding: 3mm; font-size: 8pt; }
  .led-swatch-grid span::before { min-height: 7mm; }
  .led-visual-card, .led-spec-card { box-shadow: none; }
  .led-visual-card strong { font-size: 19pt; }
  .led-spec-card strong, .led-contact-card strong, .led-control-panel strong, .led-foundation-panel strong { font-size: 14pt; }
  .led-spec-card span { padding: 2mm 0; font-size: 8pt; }
}
