.lai-page-active {
  background: #fffdfb;
}

.lai-page-shell {
  min-height: 100vh;
  color: #1f2933;
  background: #fffdfb;
  font-family: var(--font-libre-franklin), "Libre Franklin", Arial, sans-serif;
}

.lai-page-shell .lai-unified-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
}

.lai-page-shell main {
  padding-top: 80px;
}

.lai-mobile-hero-visual {
  display: none;
}

.lai-page-shell .lai-dashboard-masthead-title {
  min-width: 0;
  max-width: none;
  font-family: var(--font-libre-franklin), "Libre Franklin", Arial, sans-serif;
  font-size: 0.93rem;
  font-weight: 720;
  line-height: 1.2;
  text-wrap: balance;
}

.lai-page-shell .lai-dashboard-masthead-divider {
  display: block;
  flex: 0 0 1px;
  width: 1px;
  height: 25px;
  background: rgba(49, 47, 87, 0.18);
}

.lai-page-shell .continuity-context-hub .lai-dashboard-masthead-divider {
  display: none;
}

.lai-page-shell .continuity-context-hub .lai-dashboard-masthead-title {
  max-width: 94px;
  margin-top: 8px;
  color: #6b6e7e;
  text-align: center;
  font-size: 0.68rem;
}

.lai-page-shell .lai-illustrative-view {
  justify-content: center;
  letter-spacing: 0.06em;
}

.lai-hero-intro {
  display: grid;
  gap: 10px;
}

.lai-hero-intro > span {
  display: block;
}

.lai-page-shell .lai-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.lai-page-shell .lai-hero-actions .hero-contact-control {
  width: 276px;
  flex: 0 0 276px;
}

.lai-telehealth-link {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(49, 47, 87, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: #312f57;
  font-size: 0.82rem;
  font-weight: 760;
  box-shadow: 0 10px 28px rgba(49, 47, 87, 0.1);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.lai-telehealth-link:hover {
  border-color: rgba(75, 0, 130, 0.28);
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(49, 47, 87, 0.16);
}

.lai-telehealth-link img {
  width: 23px;
  height: 23px;
}

.lai-telehealth-link i {
  color: #66699b;
  font-size: 1rem;
  font-style: normal;
  transition: transform 200ms ease;
}

.lai-telehealth-link:hover i {
  transform: translateX(3px);
}

@media (min-width: 1021px) and (max-width: 1230px) {
  .lai-page-shell .lai-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .lai-page-shell .lai-telehealth-link {
    width: 276px;
  }
}

.lai-unified-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, 100%);
  height: 80px;
  margin: 0 auto;
  padding: 0 24px;
}

.lai-unified-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  transform-origin: left center;
  transition: transform 300ms ease;
  margin-left: 12px;
}

.lai-unified-brand:hover {
  transform: scale(1.05);
}

.lai-unified-brand img {
  width: auto;
  height: 32px;
}

.lai-page-shell .lai-unified-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #4b5563;
  font-size: 0.875rem;
  font-weight: 500;
}

.lai-page-shell .lai-unified-nav a {
  position: relative;
  padding: 0;
  color: #4b5563;
  transition: color 200ms ease;
}

.lai-page-shell .lai-unified-nav a:hover,
.lai-page-shell .lai-unified-nav a.active {
  color: #312f57;
}

.lai-page-shell .lai-unified-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.25rem;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #4b0082;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 250ms ease;
}

.lai-page-shell .lai-unified-nav a:hover::after,
.lai-page-shell .lai-unified-nav a:focus-visible::after,
.lai-page-shell .lai-unified-nav a.active::after {
  transform: scaleX(1);
}

.lai-page-shell .lai-unified-nav a:focus-visible {
  color: #312f57;
  outline: none;
}

.lai-page-shell .lai-unified-nav a > span {
  display: none;
}

.lai-unified-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lai-unified-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: #4b0082;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.lai-unified-book:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 20px -6px rgba(102, 51, 153, 0.5);
}

.lai-unified-coming-soon {
  cursor: default;
  user-select: none;
}

