:root {
  --navy: #07143f;
  --navy-2: #101b56;
  --blue: #0a44a3;
  --cyan: #1fa8ff;
  --ink: #111827;
  --muted: #5b6475;
  --line: #dce2ec;
  --paper: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 20, 63, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-weight: 400;
}
body.nav-open { overflow: hidden; }
img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 52px);
  background: rgba(255, 255, 255, .82);
  border-bottom: 1px solid rgba(220, 226, 236, .7);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}
.brand-compact {
  width: 126px;
  height: 42px;
}
.brand-compact img {
  width: 126px;
  height: auto;
  max-width: none;
  object-fit: contain;
}
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 500; color: #334155; }
.site-nav a {
  position: relative;
  text-decoration: none;
  transition: color .2s ease;
}
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--cyan);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}
.site-nav a:hover,
.site-nav a.is-active {
  color: var(--blue);
}
.site-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 17px;
  color: #fff !important;
  background: var(--navy);
  border-radius: 999px;
}
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy); border-radius: 2px; }
.float-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.whatsapp-float {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 10px 10px;
  color: #fff;
  background: #15a85f;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(21,168,95,.28);
  text-decoration: none;
  line-height: 1.05;
}
.home-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(7,20,63,.12);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(7,20,63,.16);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .24s ease, transform .24s ease;
}
.home-float.visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.home-float svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #15a85f;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
}
.wa-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.whatsapp-float strong {
  font-size: .9rem;
  font-weight: 500;
}

.hero {
  min-height: 94vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 156px 0 72px;
  overflow: hidden;
  background: var(--navy);
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-shade {
  background: linear-gradient(90deg, rgba(7, 20, 63, .95), rgba(7, 20, 63, .68) 43%, rgba(7, 20, 63, .12));
}
.hero-content { position: relative; color: #fff; max-width: 1160px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p {
  overflow-wrap: normal;
  word-break: normal;
}
h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-size: clamp(2.7rem, 7vw, 5.9rem);
  line-height: .94;
  letter-spacing: 0;
  font-weight: 500;
}
h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 500;
}
h3 { margin: 0; font-size: 1.08rem; line-height: 1.2; font-weight: 500; }
.lead { max-width: 680px; margin: 0 0 32px; font-size: clamp(1rem, 2vw, 1.25rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  gap: 9px;
}
.btn-primary { background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #fff; box-shadow: 0 16px 34px rgba(31,168,255,.25); }
.btn-secondary { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.34); }
.btn-secondary.light { margin-top: 22px; color: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-row span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: .85rem;
}

.section { padding: clamp(70px, 9vw, 116px) 0; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-copy p:not(.eyebrow), .section-head p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.split, .product-grid, .why-grid, .contact-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}
.problem { background: #fff; }
.problem-list { display: grid; gap: 16px; }
.line-card {
  padding: 22px 0 22px 24px;
  border-left: 3px solid var(--line);
}
.line-card span { color: var(--blue); font-weight: 500; font-size: .78rem; }
.line-card p { margin: 8px 0 0; color: var(--muted); }

.product-visual img, .spec-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; color: #334155; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(31,168,255,.13); }
.text-link { font-weight: 500; color: var(--blue); text-decoration: none; }

.benefits, .industries, .faq { background: #fff; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.benefit {
  min-height: 210px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.benefit i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-style: normal;
  font-size: .83rem;
  font-weight: 500;
}
.benefit p { color: var(--muted); margin-bottom: 0; }

.spec-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: stretch; }
.spec-image { height: 100%; max-height: 650px; object-fit: cover; }
.spec-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: #fff; }
.spec-list div { padding: 28px; border-bottom: 1px solid var(--line); }
.spec-list div:nth-child(odd) { border-right: 1px solid var(--line); }
.spec-list div:nth-last-child(-n+2) { border-bottom: 0; }
.spec-list strong, .spec-list span { display: block; }
.spec-list span { margin-top: 8px; color: var(--muted); }

.mid-cta { padding: 0 0 clamp(70px, 9vw, 116px); background: var(--paper); }
.mid-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(30px, 5vw, 54px);
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.mid-cta h2 { max-width: 610px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.mid-cta p { max-width: 360px; color: rgba(255,255,255,.78); }

.industries-legacy { display: none; }
.industry-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: end;
  margin-bottom: 36px;
}
.industry-intro .section-head {
  margin-bottom: 0;
}
.industry-metrics {
  display: grid;
  gap: 10px;
}
.industry-metrics span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 12px 16px;
  color: #445066;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 500;
}
.industry-metrics strong {
  color: var(--blue);
  font-size: 1.24rem;
}
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.industry {
  position: relative;
  min-height: 300px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(7,20,63,.08), rgba(7,20,63,.86)), var(--bg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 42px rgba(7,20,63,.12);
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease;
}
.industry::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(31,168,255,.12), transparent 48%);
}
.industry:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(7,20,63,.18);
}
.industry span {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 9px 13px;
  color: #fff;
  background: rgba(7,20,63,.68);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}
