:root {
  --primary: #dc000a;
  --primary-dark: #a90008;
  --cream: #ffe7c7;
  --card: #fff3e2;
  --white: #fffdf9;
  --ink: #1a0e0c;
  --card-foreground: #2b130f;
  --muted: #eedbc1;
  --muted-foreground: #6a534d;
  --line: #dfcdb7;
  --success: #238055;
  --display: "Lilita One", Impact, sans-serif;
  --body: "Nunito", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  color: var(--card-foreground);
  background: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

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

button {
  border: 0;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 94px;
  color: var(--cream);
  background: var(--primary);
  border-bottom: 1px solid rgba(255, 231, 199, .22);
}

.header-inner {
  width: min(1280px, calc(100% - 40px));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
}

.brand {
  flex: 0 0 auto;
  display: block;
  height: 72px;
}

.brand img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.brand-phrase {
  flex: 1;
  padding-left: 95px;
  font-family: var(--display);
  font-size: clamp(17px, 1.6vw, 24px);
  letter-spacing: .35px;
  text-align: center;
  text-transform: uppercase;
}

.header-status {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.status-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 231, 199, .27);
  border-radius: 50%;
}

.status-icon svg {
  width: 20px;
  height: 20px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 94px);
  overflow: hidden;
  color: var(--cream);
  background-color: var(--ink);
  background-image: url("/assets/hero-pastel.png");
  background-position: center center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 14, 12, .91) 0%, rgba(26, 14, 12, .75) 38%, rgba(26, 14, 12, .32) 70%, rgba(26, 14, 12, .5) 100%),
    linear-gradient(0deg, rgba(26, 14, 12, .75) 0%, rgba(26, 14, 12, .06) 55%, rgba(26, 14, 12, .28) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 56px));
  min-height: calc(100vh - 94px);
  display: grid;
  grid-template-columns: minmax(410px, .9fr) minmax(590px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 5vw, 78px);
  margin: 0 auto;
  padding: 38px 0 45px;
}

.hero-copy {
  max-width: 570px;
  animation: rise .65s ease both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 231, 199, .24);
  border-radius: 999px;
  background: rgba(255, 231, 199, .05);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.eyebrow svg {
  width: 15px;
  height: 15px;
  color: var(--primary);
}

.hero-copy h1 {
  font-family: var(--display);
  font-size: clamp(51px, 5.25vw, 76px);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.9px;
  text-transform: uppercase;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .18);
}

.hero-copy h1 span {
  color: var(--primary);
}

.hero-copy > p {
  max-width: 500px;
  margin-top: 28px;
  color: rgba(255, 231, 199, .87);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 231, 199, .18);
  color: rgba(255, 231, 199, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-points strong {
  color: var(--primary);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 400;
}

.system-preview {
  position: relative;
  width: 100%;
  max-width: 580px;
  justify-self: end;
  align-self: center;
  padding: 42px 44px 38px;
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(145deg, rgba(72, 17, 14, .64), rgba(26, 8, 7, .56)),
    rgba(26, 14, 12, .3);
  border: 1px solid rgba(255, 231, 199, .72);
  border-radius: 30px;
  box-shadow: 0 34px 85px rgba(0, 0, 0, .44), 0 1px 0 rgba(255, 255, 255, .13) inset;
  backdrop-filter: blur(18px) saturate(1.1);
  animation: rise .65s .08s ease both;
}

.system-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 110px;
  height: 6px;
  background: var(--primary);
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
  box-shadow: 0 0 24px rgba(220, 0, 10, .32);
}

.system-preview::after {
  content: "365";
  position: absolute;
  z-index: 0;
  top: 17px;
  right: 7px;
  color: rgba(255, 231, 199, .06);
  font-family: var(--display);
  font-size: 112px;
  line-height: .8;
  pointer-events: none;
}

.system-preview > * {
  position: relative;
  z-index: 1;
}

.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 231, 199, .35);
}

