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

.layout-bare .main-content {
  min-height: 100vh;
  background: #0b0b0d;
}

.dtl-root {
  --dtl-fg: #e0e0e0;
  --dtl-fg-soft: rgba(224, 224, 224, 0.68);
  --dtl-fg-muted: rgba(224, 224, 224, 0.55);
  --dtl-fg-faint: rgba(224, 224, 224, 0.48);
  --dtl-fg-strong: rgba(224, 224, 224, 0.92);
  position: relative;
  min-height: 100vh;
  background: #0b0b0d;
}

.dtl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 128px;
  pointer-events: none;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    backdrop-filter 0.25s ease,
    box-shadow 0.25s ease;
}

.dtl-header-scrolled {
  background: rgba(11, 11, 13, 0.82);
  border-bottom-color: rgba(224, 224, 224, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.dtl-header > * {
  pointer-events: auto;
}

.dtl-header-brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 10px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.dtl-header-brand:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.dtl-header-logo {
  height: 40px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
}

.dtl-header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.dtl-header-link {
  color: var(--dtl-fg-strong);
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dtl-header-link:hover {
  color: var(--dtl-fg);
}

.dtl-header-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #b60000;
  border-radius: 10px;
  color: var(--dtl-fg);
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease,
    transform 0.2s ease;
}

a.dtl-header-download:hover {
  color: var(--dtl-fg);
  border-color: #cf0000;
  background: rgba(182, 0, 0, 0.08);
  transform: translateY(-1px);
}

.dtl-header-download-pending {
  opacity: 0.55;
  cursor: wait;
}

.dtl-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.dtl-page {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  color: var(--dtl-fg);
  background: transparent;
}

.dtl-sky {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 38%, rgba(182, 0, 0, 0.34), transparent 62%),
    radial-gradient(ellipse 45% 35% at 18% 78%, rgba(120, 20, 20, 0.28), transparent 60%),
    radial-gradient(ellipse 40% 30% at 86% 18%, rgba(255, 90, 40, 0.12), transparent 55%),
    linear-gradient(180deg, #141418 0%, #0b0b0d 48%, #080809 100%);
}

.dtl-vignette {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 70% at 50% 45%, transparent 35%, rgba(0, 0, 0, 0.55) 100%);
}

.dtl-embers {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.dtl-embers span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 1px;
  background: rgba(255, 120, 70, 0.75);
  box-shadow: 0 0 10px rgba(255, 80, 40, 0.55);
  animation: dtl-ember 9s linear infinite;
  opacity: 0;
}

.dtl-embers span:nth-child(1) { left: 12%; bottom: 8%; animation-delay: 0s; animation-duration: 8s; }
.dtl-embers span:nth-child(2) { left: 28%; bottom: 2%; animation-delay: 1.2s; animation-duration: 10s; }
.dtl-embers span:nth-child(3) { left: 45%; bottom: 10%; animation-delay: 2.4s; animation-duration: 9s; }
.dtl-embers span:nth-child(4) { left: 58%; bottom: 0%; animation-delay: 0.6s; animation-duration: 11s; }
.dtl-embers span:nth-child(5) { left: 72%; bottom: 6%; animation-delay: 3.1s; animation-duration: 8.5s; }
.dtl-embers span:nth-child(6) { left: 84%; bottom: 12%; animation-delay: 1.8s; animation-duration: 9.5s; }
.dtl-embers span:nth-child(7) { left: 38%; bottom: 4%; animation-delay: 4s; animation-duration: 10.5s; }
.dtl-embers span:nth-child(8) { left: 66%; bottom: 14%; animation-delay: 2s; animation-duration: 7.8s; }
.dtl-embers span:nth-child(9) { left: 8%; bottom: 22%; animation-delay: 2.8s; animation-duration: 9.2s; }
.dtl-embers span:nth-child(10) { left: 51%; bottom: 18%; animation-delay: 0.4s; animation-duration: 10.8s; }
.dtl-embers span:nth-child(11) { left: 77%; bottom: 28%; animation-delay: 3.6s; animation-duration: 8.2s; }
.dtl-embers span:nth-child(12) { left: 19%; bottom: 16%; animation-delay: 1.5s; animation-duration: 11.4s; }

.dtl-blocks {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dtl-block {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(180deg, #2a1212 0%, #160808 100%);
  border: 1px solid rgba(182, 0, 0, 0.35);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  animation: dtl-float 7s ease-in-out infinite;
}

.dtl-block-a { top: 7%; left: 8%; width: 54px; height: 54px; animation-delay: 0s; }
.dtl-block-b { top: 12%; right: 10%; width: 36px; height: 36px; opacity: 0.75; animation-delay: 1.2s; }
.dtl-block-c { top: 22%; left: 5%; width: 28px; height: 28px; opacity: 0.65; animation-delay: 2s; }
.dtl-block-d { top: 28%; right: 7%; width: 48px; height: 48px; animation-delay: 0.7s; }
.dtl-block-e { top: 38%; left: 12%; width: 40px; height: 40px; opacity: 0.7; animation-delay: 1.6s; }
.dtl-block-f { top: 44%; right: 14%; width: 32px; height: 32px; opacity: 0.68; animation-delay: 2.4s; }
.dtl-block-g { top: 54%; left: 7%; width: 46px; height: 46px; animation-delay: 0.9s; }
.dtl-block-h { top: 60%; right: 9%; width: 34px; height: 34px; opacity: 0.72; animation-delay: 1.8s; }
.dtl-block-i { top: 70%; left: 15%; width: 30px; height: 30px; opacity: 0.62; animation-delay: 2.8s; }
.dtl-block-j { top: 76%; right: 6%; width: 50px; height: 50px; animation-delay: 0.4s; }
.dtl-block-k { top: 86%; left: 9%; width: 38px; height: 38px; opacity: 0.7; animation-delay: 2.1s; }
.dtl-block-l { top: 91%; right: 12%; width: 26px; height: 26px; opacity: 0.6; animation-delay: 1.3s; }

.dtl-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.dtl-eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dtl-fg-muted);
  animation: dtl-rise 0.7s ease-out both;
}

.dtl-title {
  margin: -8px 0 0;
  font-size: clamp(56px, 11vw, 104px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: var(--dtl-fg);
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  animation: dtl-rise 0.8s ease-out 0.05s both;
}

.dtl-title-accent {
  background: linear-gradient(100deg, #ff6a2b 0%, #e11d1d 42%, #9f0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dtl-lead {
  margin: -6px 0 0;
  max-width: 440px;
  font-size: clamp(17px, 2.3vw, 20px);
  line-height: 1.5;
  color: var(--dtl-fg-soft);
  animation: dtl-rise 0.85s ease-out 0.1s both;
}

.dtl-lead strong {
  color: var(--dtl-fg-strong);
  font-weight: 700;
}

.dtl-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  width: 100%;
  animation: dtl-rise 0.95s ease-out 0.16s both;
}

.dtl-download {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 58px;
  padding: 17px 40px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(100deg, #ff6a2b 0%, #e11d1d 42%, #9f0000 100%);
  color: var(--dtl-fg);
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 14px 36px rgba(182, 0, 0, 0.42);
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.dtl-download-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 255, 255, 0.28) 48%,
    transparent 62%
  );
  transform: translateX(-120%);
  animation: dtl-shine 18s ease-in-out infinite;
  pointer-events: none;
}

a.dtl-download:hover {
  filter: brightness(1.08);
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 18px 42px rgba(182, 0, 0, 0.52);
}

a.dtl-download:active {
  transform: translateY(0) scale(0.99);
  filter: brightness(0.97);
}

.dtl-download-pending {
  opacity: 0.7;
  cursor: wait;
}

.dtl-download-pending:disabled {
  cursor: wait;
}

.dtl-meta {
  margin: 0;
  font-size: 13px;
  color: var(--dtl-fg-faint);
}

.dtl-meta-sep {
  margin: 0 0.55em;
}

.dtl-error {
  margin: 0;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.4;
  color: #ff6b6b;
  font-weight: 600;
}

.dtl-footer {
  position: relative;
  z-index: 1;
  background: #2a2a2e;
  color: #b8b8b8;
  padding: 56px 24px 40px;
  scroll-margin-top: 24px;
}

.dtl-footer-inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.dtl-footer-text {
  margin: 0;
  max-width: 1120px;
  font-size: 15px;
  line-height: 1.55;
  color: #b0b0b0;
}

.dtl-footer-accent {
  color: #e53935;
  font-weight: 700;
  text-decoration: none;
}

a.dtl-footer-accent:hover {
  text-decoration: underline;
}

.dtl-footer-copy {
  margin: 10px 0 0;
  font-size: 13px;
  color: #888;
}

.dtl-features {
  position: relative;
  z-index: 1;
  background: transparent;
}

.dtl-feature {
  padding: 28px 0;
  background: transparent;
}

.dtl-feature-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 56px;
  align-items: center;
}