.industry h3 {
  max-width: 520px;
}
.industry p { margin-bottom: 0; color: rgba(255,255,255,.82); }
.industry-featured {
  grid-column: span 2;
  min-height: 410px;
  padding: clamp(28px, 4vw, 40px);
}
.industry-featured h3 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1;
}
.industry-featured p {
  max-width: 560px;
  font-size: 1.04rem;
}
.industry-grid-premium .industry:last-child {
  grid-column: 1 / -1;
  min-height: 360px;
  background-position: center 28%;
}
.industry-grid-premium .industry:last-child h3,
.industry-grid-premium .industry:last-child p {
  max-width: 640px;
}
.industry-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 26px;
  padding: 22px 24px;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
}
.industry-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.78);
}

.media-section { background: var(--navy); color: #fff; }
.media-section .section-head p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.demo-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
  margin-bottom: 56px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.demo-copy {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .72fr);
  gap: 24px;
  align-items: end;
}
.demo-copy h3 {
  max-width: 680px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
}
.demo-copy p:not(.eyebrow) {
  max-width: 460px;
  margin-bottom: 0;
  color: rgba(255,255,255,.72);
}
.video-subhead {
  margin-bottom: 24px;
}
.video-subhead h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}
.video-grid, .youtube-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.local-videos { margin-bottom: 0; }
.video-grid video, .youtube-grid iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: #000;
}
.demo-video {
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0,0,0,.28);
}
.local-videos .demo-video {
  min-height: 220px;
}

