/* ============================================================
   HOME PAGE — css/home.css
   Loaded only on the Home page template.
   ============================================================ */

/* ── Variables ────────────────────────────────────────────── */
:root {
  --navy: #0c3060;
  --navy-dark: #071f42;
  --blue: #245b80;
  --blue-light: #1f74ac;
  --accent: #e8931a;
  --accent-dark: #c57800;
  --light-bg: #f4f8fc;
  --border: #dde5ef;
  --text: #1a2436;
  --muted: #64748b;
  --white: #ffffff;
  --radius: 10px;
  --radius-lg: 16px;
  --header-h: 80px;
  --section-py: 90px;
  --shadow-sm: 0 2px 8px rgba(12, 48, 96, 0.08);
  --shadow-md: 0 6px 24px rgba(12, 48, 96, 0.12);
}

/* ── Base ─────────────────────────────────────────────────── */
html {
  scroll-behavior: smooth;
}

.site-main {
  overflow-x: hidden;
}

/* Section base */
.section {
  padding: var(--section-py) 0;
}
.section--light {
  background-color: var(--light-bg);
}
.section--navy {
  background-color: var(--navy);
}

/* scroll-margin so anchored sections clear the fixed header */
#services,
#who,
#seminars,
#seminar-form,
#about,
#reviews,
#faq,
#contact {
  scroll-margin-top: var(--header-h);
}

/* ── Main Navigation ────────────────────────────── */
.main-navigation a {
  color: #071f42;
}
.main-navigation a:hover {
  color: var(--accent);
}

/* ── Top bar ─────────────────────────────────────────────────── */
.header-topbar {
  background: var(--navy-dark);
  padding: 0.35rem 0;
  text-align: right;
}
.header-topbar__tagline {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}
.header-topbar__phone {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header-topbar__phone:hover {
  color: var(--accent);
}
@media (max-width: 767px) {
  .header-topbar {
    display: none;
  }
}

/* ── Header: always sticky so content never reflows ─────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: var(--white) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition:
    box-shadow 0.3s ease,
    padding 0.3s ease;
}
.site-header > .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fixed-menu > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ── Header (scrolled state) ────────────────────────────────── */
.fixed-menu {
  background: var(--white) !important;
  box-shadow: 0 2px 12px rgba(12, 48, 96, 0.12);
}

/* ── Section headers ──────────────────────────────────────── */
.section-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.section-header {
  margin-bottom: 3rem;
}
.section-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.75rem;
}
.section-lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn.btn-accent,
a.btn-accent {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  font-weight: 600;
}
.btn.btn-accent:hover,
.btn.btn-accent:focus,
a.btn-accent:hover,
a.btn-accent:focus {
  background-color: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--white);
}
.text-accent {
  color: var(--accent) !important;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, #1b5fa0 100%);
  /* background-image: url("/wp-content/uploads/2026/06/stock-photo-retirement-planning-and-financial-security-a-happy-senior-couple-is-shaking-hands-with-a-financial-2773343995.jpg");
  background-image: url("/wp-content/uploads/2026/06/stock-photo-happy-senior-couple-making-financial-insurance-estate-deal-satisfied-customers-shaking-hands-with-2649360323.jpg"); */
  /* background-image: url("/wp-content/uploads/2026/06/stock-photo-happy-romantic-senior-couple-hugging-and-enjoying-retirement-at-home-1847793469.jpg"); */
  background: linear-gradient(88deg, rgba(10, 31, 58, 0.9) 0%, rgba(18, 54, 91, 0.8) 55%, rgba(36, 91, 128, 0.5) 100%), url("/wp-content/uploads/2026/07/AdobeStock_390338019-scaled.webp");
  background-size: cover;
  background-position: center;

  color: var(--white);
}
/* .hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 31, 66, 0.7);
  pointer-events: none;
} */
.hero__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.hero__headline {
  font-size: clamp(2.2rem, 5.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: var(--white);
}
.hero__sub {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
  margin-bottom: 0;
}
.hero__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
}
.hero__trust li {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

/* ── SERVICES ─────────────────────────────────────────────── */
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.service-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 1.25rem;
}
.service-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.6rem;
}
.service-card p {
  font-size: 0.97rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* ── WHO I HELP ───────────────────────────────────────────── */
.who-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.who-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.who-list__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-top: 0.1rem;
}
.who-list li strong {
  display: block;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 0.2rem;
}
.who-list li p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
}

