:root {
  --df-bg: #050505;
  --df-surface: #111113;
  --df-surface-strong: #19191c;
  --df-line: rgba(255, 255, 255, 0.12);
  --df-text: #f8f8f6;
  --df-muted: rgba(248, 248, 246, 0.64);
  --df-yellow: #ffd600;
  --df-yellow-soft: #fff0a3;
  --df-green: #39d98a;
  --df-radius: 30px;
  --df-max: 1240px;
  color-scheme: dark;
}

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

.decalfit-body {
  min-height: 100vh;
  margin: 0;
  background: var(--df-bg);
  color: var(--df-text);
  font-family: "Poppins", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.decalfit-body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 84% 3%, rgba(255, 214, 0, 0.11), transparent 28rem),
    radial-gradient(circle at 10% 42%, rgba(255, 214, 0, 0.05), transparent 32rem),
    #050505;
}

.decalfit-body a:focus-visible,
.decalfit-body button:focus-visible,
.decalfit-body input:focus-visible,
.decalfit-body summary:focus-visible {
  outline: 3px solid var(--df-yellow);
  outline-offset: 4px;
}

.decalfit-frame {
  overflow: hidden;
}

.decalfit-header,
.decalfit-hero,
.decalfit-proof,
.decalfit-compare-section,
.decalfit-paths,
.decalfit-flow,
.decalfit-surface-section,
.decalfit-privacy,
.decalfit-faq,
.decalfit-final-cta,
.decalfit-footer {
  width: min(var(--df-max), calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.decalfit-header {
  position: sticky;
  z-index: 20;
  top: 18px;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 10px 12px 10px 18px;
  border: 1px solid var(--df-line);
  border-radius: 24px;
  background: rgba(12, 12, 14, 0.78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px) saturate(150%);
}

.decalfit-brand,
.decalfit-nav,
.decalfit-hero-actions,
.decalfit-availability,
.decalfit-footer-brand,
.decalfit-footer nav {
  display: flex;
  align-items: center;
}

.decalfit-brand {
  gap: 12px;
  color: var(--df-text);
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
}

.decalfit-brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(255, 214, 0, 0.12);
}

.decalfit-nav {
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}

.decalfit-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.decalfit-nav a:hover {
  color: #fff;
}

.decalfit-nav .decalfit-nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 16px;
  background: var(--df-yellow);
  color: #050505;
}

.decalfit-hero {
  display: grid;
  min-height: min(760px, calc(100vh - 100px));
  grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: 54px;
  padding-top: 86px;
  padding-bottom: 80px;
}

.decalfit-hero-copy {
  position: relative;
  z-index: 2;
}

.decalfit-kicker {
  margin: 0 0 16px;
  color: var(--df-yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.decalfit-hero h1,
.decalfit-section-heading h2,
.decalfit-surface-section h2,
.decalfit-privacy h2,
.decalfit-final-cta h2 {
  margin: 0;
  color: var(--df-text);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.decalfit-hero h1 {
  max-width: 670px;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.98;
}

.decalfit-lede {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--df-muted);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.55;
}

.decalfit-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.decalfit-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--df-line);
  border-radius: 18px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.decalfit-button.is-primary {
  border-color: var(--df-yellow);
  background: var(--df-yellow);
  box-shadow: 0 15px 36px rgba(255, 214, 0, 0.16);
  color: #050505;
}

.decalfit-button.is-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.decalfit-availability {
  gap: 10px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.decalfit-availability span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--df-green);
  box-shadow: 0 0 0 5px rgba(57, 217, 138, 0.1);
}

.decalfit-hero-visual {
  position: relative;
  min-height: 610px;
  border: 1px solid var(--df-line);
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(255, 214, 0, 0.07), transparent 52%),
    #0a0a0c;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.42);
}