.why { background: var(--paper); }
.why-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.why-points div { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.why-points strong, .why-points span { display: block; }
.why-points span { margin-top: 8px; color: var(--muted); }

.contact { background: linear-gradient(135deg, #07143f, #0b1d58); color: #fff; }
.contact-shell { align-items: start; }
.contact-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.contact-copy h2 {
  max-width: 560px;
}
.contact-meta { display: grid; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.72); }
.contact-meta a { color: #fff; font-weight: 500; text-decoration: none; }
.contact-meta .whatsapp-direct {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 10px 15px 10px 10px;
  color: #fff;
  background: #15a85f;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(21,168,95,.22);
}
.contact-form { display: grid; gap: 14px; padding: clamp(22px, 4vw, 34px); background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; box-shadow: 0 22px 54px rgba(0,0,0,.14); }
.contact-form label { display: grid; gap: 7px; font-weight: 500; font-size: .87rem; color: rgba(255,255,255,.78); }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(31,168,255,.5); border-color: var(--cyan); }
.contact-form .hp { position: absolute; left: -9999px; opacity: 0; }
.form-status { min-height: 24px; margin: 0; color: rgba(255,255,255,.8); }

.faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 20px 0; font-weight: 500; }
.faq-list p { margin: 0 0 20px; color: var(--muted); }

.site-footer { padding: 56px 0 26px; background: #050d2c; color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.4fr) repeat(auto-fit, minmax(150px, .6fr)); gap: 34px; }
.footer-logo {
  display: inline-flex;
  width: 164px;
  height: 96px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.footer-logo img {
  width: 138px;
  height: 138px;
  max-width: none;
  object-fit: contain;
}
.footer-grid p { max-width: 420px; color: rgba(255,255,255,.7); }
.footer-grid nav { display: grid; align-content: start; gap: 10px; }
.footer-grid a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: .86rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Editorial E-Paper direction */
body {
  background: #fff;
}
.site-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(7,20,63,.12);
}
.brand-compact {
  width: 138px;
  height: 48px;
}
.brand-compact img {
  width: 138px;
  filter: none;
}
.site-nav {
  color: #26344d;
}
.site-nav a:hover,
.site-nav a.is-active {
  color: var(--blue);
}
.nav-toggle span {
  background: var(--navy);
}
.nav-cta {
  background: var(--navy);
  color: #fff !important;
}
.hero {
  min-height: 100vh;
  padding: 118px 0 0;
  align-items: stretch;
  background: #f7f9fc;
}
.hero-media {
  inset: 76px 0 auto;
  height: min(66vh, 690px);
  border-bottom: 1px solid rgba(255,255,255,.75);
}
.hero-media img {
  object-position: 54% center;
}
.hero-shade {
  inset: 76px 0 auto;
  height: min(66vh, 690px);
  background: linear-gradient(90deg, rgba(0,0,0,.36), rgba(0,0,0,.06) 58%, rgba(0,0,0,.16));
}
.hero::before,
.problem::before,
.mid-cta::before,
.media-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(75, 88, 255, .42);
  border-radius: 43% 57% 38% 62%;
  transform: rotate(18deg);
}
.hero::before {
  top: -26vw;
  right: -13vw;
}
.hero-content {
  display: grid;
  align-content: end;
  min-height: calc(100vh - 76px);
  padding-top: min(66vh, 690px);
  padding-bottom: clamp(44px, 7vw, 86px);
}
.hero-content::before {
  content: "";
  position: absolute;
  left: max(20px, calc((100vw - 1160px) / 2));
  right: max(20px, calc((100vw - 1160px) / 2));
  bottom: 0;
  height: clamp(270px, 30vh, 390px);
  z-index: -1;
  background: #fff;
  border-top: 1px solid rgba(255,255,255,.78);
}
.hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 7.8vw, 7.2rem);
  line-height: .92;
}
.hero .lead {
  max-width: 560px;
  font-size: clamp(1.08rem, 2.1vw, 1.42rem);
  color: rgba(255,255,255,.86);
}
.hero-actions .btn {
  min-height: 50px;
  padding-inline: 24px;
}
.btn-primary {
  background: #08206f;
  box-shadow: 0 18px 46px rgba(8,32,111,.32);
}
.btn-primary:hover {
  background: #1236b0;
}
.btn-secondary {
  background: transparent;
  border-color: rgba(255,255,255,.72);
}
.trust-row span {
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.section {
  position: relative;
}
.problem,
.product,
.specs,
.why {
  background: #fff;
  color: var(--ink);
}
.problem {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.15);
}
.problem::before {
  left: -24vw;
  top: 15%;
  width: 62vw;
  height: 62vw;
}
.problem .split {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}
.problem .section-copy {
  min-height: 520px;
  display: grid;
  align-content: center;
  padding-right: clamp(20px, 5vw, 70px);
  border-right: 1px solid rgba(255,255,255,.22);
}
.problem h2 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(2.5rem, 5.6vw, 5.5rem);
}
.problem .section-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
}
.problem-list {
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.line-card {
  padding: clamp(24px, 4vw, 42px);
  border-left: 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.line-card:last-child {
  border-bottom: 0;
}
.line-card span,
.eyebrow {
  color: #5968ff;
}
.line-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}
.line-card p {
  color: rgba(255,255,255,.72);
  font-size: 1.05rem;
}
.product {
  padding-top: 0;
}
.product-grid {
  width: min(100%, 1480px);
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: 0;
  align-items: stretch;
}
.product-visual img {
  height: 100%;
  min-height: 680px;
  border-radius: 0;
  box-shadow: none;
}
.product .section-copy {
  display: grid;
  align-content: center;
  padding: clamp(42px, 7vw, 96px);
  background: #fff;
  color: var(--ink);
}
.product .section-copy p:not(.eyebrow) {
  color: #30384a;
  font-size: 1.12rem;
}
.product h2 {
  color: #061869;
  font-size: clamp(2.4rem, 5vw, 5rem);
  text-transform: uppercase;
}
.check-list {
  color: #1f2937;
}
.benefits {
  background: #fff;
}
.benefits .section-head {
  max-width: 1040px;
}
.benefits h2 {
  color: #061869;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: .94;
  text-transform: uppercase;
}
.benefit-grid {
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.benefit {
  min-height: 250px;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.benefit i {
  background: transparent;
  color: #5968ff;
  width: auto;
  height: auto;
  margin-bottom: 22px;
  font-size: 1.2rem;
}
.benefit h3 {
  color: #061869;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
}
.specs {
  padding-block: 0;
}
.specs .container {
  width: min(100%, 1480px);
}
.specs .section-head {
  max-width: none;
  margin: 0;
  padding: clamp(46px, 7vw, 92px) max(20px, calc((100vw - 1160px) / 2));
  background: #fff;
}
.specs h2 {
  max-width: 1080px;
  color: #061869;
  font-size: clamp(2.5rem, 5.4vw, 5.7rem);
  text-transform: uppercase;
}
.spec-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 0;
}
.spec-image {
  max-height: none;
  min-height: 680px;
  border-radius: 0;
  box-shadow: none;
}
.spec-list {
  color: var(--ink);
  background: #f7f9fc;
  border-color: var(--line);
}
.spec-list div {
  min-height: 220px;
  border-color: var(--line);
}
.spec-list strong {
  color: var(--ink);
  font-size: clamp(1.2rem, 2.2vw, 2rem);
}
.spec-list span {
  color: var(--muted);
}
.mid-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 120px) 0;
  background: #13005a;
}
.mid-cta::before {
  right: -22vw;
  bottom: -32vw;
  border-color: rgba(255,255,255,.28);
}
.mid-cta-inner {
  align-items: flex-end;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.mid-cta h2 {
  max-width: 760px;
  font-size: clamp(2.6rem, 6vw, 6rem);
  line-height: .92;
  text-transform: uppercase;
}
.mid-cta p {
  max-width: 430px;
  font-size: 1.15rem;
}
.industries {
  background: #f7f8fc;
}
.industry-grid {
  gap: 10px;
}
.industry {
  min-height: 430px;
  border-radius: 0;
  box-shadow: none;
  background-image: linear-gradient(180deg, rgba(0,0,0,.06), rgba(4,10,40,.82)), var(--bg);
}
.industry-featured {
  min-height: 570px;
}
.industry span {
  background: rgba(255,255,255,.92);
  color: #061869;
  border-color: transparent;
}
.industry h3 {
  font-size: clamp(1.55rem, 3vw, 3rem);
}
.industry-cta {
  border-radius: 0;
  background: #061869;
}
.media-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}
.media-section::before {
  left: -25vw;
  top: -20vw;
}
.why {
  border-top: 1px solid rgba(255,255,255,.18);
}
.why .section-copy p:not(.eyebrow) {
  color: rgba(255,255,255,.74);
}
.why-points div {
  background: transparent;
  border-color: rgba(255,255,255,.24);
  border-radius: 0;
}
.why-points strong {
  color: #fff;
}
.why-points span {
  color: rgba(255,255,255,.7);
}
.contact {
  background: #061869;
}
.contact-form {
  background: rgba(255,255,255,.09);
}

