/* Financial Consulting – Service Content only (extracted from services-deets.css) */

/* Base container for service content */
.service-content {
  padding: 80px 8px;
  background: #fff;
}

.service-content__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

/* Subsection title (used within service content) */
.subsection-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e4377;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.subsection-title:before,
.subsection-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.subsection-title:before {
  margin-right: 1rem;
}
.subsection-title:after {
  margin-left: 1rem;
}

/* Service Future cards and lead/quote */
.service-future .service-lead {
  text-align: center;
  font-size: 1.1rem;
  color: #1e4377;
  line-height: 1.9;
  margin: -8px auto 24px auto;
  max-width: 1000px;
}

.service-future .service-quote {
  max-width: 900px;
  margin: 0 auto 40px auto;
  background: #f8f9ff;
  border-left: 6px solid #e63946;
  border-radius: 8px;
  padding: 16px 20px;
  color: #1e4377;
}

.service-future .service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.service-future .service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(30, 67, 119, 0.08);
  padding: 20px;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-future .service-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e4377;
  margin: 0px;
}

.service-future .service-card__desc {
  font-size: 0.98rem;
  color: #333;
  line-height: 1.7;
  margin: 0 0 12px 0;
}

.service-future .service-card__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-future .service-card__benefits li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #1e4377;
  background: aliceblue;
  padding: 4px 4px 4px 24px;
  border-radius: 4px;
}

.service-future .service-card__benefits li::before {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 4px;
  color: #e63946;
  font-weight: 700;
}

.service-future .special-program {
  background: #f4f7ff;
  border: 1px solid #d7e2f3;
  border-radius: 12px;
  padding: 24px;
  margin: 8px 0 32px 0;
}

.special-program__content {
 max-width: 680px;
 margin: 0 auto;
}

.service-future .value-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}

.service-future .value-list li {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px 14px;
  color: #1e4377;
  font-size: 0.98rem;
  text-align: center;
}

/* Value list title emphasis and line break (title on its own line) */
.service-future .value-list li strong {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  color: #0f2960;
  line-height: 1.45;
  margin-bottom: 8px;
  padding: 8px;
  background: #387cdd2e;
  letter-spacing: 0.01em;
}

/* Small responsive tweaks for the service lead/quote */
@media (max-width: 768px) {
  .service-future .service-lead {
    font-size: 1rem;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .service-future .service-quote {
    margin: 0 8px 24px 8px;
  }
}

/* Card head/icon (if body has .financial-consulting-page) */
.financial-consulting-page .service-future .service-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.financial-consulting-page .service-future .service-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f4f7ff;
  border: 1px solid #e1e8f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
}

.financial-consulting-page .service-future .service-card__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* Roadmap basics (used by the compact vertical schedule section) */
.service-roadmap {
  margin-top: 24px;
}

.roadmap-overview {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  background: #f8fafc;
  padding: 16px;
  border-radius: 8px;
  border-left: 3px solid #1e4377;
}

