:root {
  --red: #f2232d;
  --red-dark: #b3121b;
  --ink: #0b0d10;
  --graphite: #171b20;
  --steel: #29323b;
  --blue: #1f9dde;
  --amber: #c18435;
  --green: #24744f;
  --paper: #f6f7f8;
  --white: #ffffff;
  --muted: #6d7782;
  --line: #d9dee4;
  --shadow: 0 24px 70px rgba(7, 10, 14, 0.22);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding-top: 72px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  width: 100%;
  padding: 12px 40px;
  color: var(--white);
  background: rgba(11, 13, 16, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 160px;
  font-weight: 800;
}

.brand picture {
  display: block;
}

.brand-logo {
  width: 156px;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--white);
}

.topbar-cta,
.primary-button,
.secondary-button,
.lead-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.topbar-cta {
  min-width: 128px;
  padding: 0 18px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 0 18px rgba(242, 35, 45, 0.34);
  animation: red-pulse-soft 3s ease-in-out infinite;
}

.topbar-cta svg,
.primary-button svg,
.secondary-button svg,
.lead-form button svg,
.benefit-card svg,
.support-grid svg,
.problem-stack svg,
.package-grid svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(7, 9, 12, 1) 0%, rgba(18, 22, 27, 0.98) 48%, rgba(47, 20, 23, 0.96) 100%),
    var(--ink);
}

.hero::after {
  position: absolute;
  right: -14%;
  bottom: -20%;
  width: 62%;
  height: 72%;
  content: "";
  background: linear-gradient(135deg, rgba(242, 35, 45, 0.34), rgba(31, 157, 222, 0.18));
  transform: skewX(-16deg);
  opacity: 0.8;
}

.hero-product {
  position: absolute;
  right: 28%;
  bottom: -24px;
  z-index: 1;
  width: 42%;
  min-width: 420px;
  max-width: 620px;
  opacity: 0.72;
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.56));
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.92) 0%, rgba(7, 9, 12, 0.7) 42%, rgba(7, 9, 12, 0.18) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 92px);
}

.hero-shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 64px;
}

.hero-copy {
  display: flex;
  min-width: 0;
  min-height: 660px;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: 5rem;
  line-height: 0.95;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero-subtitle {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button {
  position: relative;
  min-width: 232px;
  padding: 0 22px;
  color: var(--white);
  background: var(--red);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 18px rgba(242, 35, 45, 0.52),
    0 16px 34px rgba(242, 35, 45, 0.32);
  animation: red-pulse 2.4s ease-in-out infinite;
  overflow: hidden;
}

.primary-button::after {
  position: absolute;
  inset: -2px;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 45%, transparent 62%);
  transform: translateX(-120%);
  animation: button-sheen 3.6s ease-in-out infinite;
  pointer-events: none;
}

.primary-button:hover,
.lead-form button:hover,
.topbar-cta:hover {
  background: var(--red-dark);
}

@keyframes red-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08) inset,
      0 0 16px rgba(242, 35, 45, 0.44),
      0 16px 34px rgba(242, 35, 45, 0.28);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.14) inset,
      0 0 30px rgba(242, 35, 45, 0.82),
      0 20px 46px rgba(242, 35, 45, 0.42);
  }
}

@keyframes red-pulse-soft {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08) inset,
      0 0 14px rgba(242, 35, 45, 0.3),
      0 14px 30px rgba(242, 35, 45, 0.18);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.14) inset,
      0 0 24px rgba(242, 35, 45, 0.58),
      0 18px 38px rgba(242, 35, 45, 0.28);
  }
}

@keyframes red-point-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(242, 35, 45, 0);
  }

  50% {
    box-shadow: 0 0 26px rgba(242, 35, 45, 0.56);
  }
}

@keyframes button-sheen {
  0%,
  58% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

.secondary-button {
  min-width: 220px;
  padding: 0 20px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.secondary-button:hover {
  background: rgba(255, 255, 255, 0.18);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 14px;
  margin-top: 46px;
}

.hero-proof div {
  min-height: 92px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-proof div:hover {
  border-color: rgba(242, 35, 45, 0.54);
  box-shadow: 0 0 24px rgba(242, 35, 45, 0.2);
  transform: translateY(-2px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--white);
  font-size: 1.3rem;
}

.hero-proof span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-top: 44px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 900;
}

.scroll-cue svg {
  width: 28px;
  height: 28px;
  color: var(--red);
  stroke: var(--red);
  stroke-width: 3;
  filter: drop-shadow(0 0 10px rgba(242, 35, 45, 0.45));
  animation: cue-bounce 1.45s ease-in-out infinite;
}

.scroll-cue:hover {
  color: var(--white);
}

@keyframes cue-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(7px);
  }
}