.dtl-feature-flip .dtl-feature-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.dtl-feature-flip .dtl-feature-copy {
  order: -1;
}

.dtl-shots {
  position: relative;
  min-height: 430px;
  isolation: isolate;
}

.dtl-shot {
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #141418;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(182, 0, 0, 0.08),
    0 0 0 0 rgba(225, 29, 29, 0);
  transition:
    transform 0.45s cubic-bezier(0.22, 0.8, 0.28, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  will-change: transform;
}

.dtl-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dtl-shot-lg,
.dtl-shot-sm-a,
.dtl-shot-sm-b {
  aspect-ratio: 16 / 10;
}

.dtl-shot:hover {
  border-color: rgba(182, 0, 0, 0.72);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.46),
    0 0 14px 2px rgba(182, 0, 0, 0.22);
}

.dtl-shot:focus-visible {
  outline: none;
  border-color: rgba(182, 0, 0, 0.72);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.46),
    0 0 14px 2px rgba(182, 0, 0, 0.22);
}

.dtl-shots-a .dtl-shot-lg {
  width: min(78%, 430px);
  top: 14%;
  left: 0;
  z-index: 2;
  transform: rotate(-8deg);
}

.dtl-shots-a .dtl-shot-sm-a {
  width: min(44%, 240px);
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(10deg);
}

