/*
Theme Name: Elite Bridge WP Final
Theme URI: https://elitebridgestaffing.com
Author: Elite Bridge Staffing
Description: Optimized WordPress theme for Elite Bridge Staffing non-medical home care, caregiver jobs, and care staffing services in Massachusetts.
Version: 5.7.0
Text Domain: elite-bridge-wp-final
Tags: home-care, staffing, massachusetts, caregiver, responsive, accessibility-ready
*/

:root {
  --background: #f8faf7;
  --foreground: #101828;
  --green: #00462f;
  --green-2: #0b6a4a;
  --gold: #c98f24;
  --gold-soft: #f6ead3;
  --green-soft: #e7f2ec;
  --muted: #667085;
  --line: #e4e7ec;
  --ink: #0f172a;
  --font-care-sans: "Nunito Sans", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-bottom: 0;
  color: var(--foreground);
  background: var(--background);
  font-family: "Nunito Sans", "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.01em;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.website-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(0,70,47,.1);
  backdrop-filter: blur(16px);
}

.mobile-promo { display: none; }
.logo-link img { display: block; width: 260px; max-width: 42vw; height: auto; }
.main-nav { display: flex; justify-content: center; gap: 22px; color: #435044; font-size: 15px; font-weight: 800; }
.main-nav a:hover { color: var(--green); }
.mobile-menu { display: none; }

.phone-button, .solid, .outline, .ghost-dark, .form-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 950;
}

.outline { border: 1px solid rgba(0,70,47,.16); color: var(--green); background: white; }
.phone-button {
  min-width: 156px;
  border: 1px solid rgba(201,144,37,.42);
  color: white;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 12px 30px rgba(0,70,47,.22);
}
.phone-button strong {
  font-size: 16px;
  line-height: 1.05;
  white-space: nowrap;
}
.schedule-call {
  position: relative;
}
.schedule-call summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(0,70,47,.18);
  border-radius: 999px;
  color: var(--green);
  background: white;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}
.schedule-call summary::-webkit-details-marker { display: none; }
.schedule-call[open]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(15,23,42,.62);
  backdrop-filter: blur(3px);
}
.schedule-call[open] summary {
  position: fixed;
  top: 64px;
  right: max(24px, calc(50% - 390px));
  z-index: 95;
  width: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 999px;
  color: var(--green);
  background: #f7faf8;
  font-size: 0;
  box-shadow: 0 12px 28px rgba(16,24,40,.18);
}
.schedule-call[open] summary::before {
  content: "×";
  font-size: 30px;
  line-height: 1;
}
.schedule-modal {
  position: fixed;
  top: 36px;
  left: 50%;
  z-index: 90;
  width: min(820px, calc(100vw - 32px));
  max-height: calc(100vh - 72px);
  overflow: auto;
  padding: 24px 28px 28px;
  border-radius: 28px;
  background: white;
  box-shadow: 0 40px 110px rgba(0,0,0,.34);
  transform: translateX(-50%);
}
.schedule-modal::before {
  content: "";
  display: block;
  height: 6px;
  margin: -2px 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--gold), #e5e7eb);
}
.modal-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.modal-logo img {
  width: 140px;
  height: auto;
}
.schedule-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.schedule-form input,
.schedule-form select,
.schedule-form textarea {
  width: 100%;
  border: 1px solid #d7dde4;
  border-radius: 999px;
  padding: 13px 16px;
  color: var(--ink);
  background: white;
  outline: none;
}
.schedule-form textarea,
.schedule-form select,
.schedule-form button,
.schedule-next,
.calendar-step {
  grid-column: 1 / -1;
}
.schedule-form textarea {
  min-height: 82px;
  border-radius: 24px;
  resize: vertical;
}
.schedule-form button,
.schedule-next {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  font-weight: 950;
}
.calendar-provider-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.calendar-provider-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(0,70,47,.14);
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
  font-weight: 950;
}
.calendar-step {
  display: grid;
  gap: 16px;
  scroll-margin-top: 72px;
  padding-top: 12px;
}
.calendar-intro {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f8faf7;
}
.calendar-intro strong,
.calendar-intro span {
  display: block;
}
.calendar-intro span,
.calendar-intro small {
  color: var(--muted);
}
.calendar-month {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 4px;
}
.calendar-month button {
  width: 40px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: white;
  font-size: 28px;
  line-height: 1;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  text-align: center;
}
.calendar-grid > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}
.calendar-grid label,
.time-grid label {
  cursor: pointer;
}
.calendar-grid input,
.time-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.calendar-grid b {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}
.calendar-grid input:checked + b,
.time-grid input:checked + span {
  color: white;
  border-color: var(--green);
  background: var(--green);
}
.time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.time-grid span {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: white;
  font-weight: 900;
}
.solid, .form-card button { border: 0; color: white; background: linear-gradient(135deg, var(--green), var(--green-2)); }
.ghost-dark { color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 56px;
  align-items: center;
  min-height: 760px;
  padding: 76px clamp(18px, 5vw, 72px) 70px;
}

.premium-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(201,143,36,.18), transparent 25%),
    radial-gradient(circle at 72% 62%, rgba(0,70,47,.13), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fbf8 48%, var(--green-soft) 100%);
}
.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.2), transparent 46%);
}
.premium-hero > * { position: relative; z-index: 1; }

.eyebrow { margin: 0; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
h1, h2 { margin: 10px 0 16px; color: var(--ink); line-height: .98; letter-spacing: -2.2px; font-weight: 900; }
h1 { font-size: clamp(46px, 6.6vw, 92px); }
h2 { font-size: clamp(34px, 4.8vw, 62px); }
h3 { margin: 0 0 10px; color: var(--ink); font-weight: 900; letter-spacing: -.7px; }
.lead { max-width: 760px; margin: 0; color: var(--muted); font-size: 22px; line-height: 1.58; font-weight: 600; }
.home-search-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .56fr) auto;
  gap: 10px;
  max-width: 820px;
  margin: 30px 0 0;
  padding: 10px;
  border: 1px solid #dbe7e1;
  border-radius: 28px;
  background: white;
  box-shadow: 0 26px 70px rgba(16,24,40,.12);
}
.home-search-card:focus-within {
  border-color: rgba(6,75,54,.45);
  box-shadow: 0 28px 80px rgba(6,75,54,.16);
}
.home-search-card div {
  display: grid;
  gap: 4px;
  padding: 10px 14px;
  border-radius: 20px;
  background: #f8fbf9;
}
.home-search-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.home-search-card input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}
.home-search-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  padding: 0 24px;
  border-radius: 20px;
  color: white;
  background: var(--green);
  font-weight: 950;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 22px; }
