/* SFF-2026 Announcement Page — Custom Components
   Colors: Main Round blue #3b5998, Theme Rounds gold #b8860b, SFF green #1a5c44
   Deadline red #c0392b, light blue bg #eaeff8, light tan bg #faf3e0
*/

/* ── Main Content Column ─────────────────────────────────── */
.column[data-content="main"] {
  gap: 0;
}
.section-heading-decorated {
  margin-top: 32px;
}
.section-heading-decorated h2 {
  margin-top: 0;
}
h2[id^="faq-"] {
  margin-top: 32px;
}

/* ── Sidebar Active State ─────────────────────────────────── */
.text-link-background.is-active {
  color: #1a5c44;
  font-weight: 600;
  border-left: 3px solid #1a5c44;
  padding-left: calc(0.35rem + 6px);
  margin-left: -9px;
  background-color: rgba(26, 92, 68, 0.06);
}

/* ── FAQ chevron rotation ──────────────────────────────────── */
.faq-dropdown-arrow {
  transition: transform 0.2s ease;
}
.w-dropdown.w--open .faq-dropdown-arrow {
  transform: rotate(90deg);
}

/* ── Round Open Badge ──────────────────────────────────────── */
.round-open-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(26, 92, 68, 0.13);
  border: 1px solid rgba(26, 92, 68, 0.4);
  color: #ffffff;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.round-open-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #66d39f;
  display: inline-block;
  animation: roundOpenPulse 2s ease-out infinite;
}
@keyframes roundOpenPulse {
  0%  { box-shadow: 0 0 0 0 rgba(102, 211, 159, 0.7); }
  75% { box-shadow: 0 0 0 10px rgba(102, 211, 159, 0); }
  100%{ box-shadow: 0 0 0 0 rgba(102, 211, 159, 0); }
}

