/* =============================================================
   DLC — Dlaczego Storma
   editorial / premium / asymmetric
   spójne z: storma_style.css, search.css
   ============================================================= */

/* ─────────────────────────────────────────────
   BASE
───────────────────────────────────────────── */

.dlc-page {
  background: #fff;
  overflow-x: hidden;
}

.dlc-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ─────────────────────────────────────────────
   UTILS
───────────────────────────────────────────── */

.dlc-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.dlc-eyebrow--center {
  display: block;
  text-align: center;
}

.dlc-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease), filter 0.2s var(--ease);
  white-space: nowrap;
  border: 1px solid transparent;
  letter-spacing: -0.01em;
  line-height: 1;
}


/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */

.dlc-hero {
  background: #fff;
  padding-top: 80px;
  min-height: 72vh;
  min-height: 72svh;
  display: flex;
  align-items: stretch;
}

.dlc-hero-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 28px 0;
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: center;
  gap: 48px;
}

.dlc-hero-left {
  padding: 0px 0 80px;
}

.dlc-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dim);
  letter-spacing: -0.01em;
}

.dlc-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--dim);
  opacity: 0.4;
  flex: 0 0 auto;
}

.dlc-hero-h1 {
  font-size: clamp(40px, 5.2vw, 64px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: var(--text);
  margin: 0 0 20px;
  text-wrap: balance;
}

.dlc-hero-h1 em {
  font-style: normal;
  color: var(--accent);
}

.dlc-hero-lead {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 32px;
  max-width: 540px;
}

.dlc-hero-ctas {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}


.wa-avatar {
  width: 62px;

  object-fit: cover;
  flex-shrink: 0;
}

.btn-whatsapp:hover .wa-avatar {
  transform: scale(1.05);
}

.wa-avatar {
  transition: transform 0.2s var(--ease);
}


.dlc-hero-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.dlc-hero-tags span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f3f6;
  color: var(--dim);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* HERO — image */

.dlc-hero-right {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}

.dlc-hero-img-wrap {
  position: relative;
  width: 100%;
  height: calc(100% + 12px);
  margin-top: -80px;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  background: #e8e8ec;
}

.dlc-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}






.dlc-hero-img-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.05), 
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  
  animation: badgeFloat 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  cursor: default;
  user-select: none;
}

.dlc-hero-img-badge:hover {
  transform: translateY(-4px) scale(1.02);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.dlc-badge-star-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #FFFBEB;
  border-radius: 8px;
  animation: starPulse 2s infinite;
}

.dlc-badge-content {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.dlc-badge-num {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0B0B0C; 
}

.dlc-badge-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #52525B; 
  letter-spacing: 0.05em;
}


@keyframes badgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes starPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

/* ─────────────────────────────────────────────
   STATS
───────────────────────────────────────────── */

.dlc-stats {
  border-top: 1px solid #ebebef;
  border-bottom: 1px solid #ebebef;
  background: #fff;
}

.dlc-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 0;
}

.dlc-stat {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 32px 28px;
}

.dlc-stat--main {
  flex: 1.4 1 0;
}

.dlc-stat-divider {
  flex: 0 0 1px;
  height: 40px;
  background: #ebebef;
}

.dlc-stat-num {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--text);
  line-height: 1;
}

.dlc-stat--main .dlc-stat-num {
  color: var(--accent);
}

.dlc-stat-num sup {
  font-size: 0.55em;
  letter-spacing: 0;
  vertical-align: super;
}

.dlc-stat-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--dim);
  letter-spacing: -0.01em;
  line-height: 1.4;
}

/* ─────────────────────────────────────────────
   PROCESS
───────────────────────────────────────────── */

.dlc-process {
  padding: 120px 0;
  background: #fff;
}

.dlc-process-header {
  margin-bottom: 64px;
}

.dlc-process-header h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--text);
  margin: 0 0 8px;
}

.dlc-process-header p {
  font-size: 16px;
  color: var(--dim);
  margin: 0;
  line-height: 1.6;
}

/* Step number */

.dlc-step-n {
  display: block;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  color: var(--text);
  opacity: 0.07;
  margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
}


.dlc-step h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.2;
}

.dlc-step p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
  max-width: 480px;
}

/* Step 1: FEATURED */

.dlc-step--featured {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 0;
  border: 1px solid #ebebef;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  transition: box-shadow 0.3s var(--ease);
}

.dlc-step--featured:hover {
  box-shadow: 0 24px 64px rgba(15, 15, 24, 0.06);
}

.dlc-step--featured .dlc-step-content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dlc-step--featured .dlc-step-visual {
  position: relative;
  overflow: hidden;
  background: #e8e8ec;
  min-height: 340px;
}

.dlc-step--featured .dlc-step-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.dlc-step--featured:hover .dlc-step-visual img {
  transform: scale(1.03);
}

.dlc-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.dlc-step-tags span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f3f6;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

/* Step PAIR (2+3) */

.dlc-step-pair {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 20px;
  margin-bottom: 20px;
  align-items: start;
}

