/* Homepage hero - same faded right-edge art as calculator .hero-section (_mf_calc_tw_head_core.html) */
.index-hero {
  position: relative;
  overflow: hidden;
  background: #faf8f1;
  border-bottom: 1px solid #e4dfd0;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .index-hero { padding: 4rem 0; }
}
@media (min-width: 992px) {
  .index-hero { padding: 6rem 0; }
}
@media (max-width: 639px) {
  .index-hero::after {
    width: 100%;
    opacity: 0.1;
  }
}
/* Edge-to-edge hero band on phones (background reaches viewport width). */
body.index-page > .index-hero {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.index-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-image: var(--mf-hero-bg, url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=960&q=82"));
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.25) 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
  z-index: 0;
}
.index-hero > * {
  position: relative;
  z-index: 1;
}
body.dark-mode .index-hero::after {
  opacity: 0.15;
}
/* Index page: carousel + pricing layout (works with Bootstrap + no Tailwind preflight) */
#calculators-container {
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#calculators-container::-webkit-scrollbar { display: none; }
#calculator-slider-wrapper.grid-view #scroll-left,
#calculator-slider-wrapper.grid-view #scroll-right { display: none !important; }
/* Arrows stay inside the carousel strip (no negative offsets - avoids clipping at viewport edge) */
#scroll-left, #scroll-right {
  width: 40px;
  height: 40px;
  top: 50% !important;
  /* Keep translateY(-50%) on hover: Tailwind hover:scale-* alone replaces transform and drops vertical center */
  transform: translateY(-50%);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