.trust-row, .mini-list { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span, .town-grid span, .mini-list span {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 13px;
  font-weight: 900;
}

.hero-photo-card {
  position: relative;
  min-height: 560px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,70,47,.22);
  border: 10px solid white;
}
.hero-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6,75,54,.74));
}
.orbit-card {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.96);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(16,24,40,.18);
}
.main-orbit { position: absolute; left: 26px; bottom: 26px; width: min(330px, calc(100% - 52px)); padding: 26px; }
.main-orbit span { color: var(--gold); font-size: 12px; font-weight: 950; letter-spacing: 1.5px; text-transform: uppercase; }
.main-orbit strong { display: block; margin: 8px 0; color: var(--green); font-size: 72px; line-height: .9; }
.main-orbit p { margin: 0; color: var(--muted); line-height: 1.5; }
.orbit-card.small { position: absolute; z-index: 3; padding: 18px 20px; color: var(--green); font-size: 34px; font-weight: 950; text-align: center; }
.orbit-card.small span { display: block; color: var(--muted); font-size: 12px; }
.orbit-card.top { right: 6%; top: 66px; }

@media (min-width: 1001px) {
  .premium-hero {
    display: block;
    min-height: 640px;
    padding: 108px clamp(46px, 7vw, 118px) 82px;
    background:
      linear-gradient(90deg, rgba(0,43,29,.78) 0%, rgba(0,43,29,.62) 36%, rgba(0,43,29,.18) 67%, rgba(0,43,29,.02) 100%),
      url("assets/elite-bridge-hero-wide.png") right center / auto 100% no-repeat,
      #f6f0e7;
  }
  .premium-hero::before {
    background:
      radial-gradient(circle at 18% 24%, rgba(246,217,155,.2), transparent 20%),
      linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.18));
  }
  .premium-hero .hero-copy {
    max-width: 640px;
  }
  .premium-hero h1 {
    max-width: 640px;
    color: white;
    font-size: clamp(54px, 5.8vw, 84px);
    line-height: .96;
    text-shadow: 0 10px 34px rgba(0,0,0,.28);
  }
  .premium-hero .home-search-card {
    max-width: 640px;
    grid-template-columns: minmax(0, 1fr) minmax(150px, .46fr) auto;
    margin-top: 36px;
    border: 0;
    background: rgba(255,255,255,.9);
    box-shadow: 0 28px 90px rgba(0,0,0,.24);
    backdrop-filter: blur(18px);
  }
  .premium-hero .home-search-card button {
    background: var(--green);
  }
  .premium-hero .solid {
    background: #f6d99b;
    color: var(--green);
  }
  .premium-hero .outline {
    border-color: rgba(255,255,255,.56);
    color: white;
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(8px);
  }
  .premium-hero .hero-photo-card {
    display: none;
  }
}

.care-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -34px clamp(18px,5vw,72px) 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--line);
  box-shadow: 0 24px 70px rgba(16,24,40,.12);
}

.image-story, .page-image-band {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  padding: 86px clamp(18px, 5vw, 72px);
  background: white;
}
.image-story img, .page-image-band img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 28px 70px rgba(16,24,40,.14);
}
.image-story p, .page-image-band p { color: var(--muted); line-height: 1.65; }
.care-strip article { padding: 26px; background: white; }
.care-strip span { color: var(--gold); font-weight: 950; }
.care-strip strong { display: block; margin: 6px 0; color: var(--ink); font-size: 22px; }
.care-strip p { margin: 0; color: var(--muted); line-height: 1.5; }

.section, .quick-form, .page-hero { padding: 86px clamp(18px, 5vw, 72px); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.page-hero { background: white; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1020px; }
.page-hero p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 20px; line-height: 1.55; }
.split, .quick-form, .reviews-preview, .reviews-page { display: grid; grid-template-columns: .86fr 1.14fr; gap: 44px; align-items: start; }
.quick-form { background: white; }
.home-form { background: #f7faf8; }
.section p, .quick-form p { color: var(--muted); line-height: 1.65; }

.care-home-section {
  background:
    radial-gradient(circle at 16% 10%, rgba(6,75,54,.08), transparent 26%),
    #f6f1e7;
}
.care-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.care-choice-card {
  position: relative;
  min-height: 290px;
  display: grid;
  align-content: space-between;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(6,75,54,.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 76% 68%, rgba(201,143,36,.16), transparent 34%),
    white;
  box-shadow: 0 18px 50px rgba(16,24,40,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.care-choice-card:hover,
.care-choice-card:focus-visible,
.profile-card-grid article:hover,
.feature-grid article:hover,
.review-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(6,75,54,.24);
  box-shadow: 0 22px 54px rgba(16,24,40,.1);
}
.care-choice-card:focus-visible {
  outline: 3px solid rgba(201,144,37,.35);
  outline-offset: 3px;
}
.care-visual {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 32px;
  color: var(--green);
  background:
    radial-gradient(circle at 70% 28%, rgba(242,211,145,.9), transparent 17%),
    var(--green-soft);
  font-size: 42px;
  font-weight: 950;
}
.care-visual::before { display: block; line-height: 1; }
.care-visual.hands::before { content: "🤝"; }
.care-visual.chat::before { content: "☕"; }
.care-visual.pause::before { content: "⏳"; }
.care-visual.meal::before { content: "🍽"; }
.care-visual.memory::before { content: "🧠"; }
.care-visual.facility::before { content: "🏡"; }
.care-arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--green);
  background: #fffaf0;
  font-size: 42px;
  font-weight: 500;
  line-height: .8;
  transition: transform .18s ease, background .18s ease;
}
.care-choice-card:hover .care-arrow,
.care-choice-card:focus-visible .care-arrow {
  transform: translateX(4px);
  color: white;
  background: var(--green);
}
.care-category-grid h3 {
  margin: 32px 0 10px;
  font-size: 28px;
  line-height: 1.05;
}
.care-category-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.profile-comparison {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: center;
  background:
    radial-gradient(circle at 85% 22%, rgba(201,144,37,.12), transparent 28%),
    #f7faf8;
}
.profile-comparison > div:first-child p:not(.eyebrow) {
  margin-bottom: 24px;
  max-width: 560px;
}
.profile-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.profile-card-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: white;
  box-shadow: 0 18px 46px rgba(16,24,40,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.profile-card-grid article div {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 22px;
  color: #f2d391;
  background: var(--green);
  font-size: 24px;
  font-weight: 950;
}
.profile-card-grid h3 {
  font-size: 28px;
}
.profile-card-grid strong {
  display: block;
  color: var(--green);
}
.profile-card-grid span {
  display: block;
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 18px;
  color: #475467;
  background: #f2f4f7;
  font-size: 13px;
  font-weight: 900;
}

.feature-grid, .service-grid, .review-grid, .town-grid { display: grid; gap: 16px; }
.feature-grid { grid-template-columns: repeat(2, 1fr); }
.feature-grid.single { grid-template-columns: 1fr; margin-top: 22px; }
.feature-grid article, .service-grid article, .review-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
}
.feature-grid b { display: block; color: var(--green); font-size: 20px; }

.app-banner-showcase {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #f8faf7;
}
.app-banner-showcase img {
  display: block;
  width: 100%;
  height: auto;
}