.lai-unified-coming-soon:hover {
  transform: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.lai-unified-mobile-nav {
  display: none;
  position: relative;
}

.lai-unified-mobile-nav summary {
  display: grid;
  width: 40px;
  height: 40px;
  cursor: pointer;
  list-style: none;
  place-items: center;
  color: #312f57;
}

.lai-unified-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.lai-unified-menu-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.lai-unified-mobile-nav summary i,
.lai-unified-mobile-nav summary i::before,
.lai-unified-mobile-nav summary i::after {
  display: block;
  width: 23px;
  height: 2px;
  border-radius: 999px;
  background: #312f57;
  content: "";
  transition: transform 200ms ease, top 200ms ease, background 200ms ease;
}

.lai-unified-mobile-nav summary i {
  position: relative;
}

.lai-unified-mobile-nav summary i::before,
.lai-unified-mobile-nav summary i::after {
  position: absolute;
  left: 0;
}

.lai-unified-mobile-nav summary i::before {
  top: -7px;
}

.lai-unified-mobile-nav summary i::after {
  top: 7px;
}

.lai-unified-mobile-nav[open] summary i {
  background: transparent;
}

.lai-unified-mobile-nav[open] summary i::before {
  top: 0;
  transform: rotate(45deg);
}

.lai-unified-mobile-nav[open] summary i::after {
  top: 0;
  transform: rotate(-45deg);
}

.lai-unified-mobile-nav > nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(360px, calc(100vw - 32px));
  padding: 18px 16px;
  overflow: hidden;
  border: 1px solid rgba(154, 159, 205, 0.3);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(49, 47, 87, 0.18);
}

.lai-unified-mobile-nav > nav > a {
  width: 100%;
  padding: 13px 10px;
  border-bottom: 1px solid rgba(154, 159, 205, 0.22);
  color: #4b5563;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.lai-unified-mobile-nav > nav > a:last-of-type {
  border-bottom: 0;
}

.lai-unified-mobile-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 14px;
  padding: 7px 7px 7px 14px;
  border: 1px solid rgba(49, 47, 87, 0.12);
  border-radius: 16px;
  background: #fafafc;
}

.lai-unified-mobile-contact-copy span,
.lai-unified-mobile-contact-copy strong {
  display: block;
  white-space: nowrap;
}

.lai-unified-mobile-contact-copy span {
  color: #6f7180;
  font-size: 0.65rem;
  font-weight: 720;
}

.lai-unified-mobile-contact-copy strong {
  margin-top: 3px;
  color: #312f57;
  font-size: 0.84rem;
}

.lai-unified-mobile-contact-actions {
  display: flex;
  gap: 6px;
}

.lai-unified-mobile-contact-actions a {
  display: grid;
  min-width: 56px;
  min-height: 42px;
  border-radius: 11px;
  place-items: center;
  background: #4b0082;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.lai-unified-mobile-contact-actions a:last-child {
  background: #e6e6fa;
  color: #312f57;
}

.lai-page-shell a[data-contact-coming-soon="true"] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  filter: saturate(0.45);
}

@media (width < 1280px) {
  .lai-page-shell .lai-unified-nav {
    display: none;
  }

  .lai-unified-mobile-nav {
    display: block;
  }
}

@media (width < 640px) {
  .lai-page-shell main {
    padding-top: 64px;
  }

  .lai-unified-header-inner {
    width: 100%;
    height: 64px;
    padding: 0 16px;
  }

  .lai-unified-brand img {
    height: 24px;
  }

  .lai-unified-book {
    display: none;
  }
}