#scroll-left:hover,
#scroll-right:hover {
  transform: translateY(-50%) scale(1.03);
}
#scroll-left { left: 6px !important; }
#scroll-right { right: 6px !important; }
@media (max-width: 767px) {
  #scroll-left, #scroll-right { width: 36px; height: 36px; }
  #scroll-left { left: 4px !important; }
  #scroll-right { right: 4px !important; }
}
/* Room so first/last cards are not hidden under the buttons */
#calculators-container {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  #calculators-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.calculator-card-wrapper { min-width: 280px; }
/* Wide screens: show up to 5 cards in the horizontal carousel (slider mode only) */
@media (min-width: 1400px) {
  #calculators-container.flex-nowrap > .calculator-card-wrapper {
    width: 20% !important;
    max-width: 20% !important;
    min-width: 0 !important;
  }
}
/* Pricing row: tighter gutters so cards sit closer */
.index-pricing-section .pricing-cards-row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 1rem;
}
@media (min-width: 768px) {
  .index-pricing-section .pricing-cards-row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 992px) {
  .index-pricing-section .pricing-cards-row {
    --bs-gutter-x: 0.875rem;
  }
}
.pricing-plan-card {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .pricing-plan-card { max-width: 22rem; }
}
.price-row {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 0.35rem;
  min-height: 2rem;
  display: block;
}
.price-figure {
  display: inline-block;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  min-width: 0;
  font-family: "DM Serif Display", Georgia, serif;
  color: #14352a;
}
.price-frequency {
  position: absolute;
  left: 100%;
  bottom: 0.1em;
  font-size: 0.75rem;
  font-weight: 500;
  color: #78716c;
  white-space: nowrap;
  z-index: 2;
  padding-left: 0.35em;
}
.index-pricing-section .pricing-card-body { padding: 1rem 1.1rem 1.15rem; }
@media (min-width: 768px) {
  .index-pricing-section .pricing-card-body { padding: 1.15rem 1.25rem 1.25rem; }
}
.index-pricing-section .pricing-plan-title {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #14352a;
  margin-bottom: 0.25rem;
}
.index-pricing-section .pricing-tagline { font-size: 0.8125rem; color: #57534e; line-height: 1.45; }
.index-pricing-section .pricing-meta { font-size: 0.6875rem; color: #78716c; }
.index-pricing-section .pricing-features li {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 0.5rem !important;
}
.index-pricing-section .pricing-features li span { color: #44403c; }
.index-pricing-section .pricing-features .text-muted { font-size: 0.8125rem; }
.index-pricing-section .pricing-features .bi { font-size: 0.95rem; flex-shrink: 0; }
.index-pricing-section .pricing-footnote { font-size: 0.6875rem !important; line-height: 1.45; }
.premium-highlight {
  box-shadow: 0 6px 24px 0 rgba(20, 53, 42, 0.12), 0 1px 6px 0 rgba(20, 53, 42, 0.06);
  border: 2px solid #14352a;
  z-index: 2;
}
/* Pricing carousel - horizontal roll; slides stay same size (no scale "pick to enlarge") */
.pricing-carousel-root {
  position: relative;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  .pricing-carousel-root {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.pricing-carousel-stage {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 1.25rem max(0.5rem, calc(50% - min(43vw, 11rem))) 1.75rem;
  margin: 0 -0.5rem;
  scrollbar-width: none;
}
.pricing-carousel-stage::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media (min-width: 992px) {
  .pricing-carousel-stage {
    margin: 0;
    padding: 1.75rem max(0.5rem, calc(50% - min(43vw, 11rem))) 2.25rem;
  }
}
.pricing-carousel-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 0;
}
.pricing-carousel-item {
  flex: 0 0 min(86vw, 22rem);
  max-width: 22rem;
  scroll-snap-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.pricing-carousel-item--active { z-index: 2; }
.pricing-carousel-item:focus-visible {
  outline: 2px solid #14352a;
  outline-offset: 4px;
}
.pricing-carousel-item .pricing-surface { height: 100%; }
.pricing-carousel-nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid #d6d3d1;
  background: #fff;
  color: #14352a;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(20, 53, 42, 0.1);
  transition: background 0.2s, border-color 0.2s;
}
@media (min-width: 992px) {
  .pricing-carousel-nav { display: flex; }
}
.pricing-carousel-nav:hover {
  background: #eef3f0;
  border-color: #b0c7b8;
}
.pricing-carousel-nav--prev { left: 0; }
.pricing-carousel-nav--next { right: 0; }
.pricing-best-value-badge { display: none; }
.pricing-carousel-item--active[data-pricing-plan="weekly"] .pricing-best-value-badge { display: block; }
.pricing-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.25rem;
}
.pricing-carousel-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  border: 0;
  padding: 0;
  background: #d6d3d1;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.pricing-carousel-dot--active {
  background: #14352a;
  transform: scale(1.25);
}
.user-type-selector .user-type-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.user-type-pill {
  border-radius: 9999px;
  border: 2px solid #d5e2da;
  background: #fff;
  color: #14352a;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.45rem 0.9rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.user-type-pill:hover { background: #eef3f0; border-color: #b0c7b8; }
.user-type-pill.active {
  background: #14352a;
  color: #fff;
  border-color: #14352a;
}
.index-personal-section { position: relative; }
.personal-section-shell {
  position: relative;
  border-radius: 1.5rem;
  padding: 1.75rem 1.25rem 2rem;
  background: linear-gradient(145deg, #fffefb 0%, #f4f0e8 45%, #eef5f0 100%);
  border: 1px solid rgba(20, 53, 42, 0.12);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.8) inset,
    0 12px 40px -12px rgba(20, 53, 42, 0.18),
    0 4px 14px -4px rgba(20, 53, 42, 0.08);
  overflow: hidden;
}
@media (min-width: 768px) {
  .personal-section-shell { padding: 2.25rem 2rem 2.5rem; }
}
.personal-section-shell::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  background: radial-gradient(circle, rgba(61, 107, 85, 0.14) 0%, transparent 68%);
  pointer-events: none;
}
.personal-section-shell > .personal-section-inner {
  position: relative;
  z-index: 1;
}
.personal-path-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 12.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(20, 53, 42, 0.1);
  background: rgba(255, 255, 255, 0.92);
  padding: 1.1rem 1.15rem 1.15rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 768px) {
  .personal-path-card { min-height: 13.25rem; }
}
.personal-path-card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 53, 42, 0.22);
  box-shadow: 0 10px 28px -8px rgba(20, 53, 42, 0.15);
  color: inherit;
}
.personal-path-card:focus-visible {
  outline: 2px solid #14352a;
  outline-offset: 2px;
}
.personal-path-kind {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3d6b55;
}
.personal-path-card.personal-path-blog .personal-path-kind { color: #0d9488; }
.personal-path-card.personal-path-glossary .personal-path-kind { color: #7c3aed; }
.personal-paths-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .personal-paths-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 1rem;
    row-gap: 1.1rem;
  }
}
.personal-path-cell {
  display: flex;
  min-width: 0;
  min-height: 100%;
}
.personal-path-title {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #14352a;
  margin: 0.35rem 0 0.25rem;
  line-height: 1.25;
  min-height: 2.5em;
}
.personal-path-hook {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #57534e;
  margin: 0;
  flex-grow: 1;
}
.personal-path-cta {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #14352a;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.personal-path-card:hover .personal-path-cta { color: #0f2920; }
.personal-funfact-wrap {
  border-radius: 0.875rem;
  border: 1px dashed rgba(20, 53, 42, 0.18);
  background: rgba(255, 255, 255, 0.45);
  padding: 0.65rem 1rem 0.75rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.personal-funfact-label { letter-spacing: 0.14em; }
.personal-funfact {
  font-style: italic;
  color: #57534e;
}
.personal-section-sub-outer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
@media (min-width: 768px) {
  .personal-section-sub-outer { margin-bottom: 1.75rem; }
}
#personal-section-sub {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.personal-funfact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  max-width: 100%;
}
#personal-section-funfact {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
#personal-testimonials-row { --personal-t-gutter: 0.65rem; }
#personal-testimonials-row.row {
  --bs-gutter-x: var(--personal-t-gutter);
  --bs-gutter-y: var(--personal-t-gutter);
}
.personal-t-compact {
  padding: 0.6rem 0.75rem 0.65rem;
  border-radius: 0.75rem;
}
.personal-t-compact .personal-t-stars {
  font-size: 0.65rem;
  line-height: 1;
  margin-bottom: 0.35rem;
  letter-spacing: 0.02em;
}
.personal-t-compact .personal-t-stars .bi { margin-right: 0.08rem; }
.personal-t-compact .personal-t-quote {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0;
}
.personal-t-compact .personal-t-meta {
  margin-top: 0.45rem;
  padding-top: 0.45rem;
}
.personal-t-compact .personal-t-name {
  font-size: 0.75rem;
  margin-bottom: 0.05rem;
}
.personal-t-compact .personal-t-role {
  font-size: 0.65rem;
  display: block;
  line-height: 1.3;
}
.personal-testimonial-spotlight.personal-t-compact {
  border-color: rgba(20, 53, 42, 0.28);
  box-shadow: 0 6px 18px -5px rgba(20, 53, 42, 0.18);
}
.index-panel {
  border-radius: 1rem;
  border: 1px solid #d5e2da;
  background: #fff;
  box-shadow: 0 1px 3px rgba(20, 53, 42, 0.06);
}
.index-login-faq-section .index-login-panel {
  border-radius: 1rem;
  border: 1px solid #e4dfd0;
  background: linear-gradient(180deg, #fffefb 0%, #faf8f1 100%);
  box-shadow: 0 1px 2px rgba(20, 53, 42, 0.05);
}
.index-login-faq-section .index-faq-panel {
  border-radius: 1rem;
  border: 1px solid #e4dfd0;
  background: #fffefb;
  box-shadow: 0 1px 2px rgba(20, 53, 42, 0.05);
}
.index-login-faq-section .index-market-panel {
  border-radius: 1rem;
  border: 1px solid #e4dfd0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(20, 53, 42, 0.04);
}
.index-login-faq-section .index-login-faq-inner {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
.index-login-faq-section .panel-heading {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  color: #14352a;
  margin-bottom: 0.55rem;
}
.index-login-faq-section .index-faq-panel .panel-heading { margin-bottom: 0.5rem; }
.index-login-faq-section .index-faq-panel .accordion-button {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  color: #292524;
}
.index-login-faq-section .index-faq-panel .accordion-body {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #57534e;
  padding: 0.45rem 0.75rem 0.65rem;
}
.index-login-faq-section .index-faq-panel .accordion-item { border-color: #e7e5e4; }
.index-login-faq-section .index-market-panel .list-group-item {
  padding: 0.4rem 0.5rem;
  font-size: 0.8125rem;
}
.index-login-faq-section .index-market-panel .list-group-item .fw-bold { font-size: 0.8125rem; }
.index-login-faq-section .index-market-panel .small {
  font-size: 0.7rem !important;
  line-height: 1.45;
}
.blog-image { height: 200px; object-fit: cover; }
.index-blog-section .index-blog-grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1.25rem;
}
@media (min-width: 576px) {
  .index-blog-section .index-blog-grid {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 992px) {
  .index-blog-section .index-blog-grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.75rem;
  }
}
.index-blog-section .index-blog-card .index-blog-card-body { padding: 1.125rem 1.25rem 1.35rem; }
@media (min-width: 576px) {
  .index-blog-section .index-blog-card .index-blog-card-body { padding: 1.25rem 1.35rem 1.5rem; }
}
.index-blog-section .index-blog-card .card-title {
  margin-bottom: 0;
  line-height: 1.35;
}
.index-blog-section .index-blog-card .card-text {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #57534e;
}
.index-blog-section .index-blog-card .index-blog-meta { gap: 0.5rem 0.75rem; }
.index-panel .form-control,
.index-login-faq-section .index-login-panel .form-control { width: 100%; max-width: 100%; }
.index-panel .input-group,
.index-login-faq-section .index-login-panel .input-group {
  flex-wrap: nowrap;
  align-items: stretch;
  min-width: 0;
}
.index-panel .input-group > .form-control,
.index-login-faq-section .index-login-panel .input-group > .form-control {
  width: 1%;
  min-width: 0;
  flex: 1 1 auto;
}
.index-panel .input-group .btn,
.index-login-faq-section .index-login-panel .input-group .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 40px;
  min-width: 40px;
  flex: 0 0 40px;
  border: 1px solid #d6d3d1;
  background: #fafaf9;
  color: #57534e;
}
.index-panel .input-group .btn:hover,
.index-login-faq-section .index-login-panel .input-group .btn:hover { background: #f5f5f4; }
.index-panel .form-check-input:checked,
.index-login-faq-section .index-login-panel .form-check-input:checked {
  background-color: #14352a;
  border-color: #14352a;
}
body.dark-mode.index-page { background-color: #0c1814 !important; color: #ece8e4; }
body.dark-mode .index-hero {
  background: #1c1917 !important;
  border-color: #44403c !important;
}
body.dark-mode .index-hero h1,
body.dark-mode .index-hero p { color: #fafaf9 !important; }
body.dark-mode .index-section-muted { background: #0f2920 !important; }
body.dark-mode .index-calc-card,
body.dark-mode .index-blog-card,
body.dark-mode .index-panel,
body.dark-mode .pricing-surface,
body.dark-mode .index-login-faq-section .index-login-panel,
body.dark-mode .index-login-faq-section .index-faq-panel,
body.dark-mode .index-login-faq-section .index-market-panel {
  background-color: #14352a !important;
  border-color: #2a5440 !important;
  color: #e7e5e4 !important;
}
body.dark-mode .index-login-faq-section .panel-heading { color: #fafaf9 !important; }
body.dark-mode .index-login-faq-section .index-faq-panel .accordion-button { color: #fafaf9 !important; }
body.dark-mode .index-login-faq-section .index-faq-panel .accordion-body { color: #d6d3d1 !important; }
body.dark-mode .text-muted,
body.dark-mode .small.text-muted { color: #a8a29e !important; }
body.dark-mode .price-frequency { color: #a8a29e !important; }
body.dark-mode .user-type-pill {
  background: #0f2920;
  border-color: #2a5440;
  color: #d5e2da;
}
body.dark-mode .user-type-pill:hover { background: #14352a; }
body.dark-mode .user-type-pill.active {
  background: #d5e2da;
  color: #0a1d16;
  border-color: #d5e2da;
}
body.dark-mode .accordion-item { background: #14352a; border-color: #2a5440; }
body.dark-mode .accordion-button {
  background: #14352a;
  color: #fafaf9;
}
body.dark-mode .accordion-button:not(.collapsed) {
  background: #1b4a38;
  color: #fff;
}
body.dark-mode .accordion-body { background: #0f2920; color: #d6d3d1; }
body.dark-mode .list-group-item { background: #14352a; border-color: #2a5440; color: #e7e5e4; }
body.dark-mode .index-blog-card .card-title { color: #fafaf9 !important; }
body.dark-mode .index-blog-card .card-text { color: #d6d3d1 !important; }
body.dark-mode .index-blog-section h2 { color: #fafaf9 !important; }
body.dark-mode .index-blog-section .text-stone-600 { color: #a8a29e !important; }
body.dark-mode .pricing-surface .fw-bold,
body.dark-mode .pricing-surface h3 { color: #fafaf9 !important; }
body.dark-mode .price-figure { color: #e7e5e4 !important; }
body.dark-mode .index-pricing-section .pricing-plan-title { color: #fafaf9 !important; }
body.dark-mode .index-pricing-section .pricing-tagline,
body.dark-mode .index-pricing-section .pricing-features li span { color: #d6d3d1 !important; }
body.dark-mode.index-page { background-color: #0c1814 !important; color: #ece8e4; }
body.dark-mode .index-hero .text-brand-600 { color: #9cbfb0 !important; }
body.dark-mode .index-login-faq-section {
  background: #0f1f1a !important;
  border-color: #234236 !important;
}
body.dark-mode .index-section-muted {
  background: #0f1f1a !important;
  border-color: #234236 !important;
}
body.dark-mode .index-section-muted h2,
body.dark-mode .index-section-muted h4 { color: #f5f2ee !important; }
body.dark-mode .index-section-muted .text-stone-600 { color: #b4aba2 !important; }
body.dark-mode .index-calc-card h3 { color: #d8e8df !important; }
body.dark-mode .index-calc-card .text-stone-600 { color: #b4aba2 !important; }
body.dark-mode .index-calc-card .calculator-icon { color: #7fb89a !important; }
body.dark-mode #scroll-left,
body.dark-mode #scroll-right {
  background: #1b4a38 !important;
  color: #e8f5ef !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}
body.dark-mode #scroll-left:hover,
body.dark-mode #scroll-right:hover { background: #236b52 !important; }
body.dark-mode .index-pricing-section,
body.dark-mode .index-blog-section {
  background: linear-gradient(165deg, #0d1c17 0%, #14352a 42%, #0f241e 100%) !important;
  border-color: #234236 !important;
}
body.dark-mode .premium-highlight {
  border-color: #3d6b55 !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(125, 180, 150, 0.12) !important;
}
body.dark-mode .index-pricing-section .pricing-footnote,
body.dark-mode .index-pricing-section .pricing-meta { color: #a89f96 !important; }
body.dark-mode .index-pricing-section .text-stone-500 { color: #a89f96 !important; }
body.dark-mode .index-pricing-section .text-emerald-600 { color: #6ee7b7 !important; }
body.dark-mode .index-pricing-section .text-success { color: #6ee7b7 !important; }
body.dark-mode .index-pricing-section .text-danger { color: #fca5a5 !important; }
body.dark-mode .pricing-carousel-nav {
  background: #14352a !important;
  border-color: #2a5440 !important;
  color: #e8f5ef !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}
body.dark-mode .pricing-carousel-nav:hover {
  background: #1b4a38 !important;
  border-color: #3d6b55 !important;
}
body.dark-mode .pricing-carousel-dot { background: #3d5248 !important; }
body.dark-mode .pricing-carousel-dot--active { background: #86efac !important; }
body.dark-mode.index-page .tw-btn-outline-dark {
  border-color: #3d5248 !important;
  color: #ece8e4 !important;
}
body.dark-mode.index-page .tw-btn-outline-dark:hover {
  background: #1b4a38 !important;
  border-color: #4a7c66 !important;
  color: #fff !important;
}
body.dark-mode.index-page .tw-btn-outline-secondary {
  border-color: #3d5248 !important;
  color: #c9c0b6 !important;
}
body.dark-mode.index-page .tw-btn-outline-secondary:hover {
  background: #1a2e26 !important;
  color: #f5f2ee !important;
}
body.dark-mode.index-page .tw-btn-outline-primary {
  border-color: #3d5248 !important;
  color: #a8d4bc !important;
}
body.dark-mode.index-page .tw-btn-outline-primary:hover {
  background: rgba(27, 74, 56, 0.45) !important;
  color: #f0fdf4 !important;
}
body.dark-mode.index-page .tw-btn-success {
  background: #15803d !important;
  color: #fff !important;
}
body.dark-mode.index-page .tw-btn-success:hover { background: #16a34a !important; }
body.dark-mode .index-login-faq-section .form-label.text-stone-600 { color: #b4aba2 !important; }
body.dark-mode .index-login-faq-section .text-stone-600 { color: #b4aba2 !important; }
body.dark-mode .index-login-faq-section .text-stone-400 { color: #8a827a !important; }
body.dark-mode .index-login-faq-section a.text-brand-700 { color: #8fd4b0 !important; }
body.dark-mode .index-login-faq-section a.text-brand-700:hover { color: #b8e8cc !important; }
body.dark-mode .index-login-faq-section .input-group .btn {
  background: #0f241e !important;
  border-color: #3d5248 !important;
  color: #c9c0b6 !important;
}
body.dark-mode .index-login-faq-section .alert-danger {
  background: rgba(127, 29, 29, 0.35) !important;
  border-color: #7f1d1d !important;
  color: #fecaca !important;
}
body.dark-mode .index-blog-section .bg-brand-100 { background: rgba(27, 74, 56, 0.35) !important; }
body.dark-mode .index-blog-section .text-brand-800 { color: #b8e8cc !important; }
body.dark-mode .index-blog-section .bg-emerald-100 { background: rgba(6, 78, 59, 0.35) !important; }
body.dark-mode .index-blog-section .text-emerald-900 { color: #a7f3d0 !important; }
body.dark-mode .index-personal-section .personal-section-shell {
  background: linear-gradient(155deg, #0f2920 0%, #14352a 40%, #0a1d16 100%);
  border-color: #2a5440;
  box-shadow: 0 0 0 1px rgba(184, 232, 204, 0.06) inset, 0 12px 40px -8px rgba(0, 0, 0, 0.35);
}
body.dark-mode .index-personal-section .personal-section-shell::before {
  background: radial-gradient(circle, rgba(94, 138, 114, 0.2) 0%, transparent 65%);
}
body.dark-mode .index-personal-section .text-brand-900 { color: #f5f2ee !important; }
body.dark-mode .index-personal-section .text-stone-600 { color: #a8a29e !important; }
body.dark-mode .index-personal-section .text-brand-600 { color: #86efac !important; }
body.dark-mode .index-personal-section .border-stone-200 { border-color: #2a5440 !important; }
body.dark-mode .personal-funfact-wrap {
  border-color: rgba(134, 239, 172, 0.25);
  background: rgba(15, 41, 32, 0.35);
}
body.dark-mode .personal-funfact { color: #c4bbb2 !important; }
body.dark-mode .personal-funfact-label { color: #86efac !important; }
body.dark-mode .personal-path-card {
  background: rgba(15, 41, 32, 0.85);
  border-color: #2a5440;
}
body.dark-mode .personal-path-card:hover { border-color: #3d6b55; }
body.dark-mode .personal-path-title { color: #f5f2ee !important; }
body.dark-mode .personal-path-hook { color: #d4cbc2 !important; }
body.dark-mode .personal-path-cta { color: #b8e8cc !important; }
body.dark-mode .personal-path-kind { color: #86efac !important; }
body.dark-mode .personal-path-card.personal-path-blog .personal-path-kind { color: #5eead4 !important; }
body.dark-mode .personal-path-card.personal-path-glossary .personal-path-kind { color: #c4b5fd !important; }
body.dark-mode .personal-testimonial-spotlight.personal-t-compact { border-color: #3d6b55; }
body.dark-mode #personal-testimonials-row .personal-t-quote.text-stone-700 { color: #d4cbc2 !important; }
body.dark-mode #personal-testimonials-row .personal-t-name.text-brand-900 { color: #f5f2ee !important; }
body.dark-mode #personal-testimonials-row .personal-t-role.text-stone-500 { color: #9c9288 !important; }
body.dark-mode #personal-testimonials-row .text-amber-500 { color: #fbbf24 !important; }
body.dark-mode #personal-testimonials-row .border-stone-100 { border-color: #2a5440 !important; }