.dlc-step--sm,
.dlc-step--lg {
  border: 1px solid #ebebef;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s var(--ease);
}

.dlc-step--sm:hover,
.dlc-step--lg:hover {
  box-shadow: 0 16px 40px rgba(15, 15, 24, 0.05);
}

.dlc-step--sm>*:not(.dlc-step-visual),
.dlc-step--lg>*:not(.dlc-step-visual) {
  padding-left: 28px;
  padding-right: 28px;
}

.dlc-step--sm .dlc-step-n,
.dlc-step--lg .dlc-step-n {
  padding: 28px 28px 0;
}

.dlc-step--sm h3,
.dlc-step--lg h3 {
  padding: 0 28px;
}

.dlc-step--sm p,
.dlc-step--lg p {
  padding: 0 28px 24px;
}

.dlc-step-visual--inset {
  position: relative;
  overflow: hidden;
  background: #e8e8ec;
  aspect-ratio: 4 / 3;
  margin-top: 8px;
}

.dlc-step-visual--inset img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.dlc-step--sm:hover .dlc-step-visual--inset img {
  transform: scale(1.04);
}

.dlc-step-visual--tall {
  position: relative;
  overflow: hidden;
  background: #e8e8ec;
  aspect-ratio: 16 / 9;
  margin-top: 8px;
}

.dlc-step-visual--tall img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.dlc-step--lg:hover .dlc-step-visual--tall img {
  transform: scale(1.03);
}


/* Step ROW (4+5) */

.dlc-step-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dlc-step-inline {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  border: 1px solid #ebebef;
  border-radius: 20px;
  background: #fff;
}

.dlc-step-inline-body h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.2;
}

.dlc-step-inline-body p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
  max-width: 480px;
}

.dlc-step-files {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.dlc-file-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--accent-lo);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}





.dlc-step-pair {
  align-items: stretch; 
}

.dlc-step--sm,
.dlc-step--lg {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.dlc-step--sm > *,
.dlc-step--lg > * {
  flex-shrink: 0;
}

.dlc-step--sm p,
.dlc-step--lg p {
  flex-grow: 1; 
}


.dlc-step-visual--inset,
.dlc-step-visual--tall {
  flex-shrink: 0;
}


.dlc-step--sm {
  min-height: 100%;
}

.dlc-step--lg {
  min-height: 100%;
}


.dlc-step-pair > * {
  height: 100%;
}








/* ─────────────────────────────────────────────
   VALUE
───────────────────────────────────────────── */

.dlc-value {
  padding: 120px 0;
  background: #fafafa;
  border-top: 1px solid #ebebef;
  border-bottom: 1px solid #ebebef;
}

.dlc-value-grid {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 64px;
  align-items: center;
}

.dlc-value-h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--text);
  margin: 0 0 16px;
  text-wrap: balance;
}

.dlc-value-lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 36px;
  max-width: 480px;
}

.dlc-value-claims {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dlc-value-claims li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #ebebef;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}

.dlc-value-claims li:first-child {
  border-top: 1px solid #ebebef;
}

.dlc-value-claims li strong {
  color: var(--text);
  font-weight: 600;
}

.dlc-claim-mark {
  color: var(--accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
  opacity: 0.7;
}

/* Value — right column */

.dlc-value-right {
  position: relative;
}

.dlc-value-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  background: #e8e8ec;
  aspect-ratio: 4 / 5;
  position: relative;
}

.dlc-value-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.dlc-value-callout {
  position: absolute;
  bottom: -20px;
  right: -20px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #ebebef;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(15, 15, 24, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dlc-callout-num {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--accent);
  line-height: 1;
}

.dlc-callout-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--dim);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* ─────────────────────────────────────────────
   TRUST
───────────────────────────────────────────── */

.dlc-trust {
  padding: 120px 0;
  background: #fff;
}

.dlc-trust-main {
  max-width: 800px;
  margin: 32px auto 64px;
  padding: 0 0 0 8px;
}

.dlc-quote-mark {
  margin-bottom: 20px;
}

.dlc-main-quote {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 24px;
  font-style: normal;
  text-wrap: pretty;
}

.dlc-main-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--dim);
  font-weight: 500;
}

.dlc-author-name {
  color: var(--muted);
  font-weight: 600;
}

.dlc-author-sep {
  opacity: 0.4;
}

/* Pair of testimonials */

.dlc-trust-pair {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 20px;
  align-items: start;
  border-top: 1px solid #ebebef;
  padding-top: 40px;
}

.dlc-testimonial {
  padding: 28px 28px 24px;
  border: 1px solid #ebebef;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    transform 0.24s var(--ease),
    box-shadow 0.24s var(--ease),
    border-color 0.24s var(--ease);
}

.dlc-testimonial:hover {
  transform: translateY(-2px);
  border-color: #dfdfe6;
  box-shadow: 0 16px 40px rgba(15, 15, 24, 0.05);
}