@media (max-width: 960px) {
  .site-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    min-height: calc(100vh - 76px);
    padding: 30px 22px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    box-shadow: 0 22px 50px rgba(7,20,63,.14);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; font-size: 1.08rem; }
  .site-nav a:not(.nav-cta)::after { bottom: 6px; width: 42px; right: auto; }
  .nav-cta { text-align: center; margin-top: 10px; }
  .nav-toggle { display: block; }
  .hero { min-height: 88vh; }
  .hero-shade { background: linear-gradient(180deg, rgba(7, 20, 63, .72), rgba(7, 20, 63, .95)); }
  .split, .product-grid, .why-grid, .contact-shell, .spec-layout { grid-template-columns: 1fr; }
  .benefit-grid, .industry-grid, .video-grid, .youtube-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-intro { grid-template-columns: 1fr; align-items: start; }
  .industry-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .industry-featured { grid-column: span 2; }
  .industry-grid-premium .industry:last-child { grid-column: 1 / -1; }
  .demo-copy { grid-template-columns: 1fr; align-items: start; }
  .mid-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { height: 68px; padding: 0 14px; }
  .float-actions { right: 14px; bottom: 14px; gap: 8px; }
  .whatsapp-float { padding: 10px; }
  .whatsapp-float strong { display: none; }
  .home-float { width: 44px; height: 44px; }
  .brand-compact { width: 108px; height: 38px; }
  .brand-compact img { width: 108px; }
  .site-nav {
    top: 68px;
    min-height: auto;
    padding: 22px 24px 26px;
    border-top: 1px solid var(--line);
  }
  .site-nav a {
    padding: 10px 0;
    color: #233047;
    font-size: 1rem;
  }
  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 12px;
    padding: 14px 18px;
    color: #fff;
  }
  .hero { min-height: auto; padding: 106px 0 34px; align-items: end; }
  .hero-media img { object-position: 72% center; }
  h1 { font-size: clamp(2.25rem, 10.5vw, 3.25rem); line-height: 1.03; }
  .hero .eyebrow { font-size: .72rem; letter-spacing: .11em; }
  .lead { margin-bottom: 22px; font-size: 1rem; line-height: 1.55; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 8px; margin-top: 22px; }
  .trust-row span { padding: 8px 11px; font-size: .8rem; }
  .benefit-grid, .industry-grid, .video-grid, .youtube-grid, .spec-list, .why-points, .footer-grid { grid-template-columns: 1fr; }
  .industry-metrics { grid-template-columns: 1fr; }
  .industry-featured { grid-column: auto; min-height: 330px; }
  .industry-grid-premium .industry:last-child { grid-column: auto; min-height: 300px; }
  .industry-cta { align-items: stretch; flex-direction: column; }
  .industry-cta .btn { width: 100%; }
  .local-videos .demo-video { min-height: 190px; }
  .spec-list div, .spec-list div:nth-child(odd) { border-right: 0; }
  .spec-list div:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .industry { min-height: 250px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 960px) {
  .site-header {
    background: rgba(5,5,5,.92);
  }
  .site-nav {
    background: #fff;
    color: #233047;
  }
  .site-nav .nav-cta {
    background: var(--navy);
    color: #fff !important;
  }
  .hero {
    min-height: auto;
    padding-top: 68px;
  }
  .hero-media,
  .hero-shade {
    inset: 68px 0 auto;
    height: 48vh;
    min-height: 340px;
  }
  .hero-content {
    min-height: auto;
    padding-top: calc(48vh + 34px);
  }
  .hero-content::before {
    left: 0;
    right: 0;
    height: 48%;
  }
  .problem .section-copy {
    min-height: auto;
    padding-right: 0;
    border-right: 0;
  }
  .product-grid,
  .spec-layout {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .product-visual img,
  .spec-image {
    min-height: 420px;
  }
  .product .section-copy {
    padding: clamp(34px, 7vw, 64px) 20px;
  }
  .specs .section-head {
    padding-inline: 20px;
  }
  .spec-list {
    grid-template-columns: 1fr;
  }
  .spec-list div,
  .spec-list div:nth-child(odd) {
    border-right: 0;
  }
  .mid-cta-inner {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero-media,
  .hero-shade {
    height: 42vh;
    min-height: 290px;
  }
  .hero-content {
    padding-top: calc(42vh + 28px);
    padding-bottom: 36px;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.4rem);
  }
  .problem h2,
  .benefits h2,
  .specs h2,
  .mid-cta h2 {
    font-size: clamp(2.2rem, 11vw, 3.7rem);
  }
  .problem .section-copy p:not(.eyebrow) {
    font-size: 1.05rem;
  }
  .product-visual img,
  .spec-image {
    min-height: 330px;
  }
  .benefit {
    min-height: auto;
  }
  .industry,
  .industry-featured {
    min-height: 360px;
  }
}

/* Compact E-Paper home correction */
.hero {
  min-height: min(820px, 92vh);
  padding: 112px 0 72px;
  align-items: center;
}

.hero-media,
.hero-shade {
  inset: 0;
  height: auto;
}

.hero-media img {
  object-position: 58% center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.2) 52%, rgba(0,0,0,.55)),
    linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.72));
}

