:root {
  --bp-bg: #f7f5f0;
  --bp-surface: #fffdfa;
  --bp-ink: #101820;
  --bp-muted: #667085;
  --bp-line: rgba(16, 24, 32, 0.12);
  --bp-primary: #c94b2d;
  --bp-primary-dark: #98351f;
  --bp-green: #286653;
  --bp-warm: #e9d7bd;
  --bp-shadow: 0 24px 70px rgba(16, 24, 32, 0.12);
  --bp-soft-shadow: 0 14px 34px rgba(16, 24, 32, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bp-bg);
  color: var(--bp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body.is-lightbox-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(201, 75, 45, 0.42);
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 104px;
}

.hidden {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: var(--bp-ink);
  color: white;
  font-weight: 800;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(16, 24, 32, 0.1);
  background: rgba(247, 245, 240, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.brand img {
  flex: 0 0 auto;
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0;
}

.brand em {
  color: var(--bp-primary);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  color: rgba(16, 24, 32, 0.72);
  font-size: 0.92rem;
  font-weight: 750;
}

.desktop-nav a,
.site-footer a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--bp-primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-phone {
  display: grid;
  text-align: right;
}

.header-phone span {
  color: var(--bp-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.header-phone strong {
  font-size: 0.92rem;
  font-weight: 900;
}

.menu-button {
  display: none;
  place-items: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  background: var(--bp-surface);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--bp-ink);
}

.mobile-nav {
  display: grid;
  gap: 0.2rem;
  width: min(100% - 32px, 1180px);
  margin: 0 auto 1rem;
  border: 1px solid var(--bp-line);
  border-radius: 18px;
  padding: 0.55rem;
  background: var(--bp-surface);
  box-shadow: var(--bp-soft-shadow);
}

.mobile-nav a {
  border-radius: 12px;
  padding: 0.92rem 1rem;
  color: rgba(16, 24, 32, 0.82);
  font-weight: 800;
}

.mobile-nav a:hover {
  background: rgba(201, 75, 45, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.92rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-sm {
  min-height: 42px;
  padding: 0.72rem 1rem;
  font-size: 0.86rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--bp-primary), var(--bp-primary-dark));
  color: white;
  box-shadow: 0 14px 28px rgba(201, 75, 45, 0.28);
}

.btn-dark {
  background: var(--bp-ink);
  color: white;
  box-shadow: 0 14px 28px rgba(16, 24, 32, 0.22);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.26);
  color: white;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  padding: 3.6rem 0 2.2rem;
  background:
    linear-gradient(90deg, rgba(247, 245, 240, 0.98) 0%, rgba(247, 245, 240, 0.94) 45%, rgba(233, 215, 189, 0.58) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 3rem;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--bp-primary);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.65rem, 4.15vw, 4.45rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.7vw, 3.55rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
}

h3 {
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 1.8rem;
  color: rgba(16, 24, 32, 0.72);
  font-size: clamp(1.04rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 2rem 0 0;
}

.trust-strip div,
.proof-grid div,
.decision-panel div {
  border: 1px solid var(--bp-line);
  border-radius: 20px;
  background: rgba(255, 253, 250, 0.78);
  padding: 1rem;
}

.trust-strip dt,
.proof-grid strong,
.decision-panel strong {
  display: block;
  font-weight: 950;
}

.trust-strip dd {
  margin: 0.25rem 0 0;
  color: var(--bp-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.14);
  border-radius: 32px;
  background: #161b1f;
  box-shadow: var(--bp-shadow);
}

.hero-visual > img,
.hero-bg-video {
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.hero-video-visual {
  isolation: isolate;
}

.hero-bg-video {
  height: 100%;
  background: #05080b;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 8, 11, 0.1), rgba(5, 8, 11, 0.2)),
    linear-gradient(90deg, rgba(5, 8, 11, 0.08), rgba(5, 8, 11, 0));
  pointer-events: none;
}

.hero-video-toggle {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 0.55rem 0.78rem;
  background: rgba(16, 24, 32, 0.54);
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.hero-video-toggle:hover {
  transform: translateY(-1px);
  background: rgba(16, 24, 32, 0.72);
}

.hero-card {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  padding: 1rem;
  background: rgba(255, 253, 250, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.hero-card img {
  max-height: 56px;
  object-fit: contain;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.mini-stats span {
  border-radius: 15px;
  padding: 0.75rem;
  background: rgba(16, 24, 32, 0.06);
  color: var(--bp-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.mini-stats strong {
  display: block;
  color: var(--bp-ink);
  font-weight: 950;
}

.proof-band {
  padding: 1.1rem 0;
  background: var(--bp-ink);
  color: white;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.proof-grid div {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.proof-grid span,
.decision-panel span {
  display: block;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
  line-height: 1.45;
}

.section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section-muted {
  background: rgba(255, 253, 250, 0.64);
}

.section-head {
  max-width: 790px;
  margin-bottom: 2.3rem;
}

.section-head p:not(.eyebrow) {
  max-width: 680px;
  color: var(--bp-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.section-head.compact {
  margin-bottom: 0;
}

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

.product-card {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 1.2rem;
  min-width: 0;
  border: 1px solid var(--bp-line);
  border-radius: 28px;
  padding: 1rem;
  background: var(--bp-surface);
  box-shadow: var(--bp-soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover,
.service-card:hover,
.industry-grid article:hover {
  transform: translateY(-4px);
  box-shadow: var(--bp-shadow);
}

.product-media {
  display: grid;
  place-items: center;
  min-height: 360px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(233, 215, 189, 0.42), rgba(40, 102, 83, 0.08));
}

.product-media img {
  max-height: 320px;
  object-fit: contain;
}

.product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 1rem 0.8rem 1rem 0;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.pills span {
  border: 1px solid rgba(201, 75, 45, 0.2);
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  background: rgba(201, 75, 45, 0.08);
  color: var(--bp-primary-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-body p {
  color: var(--bp-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.check-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(16, 24, 32, 0.82);
  font-size: 0.9rem;
  line-height: 1.45;
}

.check-list li {
  position: relative;
  padding-left: 1.35rem;
}

.check-list li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--bp-green);
  content: "";
}

.decision-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.decision-panel span {
  color: var(--bp-muted);
}

.video-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 75, 45, 0.18), transparent 34%),
    linear-gradient(135deg, #101820, #1b252b 58%, #2a211c);
  color: white;
}

.video-section .section-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 1rem;
}

.video-card {
  display: grid;
  align-content: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
}

.video-card-large {
  grid-row: span 2;
}

.video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #05080b;
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-copy {
  padding: 1.1rem;
}

.video-card-large .video-copy {
  display: grid;
  gap: 0.4rem;
  padding: 1.35rem;
}

.video-copy span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-copy h3 {
  margin: 0.3rem 0 0;
  color: white;
}

.video-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.industry-grid article,
.doc-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-radius: 24px;
  background: var(--bp-surface);
  box-shadow: 0 10px 28px rgba(16, 24, 32, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.service-card div {
  min-height: 108px;
  padding: 1rem;
}

.service-card span {
  color: var(--bp-primary);
  font-size: 0.74rem;
  font-weight: 950;
}

.service-card h3 {
  margin: 0.35rem 0 0;
}

.split-section,
.process-grid,
.faq-layout {
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  gap: 2.2rem;
  align-items: start;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.industry-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.industry-grid h3,
.industry-grid p {
  margin-inline: 1rem;
}

.industry-grid h3 {
  margin-top: 1rem;
}

.industry-grid p {
  margin-bottom: 1.15rem;
  color: var(--bp-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.doc-thumb {
  cursor: zoom-in;
  appearance: none;
  text-align: left;
}

.doc-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem;
}

.doc-card span {
  color: var(--bp-muted);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.doc-card strong {
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 950;
}

.doc-card img {
  width: 100%;
  height: 320px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 16px;
  object-fit: cover;
  object-position: top center;
}

.doc-card:hover,
.doc-card:focus-visible {
  border-color: rgba(201, 75, 45, 0.42);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  min-width: 0;
  border: 1px solid var(--bp-line);
  border-radius: 24px;
  padding: 1rem;
  background: var(--bp-surface);
  box-shadow: 0 10px 26px rgba(16, 24, 32, 0.06);
}

.timeline span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: var(--bp-ink);
  color: white;
  font-weight: 950;
}

.timeline strong {
  display: block;
  font-weight: 950;
}

.timeline p {
  margin: 0.5rem 0 0;
  color: var(--bp-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--bp-line);
  border-radius: 22px;
  background: var(--bp-surface);
  box-shadow: 0 10px 26px rgba(16, 24, 32, 0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 1.1rem 1.2rem;
  font-weight: 950;
}

.faq-list p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
  color: var(--bp-muted);
  line-height: 1.65;
}

.contact-section {
  padding-top: 3.8rem;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.4rem;
  align-items: start;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: linear-gradient(135deg, #101820, #1c262d 64%, #2a211c);
  color: white;
  box-shadow: var(--bp-shadow);
}

.contact-copy {
  padding: clamp(1rem, 3vw, 2rem);
}

.contact-copy h2 {
  color: white;
}

.contact-copy p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.quote-form {
  display: grid;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.quote-form label {
  display: grid;
  gap: 0.42rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.quote-form option {
  color: var(--bp-ink);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.contact-details {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
}

.contact-details a,
.contact-details span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.58rem 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.86rem;
}

.site-footer {
  border-top: 1px solid var(--bp-line);
  background: #fffdfa;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 2rem;
  padding: 3.5rem 0 2.2rem;
}

.footer-grid p {
  max-width: 320px;
  margin: 1rem 0 0;
  color: var(--bp-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer-grid nav {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  color: var(--bp-muted);
  font-size: 0.9rem;
}

.footer-grid nav strong {
  color: var(--bp-ink);
  font-size: 0.95rem;
  font-weight: 950;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--bp-line);
  padding: 1.2rem 0;
  color: var(--bp-muted);
  font-size: 0.84rem;
}

.doc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 7, 18, 0.78);
}

.doc-lightbox.hidden {
  display: none;
}

.doc-lightbox__panel {
  display: grid;
  gap: 12px;
  width: min(100%, 860px);
  max-height: calc(100vh - 48px);
}

.doc-lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: white;
}

.doc-lightbox__title {
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 900;
}

.doc-lightbox__close {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  font-weight: 900;
}

.doc-lightbox__close:hover,
.doc-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.doc-lightbox img {
  width: 100%;
  max-height: calc(100vh - 116px);
  border-radius: 0.75rem;
  background: white;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .product-grid,
  .video-grid,
  .split-section,
  .process-grid,
  .faq-layout,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-visual > img,
  .hero-bg-video {
    min-height: 520px;
  }

  .section-head.compact {
    margin-bottom: 1.5rem;
  }

  .video-card-large {
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .header-phone {
    display: none;
  }

  .header-actions .btn {
    display: none;
  }

  .hero {
    padding-top: 2.2rem;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .proof-grid,
  .decision-panel,
  .services-grid,
  .industry-grid,
  .docs-grid,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .product-body {
    padding: 0.4rem;
  }

  .product-media {
    min-height: 290px;
  }

  .hero-visual {
    border-radius: 24px;
  }

  .hero-visual > img,
  .hero-bg-video {
    min-height: 330px;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: -74px 12px 12px;
  }

  .hero-card img {
    max-height: 38px;
  }

  .mini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .mini-stats span {
    padding: 0.58rem;
    font-size: 0.72rem;
  }

  .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .trust-strip div {
    border-radius: 16px;
    padding: 0.72rem;
  }

  .trust-strip dt {
    font-size: 0.88rem;
  }

  .trust-strip dd {
    font-size: 0.68rem;
  }

  .service-card img,
  .industry-grid img {
    height: 190px;
  }

  .doc-card img {
    height: 360px;
  }

  .contact-card {
    border-radius: 24px;
  }

  .contact-copy {
    padding: 0.5rem;
  }

  .contact-details {
    display: grid;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  section[id] {
    scroll-margin-top: 92px;
  }

  .brand strong {
    font-size: 0.8rem;
  }

  .brand em {
    font-size: 0.7rem;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 4rem 0;
  }

  .hero-visual > img,
  .hero-bg-video {
    min-height: 300px;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