/* ── Facts Bar ─────────────────────────────────────────────── */
.facts-bar {
  background: #ffffff;
  border-bottom: 1px solid rgba(143, 146, 153, 0.18);
  padding: 28px 40px;
}
.facts-row {
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.facts-item {
  flex: 1 1 160px;
  text-align: center;
}
.facts-label {
  font-size: 10px;
  font-weight: 600;
  color: #6b6b73;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.facts-value {
  font-family: 'Brygada 1918', Georgia, serif;
  font-size: 20px;
  color: #262629;
}
.facts-sub {
  font-size: 11px;
  color: #6b6b73;
  margin-top: 2px;
}

/* ── New This Year Banner ──────────────────────────────────── */
.new-banner-wrap {
  max-width: 1064px;
  margin: 0 auto;
  padding: 32px 40px 0;
}
.new-banner {
  background: #faf3e0;
  border: 1px solid #e4d5a8;
  border-radius: 10px;
  padding: 20px 24px;
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 14px;
  color: #262629;
  line-height: 1.6;
}
.new-banner a {
  color: #1a5c44;
  text-decoration: underline;
  font-weight: 700;
}

/* ── Choose Your Path Diagram ──────────────────────────────── */
.path-section {
  padding: 0 0 16px;
  margin: 0 auto;
}
.path-section h2 {
  font-family: 'Brygada 1918', Georgia, serif;
  font-size: 28px;
  text-align: center;
}
.path-section > p {
  text-align: center;
  font-size: 14px;
  color: #6b6b73;
  margin: 4px 0 24px;
}
.path-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.path-root-card {
  background: #ffffff;
  border: 2px solid rgba(143, 146, 153, 0.35);
  border-radius: 12px;
  padding: 18px 28px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.path-root-card:hover {
  border-color: rgba(143, 146, 153, 0.6);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.path-root-title {
  font-family: 'Brygada 1918', Georgia, serif;
  font-size: 18px;
  color: #262629;
  line-height: 1.3;
}
.path-root-amount {
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6b6b73;
  margin-top: 3px;
}
.path-root-sub {
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #9b9ba0;
  margin-top: 2px;
}
.path-connector {
  width: 1.5px;
  height: 18px;
  background: #bbb8b0;
  margin: 0 auto;
  opacity: 0.45;
}
.path-columns {
  display: flex;
  gap: 28px;
  width: 100%;
  max-width: 860px;
  align-items: flex-start;
}
.path-group {
  flex: 1 1 50%;
  border-radius: 14px;
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.path-group.is-main {
  background: #eaeff8;
  border: 1.5px solid #c5d1e8;
}
.path-group.is-theme {
  background: #faf3e0;
  border: 1.5px solid #e4d5a8;
}
.path-group-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
  max-width: 280px;
}
.path-group.is-main .path-group-card {
  border: 2px solid #c5d1e8;
}
.path-group.is-theme .path-group-card {
  border: 2px solid #e4d5a8;
}
.path-group-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.path-group-title {
  font-family: 'Brygada 1918', Georgia, serif;
  font-size: 18px;
  color: #262629;
}
.path-group-amount {
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
}
.path-group.is-main .path-group-amount { color: #3b5998; }
.path-group.is-theme .path-group-amount { color: #b8860b; }
.path-group-sub {
  font-size: 11px;
  font-weight: 400;
  color: #6b6b73;
  margin-top: 2px;
}
.path-group-desc {
  font-size: 11px;
  color: #6b6b73;
  margin-top: 6px;
  line-height: 1.4;
}
.path-sub-connector {
  width: 1.5px;
  height: 14px;
  margin: 0 auto;
  opacity: 0.45;
}
.path-group.is-main .path-sub-connector { background: #3b5998; }
.path-group.is-theme .path-sub-connector { background: #b8860b; }

.diagram-card-row {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: stretch;
}
.diagram-sub-card {
  flex: 1 1 0;
  min-width: 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.path-group.is-main .diagram-sub-card {
  border: 1.5px solid #c5d1e8;
}
.path-group.is-theme .diagram-sub-card {
  border: 1.5px solid #e4d5a8;
}
.diagram-sub-card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}
.diagram-sub-card-title {
  font-family: 'Brygada 1918', Georgia, serif;
  font-size: 13px;
  color: #262629;
  line-height: 1.3;
}
.diagram-sub-card-amount {
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  margin-top: 3px;
}
.path-group.is-main .diagram-sub-card-amount { color: #3b5998; }
.path-group.is-theme .diagram-sub-card-amount { color: #b8860b; }

/* SVG branch connectors */
.path-branch-svg,
.diagram-branch-svg {
  display: block;
  overflow: visible;
}

/* ── Key Dates ─────────────────────────────────────────────── */
.key-dates-box {
  background: #ffffff;
  border: 1px solid rgba(143, 146, 153, 0.18);
  border-radius: 12px;
  padding: 32px 24px;
  margin: 16px -24px 32px;
  width: calc(100% + 48px);
}
.key-dates-box h2 {
  font-family: 'Brygada 1918', Georgia, serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 4px;
}
.key-dates-subtitle {
  font-size: 13px;
  color: #6b6b73;
  text-align: center;
  margin: 0 0 16px;
}
.key-dates-legend {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #6b6b73;
  width: 100%;
  text-align: left;
}
.key-dates-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.key-dates-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block;
}
.key-dates-legend-dot.is-main { background: #eaeff8; border: 1px solid rgba(59, 89, 152, 0.3); }
.key-dates-legend-dot.is-theme { background: #faf3e0; border: 1px solid rgba(184, 134, 11, 0.3); }
.key-dates-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.key-dates-row:last-child { margin-bottom: 0; }
.key-dates-label {
  width: 120px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 13px;
}
.key-dates-label.is-main { color: #3b5998; }
.key-dates-label.is-theme { color: #b8860b; }
.key-dates-milestones {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.key-dates-track-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0.15;
  z-index: 0;
}
.key-dates-track-line.is-main { background: #3b5998; }
.key-dates-track-line.is-theme { background: #b8860b; }
.key-dates-milestone {
  flex: 1 1 0;
  display: flex;
  position: relative;
  z-index: 1;
}
.key-dates-milestone:nth-child(2) { flex: 0 0 auto; justify-content: flex-start; }
.key-dates-milestone:nth-child(3) { justify-content: center; }
.key-dates-milestone:last-child { justify-content: flex-end; }
.key-dates-milestone-card {
  border-radius: 8px;
  padding: 6px 10px;
  min-width: 120px;
  text-align: center;
}
.key-dates-milestone-card.is-deadline {
  background: #fdf0ee;
  border: 1px solid rgba(192, 57, 43, 0.19);
}
.key-dates-milestone-card.is-main {
  background: #eaeff8;
  border: 1px solid rgba(59, 89, 152, 0.19);
}
.key-dates-milestone-card.is-theme {
  background: #faf3e0;
  border: 1px solid rgba(184, 134, 11, 0.19);
}
.key-dates-milestone-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.key-dates-milestone-card.is-deadline .key-dates-milestone-title { color: #c0392b; }
.key-dates-milestone-card.is-main .key-dates-milestone-title { color: #3b5998; }
.key-dates-milestone-card.is-theme .key-dates-milestone-title { color: #b8860b; }
.key-dates-milestone-date {
  font-size: 11px;
  color: #262629;
  margin-top: 3px;
  font-weight: 500;
}

/* ── Track Cards ───────────────────────────────────────────── */
.track-card {
  border: 1px solid rgba(143, 146, 153, 0.18);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 12px;
  border-left: 4px solid transparent;
}
.track-card.is-main  { border-left-color: #3b5998; }
.track-card.is-theme { border-left-color: #b8860b; }
.track-card-inner {
  padding: 20px 24px;
}
.track-card-title {
  font-family: 'Brygada 1918', Georgia, serif;
  font-size: 20px;
  color: #262629;
  margin-bottom: 8px;
}
.track-card-body {
  font-size: 14px;
  color: #2d2d33;
  line-height: 1.6;
}
.track-card-body p {
  margin: 0 0 12px;
}
.track-card-body ul {
  margin: 0 0 12px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.7;
}
.track-card-looking {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.track-card.is-main  .track-card-looking { color: #3b5998; }
.track-card.is-theme .track-card-looking { color: #b8860b; }

/* Collapsible full description */
.track-card-full {
  display: none;
  padding-top: 12px;
  border-top: 1px solid rgba(143, 146, 153, 0.12);
  margin-top: 12px;
}
.track-card-full.is-open { display: block; }
.track-card-toggle {
  background: none;
  border: 1px solid rgba(143, 146, 153, 0.3);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #2d2d33;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Lexend', 'Inter', sans-serif;
  transition: border-color 0.15s;
  margin-top: 8px;
}
.track-card-toggle:hover {
  border-color: rgba(143, 146, 153, 0.6);
}
.track-card-toggle .chevron {
  display: inline-block;
  transition: transform 0.2s;
}
.track-card-toggle.is-open .chevron {
  transform: rotate(90deg);
}

/* ── Lifecycle Box (colored background wrapper) ────────────── */
.lifecycle-box {
  border-radius: 12px;
  padding: 24px 24px 20px;
  margin: 20px 0;
  width: 100%;
}
.lifecycle-box.is-main {
  background: #eaeff8;
  border: 1px solid #c5d1e8;
}
.lifecycle-box.is-theme {
  background: #faf3e0;
  border: 1px solid #e4d5a8;
}
.lifecycle-box .step-flow-heading {
  margin-bottom: 12px;
}

/* ── How to Apply Step Flow ────────────────────────────────── */
.step-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 16px 0 8px;
}
.step-flow-heading {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.step-flow-heading.is-main  { color: #3b5998; }
.step-flow-heading.is-theme { color: #b8860b; }

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.step-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}
/* Filled: "you submit" */
.step-circle.is-filled.is-main  { background: #3b5998; border: 2px solid #3b5998; color: #fff; }
.step-circle.is-filled.is-theme { background: #b8860b; border: 2px solid #b8860b; color: #fff; }
/* Hollow: "you receive info" */
.step-circle.is-hollow.is-main  { background: #fff; border: 2px solid #3b5998; color: #3b5998; }
.step-circle.is-hollow.is-theme { background: #fff; border: 2px solid #b8860b; color: #b8860b; }
/* Dashed: "you may be asked" */
.step-circle.is-dashed.is-main  { background: transparent; border: 2px dashed rgba(59, 89, 152, 0.38); color: rgba(59, 89, 152, 0.6); }
.step-circle.is-dashed.is-theme { background: transparent; border: 2px dashed rgba(184, 134, 11, 0.38); color: rgba(184, 134, 11, 0.6); }

.step-line {
  width: 2px;
  height: 24px;
}
.step-line.is-solid.is-main  { background: rgba(59, 89, 152, 0.19); }
.step-line.is-solid.is-theme { background: rgba(184, 134, 11, 0.19); }
.step-line.is-dashed {
  width: 0;
  height: 24px;
}
.step-line.is-dashed.is-main  { border-left: 2px dashed rgba(59, 89, 152, 0.19); }
.step-line.is-dashed.is-theme { border-left: 2px dashed rgba(184, 134, 11, 0.19); }

.step-content {
  padding-top: 3px;
  padding-bottom: 12px;
}
.step-content a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.step-content a.is-main  { color: #3b5998; }
.step-content a.is-theme { color: #b8860b; }
.step-content .step-label {
  font-size: 14px;
  font-weight: 500;
  color: #262629;
}
.step-content .step-date {
  font-size: 12px;
  color: #6b6b73;
  margin-top: 2px;
}

/* Step flow legend */
.step-legend {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  font-size: 11px;
  color: #6b6b73;
  flex-wrap: wrap;
}
.step-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.step-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}

/* ── Theme Flow Cards (supplemental application branching) ── */
.theme-flow-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
}
.theme-flow-card {
  display: block;
  background: #ffffff;
  border: 1.5px solid rgba(184, 134, 11, 0.33);
  border-radius: 10px;
  padding: 12px 14px;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.theme-flow-card:hover {
  border-color: #b8860b;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -8px rgba(184, 134, 11, 0.5);
}
.theme-flow-card-title {
  font-size: 13px;
  font-weight: 500;
  color: #171719;
  line-height: 1.35;
}
.theme-flow-card-date {
  font-size: 11px;
  color: #6b6b73;
  margin-top: 4px;
}

/* ── Section headings with anchor ──────────────────────────── */
h2[id],
h3[id],
.section-heading-decorated {
  scroll-margin-top: 104px;
}
.section-heading-anchor {
  text-decoration: none;
  color: inherit;
}
.section-heading-anchor .section-heading-icon {
  opacity: 0;
  transition: opacity 0.15s;
  font-size: 0.7em;
  margin-left: 6px;
}
.section-heading-anchor:hover .section-heading-icon,
.section-heading-anchor:focus-visible .section-heading-icon {
  opacity: 1;
}

/* ── Mini timeline (used inside track cards) ───────────────── */
.mini-timeline {
  display: grid;
  grid-template-columns:
    [label] 120px
    [apr22] 14fr
    [may6] 14fr
    [jun10] 14fr
    [jun24] 14fr
    [jul8] 14fr
    [jul22] 14fr
    [sep] 84fr
    [nov];
  align-items: center;
  position: relative;
  margin: 12px 0;
}
.mini-timeline-label {
  grid-column: label;
  grid-row: 1;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.mini-timeline-label.is-main { color: #3b5998; }
.mini-timeline-label.is-theme { color: #b8860b; }
.mini-timeline-sublabel { font-size: 11px; }
.mini-timeline-sublabel-mobile { display: none; }
.mini-timeline-line {
  grid-column: apr22 / nov;
  grid-row: 1;
  height: 2px;
  opacity: 0.15;
  z-index: 0;
}
.mini-timeline-line.is-main  { background: #3b5998; }
.mini-timeline-line.is-theme { background: #b8860b; }
.mini-timeline-item {
  grid-row: 1;
  position: relative;
  z-index: 1;
  justify-self: start;
}
/* Smaller cards inside mini-timeline */
.mini-timeline .key-dates-milestone-card {
  padding: 4px 8px;
  min-width: 70px;
}
.mini-timeline .key-dates-milestone-title {
  font-size: 9px;
}
.mini-timeline .key-dates-milestone-date {
  font-size: 10px;
  margin-top: 2px;
}

/* ── Apply button (reuse site pattern) ─────────────────────── */
.apply-button-row {
  margin: 16px 0;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .path-columns {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: center !important;
  }
  .path-columns > div {
    max-width: 500px !important;
    width: 100% !important;
  }
  .path-branch-svg { display: none !important; }
  .path-connector { opacity: 0 !important; }
  .path-sub-connector { opacity: 0 !important; }
  .diagram-card-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .diagram-sub-card {
    width: 50% !important;
  }
  .diagram-branch-svg { display: none !important; }
}

@media (max-width: 768px) {
  .facts-bar { padding: 20px 16px !important; }
  .facts-row { gap: 16px !important; }
  .facts-item { flex: 1 1 calc(50% - 8px) !important; }
  .facts-item:first-child { flex: 1 1 100% !important; }
  .facts-item:nth-child(4), .facts-item:nth-child(5) { flex: 1 1 calc(50% - 8px) !important; }
  .new-banner-wrap { padding: 24px 16px 16px !important; }
  .path-columns {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .path-branch-svg { display: none !important; }
  .key-dates-row {
    flex-direction: column !important;
    gap: 6px !important;
  }
  .key-dates-label {
    width: auto !important;
    font-size: 12px !important;
  }
  .key-dates-milestones {
    flex-direction: column !important;
    gap: 4px !important;
    width: 100% !important;
  }
  .key-dates-track-line { display: none !important; }
  .key-dates-milestone {
    flex: none !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }
  .key-dates-milestone-card {
    min-width: 0 !important;
    width: 100% !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }
  .mini-timeline {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    align-items: flex-start !important;
  }
  .mini-timeline-label {
    width: auto !important;
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }
  .mini-timeline-sublabel { display: none !important; }
  .mini-timeline-sublabel-mobile { display: inline !important; }
  .mini-timeline-line { display: none !important; }
  .mini-timeline-item {
    flex: none !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }
  .mini-timeline-item > div {
    min-width: 0 !important;
    width: 100% !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }
  .step-legend { flex-wrap: wrap; gap: 8px; }
  .diagram-card-row {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .diagram-branch-svg { display: none !important; }
  .path-sub-connector { opacity: 0 !important; }
  .section-heading-decorated { gap: 8px !important; }
  .step-pills-row { flex-direction: column !important; }
  .theme-flow-cards-row {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .theme-flow-branch-svg { display: none !important; }
  .prelim-divider::before,
  .prelim-divider::after { display: none !important; }
  .prelim-divider { display: block !important; text-align: center !important; }
}

/* ── Preliminary Announcement Divider ─────────────────────── */
.prelim-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 12px;
  font-style: italic;
  color: var(--gray-600);
  font-size: 1.2rem;
  text-align: center;
}
.prelim-divider::before,
.prelim-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gray-600);
  opacity: 0.3;
}

/* ── Section Heading Decorated ────────────────────────────── */
.section-heading-decorated {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  border-left: 4px solid;
  padding-left: 12px;
  margin-bottom: 12px;
}
.section-heading-decorated h2 {
  margin-bottom: 0;
}
.section-heading-decorated.is-main  { border-left-color: #3b5998; }
.section-heading-decorated.is-theme { border-left-color: #b8860b; }

/* Dollar badge */
.section-amount {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Lexend', 'Inter', sans-serif;
}
.section-amount.is-main  { color: #3b5998; }
.section-amount.is-theme { color: #b8860b; }

/* NEW / NEW 2026 pill */
.section-new-pill {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.03em;
  font-family: 'Lexend', 'Inter', sans-serif;
}
.section-new-pill.is-theme {
  background: #faf3e0;
  border: 1px solid #e4d5a8;
  color: #b8860b;
}
.section-new-pill.is-neutral {
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #333;
}

/* Step pills */
.step-pills-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 8px 0 24px;
}
.step-pill {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Lexend', 'Inter', sans-serif;
  transition: opacity 0.15s;
}
.step-pill:hover { opacity: 0.85; }
.step-pill.is-filled {
  background: #1a5c44;
  color: #fff;
}
.step-pill.is-outline {
  background: #fff;
  border: 2px solid #1a5c44;
  color: #1a5c44;
}

/* Section divider */
.section-divider {
  border: none;
  border-top: 1px solid rgba(143, 146, 153, 0.18);
  margin: 20px 0 24px;
}

/* Theme flow diagram box */
.theme-flow-box {
  background: #faf3e0;
  border: 1.5px solid #e4d5a8;
  border-radius: 14px;
  padding: 28px 24px;
  margin: 24px 0;
}
.theme-flow-box-title {
  font-family: 'Lexend', 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #b8860b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.theme-flow-cards-row {
  display: flex;
  gap: 12px;
  width: 100%;
}
.theme-flow-cards-row .theme-flow-card {
  flex: 1 1 0;
  min-width: 0;
}