.hero-content {
  display: block;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-content::before {
  display: none;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6.2vw, 6rem);
  line-height: .96;
}

.hero .lead {
  max-width: 690px;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
}

.problem {
  padding: clamp(72px, 7vw, 104px) 0;
}

.problem::before {
  opacity: .42;
}

.problem .split {
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.problem .section-copy {
  min-height: 0;
  padding-right: 0;
  border-right: 0;
}

.problem h2 {
  max-width: 720px;
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1;
}

.problem .section-copy p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
}

.problem-list {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.035);
}

.line-card {
  padding: clamp(22px, 3vw, 34px);
}

.line-card h3 {
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
}

.line-card p {
  font-size: 1rem;
}

.product {
  padding: clamp(72px, 7vw, 108px) 0;
}

.product-grid {
  width: min(1160px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.product-visual img {
  height: auto;
  min-height: 0;
  max-height: 590px;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.product .section-copy {
  display: block;
  padding: 0;
  background: transparent;
  color: #fff;
}

.product h2 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(2.15rem, 4.1vw, 4.25rem);
  line-height: 1;
  text-transform: none;
}

.product .section-copy p:not(.eyebrow),
.product .check-list {
  color: rgba(255,255,255,.78);
}

.product .text-link {
  color: #fff;
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    padding: 104px 0 58px;
  }

  .hero-media,
  .hero-shade {
    inset: 0;
    height: auto;
    min-height: 0;
  }

  .hero-content {
    padding-top: 0;
  }

  .problem .split,
  .product-grid {
    width: min(100% - 32px, 720px);
    grid-template-columns: 1fr;
  }

  .product-visual {
    order: 2;
  }

  .product .section-copy {
    order: 1;
  }

  .product-visual img {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 92px 0 42px;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 12vw, 4rem);
    line-height: 1;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .hero-actions .btn {
    min-height: 54px;
  }

  .problem,
  .product {
    padding: 56px 0;
  }

  .problem .split,
  .product-grid {
    width: min(100% - 28px, 620px);
    gap: 24px;
  }

  .problem h2,
  .product h2 {
    font-size: clamp(2rem, 9.5vw, 3.1rem);
    line-height: 1.04;
  }

  .line-card {
    padding: 20px;
  }
}

/* Clean premium direction: readable, bright and logo-safe */
body {
  background: #fff;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
}

.site-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(7,20,63,.12);
  box-shadow: 0 12px 34px rgba(7,20,63,.06);
}

.brand-compact {
  width: 146px;
  height: 52px;
  background: #fff;
  border-radius: 8px;
  padding: 5px 10px;
}

.brand-compact img {
  width: 126px;
  filter: none;
}

.site-nav {
  color: #26344d;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--blue);
}

.nav-toggle span {
  background: var(--navy);
}

.nav-cta {
  background: var(--navy);
  color: #fff !important;
}

.hero {
  background: linear-gradient(90deg, var(--navy) 0%, #13245a 52%, #f3f7fb 52%, #fff 100%);
  min-height: min(690px, 84vh);
  padding: 104px 0 56px;
}

.hero-media {
  inset: 76px 0 0 50%;
  height: auto;
  width: 50%;
  max-width: none;
  border-bottom: 0;
  overflow: hidden;
}

.hero-media img {
  object-position: 58% center;
}

.hero-shade {
  inset: 76px 0 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(7,20,63,.98) 0%, rgba(7,20,63,.96) 48%, rgba(7,20,63,.24) 53%, rgba(255,255,255,.08) 100%);
}

