/* ===== Slide system ===== */

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateX(48px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  z-index: 1;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}
.slide.prev { transform: translateX(-48px); }

.slide-inner {
  padding: 6.5rem 4.5rem 5.5rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  flex: 1;
}
@media (min-width: 1024px) {
  .slide-inner { padding: 7rem 6rem 6rem; }
}
@media (min-width: 1440px) {
  .slide-inner { padding: 8rem 7.5rem 6rem; }
}

/* ===== Slide 1 — Cover ===== */
.slide-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7rem;
  padding-right: 7rem;
}
.cover-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(255,91,110,0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 75% 75%, rgba(74,141,247,0.10) 0%, transparent 55%);
  z-index: 0;
}
.cover-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.018) 0px, rgba(255,255,255,0.018) 1px, transparent 1px, transparent 4px);
  pointer-events: none;
}
.cover-content { position: relative; z-index: 10; max-width: 1000px; }

/* ===== Slide 2 — Antes / Depois ===== */
.before-card {
  background: rgba(255,255,255,0.02);
  border: 1px dashed rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 2rem;
}
.before-line {
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  color: #5e6378;
  font-style: italic;
  font-size: 0.92rem;
  border-bottom: 1px dashed rgba(255,255,255,0.05);
}
.before-line:last-child { border-bottom: 0; }

