:root {
  --ink: #101827;
  --ink-soft: #263248;
  --paper: #ffffff;
  --paper-warm: #f5f3ef;
  --line: #dfe3e8;
  --muted: #657087;
  --accent: #e94a22;
  --accent-dark: #c93412;
  --max: #6957ff;
  --whatsapp: #158b55;
  --success: #0a7d48;
  --danger: #b42318;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(5, 16, 36, 0.16);
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(233, 74, 34, 0.42);
  outline-offset: 3px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 0.2s;
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(16, 24, 39, 0.1);
  backdrop-filter: blur(14px);
}

.header-row {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 72px;
  height: 40px;
  object-fit: contain;
}

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

.brand strong {
  font-size: 18px;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: var(--accent);
  transition: right 0.2s ease;
}

.main-nav a:hover::after {
  right: 0;
}

.header-phone {
  display: grid;
  min-width: 172px;
  padding-left: 20px;
  border-left: 1px solid var(--line);
  line-height: 1.2;
  text-decoration: none;
}

.header-phone span {
  color: var(--muted);
  font-size: 12px;
}

.header-phone strong {
  margin-top: 4px;
  font-size: 16px;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 11px;
  border: 0;
  border-radius: 10px;
  background: var(--paper-warm);
}

.menu-button > span:not(.visually-hidden) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 4px;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("/images/media-0080.jpg") center / cover no-repeat;
  transform: scale(1.015);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 15, 29, 0.94) 0%, rgba(7, 15, 29, 0.84) 51%, rgba(7, 15, 29, 0.56) 100%),
    linear-gradient(180deg, rgba(7, 15, 29, 0.18), rgba(7, 15, 29, 0.5));
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: 70px;
  padding-block: 76px;
}

.eyebrow {
  margin: 0 0 16px;
  color: #ff8b69;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--accent-dark);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(44px, 5.4vw, 74px);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 54px);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 23px;
  letter-spacing: -0.02em;
}