.hero::before,
.problem::before,
.mid-cta::before,
.media-section::before {
  display: none;
}

.hero-content {
  width: min(100% - 40px, 1160px);
  z-index: 2;
}

.hero .eyebrow {
  color: #40b6ff;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(2.6rem, 3.8vw, 4.25rem);
  line-height: 1.04;
}

.hero .lead {
  max-width: 560px;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.58;
  color: rgba(255,255,255,.9);
}

.trust-row span {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.22);
  padding: 9px 13px;
  font-size: .86rem;
}

.hero-collage {
  position: absolute;
  top: clamp(36px, 6vh, 56px);
  right: max(18px, calc((100vw - 1160px) / 2));
  bottom: clamp(38px, 6vh, 58px);
  left: clamp(18px, 4vw, 54px);
  width: auto;
  display: grid;
  grid-template-columns: 1fr .86fr;
  grid-template-rows: .58fr .42fr;
  gap: 16px;
  pointer-events: none;
  z-index: 1;
}

.hero-collage::before {
  content: "";
  position: absolute;
  inset: 10% -4% -5% 10%;
  z-index: -1;
  background: linear-gradient(135deg, rgba(31,168,255,.2), rgba(8,32,111,.08));
  border-radius: 8px;
  transform: rotate(-3deg);
}

.hero-shot {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  border: 0;
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 18px 46px rgba(7,20,63,.18);
  opacity: 1;
  transition: opacity .38s ease, transform .55s ease, filter .38s ease;
  will-change: opacity, transform;
}

.hero-collage.is-changing .hero-shot {
  opacity: .35;
  filter: blur(6px);
  transform: scale(.985);
}

.hero-shot-main {
  grid-row: 1 / -1;
  grid-column: 1;
  object-position: center;
}

.hero-shot-tall {
  grid-column: 2;
  grid-row: 1;
  object-position: center;
}

.hero-shot-wide {
  grid-column: 2;
  grid-row: 2;
  object-position: center;
}