.preview-label,
.feature-kicker,
.form-area-heading > span {
  display: block;
  margin-bottom: 7px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.preview-header .preview-label {
  margin-bottom: 0;
  color: var(--cream);
}

.pdvlegal-wordmark {
  display: inline-flex;
  align-items: stretch;
  flex: 0 0 auto;
  margin: 0;
  color: var(--cream);
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.pdvlegal-wordmark strong {
  padding: 3px 5px 2px 0;
  font-weight: 900;
}

.pdvlegal-wordmark span {
  padding: 3px 7px 2px;
  color: white;
  background: #258cc1;
  font-weight: 400;
}

.system-preview h2 {
  max-width: 480px;
  color: var(--cream);
  font-family: var(--display);
  font-size: 46px;
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.35px;
  text-transform: uppercase;
}

.system-preview > p {
  max-width: 470px;
  margin-top: 16px;
  color: rgba(255, 231, 199, .87);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.preview-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  list-style: none;
}

.preview-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 231, 199, .32);
}

.preview-list li > span {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: rgba(255, 231, 199, .78);
  box-shadow: 0 7px 20px rgba(0, 0, 0, .13);
  border-radius: 50%;
}

.preview-list svg {
  width: 20px;
  height: 20px;
}

.preview-list strong,
.preview-list small {
  display: block;
}