.decalfit-hero-car {
  position: absolute;
  width: 88%;
  right: -5%;
  bottom: 4%;
  border-radius: 28px;
  filter: saturate(0.96) contrast(1.03);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.decalfit-phone-shot {
  position: absolute;
  z-index: 3;
  width: 210px;
  top: 40px;
  left: -34px;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  background: #111;
  box-shadow: 0 34px 74px rgba(0, 0, 0, 0.55);
  transform: rotate(-3deg);
}

.decalfit-phone-shot img {
  width: 100%;
  border-radius: 27px;
}

.decalfit-hero-note {
  position: absolute;
  z-index: 4;
  right: 24px;
  top: 34px;
  display: grid;
  max-width: 250px;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(18px);
}

.decalfit-hero-note strong {
  color: #fff;
  font-size: 14px;
}

.decalfit-hero-note span {
  color: var(--df-muted);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.decalfit-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  border-top: 1px solid var(--df-line);
  border-bottom: 1px solid var(--df-line);
  list-style: none;
}

.decalfit-proof li {
  min-height: 120px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px 30px;
  border-right: 1px solid var(--df-line);
}

.decalfit-proof li:last-child {
  border-right: 0;
}

.decalfit-proof strong {
  color: var(--df-yellow);
  font-size: 28px;
}

.decalfit-proof span {
  color: var(--df-muted);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.decalfit-compare-section,
.decalfit-paths,
.decalfit-flow,
.decalfit-faq {
  padding-top: 140px;
  padding-bottom: 140px;
}

.decalfit-section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.decalfit-section-heading.is-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.decalfit-section-heading h2,
.decalfit-surface-section h2,
.decalfit-privacy h2,
.decalfit-final-cta h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
}

.decalfit-section-heading > p:last-child,
.decalfit-surface-section > div > p:last-child,
.decalfit-privacy > div > p,
.decalfit-flow-grid p,
.decalfit-path-card p,
.decalfit-faq-list p {
  color: var(--df-muted);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
}

.decalfit-section-heading > p:last-child {
  max-width: 680px;
  margin: 20px 0 0;
  font-size: 18px;
}

.decalfit-compare {
  --split: 52%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--df-line);
  border-radius: 38px;
  background: #111;
  box-shadow: 0 48px 100px rgba(0, 0, 0, 0.36);
}

.decalfit-compare-base,
.decalfit-compare-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.decalfit-compare-overlay {
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.decalfit-compare-line {
  position: absolute;
  z-index: 3;
  width: 3px;
  top: 0;
  bottom: 0;
  left: var(--split);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  pointer-events: none;
}

.decalfit-compare-line::after {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--df-yellow);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  color: #050505;
  content: "↔";
  font-size: 22px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.decalfit-compare-label {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(5, 5, 5, 0.68);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.decalfit-compare-label.is-before {
  right: 22px;
}

.decalfit-compare-label.is-after {
  left: 22px;
}

.decalfit-compare-control {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
}

.decalfit-disclaimer {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  text-align: center;
}

.decalfit-paths {
  border-top: 1px solid var(--df-line);
}

.decalfit-path-grid {
  display: grid;
  gap: 28px;
}

.decalfit-path-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--df-line);
  border-radius: var(--df-radius);
  background: var(--df-surface);
}

.decalfit-path-card.is-reversed img {
  order: 2;
}

.decalfit-path-card img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.decalfit-path-card > div {
  padding: clamp(36px, 6vw, 78px);
}

.decalfit-path-card > div > span {
  color: var(--df-yellow);
  font-size: 13px;
  font-weight: 800;
}

.decalfit-path-card h3 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.decalfit-path-card p {
  margin: 0;
  font-size: 17px;
}

.decalfit-flow {
  border-top: 1px solid var(--df-line);
}

.decalfit-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 72px;
  padding: 0;
  list-style: none;
}

.decalfit-flow-grid li {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--df-line);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.decalfit-step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--df-yellow);
  color: #050505;
  font-weight: 900;
}

.decalfit-flow-grid h3 {
  margin: 30px 0 10px;
  color: #fff;
  font-size: 24px;
}

.decalfit-flow-grid p {
  margin: 0;
  font-size: 15px;
}