@media (width <= 760px) {
  .lai-page-shell .lai-dashboard-masthead-title {
    max-width: none;
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .lai-page-shell .continuity-context-hub .lai-dashboard-masthead-divider {
    display: block;
  }

  .lai-page-shell .continuity-context-hub .lai-dashboard-masthead-title {
    max-width: none;
    margin: 0;
    text-align: left;
    font-size: 0.8rem;
  }

  .lai-page-shell ._dashboardTopbar_9sw7t_239 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .lai-page-shell ._sampleBadge_9sw7t_277.lai-illustrative-view {
    flex: 0 0 auto;
    padding: 7px 9px;
    white-space: nowrap;
  }

  .lai-page-shell .hero {
    display: flex;
    min-height: max(440px, calc(100svh - 180px));
    align-items: center;
    padding: clamp(48px, 8svh, 78px) 0;
  }

  .lai-page-shell .hero-grid {
    display: block;
  }

  .lai-page-shell .hero-grid > .hero-visual {
    display: none;
  }

  .lai-page-shell .hero-copy {
    width: 100%;
    text-align: center;
  }

  .lai-page-shell .hero h1,
  .lai-page-shell .hero-intro {
    margin-inline: auto;
  }

  .lai-page-shell .hero-free-promise {
    margin-inline: auto;
  }

  .lai-page-shell .lai-hero-intro {
    gap: 8px;
    margin-top: 18px;
  }

  .lai-page-shell .lai-hero-actions {
    display: flex;
    width: min(100%, 330px);
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
    margin: 23px auto 0;
  }

  .lai-page-shell .lai-hero-actions .hero-contact-control,
  .lai-page-shell .lai-telehealth-link {
    width: 100%;
    max-width: none;
  }

  .lai-page-shell .lai-hero-actions .hero-contact-control {
    flex-basis: auto;
  }

  .lai-page-shell .lai-telehealth-link {
    min-height: 54px;
  }

  .lai-mobile-hero-visual {
    display: block;
    width: min(calc(100% - 28px), 680px);
    margin: 24px auto 46px;
    padding: 0;
  }

  .lai-mobile-hero-visual::before {
    display: none;
  }

  .lai-mobile-hero-visual .photo-frame {
    height: clamp(278px, 76vw, 510px);
  }
}

.lai-report-view {
  display: grid;
  gap: 22px;
  color: #312f57;
}

.lai-report-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.lai-report-heading > div {
  display: grid;
  gap: 5px;
}

.lai-report-heading span,
.lai-cohort-title span,
.lai-zip-summary span {
  color: #74789f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lai-report-heading h5 {
  margin: 0;
  color: #312f57;
  font-family: var(--font-playfair-display), "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 620;
  letter-spacing: -0.03em;
}

.lai-report-heading > small,
.lai-patient-total {
  flex: 0 0 auto;
  border: 1px solid rgba(79, 138, 112, 0.22);
  border-radius: 999px;
  background: #e8f3ed;
  color: #4f8a70;
  padding: 8px 12px;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.05em;
}

.lai-patient-total {
  display: grid;
  gap: 1px;
  border-radius: 14px;
  text-align: right;
  font-size: 1.05rem;
}

.lai-patient-total small {
  color: #617a6e;
  font-size: 0.59rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lai-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lai-signal-grid article,
.lai-region-grid article,
.lai-cohort-card,
.lai-map-card,
.lai-zip-summary,
.lai-zip-columns article {
  border: 1px solid rgba(154, 159, 205, 0.27);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff 0%, #fafafc 100%);
  box-shadow: 0 16px 32px rgba(49, 47, 87, 0.05);
}

.lai-signal-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.lai-signal-grid strong {
  color: #312f57;
  font-family: var(--font-playfair-display), "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 620;
  line-height: 1;
}

.lai-signal-grid span {
  min-height: 36px;
  color: #555866;
  font-size: 0.74rem;
  font-weight: 680;
  line-height: 1.4;
}

.lai-signal-grid i {
  position: relative;
  display: block;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7e8f2;
}

.lai-signal-grid i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--signal);
  border-radius: inherit;
  background: linear-gradient(90deg, #8186bb, #68a183);
  content: "";
}

.lai-cohort-card {
  padding: 20px;
}

.lai-cohort-title {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.lai-cohort-title strong {
  color: #312f57;
  font-size: 0.98rem;
}

.lai-cohort-table {
  overflow: hidden;
  border: 1px solid rgba(154, 159, 205, 0.22);
  border-radius: 12px;
}

.lai-cohort-table [role="row"] {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: center;
  min-height: 44px;
  border-top: 1px solid rgba(154, 159, 205, 0.16);
}

.lai-cohort-table [role="row"]:first-child {
  border-top: 0;
}

.lai-cohort-table span,
.lai-cohort-table strong {
  padding: 9px 12px;
  font-size: 0.75rem;
}

.lai-cohort-table span {
  color: #555866;
  text-align: right;
}

.lai-cohort-head {
  background: #f1f1f8;
}

.lai-cohort-head span {
  color: #74789f;
  font-size: 0.61rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lai-cohort-head span:first-child,
.lai-cohort-table strong {
  text-align: left;
}

.lai-report-note {
  color: #737687;
  font-size: 0.72rem;
  line-height: 1.6;
}

.lai-geo-toggle {
  display: inline-flex;
  justify-self: start;
  gap: 4px;
  border: 1px solid rgba(154, 159, 205, 0.28);
  border-radius: 999px;
  background: #f3f3f8;
  padding: 4px;
}

.lai-geo-toggle button {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #747789;
  padding: 8px 14px;
  font-size: 0.7rem;
  font-weight: 760;
}

.lai-geo-toggle button.active {
  background: #312f57;
  color: #fff;
  box-shadow: 0 5px 13px rgba(49, 47, 87, 0.18);
}

.lai-geo-panel {
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.3fr);
  gap: 14px;
}

.lai-geo-panel[hidden] {
  display: none;
}

.lai-map-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  min-height: 230px;
  padding: 18px;
  background: radial-gradient(circle at 52% 42%, rgba(204, 204, 255, 0.48), transparent 58%), #f8f8fc;
}

.lai-map-card img {
  width: min(82%, 220px);
  filter: drop-shadow(0 12px 18px rgba(49, 47, 87, 0.14));
}

.lai-map-card > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 7px;
  width: 100%;
}