.app-product-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, .92fr) minmax(520px, 1.08fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 54%, rgba(6,75,54,.18), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(201,143,36,.12), transparent 19%),
    linear-gradient(112deg, #ffffff 0%, #fbfffb 48%, #ecf6f0 100%);
}
.app-product-showcase::before {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -28%;
  width: 920px;
  height: 920px;
  border-radius: 50%;
  border: 1px solid rgba(6,75,54,.08);
  box-shadow: inset 0 0 0 42px rgba(255,255,255,.24), inset 0 0 0 92px rgba(6,75,54,.035), inset 0 0 0 152px rgba(255,255,255,.16);
}
.app-product-copy {
  position: relative;
  z-index: 2;
  max-width: 790px;
}
.app-product-copy .eyebrow {
  margin-bottom: 20px;
  color: var(--green);
  font-size: 17px;
}
.app-product-copy h2 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(56px, 5.25vw, 88px);
  line-height: .98;
  letter-spacing: -2.4px;
}
.app-product-copy > p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.45;
}
.app-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 34px 0 34px;
}
.app-product-actions a {
  min-width: 210px;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
  font-size: 22px;
}
.app-product-actions .outline {
  border: 2px solid var(--green);
  background: rgba(255,255,255,.84);
}
.app-product-actions span {
  font-size: 30px;
  line-height: 1;
}
.app-product-workflow {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 28px;
}
.app-product-workflow .avatar-stack {
  min-width: 178px;
}
.app-product-workflow .avatar-stack span {
  width: 54px;
  height: 54px;
  font-size: 16px;
}
.app-product-workflow > div:last-child {
  max-width: 520px;
  padding-left: 28px;
  border-left: 1px solid rgba(16,24,40,.22);
}
.app-product-workflow strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 950;
}
.app-product-workflow p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}
.app-product-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 800px;
  margin-bottom: 22px;
}
.app-product-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 13px;
  color: var(--ink);
  background: #fff4e2;
  box-shadow: 0 13px 30px rgba(16,24,40,.06);
  font-size: 16px;
  font-weight: 950;
}
.app-product-pills span::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 5px;
  background: var(--green);
}
.app-product-phones {
  position: relative;
  z-index: 1;
  min-height: 670px;
}
.product-phone {
  position: absolute;
  top: 48%;
  width: 315px;
  aspect-ratio: 9 / 19.2;
  padding: 9px;
  border-radius: 48px;
  background: linear-gradient(90deg, #0b0d10, #4a4f56 10%, #060709 24%, #353b43 50%, #090a0c 76%, #7b8188 90%, #111316);
  box-shadow: 0 42px 78px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.34);
}
.product-phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  width: 96px;
  height: 28px;
  border-radius: 999px;
  background: #030405;
  transform: translateX(-50%);
}
.product-phone::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -16px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  filter: blur(12px);
}
.product-phone-caregiver {
  left: 8%;
  transform: translateY(-45%) rotate(-7deg);
  z-index: 2;
}
.product-phone-employer {
  right: 5%;
  width: 345px;
  transform: translateY(-50%) rotate(8deg);
  z-index: 3;
}
.product-phone-screen {
  height: 100%;
  overflow: hidden;
  padding: 48px 18px 18px;
  border-radius: 39px;
  background: linear-gradient(180deg, #fbfdfb, #fff);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}
.phone-ui-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
}
.caregiver-greeting {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 14px;
  padding: 13px;
  border-radius: 22px;
  background: white;
  box-shadow: 0 12px 30px rgba(16,24,40,.08);
}
.caregiver-greeting span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #f6d99b;
  background: var(--green);
  font-weight: 950;
}
.caregiver-greeting b,
.caregiver-greeting small {
  display: block;
}
.caregiver-greeting small {
  color: var(--muted);
  font-size: 12px;
}
.shift-card {
  display: grid;
  gap: 9px;
  padding: 18px;
  border-radius: 25px;
  color: white;
  background: radial-gradient(circle at 90% 4%, rgba(246,217,155,.28), transparent 26%), linear-gradient(135deg, var(--green), #082b22);
}
.shift-card small,
.risk-card small,
.coverage-card small {
  color: #f6d99b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
}
.shift-card strong,
.risk-card strong,
.coverage-card strong {
  font-size: 22px;
  line-height: 1.05;
}
.shift-card p {
  margin: 0;
  color: #e9f3ee;
  font-size: 13px;
}
.shift-card button {
  border: 0;
  border-radius: 999px;
  padding: 12px;
  color: var(--green);
  background: #f6d99b;
  font-weight: 950;
}
.caregiver-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 14px;
}
.caregiver-mini-grid span {
  display: grid;
  place-items: center;
  min-height: 62px;
  border-radius: 18px;
  color: var(--green);
  background: #eef8f1;
  font-weight: 950;
}
.caregiver-mini-grid span:nth-child(2) {
  color: #8b5a08;
  background: #fff2dc;
}
.mini-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: #667085;
  text-align: center;
  font-size: 12px;
}
.mini-nav b:first-child {
  color: var(--green);
}
.ops-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 18px 0 14px;
}
.ops-title strong {
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}
.ops-title span {
  color: var(--green);
  font-weight: 950;
}
.coverage-card,
.risk-card,
.cover-row {
  display: grid;
  gap: 9px;
  padding: 18px;
  border-radius: 24px;
}
.coverage-card {
  background: white;
  box-shadow: 0 12px 30px rgba(16,24,40,.08);
}
.coverage-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
}
.coverage-card button {
  width: fit-content;
  border: 0;
  border-radius: 15px;
  padding: 10px 13px;
  color: var(--green);
  background: #eaf6ef;
  font-weight: 950;
}
.risk-card {
  margin-top: 14px;
  color: white;
  background: #101827;
}
.risk-card div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 11px;
  align-items: center;
  padding: 10px;
  border-radius: 17px;
  background: rgba(255,255,255,.08);
}
.risk-card b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #c3271d;
  background: #ffe0dd;
  font-size: 21px;
}
.risk-card p {
  margin: 0;
  color: white;
  font-size: 13px;
}
.cover-row {
  grid-template-columns: 58px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  background: white;
  box-shadow: 0 10px 24px rgba(16,24,40,.06);
}
.cover-row span {
  padding: 8px;
  border-radius: 12px;
  color: #b74e00;
  background: #fff3df;
  font-weight: 950;
}
.cover-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.cover-row p b {
  display: block;
  color: var(--ink);
}
.cover-row strong {
  color: var(--green);
  font-size: 13px;
  white-space: nowrap;
}