.dtl-shots-a .dtl-shot-sm-b {
  width: min(38%, 210px);
  right: 6%;
  top: 0;
  z-index: 3;
  transform: rotate(6deg);
}

.dtl-shots-a:hover .dtl-shot-lg {
  transform: rotate(0deg) scale(1.045) translate(-8px, 8px);
}

.dtl-shots-a:hover .dtl-shot-sm-a {
  transform: rotate(0deg) scale(1.06) translate(12px, 4px);
}

.dtl-shots-a:hover .dtl-shot-sm-b {
  transform: rotate(0deg) scale(1.05) translate(8px, -12px);
}

.dtl-shots-b .dtl-shot-lg {
  width: min(70%, 390px);
  top: 18%;
  right: 0;
  z-index: 2;
  transform: rotate(6deg);
}

.dtl-shots-b .dtl-shot-sm-a {
  width: min(48%, 250px);
  left: 0;
  top: 0;
  z-index: 1;
  transform: rotate(-11deg);
}

.dtl-shots-b .dtl-shot-sm-b {
  width: min(42%, 230px);
  left: auto;
  right: 16%;
  bottom: 2%;
  z-index: 3;
  transform: rotate(-8deg);
}

.dtl-shots-b:hover .dtl-shot-lg {
  transform: rotate(0deg) scale(1.045) translate(10px, 6px);
}

.dtl-shots-b:hover .dtl-shot-sm-a {
  transform: rotate(0deg) scale(1.06) translate(-12px, -8px);
}

.dtl-shots-b:hover .dtl-shot-sm-b {
  transform: rotate(0deg) scale(1.05) translate(8px, 10px);
}

.dtl-shots-c .dtl-shot-lg {
  width: min(80%, 440px);
  left: 10%;
  bottom: 0;
  z-index: 2;
  transform: rotate(-4deg);
}

.dtl-shots-c .dtl-shot-sm-a {
  width: min(40%, 220px);
  left: 0;
  top: 0;
  z-index: 3;
  transform: rotate(-12deg);
}

.dtl-shots-c .dtl-shot-sm-b {
  width: min(42%, 230px);
  right: 0;
  top: 8%;
  z-index: 1;
  transform: rotate(13deg);
}

.dtl-shots-c:hover .dtl-shot-lg {
  transform: rotate(0deg) scale(1.045) translate(0, 10px);
}

.dtl-shots-c:hover .dtl-shot-sm-a {
  transform: rotate(0deg) scale(1.06) translate(-10px, -8px);
}

.dtl-shots-c:hover .dtl-shot-sm-b {
  transform: rotate(0deg) scale(1.05) translate(12px, -6px);
}

.dtl-feature-copy {
  max-width: 460px;
}

.dtl-feature-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dtl-fg-muted);
}

.dtl-feature-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--dtl-fg);
}

.dtl-feature-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--dtl-fg-soft);
}

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

@keyframes dtl-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(4deg);
  }
}

@keyframes dtl-ember {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.8);
  }
  15% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateY(-70vh) scale(0.4);
  }
}

@keyframes dtl-shine {
  0%,
  55% {
    transform: translateX(-120%);
  }
  75%,
  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 980px) {
  .dtl-feature-inner,
  .dtl-feature-flip .dtl-feature-inner {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 28px;
  }

  .dtl-feature-copy,
  .dtl-feature-flip .dtl-feature-copy {
    order: 1;
  }

  .dtl-shots {
    order: 2;
  }

  .dtl-feature-copy {
    max-width: none;
  }

  .dtl-shots {
    min-height: 340px;
  }
}