.preview-list strong {
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-list small {
  margin-top: 2px;
  color: rgba(255, 231, 199, .77);
  font-size: 12px;
  font-weight: 700;
}

.preview-button {
  min-height: 53px;
  margin-top: 27px;
  padding-right: 29px;
  padding-left: 29px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(220, 0, 10, .32);
}

.capability-strip {
  position: relative;
  z-index: 2;
  color: var(--card-foreground);
  background: var(--cream);
  border-bottom: 4px solid var(--ink);
}

.capability-inner {
  width: min(1230px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin: 0 auto;
  padding: 34px 0 31px;
}

.capability-inner > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.capability-inner > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 42px;
  background: rgba(43, 19, 15, .14);
}

.capability-inner strong,
.capability-inner span {
  display: block;
}

.capability-inner strong {
  color: var(--primary);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.capability-inner span {
  margin-top: 6px;
  color: #5f4640;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.marquee {
  overflow: hidden;
  color: var(--cream);
  background: var(--primary);
  border-bottom: 4px solid var(--ink);
}

.marquee-track {
  width: max-content;
  display: flex;
  animation: marquee-slide 34s linear infinite;
}

.marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 19px 18px;
  font-size: clamp(19px, 2vw, 29px);
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-group b {
  color: rgba(255, 231, 199, .5);
  font-size: .8em;
}

.system-section {
  color: var(--card-foreground);
  background:
    radial-gradient(circle at 9% 8%, rgba(220, 0, 10, .055), transparent 25%),
    var(--cream);
  scroll-margin-top: 92px;
}

.content-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 16px 0 115px;
}

.system-heading {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 65px;
  align-items: end;
  margin-bottom: 48px;
}

.system-heading h2 {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(47px, 5.4vw, 75px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.7px;
  text-transform: uppercase;
}

.system-heading h2 span {
  color: var(--primary);
}

.heading-copy {
  padding-bottom: 5px;
}

.heading-copy p {
  color: var(--muted-foreground);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.heading-copy a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-copy svg {
  width: 16px;
  height: 16px;
  transition: transform .2s;
}

.heading-copy a:hover svg {
  transform: translateX(4px);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-bottom: 115px;
}

.spec-card {
  position: relative;
  min-height: 295px;
  padding: 29px 26px 25px;
  overflow: hidden;
  background: rgba(255, 253, 249, .78);
  border: 1px solid rgba(43, 19, 15, .1);
  border-radius: 17px;
  box-shadow: 0 14px 35px rgba(55, 23, 16, .055);
  transition: transform .25s, box-shadow .25s;
}

.spec-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(55, 23, 16, .1);
}

.spec-card .spec-icon {
  transition: transform .3s cubic-bezier(.2, .7, .2, 1), background-color .3s;
}

.spec-card:hover .spec-icon {
  transform: translateY(-3px) rotate(-5deg) scale(1.08);
}

.spec-card.featured {
  color: var(--cream);
  background: var(--primary);
  border-color: var(--primary);
}

.spec-number {
  position: absolute;
  top: 17px;
  right: 20px;
  color: rgba(43, 19, 15, .14);
  font-family: var(--display);
  font-size: 46px;
  line-height: 1;
}

.featured .spec-number {
  color: rgba(255, 231, 199, .2);
}

.spec-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 47px;
  color: var(--primary);
  background: rgba(220, 0, 10, .08);
  border-radius: 50%;
}

.featured .spec-icon {
  color: var(--primary);
  background: var(--cream);
}

.spec-icon svg {
  width: 22px;
  height: 22px;
}

.spec-card h3 {
  color: var(--ink);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.featured h3 {
  color: var(--cream);
}

.spec-card p {
  margin-top: 12px;
  color: var(--muted-foreground);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.featured p {
  color: rgba(255, 231, 199, .82);
}

.product-features {
  display: grid;
  gap: 118px;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(55px, 7vw, 100px);
  align-items: center;
}

@media (min-width: 1051px) {
  .system-stack {
    position: relative;
    --stack-entry-delay: 212px;
    --stack-card-gap: 18vh;
    --stack-final-hold: 55vh;
  }

  .system-overview {
    position: sticky;
    top: calc(-100vh + 32px);
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100vh - 32px);
    min-height: 620px;
    padding: 28px 0;
    overflow: hidden;
    background: var(--cream);
    border-radius: 28px;
  }

  .system-overview .spec-grid {
    margin-bottom: 0;
  }

  .product-features {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: var(--stack-entry-delay);
    padding-bottom: 0;
  }

  .product-features::after {
    content: "";
    display: block;
    height: var(--stack-final-hold);
  }

  .product-row {
    position: sticky;
    top: 16px;
    height: calc(100vh - 32px);
    min-height: 620px;
    margin-bottom: var(--stack-card-gap);
    padding: 44px 48px;
    overflow: hidden;
    background:
      radial-gradient(circle at 92% 8%, #fce3d9 0, #fff4e4 25%, transparent 25%),
      #fff4e4;
    border: 1px solid rgba(43, 19, 15, .12);
    border-radius: 28px;
    box-shadow: 0 34px 85px rgba(55, 23, 16, .19);
    isolation: isolate;
  }

  .product-row::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 48px;
    width: 92px;
    height: 5px;
    background: var(--primary);
    border-radius: 0 0 999px 999px;
  }

  .product-row::after {
    position: absolute;
    z-index: -1;
    top: 17px;
    right: 30px;
    color: rgba(220, 0, 10, .035);
    font-family: var(--display);
    font-size: 120px;
    line-height: 1;
    pointer-events: none;
  }

  .product-row:nth-child(1) {
    z-index: 1;
  }

  .product-row:nth-child(1)::after {
    content: "01";
  }

  .product-row:nth-child(2) {
    z-index: 2;
  }

  .product-row:nth-child(2)::after {
    content: "02";
  }

  .product-row:nth-child(3) {
    z-index: 3;
    margin-bottom: 0;
  }

  .product-row:nth-child(3)::after {
    content: "03";
  }

  .product-row .product-media,
  .product-row .product-copy {
    position: relative;
    z-index: 1;
  }

  .product-row .stone-media {
    height: clamp(410px, 58vh, 520px);
  }

  .dashboard-row,
  .payment-row {
    min-height: 620px;
  }
}

.product-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fbfaf7;
  border: 1px solid rgba(43, 19, 15, .1);
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(62, 26, 19, .13);
  transform-origin: center;
  transition:
    transform .55s cubic-bezier(.2, .75, .2, 1),
    box-shadow .55s cubic-bezier(.2, .75, .2, 1),
    border-color .35s ease;
}

.product-media img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.001);
  transition: transform .75s cubic-bezier(.2, .75, .2, 1), filter .5s ease;
  will-change: transform;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .28) 48%, transparent 66%);
  transform: translateX(-110%);
  transition: opacity .35s ease, transform .8s cubic-bezier(.2, .75, .2, 1);
}

.product-media:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(220, 0, 10, .18);
  box-shadow: 0 34px 72px rgba(62, 26, 19, .2);
}

.product-media:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.015);
}

.product-media:hover::after {
  opacity: 1;
  transform: translateX(110%);
}