.app-showcase {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  min-height: 760px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 87% 12%, rgba(201,143,36,.14), transparent 20%),
    radial-gradient(circle at 73% 72%, rgba(6,75,54,.22), transparent 30%),
    radial-gradient(circle at 24% 18%, rgba(231,242,236,.94), transparent 34%),
    linear-gradient(118deg, #ffffff 0%, #fbfffb 48%, #eaf5ee 100%);
}
.app-showcase h2,
.app-showcase h3 {
  color: var(--ink);
}
.app-showcase h2 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(48px, 6.3vw, 106px);
  line-height: .95;
  letter-spacing: -2.6px;
}
.app-showcase p {
  color: var(--muted);
}
.app-showcase-copy > p:not(.eyebrow) {
  max-width: 720px;
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.45;
}
.app-showcase .mini-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 24px;
  color: var(--ink);
  background: linear-gradient(135deg, #fff6e7, #fdf1d8);
  border: 1px solid rgba(201,143,36,.13);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(16,24,40,.06);
  font-size: 16px;
  font-weight: 950;
}
.app-showcase .mini-list span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--green);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.65);
}
.app-showcase-copy .eyebrow {
  color: var(--green);
}
.app-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}
.app-cta-row .solid {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 16px 34px rgba(0,70,47,.18);
}
.app-rating-row {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
}
.avatar-stack {
  display: flex;
  min-width: 142px;
}
.avatar-stack span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-left: -10px;
  border: 3px solid white;
  border-radius: 999px;
  color: white;
  background: var(--green);
  box-shadow: 0 12px 26px rgba(16,24,40,.12);
  font-size: 13px;
  font-weight: 950;
}
.avatar-stack span:first-child {
  margin-left: 0;
  color: #f6d99b;
}
.avatar-stack span:nth-child(2) {
  background: var(--gold);
}
.avatar-stack span:nth-child(3) {
  background: #0b6a4a;
}
.avatar-stack span:nth-child(4) {
  background: #101827;
}
.app-rating-row strong {
  display: block;
  color: var(--green);
  font-size: 18px;
  letter-spacing: 0;
}
.app-rating-row p {
  max-width: 520px;
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 850;
}
.app-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.app-store-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 14px;
  background: transparent;
  transition: transform .18s ease, filter .18s ease;
}
.app-store-actions a:hover,
.app-store-actions a:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}
.app-store-actions img {
  display: block;
  height: 48px;
  width: auto;
}
.app-phone-stage {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  perspective: 1600px;
  isolation: isolate;
}
.app-phone-stage::before {
  content: "";
  position: absolute;
  inset: 6% -5% 3%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 32%, rgba(246,217,155,.5), transparent 24%),
    radial-gradient(circle at 66% 62%, rgba(6,75,54,.22), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.1));
  filter: blur(10px);
  z-index: -2;
}
.app-phone-stage::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: 4%;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  border: 1px solid rgba(6,75,54,.08);
  box-shadow:
    inset 0 0 0 48px rgba(255,255,255,.17),
    inset 0 0 0 96px rgba(6,75,54,.035),
    inset 0 0 0 144px rgba(255,255,255,.14);
  z-index: -1;
}
.phone-mockup {
  position: absolute;
  width: clamp(285px, 21vw, 382px);
  aspect-ratio: 9 / 19.35;
  display: flex;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 54px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.44), transparent 18% 82%, rgba(255,255,255,.28)),
    linear-gradient(145deg, #050608, #2d333d 50%, #090b0f);
  box-shadow:
    0 58px 95px rgba(0,0,0,.36),
    0 18px 30px rgba(6,75,54,.18),
    inset 0 0 0 2px rgba(255,255,255,.12),
    inset 0 0 0 6px rgba(0,0,0,.82);
}
.phone-mockup::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 100px;
  height: 28px;
  border-radius: 999px;
  background: #050608;
  transform: translateX(-50%);
  z-index: 4;
  box-shadow: inset 18px 0 0 rgba(255,255,255,.04);
}
.phone-mockup::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0,0,0,.22);
  filter: blur(11px);
  z-index: -1;
}
.phone-screen::before,
.phone-screen::after {
  content: "";
  position: absolute;
  width: 4px;
  border-radius: 8px;
  background: linear-gradient(#393f48, #111827);
}
.phone-screen::before {
  left: -13px;
  top: 124px;
  height: 82px;
}
.phone-screen::after {
  right: -13px;
  top: 154px;
  height: 96px;
}
.caregiver-phone {
  left: 7%;
  transform: rotateY(24deg) rotateZ(-8deg) translateY(34px);
  z-index: 2;
}
.employer-phone {
  right: 8%;
  width: clamp(300px, 22vw, 398px);
  transform: rotateY(-22deg) rotateZ(7deg) translateY(-12px);
  z-index: 3;
}
.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 48px 18px 20px;
  overflow: hidden;
  border-radius: 44px;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.2);
  background:
    radial-gradient(circle at 14% 18%, rgba(231,242,236,.94), transparent 28%),
    linear-gradient(180deg, rgba(248,250,247,.98), rgba(255,255,255,.99));
}
.app-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--green);
  font-size: 14px;
  font-weight: 950;
}
.app-profile-pill {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 12px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 12px 30px rgba(16,24,40,.08);
}
.app-profile-pill span {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #f6d99b;
  background: var(--green);
  font-weight: 950;
}
.app-profile-pill strong,
.app-profile-pill small {
  display: block;
}
.app-profile-pill strong {
  font-size: 17px;
  line-height: 1.05;
}
.app-profile-pill small {
  color: var(--muted);
  font-size: 12px;
}
.caregiver-job-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 27px;
  color: white;
  background:
    radial-gradient(circle at 85% 10%, rgba(246,217,155,.26), transparent 22%),
    linear-gradient(135deg, var(--green), #082c22);
  box-shadow: 0 18px 42px rgba(0,70,47,.24);
}
.caregiver-job-card small {
  color: #f6d99b;
  font-weight: 950;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.caregiver-job-card h3 {
  margin: 0;
  color: white;
  font-size: 22px;
  line-height: 1.05;
}
.caregiver-job-card p {
  margin: 0;
  color: #dfece5;
  font-size: 14px;
}
.caregiver-job-card button {
  border: 0;
  border-radius: 999px;
  padding: 12px 14px;
  color: var(--green);
  background: #f6d99b;
  font-size: 16px;
  font-weight: 950;
}
.caregiver-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.caregiver-actions span {
  display: grid;
  place-items: center;
  min-height: 66px;
  border-radius: 21px;
  color: var(--green);
  background: #eaf6ef;
  font-size: 13px;
  font-weight: 950;
}
.caregiver-actions span:nth-child(2) {
  color: #8b5a08;
  background: #fff3df;
}
.app-bottom-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px solid rgba(6,75,54,.08);
  color: #667085;
  font-size: 12px;
  text-align: center;
}
.app-bottom-nav b:first-child {
  color: var(--green);
}
.app-dashboard-preview {
  position: relative;
  width: min(390px, 100%);
  justify-self: center;
  display: grid;
  gap: 18px;
  padding: 22px 18px 24px;
  border: 10px solid rgba(255,255,255,.9);
  border-radius: 46px;
  color: var(--ink);
  background: #f8faf7;
  box-shadow: 0 38px 100px rgba(0,0,0,.34);
}
.app-dashboard-preview::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 96px;
  height: 22px;
  border-radius: 0 0 18px 18px;
  background: white;
  transform: translateX(-50%);
}
.dashboard-top-bar {
  height: 18px;
}
.dashboard-section-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-end;
  color: var(--green);
  font-weight: 950;
}
.dashboard-section-title h3 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
}
.dashboard-section-title span {
  font-size: 14px;
}
.dashboard-card {
  display: grid;
  gap: 10px;
  padding: 17px;
  border-radius: 25px;
}
.dashboard-card.light {
  background: white;
  box-shadow: 0 12px 34px rgba(16,24,40,.08);
}
.dashboard-card small {
  color: #f6d99b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dashboard-card strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.05;
}
.dashboard-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}
.dashboard-card button {
  width: fit-content;
  margin-top: 4px;
  border: 0;
  border-radius: 16px;
  padding: 9px 12px;
  color: var(--green);
  background: #eaf6ef;
  font: inherit;
  font-weight: 950;
}
.dashboard-card.dark {
  gap: 10px;
  color: white;
  background: #101827;
}
.dashboard-card.dark strong,
.dashboard-card.dark p {
  color: white;
}
.risk-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}
.risk-row b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #c3271d;
  background: #ffe0dd;
  font-size: 20px;
}
.risk-row p span {
  display: block;
  margin-bottom: 4px;
  font-weight: 950;
}
.dashboard-card.shifts {
  padding: 12px;
  border: 1px solid var(--line);
  background: white;
}
.dashboard-card.shifts div {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 8px;
  align-items: center;
}
.dashboard-card.shifts div + div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.dashboard-card.shifts span {
  padding: 7px;
  border-radius: 12px;
  color: #b74e00;
  background: #fff3df;
  font-weight: 950;
}
.dashboard-card.shifts p b {
  display: block;
  color: var(--ink);
}
.dashboard-card.shifts strong {
  color: var(--green);
  font-size: 12px;
  white-space: nowrap;
}

