/* ══════════════════════════════════════════════════════════════════
   CONTENT PATTERNS DEMOS — cpatterns-demos.css
   Prefix: dm-la-   Scopes: .demo-la-alt  .demo-la-offc
                            .demo-la-zpat .demo-la-cover .demo-la-overlap
══════════════════════════════════════════════════════════════════ */

.dm-la-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green);
  display: block;
  margin-bottom: .55rem;
}

/* ══ 1. FEATURE ALTERNATING ══ */
.demo-la-alt { background: #08101e; }

.dm-la-alt-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px 80px; }

.dm-la-alt-header { text-align: center; padding: 72px 0 56px; }
.dm-la-alt-header h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; color: #fff; margin: 0;
}

.dm-la-alt-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  align-items: center; margin-bottom: 80px;
  opacity: 0; transform: translateY(32px);
  transition: opacity .6s ease, transform .6s ease;
}
.dm-la-alt-row.dm-la-alt-visible { opacity: 1; transform: translateY(0); }
.dm-la-alt-rev { direction: rtl; }
.dm-la-alt-rev > * { direction: ltr; }

.dm-la-alt-img-wrap { overflow: hidden; border-radius: 12px; aspect-ratio: 4 / 3; }
.dm-la-alt-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.dm-la-alt-row:hover .dm-la-alt-img { transform: scale(1.04); }

.dm-la-alt-text { padding: 0 56px; }
.dm-la-alt-rev .dm-la-alt-text { padding: 0 56px 0 0; }
.dm-la-alt-kicker { margin-bottom: .75rem; }
.dm-la-alt-text h3 {
  font-family: 'Oswald', sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: .01em; color: #fff; margin: 0 0 1rem;
}
.dm-la-alt-text p {
  font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.75;
  color: rgba(255,255,255,.72); margin: 0 0 1.25rem;
}
.dm-la-alt-link {
  font-family: 'Montserrat', sans-serif; font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--green);
  text-decoration: none; border-bottom: 1px solid rgba(16,185,129,.35); padding-bottom: 2px; transition: border-color .2s;
}
.dm-la-alt-link:hover { border-color: var(--green); }

@media (max-width: 780px) {
  .dm-la-alt-row { grid-template-columns: 1fr; direction: ltr; margin-bottom: 48px; }
  .dm-la-alt-img-wrap { border-radius: 8px; }
  .dm-la-alt-text, .dm-la-alt-rev .dm-la-alt-text { padding: 28px 0 0; }
}

/* ══ 2. OFF-CANVAS LAYOUT ══ */
.demo-la-offc { background: #080d18; overflow: hidden; }

.dm-la-offc-shell { position: relative; height: calc(100vh - 56px); overflow: hidden; display: flex; flex-direction: column; }

.dm-la-offc-topbar {
  height: 56px; flex-shrink: 0; background: rgba(8,13,24,.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(37,99,235,.25); display: flex; align-items: center;
  justify-content: space-between; padding: 0 16px; z-index: 20; position: relative;
}
.dm-la-offc-brand { font-family: 'Oswald', sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: .12em; color: #fff; }

.dm-la-offc-ico-btn {
  width: 40px; height: 40px; border-radius: 8px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1); color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center; position: relative; transition: background .18s;
}
.dm-la-offc-ico-btn:hover { background: rgba(255,255,255,.12); }
.dm-la-offc-cart-count {
  position: absolute; top: -5px; right: -5px; width: 17px; height: 17px; border-radius: 50%;
  background: var(--green); font-family: 'Montserrat', sans-serif; font-size: .6rem; font-weight: 700;
  color: #fff; display: flex; align-items: center; justify-content: center;
}

.dm-la-offc-main { flex: 1; overflow: hidden; }
.dm-la-offc-hero {
  width: 100%; height: 100%; background-size: cover; background-position: center;
  position: relative; display: flex; align-items: center; justify-content: center;
}
.dm-la-offc-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.38) 100%); }
.dm-la-offc-hero-text { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 560px; }
.dm-la-offc-hero-text h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; color: #fff; margin: .5rem 0 1rem;
}
.dm-la-offc-hero-text p { font-family: 'Inter', sans-serif; font-size: .95rem; line-height: 1.7; color: rgba(255,255,255,.78); }

