.section-tone-overview {
  background: #f3f4f6;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.section-tone-flow {
  background: #ffffff;
}

.section-tone-pricing {
  background: #f3f4f6;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.section-tone-faq {
  background: #ffffff;
}

.section-tone-cta-wrap {
  background: #ffffff;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f79f3;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.stat-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 121, 243, 0.14);
  border-radius: 999px;
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: 0 14px 36px rgba(15, 121, 243, 0.06);
}

.overview-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.overview-capability {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 0;
  padding: 0.75rem 0.9rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 121, 243, 0.12);
  border-radius: 1rem;
  box-shadow: 0 10px 22px rgba(15, 121, 243, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.overview-capability:hover {
  transform: none;
  border-color: #0f79f3;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.overview-capability i,
.overview-capability .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  background: rgba(15, 121, 243, 0.08);
  border-radius: 0.7rem;
  font-size: 1.05rem;
}

.overview-capability span:last-child {
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.live-value-bump {
  animation: liveValueBump 0.35s ease;
}

.surface-card,
.feature-tile,
.stack-card,
.pricing-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.75rem;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

.surface-card {
  padding: 2rem 1.6rem;
}

.overview-product-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.overview-product-frame {
  width: min(100%, 40rem);
  margin: 0 auto;
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 2rem;
  box-shadow:
    0 24px 58px rgba(15, 23, 42, 0.10),
    0 40px 90px rgba(15, 23, 42, 0.10);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.overview-product-frame:hover {
  transform: translateY(-3px);
  border-color: #0f79f3;
  box-shadow:
    0 28px 64px rgba(15, 23, 42, 0.13),
    0 40px 90px rgba(15, 23, 42, 0.12);
}

.overview-product-image {
  width: 100%;
  display: block;
  border-radius: 1.55rem;
}

.feature-tile {
  position: relative;
  overflow: hidden;
  padding: 1.8rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.feature-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 121, 243, 0.05), transparent 55%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.feature-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 121, 243, 0.22);
  box-shadow: 0 28px 52px rgba(15, 23, 42, 0.09);
}

.feature-tile:hover::before {
  opacity: 1;
}

.feature-tile > * {
  position: relative;
  z-index: 1;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.brand-lockup {
  gap: 0.58rem !important;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: auto;
  height: 1.9rem;
  display: block;
}

.brand-wordmark {
  color: #0f172a;
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.home-footer .brand-wordmark {
  color: #f8fafc;
}

.feature-clean-shell {
  position: relative;
}

.feature-clean-copy {
  max-width: 30rem;
}

.feature-clean-lead {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
}

.feature-clean-list {
  display: grid;
  gap: 0.95rem;
}

.feature-clean-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.35rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.feature-clean-item:hover {
  border-color: #0f79f3;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
}

.feature-clean-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 121, 243, 0.08);
  border-radius: 1rem;
}

.feature-clean-body h3 {
  margin: 0 0 0.15rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.feature-clean-body p {
  margin: 0;
  color: #64748b;
  font-size: 0.93rem;
  line-height: 1.55;
}

.workspace-shell {
  padding: 1.5rem;
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(18, 38, 69, 0.92));
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.18);
}

.stack-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1.5rem;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.dashboard-card {
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.dashboard-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.dashboard-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
}

.dashboard-card:hover::before {
  opacity: 1;
}

.dashboard-card:hover .dashboard-gif-badge {
  transform: translateY(-1px) scale(1.04);
}

.dashboard-card:hover .display-chip,
.dashboard-card:hover .live-focus-time {
  color: #ffffff;
}