.lead-panel {
  align-self: center;
  min-width: 0;
  padding: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lead-panel h2 {
  margin: 0;
  font-size: 1.65rem;
}

.lead-panel > p:not(.panel-kicker) {
  margin: 8px 0 24px;
  color: var(--muted);
}

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

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-size: 0.86rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(242, 35, 45, 0.13);
}

.lead-form button {
  position: relative;
  width: 100%;
  margin-top: 4px;
  color: var(--white);
  background: var(--red);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 18px rgba(242, 35, 45, 0.38),
    0 14px 30px rgba(242, 35, 45, 0.22);
  animation: red-pulse-soft 2.8s ease-in-out infinite;
}

.lead-form button::after {
  position: absolute;
  inset: -2px;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 45%, transparent 62%);
  transform: translateX(-120%);
  animation: button-sheen 4.2s ease-in-out infinite;
  pointer-events: none;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 700;
}

.feature-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.rail-item {
  min-height: 122px;
  padding: 28px 34px;
  border-right: 1px solid var(--line);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.rail-item:last-child {
  border-right: 0;
}

.rail-item span,
.rail-item strong {
  display: block;
}

.rail-item span {
  color: var(--muted);
  font-weight: 800;
}

.rail-item strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.25rem;
}

.rail-item:hover {
  background: #fff7f7;
  box-shadow: inset 0 -3px 0 var(--red);
}

.section {
  scroll-margin-top: 92px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
}

#hero,
#cotacao,
#detalhes,
#cases,
#especificacoes,
#faq {
  scroll-margin-top: 92px;
}

.intro-grid,
.split-section,
.machine-map,
.specs-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.dark-copy h2,
.specs-intro h2,
.final-cta h2,
.map-copy h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading {
  max-width: 830px;
  margin-bottom: 38px;
}

.section-heading p:not(.eyebrow),
.section-copy p:not(.eyebrow),
.dark-copy p:not(.eyebrow),
.specs-intro p,
.map-copy p,
.process-list p,
.benefit-card p,
.support-grid p,
.faq-list p,
.case-card p,
.package-grid p,
.package-grid span,
.detail-card p {
  color: var(--muted);
  font-size: 1rem;
}

.section-copy p:not(.eyebrow),
.dark-copy p:not(.eyebrow),
.specs-intro p,
.map-copy p {
  max-width: 640px;
  margin: 22px 0 0;
}

.problem-stack {
  display: grid;
  gap: 14px;
}

.problem-stack article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.problem-stack svg {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  color: var(--red);
}

.problem-stack strong,
.problem-stack span {
  display: block;
}

.problem-stack strong {
  font-size: 1.12rem;
}

.problem-stack span {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--steel);
  font-weight: 800;
}

.check-list svg {
  width: 19px;
  height: 19px;
  color: var(--green);
}

.image-stage {
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, #ffffff 0%, #eef2f5 58%, #dde5eb 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.image-stage img {
  width: min(520px, 92%);
  filter: drop-shadow(0 26px 36px rgba(8, 14, 20, 0.24));
}

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