.decalfit-product-grid {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.15fr;
  align-items: center;
  gap: 24px;
}

.decalfit-product-shot,
.decalfit-result-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--df-line);
  border-radius: 30px;
  background: var(--df-surface);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.decalfit-product-shot.is-raised {
  transform: translateY(-28px);
}

.decalfit-product-shot img {
  width: 100%;
  max-height: 610px;
  object-fit: cover;
  object-position: top;
}

.decalfit-product-shot figcaption,
.decalfit-result-card figcaption {
  display: grid;
  gap: 6px;
  padding: 22px;
}

.decalfit-product-shot strong,
.decalfit-result-card strong {
  color: #fff;
  font-size: 16px;
}

.decalfit-product-shot span,
.decalfit-result-card span {
  color: var(--df-muted);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.decalfit-result-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.decalfit-result-card figcaption > span {
  color: var(--df-yellow);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decalfit-surface-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: start;
  gap: 80px;
  padding-top: 130px;
  padding-bottom: 130px;
  border-top: 1px solid var(--df-line);
}

.decalfit-surface-section > div > p:last-child {
  margin: 20px 0 0;
  font-size: 17px;
}

.decalfit-surface-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decalfit-surface-list li {
  display: grid;
  grid-template-columns: 46px minmax(110px, 0.5fr) 1fr;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid var(--df-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.decalfit-surface-list span {
  color: var(--df-yellow);
  font-size: 12px;
  font-weight: 800;
}

.decalfit-surface-list strong {
  color: #fff;
  font-size: 18px;
}

.decalfit-surface-list small {
  color: var(--df-muted);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}

.decalfit-privacy {
  display: grid;
  grid-template-columns: 160px minmax(0, 760px);
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding-top: 90px;
  padding-bottom: 90px;
  border: 1px solid rgba(255, 214, 0, 0.24);
  border-radius: 38px;
  background:
    radial-gradient(circle at 10% 50%, rgba(255, 214, 0, 0.12), transparent 25rem),
    var(--df-surface);
}

.decalfit-privacy-icon {
  padding: 14px;
  border: 1px solid rgba(255, 214, 0, 0.32);
  border-radius: 36px;
  background: #050505;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.decalfit-privacy-icon img {
  width: 100%;
  border-radius: 27px;
}

.decalfit-privacy > div > p {
  margin: 20px 0 0;
  font-size: 17px;
}

.decalfit-text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--df-yellow);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.decalfit-faq-list {
  max-width: 900px;
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

.decalfit-faq-list details {
  border: 1px solid var(--df-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.decalfit-faq-list summary {
  padding: 24px 60px 24px 26px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
}

.decalfit-faq-list p {
  margin: 0;
  padding: 0 26px 24px;
  font-size: 15px;
}

.decalfit-final-cta {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding-top: 44px;
  padding-bottom: 44px;
  border-top: 1px solid var(--df-line);
}

.decalfit-final-cta > img {
  width: 110px;
  height: 110px;
  border-radius: 28px;
}

.decalfit-final-cta h2 {
  max-width: 710px;
  font-size: clamp(34px, 4vw, 54px);
}

.decalfit-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid var(--df-line);
}

.decalfit-footer-brand {
  gap: 14px;
}

.decalfit-footer-brand img {
  width: 54px;
  height: 54px;
  border-radius: 16px;
}

.decalfit-footer-brand div {
  display: grid;
  gap: 2px;
}

.decalfit-footer-brand strong {
  color: #fff;
  font-size: 17px;
}

.decalfit-footer-brand span,
.decalfit-footer p {
  color: var(--df-muted);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.decalfit-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.decalfit-footer nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.decalfit-footer nav a:hover {
  color: var(--df-yellow);
}

.decalfit-footer p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  text-align: center;
}

.decalfit-legal-body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 214, 0, 0.1), transparent 28rem),
    var(--df-bg);
  color: var(--df-text);
  font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
}

.decalfit-legal-shell {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0 80px;
}

.decalfit-legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.decalfit-legal-nav .decalfit-brand img {
  width: 38px;
  height: 38px;
}

.decalfit-legal-back {
  color: var(--df-muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.decalfit-legal-back:hover {
  color: var(--df-yellow);
}

.decalfit-legal-card {
  overflow: hidden;
  border: 1px solid var(--df-line);
  border-radius: 34px;
  background: rgba(17, 17, 19, 0.94);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
}

.decalfit-legal-head {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 24px;
  padding: 44px 48px;
  border-bottom: 1px solid var(--df-line);
  background:
    linear-gradient(125deg, rgba(255, 214, 0, 0.1), transparent 48%),
    #0b0b0d;
}

.decalfit-legal-head img {
  width: 86px;
  height: 86px;
  border-radius: 23px;
}

.decalfit-legal-head h1 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(36px, 6vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.decalfit-legal-head p {
  margin: 10px 0 0;
  color: var(--df-muted);
  font-size: 13px;
  font-weight: 700;
}

.decalfit-legal-content {
  padding: 42px 48px 52px;
}

.decalfit-legal-content > p,
.decalfit-legal-content li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.68;
}

.decalfit-legal-content h2 {
  margin: 36px 0 10px;
  color: #fff;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  letter-spacing: -0.025em;
}

.decalfit-legal-content h2:first-of-type {
  margin-top: 30px;
}

.decalfit-legal-content ul,
.decalfit-legal-content ol {
  margin: 10px 0 0;
  padding-left: 22px;
}

.decalfit-legal-content li + li {
  margin-top: 8px;
}

.decalfit-legal-content a {
  color: var(--df-yellow);
  font-weight: 800;
}

.decalfit-legal-callout {
  margin: 28px 0;
  padding: 20px 22px;
  border: 1px solid rgba(255, 214, 0, 0.28);
  border-radius: 18px;
  background: rgba(255, 214, 0, 0.06);
}

.decalfit-legal-callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.62;
}

.decalfit-legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.decalfit-legal-actions .decalfit-button {
  min-height: 50px;
}

.decalfit-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.decalfit-support-topic {
  padding: 20px;
  border: 1px solid var(--df-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.decalfit-support-topic strong {
  display: block;
  color: #fff;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
}

.decalfit-support-topic span {
  display: block;
  margin-top: 7px;
  color: var(--df-muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1050px) {
  .decalfit-header,
  .decalfit-hero,
  .decalfit-proof,
  .decalfit-compare-section,
  .decalfit-paths,
  .decalfit-flow,
  .decalfit-surface-section,
  .decalfit-privacy,
  .decalfit-faq,
  .decalfit-final-cta,
  .decalfit-footer {
    width: min(100% - 40px, 900px);
  }

  .decalfit-nav > a:not(.decalfit-nav-cta) {
    display: none;
  }

  .decalfit-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 80px;
  }

  .decalfit-hero-copy {
    max-width: 800px;
  }

  .decalfit-hero-visual {
    min-height: 650px;
  }

  .decalfit-path-card {
    grid-template-columns: 1fr;
  }

  .decalfit-path-card.is-reversed img {
    order: 0;
  }

  .decalfit-path-card img {
    min-height: 380px;
    max-height: 520px;
  }

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

  .decalfit-result-card {
    grid-column: 1 / -1;
  }

  .decalfit-result-card img {
    aspect-ratio: 16 / 8;
  }

  .decalfit-surface-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .decalfit-final-cta {
    grid-template-columns: 90px 1fr;
  }

  .decalfit-final-cta > img {
    width: 90px;
    height: 90px;
  }

  .decalfit-final-cta .decalfit-button {
    grid-column: 1 / -1;
  }
}

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

  .decalfit-header,
  .decalfit-hero,
  .decalfit-proof,
  .decalfit-compare-section,
  .decalfit-paths,
  .decalfit-flow,
  .decalfit-surface-section,
  .decalfit-privacy,
  .decalfit-faq,
  .decalfit-final-cta,
  .decalfit-footer {
    width: min(100% - 28px, 560px);
  }

  .decalfit-header {
    top: 8px;
    min-height: 58px;
    margin-top: 8px;
    border-radius: 19px;
  }

  .decalfit-brand img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .decalfit-nav {
    gap: 0;
  }

  .decalfit-nav .decalfit-nav-cta {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 13px;
    font-size: 11px;
  }

  .decalfit-hero {
    gap: 40px;
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .decalfit-hero h1 {
    font-size: clamp(48px, 14vw, 70px);
  }

  .decalfit-lede {
    font-size: 17px;
  }

  .decalfit-hero-actions,
  .decalfit-hero-actions .decalfit-button {
    width: 100%;
  }

  .decalfit-availability {
    align-items: flex-start;
    line-height: 1.45;
  }

  .decalfit-availability span {
    flex: 0 0 auto;
    margin-top: 6px;
  }

  .decalfit-hero-visual {
    min-height: 470px;
    border-radius: 28px;
  }

  .decalfit-hero-car {
    width: 104%;
    right: -14%;
    bottom: 2%;
  }

  .decalfit-phone-shot {
    width: 142px;
    top: 22px;
    left: 16px;
    padding: 5px;
    border-radius: 24px;
  }

  .decalfit-phone-shot img {
    border-radius: 20px;
  }

  .decalfit-hero-note {
    right: 14px;
    top: 20px;
    max-width: 170px;
    padding: 12px;
  }

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

  .decalfit-proof li {
    min-height: 100px;
    padding: 18px;
  }

  .decalfit-proof li:nth-child(2) {
    border-right: 0;
  }

  .decalfit-proof li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--df-line);
  }

  .decalfit-compare-section,
  .decalfit-paths,
  .decalfit-flow,
  .decalfit-faq {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .decalfit-section-heading h2,
  .decalfit-surface-section h2,
  .decalfit-privacy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .decalfit-compare {
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }

  .decalfit-compare-base,
  .decalfit-compare-overlay {
    object-fit: cover;
  }

  .decalfit-path-card {
    border-radius: 24px;
  }

  .decalfit-path-card img {
    min-height: 300px;
  }

  .decalfit-path-card > div {
    padding: 30px 24px 34px;
  }

  .decalfit-flow-grid {
    grid-template-columns: 1fr;
  }

  .decalfit-flow-grid li {
    min-height: 220px;
  }

  .decalfit-product-grid {
    grid-template-columns: 1fr;
  }

  .decalfit-product-shot.is-raised {
    transform: none;
  }

  .decalfit-result-card {
    grid-column: auto;
  }

  .decalfit-result-card img {
    aspect-ratio: 1 / 1;
  }

  .decalfit-surface-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .decalfit-surface-list li {
    grid-template-columns: 36px 1fr;
    gap: 10px 14px;
  }

  .decalfit-surface-list small {
    grid-column: 2;
  }

  .decalfit-privacy {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 44px 26px;
    border-radius: 28px;
  }

  .decalfit-privacy-icon {
    width: 110px;
  }

  .decalfit-final-cta {
    grid-template-columns: 70px 1fr;
  }

  .decalfit-final-cta > img {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .decalfit-final-cta h2 {
    font-size: 31px;
  }

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

  .decalfit-footer nav {
    justify-content: flex-start;
  }

  .decalfit-footer p {
    grid-column: auto;
    text-align: left;
  }

  .decalfit-legal-shell {
    width: min(100% - 20px, 560px);
    padding-top: 14px;
  }

  .decalfit-legal-nav {
    margin-bottom: 18px;
    padding: 0 4px;
  }

  .decalfit-legal-card {
    border-radius: 24px;
  }

  .decalfit-legal-head {
    grid-template-columns: 64px 1fr;
    gap: 18px;
    padding: 30px 24px;
  }

  .decalfit-legal-head img {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .decalfit-legal-content {
    padding: 28px 24px 36px;
  }

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

  .decalfit-legal-actions,
  .decalfit-legal-actions .decalfit-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .decalfit-button {
    transition: none;
  }
}