/* Timeline box */
.timeline-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 2rem 2rem 2.5rem;
  box-shadow: var(--shadow-sm);
}
.timeline-box__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}
.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: var(--border);
}
.timeline__item {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1.75rem;
}
.timeline__item:last-child {
  padding-bottom: 0;
}
.timeline__dot {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: var(--blue);
  box-shadow: 0 0 0 2px var(--blue);
}
.timeline__dot--accent {
  background: var(--accent);
  box-shadow: 0 0 0 2px var(--accent);
}
.timeline__dot--primary {
  background: var(--blue);
  box-shadow: 0 0 0 2px var(--blue);
}
.timeline__dot--warning {
  background: #c0392b;
  box-shadow: 0 0 0 2px #c0392b;
}
.timeline__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}
.timeline__content strong {
  font-size: 0.97rem;
  color: var(--text);
  display: block;
  margin-bottom: 0.25rem;
}
.timeline__content p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

/* ── SEMINARS ─────────────────────────────────────────────── */
/* ── Seminar split layout ─────────────────────────────────── */
.seminar-split {
  display: flex;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  max-width: 1100px;
  margin: 0 auto;
}
.seminar-split__info {
  background: var(--navy);
  color: var(--white);
  padding: 2.5rem 2rem;
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
}
.seminar-split__date {
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.seminar-card__month {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.25rem;
}
.seminar-card__day {
  display: block;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.seminar-split__year {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.25rem;
}
.seminar-split__city {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.seminar-split__details {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.seminar-split__details li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.6rem;
}
.seminar-split__details li svg {
  flex-shrink: 0;
  color: var(--accent);
}
.seminar-split__quote {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
  border-left: 3px solid var(--accent);
  padding-left: 0.75rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.seminar-split__note {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
}
.seminar-card__seats {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 1rem;
}
.seminar-split__form {
  background: var(--light-bg);
  padding: 2.5rem 2.5rem 2rem;
  flex: 1;
}
.seminar-split__form h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.25rem;
}

/* ── ABOUT ────────────────────────────────────────────────── */
.about-photo {
  margin-bottom: 1.5rem;
}
.about-photo p {
  color: #fff;
  margin-top: 15px;
}
.about-photo__img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.about-photo__placeholder {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  font-size: 0.85rem;
  gap: 0.5rem;
}
.about-stat {
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1rem 0.75rem;
  text-align: center;
}
.about-stat__num {
  display: block;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.about-stat__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.65);
}

/* ── TESTIMONIALS ─────────────────────────────────────────── */
.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.review-card__stars {
  color: var(--accent);
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.9rem;
}
.review-card__text {
  font-size: 0.97rem;
  color: var(--text);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 1rem;
}
.review-card__name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  margin: 0;
}

/* ── FAQ ──────────────────────────────────────────────────── */
.faq-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius) !important;
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  background: var(--white);
  padding: 1.1rem 1.4rem;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--blue);
  background: var(--light-bg);
  box-shadow: none;
}
.faq-accordion .accordion-button::after {
  filter: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: none;
}
.faq-accordion .accordion-body {
  font-size: 0.97rem;
  color: var(--muted);
  line-height: 1.75;
  padding: 0.25rem 1.4rem 1.25rem;
  background: var(--light-bg);
}

/* ── CONTACT ──────────────────────────────────────────────── */
.contact-info {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-info li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.contact-info li svg {
  flex-shrink: 0;
  color: var(--accent);
}
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}
.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
  border-color: var(--border);
  font-size: 0.97rem;
}
.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.18);
}
.contact-form-wrap .form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
}

/* ── FOOTER ───────────────────────────────────────────────── */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.footer-main {
  padding: 4rem 0 3rem;
}

.footer-brand {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.4rem;
}
.footer-tagline {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-contact li {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-contact a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.footer-contact a:hover {
  color: var(--accent);
}

.footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s ease;
}
.footer-links a:hover {
  color: var(--accent);
}

.footer-cta-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0;
}
.footer-disclaimer p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.6;
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
}
.footer-bottom p {
  margin: 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 991.98px) {
  :root {
    --section-py: 65px;
  }
  .hero__headline {
    font-size: 2.4rem;
  }
  .timeline-box {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  :root {
    --section-py: 50px;
  }
  .hero {
    text-align: center;
  }
  .hero .row {
    min-height: 70vh !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .hero__headline {
    font-size: 2rem;
  }
  .hero__trust {
    display: none;
  }
  .hero__sub {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }
  .hero .d-flex.flex-wrap {
    flex-wrap: nowrap !important;
    justify-content: center;
    gap: 0.6rem !important;
  }
  .hero .d-flex.flex-wrap .btn {
    font-size: 0.82rem;
    padding: 0.45rem 1rem;
    flex: 1 1 0;
    max-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .seminar-split {
    flex-direction: column;
  }
  .seminar-split__info {
    flex: none;
    padding: 1.75rem 1.5rem;
  }
  .seminar-split__form {
    padding: 1.75rem 1.25rem;
  }
  .contact-form-wrap {
    padding: 1.75rem 1.25rem;
  }
  .about-stat__num {
    font-size: 1.5rem;
  }
}