.benefit-card,
.support-grid article,
.detail-card,
.case-card,
.package-grid article {
  min-height: 250px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.benefit-card:hover,
.support-grid article:hover,
.detail-card:hover,
.case-card:hover,
.package-grid article:hover {
  border-color: rgba(242, 35, 45, 0.42);
  box-shadow:
    0 0 0 1px rgba(242, 35, 45, 0.08),
    0 18px 38px rgba(12, 15, 18, 0.08),
    0 0 24px rgba(242, 35, 45, 0.14);
  transform: translateY(-3px);
}

.benefit-card svg,
.support-grid svg,
.package-grid svg {
  width: 34px;
  height: 34px;
  color: var(--red);
  filter: drop-shadow(0 0 8px rgba(242, 35, 45, 0.28));
}

.benefit-card h3,
.support-grid h3,
.process-list h3,
.detail-card h3,
.case-card h3,
.package-grid h3 {
  margin: 22px 0 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.benefit-card p,
.support-grid p,
.process-list p,
.detail-card p,
.case-card p,
.package-grid p {
  margin: 0;
}

.detail-section {
  padding-top: 28px;
}

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

.visual-card {
  padding: 0;
  overflow: hidden;
}

.visual-card h3,
.visual-card p {
  padding-right: 24px;
  padding-left: 24px;
}

.visual-card p {
  padding-bottom: 24px;
}

.visual-placeholder {
  display: grid;
  min-height: 240px;
  align-content: end;
  gap: 8px;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 12, 16, 0.2), rgba(8, 12, 16, 0.92)),
    repeating-linear-gradient(45deg, #252b31 0 12px, #2e353d 12px 24px);
}

.visual-placeholder.warm {
  background:
    linear-gradient(135deg, rgba(242, 35, 45, 0.12), rgba(8, 12, 16, 0.92)),
    repeating-linear-gradient(45deg, #4d2024 0 12px, #351a1e 12px 24px);
}

.visual-placeholder.blue {
  background:
    linear-gradient(135deg, rgba(31, 157, 222, 0.26), rgba(8, 12, 16, 0.92)),
    repeating-linear-gradient(45deg, #172f42 0 12px, #102331 12px 24px);
}

.visual-placeholder.dark {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(8, 12, 16, 0.94)),
    repeating-linear-gradient(45deg, #15191d 0 12px, #20252a 12px 24px);
}

.visual-placeholder span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-placeholder strong {
  font-size: 1.35rem;
}

.machine-map {
  align-items: start;
  padding-top: 24px;
}

.map-insights {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.map-insights article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.map-insights span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 8px;
  font-weight: 900;
}

.map-insights strong,
.map-insights p {
  display: block;
}

.map-insights strong {
  color: var(--ink);
  font-size: 1.03rem;
}

.map-insights p {
  margin: 6px 0 0;
  color: var(--muted);
}

.map-board {
  position: relative;
  display: grid;
  min-height: 630px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 42%, rgba(242, 35, 45, 0.22), transparent 38%),
    linear-gradient(135deg, #12161a 0%, #252b31 100%);
  border-radius: 8px;
}

.map-board img {
  width: min(620px, 92%);
  filter: drop-shadow(0 32px 40px rgba(0, 0, 0, 0.34));
}

.map-board .architecture-image {
  border-radius: 8px;
}

.map-point {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 230px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.map-point span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 8px;
  font-weight: 900;
  animation: red-point-pulse 2.6s ease-in-out infinite;
}

.map-point strong {
  font-size: 0.94rem;
}

.point-a {
  top: 44px;
  left: 40px;
}

.point-b {
  top: 152px;
  right: 32px;
}

.point-c {
  right: 40px;
  bottom: 112px;
}

.point-d {
  left: 36px;
  bottom: 50px;
}

.process-section {
  padding-top: 24px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-list article {
  min-height: 238px;
  padding: 30px;
  background: var(--white);
}

.process-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  font-weight: 900;
}

.dark-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 44px;
  width: 100%;
  max-width: none;
  padding: 92px max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background:
    linear-gradient(125deg, rgba(12, 15, 18, 1) 0%, rgba(26, 31, 36, 1) 55%, rgba(55, 25, 29, 1) 100%);
}

.dark-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.dark-metrics {
  display: grid;
  gap: 14px;
  align-content: center;
}

.dark-metrics div {
  min-height: 118px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.dark-metrics div:hover {
  border-color: rgba(242, 35, 45, 0.48);
  box-shadow: 0 0 28px rgba(242, 35, 45, 0.18);
  transform: translateY(-3px);
}

.dark-metrics strong,
.dark-metrics span {
  display: block;
}

.dark-metrics strong {
  font-size: 1.45rem;
}

.dark-metrics span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
}

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

.case-card {
  min-height: 420px;
}

.case-card h3 {
  min-height: 58px;
}

.case-card strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--red);
}

.case-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: var(--white);
  background: linear-gradient(90deg, var(--ink), #251114);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 0 16px rgba(242, 35, 45, 0.18);
}

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

.package-grid article {
  min-height: 330px;
}