.reviews-preview,
.google-reviews-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(201,143,36,.12), transparent 24%),
    #f8efe4;
}
.google-review-header {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 44px;
  text-align: center;
}
.google-review-header h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(42px, 5vw, 64px);
  line-height: .95;
}
.google-rating-line,
.google-review-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.google-rating-line strong {
  color: var(--green);
  font-size: 24px;
}
.google-rating-line > span:last-child {
  color: var(--muted);
  font-size: 18px;
}
.google-review-actions {
  gap: 16px;
  margin-top: 6px;
}
.google-review-actions a {
  color: var(--green);
  font-weight: 950;
}
.google-review-actions i {
  width: 1px;
  height: 24px;
  background: rgba(0,70,47,.18);
}
.google-review-actions .review-gold-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  color: white;
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(201,143,36,.24);
}
.google-review-actions .review-gold-button svg,
.review-pill svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}
.google-rating span,
.google-stars {
  color: var(--gold);
  letter-spacing: 1px;
}
.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.google-review-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 280px;
  padding: 34px;
  border: 1px solid rgba(201,143,36,.22);
  border-radius: 22px;
  background: white;
  box-shadow: 0 18px 50px rgba(16,24,40,.07);
}
.review-author-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}
.review-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: var(--green);
  font-weight: 950;
}
.review-author-row strong,
.review-author-row em {
  display: block;
}
.review-author-row strong {
  color: var(--green);
  font-size: 18px;
}
.review-author-row em {
  color: #98a2b3;
  font-style: normal;
}
.google-g {
  font-size: 25px;
  font-weight: 950;
  color: transparent;
  background: conic-gradient(from 90deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
  -webkit-background-clip: text;
  background-clip: text;
}
.google-review-card p {
  margin: 0;
  color: #344054;
  font-size: 17px;
  line-height: 1.6;
  font-style: italic;
}
.leave-review-panel {
  display: grid;
  place-items: center;
  margin-top: 42px;
  padding: 30px;
  border: 1px solid rgba(0,70,47,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.44);
}
.leave-review-panel .solid {
  min-width: min(320px, 100%);
}
.leave-review-panel .review-pill {
  gap: 10px;
  min-width: 320px;
  color: white;
  background: var(--green);
  box-shadow: none;
}

.dark-section { color: white; background: #101828; }
.dark-section h2, .dark-section h3 { color: white; }
.dark-section .section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid article { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.service-grid.light article { background: white; border-color: var(--line); }
.service-grid.light a { color: var(--green); font-weight: 950; }

.form-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fbfdfc;
  box-shadow: 0 18px 50px rgba(16,24,40,.07);
}
.form-card input, .form-card select, .form-card textarea {
  width: 100%;
  border: 1px solid #dbe7e1;
  border-radius: 16px;
  padding: 14px;
  color: var(--ink);
  background: white;
  outline: none;
}
.form-card textarea, .form-card button, .form-note { grid-column: 1 / -1; }
.form-card textarea { min-height: 120px; resize: vertical; }
.form-note { margin: 0; font-size: 13px; text-align: center; }
.form-checkbox {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.form-checkbox input {
  width: auto;
  margin-top: 4px;
}
.contact-support-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  background:
    radial-gradient(circle at 10% 8%, rgba(201,143,36,.10), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f7faf8 100%);
}
.contact-methods {
  margin-top: 24px;
}
.contact-methods a {
  color: var(--green);
  font-weight: 950;
}

.check-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; color: var(--green); font-weight: 900; }
.check-list li::before { content: "✓ "; color: var(--gold); }
.rating-card { padding: 34px; border-radius: 34px; color: white; background: var(--green); }
.rating-card strong { display: block; font-size: 88px; line-height: .9; }
.rating-card span { color: #f2d391; font-weight: 950; }
.town-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 24px; }
.town-grid span { text-align: center; }

.footer {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: clamp(26px, 5vw, 72px);
  padding: 64px clamp(18px, 7vw, 96px) 28px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(201,143,36,.16), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(0,70,47,.10), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fbf7ed 48%, #eef7f1 100%);
  border-top: 1px solid rgba(0,70,47,.12);
}
.footer div { display: grid; align-content: start; gap: 10px; }
.footer strong, .footer h3 { color: var(--green); font-size: 22px; margin: 0 0 12px; }
.footer a { color: #344054; }
.footer a:hover { color: var(--green); }
.footer p, .footer span { color: var(--muted); }
.footer-brand img { width: 260px; max-width: 100%; height: auto; margin-bottom: 20px; }
.store-row { display: flex !important; flex-wrap: wrap; gap: 10px; }
.store-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0;
  background: transparent;
}
.store-row img { display: block; height: 40px; width: auto; }
.ai-panel {
  grid-column: 1 / -1;
  padding-top: 18px;
}
.ai-icons {
  display: flex !important;
  flex-direction: row;
  gap: 12px !important;
}
.ai-icons a, .social-row a {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(246,217,155,.36);
  border-radius: 14px;
  color: var(--green);
  background: #f6d99b;
  font-weight: 950;
}
.social-row {
  display: flex !important;
  flex-direction: row;
  gap: 10px !important;
  margin-top: 6px;
}
.social-row a {
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 1;
  color: white;
  border-color: rgba(0,70,47,.14);
  background: linear-gradient(135deg, var(--green), var(--green-2));
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.social-row a:hover,
.social-row a:focus {
  transform: translateY(-2px);
  color: var(--green);
  background: #f6d99b;
}
.instagram-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}
.faq-list {
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at 88% 14%, rgba(201,143,36,.12), transparent 24%),
    #f7faf8;
}
.faq-list details {
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: 0 16px 42px rgba(16,24,40,.06);
}
.faq-list summary {
  color: var(--ink);
  font-size: 21px;
  font-weight: 950;
  cursor: pointer;
}
.faq-list p {
  max-width: 900px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: white;
}
.resource-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(201,143,36,.14), transparent 20%),
    #fbfdfc;
}
.resource-grid article span {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.resource-grid h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
}
.resource-grid p {
  color: var(--muted);
  line-height: 1.65;
}
.ai-icons a:nth-child(2) { background: var(--gold); }
.ai-icons a:nth-child(3) { background: #101828; }
.ai-icons a:nth-child(4) { background: #2c7a5b; }
.footer-bottom {
  grid-column: 1 / -1;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,70,47,.12);
  font-size: 13px;
}

.legal-page { max-width: 960px; margin: 0 auto; padding: 72px 20px; }
.legal-page h1 { font-size: clamp(38px, 5vw, 64px); }
.legal-page h2 { margin-top: 36px; font-size: 28px; }
.legal-page p, .legal-page li { color: #475467; line-height: 1.7; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .main-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    gap: 3px;
    padding: 10px;
    border: 1px solid #dbe7e1;
    border-radius: 18px;
    background: white;
    box-shadow: 0 10px 24px rgba(16,24,40,.08);
    cursor: pointer;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 999px;
    background: var(--green);
  }
  .mobile-menu[open] summary {
    background: #eaf6ef;
    border-color: rgba(6,75,54,.28);
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: min(86vw, 310px);
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: white;
    box-shadow: 0 24px 70px rgba(16,24,40,.18);
  }
  .mobile-menu nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 16px;
    color: var(--ink);
    background: #f8fbf9;
    font-weight: 900;
  }
  .mobile-menu nav a:hover,
  .mobile-menu nav a:focus {
    color: var(--green);
    background: #eaf6ef;
  }
  .mobile-menu .mobile-call {
    justify-content: center;
    color: white;
    background: var(--green);
  }
  .hero, .quick-form, .split, .reviews-preview, .reviews-page, .footer, .image-story, .page-image-band, .app-showcase, .contact-support-grid { grid-template-columns: 1fr; }
  .service-grid, .feature-grid, .town-grid, .care-category-grid, .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .care-strip { grid-template-columns: 1fr; }
  .app-phone-stage {
    min-height: 620px;
  }
  .caregiver-phone {
    left: 8%;
    width: min(280px, 48vw);
  }
  .employer-phone {
    right: 8%;
    width: min(280px, 48vw);
  }
}

