/* ===== SECTION HEADER ===== */
.section-head { text-align: center; margin-bottom: 40px; }
.section-head .tag {
  display: inline-block; background: #e8f4f8; color: #0088aa;
  font-size: .78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; padding: 4px 12px; border-radius: 20px; margin-bottom: 12px;
}
.section-head h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.9rem); font-weight: 800;
  color: #004f73; margin: 0 0 12px;
}
.section-head p { font-size: .95rem; color: #555; line-height: 1.6; max-width: 560px; margin: 0 auto; }

/* ===== FAQ ACCORDION ===== */
/* Scope to .faq-wrap to beat specificity of styles.css FAQ rules */
.faq-wrap { max-width: 780px; margin: 0 auto; padding: 40px 0 60px; }
.faq-group { margin-bottom: 36px; }
.faq-group-label {
  font-size: .78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: #0088aa; margin: 0 0 4px;
  padding-bottom: 10px; border-bottom: 2px solid #d0e8f0;
}
.faq-wrap .faq-item { border: none; border-bottom: 1px solid #e8f0f5; border-radius: 0; overflow: visible; }
.faq-wrap .faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 18px 36px 18px 0; font-size: .94rem; font-weight: 600; color: #004f73;
  font-family: inherit; position: relative; line-height: 1.45;
  transition: color .15s; display: block; justify-content: unset; align-items: unset;
}
.faq-wrap .faq-q:hover { color: #0088aa; background: none; }
.faq-wrap .faq-q::after {
  content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 300; color: #0088aa; line-height: 1;
}
.faq-wrap .faq-q.open { color: #0088aa; }
.faq-wrap .faq-q.open::after { content: '−'; }
.faq-wrap .faq-a {
  display: none; max-height: none; overflow: visible; transition: none;
  padding: 0 0 18px 0; font-size: .9rem; line-height: 1.75; color: #444;
}
.faq-wrap .faq-a.open { display: block; max-height: none; overflow: visible; }
.faq-wrap .faq-a a { color: #0088aa; text-decoration: none; }
.faq-wrap .faq-a a:hover { text-decoration: underline; }
.faq-wrap .faq-a strong { color: #004f73; }
.faq-wrap .faq-a ul { margin: 10px 0 0 18px; padding: 0; }
.faq-wrap .faq-a ul li { margin-bottom: 4px; }

/* ===== APP DOWNLOAD STRIP ===== */
.app-strip {
  background: #f0f7fb;
  border-top: 1px solid #d0e8f0;
  border-bottom: 1px solid #d0e8f0;
  padding: 52px 0;
}
.app-strip-inner { display: flex; align-items: center; gap: 48px; flex-wrap: wrap; }
.app-strip-text { flex: 1; min-width: 260px; }
.app-strip-text h2 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 800; color: #004f73; margin: 0 0 12px; }
.app-strip-text p { font-size: .95rem; color: #444; margin: 0 0 22px; line-height: 1.65; }
.app-badges { display: flex; gap: 14px; flex-wrap: wrap; }
.app-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: #004f73; color: #fff; border-radius: 10px;
  padding: 10px 20px; text-decoration: none;
  transition: background .2s;
}
.app-badge:hover { background: #0088aa; color: #fff; }
.app-badge .badge-sub { display: block; font-size: .7rem; font-weight: 400; opacity: .8; line-height: 1; }
.app-badge .badge-store { display: block; font-size: .95rem; font-weight: 700; line-height: 1.2; }
.app-badge-icon { font-size: 1.6rem; }
.app-strip-visual { font-size: 7rem; opacity: .6; flex-shrink: 0; line-height: 1; }

/* ===== CTA BANNER ===== */
.cta-banner { background: #004f73; color: #fff; padding: 52px 0; text-align: center; }
.cta-banner h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; margin: 0 0 10px; }
.cta-banner p { font-size: 1rem; opacity: .85; margin: 0 0 28px; line-height: 1.5; }
.cta-btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #004f73; font-weight: 700; font-size: .95rem;
  padding: 13px 26px; border-radius: 8px; text-decoration: none;
  transition: background .2s;
}
.btn-cta-primary:hover { background: #e8f4f8; }
.btn-cta-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.85); font-weight: 600; font-size: .95rem;
  padding: 13px 26px; border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 8px; text-decoration: none; transition: border-color .2s;
}
.btn-cta-ghost:hover { border-color: rgba(255,255,255,.7); color: #fff; }

/* ===== FEATURE GRID ===== */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 40px; }
.feature-item {
  background: #fff; border: 1px solid #e0eaf0; border-radius: 12px; padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow .2s, transform .2s;
}
.feature-item:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); transform: translateY(-2px); }
.fi-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, #0088aa, #00aecf);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
}
.feature-item h3 { font-size: .95rem; font-weight: 700; color: #004f73; margin: 0; }
.feature-item p { font-size: .88rem; color: #555; line-height: 1.65; margin: 0; }

/* ===== JOURNEY STEPS ===== */
.journey-section { padding: 60px 0; background: #fff; }
.journey-steps { display: flex; flex-direction: column; gap: 0; max-width: 740px; margin: 0 auto; }
.journey-step {
  display: flex; gap: 28px; align-items: flex-start;
  position: relative; padding-bottom: 44px;
}
.journey-step:last-child { padding-bottom: 0; }
.journey-step::before {
  content: ''; position: absolute; left: 27px; top: 56px;
  width: 2px; height: calc(100% - 48px);
  background: linear-gradient(to bottom, #0088aa 0%, #d0e8f0 100%);
}
.journey-step:last-child::before { display: none; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #0088aa, #00aecf);
  color: #fff; font-size: 1.25rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,136,170,.3); z-index: 1;
}
.step-body { flex: 1; padding-top: 10px; }
.step-tag {
  display: inline-block; background: #e8f4f8; color: #0088aa;
  font-size: .75rem; font-weight: 700; padding: 2px 10px;
  border-radius: 20px; margin-bottom: 8px;
}
.step-body h3 { font-size: 1.05rem; font-weight: 700; color: #004f73; margin: 0 0 8px; }
.step-body p { font-size: .9rem; color: #555; line-height: 1.65; margin: 0; }

/* ===== CONTACT CARDS ===== */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; margin-top: 40px; }
.contact-card {
  background: #f0f7fb; border: 1px solid #d0e8f0; border-radius: 12px;
  padding: 28px 22px; text-align: center;
}
.cc-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.contact-card h3 { font-size: 1rem; font-weight: 700; color: #004f73; margin: 0 0 8px; }
.contact-card p { font-size: .9rem; color: #444; line-height: 1.6; margin: 0; }
.contact-card a { color: #0088aa; text-decoration: none; display: block; font-weight: 600; font-size: .95rem; margin-bottom: 4px; }
.contact-card a:hover { text-decoration: underline; }
.cc-hours { font-size: .8rem; color: #666; margin-top: 8px !important; font-style: italic; }
.contact-note { background: #fff8e1; border-left: 4px solid #f0a500; border-radius: 0 8px 8px 0; padding: 14px 18px; margin-top: 32px; font-size: .88rem; color: #5a3e00; line-height: 1.6; }

/* ===== ABOUT PAGE ===== */
.about-mission { background: linear-gradient(135deg, #004f73 0%, #0088aa 100%); color: #fff; padding: 60px 0; }
.about-mission .container { display: flex; gap: 48px; align-items: flex-start; flex-wrap: wrap; }
.about-mission-text { flex: 1; min-width: 280px; }
.about-mission-text h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; margin: 0 0 14px; }
.about-mission-text p { font-size: 1rem; opacity: .9; line-height: 1.7; margin: 0; }
.stat-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.stat-item {
  flex: 1; background: rgba(255,255,255,.15); border-radius: 10px;
  padding: 16px 18px; text-align: center; min-width: 120px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden; word-break: break-word;
}
.stat-item-link {
  text-decoration: none; color: inherit;
  transition: background .2s;
}
.stat-item-link:hover { background: rgba(255,255,255,.25); }
.stat-num { font-size: 1.75rem; font-weight: 800; display: block; line-height: 1.1; }
.stat-label { font-size: .75rem; opacity: .85; display: block; margin-top: 4px; line-height: 1.3; }
.stat-cta { font-size: .7rem; opacity: .7; display: block; margin-top: 6px; letter-spacing: .03em; }
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 36px; }
.value-card { border-left: 4px solid #0088aa; padding: 18px 18px 18px 22px; background: #f0f7fb; border-radius: 0 8px 8px 0; }
.value-card h3 { font-size: .95rem; font-weight: 700; color: #004f73; margin: 0 0 6px; }
.value-card p { font-size: .87rem; color: #555; line-height: 1.6; margin: 0; }
.partner-strip { background: #f8fbfd; border: 1px solid #e0eaf0; border-radius: 12px; padding: 28px 32px; margin-top: 40px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.partner-strip-text h3 { font-size: 1rem; font-weight: 700; color: #004f73; margin: 0 0 6px; }
.partner-strip-text p { font-size: .88rem; color: #555; line-height: 1.6; margin: 0; }
.partner-badge { background: #004f73; color: #fff; font-weight: 700; font-size: .85rem; padding: 8px 16px; border-radius: 8px; white-space: nowrap; }

/* ===== GET THE APP PAGE ===== */
.app-page-hero { background: linear-gradient(135deg, #0088aa 0%, #00aecf 100%); color: #fff; padding: 60px 0; }
.app-hero-inner { display: flex; gap: 48px; align-items: center; flex-wrap: wrap; }
.app-hero-text { flex: 1; min-width: 280px; }
.app-hero-text h1 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; margin: 0 0 14px; }
.app-hero-text p { font-size: 1.05rem; opacity: .9; line-height: 1.65; margin: 0 0 28px; }
.app-hero-phone { font-size: 9rem; text-align: center; opacity: .75; flex-shrink: 0; }
.app-steps { max-width: 680px; margin: 0 auto; }
.app-step-row { display: flex; align-items: flex-start; gap: 20px; padding: 20px 0; border-bottom: 1px solid #e8f0f5; }
.app-step-row:last-child { border-bottom: none; }
.app-step-num {
  width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #0088aa, #00aecf);
  color: #fff; font-weight: 700; font-size: .9rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.app-step-text h4 { font-size: .95rem; font-weight: 700; color: #004f73; margin: 0 0 4px; }
.app-step-text p { font-size: .88rem; color: #555; line-height: 1.6; margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 640px) {
  .feature-grid, .contact-grid, .value-grid { grid-template-columns: 1fr; }
  .app-strip-inner { flex-direction: column; text-align: center; }
  .app-badges { justify-content: center; }
  .app-hero-inner { flex-direction: column; text-align: center; }
  .about-mission .container { flex-direction: column; }
  .stat-row { justify-content: center; }
  .journey-step::before { display: none; }
  .cta-btn-row { flex-direction: column; align-items: center; }
  .partner-strip { flex-direction: column; }
}