.hero-shot-small {
  position: absolute;
  left: -24px;
  bottom: 34px;
  width: min(22%, 135px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 12px;
}

.hero-shot-float {
  position: absolute;
  right: 22px;
  bottom: -18px;
  width: min(34%, 210px);
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 12px;
}

.problem,
.product,
.specs,
.why {
  background: #fff;
  color: var(--ink);
}

.problem {
  border-top: 0;
}

.problem .split {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.problem h2,
.product h2,
.benefits h2,
.specs h2,
.mid-cta h2 {
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
}

.problem h2 {
  font-size: clamp(2.25rem, 3.9vw, 4.1rem);
}

.problem .section-copy p:not(.eyebrow) {
  color: var(--muted);
}

.problem-list {
  background: #f7f9fc;
  border: 1px solid var(--line);
}

.line-card {
  border-bottom: 1px solid var(--line);
}

.line-card h3 {
  color: var(--ink);
}

.line-card p {
  color: var(--muted);
}

.product {
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.product-grid {
  width: min(1160px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
}

.product .section-copy {
  color: var(--ink);
}

.product h2 {
  max-width: 640px;
  font-size: clamp(2.1rem, 3.6vw, 3.85rem);
}

.product .section-copy p:not(.eyebrow),
.product .check-list {
  color: var(--muted);
}

.product .text-link {
  color: var(--blue);
}

.product-visual img {
  background: #fff;
  border: 1px solid var(--line);
}

.specs {
  padding: clamp(72px, 7vw, 108px) 0;
  background: #fff;
}

.specs .container {
  width: min(1160px, calc(100% - 40px));
}

.specs .section-head {
  max-width: 920px;
  margin-bottom: 34px;
  padding: 0;
  background: transparent;
}

.specs h2 {
  max-width: 900px;
  font-size: clamp(2.1rem, 3.8vw, 4rem);
  line-height: 1.04;
}

.spec-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

.spec-image {
  min-height: 0;
  max-height: 560px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.spec-list {
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.mid-cta {
  background: var(--navy);
}

.media-section {
  background: var(--navy);
}

@media (max-width: 960px) {
  .site-header {
    background: rgba(255,255,255,.96);
  }

  .site-nav {
    background: #fff;
    color: #233047;
  }

  .site-nav .nav-cta {
    background: var(--navy);
    color: #fff !important;
  }

  .hero {
    padding: 104px 0 52px;
    background: var(--navy);
  }

  .hero-media,
  .hero-shade {
    inset: 68px 0 0 0;
    width: 100%;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7,20,63,.98) 0%, rgba(7,20,63,.94) 48%, rgba(7,20,63,.4) 100%);
  }

  .hero-collage {
    top: auto;
    left: 24px;
    right: 24px;
    bottom: 28px;
    width: auto;
    height: 230px;
    grid-template-columns: 1.2fr .9fr .9fr;
    grid-template-rows: 1fr;
  }

  .hero-shot-main {
    grid-row: auto;
  }

  .hero-shot-wide {
    display: block;
  }

  .hero-shot-small {
    left: auto;
    right: 150px;
    bottom: -16px;
    width: 92px;
  }

  .hero-shot-float {
    right: 18px;
    bottom: -18px;
    width: 136px;
  }

  .problem .split,
  .product-grid,
  .spec-layout {
    width: min(100% - 32px, 720px);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .brand-compact {
    width: 126px;
    height: 46px;
    padding: 5px 8px;
  }

  .brand-compact img {
    width: 110px;
  }

  .hero {
    min-height: auto;
    padding: 94px 0 330px;
  }

  .hero-content {
    width: min(100% - 28px, 620px);
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 9.6vw, 3.15rem);
  }

  .hero .lead {
    max-width: 100%;
  }

  .hero-collage {
    left: 14px;
    right: 14px;
    bottom: 26px;
    height: 236px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }

  .hero-shot-main {
    grid-column: 1;
    grid-row: 1 / -1;
    min-height: 236px;
  }

  .hero-shot-tall {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
  }

  .hero-shot-wide {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
  }

  .hero-shot-small {
    left: 14px;
    right: auto;
    bottom: -14px;
    width: 82px;
    padding: 8px;
  }

  .hero-shot-float {
    right: 12px;
    bottom: -14px;
    width: 112px;
    padding: 8px;
  }

  .problem h2,
  .product h2,
  .benefits h2,
  .specs h2,
  .mid-cta h2 {
    font-size: clamp(2rem, 8.6vw, 3rem);
  }

  .specs {
    padding: 56px 0;
  }
}

/* Gallery and refined CTA */
.mid-cta {
  padding: clamp(56px, 6vw, 86px) 0;
  background: #fff;
}

.mid-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr) auto;
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
  padding: clamp(28px, 4.5vw, 48px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(31,168,255,.12), rgba(8,32,111,.08)),
    #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(7,20,63,.08);
}

.mid-cta-inner::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 6px;
}

.mid-cta .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.mid-cta h2 {
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(2.15rem, 4.4vw, 4.5rem);
  line-height: 1;
  text-transform: none;
}

.mid-cta p:not(.eyebrow) {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.mid-cta .btn {
  position: relative;
  z-index: 1;
  min-width: 190px;
  justify-content: center;
}

.edge-gallery {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, .62fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.gallery-intro h2 {
  max-width: 820px;
  color: var(--ink);
  font-size: clamp(2.35rem, 4.5vw, 4.7rem);
  line-height: 1;
}

.gallery-intro > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 1.05rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.gallery-card {
  position: relative;
  grid-column: span 4;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #0b163f;
  box-shadow: 0 18px 50px rgba(7,20,63,.12);
  isolation: isolate;
}

.gallery-card-featured {
  grid-column: span 8;
  grid-row: span 2;
  min-height: 560px;
}

.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7,20,63,.04) 0%, rgba(7,20,63,.2) 42%, rgba(7,20,63,.88) 100%),
    linear-gradient(90deg, rgba(7,20,63,.5), transparent 55%);
}

.gallery-card:hover img {
  transform: scale(1.035);
}

.gallery-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(22px, 3vw, 34px);
  color: #fff;
}

.gallery-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.gallery-card h3 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
  line-height: 1.05;
}

.gallery-card p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.82);
}

.gallery-card:not(.gallery-card-featured) h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
}

.gallery-card:not(.gallery-card-featured) p {
  font-size: .94rem;
}

@media (max-width: 960px) {
  .mid-cta-inner,
  .gallery-intro {
    grid-template-columns: 1fr;
  }

  .mid-cta .eyebrow {
    margin-bottom: 0;
  }

  .mid-cta .btn {
    width: fit-content;
  }

  .gallery-card,
  .gallery-card-featured {
    grid-column: span 6;
    grid-row: auto;
    min-height: 390px;
  }
}