.roadmap-legend {
  display: flex;
  gap: 20px;
  justify-content: center;
  background: #f8fafc;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e1e8f5;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 35rem;
  color: #555;
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.legend-color.meetings {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
}

.legend-color.budget {
  background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
}

/* Inline pricing (used within this section) */
.service-pricing-inline {
  margin-top: 24px;
}
.service-pricing-inline .service-pricing-list,
.service-pricing-inline .service-pricing-note {
  margin-left: auto;
  margin-right: auto;
}

/* 表形式風の枠と行区切り（@page-tax-advisor の .price-table を参考） */
.service-pricing-inline .service-pricing-header {
  max-width: 760px;
  margin: 0 auto;
  background: #f8fafc;
  border: 1px solid #e9ecef;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  display: grid;
  grid-template-columns: 1fr minmax(140px, 220px);
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #1e4377;
  font-weight: 700;
}

.service-pricing-inline .service-pricing-list {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.service-pricing-inline .service-pricing-list {
  list-style: none;
  padding: 0;
  margin: 12px auto;
  display: grid;
  gap: 8px;
}
.service-pricing-inline .service-pricing-item {
  display: grid;
  grid-template-columns: 1fr minmax(140px, 220px);
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
}
.service-pricing-inline .service-pricing-item:last-child {
  border-bottom: none;
}
/* ヘッダーと本文の区切り線 */
.service-pricing-inline .service-pricing-item:first-child {
  border-top: 1px solid #e9ecef;
}
.service-pricing-inline .service-pricing-item__title {
  font-weight: 600;
  color: #1e4377;
}
.service-pricing-inline .service-pricing-item__price {
  font-weight: 700;
  color: #1e4377;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.service-pricing-inline .service-pricing-note {
  margin-top: 12px;
  font-size: 16px;
  color: #6b7280;
}

.special-program__title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.shogun-price-badge {
  background: #e63946;
  color: #fff;
  padding: 4px 10px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(230, 57, 70, 0.25);
}
.shogun-price-inline {
  color: #e63946;
  font-weight: 800;
  background: rgba(230, 57, 70, 0.08);
  padding: 0 6px;
  border-radius: 6px;
}

/* Vertical schedule (Financial Consulting page timeline) */
.vertical-schedule {
  margin-top: 12px;
  position: relative;
  background: aliceblue;
  padding: 4px 16px;
  border-radius: 12px;
}
.vertical-schedule .vs-grid {
  position: relative;
  display: grid;
  grid-template-columns: 10px 1fr;
  grid-template-rows: repeat(12, auto);
  gap: 8px 10px;
}
/* Band (month-spanning vertical backgrounds) */
.vertical-schedule .schedule-note {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
}
.vertical-schedule .vs-band {
  grid-column: 2 / 3;
  border-radius: 6px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.35);
  z-index: 0;
}
.vertical-schedule .vs-band--budget {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.35);
}
/* Rail & dot */
.vertical-schedule .vs-rail {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
  border-left: 2px solid #e5e7eb;
  justify-self: center;
  width: 0;
}
.vertical-schedule .vs-dot {
  width: 10px;
  height: 10px;
  background: #2563eb;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #2563eb;
  border-radius: 50%;
  z-index: 2;
  justify-self: center;
  align-self: center;
  margin-top: 2px;
}
/* Content columns */
.vertical-schedule .vs-content {
  z-index: 1;
  display: grid;
  grid-template-columns: 70px 72px 72px 1fr;
  align-items: center;
  column-gap: 12px;
  min-height: 40px;
}
.vertical-schedule .vs-month {
  font-weight: 600;
  color: #374151;
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}
.vertical-schedule .vs-month.red {
  color: #e63946;
}
.vertical-schedule .vs-events {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 6px;
  grid-column: 4;
}
.vertical-schedule .vs-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 6px 8px;
}
.vertical-schedule .vs-card h5 {
  margin: 0 0 2px;
  font-size: 14px;
  color: #111827;
}
.vertical-schedule .vs-card p {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}
/* Legend card (kept for possible use) */
.vertical-schedule .vs-legend {
  margin-bottom: 8px;
}
.vertical-schedule .vs-legend .vs-card {
  border-color: #2563eb;
  background: rgba(37, 99, 235, 0.06);
}
/* Vertical labels: Meeting, Prep, Budget */
.vertical-schedule .vs-meeting {
  grid-column: 2 / 3;
  grid-row: 2 / 13;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.vertical-schedule .vs-meeting__label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(70px + 12px);
  width: 72px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.35);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-weight: 600;
  font-size: 16px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.vertical-schedule .vs-prep {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.vertical-schedule .vs-prep__label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(70px + 12px + 72px + 12px);
  width: 72px;
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b45309;
  font-weight: 600;
  font-size: 16px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.vertical-schedule .vs-budget {
  grid-column: 2 / 3;
  grid-row: 5 / 13;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.vertical-schedule .vs-budget__label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(70px + 12px + 72px + 12px);
  width: 72px;
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #059669;
  font-weight: 600;
  font-size: 16px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* Spanning card across multiple months */
.vertical-schedule .vs-span {
  grid-column: 2;
  position: relative;
  z-index: 1;
}
.vertical-schedule .vs-span .vs-card {
  position: relative;
  margin-left: calc(70px + 12px + 72px + 12px + 72px + 12px);
  height: 100%;
  display: flex;
  align-items: center;
}
.vertical-schedule .vs-contract {
  grid-column: 2/4;
  grid-row: 1;
  background: #d8ffde;
  color: #2d7c19;
  border: 1px solid green;
  text-align: center;
  padding: 4px;
  font-weight: 500;
  border-radius: 8px;
}

/* Responsive (mobile) - keep timeline within viewport */
@media (max-width: 768px) {
  .vertical-schedule .vs-content {
    grid-template-columns: 34px 95px 1fr;
    column-gap: 8px;
    min-height: 36px;
  }
  .vertical-schedule .vs-month {
    font-size: 12px;
  }
  .vertical-schedule .vs-events {
    grid-column: 3;
    grid-template-columns: 1fr;
    /* padding-left: 55px; */
  }
  .vertical-schedule .vs-card {
    padding: 6px 8px;
  }

  /* Thin stripes for vertical labels, no text on mobile */
  .vertical-schedule .vs-meeting__label,
  .vertical-schedule .vs-prep__label,
  .vertical-schedule .vs-budget__label {
    border-radius: 6px;
    font-size: 14px;
    width: 41px;
  }
  .vertical-schedule .vs-meeting__label {left: calc(38px + 6px);}
  .vertical-schedule .vs-prep__label {left: calc(62px + 34px);}
  .vertical-schedule .vs-budget__label {left: calc(45px + 52px);}

  /* Spanning card aligns to events column on mobile */
  .vertical-schedule .vs-span .vs-card {margin-left: 120px;}
  .vertical-schedule .vs-contract {
    grid-column: 2;
    font-size: 14px;
  }
  .vertical-schedule .vs-span{
      margin-left: 25px;
  }
}



.sp_break {
  display: none;
}
@media (max-width: 768px) {
  .sp_break {
    display: block;
  }
}

/* Financial Consulting – Animations are controlled by services-deets.css to unify motions */

/* Service Overview */
.financial-consulting-page .service-overview__catchphrase:not(.animate) {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-overview__catchphrase.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .service-overview__text:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-overview__text.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .service-overview__image:not(.animate) {
  opacity: 0;
  transform: translateX(50px) scale(0.95);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-overview__image.animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}
@media (max-width: 768px) {
  .financial-consulting-page .service-overview__image:not(.animate) {
    transform: translateY(30px) scale(0.95);
  }
}

/* Problem Solving */
.financial-consulting-page .problem-solving-section .section-title:not(.animate) {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .problem-solving-section .section-title.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .problem-solving__lead:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .problem-solving__lead.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .problem-category:not(.animate) {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .problem-category.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .problem-category__title-group:not(.animate) {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .problem-category__title-group.animate {
  opacity: 1;
  transform: translateX(0);
}
.financial-consulting-page .problem-item:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .problem-item.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Three Detail (姿勢・特徴) */
.financial-consulting-page .three-detail .section-title:not(.animate) {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .three-detail .section-title.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .detail-title:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .detail-title.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .posture-item:not(.animate),
.financial-consulting-page .features-item:not(.animate) {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .posture-item.animate,
.financial-consulting-page .features-item.animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Service Content (cards, special, values, roadmap, inline pricing) */
.financial-consulting-page .service-content .section-title:not(.animate),
.financial-consulting-page .service-future .service-lead:not(.animate),
.financial-consulting-page .service-content .subsection-title:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-content .section-title.animate,
.financial-consulting-page .service-future .service-lead.animate,
.financial-consulting-page .service-content .subsection-title.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .service-future .service-card:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-future .service-card.animate {
  opacity: 1;
  transform: translateY(0);
}
/* 内部要素はカードと同時に表示（他ページと同等の見え方に合わせる） */
.financial-consulting-page .service-future .service-card__head,
.financial-consulting-page .service-future .service-card__title,
.financial-consulting-page .service-future .service-card__desc,
.financial-consulting-page .service-future .service-card__benefits li {
  opacity: 1;
  transform: none;
  transition: none;
}
.financial-consulting-page .service-future .special-program:not(.animate),
.financial-consulting-page .service-future .service-values:not(.animate),
.financial-consulting-page .service-future .service-roadmap:not(.animate),
.financial-consulting-page .service-pricing-inline:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-future .special-program.animate,
.financial-consulting-page .service-future .service-values.animate,
.financial-consulting-page .service-future .service-roadmap.animate,
.financial-consulting-page .service-pricing-inline.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .service-values .value-list li:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-values .value-list li.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Roadmap internals */
/* タイムライン内部は他ページにあわせてセクションと同時表示（段階表示は行わない） */
.financial-consulting-page .service-roadmap .vs-rail,
.financial-consulting-page .service-roadmap .vs-meeting,
.financial-consulting-page .service-roadmap .vs-prep,
.financial-consulting-page .service-roadmap .vs-budget,
.financial-consulting-page .service-roadmap .vs-dot,
.financial-consulting-page .service-roadmap .vs-content,
.financial-consulting-page .service-roadmap .vs-span {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Inline pricing block */
.financial-consulting-page .service-pricing-inline .service-pricing-header:not(.animate),
.financial-consulting-page .service-pricing-inline .service-pricing-list:not(.animate),
.financial-consulting-page .service-pricing-inline .service-pricing-note:not(.animate) {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-pricing-inline .service-pricing-header.animate,
.financial-consulting-page .service-pricing-inline .service-pricing-list.animate,
.financial-consulting-page .service-pricing-inline .service-pricing-note.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Introduction Flow */
.financial-consulting-page .introduction-flow .section-title:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .introduction-flow .section-title.animate {
  opacity: 1;
  transform: translateY(0);
}
.financial-consulting-page .flow-step:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 3s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .flow-step.animate {
  opacity: 1;
  transform: translateY(0);
}

/* First 30 Days */
.financial-consulting-page .first-30days .section-title:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .first-30days .section-title.animate {opacity: 1; transform: translateY(0);}
.financial-consulting-page .first-30days__lead:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .first-30days__lead.animate {opacity: 1; transform: translateY(0);}
.financial-consulting-page .first-30days__item:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .first-30days__item.animate {opacity: 1; transform: translateY(0);}
.financial-consulting-page .first-30days__item_left:not(.animate) {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .first-30days__item_left.animate {opacity: 1; transform: translateX(0);}
.financial-consulting-page .triangle:not(.animate) {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .triangle.animate {opacity: 1;}
.financial-consulting-page .first-30days__item_right:not(.animate) {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .first-30days__item_right.animate {opacity: 1; transform: translateX(0);}
.financial-consulting-page .first-30days__note:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .first-30days__note.animate {opacity: 1; transform: translateY(0);}

/* FAQ */
.financial-consulting-page .tax-faq-section .section-title:not(.animate),
.financial-consulting-page .tax-faq-sub:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .tax-faq-section .section-title.animate,
.financial-consulting-page .tax-faq-sub.animate {opacity: 1; transform: translateY(0);}
.financial-consulting-page .tax-faq-item:not(.animate) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .tax-faq-item.animate {opacity: 1; transform: translateY(0);}

/* --- Service card internals: smooth in-card animations (override earlier none) --- */
.financial-consulting-page .service-future .service-card__head,
.financial-consulting-page .service-future .service-card__title,
.financial-consulting-page .service-future .service-card__desc,
.financial-consulting-page .service-future .service-card__benefits li {
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.financial-consulting-page .service-future .service-card__head:not(.animate),
.financial-consulting-page .service-future .service-card__title:not(.animate),
.financial-consulting-page .service-future .service-card__desc:not(.animate),
.financial-consulting-page .service-future .service-card__benefits li:not(.animate) {
  opacity: 0;
  transform: translateY(16px);
}
.financial-consulting-page .service-future .service-card__head.animate,
.financial-consulting-page .service-future .service-card__title.animate,
.financial-consulting-page .service-future .service-card__desc.animate,
.financial-consulting-page .service-future .service-card__benefits li.animate {
  opacity: 1;
  transform: translateY(0);
}