.lai-map-card > div span {
  grid-column: 1 / -1;
  color: #74789f;
  font-size: 0.59rem;
  font-weight: 790;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.lai-map-card > div i {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e6e6fa, #312f57);
}

.lai-map-card > div small {
  color: #777a8d;
  font-size: 0.54rem;
}

.lai-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lai-region-grid article {
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 17px;
}

.lai-region-grid span {
  color: #555866;
  font-size: 0.68rem;
  font-weight: 720;
}

.lai-region-grid strong {
  color: #312f57;
  font-family: var(--font-playfair-display), "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 620;
}

.lai-region-grid small {
  color: #85889a;
  font-size: 0.62rem;
}

.lai-geo-panel[data-geo-panel="zip"] {
  grid-template-columns: 1fr;
}

.lai-zip-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
}

.lai-zip-summary strong {
  font-size: 0.84rem;
}

.lai-zip-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lai-zip-columns article {
  padding: 16px;
}

.lai-zip-columns h6 {
  margin: 0 0 10px;
  color: #312f57;
  font-size: 0.75rem;
  font-weight: 780;
}

.lai-zip-columns p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  border-top: 1px solid rgba(154, 159, 205, 0.14);
  padding: 7px 0;
  color: #676a7a;
  font-size: 0.65rem;
}

.lai-zip-columns p strong {
  color: #312f57;
}