.stone-media {
  height: 615px;
}

.stone-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
}

.screen-media {
  padding: 18px;
  background: #f7f5f0;
}

.screen-media img {
  border: 1px solid #e5e1da;
  border-radius: 9px;
}

.product-media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 13px;
  color: var(--cream);
  background: rgba(26, 14, 12, .87);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  z-index: 2;
  transition: transform .4s cubic-bezier(.2, .75, .2, 1), background-color .3s;
}

.product-media:hover figcaption {
  transform: translateY(-4px);
  background: rgba(220, 0, 10, .92);
}

.reveal {
  --reveal-x: 0px;
  --reveal-y: 0px;
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(.985);
  transition:
    opacity .75s ease var(--reveal-delay, 0ms),
    filter .75s ease var(--reveal-delay, 0ms),
    transform .8s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.reveal-up {
  --reveal-y: 38px;
}

.reveal-left {
  --reveal-x: -52px;
}

.reveal-right {
  --reveal-x: 52px;
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.product-media.reveal.is-visible:hover {
  transform: translateY(-8px) scale(1.012);
}

.spec-card.reveal.is-visible:hover {
  transform: translateY(-5px);
}

.product-copy h2 {
  max-width: 530px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(39px, 4.2vw, 58px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.45px;
  text-transform: uppercase;
}

.product-copy > p {
  max-width: 520px;
  margin-top: 20px;
  color: var(--muted-foreground);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.feature-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  list-style: none;
}

.feature-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4e3934;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.feature-points li span {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--primary);
  border-radius: 50%;
  font-size: 11px;
}

.feature-tag {
  display: inline-flex;
  margin-top: 26px;
  padding: 8px 12px;
  color: var(--primary);
  background: rgba(220, 0, 10, .075);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.infrastructure-section {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 5%, rgba(220, 0, 10, .28), transparent 27%),
    radial-gradient(circle at 90% 95%, rgba(220, 0, 10, .17), transparent 26%),
    var(--ink);
}

.infrastructure-section::before {
  content: "";
  position: absolute;
  top: 78px;
  right: -145px;
  width: 410px;
  height: 410px;
  border: 74px solid rgba(255, 231, 199, .025);
  border-radius: 50%;
  pointer-events: none;
}

.infrastructure-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0 70px;
}

.infrastructure-heading {
  width: 100%;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 42px;
  align-items: end;
  margin: 0 auto 27px;
}

.infrastructure-heading span {
  display: block;
  margin-bottom: 7px;
  color: var(--primary);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.infrastructure-heading h2 {
  max-width: 550px;
  font-family: var(--display);
  font-size: clamp(37px, 3.7vw, 49px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.65px;
  text-transform: uppercase;
}

.infrastructure-intro {
  padding-bottom: 5px;
}

.infrastructure-intro p {
  color: rgba(255, 231, 199, .76);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.equipment-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.equipment-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--card-foreground);
  background: #fff6e9;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 17px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .32);
  transition: transform .4s cubic-bezier(.2, .75, .2, 1), box-shadow .4s ease;
}

.equipment-panel.reveal.is-visible:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 85px rgba(0, 0, 0, .42);
}

.panel-badge {
  min-height: 37px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  color: var(--primary-dark);
  background: #ffe8db;
  border-bottom: 1px solid #ead3bd;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.panel-badge i {
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(220, 0, 10, .08);
}

.equipment-image-link {
  display: block;
  overflow: hidden;
  background: #fff7ed;
}

.equipment-image-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .65s cubic-bezier(.2, .75, .2, 1), filter .45s ease;
}

.equipment-image-link:hover img {
  transform: scale(1.018);
  filter: saturate(1.025) contrast(1.01);
}

.equipment-panel-footer {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 9px 15px;
  background: #fff0dc;
  border-top: 1px solid #e8d4bc;
}

.equipment-panel-footer strong,
.equipment-panel-footer span {
  display: block;
}

.equipment-panel-footer strong {
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.equipment-panel-footer span {
  margin-top: 2px;
  color: var(--muted-foreground);
  font-size: 8px;
  font-weight: 700;
}

.equipment-panel-footer a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .6px;
  text-decoration: none;
  text-transform: uppercase;
}

