.iton-services-wrap {
  --iton-navy: #071b32;
  --iton-navy-soft: #123657;
  --iton-red: #ed1c24;
  --iton-red-dark: #a20f18;
  --iton-red-soft: #fde7e8;
  --iton-cream: #f6f2e9;
  --iton-paper: #fffdf9;
  --iton-ink: #172232;
  --iton-muted: #5f6874;
  --iton-line: #ded9d0;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
  color: var(--iton-ink);
  background: var(--iton-paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.iton-services-wrap *,
.iton-services-wrap *::before,
.iton-services-wrap *::after {
  box-sizing: border-box;
}

.iton-services-wrap h1,
.iton-services-wrap h2,
.iton-services-wrap h3,
.iton-services-wrap p {
  margin-top: 0;
}

.iton-services-wrap h1,
.iton-services-wrap h2,
.iton-services-wrap h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
}

.iton-services-wrap a {
  color: inherit;
  text-decoration: none;
}

.iton-services-container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.iton-services-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(237, 28, 36, 0.22), transparent 25%),
    linear-gradient(120deg, var(--iton-navy) 0%, var(--iton-navy-soft) 100%);
}

.iton-services-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.025), 0 0 0 108px rgba(255, 255, 255, 0.018);
}

.iton-services-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: 70px;
}