.dm-la-offc-backdrop {
  position: absolute; inset: 0; z-index: 30; background: rgba(0,0,0,.6); backdrop-filter: blur(3px);
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.dm-la-offc-backdrop.dm-la-offc-open { opacity: 1; pointer-events: auto; }

.dm-la-offc-drawer {
  position: absolute; top: 0; bottom: 0; width: 300px; z-index: 40;
  background: #0d1628; border: 1px solid rgba(37,99,235,.2);
  display: flex; flex-direction: column; transition: transform .32s cubic-bezier(.4,0,.2,1);
}
.dm-la-offc-drawer-left  { left: 0;  transform: translateX(-100%); border-radius: 0 12px 12px 0; }
.dm-la-offc-drawer-right { right: 0; transform: translateX(100%);  border-radius: 12px 0 0 12px; }
.dm-la-offc-drawer.dm-la-offc-open { transform: translateX(0); }

.dm-la-offc-drawer-head { display: flex; align-items: center; gap: 12px; padding: 20px 16px 16px; border-bottom: 1px solid rgba(255,255,255,.07); flex-shrink: 0; }
.dm-la-offc-drawer-title { font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #fff; flex: 1; }
.dm-la-offc-close {
  margin-left: auto; width: 30px; height: 30px; border-radius: 6px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.6); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .18s, color .18s;
}
.dm-la-offc-close:hover { background: rgba(239,68,68,.2); color: #ef4444; }

.dm-la-offc-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; border: 2px solid var(--green); flex-shrink: 0; }
.dm-la-offc-avatar img { width: 100%; height: 100%; object-fit: cover; }
.dm-la-offc-user-name { font-family: 'Montserrat', sans-serif; font-size: .8rem; font-weight: 700; color: #fff; }
.dm-la-offc-user-sub { font-family: 'Montserrat', sans-serif; font-size: .62rem; font-weight: 600; color: var(--green); text-transform: uppercase; letter-spacing: .1em; }

.dm-la-offc-nav-list { display: flex; flex-direction: column; padding: 12px 0; flex: 1; overflow-y: auto; }
.dm-la-offc-nav-item {
  display: flex; align-items: center; gap: 14px; padding: 13px 20px;
  font-family: 'Oswald', sans-serif; font-size: .95rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.65);
  text-decoration: none; transition: background .18s, color .18s;
}
.dm-la-offc-nav-item:hover, .dm-la-offc-nav-item.active { background: rgba(16,185,129,.08); color: #fff; }
.dm-la-offc-nav-item.active { color: var(--green); }
.dm-la-offc-nav-num { font-family: 'Montserrat', sans-serif; font-size: .6rem; font-weight: 700; color: rgba(255,255,255,.25); letter-spacing: .08em; }

.dm-la-offc-cart-items { flex: 1; overflow-y: auto; padding: 12px 16px; display: flex; flex-direction: column; gap: 12px; }
.dm-la-offc-cart-item { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 10px; }
.dm-la-offc-cart-thumb { width: 52px; height: 52px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.dm-la-offc-cart-info { flex: 1; min-width: 0; }
.dm-la-offc-cart-name { font-family: 'Inter', sans-serif; font-size: .82rem; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dm-la-offc-cart-price { font-family: 'Montserrat', sans-serif; font-size: .72rem; font-weight: 700; color: var(--green); margin-top: 2px; }
.dm-la-offc-remove {
  width: 28px; height: 28px; border-radius: 6px; background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.2);
  color: #ef4444; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .18s;
}
.dm-la-offc-remove:hover { background: rgba(239,68,68,.25); }

.dm-la-offc-cart-footer { padding: 16px; border-top: 1px solid rgba(255,255,255,.07); flex-shrink: 0; }
.dm-la-offc-subtotal { display: flex; justify-content: space-between; font-family: 'Montserrat', sans-serif; font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.dm-la-offc-subtotal span:last-child { color: #fff; }
.dm-la-offc-checkout {
  width: 100%; padding: 13px; background: var(--green); border: none; border-radius: 8px;
  font-family: 'Montserrat', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; cursor: pointer; transition: opacity .2s, transform .15s;
}
.dm-la-offc-checkout:hover { opacity: .88; transform: translateY(-1px); }

@media (max-width: 780px) {
  .dm-la-offc-drawer { width: 80vw; }
}

/* ══ 3. Z-PATTERN LAYOUT ══ */
.demo-la-zpat { background: #07101f; }

.dm-la-zpat-wrap { position: relative; min-height: calc(100vh - 56px); display: flex; flex-direction: column; }

.dm-la-zpat-guide { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 20; opacity: 0; transition: opacity .4s; }
.dm-la-zpat-guide.dm-la-zpat-guide-on { opacity: 1; }
.dm-la-zpat-line { stroke: rgba(16,185,129,.55); stroke-width: 3; stroke-dasharray: 14 8; stroke-linecap: round; }

.dm-la-zpat-top { display: flex; justify-content: space-between; align-items: center; padding: 40px 60px; border-bottom: 1px solid rgba(255,255,255,.06); }
.dm-la-zpat-logo { display: flex; align-items: center; gap: 10px; }
.dm-la-zpat-logo-mark { font-size: 1.4rem; color: var(--green); }
.dm-la-zpat-logo-text { font-family: 'Oswald', sans-serif; font-size: 1.35rem; font-weight: 700; letter-spacing: .12em; color: #fff; text-transform: uppercase; }
.dm-la-zpat-cta-primary {
  padding: 13px 28px; background: var(--green); border: none; border-radius: 8px;
  font-family: 'Montserrat', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; cursor: pointer; transition: opacity .2s, transform .15s;
}
.dm-la-zpat-cta-primary:hover { opacity: .88; transform: translateY(-1px); }

.dm-la-zpat-mid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding: 72px 60px; flex: 1; }
.dm-la-zpat-mid-img { overflow: hidden; border-radius: 14px; aspect-ratio: 4 / 3; }
.dm-la-zpat-mid-img img { width: 100%; height: 100%; object-fit: cover; }
.dm-la-zpat-mid-text h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; color: #fff; margin: 0 0 1.1rem;
}
.dm-la-zpat-mid-text p { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.78; color: rgba(255,255,255,.72); }

.dm-la-zpat-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 48px 60px; border-top: 1px solid rgba(255,255,255,.06); background: rgba(37,99,235,.06);
}
.dm-la-zpat-bot-text h3 { font-family: 'Oswald', sans-serif; font-size: 1.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .01em; color: #fff; margin: 0 0 .4rem; }
.dm-la-zpat-bot-text p { font-family: 'Inter', sans-serif; font-size: .92rem; color: rgba(255,255,255,.6); }
.dm-la-zpat-cta-secondary {
  padding: 14px 32px; background: transparent; border: 2px solid var(--green); border-radius: 8px;
  font-family: 'Montserrat', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--green); cursor: pointer; white-space: nowrap; transition: background .2s, color .2s;
}
.dm-la-zpat-cta-secondary:hover { background: var(--green); color: #fff; }

.dm-la-zpat-toggle-wrap { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); z-index: 25; }
.dm-la-zpat-toggle {
  padding: 10px 22px; background: rgba(10,18,35,.9); border: 1px solid rgba(16,185,129,.45); border-radius: 9999px;
  font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green); cursor: pointer; backdrop-filter: blur(12px); transition: background .2s;
}
.dm-la-zpat-toggle:hover { background: rgba(16,185,129,.12); }

@media (max-width: 780px) {
  .dm-la-zpat-top { padding: 28px 24px; }
  .dm-la-zpat-mid { grid-template-columns: 1fr; gap: 28px; padding: 40px 24px; }
  .dm-la-zpat-bottom { flex-direction: column; gap: 24px; text-align: center; padding: 36px 24px; }
}

/* ══ 4. COVER LAYOUT ══ */
.demo-la-cover { background: #050a14; }

.dm-la-cover-section {
  min-height: 100vh; background-size: cover; background-position: center;
  position: relative; display: flex; flex-direction: column; justify-content: space-between;
  padding: 40px 48px; box-sizing: border-box;
}
.dm-la-cover-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.25) 40%, rgba(0,0,0,.55) 100%); }
.dm-la-cover-top, .dm-la-cover-center, .dm-la-cover-bottom { position: relative; z-index: 2; }

.dm-la-cover-pill {
  display: inline-block; font-family: 'Montserrat', sans-serif; font-size: .65rem;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff;
  background: rgba(16,185,129,.25); border: 1px solid rgba(16,185,129,.45); border-radius: 9999px; padding: 5px 14px;
}
.dm-la-cover-center { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.dm-la-cover-center h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: -.03em; color: #fff;
  text-shadow: 0 4px 28px rgba(0,0,0,.55); margin: 0;
}
.dm-la-cover-center p { font-family: 'Inter', sans-serif; font-size: clamp(.9rem, 1.8vw, 1.15rem); color: rgba(255,255,255,.8); max-width: 480px; line-height: 1.65; }
.dm-la-cover-btn {
  padding: 14px 34px; background: var(--green); border: none; border-radius: 9999px;
  font-family: 'Montserrat', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; cursor: pointer; transition: opacity .2s, transform .15s; box-shadow: 0 6px 24px rgba(16,185,129,.38);
}
.dm-la-cover-btn:hover { opacity: .88; transform: translateY(-2px); }
.dm-la-cover-bottom { text-align: right; }
.dm-la-cover-hint { font-family: 'Montserrat', sans-serif; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); }