.equipment-panel-footer a svg {
  width: 12px;
  height: 12px;
  transition: transform .2s ease;
}

.equipment-panel-footer a:hover svg {
  transform: translate(3px, -3px);
}

.infra-panel-copy {
  padding: 20px 21px 18px;
}

.infra-panel-copy > span {
  display: block;
  margin-bottom: 7px;
  color: var(--primary);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.infra-panel-copy h3 {
  max-width: 410px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(25px, 2.3vw, 31px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.infra-panel-copy > p {
  margin-top: 9px;
  color: var(--muted-foreground);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.infra-panel-copy ul {
  display: grid;
  gap: 5px;
  margin-top: 11px;
  list-style: none;
}

.infra-panel-copy li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #543c36;
  font-size: 8px;
  font-weight: 800;
}

.infra-panel-copy li i {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

.infra-image-link {
  border-top: 1px solid #ead7c1;
}

.compact-footer {
  min-height: 52px;
}

.form-area {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 5% 10%, rgba(220, 0, 10, .45), transparent 28%),
    radial-gradient(circle at 93% 85%, rgba(220, 0, 10, .28), transparent 25%),
    var(--ink);
  scroll-margin-top: 92px;
}

.form-area::before {
  content: "365";
  position: absolute;
  right: -28px;
  bottom: -105px;
  color: rgba(255, 231, 199, .035);
  font-family: var(--display);
  font-size: 420px;
  line-height: 1;
  pointer-events: none;
}

.form-area-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.28fr);
  gap: clamp(55px, 7vw, 50px);
  align-items: start;
  margin: 0 auto;
  padding: 105px 0 115px;
}

.form-area-heading {
  position: sticky;
  top: 130px;
  padding-top: 30px;
}

.form-area-heading > span {
  color: var(--primary);
}

.form-area-heading h2 {
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.6px;
  text-transform: uppercase;
}

.form-area-heading p {
  max-width: 430px;
  margin-top: 23px;
  color: rgba(255, 231, 199, .76);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.form-area .form-panel {
  max-width: 730px;
}

.form-area #registrationForm {
  max-height: none;
  overflow: visible;
}

.site-footer {
  color: var(--cream);
  background: var(--primary);
}

.site-footer > div {
  width: min(1200px, calc(100% - 40px));
  min-height: 145px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}

.site-footer img {
  width: auto;
  height: 78px;
}

.site-footer p {
  font-size: 13px;
  font-weight: 800;
}

.site-footer span {
  margin-left: auto;
  color: rgba(255, 231, 199, .68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-panel {
  width: 100%;
  max-width: 690px;
  justify-self: end;
  overflow: hidden;
  color: var(--card-foreground);
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 24px;
  box-shadow: 0 32px 85px rgba(0, 0, 0, .38);
  animation: rise .65s .08s ease both;
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 30px 19px;
  background: rgba(255, 255, 255, .28);
}

.form-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.form-heading h2,
.success-view h2 {
  font-family: var(--display);
  color: var(--ink);
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.2px;
  text-transform: uppercase;
}

.form-heading p {
  margin-top: 5px;
  color: var(--muted-foreground);
  font-size: 12px;
  font-weight: 700;
}

.step-counter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 12px;
  color: var(--primary);
  background: rgba(220, 0, 10, .08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.progress {
  height: 5px;
  background: var(--muted);
}

.progress span {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--primary);
  border-radius: 0 999px 999px 0;
  transition: width .35s ease;
}

#registrationForm {
  max-height: calc(100vh - 235px);
  min-height: 505px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: rgba(106, 83, 77, .35) transparent;
  scrollbar-width: thin;
}

#registrationForm::-webkit-scrollbar {
  width: 7px;
}

#registrationForm::-webkit-scrollbar-thumb {
  background: rgba(106, 83, 77, .28);
  border-radius: 999px;
}

.step {
  display: none;
  padding: 23px 30px 28px;
}

.step.active {
  display: block;
  animation: step-in .3s ease both;
}

.form-section-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.form-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.form-section-title span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--cream);
  background: var(--primary);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}

.address-title {
  margin-top: 21px;
}

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