.hero-lead {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.hero-actions,
.price-actions,
.messenger-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.button-primary {
  color: var(--paper);
  background: var(--accent);
  border-color: var(--accent);
}

.button-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.button-ghost {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.button-full {
  width: 100%;
}

.button-whatsapp {
  color: var(--paper);
  background: var(--whatsapp);
}

.button-max {
  color: var(--paper);
  background: var(--max);
}

.fact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.fact-list li {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
}

.lead-card {
  padding: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.lead-card-kicker {
  margin: 0 0 5px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lead-card h2 {
  margin-bottom: 8px;
  font-size: 32px;
  letter-spacing: -0.03em;
}

.lead-card > p:not(.lead-card-kicker) {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 13px;
  font-weight: 760;
}

.field label span {
  color: var(--muted);
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd5dd;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(233, 74, 34, 0.14);
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.form-status[data-state="success"] {
  color: var(--success);
}

.form-status[data-state="error"] {
  color: var(--danger);
}

.lead-form [type="submit"][disabled] {
  opacity: 0.68;
  cursor: wait;
  transform: none;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.quick-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  background: var(--paper-warm);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 760;
  text-decoration: none;
}

.section {
  padding-block: 104px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.section-heading > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 34px rgba(16, 24, 39, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.12);
}

.product-image {
  height: 245px;
  display: block;
  overflow: hidden;
  background: #f1f2f4;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-image-cover img {
  object-position: center 44%;
}

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

.product-body {
  padding: 24px;
}

.product-number {
  margin: 0 0 13px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.product-body h3 {
  min-height: 50px;
  margin-bottom: 13px;
}

.product-body h3 a {
  text-decoration: none;
}

.product-body > p:not(.product-number):not(.product-meta) {
  min-height: 72px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-meta {
  min-height: 42px;
  margin: 18px 0 16px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 720;
}

.text-link {
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  transition: transform 0.18s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.about-section,
.faq-section {
  background: var(--paper-warm);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 72px;
}

.media-frame {
  position: relative;
}

.media-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.media-badge {
  position: absolute;
  right: -22px;
  bottom: -24px;
  min-width: 130px;
  padding: 17px 20px;
  color: var(--paper);
  background: var(--accent);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(201, 52, 18, 0.28);
}

.media-badge strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.content > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.feature-list > div {
  display: grid;
  gap: 5px;
  padding-left: 18px;
  border-left: 3px solid var(--accent);
}

.feature-list strong {
  font-size: 17px;
}

.feature-list span {
  color: var(--muted);
  font-size: 14px;
}

.price-section {
  padding-block: 74px;
  color: var(--paper);
  background: var(--ink);
}

.price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 52px;
}

.price-panel h2 {
  margin-bottom: 13px;
  font-size: clamp(32px, 4vw, 48px);
}

.price-panel p:last-child {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
}

.price-actions {
  max-width: 280px;
  flex-direction: column;
  margin-top: 0;
}

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

.process-grid li {
  position: relative;
  min-height: 245px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process-grid li > span {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.process-grid h3 {
  margin: 48px 0 12px;
  font-size: 21px;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 72px;
}

.faq-layout > div:first-child > p:last-child {
  color: var(--muted);
  font-size: 17px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.faq-list summary {
  position: relative;
  padding: 19px 56px 19px 20px;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--accent-dark);
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.contact-section {
  color: var(--paper);
  background:
    radial-gradient(circle at 0 100%, rgba(233, 74, 34, 0.22), transparent 36%),
    var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1fr);
  align-items: start;
  gap: 72px;
}

.contact-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.contact-methods {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.contact-methods a {
  display: grid;
  gap: 4px;
  color: var(--paper);
  text-decoration: none;
}

.contact-methods span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.contact-methods strong {
  font-size: 20px;
}

.lead-form-light {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 30px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.field-wide {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 42px 0 96px;
  color: rgba(255, 255, 255, 0.76);
  background: #080d16;
}

.footer-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(300px, 1.35fr) minmax(180px, 0.65fr);
  align-items: start;
  gap: 32px;
}

.brand-footer strong {
  color: var(--paper);
}

.brand-footer small {
  color: rgba(255, 255, 255, 0.52);
}

.footer-row nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 24px;
}

.footer-row nav a,
.footer-contact a {
  color: inherit;
  font-size: 13px;
  text-decoration: none;
}

.footer-row nav a:hover,
.footer-contact a:hover {
  color: var(--paper);
}

.footer-contact {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.mobile-actions {
  display: none;
}

/* Product pages */
.product-hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.product-hero-grid {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.68fr);
  align-items: center;
  gap: 70px;
  padding-block: 72px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  list-style: none;
}

.breadcrumbs a {
  color: inherit;
}

.product-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 5vw, 66px);
}

.product-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.product-visual {
  position: relative;
}

.product-visual img {
  display: block;
  width: 100%;
  max-height: 470px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--paper);
  border: 8px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.product-visual-contain img {
  object-fit: contain;
}

.product-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  align-items: start;
  gap: 70px;
}

.product-info-grid > * {
  min-width: 0;
}

.info-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}

.info-list > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.5fr) 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.info-list dt {
  color: var(--muted);
  font-size: 13px;
}

.info-list dd {
  margin: 0;
  font-weight: 700;
}

.spec-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.spec-table th {
  color: var(--muted);
  background: var(--paper-warm);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.spec-table tr:last-child td {
  border-bottom: 0;
}

.spec-table td:first-child {
  font-weight: 750;
}

.request-box {
  padding: 28px;
  color: var(--paper);
  background: var(--ink);
  border-radius: var(--radius);
}

.request-box h3 {
  margin-bottom: 10px;
}

.request-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.request-box ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding-left: 20px;
}

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

.related-card {
  min-height: 160px;
  display: grid;
  align-content: end;
  padding: 24px;
  color: var(--paper);
  background: var(--ink-soft);
  border-radius: var(--radius);
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.related-card:hover {
  background: var(--accent-dark);
  transform: translateY(-3px);
}

.related-card span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.related-card strong {
  margin-top: 8px;
  font-size: 20px;
}

@media (max-width: 1080px) {
  .header-row {
    gap: 18px;
  }

  .main-nav {
    gap: 16px;
  }

  .header-phone {
    min-width: 160px;
    padding-left: 14px;
  }

  .hero-grid,
  .product-hero-grid {
    gap: 38px;
  }

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

  .product-body > p:not(.product-number):not(.product-meta),
  .product-body h3 {
    min-height: auto;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 72px;
  }

  .header-row {
    min-height: 70px;
  }

  .menu-button {
    display: block;
  }

  .header-phone {
    min-width: 0;
    padding: 0;
    border: 0;
  }

  .header-phone span {
    display: none;
  }

  .header-phone strong {
    font-size: 14px;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    margin: 0;
    padding: 14px 20px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(16, 24, 39, 0.12);
  }

  .main-nav[data-open="true"] {
    display: grid;
  }

  .main-nav a {
    padding: 10px;
    background: var(--paper-warm);
    border-radius: 8px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid,
  .product-hero-grid,
  .split,
  .faq-layout,
  .contact-grid,
  .product-info-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .product-hero-grid {
    padding-block: 66px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .lead-card {
    max-width: 640px;
  }

  .split,
  .faq-layout,
  .contact-grid,
  .product-info-grid {
    gap: 48px;
  }

  .media-badge {
    right: 12px;
  }

  .price-panel {
    grid-template-columns: 1fr;
  }

  .price-actions {
    max-width: none;
    flex-direction: row;
  }

  .footer-row {
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
    justify-items: start;
  }

  .product-visual {
    max-width: 560px;
    order: -1;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  body {
    padding-bottom: 58px;
  }

  .brand img {
    width: 54px;
    height: 32px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small,
  .header-phone {
    display: none;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(7, 15, 29, 0.9), rgba(7, 15, 29, 0.82));
  }

  .hero-grid,
  .product-hero-grid {
    gap: 36px;
    padding-block: 48px;
  }

  h1,
  .product-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  h2 {
    font-size: clamp(31px, 10vw, 42px);
  }

  .hero-lead,
  .product-hero-copy > p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-actions,
  .price-actions,
  .messenger-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .lead-card,
  .lead-form-light {
    padding: 22px;
    border-radius: 16px;
  }

  .section {
    padding-block: 70px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading > p:last-child,
  .content > p:not(.eyebrow),
  .contact-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .product-grid,
  .process-grid,
  .lead-form-light,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 245px;
  }

  .media-badge {
    right: 12px;
    bottom: -18px;
  }

  .process-grid li {
    min-height: auto;
  }

  .process-grid h3 {
    margin-top: 28px;
  }

  .field-wide {
    grid-column: auto;
  }

  .footer-row,
  .footer-row nav {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 48px;
  }

  .mobile-actions {
    position: fixed;
    z-index: 120;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 58px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: var(--paper);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 26px rgba(16, 24, 39, 0.13);
  }

  .mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    color: var(--ink);
    border-right: 1px solid var(--line);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }

  .mobile-actions a:last-child {
    color: var(--paper);
    background: var(--accent);
    border-right: 0;
  }

  .info-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .spec-table {
    min-width: 620px;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 22px, var(--container));
  }

  .lead-card,
  .lead-form-light,
  .product-body,
  .process-grid li {
    padding: 18px;
  }

  .quick-links {
    grid-template-columns: 1fr;
  }
}

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