/* Embedded customer intake uses the same readable light surface as checkout.
   Keep this scoped to the request iframe; no main-page layout changes. */
html.request-embed-mode,
.request-embed-mode body,
.request-embed-mode .customer-min-request {
  background: #f7f9fc;
}
.request-embed-mode .request-wizard,
.request-embed-mode .request-wizard-step {
  background: #ffffff;
  border-color: #b7c6d9;
  color: #10233d;
}
.request-embed-mode .request-wizard h3,
.request-embed-mode .request-step-heading h4,
.request-embed-mode .request-wizard label,
.request-embed-mode .request-wizard-progress,
.request-embed-mode .request-step-list li {
  color: #10233d;
}
.request-embed-mode .request-wizard-header p,
.request-embed-mode .request-step-heading p,
.request-embed-mode .request-wizard input::placeholder,
.request-embed-mode .request-wizard textarea::placeholder {
  color: #435770;
  opacity: 1;
}
.request-embed-mode .request-step-kicker,
.request-embed-mode .request-wizard-eyebrow {
  color: #176443;
}
.request-embed-mode .request-progress-track {
  background: #d8e1ed;
}
:root {
  color-scheme: light;
  --bg: #f7f9fc;
  --panel: #ffffff;
  --panel-strong: #edf3fb;
  --ink: #10233d;
  --muted: #5d6d82;
  --line: #d8e1ed;
  --white-soft: #ffffff;
  --shadow: 0 22px 70px rgba(23, 50, 82, 0.13);
}

body {
  background: #f7f9fc;
  color: var(--ink);
}

.site-header {
  border-bottom-color: #dbe3ed;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 30px rgba(20, 45, 75, 0.08);
}

.header-social-links {
  display: flex;
  gap: 8px !important;
  align-items: center;
  justify-content: center;
}

.header-social-links .social-icon[hidden] {
  display: none !important;
}

.site-header > nav:not(.header-social-links) a {
  white-space: nowrap;
}

.header-social-links .social-icon {
  display: inline-grid;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: transparent;
  text-decoration: none;
}

.header-social-links .social-icon-glyph,
.header-social-links .social-icon-glyph svg {
  display: block;
  width: 32px;
  height: 32px;
}

.header-social-links .social-icon:hover,
.header-social-links .social-icon:focus-visible {
  background: #edf4ff;
  outline: 2px solid #2f7dff;
  outline-offset: 2px;
}

@media (min-width: 1041px) {
  .site-header {
    grid-template-columns: minmax(270px, 1fr) auto auto auto;
  }
}

@media (max-width: 620px) {
  .site-header > .header-social-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
  }

  .header-social-links .social-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .header-social-links .social-icon-glyph,
  .header-social-links .social-icon-glyph svg {
    width: 28px;
    height: 28px;
  }
}

.language-toggle {
  border-color: #cbd7e6;
  background: #ffffff;
  color: #17314f;
}

.language-toggle:hover,
.language-menu.is-open .language-toggle {
  border-color: #2f7dff;
  background: #edf4ff;
}

.language-list {
  border-color: #d6e0ed;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(23, 50, 82, 0.18);
}

.language-button {
  border-color: #d6e0ed;
  background: #f8fafc;
  color: #17314f;
}

.language-button--red {
  border-color: #efb8bd;
  color: #c71f2a;
}

.language-button--blue {
  border-color: #b8d0f4;
  color: #175ec9;
}

.language-button:hover,
.language-button.is-active {
  border-color: #2f7dff;
  background: #edf4ff;
  color: #10233d;
}

.site-nav a:not(.header-cta),
.mobile-nav-menu summary,
.brand-tagline,
.customer-centered-how,
.customer-service-other,
.footer-contact,
.footer-contact a {
  color: #17314f;
}