@media (max-width: 640px) {
  .mid-cta {
    padding: 44px 0;
  }

  .mid-cta-inner {
    width: min(100% - 28px, 620px);
    padding: 24px;
  }

  .mid-cta h2 {
    font-size: clamp(2rem, 8.5vw, 3rem);
  }

  .mid-cta .btn {
    width: 100%;
  }

  .gallery-intro h2 {
    font-size: clamp(2rem, 9vw, 3.05rem);
  }

  .gallery-grid {
    gap: 12px;
  }

  .gallery-card,
  .gallery-card-featured {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .gallery-card-featured {
    min-height: 460px;
  }

  .gallery-card figcaption {
    padding: 22px;
  }
}

/* Final type scale and section rhythm */
.section {
  padding: clamp(56px, 6vw, 84px) 0;
}

.section-head,
.gallery-intro {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.section-head h2,
.section-copy h2,
.gallery-intro h2,
.contact-copy h2,
.faq h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.product h2,
.benefits h2,
.specs h2,
.mid-cta h2,
.media-section h2,
.why h2,
.industries h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  line-height: 1.08;
}

.eyebrow {
  margin-bottom: 14px;
  font-size: .78rem;
  letter-spacing: .14em;
}

.section-copy p:not(.eyebrow),
.section-head p:not(.eyebrow),
.gallery-intro > p {
  font-size: 1rem;
  line-height: 1.62;
}

.product {
  padding: clamp(58px, 6vw, 86px) 0;
}

.product-grid {
  align-items: center;
  gap: clamp(28px, 4.2vw, 56px);
}

.product-visual img {
  max-height: 500px;
}

.benefit {
  min-height: 210px;
  padding: 24px;
}

.benefit h3 {
  font-size: clamp(1.1rem, 1.35vw, 1.38rem);
}

.specs {
  padding: clamp(58px, 6vw, 86px) 0;
}

.specs h2 {
  max-width: 760px;
}

.spec-image {
  max-height: 480px;
}

.spec-list div {
  min-height: 170px;
  padding: 24px;
}

.spec-list strong {
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
}

.mid-cta {
  padding: clamp(46px, 5vw, 68px) 0;
}

.mid-cta-inner {
  padding: clamp(24px, 3.8vw, 38px);
}

.edge-gallery {
  padding: clamp(58px, 6vw, 86px) 0;
}

.gallery-intro {
  grid-template-columns: minmax(0, .95fr) minmax(280px, .58fr);
}

.gallery-card {
  min-height: 300px;
}

.gallery-card-featured {
  min-height: 470px;
}

.gallery-card h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
}

.gallery-card:not(.gallery-card-featured) h3 {
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
}

.industry {
  min-height: 320px;
}

.industry-featured {
  min-height: 420px;
}

.industry h3,
.industry-featured h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.08;
}

.demo-copy h3,
.video-subhead h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
  line-height: 1.08;
}

@media (max-width: 960px) {
  .section-head h2,
  .section-copy h2,
  .gallery-intro h2,
  .product h2,
  .benefits h2,
  .specs h2,
  .mid-cta h2,
  .media-section h2,
  .why h2,
  .industries h2 {
    font-size: clamp(1.9rem, 6vw, 2.7rem);
  }

  .gallery-card,
  .gallery-card-featured,
  .industry,
  .industry-featured {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 48px 0;
  }

  .section-head h2,
  .section-copy h2,
  .gallery-intro h2,
  .product h2,
  .benefits h2,
  .specs h2,
  .mid-cta h2,
  .media-section h2,
  .why h2,
  .industries h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
    line-height: 1.12;
  }

  .gallery-card,
  .gallery-card-featured {
    min-height: 320px;
  }

.spec-list div,
  .benefit {
    padding: 20px;
  }
}

/* Dual product focus */
.product-selector {
  background: #fff;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 340px;
  padding: 22px;
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(7,20,63,.08);
}

.product-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
}

.product-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-card-dark span {
  color: #8fd6ff;
}

.product-card h3 {
  max-width: 440px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.08;
}

.product-card p {
  max-width: 440px;
  color: var(--muted);
  font-size: 1rem;
}

.product-card-dark {
  color: #fff;
  background: linear-gradient(135deg, #061644, #0d2d78);
  border-color: rgba(255,255,255,.16);
}

.product-card-dark h3,
.product-card-dark .text-link {
  color: #fff;
}

.product-card-dark p {
  color: rgba(255,255,255,.86);
}

.product-spatial {
  background: linear-gradient(180deg, #07143f 0%, #0b1d58 100%);
  color: #fff;
}

.product-spatial h2,
.product-spatial .section-copy,
.product-spatial .text-link {
  color: #fff;
}

.product-spatial .section-copy p:not(.eyebrow),
.product-spatial .check-list {
  color: rgba(255,255,255,.86);
}

.product-card-dark .text-link,
.product-spatial .text-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-spatial .eyebrow,
.media-section .eyebrow,
.contact .eyebrow,
.site-footer .eyebrow {
  color: #8fd6ff;
}

.media-section .section-head p:not(.eyebrow),
.demo-copy p:not(.eyebrow),
.contact-copy p:not(.eyebrow),
.contact-meta,
.footer-grid p,
.footer-grid a {
  color: rgba(255,255,255,.84);
}

.product-spatial .product-visual img {
  border: 0;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

@media (max-width: 960px) {
  .product-cards,
  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .product-card img {
    min-height: 240px;
    max-height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