.dashboard-card-today::before {
  background:
    radial-gradient(circle at top right, rgba(86, 180, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 48%);
}

.dashboard-card-streak::before {
  background:
    radial-gradient(circle at top right, rgba(251, 191, 36, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 48%);
}

.dashboard-card-coins::before {
  background:
    radial-gradient(circle at top right, rgba(250, 204, 21, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 48%);
}

.dashboard-card-sessions::before {
  background:
    radial-gradient(circle at top right, rgba(148, 163, 184, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 48%);
}

.stack-card h3,
.stack-card .h4,
.stack-card .display-chip {
  color: #f8fbff;
}

.stack-card p,
.stack-card small,
.stack-card li span {
  color: rgba(226, 232, 240, 0.82);
}

.card-accent-primary {
  background: linear-gradient(135deg, rgba(15, 121, 243, 0.22), rgba(35, 195, 214, 0.1));
}

.card-accent-primary.goal-complete {
  border-color: rgba(34, 197, 94, 0.45);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.22), rgba(45, 212, 191, 0.16));
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.16);
}

.card-accent-warning {
  background: linear-gradient(135deg, rgba(240, 177, 0, 0.22), rgba(255, 255, 255, 0.08));
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.display-chip {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.45rem;
}

.live-focus-readout {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: nowrap;
  margin-bottom: 0.35rem;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.05;
}

.live-focus-time {
  display: inline-block;
  min-width: 6.9ch;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.live-focus-label {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.78em;
  font-weight: 600;
  color: rgba(248, 251, 255, 0.96);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
  font-size: 0.76rem;
  font-weight: 700;
}

.dashboard-accent-cluster {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 0.8rem;
}

.dashboard-gif-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  transition: transform 0.22s ease;
}

.dashboard-gif-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.timer-gif-badge {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
}

.streak-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.streak-gif-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: transparent;
  border: none;
  box-shadow: none;
}

.coin-gif-badge {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.9rem;
  background: transparent;
  border: none;
  box-shadow: none;
}

.soft-progress {
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

.soft-progress .progress-bar {
  background: linear-gradient(90deg, #56b4ff 0%, #22d3ee 45%, #56b4ff 100%);
  background-size: 200% 100%;
  border-radius: 999px;
  transition: width 0.12s linear;
  animation: progressFlow 2.8s linear infinite;
}

.card-accent-primary.goal-complete .progress-bar {
  background: linear-gradient(90deg, #4ade80 0%, #2dd4bf 45%, #4ade80 100%);
}

.session-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.session-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.session-list strong {
  color: #fff;
}

@keyframes liveValueBump {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes progressFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.pricing-intro {
  max-width: 700px;
}

.pricing-card {
  padding: 1.9rem;
  position: relative;
}

.pricing-card-featured {
  background: linear-gradient(180deg, rgba(15, 121, 243, 0.08), rgba(255, 255, 255, 0.96));
  border-color: rgba(15, 121, 243, 0.28);
  transform: translateY(-4px);
}

.pricing-label {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 121, 243, 0.1);
  color: #0f79f3;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-line {
  margin-bottom: 1.4rem;
  color: #0f172a;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.price-line small {
  font-size: 0.98rem;
  color: #64748b;
  font-weight: 500;
}

.pricing-list {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.6rem;
}

.pricing-list li {
  position: relative;
  padding-left: 1.55rem;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f79f3, #23c3d6);
}

.faq-accordion-wrap {
  max-width: 56rem;
}

.faq-accordion {
  display: grid;
  gap: 1rem;
}

.faq-accordion .accordion-item {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid #cdddf8;
  border-radius: 1.45rem;
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.faq-accordion .accordion-item:hover {
  border-color: #a8c8fb;
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.faq-accordion .accordion-button {
  padding: 1.2rem 1.35rem;
  background: rgba(255, 255, 255, 0.78);
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, rgba(15, 121, 243, 0.08), rgba(15, 121, 243, 0.03));
  color: #0f79f3;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  opacity: 0.8;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  opacity: 1;
}

.faq-accordion .accordion-body {
  padding: 0.2rem 1.35rem 1.25rem;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.75;
}

.cta-shell {
  max-width: 1160px;
  margin: 0 auto;
}

.home-footer {
  background: #0f172a;
  color: rgba(226, 232, 240, 0.82);
}

.home-footer .fw-bold,
.home-footer h4,
.home-footer .fs-5 {
  color: #f8fafc;
}

.home-footer p,
.home-footer span,
.home-footer small {
  color: rgba(226, 232, 240, 0.78);
}

.home-footer a {
  color: rgba(226, 232, 240, 0.78);
  transition: color 0.2s ease;
}

.home-footer a:hover {
  color: #60a5fa;
}

.home-footer .text-primary,
.home-footer .link-primary {
  color: #60a5fa !important;
}

.home-footer .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.home-footer .btn-light.btn-icon {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
}

.home-footer .btn-light.btn-icon:hover {
  background: rgba(96, 165, 250, 0.18);
  border-color: rgba(96, 165, 250, 0.18);
  color: #fff;
}

.footer-meta {
  align-items: center;
}

.footer-copy p {
  margin-bottom: 0;
}

.footer-social > div {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-subscribe {
  max-width: 22rem;
  margin-left: auto;
}

.footer-subscribe p {
  color: rgba(226, 232, 240, 0.74);
}

.footer-subscribe-form {
  display: block;
}

.footer-subscribe-field {
  position: relative;
}

.home-footer .footer-subscribe-form .form-control {
  min-height: 3rem;
  padding-right: 8.4rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  border-radius: 999px;
}

.home-footer .footer-subscribe-form .form-control::placeholder {
  color: rgba(226, 232, 240, 0.48);
}

.home-footer .footer-subscribe-form .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(96, 165, 250, 0.42);
  box-shadow: none;
  color: #f8fafc;
}

.home-footer .footer-subscribe-form .btn {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  min-width: 7.25rem;
  height: calc(100% - 0.6rem);
  border-radius: 999px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 1.65rem;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 121, 243, 0.18);
  border-radius: 1.5rem 1.5rem 0 0;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 24%),
    radial-gradient(circle at bottom right, rgba(15, 121, 243, 0.12), transparent 26%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 52%, #f9fbff 100%);
  box-shadow:
    0 26px 58px rgba(15, 23, 42, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.98) inset;
}

.cta-copy {
  min-width: 0;
  padding: 0.2rem 0;
}

.cta-copy .section-kicker {
  color: #0f79f3;
}

.cta-copy h2 {
  max-width: 16ch;
  color: #0f172a;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.cta-copy p {
  max-width: 18rem;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.45;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.cta-actions .btn {
  min-width: 168px;
  justify-content: center;
  border-radius: 999px;
  white-space: nowrap;
}

.cta-actions .btn.btn-primary {
  box-shadow: 0 12px 28px rgba(15, 121, 243, 0.22);
}

@media (max-width: 767.98px) {
  .overview-product-frame {
    padding: 0.7rem;
    border-radius: 1.45rem;
  }

  .overview-product-image {
    border-radius: 1.1rem;
  }

  .feature-clean-item {
    padding: 0.95rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .brand-lockup {
    gap: 0.46rem !important;
  }

  .brand-mark {
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
  }

  .brand-logo {
    height: 1.55rem;
  }

  .brand-wordmark {
    font-size: 1.28rem;
  }

  .overview-capability {
    padding: 0.72rem 0.85rem;
  }

  .feature-clean-lead {
    font-size: 0.95rem;
  }
}

@media (max-width: 991.98px) {
  .cta-banner {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 1rem;
  }

  .pricing-card-featured {
    transform: none;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .footer-subscribe {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .workspace-shell {
    padding: 1.05rem;
    border-radius: 1.45rem;
  }

  .workspace-shell .row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0.7rem;
  }

  .surface-card,
  .feature-tile,
  .pricing-card {
    padding: 1.35rem;
  }

  .stack-card {
    padding: 0.95rem 0.85rem;
    border-radius: 1.2rem;
  }

  .dashboard-card:hover {
    transform: translateY(-2px);
  }

  .display-chip {
    font-size: 1.65rem;
    margin-bottom: 0.3rem;
    line-height: 1.05;
  }

  .session-list li {
    padding: 0.5rem 0;
    gap: 0.55rem;
  }

  .stack-card .h4 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .live-focus-readout {
    gap: 0.24rem;
    margin-bottom: 0.28rem;
    font-size: 1.2rem;
  }

  .live-focus-time {
    min-width: 6.2ch;
  }

  .stack-card p,
  .stack-card small,
  .stack-card li span,
  .session-list strong {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .status-pill {
    padding: 0.3rem 0.55rem;
    font-size: 0.66rem;
  }

  .dashboard-accent-cluster {
    gap: 0.45rem;
    margin-left: 0.45rem;
  }

  .timer-gif-badge {
    width: 2rem;
    height: 2rem;
  }

  .streak-card-top {
    margin-bottom: 0.45rem;
  }

  .streak-gif-badge {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.85rem;
  }

  .coin-gif-badge {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.75rem;
  }

  .eyebrow {
    margin-bottom: 0.45rem;
    font-size: 0.66rem;
  }

  .soft-progress {
    height: 0.5rem;
  }

  .cta-banner {
    text-align: left;
    padding: 1.2rem 1rem;
    gap: 0.9rem;
    border-radius: 1.35rem 1.35rem 0 0;
  }

  .cta-copy {
    padding: 0;
  }

  .cta-copy h2 {
    max-width: none;
    font-size: 1.32rem;
    line-height: 1.02;
  }

  .cta-copy p {
    max-width: none;
    font-size: 0.84rem;
  }

  .cta-actions {
    width: 100%;
    gap: 0.65rem;
    flex-direction: row;
    align-items: center;
  }

  .cta-actions .btn {
    width: calc(50% - 0.375rem);
    min-width: 0;
    flex: 1 1 calc(50% - 0.375rem);
    font-size: 0.92rem;
    padding-inline: 0.7rem;
  }
}

@media (max-width: 575.98px) {
  .footer-meta {
    align-items: center;
    text-align: center;
    gap: 0.9rem;
  }

  .footer-copy {
    order: 2;
    width: 100%;
  }

  .footer-social {
    order: 1;
    width: 100%;
  }

  .footer-social > div {
    justify-content: center;
  }

  .home-footer .footer-subscribe-form .form-control {
    padding-right: 7.1rem;
  }

  .home-footer .footer-subscribe-form .btn {
    min-width: 6.2rem;
  }

  .workspace-shell {
    padding: 0.95rem;
  }

  .workspace-shell .row {
    --bs-gutter-x: 0.6rem;
    --bs-gutter-y: 0.6rem;
  }

  .stack-card {
    padding: 0.85rem 0.75rem;
  }

  .display-chip {
    font-size: 1.45rem;
  }

  .stack-card p,
  .stack-card small,
  .stack-card li span,
  .session-list strong {
    font-size: 0.72rem;
  }

  .status-pill {
    padding: 0.25rem 0.5rem;
    font-size: 0.62rem;
  }

  .dashboard-accent-cluster {
    gap: 0.35rem;
    margin-left: 0.35rem;
  }

  .timer-gif-badge {
    width: 1.8rem;
    height: 1.8rem;
  }

  .streak-gif-badge {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.75rem;
  }

  .coin-gif-badge {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.68rem;
  }

  .home-floating-download {
    display: none;
  }
}