@media (max-width: 700px) {
  .dtl-header {
    padding: 16px 48px;
  }

  .dtl-block-a,
  .dtl-block-d,
  .dtl-block-g,
  .dtl-block-j {
    opacity: 0.45;
  }

  .dtl-block-b,
  .dtl-block-c,
  .dtl-block-e,
  .dtl-block-f,
  .dtl-block-h,
  .dtl-block-i,
  .dtl-block-k,
  .dtl-block-l {
    display: none;
  }
}

@media (max-width: 520px) {
  .dtl-header {
    padding: 16px 24px;
  }

  .dtl-header-logo {
    height: 34px;
  }

  .dtl-header-actions {
    gap: 16px;
  }

  .dtl-header-link {
    font-size: 14px;
  }

  .dtl-header-download {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .dtl-page {
    padding: 72px 20px;
  }

  .dtl-download {
    width: 100%;
    min-width: 0;
  }

  .dtl-footer {
    padding: 44px 20px 32px;
  }

  .dtl-feature-inner,
  .dtl-feature-flip .dtl-feature-inner {
    padding: 32px 20px;
  }

  .dtl-shots {
    min-height: 260px;
  }

  .dtl-shot {
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dtl-embers span,
  .dtl-block,
  .dtl-eyebrow,
  .dtl-title,
  .dtl-lead,
  .dtl-cta,
  .dtl-download-shine,
  .dtl-shot {
    animation: none !important;
  }

  .dtl-shots-a .dtl-shot-lg,
  .dtl-shots-a .dtl-shot-sm-a,
  .dtl-shots-a .dtl-shot-sm-b,
  .dtl-shots-b .dtl-shot-lg,
  .dtl-shots-b .dtl-shot-sm-a,
  .dtl-shots-b .dtl-shot-sm-b,
  .dtl-shots-c .dtl-shot-lg,
  .dtl-shots-c .dtl-shot-sm-a,
  .dtl-shots-c .dtl-shot-sm-b,
  .dtl-shots-a:hover .dtl-shot-lg,
  .dtl-shots-a:hover .dtl-shot-sm-a,
  .dtl-shots-a:hover .dtl-shot-sm-b,
  .dtl-shots-b:hover .dtl-shot-lg,
  .dtl-shots-b:hover .dtl-shot-sm-a,
  .dtl-shots-b:hover .dtl-shot-sm-b,
  .dtl-shots-c:hover .dtl-shot-lg,
  .dtl-shots-c:hover .dtl-shot-sm-a,
  .dtl-shots-c:hover .dtl-shot-sm-b {
    transform: none;
    transition: none;
  }
}

html, body {
  margin: 0;
  overflow-x: clip;
  overscroll-behavior-y: none;
  background: #2a2a2e;
  color: #e0e0e0;
  font-family: Rubik, "Segoe UI", sans-serif;
}

.dtl-title-rest {
  display: block;
  margin-top: 12px;
  font-size: clamp(18px, 3.2vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--dtl-fg-soft);
  text-shadow: none;
}

.dtl-info {
  position: relative;
  z-index: 1;
  padding: 24px 0 72px;
}

.dtl-info-inner {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
}

.dtl-info h2 {
  margin: 48px 0 12px;
  font-size: clamp(26px, 4vw, 34px);
  letter-spacing: -0.03em;
}

.dtl-info h3 {
  margin: 22px 0 8px;
  font-size: 20px;
}

.dtl-info p,
.dtl-info li {
  color: var(--dtl-fg-soft);
  line-height: 1.55;
}

.dtl-info ul {
  margin: 0 0 8px;
  padding-left: 20px;
}

.dtl-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dtl-info-card {
  padding: 20px;
  border: 1px solid rgba(224, 224, 224, 0.08);
  border-radius: 16px;
  background: rgba(20, 20, 24, 0.72);
}

.dtl-faq details {
  margin-bottom: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(224, 224, 224, 0.08);
  border-radius: 12px;
  background: rgba(20, 20, 24, 0.72);
}

.dtl-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.dtl-faq details p {
  margin: 10px 0 4px;
}

.dtl-spot {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 64px;
  text-align: center;
}

.dtl-spot h1 {
  margin: 12px 0;
  font-size: clamp(32px, 6vw, 48px);
}

.dtl-header-brand-text {
  margin-left: 10px;
  color: var(--dtl-fg);
  font-weight: 800;
  letter-spacing: -0.03em;
}

@media (max-width: 720px) {
  .dtl-info-grid { grid-template-columns: 1fr; }
  .dtl-info-inner { width: min(920px, calc(100% - 32px)); }
}