.iton-services-eyebrow {
  margin-bottom: 13px;
  color: var(--iton-red-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.iton-services-eyebrow-light {
  color: #ffb5b9;
}

.iton-services-hero h1 {
  max-width: 790px;
  margin-bottom: 22px;
  color: white;
  font-size: clamp(42px, 5.5vw, 72px);
  letter-spacing: -0.04em;
}

.iton-services-hero-copy > p:not(.iton-services-eyebrow) {
  max-width: 760px;
  margin-bottom: 29px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.iton-services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.iton-services-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

.iton-services-button:hover,
.iton-services-button:focus {
  transform: translateY(-2px);
}

.iton-services-button-primary {
  color: white;
  background: var(--iton-red);
}

.iton-services-button-primary:hover,
.iton-services-button-primary:focus {
  color: white;
  background: var(--iton-red-dark);
}

.iton-services-button-outline {
  color: white;
  border-color: rgba(255, 255, 255, 0.55);
}

.iton-services-button-outline:hover,
.iton-services-button-outline:focus {
  color: white;
  border-color: white;
  background: rgba(255, 255, 255, 0.08);
}

.iton-services-button-light {
  flex-shrink: 0;
  color: var(--iton-navy);
  background: white;
}

.iton-services-provider {
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 5px solid var(--iton-red);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.iton-services-provider > img,
.iton-services-contact > img {
  display: block;
  object-fit: contain;
  border-radius: 8px;
  background: white;
}

.iton-services-provider-label {
  margin: 19px 0 5px;
  color: #ffb5b9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.iton-services-provider h2 {
  margin-bottom: 19px;
  color: white;
  font-size: 28px;
}

.iton-services-provider dl {
  margin: 0;
}

.iton-services-provider dl > div {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.iton-services-provider dt {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.iton-services-provider dd {
  margin: 0;
  color: white;
  font-weight: 700;
}

.iton-services-jump {
  position: sticky;
  top: 0;
  z-index: 8;
  color: white;
  background: var(--iton-red-dark);
  box-shadow: 0 6px 20px rgba(7, 27, 50, 0.14);
}

.admin-bar .iton-services-jump {
  top: 32px;
}

.iton-services-jump .iton-services-container {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.iton-services-jump a {
  flex: 0 0 auto;
  padding: 15px 17px;
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.iton-services-jump a:hover,
.iton-services-jump a:focus {
  background: rgba(255, 255, 255, 0.12);
}

.iton-services-section,
.iton-services-detail {
  padding: 86px 0;
  scroll-margin-top: 82px;
}

.iton-services-heading {
  max-width: 760px;
  margin-bottom: 41px;
}

.iton-services-heading h2,
.iton-services-detail-intro h2,
.iton-services-referrals h2 {
  margin-bottom: 15px;
  color: var(--iton-navy);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.025em;
}

.iton-services-heading > p:last-child,
.iton-services-detail-intro > p:last-child {
  color: var(--iton-muted);
}

.iton-services-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.iton-services-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 29px;
  color: var(--iton-ink);
  border: 1px solid var(--iton-line);
  border-top: 4px solid var(--iton-red);
  border-radius: 5px;
  background: white;
  box-shadow: 0 10px 35px rgba(7, 27, 50, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.iton-services-card:hover,
.iton-services-card:focus {
  color: var(--iton-ink);
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(7, 27, 50, 0.13);
}

.iton-services-card-number {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--iton-red-dark);
  border-radius: 50%;
  background: var(--iton-red-soft);
  font-weight: 900;
}

.iton-services-card h3 {
  margin-bottom: 12px;
  color: var(--iton-navy);
  font-size: 25px;
}

.iton-services-card p {
  color: var(--iton-muted);
}

.iton-services-card strong {
  margin-top: auto;
  color: var(--iton-red-dark);
  font-size: 13px;
}

.iton-services-detail-light {
  background: var(--iton-cream);
}

.iton-services-detail-dark {
  color: white;
  background: var(--iton-navy);
}

.iton-services-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(45px, 7vw, 96px);
}

.iton-services-detail-intro {
  align-self: start;
  position: sticky;
  top: 90px;
}

.iton-services-detail-dark .iton-services-detail-intro h2,
.iton-services-detail-dark .iton-services-detail-intro > p:last-child {
  color: white;
}

.iton-services-list {
  display: grid;
  gap: 13px;
}

.iton-services-list > div {
  position: relative;
  padding: 21px 22px 21px 59px;
  border: 1px solid var(--iton-line);
  border-radius: 5px;
  background: white;
}

.iton-services-list > div::before {
  content: "✓";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: var(--iton-red-dark);
  border-radius: 50%;
  background: var(--iton-red-soft);
  font-size: 14px;
  font-weight: 900;
}

.iton-services-list h3 {
  margin-bottom: 5px;
  color: var(--iton-navy);
  font-size: 20px;
}

.iton-services-list p {
  margin-bottom: 0;
  color: var(--iton-muted);
  font-size: 15px;
}

.iton-services-referrals {
  padding: 88px 0;
  color: white;
  background: linear-gradient(120deg, var(--iton-red-dark), #6e0910);
  scroll-margin-top: 82px;
}

.iton-services-heading-center {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.iton-services-referrals .iton-services-heading h2,
.iton-services-referrals .iton-services-heading > p:last-child {
  color: white;
}

.iton-services-referral-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.iton-services-referral-grid > div {
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.iton-services-referral-grid span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  color: var(--iton-red-dark);
  border-radius: 50%;
  background: white;
  font-weight: 900;
}

.iton-services-referral-grid h3 {
  margin-bottom: 8px;
  color: white;
  font-size: 23px;
}

.iton-services-referral-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.iton-services-insurance-note {
  margin-top: 21px;
  padding: 31px;
  color: var(--iton-ink);
  border-left: 6px solid var(--iton-navy);
  background: white;
}

.iton-services-insurance-note h3 {
  margin-bottom: 11px;
  color: var(--iton-navy);
  font-size: 27px;
}

.iton-services-insurance-note p:last-child {
  margin-bottom: 0;
  color: var(--iton-muted);
  font-size: 14px;
}

.iton-services-contact {
  margin-top: 22px;
  padding: 35px;
  display: flex;
  align-items: center;
  gap: 27px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--iton-navy);
}

.iton-services-contact > div {
  flex: 1;
}

.iton-services-contact h2 {
  margin-bottom: 6px;
  color: white;
  font-size: clamp(28px, 3.4vw, 42px);
}

.iton-services-contact p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.iton-provider-hero {
  padding-top: 92px;
  padding-bottom: 94px;
}

.iton-provider-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.iton-provider-fact {
  min-height: 255px;
  padding: 30px;
  border: 1px solid var(--iton-line);
  border-top: 4px solid var(--iton-red);
  border-radius: 5px;
  background: white;
  box-shadow: 0 12px 35px rgba(7, 27, 50, 0.06);
}

.iton-provider-fact span,
.iton-provider-pathway-grid article > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--iton-red-dark);
  border-radius: 50%;
  background: var(--iton-red-soft);
  font-weight: 900;
}

.iton-provider-fact h3 {
  margin-bottom: 10px;
  color: var(--iton-navy);
  font-size: 24px;
}

.iton-provider-fact p {
  margin-bottom: 0;
  color: var(--iton-muted);
}

.iton-provider-insurance-panel {
  padding: 34px;
  border: 1px solid var(--iton-line);
  border-top: 5px solid var(--iton-red);
  background: white;
  box-shadow: 0 16px 45px rgba(7, 27, 50, 0.08);
}

.iton-provider-insurance-panel h3 {
  margin-bottom: 10px;
  color: var(--iton-navy);
  font-size: 25px;
}

.iton-provider-insurance-panel > p {
  margin-bottom: 25px;
  color: var(--iton-muted);
}

.iton-provider-notice {
  margin-top: 6px;
  padding: 22px;
  border-left: 5px solid var(--iton-red);
  background: var(--iton-red-soft);
}

.iton-provider-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--iton-navy);
}

.iton-provider-notice p {
  margin-bottom: 0;
  color: var(--iton-ink);
  font-size: 14px;
}

.iton-provider-pathway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.iton-provider-pathway-grid article {
  padding: 30px;
  border: 1px solid var(--iton-line);
  border-radius: 5px;
  background: white;
  box-shadow: 0 10px 35px rgba(7, 27, 50, 0.05);
}

.iton-provider-pathway-grid article:last-child {
  grid-column: 1 / -1;
}

.iton-provider-pathway-grid h3 {
  margin-bottom: 16px;
  color: var(--iton-navy);
  font-size: 25px;
}

.iton-provider-pathway-grid ol {
  margin: 0;
  padding-left: 21px;
  color: var(--iton-muted);
}

.iton-provider-pathway-grid li + li {
  margin-top: 8px;
}

.iton-provider-contact-section {
  padding: 86px 0;
  color: white;
  background: linear-gradient(120deg, var(--iton-red-dark), #6e0910);
  scroll-margin-top: 82px;
}

.iton-provider-contact-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--iton-navy);
}

.iton-provider-contact-card > img {
  display: block;
  object-fit: contain;
  border-radius: 8px;
  background: white;
}

.iton-provider-contact-copy h2 {
  margin-bottom: 8px;
  color: white;
  font-size: clamp(30px, 3.8vw, 46px);
}

.iton-provider-contact-copy a {
  color: white;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.iton-provider-contact-copy > p:not(.iton-services-eyebrow) {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.82);
}

.iton-provider-contact-copy .iton-provider-privacy {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.iton-provider-contact-actions {
  display: grid;
  gap: 10px;
}

@media (max-width: 980px) {
  .iton-services-card-grid,
  .iton-provider-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iton-services-hero-grid,
  .iton-services-detail-grid {
    grid-template-columns: 1fr;
  }

  .iton-services-hero-grid {
    gap: 44px;
  }

  .iton-services-detail-intro {
    position: static;
  }

  .iton-provider-fact:last-child {
    grid-column: 1 / -1;
  }

  .iton-provider-contact-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .iton-provider-contact-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .iton-services-container {
    width: min(100% - 30px, 1180px);
  }

  .iton-services-hero,
  .iton-services-section,
  .iton-services-detail,
  .iton-services-referrals {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .iton-services-card-grid,
  .iton-services-referral-grid,
  .iton-provider-fact-grid,
  .iton-provider-pathway-grid {
    grid-template-columns: 1fr;
  }

  .iton-provider-fact:last-child,
  .iton-provider-pathway-grid article:last-child {
    grid-column: auto;
  }

  .iton-services-card {
    min-height: 0;
  }

  .iton-services-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .iton-provider-contact-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .iton-provider-contact-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .iton-services-hero h1 {
    font-size: 40px;
  }

  .iton-services-actions,
  .iton-services-actions .iton-services-button {
    width: 100%;
  }

  .iton-services-provider {
    padding: 23px;
  }

  .iton-provider-insurance-panel,
  .iton-provider-fact,
  .iton-provider-pathway-grid article,
  .iton-provider-contact-card {
    padding: 23px;
  }

  .iton-services-list > div {
    padding: 20px 18px 20px 54px;
  }

  .iton-services-list > div::before {
    left: 17px;
  }

  .admin-bar .iton-services-jump {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iton-services-wrap *,
  .iton-services-wrap *::before,
  .iton-services-wrap *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