.package-grid span {
  display: block;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.compare-section {
  padding-top: 26px;
}

.compare-table {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.compare-table > div {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.compare-table > div:last-child {
  border-bottom: 0;
}

.compare-table strong,
.compare-table span {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.compare-table strong:last-child,
.compare-table span:last-child {
  border-right: 0;
}

.compare-head {
  color: var(--white);
  background: var(--ink);
}

.compare-table .thermo-choice {
  position: relative;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(242, 35, 45, 0.11), rgba(255, 255, 255, 0.95));
  border-left: 3px solid var(--red);
  box-shadow: inset 0 0 18px rgba(242, 35, 45, 0.08);
  font-weight: 900;
}

.compare-head .thermo-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  background: linear-gradient(90deg, var(--red), #7d1118);
  border-left: 0;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 24px rgba(242, 35, 45, 0.36);
  animation: red-pulse-soft 3s ease-in-out infinite;
}

.compare-head .thermo-choice svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.compare-table div:not(.compare-head) .thermo-choice::before {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 999px;
  content: "✓";
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 0 14px rgba(242, 35, 45, 0.3);
}

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

.specs-section {
  align-items: start;
  padding-top: 20px;
}

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

.spec-table div {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 0.62fr);
  gap: 18px;
  min-height: 62px;
  padding: 17px 22px;
  border-bottom: 1px solid var(--line);
}

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

.spec-table span {
  color: var(--muted);
  font-weight: 800;
}

.spec-table strong {
  color: var(--ink);
}

.faq-section {
  padding-top: 38px;
}

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

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.faq-list details[open] {
  border-color: rgba(242, 35, 45, 0.42);
  box-shadow: 0 0 22px rgba(242, 35, 45, 0.12);
}

.faq-list summary {
  min-height: 66px;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 900;
  list-style: none;
}

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

.faq-list summary::after {
  float: right;
  content: "+";
  color: var(--red);
  font-size: 1.5rem;
  line-height: 1;
}

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

.faq-list p {
  max-width: 880px;
  margin: 0;
  padding: 0 24px 22px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 38px;
  padding: 42px;
  color: var(--white);
  background:
    linear-gradient(100deg, var(--ink) 0%, #1f252b 56%, #451c21 100%);
  border-radius: 8px;
  box-shadow: 0 0 34px rgba(242, 35, 45, 0.12);
}

.final-cta h2 {
  max-width: 760px;
  font-size: 2.35rem;
}

.legal-notes {
  display: grid;
  gap: 6px;
  padding: 28px 24px 42px;
  color: #808a94;
  background: #eceff2;
  font-size: 0.88rem;
}

.legal-notes p {
  width: min(1180px, 100%);
  margin: 0 auto;
}

@media (max-width: 1120px) {
  .topbar {
    padding: 12px 24px;
  }

  .nav-links {
    display: none;
  }

  .hero-product {
    right: 3%;
    width: 52%;
    opacity: 0.34;
  }

  .hero-shell,
  .intro-grid,
  .split-section,
  .machine-map,
  .specs-section,
  .dark-band {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
    padding-top: 28px;
  }

  .lead-panel {
    max-width: 560px;
    width: 100%;
  }

  .feature-rail,
  .benefit-grid,
  .process-list,
  .detail-grid,
  .case-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    padding-top: 64px;
  }

  .topbar {
    min-height: 64px;
    gap: 12px;
  }

  .brand {
    min-width: 142px;
  }

  .brand-logo {
    width: 142px;
  }

  .topbar-cta {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .topbar-cta span {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    display: none;
  }

  .hero-shell,
  .section,
  .final-cta {
    width: calc(100% - 32px);
    max-width: 1180px;
  }

  .hero-shell {
    padding: 46px 0 48px;
  }

  .hero-product {
    right: 0;
    bottom: 15%;
    width: 66%;
    min-width: 0;
    opacity: 0.18;
  }

  .hero h1 {
    max-width: 340px;
    font-size: 2.85rem;
  }

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

  .hero-actions,
  .final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-width: 0;
  }

  .scroll-cue {
    margin-top: 36px;
  }

  .hero-proof,
  .feature-rail,
  .benefit-grid,
  .process-list,
  .detail-grid,
  .case-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    min-height: 76px;
  }

  .lead-panel {
    padding: 22px;
  }

  .rail-item {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .rail-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 64px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .dark-copy h2,
  .specs-intro h2,
  .map-copy h2 {
    font-size: 2.35rem;
  }

  .image-stage {
    min-height: 390px;
  }

  .visual-placeholder {
    min-height: 210px;
  }

  .map-board {
    min-height: 560px;
  }

  .map-point {
    position: static;
    width: calc(100% - 32px);
    margin: 0 16px 12px;
  }

  .map-board {
    align-content: center;
    gap: 0;
    padding: 24px 0;
  }

  .map-board img {
    width: 92%;
    margin-bottom: 18px;
  }

  .dark-band {
    padding: 64px 16px;
  }

  .compare-table > div {
    grid-template-columns: 1fr;
  }

  .compare-table strong,
  .compare-table span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .compare-table strong:last-child,
  .compare-table span:last-child {
    border-bottom: 0;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .final-cta {
    padding: 30px 22px;
  }

  .final-cta h2 {
    font-size: 1.85rem;
  }
}