@media (max-width: 640px) {
  .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 0 16px 12px;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(228,231,236,.9);
    backdrop-filter: blur(16px);
  }
  .mobile-promo {
    order: 0;
    grid-column: 1 / -1;
    display: block;
    margin: 0 -16px 14px;
    padding: 13px 18px;
    color: white;
    background: linear-gradient(135deg, var(--green), var(--green-2));
    font-size: 18px;
    font-weight: 950;
    line-height: 1.18;
    text-align: center;
  }
  .phone-button {
    display: none;
  }
  .site-header > .schedule-call {
    order: 3;
    display: block;
    justify-self: end;
  }
  .site-header > .schedule-call > summary {
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(242,211,145,.55);
    color: white;
    background: linear-gradient(135deg, var(--green), var(--green-2));
    box-shadow: 0 12px 24px rgba(6,75,54,.22);
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }
  .site-header > .schedule-call[open] > summary {
    position: fixed;
    top: 14px;
    right: 14px;
    left: auto;
    z-index: 96;
    width: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 999px;
    color: var(--green);
    background: #f7faf8;
    font-size: 0;
    box-shadow: 0 12px 28px rgba(16,24,40,.18);
  }
  .logo-link {
    order: 2;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(42vw, 148px);
    min-height: 38px;
    padding: 5px 8px;
    border: 1px solid rgba(6,75,54,.16);
    border-radius: 14px;
    color: white;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 24px rgba(16,24,40,.12);
  }
  .logo-link img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    filter: none;
  }
  .mobile-menu { order: 1; }
  .mobile-menu summary {
    width: 36px;
    height: 36px;
    gap: 5px;
    padding: 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .mobile-menu summary span {
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: none;
  }
  .mobile-menu[open] summary { background: transparent; border-color: transparent; }
  .mobile-menu nav {
    left: 0;
    right: auto;
    top: calc(100% + 12px);
    width: min(88vw, 310px);
  }
  .hero, .section, .quick-form, .page-hero { padding: 46px 16px; }
  h1 { font-size: clamp(43px, 13.4vw, 64px); }
  h2 { font-size: clamp(32px, 10vw, 46px); }
  .lead { font-size: 18px; }
  .premium-hero {
    min-height: calc(100vh - 116px);
    display: flex;
    align-items: flex-end;
    padding: 0 22px 70px;
    background:
      linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.58) 100%),
      url("assets/care-transfer-hero.png") center 45% / cover no-repeat;
  }
  .premium-hero::before {
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.14));
  }
  .hero-copy {
    width: 100%;
    max-width: none;
  }
  .hero-copy .eyebrow,
  .hero-copy .lead,
  .hero-actions,
  .trust-row {
    display: none;
  }
  .hero-copy h1 {
    max-width: 620px;
    margin: 0 0 18px;
    color: white;
    line-height: 1.04;
    letter-spacing: -1.6px;
    text-shadow: 0 3px 18px rgba(0,0,0,.28);
  }
  .home-search-card {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
    padding: 14px;
    border: 0;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(6,75,54,.76), rgba(31,91,74,.55));
    box-shadow: 0 26px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(10px);
  }
  .home-search-card div {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 16px;
    border-radius: 16px;
    background: white;
  }
  .home-search-card div:first-child::before {
    content: "⌖";
    color: #667085;
    font-size: 24px;
  }
  .home-search-card div:nth-child(2) { display: none; }
  .home-search-card span { display: none; }
  .home-search-card input {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 800;
  }
  .home-search-card input::placeholder { color: #7b7f88; }
  .home-search-card button {
    min-height: 60px;
    border: 0;
    border-radius: 999px;
    color: white;
    background: var(--green);
    font-size: 20px;
    font-weight: 950;
  }
  .hero-photo-card { display: none; }
  .orbit-card.top { right: 0; top: 34px; }
  .care-strip { margin: -20px 16px 0; }
  .form-card, .service-grid, .feature-grid, .town-grid, .review-grid, .resource-grid { grid-template-columns: 1fr; }
  .app-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 26px;
  }
  .app-showcase h2 {
    font-size: clamp(40px, 11vw, 62px);
    letter-spacing: -1.4px;
  }
  .app-showcase-copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .app-rating-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .app-phone-stage {
    min-height: 580px;
    overflow: visible;
  }
  .phone-mockup,
  .employer-phone {
    width: min(242px, 56vw);
    aspect-ratio: 9 / 19.35;
    border-radius: 38px;
    padding: 8px;
  }
  .phone-mockup::before {
    top: 14px;
    width: 76px;
    height: 22px;
  }
  .phone-screen {
    min-height: 0;
    height: 100%;
    padding: 38px 13px 16px;
    border-radius: 31px;
  }
  .caregiver-phone {
    left: -2%;
    transform: rotateY(16deg) rotateZ(-7deg) translateY(30px);
  }
  .employer-phone {
    right: -2%;
    transform: rotateY(-16deg) rotateZ(7deg) translateY(2px);
  }
  .dashboard-section-title h3 {
    font-size: 18px;
  }
  .dashboard-card strong,
  .caregiver-job-card h3 {
    font-size: 16px;
  }
  .dashboard-card p,
  .caregiver-job-card p {
    font-size: 11px;
  }
  .caregiver-actions span {
    min-height: 50px;
    border-radius: 16px;
  }
  .app-dashboard-preview {
    max-width: 340px;
    padding: 20px 14px;
    border-width: 8px;
    border-radius: 40px;
  }
  .dashboard-card.shifts div {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .dashboard-card.shifts strong {
    white-space: normal;
  }
  .care-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .care-choice-card {
    min-height: 230px;
    padding: 18px;
    border-radius: 26px;
  }
  .care-visual {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    font-size: 31px;
  }
  .care-arrow {
    top: 20px;
    right: 18px;
    width: 34px;
    height: 34px;
    font-size: 34px;
  }
  .care-category-grid h3 {
    margin-top: 22px;
    font-size: 22px;
  }
  .care-category-grid p {
    font-size: 14px;
  }
  .section-head { align-items: flex-start; flex-direction: column; }
  .dark-section .section-head { align-items: flex-start; flex-direction: column; }
}