.after-card {
  background: linear-gradient(180deg, rgba(255,91,110,0.06), rgba(255,91,110,0.01));
  border: 1px solid rgba(255,91,110,0.3);
  border-radius: 14px;
  padding: 2rem;
}
.after-line {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.after-line:last-child { border-bottom: 0; }
.after-dot {
  width: 8px; height: 8px; border-radius: 999px;
  flex-shrink: 0;
  box-shadow: 0 0 12px currentColor;
}

/* ===== Concurrent map ===== */
.competitor-row {
  display: grid;
  grid-template-columns: 1fr 2fr 0.8fr;
  gap: 1.25rem;
  padding: 1.1rem 1.25rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  align-items: center;
}
.competitor-row .name { font-weight: 600; }
.competitor-row .focus { color: #9aa0b4; font-size: 0.88rem; }
.competitor-row .gap   { color: #5e6378; font-size: 0.78rem; font-style: italic; }

.gap-card {
  background: linear-gradient(135deg, rgba(255,91,110,0.10), rgba(255,182,72,0.06));
  border: 1px solid rgba(255,91,110,0.3);
  border-radius: 12px;
  padding: 1.75rem;
}

/* ===== Interferência ===== */
.interf-flow {
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  gap: 1rem;
  align-items: center;
}
.interf-arrow {
  text-align: center;
  font-size: 1.5rem;
  color: #ff5b6e;
}
.action-pill {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  background: rgba(15,19,32,0.6);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
}
.action-pill .dot {
  width: 8px; height: 8px; border-radius: 999px;
  flex-shrink: 0;
}

/* ===== UI cards (mockups) ===== */
.ui-card {
  background: rgba(15,19,32,0.6);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.ui-card:hover {
  border-color: rgba(255,91,110,0.4);
  transform: translateY(-4px);
  background: rgba(23,27,44,0.7);
}
.ui-mock {
  height: 180px;
  border-radius: 10px;
  background: #070912;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
}

/* Builder mock */
.builder-mock::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 56px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border-right: 1px solid rgba(255,255,255,0.06);
}
.builder-mock::after {
  content: "";
  position: absolute;
  left: 72px; right: 8px; top: 12px; bottom: 12px;
  background:
    linear-gradient(90deg, #4a8df7 0%, #4a8df7 90%, transparent 90%) 0 0/100% 12px no-repeat,
    linear-gradient(90deg, #ffb648 0%, #ffb648 30%, transparent 30%) 0 22px/100% 12px no-repeat,
    linear-gradient(90deg, #22d3ee 0%, #22d3ee 75%, transparent 75%) 0 44px/100% 12px no-repeat,
    linear-gradient(90deg, #34d399 0%, #34d399 50%, transparent 50%) 0 66px/100% 12px no-repeat,
    linear-gradient(90deg, #e879f9 0%, #e879f9 65%, transparent 65%) 0 88px/100% 12px no-repeat,
    linear-gradient(90deg, #ff5b6e 0%, #ff5b6e 15%, transparent 15%) 0 110px/100% 12px no-repeat;
}

/* Director mock */
.director-mock::before {
  content: "";
  position: absolute;
  inset: 8px 8px auto 8px;
  height: 32px;
  background:
    linear-gradient(90deg, #ff5b6e 0 70%, rgba(255,255,255,0.06) 70%) 0 6px/100% 6px no-repeat,
    linear-gradient(90deg, #ffb648 0 55%, rgba(255,255,255,0.06) 55%) 0 18px/100% 6px no-repeat;
}
.director-mock::after {
  content: "";
  position: absolute;
  inset: 60px 8px 8px 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255,91,110,0.7) 0 36px, transparent 36px 48px) 0 8px/100% 28px no-repeat,
    repeating-linear-gradient(90deg, rgba(34,211,238,0.7) 0 28px, transparent 28px 42px) 0 42px/100% 22px no-repeat;
}

/* Debrief mock */
.debrief-mock::before {
  content: "";
  position: absolute;
  inset: 8px 8px 70px 8px;
  background:
    linear-gradient(135deg, rgba(74,141,247,0.15), rgba(15,19,32,0.4)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 4px, transparent 4px 8px);
  border-radius: 6px;
}
.debrief-mock::after {
  content: "";
  position: absolute;
  inset: auto 8px 8px 8px;
  height: 54px;
  background:
    linear-gradient(90deg, #34d399 0 40%, transparent 40%) 0 10px/100% 4px no-repeat,
    linear-gradient(90deg, #ff5b6e 0 70%, transparent 70%) 0 22px/100% 4px no-repeat,
    radial-gradient(circle at 55% 50%, #ff5b6e 0 5px, transparent 6px);
  background-color: rgba(7,9,18,0.6);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.06);
}

/* ===== Stack grid ===== */
.stack-block {
  background: rgba(15,19,32,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 1.25rem;
}
.stack-block h4 {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff5b6e;
  margin-bottom: 0.75rem;
}
.stack-block ul { font-size: 0.85rem; color: #c0c4d4; line-height: 1.7; }
.stack-block li { padding-left: 0.6rem; position: relative; }
.stack-block li::before {
  content: "·"; position: absolute; left: 0; color: #ff5b6e; font-weight: bold;
}

/* ===== Architecture diagram ===== */
.arch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.arch-box {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 1.5rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  background: rgba(15,19,32,0.5);
}
.arch-box h4 {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.arch-box.cloud { border-color: rgba(74,141,247,0.4); background: rgba(74,141,247,0.04); }
.arch-box.cloud h4 { color: #4a8df7; }
.arch-box.local { border-color: rgba(255,91,110,0.4); background: rgba(255,91,110,0.04); }
.arch-box.local h4 { color: #ff5b6e; }
.arch-box ul { color: #c0c4d4; line-height: 1.7; }

.arch-link {
  text-align: center;
  color: #5e6378;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  padding: 0.5rem 0;
  letter-spacing: 0.1em;
}

/* ===== IA columns ===== */
.ia-column {
  background: rgba(15,19,32,0.5);
  border-radius: 14px;
  padding: 1.5rem;
}
.ia-column.before  { border: 1px solid rgba(52,211,153,0.3); background: rgba(52,211,153,0.04); }
.ia-column.during  { border: 1px solid rgba(255,182,72,0.3); background: rgba(255,182,72,0.04); }
.ia-column.never   { border: 1px solid rgba(255,91,110,0.3); background: rgba(255,91,110,0.04); }
.ia-column h4 {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.ia-column.before h4 { color: #34d399; }
.ia-column.during h4 { color: #ffb648; }
.ia-column.never  h4 { color: #ff5b6e; }
.ia-column ul { font-size: 0.85rem; color: #c0c4d4; line-height: 1.75; }
.ia-column li { padding-left: 1.25rem; position: relative; margin-bottom: 0.3rem; }
.ia-column.before li::before { content: "✓"; color: #34d399; position: absolute; left: 0; }
.ia-column.during li::before { content: "◉"; color: #ffb648; position: absolute; left: 0; }
.ia-column.never  li::before { content: "✕"; color: #ff5b6e; position: absolute; left: 0; }

/* ===== Roadmap ===== */
.roadmap-phase {
  display: grid;
  grid-template-columns: 110px 90px 1fr;
  gap: 1.5rem;
  padding: 1.1rem 1.25rem;
  border-radius: 10px;
  background: rgba(15,19,32,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  align-items: start;
  transition: all 0.2s ease;
}
.roadmap-phase:hover { border-color: rgba(255,91,110,0.3); }
.roadmap-phase.is-current {
  border-color: rgba(255,91,110,0.5);
  background: linear-gradient(90deg, rgba(255,91,110,0.06), rgba(15,19,32,0.5));
}
.roadmap-tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: #ff5b6e;
}
.roadmap-duration {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  color: #ffb648;
  font-weight: 600;
}
.roadmap-body h3 { font-weight: 600; margin-bottom: 0.25rem; }
.roadmap-body p { color: #9aa0b4; font-size: 0.85rem; line-height: 1.5; }

/* ===== Team ===== */
.role-card {
  background: rgba(15,19,32,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 1.25rem;
}
.role-card .avatar {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff5b6e, #ffb648);
  color: #070912;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0.75rem;
}
.role-card h4 { font-weight: 600; margin-bottom: 0.25rem; }
.role-card .alloc {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  color: #5e6378;
  letter-spacing: 0.1em;
}
.role-card p { font-size: 0.82rem; color: #9aa0b4; margin-top: 0.5rem; line-height: 1.5; }

/* ===== Pricing ===== */
.price-card {
  background: rgba(15,19,32,0.6);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.price-card.featured {
  border-color: rgba(255,91,110,0.4);
  background: linear-gradient(180deg, rgba(255,91,110,0.06), rgba(15,19,32,0.6));
  transform: scale(1.03);
}
.price-tier {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9aa0b4;
}
.price-card.featured .price-tier { color: #ff5b6e; }
.price-amount {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 0.4rem;
  letter-spacing: -0.02em;
}
.price-period {
  font-size: 0.85rem;
  color: #9aa0b4;
  font-weight: 400;
}
.price-list { margin-top: 1.25rem; font-size: 0.85rem; color: #c0c4d4; line-height: 1.8; flex: 1; }
.price-list li { padding-left: 1.1rem; position: relative; }
.price-list li::before { content: "→"; position: absolute; left: 0; color: #ff5b6e; }

/* ===== Risk ===== */
.risk-card {
  background: rgba(15,19,32,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 1.25rem;
}
.risk-tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: rgba(255,91,110,0.12);
  color: #ff5b6e;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.risk-card h4 { font-weight: 600; margin-bottom: 0.4rem; font-size: 0.95rem; }
.risk-card p { color: #9aa0b4; font-size: 0.82rem; line-height: 1.55; }
.risk-card .mit {
  font-size: 0.78rem;
  color: #34d399;
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.risk-card .mit::before { content: "▸ mitigação: "; color: #5e6378; }

/* ===== Next steps ===== */
.next-row {
  display: grid;
  grid-template-columns: 36px 110px 1fr;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  background: rgba(15,19,32,0.5);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  align-items: center;
  font-size: 0.92rem;
}
.next-num {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #ff5b6e;
  font-size: 1.1rem;
}
.next-week {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  color: #ffb648;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================================
   Mobile responsive — ≤ 768px
   ============================================================ */
@media (max-width: 768px) {
  /* Padding interno geral mais enxuto */
  .slide-inner {
    padding: 5rem 1.25rem 4.5rem !important;
  }
  .slide-cover {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  /* Eyebrow menor */
  .eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.22em;
    margin-bottom: 1rem;
  }

  /* Roadmap em mobile: empilha vertical */
  .roadmap-phase {
    grid-template-columns: 1fr !important;
    gap: 0.4rem !important;
    padding: 1rem 1.1rem !important;
  }
  .roadmap-phase .roadmap-tag,
  .roadmap-phase .roadmap-duration {
    display: inline-block;
    margin-right: 0.75rem;
  }

  /* Competitor row: empilha vertical */
  .competitor-row {
    grid-template-columns: 1fr !important;
    gap: 0.35rem !important;
  }

  /* Mockups cards: padding e mock menor */
  .ui-mock { height: 140px; }

  /* Slide Negócio: título "Investimento" + sub empilhados */
  .slide[data-title="Negócio"] .flex.items-baseline.justify-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.4rem;
  }

  /* Tabela de investimento (slide 9): converte em cards */
  .slide[data-title="Negócio"] table { display: block; }
  .slide[data-title="Negócio"] table thead { display: none; }
  .slide[data-title="Negócio"] table tbody { display: block; }
  .slide[data-title="Negócio"] table tr {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.25rem 0.85rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
  }
  .slide[data-title="Negócio"] table tr.font-semibold {
    border-top: 2px solid rgba(255,91,110,0.4) !important;
  }
  .slide[data-title="Negócio"] table td { padding: 0 !important; }
  .slide[data-title="Negócio"] table td:nth-child(1) {
    grid-column: 1 / 3;
    font-weight: 600;
  }
  .slide[data-title="Negócio"] table td:nth-child(2)::before { content: "duração: "; color: #5e6378; }
  .slide[data-title="Negócio"] table td:nth-child(3)::before { content: "esforço: "; color: #5e6378; }
  .slide[data-title="Negócio"] table td:nth-child(4) { grid-column: 1 / 3; font-style: italic; }

  /* Pricing tier featured não escala (causa overflow) */
  .price-card.featured { transform: none; }

  /* Key numbers menores */
  .key-number { font-size: 2rem !important; }
  .key-label { font-size: 0.6rem !important; }

  /* Next-row: deixa o número menor */
  .next-row {
    grid-template-columns: 30px 1fr;
    gap: 0.6rem;
  }
  .next-row .next-week {
    grid-column: 2;
    margin-bottom: 0.15rem;
  }
  .next-row > div:last-child {
    grid-column: 2;
  }

  /* Risk card mais enxuto */
  .risk-card { padding: 1rem; }
  .risk-card h4 { display: block !important; margin-left: 0 !important; margin-top: 0.4rem; }

  /* IA columns empilham */
  .ia-column { padding: 1.1rem; }

  /* CTA touch-friendly */
  .cta { padding: 0.7rem 1rem; font-size: 0.85rem; }

  /* Animações mais sutis em mobile */
  .slide { transition: opacity 0.35s ease, transform 0.35s ease; }
}

/* ============================================================
   Mobile estreito — ≤ 420px
   ============================================================ */
@media (max-width: 420px) {
  .slide-inner { padding: 4.5rem 1rem 4.25rem !important; }
  .slide-cover { padding-left: 1rem !important; padding-right: 1rem !important; }

  /* Title shrinks */
  .title-xl { font-size: 2.25rem !important; line-height: 1.05 !important; }
  .title-lg { font-size: 1.5rem !important; line-height: 1.15 !important; }
}

/* ============================================================
   Apertados: slides muito densos (6, 9, 10)
   ============================================================ */
@media (max-width: 768px) {
  /* Encolhe títulos mais agressivamente em mobile */
  .title-lg { font-size: 1.55rem !important; line-height: 1.15 !important; }

  /* Eyebrow + título mais próximos */
  .slide-inner > .eyebrow + .title-lg { margin-top: 0; }

  /* Espaçamento entre blocos menor (sobrescreve mt-10/12 do tailwind) */
  .slide-inner .mt-12 { margin-top: 1.5rem !important; }
  .slide-inner .mt-10 { margin-top: 1.25rem !important; }
  .slide-inner .mt-8  { margin-top: 1rem !important; }
  .slide-inner .mt-6  { margin-top: 0.85rem !important; }
  .slide-inner .mt-5  { margin-top: 0.7rem !important; }

  /* Cards mais compactos */
  .slide-inner .glass.p-5,
  .slide-inner .glass.p-6,
  .slide-inner .glass.p-7 { padding: 1rem !important; }
  .slide-inner .glass-accent.p-5,
  .slide-inner .glass-accent.p-6,
  .slide-inner .glass-accent.p-7 { padding: 1rem !important; }
  .slide-inner .glass-strong.p-5,
  .slide-inner .glass-strong.p-6,
  .slide-inner .glass-strong.p-7 { padding: 1rem !important; }

  /* Grids gap menor */
  .slide-inner .gap-10,
  .slide-inner .gap-8,
  .slide-inner .gap-6  { gap: 0.85rem !important; }
  .slide-inner .gap-5,
  .slide-inner .gap-4  { gap: 0.65rem !important; }

  /* ia-column em mobile: padding menor + texto mais compacto */
  .ia-column { padding: 0.85rem !important; }
  .ia-column h4 { font-size: 0.65rem; margin-bottom: 0.55rem; }
  .ia-column ul { font-size: 0.78rem; line-height: 1.55; }

  /* Risk: compactíssimo */
  .risk-card { padding: 0.85rem !important; }
  .risk-card h4 { font-size: 0.88rem; margin-top: 0.35rem !important; display: block !important; margin-left: 0 !important; }
  .risk-card .mit { font-size: 0.72rem; padding-top: 0.4rem; margin-top: 0.4rem; }
  .risk-card .risk-tag { font-size: 0.6rem; }

  /* Next-row: mais compacto */
  .next-row { padding: 0.65rem 0.85rem; font-size: 0.85rem; }

  /* Slide 6: o título com 3 frases — quebra menos linhas */
  .slide[data-title="Entrega de valor"] .title-lg { font-size: 1.4rem !important; }
  .slide[data-title="Entrega de valor"] .grid.md\:grid-cols-2 > .glass { padding: 0.85rem !important; }
  .slide[data-title="Entrega de valor"] .grid.md\:grid-cols-2 > .glass h3 { font-size: 0.95rem; }
  .slide[data-title="Entrega de valor"] .grid.md\:grid-cols-2 > .glass p { font-size: 0.78rem; }

  /* Slide 9: tabela cards mais enxuto + tiers cabem */
  .slide[data-title="Negócio"] .price-card { padding: 1.1rem; }
  .slide[data-title="Negócio"] .price-amount { font-size: 1.65rem; }
  .slide[data-title="Negócio"] .price-list { font-size: 0.78rem; line-height: 1.65; }
  .slide[data-title="Negócio"] .glass.p-6 .text-sm { font-size: 0.78rem; }
  .slide[data-title="Negócio"] table tr { padding: 0.6rem 0; }

  /* Slide 10: bloco CTA final mais compacto */
  .slide[data-title="Riscos e próximos passos"] .glass-accent.p-5 { padding: 0.95rem !important; }
  .slide[data-title="Riscos e próximos passos"] .glass-accent h3 { font-size: 0.95rem; }
  .slide[data-title="Riscos e próximos passos"] .glass-accent p { font-size: 0.78rem; }

  /* Headings menores nas subseções dos slides */
  .slide-inner h4.text-sm { font-size: 0.7rem !important; margin-bottom: 0.6rem !important; }
}