.dlc-testimonial-stars {
  display: flex;
  gap: 2px;
}

.dlc-testimonial p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.dlc-testimonial-author {
  font-size: 12px;
  font-weight: 600;
  color: var(--dim);
  letter-spacing: -0.01em;
}

/* ─────────────────────────────────────────────
   CTA
───────────────────────────────────────────── */

.dlc-cta {
  padding: 120px 0;
  background: #fafafa;
  border-top: 1px solid #ebebef;
  border-bottom: 1px solid #ebebef;
}

.dlc-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 56px 64px;
  border: 1px solid #ebebef;
  border-radius: 28px;
  background: #fff;
}

.dlc-cta-text h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.05;
  color: var(--text);
  margin: 0 0 10px;
  text-wrap: balance;
}

.dlc-cta-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.dlc-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

/* =============================================================
   RESPONSIVE
   ============================================================= */

@media (max-width: 1100px) {
  .dlc-hero-wrap {
    grid-template-columns: 54% 46%;
    gap: 32px;
  }

  .dlc-value-grid {
    gap: 48px;
  }

  .dlc-faq-grid {
    gap: 40px;
  }

  .dlc-cta-inner {
    padding: 48px;
  }
}

@media (max-width: 960px) {
  .dlc-step--featured {
    grid-template-columns: 50% 50%;
  }

  .dlc-step-pair {
    grid-template-columns: 44% 56%;
  }

  .dlc-stats-inner {
    flex-wrap: wrap;
  }

  .dlc-stat-divider {
    display: none;
  }

  .dlc-stat {
    flex: 1 1 45%;
    padding: 24px 20px;
  }

  .dlc-value-callout {
    right: -8px;
    bottom: -8px;
  }
}

@media (max-width: 768px) {
  .dlc-container {
    padding: 0 18px;
  }

  /* HERO */
  .dlc-hero {
    min-height: auto;
    padding-top: 0;
  }

  .dlc-hero-wrap {
    grid-template-columns: 1fr;
    padding: 100px 18px 0;
    gap: 32px;
  }

  .dlc-hero-left {
    padding: 24px 0 0;
  }

  .dlc-hero-right {
    height: 360px;
    align-self: auto;
  }

  .dlc-hero-img-wrap {
    height: 100%;
    margin-top: 0;
    border-radius: 20px;
  }

  /* STATS */
  .dlc-stats-inner {
    padding: 0 18px;
  }

  .dlc-stat {
    flex: 1 1 45%;
    padding: 20px 14px;
  }

  /* PROCESS */
  .dlc-process {
    padding: 80px 0;
  }

  .dlc-step--featured {
    grid-template-columns: 1fr;
  }

  .dlc-step--featured .dlc-step-visual {
    min-height: 220px;
  }

  .dlc-step-pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dlc-step-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* VALUE */
  .dlc-value {
    padding: 80px 0;
  }

  .dlc-value-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dlc-value-right {
    padding-bottom: 28px;
  }

  .dlc-value-img-wrap {
    aspect-ratio: 3 / 2;
  }

  .dlc-value-callout {
    bottom: 0;
    right: 0;
  }

  /* TRUST */
  .dlc-trust {
    padding: 80px 0;
  }

  .dlc-trust-pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* FAQ */
  .dlc-faq {
    padding: 80px 0;
  }

  .dlc-faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* CTA */
  .dlc-cta {
    padding: 80px 0;
  }

  .dlc-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 28px;
    border-radius: 24px;
  }

  .dlc-cta-actions {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .dlc-main-quote {
    font-size: clamp(18px, 4.5vw, 22px);
  }
}

@media (max-width: 480px) {
  .dlc-container {
    padding: 0 14px;
  }

  .dlc-hero-wrap {
    padding: 92px 14px 0;
  }

  .dlc-hero-h1 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .dlc-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .dlc-hero-ctas .btn,
  .dlc-hero-ctas .dlc-btn-ghost {
    justify-content: center;
    width: 100%;
  }

  .dlc-stats-inner {
    padding: 0 14px;
  }

  .dlc-stat {
    flex: 1 1 100%;
    padding: 16px 10px;
  }

  .dlc-stat-num {
    font-size: 28px;
  }

  .dlc-process {
    padding: 60px 0;
  }

  .dlc-process-header {
    margin-bottom: 40px;
  }

  .dlc-step--featured .dlc-step-content {
    padding: 28px 22px;
  }

  .dlc-step-inline {
    padding: 24px 20px;
    gap: 12px;
  }

  .dlc-value {
    padding: 60px 0;
  }

  .dlc-value-lead {
    max-width: 100%;
  }

  .dlc-trust {
    padding: 60px 0;
  }

  .dlc-trust-main {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .dlc-faq {
    padding: 60px 0;
  }

  .dlc-cta {
    padding: 60px 0;
  }

  .dlc-cta-inner {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .dlc-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dlc-cta-actions .btn,
  .dlc-cta-actions .dlc-btn-ghost {
    justify-content: center;
    width: 100%;
  }
}