.mobile-nav-menu nav {
  border-color: #d8e1ed;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.customer-centered-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(47, 125, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.customer-centered-copy h1,
.customer-centered-copy .customer-hero-line,
.service-section-heading h2,
.channel-continuity h2,
.request-panel h2,
.access-choice-panel h2,
.request-wizard h2,
.payment-assignment h3 {
  color: #10233d;
}

.outcome-lead,
.customer-centered-actions p,
.service-section-heading p,
.customer-service-other,
.access-choice-intro,
.access-choice-summary,
.form-note,
.request-step-heading p,
.request-review-summary,
.etransfer-note,
.fine-print {
  color: #5d6d82 !important;
}

.customer-centered-photo {
  border-color: #d7e1ee;
  background: #eaf0f7;
  box-shadow: 0 28px 70px rgba(21, 50, 83, 0.16);
}

.customer-centered-points,
.customer-service-hub,
.request-panel,
.payment-assignment,
.request-success {
  border-color: #d8e1ed;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(23, 50, 82, 0.09);
}

.customer-centered-points strong,
.customer-centered-points span {
  color: #17314f;
}

.channel-continuity {
  border-color: #c9d8ea;
  background:
    radial-gradient(circle at 78% 48%, rgba(47, 125, 255, 0.12), transparent 31%),
    radial-gradient(circle at 10% 100%, rgba(241, 36, 47, 0.08), transparent 32%),
    linear-gradient(145deg, #ffffff, #eef4fb);
  box-shadow: 0 25px 70px rgba(23, 50, 82, 0.12);
}

.channel-continuity::before {
  background-image:
    linear-gradient(rgba(16, 35, 61, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 35, 61, 0.035) 1px, transparent 1px);
}

.channel-continuity-copy > p:not(.eyebrow):not(.trust-story-kicker),
.channel-continuity-copy > strong {
  color: #445a72;
}

.channel-continuity-orbit > span {
  border-color: #ccdaeb;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(23, 50, 82, 0.12);
  color: #17314f;
}

.channel-continuity-orbit > strong {
  border-color: #ffffff;
  box-shadow:
    0 0 0 8px rgba(47, 125, 255, 0.08),
    0 18px 38px rgba(23, 50, 82, 0.17);
}

.channel-contact-actions a,
.channel-contact-actions button {
  border-color: #cad7e8;
  background: #ffffff;
  color: #17314f;
}

.customer-service-links a,
.customer-service-directory,
.quick-field,
.request-step-list li,
.saved-request-prompt,
.form-more-panel,
.request-terms,
.request-review-summary,
.etransfer-instructions,
.etransfer-detail {
  border-color: #d7e1ed !important;
  background: #f8fafc !important;
  color: #17314f !important;
}

.customer-service-links a:hover,
.customer-service-links a:focus-visible,
.channel-contact-actions a:hover,
.channel-contact-actions button:hover {
  border-color: #2f7dff;
  background: #edf4ff;
}

.customer-service-directory summary,
.access-choice-title,
.access-choice-price,
.access-choice-action,
.request-wizard-step label,
.request-terms strong,
.etransfer-detail strong,
.payment-assignment strong {
  color: #10233d;
}

.access-choice-card {
  border-color: #d6e0ed;
  background: #ffffff;
  box-shadow: 0 15px 45px rgba(23, 50, 82, 0.08);
  color: #17314f;
}

.access-choice-card-featured {
  border-color: #2f7dff;
  background: linear-gradient(180deg, #f7faff, #edf4ff);
}

.access-choice-card-priority {
  border-color: #efb8bd;
  background: linear-gradient(180deg, #fffafb, #fff0f2);
}

.access-choice-details,
.access-choice-billing,
.access-choice-footnote,
.access-choice-proof,
.access-choice-schedule-promise {
  color: #586b81 !important;
}

input,
select,
textarea {
  border-color: #cbd7e6 !important;
  background: #ffffff !important;
  color: #10233d !important;
  box-shadow: none !important;
}

input::placeholder,
textarea::placeholder {
  color: #8795a6;
}

.checkbox-field,
.request-wizard-actions {
  border-color: #d7e1ed !important;
  background: #f7f9fc !important;
  color: #304761 !important;
}

.request-progress-track {
  background: #dce5f0;
}

.request-progress-track::before {
  background: linear-gradient(90deg, #2f7dff, #f1242f);
}

.site-footer {
  border-top-color: #d8e1ed;
  background: #eaf0f7;
  color: #304761;
}

.site-footer img {
  background: #09111d;
  border-radius: 10px;
  padding: 8px;
}

/* Site-wide light treatment for service, trust, policy and provider pages. */
.service-landing,
.policy-main,
.trust-main,
.provider-page,
main#top {
  background: #f7f9fc !important;
  color: #10233d !important;
}

.service-hero,
.service-access,
.policy-hero,
.policy-section,
.trust-hero,
.trust-section,
.provider-hero,
.founding-spotlight,
.plans,
.provider-path,
.provider-value,
.provider-journey,
.provider-checks,
.provider-fees,
.compare,
.faq,
.provider-signup,
.provider-closing,
.provider-faq,
.provider-final-cta {
  border-color: #d8e1ed !important;
  background: #f7f9fc !important;
  color: #10233d !important;
}

.service-access-grid > article,
.service-detail-grid > article,
.service-value-grid > article,
.policy-grid article,
.trust-principle-grid article,
.trust-policy-grid article,
.trust-limits,
.provider-path > div,
.provider-value article,
.provider-checks li,
.provider-fee-table,
.provider-annual,
.provider-faq details {
  border-color: #d6e0ed !important;
  background: #ffffff !important;
  color: #10233d !important;
  box-shadow: 0 15px 45px rgba(23, 50, 82, 0.07) !important;
}

.service-hero h1,
.service-access-grid h3,
.service-access-price strong,
.service-access-grid article b,
.policy-hero h1,
.policy-grid h2,
.policy-grid h3,
.trust-hero h1,
.trust-principle-grid strong,
.trust-policy-grid h3,
main#top h1,
main#top h2,
main#top h3,
main#top strong {
  color: #10233d !important;
}

.service-lead,
.service-hero-actions small,
.service-access-grid p,
.service-access-grid article small,
.service-access-grid article li,
.service-loyalty-note,
.policy-grid p,
.policy-section > p,
.trust-principle-grid p,
.trust-policy-grid p,
.trust-section > p,
main#top p,
main#top small,
main#top li {
  color: #52677f !important;
}

.service-story-image,
.policy-hero-photo {
  border-color: #d6e0ed !important;
  background: #eaf0f7 !important;
  box-shadow: 0 22px 60px rgba(23, 50, 82, 0.12) !important;
}

.service-hero-truth {
  border-color: #cbd8e8 !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

.service-hero-truth span,
.service-hero-truth strong {
  color: #17314f !important;
}

.service-request-dialog::backdrop {
  background: rgba(16, 35, 61, 0.45);
}

.service-request-dialog-shell,
.service-request-dialog-shell header {
  border-color: #d6e0ed !important;
  background: #ffffff !important;
  color: #10233d !important;
}

/* Trust Center hero: carry the public light theme through the full opening card. */
.trust-story-hero {
  border-bottom: 1px solid #d8e1ed;
  background:
    radial-gradient(circle at 12% 25%, rgba(241, 36, 47, 0.08), transparent 30%),
    radial-gradient(circle at 72% 8%, rgba(47, 125, 255, 0.1), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f2f6fb 100%) !important;
  color: #10233d !important;
}

.trust-story-hero h1 {
  color: #10233d !important;
}

.trust-story-hero-copy > p:not(.trust-story-kicker) {
  color: #52677f !important;
}

.trust-story-hero .trust-story-kicker {
  color: #175ec9 !important;
}

.trust-story-text-link {
  color: #10233d !important;
}

.trust-story-photo {
  background: #eaf0f7;
}

.founding-spotlight,
.provider-final-cta,
.provider-closing {
  background: #eef4fb !important;
  color: #10233d !important;
}

.provider-fee-intro,
.provider-control,
.provider-rules {
  background: #ffffff !important;
  color: #10233d !important;
}

.preview-ribbon {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 15px;
  background: #10233d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-align: center;
}

.preview-toast {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  max-width: 330px;
  padding: 14px 17px;
  border-radius: 8px;
  background: #10233d;
  color: white;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.2s ease;
}

.preview-toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 760px) {
  .preview-ribbon {
    font-size: 11px;
  }

  .preview-toast {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }
}
