/* fees.css — Fees & funding page for Telehealth Psychology Australia.
   Builds on colors_and_type.css (tokens) + homepage.css (shared header,
   footer, buttons, sections, FAQ, dark CTA). Only fees-specific components
   live here. Australian English, no em dashes, one green accent voice. */

/* ============================ HERO ============================ */
.fees-hero { background: var(--warm-cream); position: relative; overflow: hidden; }
.fees-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
@media (max-width: 960px) { .fees-hero-grid { grid-template-columns: 1fr; gap: 40px; } }

.fees-hero-title { margin: 18px 0 0; }
.fees-hero .lead { margin: 22px 0 0; max-width: 46ch; }
.fees-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.fees-hero-facts { display: flex; align-items: stretch; gap: 28px; margin-top: 38px; }
.fees-hero-facts > div { display: flex; flex-direction: column; gap: 4px; }
.fees-hero-facts .ff-num { font-family: var(--font-serif); font-weight: 400; font-size: 2rem; line-height: 1; color: var(--considered-pine); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.fees-hero-facts .ff-lbl { font-size: 0.8125rem; color: var(--slate); line-height: 1.4; max-width: 18ch; }
.fees-hero-facts .ff-rule { width: 1px; background: var(--warm-border); flex: none; }

/* portrait media + floating fact card (mirrors the homepage hero badge) */
.fees-hero-media { position: relative; }
.fees-hero-frame { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-dropdown); aspect-ratio: 4 / 5; }
.fees-hero-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fees-hero-badge { position: absolute; left: -22px; bottom: 30px; z-index: 2; display: flex; align-items: center; gap: 14px; background: var(--paper-white); border: 1px solid var(--hairline-card); border-radius: var(--radius-lg); padding: 14px 20px; box-shadow: var(--shadow-dropdown); max-width: 82%; }
@media (max-width: 600px) { .fees-hero-badge { left: 12px; bottom: 12px; padding: 12px 16px; } }
.fees-hero-badge .fhb-num { font-family: var(--font-serif); font-weight: 400; font-size: 1.75rem; line-height: 1; color: var(--ink-charcoal); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.fees-hero-badge .fhb-lbl { font-size: 0.8125rem; color: var(--quiet-stone); line-height: 1.4; }

/* ===================== WHAT YOU'LL PAY (equation) ===================== */
.fees-pay { background: var(--paper-white); }
.pay-equation { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: stretch; margin-top: 44px; }
@media (max-width: 860px) { .pay-equation { grid-template-columns: 1fr; gap: 12px; } }
.pay-card { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; background: var(--paper-white); border: 1px solid var(--hairline-card); border-radius: var(--radius-lg); padding: 30px 30px 28px; box-shadow: var(--shadow-panel-resting); }
.pay-tag { font-family: var(--font-sans); font-size: var(--fs-label); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--quiet-stone); }
.pay-num { font-family: var(--font-serif); font-weight: 400; font-size: clamp(2.6rem, 4.4vw, 3.4rem); line-height: 1; color: var(--ink-charcoal); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; margin: 6px 0 4px; }
.pay-sub { font-size: 0.9375rem; color: var(--slate); line-height: 1.5; }
.pay-op { align-self: center; justify-self: center; font-family: var(--font-serif); font-size: 2rem; color: var(--quiet-stone); line-height: 1; }
@media (max-width: 860px) { .pay-op { margin: 4px 0; } }
/* the answer card carries the single pine accent */
.pay-card-feature { background: var(--practice-mist); border: 1.5px solid var(--considered-pine); box-shadow: var(--shadow-step-halo); }
.pay-card-feature .pay-tag { color: var(--considered-pine); }
.pay-card-feature .pay-num { color: var(--considered-pine); }

/* ===================== HOW REBATES WORK (steps) ===================== */
.fees-rebates { background: var(--warm-cream); }
.rebates-layout { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; margin-top: 44px; }
@media (max-width: 960px) { .rebates-layout { grid-template-columns: 1fr; gap: 32px; } .rebates-media { order: -1; } }
.rebates-media { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-card-hover); }
.rebates-media img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 420px; aspect-ratio: 3 / 2; }
@media (max-width: 960px) { .rebates-media img { min-height: 0; height: 300px; } }

.rebates-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; counter-reset: none; }
.rebates-steps li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; padding: 18px 0; border-top: 1px solid var(--hairline); }
.rebates-steps li:first-child { border-top: 0; padding-top: 0; }
.rs-num { font-family: var(--font-serif); font-weight: 400; font-size: 1.5rem; color: var(--considered-pine); line-height: 1; padding-top: 2px; font-variant-numeric: tabular-nums; }
.rebates-steps h3 { font-size: 1.1875rem; margin: 0 0 6px; }
.rebates-steps p { color: var(--slate); margin: 0; max-width: 52ch; line-height: 1.65; }

/* ===================== FUNDING PATHWAYS (cards) ===================== */
.fees-funding { background: var(--paper-white); }
.funding-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 44px; }
@media (max-width: 1160px) { .funding-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 960px) { .funding-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .funding-grid { grid-template-columns: 1fr; } }
.funding-card { display: flex; flex-direction: column; background: var(--soft-page); border: 1px solid var(--hairline-card); border-radius: var(--radius-lg); padding: 26px 24px; transition: transform var(--dur-slow) var(--ease-soft), box-shadow var(--dur-slow) var(--ease-soft), border-color var(--dur-base) var(--ease-out); }
.funding-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); border-color: var(--considered-pine); }
.fc-ic { width: 46px; height: 46px; border-radius: 50%; flex: none; background: var(--practice-mist); color: var(--considered-pine); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.fc-ic svg { width: 22px; height: 22px; }
.funding-card h3 { font-size: 1.0625rem; margin: 0 0 8px; }
.funding-card p { font-size: 0.9375rem; color: var(--slate); line-height: 1.6; margin: 0 0 18px; }
.fc-need { margin-top: auto; font-size: 0.8125rem; color: var(--quiet-stone); padding-top: 14px; border-top: 1px solid var(--hairline); }
.fc-need strong { color: var(--considered-pine); font-weight: 400; }

/* ===================== REASSURANCE BAND ===================== */
.fees-reassure { background: var(--warm-cream); }
.reassure-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
@media (max-width: 960px) { .reassure-grid { grid-template-columns: 1fr; gap: 32px; } }
.reassure-media { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-card-hover); }
.reassure-media img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 3 / 2; }
.reassure-quote { font-family: var(--font-serif); font-weight: 400; font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.32; letter-spacing: -0.02em; color: var(--ink-charcoal); margin: 0; text-wrap: balance; }
.reassure-copy p { color: var(--slate); margin: 22px 0 0; max-width: 52ch; line-height: 1.7; }

/* ===================== CLOSING DARK CTA ===================== */
.fees-cta { text-align: center; }
.fees-cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.fees-cta .eyebrow { justify-content: center; }
.fees-cta .descriptor { margin-left: auto; margin-right: auto; }
.fees-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }

/* ===================== PAGE-LEVEL REVEAL POLISH ===================== */
.fees-hero-media.reveal[data-anim="left"] { transition-delay: 0.08s; }