.col-3 { grid-column: span 3; }
.col-4 { grid-column: span 4; }
.col-5 { grid-column: span 5; }
.col-6 { grid-column: span 6; }
.col-7 { grid-column: span 7; }
.col-8 { grid-column: span 8; }
.col-9 { grid-column: span 9; }
.col-12 { grid-column: 1 / -1; }

.field label,
.equipment-fieldset legend {
  display: block;
  margin-bottom: 6px;
  color: #422a25;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.field label em,
.equipment-fieldset legend em {
  margin-left: 4px;
  color: #99847c;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1.5px solid var(--line);
  border-radius: 9px;
  outline: none;
  color: var(--card-foreground);
  background: var(--white);
  font-size: 13px;
  font-weight: 700;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.field textarea {
  min-height: 72px;
  line-height: 1.45;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #aa9890;
  font-weight: 600;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: #cdb7a3;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(220, 0, 10, .08);
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea,
.consent-wrap.has-error .consent-row {
  border-color: var(--primary);
  background-color: #fff8f5;
}

.field-error {
  display: none;
  margin-top: 4px;
  color: var(--primary-dark);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
}

.has-error > .field-error {
  display: block;
}

.input-with-status {
  position: relative;
}

.field-spinner {
  position: absolute;
  right: 13px;
  bottom: 15px;
  width: 13px;
  height: 13px;
  display: none;
  border: 2px solid var(--line);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin .65s linear infinite;
}

.field-spinner.visible {
  display: block;
}

.cnpj-lookup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.lookup-button {
  min-height: 44px;
  padding: 0 20px;
  color: var(--primary);
  background: rgba(220, 0, 10, .07);
  border: 1.5px solid rgba(220, 0, 10, .16);
}

.lookup-button:hover:not(:disabled) {
  color: var(--cream);
  background: var(--primary);
}

.lookup-message {
  margin-top: 8px;
  color: var(--muted-foreground);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.lookup-message.is-error {
  color: var(--primary-dark);
}

.company-result {
  margin-top: 17px;
  padding: 18px;
  background: rgba(255, 253, 249, .78);
  border: 1px solid rgba(43, 19, 15, .1);
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(55, 23, 16, .06);
  animation: step-in .3s ease both;
}

.company-result[hidden] {
  display: none;
}

.company-result header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.company-result header div > span,
.question-copy > span {
  display: block;
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.company-result header strong {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.company-status {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: var(--success);
  background: rgba(35, 128, 85, .09);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.company-result dl {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 13px 18px;
  margin-top: 14px;
}

.company-result dl div {
  min-width: 0;
}

.company-result .company-address {
  grid-column: 1 / -1;
}

.company-result dt {
  margin-bottom: 3px;
  color: #9b8178;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.company-result dd {
  overflow-wrap: anywhere;
  color: #49322d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.customer-title {
  margin-top: 23px;
}

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

.question-card {
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 16px;
  transition: border-color .2s, box-shadow .2s;
}

.question-card:has(input:checked) {
  border-color: rgba(220, 0, 10, .38);
  box-shadow: 0 15px 34px rgba(79, 27, 19, .1);
}

.question-card.has-error {
  border-color: var(--primary);
}

.question-card.has-error .field-error {
  display: block;
}

.question-image {
  height: 175px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f8eee0;
  border-bottom: 1px solid var(--line);
}

.question-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .4s cubic-bezier(.2, .75, .2, 1);
}

.question-card:hover .question-image img {
  transform: scale(1.025);
}

.question-copy {
  padding: 17px;
}

.question-copy h3 {
  color: var(--ink);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

.question-copy p {
  min-height: 50px;
  margin-top: 9px;
  color: var(--muted-foreground);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.binary-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.binary-options label {
  position: relative;
  cursor: pointer;
}

.binary-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.binary-options span {
  min-height: 40px;
  display: grid;
  place-items: center;
  color: #5b433d;
  background: #fff8ef;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .2s;
}

.binary-options label:hover span {
  border-color: rgba(220, 0, 10, .36);
}

.binary-options input:checked + span {
  color: var(--cream);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 8px 20px rgba(220, 0, 10, .2);
}

.equipment-fieldset {
  min-width: 0;
  margin-top: 21px;
  border: 0;
}

.equipment-fieldset legend {
  margin-bottom: 9px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.equipment-option {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #533d37;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 9px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.18;
  transition: border-color .2s, background-color .2s, color .2s;
}

.equipment-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.checkmark {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: transparent;
  border: 1.5px solid #c8b3a7;
  border-radius: 5px;
  transition: .2s;
}

.checkmark svg {
  width: 10px;
  height: 10px;
  stroke-width: 3;
}

.equipment-option:has(input:checked) {
  color: var(--primary-dark);
  border-color: var(--primary);
  background: #fff4ef;
}

.equipment-option input:checked + .checkmark {
  color: white;
  border-color: var(--primary);
  background: var(--primary);
}

.notes-field {
  margin-top: 17px;
}

.consent-wrap {
  margin-top: 14px;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted-foreground);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

.consent-row input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: var(--primary);
}

.submission-error {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  color: #8c0007;
  background: rgba(220, 0, 10, .07);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.submission-error.visible {
  display: block;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 21px;
}

.form-actions.align-end {
  justify-content: flex-end;
}

.button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 21px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  transition: transform .2s, background-color .2s, box-shadow .2s, opacity .2s;
}

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

.button svg {
  width: 16px;
  height: 16px;
}

.button-primary {
  color: var(--cream);
  background: var(--primary);
  box-shadow: 0 9px 22px rgba(220, 0, 10, .2);
}

.button-primary:hover:not(:disabled) {
  background: var(--primary-dark);
  box-shadow: 0 12px 25px rgba(169, 0, 8, .26);
}

.button-back {
  color: var(--muted-foreground);
  background: transparent;
}

.button:disabled {
  cursor: wait;
  opacity: .65;
}

.success-view {
  min-height: 630px;
  display: none;
  place-items: center;
  padding: 45px;
  text-align: center;
}

.success-view.active {
  display: grid;
  animation: step-in .35s ease both;
}

.success-view > div {
  max-width: 430px;
}

.success-icon {
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  color: white;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(35, 128, 85, .1);
}

.success-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 2.6;
}

.success-view h2 {
  margin-bottom: 14px;
  font-size: 36px;
}

.success-view p {
  color: var(--muted-foreground);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.protocol {
  display: inline-block;
  margin-top: 23px;
  padding: 10px 15px;
  color: var(--primary-dark);
  background: rgba(220, 0, 10, .07);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .5px;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes step-in {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes marquee-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1050px) {
  .brand-phrase {
    padding-left: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 55px 0;
  }

  .hero-copy {
    max-width: 710px;
    text-align: center;
    justify-self: center;
  }

  .hero-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-points {
    justify-content: center;
  }

  .system-preview {
    max-width: 650px;
    justify-self: center;
  }

  .capability-inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 27px;
  }

  .capability-inner > div:nth-child(2)::after {
    display: none;
  }

  .system-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .heading-copy {
    max-width: 620px;
  }

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

  .product-row {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .dashboard-row .product-copy {
    order: 2;
  }

  .dashboard-row .product-media {
    order: 1;
  }

  .stone-media {
    height: 560px;
  }

  .infrastructure-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .infrastructure-intro {
    max-width: 700px;
  }

  .equipment-showcase {
    max-width: 620px;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 auto;
  }

  .form-area-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .form-area-heading {
    position: static;
    max-width: 760px;
    padding-top: 0;
    text-align: center;
    justify-self: center;
  }

  .form-area-heading p {
    margin-right: auto;
    margin-left: auto;
  }

  .form-panel {
    justify-self: center;
  }

  #registrationForm {
    max-height: none;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 80px;
  }

  .header-inner,
  .hero-inner,
  .capability-inner,
  .content-container,
  .form-area-inner,
  .infrastructure-inner,
  .site-footer > div {
    width: calc(100% - 24px);
  }

  .brand {
    height: 61px;
  }

  .brand-phrase,
  .header-status > span:first-child {
    display: none;
  }

  .status-icon {
    width: 41px;
    height: 41px;
  }

  .hero {
    min-height: calc(100vh - 80px);
    background-position: 61% center;
  }

  .hero-inner {
    min-height: calc(100vh - 80px);
    padding: 39px 0 30px;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .hero-copy > p {
    margin-top: 21px;
    font-size: 15px;
  }

  .hero-points {
    display: none;
  }

  .system-preview {
    padding: 27px 21px 25px;
    border-radius: 18px;
  }

  .system-preview::before {
    left: 50%;
    width: 82px;
  }

  .preview-header {
    gap: 15px;
    margin-bottom: 21px;
    padding-bottom: 17px;
  }

  .pdvlegal-wordmark {
    font-size: 28px;
  }

  .system-preview h2 {
    font-size: 32px;
  }

  .capability-inner {
    gap: 24px 18px;
    padding: 27px 0 25px;
  }

  .capability-inner > div::after {
    display: none;
  }

  .capability-inner strong {
    font-size: 27px;
  }

  .capability-inner span {
    font-size: 8px;
  }

  .marquee-group {
    gap: 23px;
    padding: 16px 12px;
  }

  .content-container {
    padding: 32px 0 78px;
  }

  .system-heading {
    margin-bottom: 35px;
  }

  .system-heading h2 {
    font-size: 45px;
  }

  .heading-copy p {
    font-size: 14px;
  }

  .spec-grid {
    grid-template-columns: 1fr;
    margin-bottom: 75px;
  }

  .spec-card {
    min-height: 245px;
  }

  .spec-icon {
    margin-bottom: 34px;
  }

  .product-features {
    gap: 78px;
  }

  .product-row {
    gap: 31px;
  }

  .product-copy h2 {
    font-size: 39px;
  }

  .product-copy > p {
    font-size: 14px;
  }

  .product-media {
    border-radius: 16px;
  }

  .stone-media {
    height: 460px;
  }

  .screen-media {
    padding: 8px;
  }

  .product-media figcaption {
    right: 10px;
    bottom: 10px;
    font-size: 7px;
  }

  .infrastructure-inner {
    padding: 52px 0 58px;
  }

  .infrastructure-heading {
    margin-bottom: 23px;
  }

  .infrastructure-heading h2 {
    font-size: 38px;
  }

  .infrastructure-intro p {
    font-size: 12px;
  }

  .equipment-panel {
    border-radius: 17px;
  }

  .infra-panel-copy {
    padding: 24px 20px 21px;
  }

  .infra-panel-copy h3 {
    font-size: 31px;
  }

  .equipment-panel-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .equipment-panel-footer span {
    display: none;
  }

  .equipment-panel-footer a {
    font-size: 8px;
  }

  .form-area-inner {
    padding: 73px 0 80px;
  }

  .form-area-heading h2 {
    font-size: 47px;
  }

  .site-footer > div {
    min-height: 180px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .site-footer img {
    height: 70px;
  }

  .site-footer span {
    margin-left: 0;
  }

  .form-panel {
    border-radius: 18px;
  }

  .form-heading {
    padding: 22px 19px 18px;
  }

  .form-heading h2 {
    font-size: 24px;
  }

  .form-heading p {
    max-width: 230px;
    line-height: 1.4;
  }

  .step {
    padding: 22px 19px 25px;
  }

  .cnpj-lookup-row,
  .questionnaire-grid {
    grid-template-columns: 1fr;
  }

  .lookup-button {
    width: 100%;
  }

  .company-result dl {
    grid-template-columns: 1fr;
  }

  .company-result .company-address {
    grid-column: auto;
  }

  .question-image {
    height: 210px;
  }

  .question-copy p {
    min-height: 0;
  }

  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9 {
    grid-column: 1 / -1;
  }

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

  .button {
    padding: 0 16px;
    font-size: 10px;
  }

  .success-view {
    min-height: 470px;
    padding: 35px 24px;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 41px;
  }

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

  .company-result header {
    flex-direction: column;
  }

  .question-image {
    height: 170px;
  }
}

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

  .reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .product-media:hover,
  .product-media:hover img,
  .product-media:hover figcaption,
  .spec-card:hover,
  .spec-card:hover .spec-icon {
    transform: none !important;
  }

  .product-media::after {
    display: none;
  }
}