@media (max-width: 780px) {
  .dm-la-cover-section { padding: 28px 24px; }
}

/* ══ 5. OVERLAP LAYOUT ══ */
.demo-la-overlap { background: #060c1a; }
.dm-la-overlap-wrap { position: relative; }

.dm-la-ovlp-hero { height: 75vh; min-height: 480px; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; justify-content: center; }
.dm-la-ovlp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.6) 100%); }
.dm-la-ovlp-hero-inner { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 640px; }
.dm-la-ovlp-hero-inner h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; color: #fff; margin: .5rem 0 1rem;
}
.dm-la-ovlp-hero-inner p { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,.78); }

.dm-la-ovlp-card-wrap { position: relative; z-index: 10; margin-top: -120px; padding: 0 48px; display: flex; gap: 32px; align-items: flex-start; flex-wrap: wrap; }
.dm-la-ovlp-card { display: flex; background: #0d1628; border: 1px solid rgba(37,99,235,.25); border-radius: 16px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.55); max-width: 580px; flex-shrink: 0; }
.dm-la-ovlp-card-img { width: 220px; height: 100%; object-fit: cover; flex-shrink: 0; display: block; }
.dm-la-ovlp-card-body { padding: 28px 28px 28px 24px; flex: 1; }
.dm-la-ovlp-card-body h3 { font-family: 'Oswald', sans-serif; font-size: 1.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .01em; color: #fff; margin: .4rem 0 .75rem; }
.dm-la-ovlp-card-body p { font-family: 'Inter', sans-serif; font-size: .9rem; line-height: 1.65; color: rgba(255,255,255,.65); margin-bottom: 1rem; }
.dm-la-ovlp-card-price { font-family: 'Oswald', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--green); margin-bottom: 1rem; }
.dm-la-ovlp-card-btn {
  padding: 11px 22px; background: var(--blue); border: none; border-radius: 8px;
  font-family: 'Montserrat', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; cursor: pointer; transition: opacity .2s;
}
.dm-la-ovlp-card-btn:hover { opacity: .82; }

.dm-la-ovlp-snippet { background: rgba(8,13,24,.92); border: 1px solid rgba(37,99,235,.3); border-radius: 10px; padding: 16px 20px; display: flex; flex-direction: column; gap: 8px; max-width: 340px; align-self: center; }
.dm-la-ovlp-snippet-label { font-family: 'Montserrat', sans-serif; font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.dm-la-ovlp-snippet code { font-family: 'Menlo', 'Courier New', monospace; font-size: .78rem; line-height: 1.7; color: #93c5fd; word-break: break-all; }

.dm-la-ovlp-gradient { background: linear-gradient(135deg, #0d1e45 0%, #071530 60%, #0a1020 100%); padding: 100px 48px 80px; position: relative; overflow: visible; }
.dm-la-ovlp-grad-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: 1100px; margin: 0 auto; }
.dm-la-ovlp-grad-text h3 { font-family: 'Oswald', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; color: #fff; margin: .5rem 0 1rem; }
.dm-la-ovlp-grad-text p { font-family: 'Inter', sans-serif; font-size: .97rem; line-height: 1.78; color: rgba(255,255,255,.68); }
.dm-la-ovlp-grad-img-wrap { position: relative; z-index: 5; margin-bottom: -100px; }
.dm-la-ovlp-grad-img { width: 100%; border-radius: 14px; display: block; box-shadow: 0 32px 80px rgba(0,0,0,.55); object-fit: cover; aspect-ratio: 4 / 3; }

.dm-la-ovlp-stats-wrap { position: relative; z-index: 6; padding: 0 48px; }
.dm-la-ovlp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(37,99,235,.18); border: 1px solid rgba(37,99,235,.28); border-radius: 14px; overflow: hidden; box-shadow: 0 16px 56px rgba(0,0,0,.45); }
.dm-la-ovlp-stat { padding: 32px 24px; background: rgba(8,13,24,.94); text-align: center; }
.dm-la-ovlp-stat-val { font-family: 'Oswald', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: var(--green); margin-bottom: .35rem; }
.dm-la-ovlp-stat-label { font-family: 'Montserrat', sans-serif; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.52); }

.dm-la-ovlp-footer { padding-top: 160px; min-height: 420px; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; justify-content: center; }
.dm-la-ovlp-footer-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.65) 0%,rgba(0,0,0,.45) 100%); }
.dm-la-ovlp-footer-inner { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 600px; }
.dm-la-ovlp-footer-inner h3 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; color: #fff; margin-bottom: 1rem; }
.dm-la-ovlp-footer-inner p { font-family: 'Inter', sans-serif; font-size: .97rem; line-height: 1.7; color: rgba(255,255,255,.72); }

@media (max-width: 780px) {
  .dm-la-ovlp-card-wrap { padding: 0 20px; flex-direction: column; margin-top: -80px; }
  .dm-la-ovlp-card { flex-direction: column; }
  .dm-la-ovlp-card-img { width: 100%; height: 200px; }
  .dm-la-ovlp-snippet { max-width: 100%; }
  .dm-la-ovlp-gradient { padding: 80px 24px 60px; }
  .dm-la-ovlp-grad-inner { grid-template-columns: 1fr; gap: 32px; }
  .dm-la-ovlp-grad-img-wrap { margin-bottom: -60px; }
  .dm-la-ovlp-stats-wrap { padding: 0 20px; }
  .dm-la-ovlp-stats { grid-template-columns: repeat(2, 1fr); }
  .dm-la-ovlp-footer { padding-top: 100px; }
}