.app-launch-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 5px 14px;
  color: white;
  background: linear-gradient(90deg, var(--green), var(--green-2));
  box-shadow: 0 -12px 36px rgba(0,70,47,.18);
  transition: transform .22s ease, opacity .22s ease;
  transform: translateY(0);
}
.hide-app-banner .app-launch-banner,
body:has(input:focus) .app-launch-banner,
body:has(textarea:focus) .app-launch-banner,
body:has(select:focus) .app-launch-banner,
body:has(.schedule-call[open]) .app-launch-banner {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
}
.app-launch-banner span {
  font-weight: 950;
  letter-spacing: .05em;
  font-size: 13px;
  text-transform: uppercase;
}
.app-launch-banner div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.app-launch-banner img {
  display: block;
  height: 24px;
  width: auto;
}

@media (max-width: 640px) {
  body {
    padding-bottom: 42px;
  }
  .schedule-modal {
    top: 0;
    left: 0;
    width: 100vw;
    max-height: 100dvh;
    height: 100dvh;
    padding: 18px 14px 96px;
    border-radius: 0;
    transform: none;
  }
  .schedule-form {
    grid-template-columns: 1fr;
  }
  .calendar-step > button[type="submit"] {
    position: static;
    min-height: 58px;
    width: 100%;
    margin-top: 8px;
    box-shadow: 0 14px 32px rgba(0,70,47,.24);
  }
  .app-launch-banner {
    min-height: 38px;
    gap: 8px;
    padding: 4px 8px;
  }
  .app-launch-banner span { font-size: 12px; }
  .app-launch-banner img {
    height: 20px;
  }
}


/* WordPress alignment and reset guards. */
img { max-width: 100%; height: auto; }
#wpadminbar { position: fixed; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
.site-header .schedule-call { justify-self: end; }
.footer .store-row img { width: auto; }
.footer .social-row svg { display: block; }

/* WordPress final preview-match overrides. */
@media (min-width: 1001px) {
  body .premium-hero {
    display: block !important;
    min-height: 640px !important;
    padding: 108px clamp(46px, 7vw, 118px) 82px !important;
    background: linear-gradient(90deg, rgba(0,43,29,.78) 0%, rgba(0,43,29,.62) 36%, rgba(0,43,29,.18) 67%, rgba(0,43,29,.02) 100%), url("assets/elite-bridge-hero-wide.png") right center / auto 100% no-repeat, #f6f0e7 !important;
  }
  body .premium-hero .hero-copy { max-width: 640px !important; }
  body .premium-hero h1 { color: #fff !important; font-size: clamp(54px, 5.8vw, 84px) !important; line-height: .96 !important; text-shadow: 0 10px 34px rgba(0,0,0,.28) !important; }
  body .premium-hero .home-search-card { max-width: 640px !important; grid-template-columns: minmax(0, 1fr) minmax(150px, .46fr) auto !important; }
  body .premium-hero .hero-photo-card { display: none !important; }
}
@media (max-width: 640px) {
  body .premium-hero {
    min-height: calc(100vh - 116px) !important;
    display: flex !important;
    align-items: flex-end !important;
    padding: 0 22px 70px !important;
    background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.58) 100%), url("assets/care-transfer-hero.png") center 45% / cover no-repeat !important;
  }
  body .home-search-card div:nth-child(2), body .home-search-card span, body .hero-actions, body .premium-hero .eyebrow { display: none !important; }
  body .calendar-step > button[type="submit"] { position: static !important; width: 100% !important; margin-top: 8px !important; }
}

/* WordPress asset and footer cleanup v2.0.1 */
html body { font-family: "Nunito Sans", "Avenir Next", "Segoe UI", Arial, sans-serif !important; padding-bottom: 0 !important; }
body .footer { margin-bottom: 0 !important; padding-bottom: 28px !important; }
body .app-launch-banner { position: fixed !important; }
body .store-row img, body .app-store-actions img { width: auto !important; max-width: none !important; }
body .social-row svg { display: block !important; width: 23px !important; height: 23px !important; }
@media (max-width: 640px) { html body { padding-bottom: 0 !important; } body .footer { padding-bottom: 28px !important; } }