@media (max-width: 760px) {
  .lai-report-heading {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .lai-report-heading > small,
  .lai-patient-total {
    justify-self: start;
    align-self: flex-start;
    text-align: left;
  }

  .lai-signal-grid,
  .lai-geo-panel,
  .lai-zip-columns {
    grid-template-columns: 1fr;
  }

  .lai-signal-grid article {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .lai-signal-grid i {
    grid-column: 1 / -1;
  }

  .lai-region-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lai-cohort-table [role="row"] {
    grid-template-columns: 0.85fr repeat(3, 1fr);
  }

  .lai-cohort-table span,
  .lai-cohort-table strong {
    padding: 8px 6px;
    font-size: 0.63rem;
  }
}

/* Match the Rebu Telehealth hero reassurance pill. */
.lai-page-shell .hero-free-promise {
  width: fit-content;
  min-height: 0;
  margin-top: 24px;
  padding: 6px 12px;
  gap: 6px;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.5);
  color: #4b5563;
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: var(--font-libre-franklin), "Libre Franklin", Arial, sans-serif;
  letter-spacing: 0.025em;
}

.lai-page-shell .hero-free-promise > span,
.lai-page-shell .hero-free-promise strong {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #4b5563;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.lai-page-shell .hero-free-promise > span {
  display: inline;
}

/* Match the Rebu Telehealth FAQ card and accordion treatment. */
.lai-page-shell .faq-section {
  padding: 48px 0;
  background: #f7f3f0;
}

.lai-page-shell .faq-grid {
  display: block;
  width: min(calc(100% - 32px), 768px);
  margin: 0 auto;
}

.lai-page-shell .faq-heading {
  position: static;
  width: 100%;
  max-width: none;
  margin: 0 0 48px;
  text-align: center;
}

.lai-page-shell .faq-heading h2 {
  margin: 0;
  color: #323058;
  font-family: var(--font-playfair-display), "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-align: center;
}

.lai-page-shell .faq-list {
  overflow: hidden;
  padding: 24px;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.lai-page-shell .faq-item {
  border-bottom: 1px solid #ccccff;
}

.lai-page-shell .faq-item:last-child {
  border-bottom: 0;
}

.lai-page-shell .faq-trigger {
  width: 100%;
  min-height: 0;
  padding: 20px 0;
  gap: 16px;
  color: #323058;
  font-family: var(--font-libre-franklin), "Libre Franklin", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.lai-page-shell .faq-trigger > span:first-child {
  padding-right: 0;
  color: #323058;
  transition: transform 300ms ease;
}

.lai-page-shell .faq-trigger:hover > span:first-child {
  color: #323058;
  transform: translateX(4px);
}

.lai-page-shell .faq-trigger[aria-expanded="true"] > span:first-child {
  color: #323058;
  transform: none;
}

.lai-page-shell .faq-trigger[aria-expanded="true"]:hover > span:first-child {
  transform: translateX(4px);
}

.lai-page-shell .faq-chevron {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: transparent;
  color: #323058;
  transition: color 300ms ease, background-color 300ms ease, transform 300ms ease;
}

.lai-page-shell .faq-chevron::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.lai-page-shell .faq-trigger:hover .faq-chevron {
  background: rgba(204, 204, 255, 0.5);
}

.lai-page-shell .faq-trigger[aria-expanded="true"] .faq-chevron {
  background: rgba(75, 0, 130, 0.1);
  color: #4b0082;
  transform: rotate(180deg) scale(1.1);
}

.lai-page-shell .faq-answer p {
  max-width: none;
  margin: 0;
  padding: 0 8px 20px 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.625;
}

.lai-page-shell .faq-contact-control {
  margin-top: 18px;
}

@media (min-width: 640px) {
  .lai-page-shell .hero-free-promise {
    gap: 8px;
    margin-top: 32px;
    padding: 8px 16px;
  }

  .lai-page-shell .hero-free-promise > span,
  .lai-page-shell .hero-free-promise strong {
    font-size: 14px;
  }

  .lai-page-shell .faq-section {
    padding: 64px 0;
  }

  .lai-page-shell .faq-grid {
    width: min(calc(100% - 48px), 768px);
  }

  .lai-page-shell .faq-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .lai-page-shell .faq-list {
    padding: 32px;
  }

  .lai-page-shell .faq-trigger {
    font-size: 17px;
  }

  .lai-page-shell .faq-answer p {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .lai-page-shell .faq-section {
    padding: 80px 0;
  }

  .lai-page-shell .faq-list {
    padding: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lai-page-shell *,
  .lai-page-shell *::before,
  .lai-page-shell *::after {
    scroll-behavior: auto !important;
  }

  .lai-page-shell .faq-trigger > span:first-child,
  .lai-page-shell .faq-chevron,
  .lai-page-shell .faq-answer,
  .lai-page-shell .lai-unified-nav a::after {
    transition: none;
    animation: none;
  }
}