/* Elite Bridge WP Final v3 hardening. */
html, body { margin: 0 !important; padding-bottom: 0 !important; font-family: "Nunito Sans", "Avenir Next", "Segoe UI", Arial, sans-serif !important; }
body { overflow-x: hidden; }
.eb-hero-bg { display: none; }
@media (min-width: 1001px) {
  body .premium-hero { position: relative !important; overflow: hidden !important; background: #f6f0e7 !important; }
  body .premium-hero::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(0,43,29,.78) 0%, rgba(0,43,29,.62) 36%, rgba(0,43,29,.18) 67%, rgba(0,43,29,.02) 100%); pointer-events: none; }
  body .premium-hero .eb-hero-bg { display: block !important; position: absolute !important; inset: 0 0 0 auto !important; width: auto !important; height: 100% !important; max-width: none !important; object-fit: contain !important; object-position: right center !important; z-index: 0 !important; }
  body .premium-hero .hero-copy { position: relative !important; z-index: 2 !important; }
}
@media (max-width: 640px) {
  body .premium-hero { position: relative !important; overflow: hidden !important; background: #10251d !important; }
  body .premium-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.58) 100%); pointer-events: none; }
  body .premium-hero .eb-hero-bg { display: block !important; position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; object-position: center 45% !important; z-index: 0 !important; }
  body .premium-hero .hero-copy { position: relative !important; z-index: 2 !important; }
}
body .care-visual::before { color: var(--green) !important; opacity: 1 !important; filter: none !important; }
body .footer { margin: 0 !important; padding-bottom: 28px !important; }
body .app-launch-banner { display: none !important; }

/* Elite Bridge WP Final v4 image/icon visibility fix. */
body .premium-hero > picture {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  overflow: hidden !important;
}
body .premium-hero .eb-hero-bg {
  display: block !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body .premium-hero::before {
  z-index: 1 !important;
}
body .premium-hero::after {
  z-index: 1 !important;
}
body .premium-hero .hero-copy {
  position: relative !important;
  z-index: 3 !important;
}
@media (min-width: 1001px) {
  body .premium-hero {
    background: #f6f0e7 !important;
  }
  body .premium-hero .eb-hero-bg {
    position: absolute !important;
    inset: 0 0 0 auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center right !important;
  }
}
@media (max-width: 640px) {
  body .premium-hero .eb-hero-bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 84% !important;
  }
}
body .care-visual {
  background: #e9f5ef !important;
  color: var(--green) !important;
  filter: none !important;
}
body .care-visual::before {
  content: none !important;
}
body .care-visual svg {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  filter: none !important;
  opacity: 1 !important;
}
body .social-row a {
  color: #fff7e4 !important;
  background: rgba(246,217,155,.16) !important;
  border-color: rgba(246,217,155,.42) !important;
}
body .social-row a:hover,
body .social-row a:focus {
  color: var(--green) !important;
  background: #f6d99b !important;
}

/* Elite Bridge WP Final v4.4: disable CAPTCHA spacing and improve desktop hero crop. */
.g-recaptcha,
body .g-recaptcha {
  display: none !important;
}
@media (min-width: 1001px) {
  body .premium-hero .eb-hero-bg {
    object-position: center 32% !important;
  }
}

/* Elite Bridge WP Final v4.6: restore thin app launch strip without blocking forms. */
body .app-launch-banner {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 55 !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 3px 10px !important;
  color: #fff !important;
  background: linear-gradient(90deg, #00462f, #0b6a4a) !important;
  box-shadow: 0 -10px 28px rgba(0,70,47,.16) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
body .app-launch-banner span {
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
}
body .app-launch-banner img {
  height: 20px !important;
  width: auto !important;
}
.hide-app-banner body .app-launch-banner,
html.hide-app-banner body .app-launch-banner,
body:has(input:focus) .app-launch-banner,
body:has(textarea:focus) .app-launch-banner,
body:has(select:focus) .app-launch-banner,
body:has(.schedule-call[open]) .app-launch-banner {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(120%) !important;
}

/* Elite Bridge WP Final v5: readable legal and FAQ pages. */
.legal-section {
  background: #fff;
}
.legal-copy {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
}
.legal-copy h2 {
  margin: 30px 0 10px !important;
  color: var(--green) !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  line-height: 1.2 !important;
  letter-spacing: -.4px !important;
}
.legal-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.legal-copy a {
  color: var(--green);
  font-weight: 900;
}
.faq-grid article p {
  line-height: 1.65;
}

/* Final app showcase and form alignment overrides v5.7 */
body .app-product-showcase {
  display: grid !important;
  grid-template-columns: minmax(430px, .9fr) minmax(520px, 1.1fr) !important;
  align-items: center !important;
  gap: clamp(36px, 5.4vw, 86px) !important;
  min-height: 0 !important;
  padding: clamp(72px, 7vw, 110px) clamp(34px, 5.6vw, 96px) !important;
  background: radial-gradient(circle at 76% 54%, rgba(6,75,54,.16), transparent 31%), radial-gradient(circle at 94% 10%, rgba(201,143,36,.1), transparent 18%), linear-gradient(112deg, #ffffff 0%, #fbfffb 48%, #ecf6f0 100%) !important;
}
body .app-product-showcase h2 {
  max-width: 760px !important;
  font-size: clamp(54px, 4.9vw, 84px) !important;
  line-height: .98 !important;
  letter-spacing: -2.1px !important;
}
body .app-product-copy > p:not(.eyebrow) {
  max-width: 730px !important;
  font-size: clamp(18px, 1.25vw, 23px) !important;
  line-height: 1.48 !important;
}
body .app-product-actions a {
  min-width: 196px !important;
  min-height: 58px !important;
  border-radius: 10px !important;
  font-size: 20px !important;
}
body .app-product-phones { min-height: 610px !important; }
body .product-phone { width: clamp(270px, 18.5vw, 330px) !important; }
body .product-phone-employer { width: clamp(292px, 19.8vw, 356px) !important; right: 7% !important; }
body .product-phone-caregiver { left: 9% !important; }
body .product-phone-screen { padding: 46px 16px 16px !important; }
body .quick-form {
  grid-template-columns: minmax(330px, .72fr) minmax(620px, 1.28fr) !important;
  gap: clamp(40px, 5vw, 86px) !important;
  align-items: stretch !important;
}
body .quick-form > div:first-child { align-self: start !important; padding-top: 8px !important; }
body .quick-form .form-card {
  width: 100% !important;
  max-width: none !important;
  align-self: stretch !important;
  padding: clamp(28px, 3vw, 44px) !important;
  border-radius: 34px !important;
  box-shadow: 0 24px 70px rgba(16,24,40,.08) !important;
}
body .quick-form .form-card input,
body .quick-form .form-card select { min-height: 58px !important; padding: 16px 18px !important; }
body .quick-form .form-card textarea { min-height: 150px !important; padding: 18px !important; }
body .quick-form .form-card button { min-height: 60px !important; }
@media (max-width: 980px) {
  body .app-product-showcase, body .quick-form { grid-template-columns: 1fr !important; }
  body .app-product-showcase { padding: 58px 18px !important; }
  body .app-product-showcase h2 { font-size: clamp(40px, 11vw, 58px) !important; letter-spacing: -1.2px !important; }
  body .app-product-phones { min-height: 520px !important; }
  body .product-phone { width: min(238px, 56vw) !important; }
  body .product-phone-employer { width: min(252px, 58vw) !important; right: -1% !important; }
  body .product-phone-caregiver { left: -1% !important; }
  body .app-product-pills { grid-template-columns: 1fr !important; }
}
