.page-home main > section {
  position: relative;
}

.page-home main > section + section {
  content-visibility: auto;
  contain-intrinsic-size: 920px;
}

.page-home .home-intro {
  background:
    radial-gradient(circle at top left, rgba(55, 215, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #f9fbff 0%, #eef5ff 100%);
  border-bottom: 1px solid rgba(20, 24, 62, 0.06);
}

.page-home .home-content-block {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-top: 1px solid rgba(20, 24, 62, 0.04);
  border-bottom: 1px solid rgba(20, 24, 62, 0.04);
}

.page-home .home-section__eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.page-home .public-site-hero--video {
  min-height: min(82vh, 500px);
}

.page-home .public-site-hero--video .public-site-hero__row {
  min-height: 430px;
  align-items: flex-end !important;
}

.page-home .public-site-hero--video .public-site-hero__content-column {
  max-width: 760px;
}

.page-home .public-site-hero--video .display-5,
.page-home .public-site-hero--video p,
.page-home .public-site-hero--video .btn {
  text-shadow: 0 8px 24px rgba(8, 15, 38, 0.24);
}

.page-home .public-site-hero--video .btn-outline-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.page-home .public-site-hero--video .btn-outline-light:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.page-home .home-section__title {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.12;
  color: #14183e;
}

.page-home .home-section__lead {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #3f5270;
}

.page-home .home-intro__panel,
.page-home .home-final-cta__panel {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(55, 215, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 58px rgba(20, 24, 62, 0.1);
}

.page-home .home-intro__panel::before,
.page-home .home-final-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(55, 215, 255, 0), rgba(55, 215, 255, 0.95) 18%, rgba(29, 78, 216, 0.95) 56%, rgba(55, 215, 255, 0));
}

.page-home .home-intro__aside {
  height: 100%;
  padding: 1.6rem;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 248, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(29, 78, 216, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.page-home .home-checklist,
.page-home .home-copy-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.page-home .home-checklist li,
.page-home .home-copy-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #334155;
  line-height: 1.7;
}

.page-home .home-checklist li + li,
.page-home .home-copy-list li + li {
  margin-top: 0.65rem;
}

.page-home .home-checklist li::before,
.page-home .home-copy-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #f38900;
  transform: translateY(-50%);
}

.page-home .home-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.page-home .home-inline-actions--center {
  justify-content: center;
}

.page-home .home-inline-actions--end {
  justify-content: flex-start;
}

.page-home .home-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 1.45rem;
}

.page-home .home-signal-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(20, 24, 62, 0.06);
  backdrop-filter: blur(10px);
}

.page-home .home-signal-card__value {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.page-home .home-signal-card__label {
  color: #52637a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-home .home-content-block--light,
.page-home .home-seo-copy {
  background:
    linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}

.page-home .home-content-block--light::before,
.page-home .home-journey::before,
.page-home .home-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 20%, rgba(13, 40, 89, 0.03) 100%);
  pointer-events: none;
}

.page-home .home-journey {
  background:
    radial-gradient(circle at top right, rgba(55, 215, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  border-top: 1px solid rgba(20, 24, 62, 0.05);
  border-bottom: 1px solid rgba(20, 24, 62, 0.05);
}

.page-home .home-faq {
  background:
    linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}

.page-home .home-offers-intro {
  max-width: 54rem;
  margin: 0 auto;
}

.page-home .home-offers-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.page-home .home-offers-proof span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(29, 78, 216, 0.12);
  color: #1e3a8a;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(20, 24, 62, 0.05);
}

.page-home .home-content-block__media img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.page-home .home-text-panel {
  height: 100%;
  padding: 0 0 1.35rem;
  border-bottom: 1px solid rgba(20, 24, 62, 0.12);
}

.page-home .home-text-panel h3,
.page-home .home-intro__aside h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #14183e;
}

.page-home .home-text-panel p,
.page-home .home-intro__panel p,
.page-home .home-content-block p,
.page-home .home-seo-copy p,
.page-home .home-final-cta__panel p {
  color: #52637a;
  line-height: 1.8;
}

.page-home .home-text-panel p {
  margin: 0.85rem 0 0;
}

.page-home .home-journey__list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: home-journey;
}

.page-home .home-journey__list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.35rem 1.4rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(20, 24, 62, 0.08);
  box-shadow: 0 14px 34px rgba(20, 24, 62, 0.05);
  counter-increment: home-journey;
}

.page-home .home-journey__list li::before {
  content: counter(home-journey, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #14183e;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.page-home .home-journey__list strong,
.page-home .home-journey__list span {
  display: block;
}

.page-home .home-journey__list strong {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
  color: #14183e;
}

.page-home .home-journey__list span {
  color: #52637a;
  line-height: 1.75;
}

.page-home .home-journey__lead {
  max-width: 52rem;
  margin: 0.9rem auto 0;
  color: #52637a;
  line-height: 1.85;
}

.page-home .home-journey-card {
  position: relative;
  height: 100%;
  padding: 1.55rem 1.55rem 1.45rem;
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(55, 215, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 22px 52px rgba(20, 24, 62, 0.08);
}

.page-home .home-journey-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(55, 215, 255, 0), rgba(55, 215, 255, 0.85) 22%, rgba(29, 78, 216, 0.95) 58%, rgba(55, 215, 255, 0));
}

.page-home .home-journey-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.1rem;
  min-height: 3.1rem;
  margin-bottom: 1.05rem;
  padding: 0.25rem 0.8rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #0a1731 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.page-home .home-journey-card h3 {
  margin: 0 0 0.7rem;
  color: #14183e;
  font-size: 1.22rem;
}

.page-home .home-journey-card p {
  margin: 0;
  color: #52637a;
  line-height: 1.72;
}

.page-home .home-faq .accordion-item {
  border: 1px solid rgba(20, 24, 62, 0.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 40px rgba(20, 24, 62, 0.06) !important;
  overflow: hidden;
}

.page-home .home-faq .accordion-button {
  padding: 1.2rem 1.35rem;
  font-weight: 700;
}

.page-home .home-faq .accordion-body {
  padding: 0 1.35rem 1.2rem;
  line-height: 1.8;
}

.page-home-corporate .public-site-hero--video {
  min-height: min(86vh, 560px);
}

.page-home-corporate .public-site-hero--video .public-site-hero__content-column {
  max-width: 820px;
}

.page-home-corporate .home-trust-strip {
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  border-bottom: 1px solid rgba(20, 24, 62, 0.06);
}

.page-home-corporate .home-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(20, 24, 62, 0.08);
  background: rgba(20, 24, 62, 0.08);
  box-shadow: 0 18px 42px rgba(20, 24, 62, 0.08);
  transform: translateY(-1.8rem);
}

.page-home-corporate .home-trust-strip__item {
  min-height: 118px;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
}

.page-home-corporate .home-trust-strip__item span {
  display: block;
  margin-bottom: 0.45rem;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home-corporate .home-trust-strip__item strong {
  display: block;
  color: #14183e;
  font-size: 1.05rem;
  line-height: 1.35;
}

.page-home-corporate .home-corporate-panel {
  overflow: hidden;
}

.page-home-corporate .home-corporate-side {
  background:
    radial-gradient(circle at top right, rgba(243, 137, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
}

.page-home-corporate .home-value-card,
.page-home-corporate .home-service-card,
.page-home-corporate .home-audience-card,
.page-home-corporate .home-milestone-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(20, 24, 62, 0.07);
}

.page-home-corporate .home-value-card {
  padding: 1.55rem;
}

.page-home-corporate .home-value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #14183e 0%, #1d4ed8 100%);
  box-shadow: 0 16px 32px rgba(29, 78, 216, 0.22);
}

.page-home-corporate .home-value-card h3,
.page-home-corporate .home-service-card h3,
.page-home-corporate .home-audience-card h3 {
  margin: 0;
  color: #14183e;
  font-size: 1.2rem;
  line-height: 1.25;
}

.page-home-corporate .home-value-card p,
.page-home-corporate .home-service-card p,
.page-home-corporate .home-audience-card p,
.page-home-corporate .home-milestone-card p {
  margin: 0.8rem 0 0;
  color: #52637a;
  line-height: 1.72;
}

.page-home-corporate .home-services {
  background:
    radial-gradient(circle at top left, rgba(55, 215, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-top: 1px solid rgba(20, 24, 62, 0.04);
  border-bottom: 1px solid rgba(20, 24, 62, 0.04);
}

.page-home-corporate .home-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  isolation: isolate;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.page-home-corporate .home-service-card--institutional {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  min-height: 100%;
  padding: 1.35rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.page-home-corporate .home-service-card:hover,
.page-home-corporate .home-service-card:focus-within {
  border-color: rgba(29, 78, 216, 0.22);
  box-shadow: 0 28px 72px rgba(20, 24, 62, 0.14);
  transform: translateY(-4px);
}

.page-home-corporate .home-service-card--institutional:hover,
.page-home-corporate .home-service-card--institutional:focus-within {
  transform: none;
}

.page-home-corporate .home-service-card.has-background-image {
  min-height: 460px;
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: #0b1224;
  box-shadow: 0 24px 64px rgba(20, 24, 62, 0.18);
}

.page-home-corporate .home-service-card.has-background-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 13, 31, 0.7) 0%, rgba(7, 13, 31, 0.34) 38%, rgba(7, 13, 31, 0.92) 100%),
    var(--home-service-card-bg);
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  transition: transform 0.45s ease, filter 0.45s ease;
  z-index: -2;
}

.page-home-corporate .home-service-card.has-background-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, rgba(243, 137, 0, 0) 52%, rgba(243, 137, 0, 0.44) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  pointer-events: none;
  z-index: -1;
}

.page-home-corporate .home-service-card.has-background-image:hover::before,
.page-home-corporate .home-service-card.has-background-image:focus-within::before {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.page-home-corporate .home-service-card__media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 92px;
  padding: 1.2rem 1.35rem;
  background:
    linear-gradient(135deg, rgba(238, 245, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-bottom: 1px solid rgba(20, 24, 62, 0.06);
}

.page-home-corporate .home-service-card--institutional .home-service-card__media {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.page-home-corporate .home-service-card.has-background-image .home-service-card__media {
  display: none;
}

.page-home-corporate .home-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.55rem;
  height: 3.55rem;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #14183e 0%, #1d4ed8 62%, #f38900 100%);
  box-shadow: 0 18px 38px rgba(29, 78, 216, 0.24);
}

.page-home-corporate .home-service-card--institutional .home-service-card__icon {
  width: 4rem;
  height: 4rem;
  color: #14183e;
  background: #eef5ff;
  border: 1px solid rgba(29, 78, 216, 0.14);
  box-shadow: none;
}

.page-home-corporate .home-service-card__icon i {
  font-size: 1.25rem;
  line-height: 1;
}

.page-home-corporate .home-service-card__media img {
  width: auto;
  max-width: 210px;
  max-height: 56px;
  object-fit: contain;
}

.page-home-corporate .home-service-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem;
}

.page-home-corporate .home-service-card--institutional .home-service-card__body {
  display: block;
  padding: 0;
}

.page-home-corporate .home-service-card.has-background-image .home-service-card__body {
  position: relative;
  z-index: 1;
  min-height: 460px;
  justify-content: flex-end;
  padding: 1.45rem;
  background: transparent;
}

.page-home-corporate .home-service-card.has-background-image h3,
.page-home-corporate .home-service-card.has-background-image p {
  color: #ffffff;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

.page-home-corporate .home-service-card.has-background-image h3 {
  max-width: 92%;
  font-size: 1.38rem;
}

.page-home-corporate .home-service-card.has-background-image p {
  max-width: 96%;
}

.page-home-corporate .home-service-card__items {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.page-home-corporate .home-service-card__items li {
  position: relative;
  padding-left: 1.2rem;
  color: #334155;
  font-size: 0.94rem;
  line-height: 1.55;
}

.page-home-corporate .home-service-card__items li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #f38900;
}

.page-home-corporate .home-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

.page-home-corporate .home-service-card.has-background-image .home-service-card__link {
  width: 100%;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.page-home-corporate .home-service-card.has-background-image .home-service-card__link:hover,
.page-home-corporate .home-service-card.has-background-image .home-service-card__link:focus-visible {
  color: #ffffff;
  background: #f38900;
  text-decoration: none;
}

.page-home-corporate .home-service-card__link i {
  font-size: 0.82rem;
  transition: transform 0.18s ease;
}

.page-home-corporate .home-service-card__link:hover,
.page-home-corporate .home-service-card__link:focus-visible {
  color: #0f2f91;
  text-decoration: underline;
}

.page-home-corporate .home-service-card__link:hover i,
.page-home-corporate .home-service-card__link:focus-visible i {
  transform: translateX(2px);
}

.page-home-corporate .home-audience-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(55, 215, 255, 0.09), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.page-home-corporate .home-audience-card ul {
  margin: 1.05rem 0 0;
  padding: 0;
  list-style: none;
}

.page-home-corporate .home-audience-card li {
  position: relative;
  padding-left: 1.35rem;
  color: #334155;
  line-height: 1.65;
}

.page-home-corporate .home-audience-card li + li {
  margin-top: 0.5rem;
}

.page-home-corporate .home-audience-card li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #f38900;
}

.page-home-corporate .home-corporate-media img {
  min-height: 420px;
}

.page-home-corporate .home-signal-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-home-corporate .home-milestone-card {
  min-height: 180px;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.page-home-corporate .home-milestone-card span {
  display: block;
  color: #1d4ed8;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}

.page-home-corporate .home-final-cta {
  background:
    radial-gradient(circle at top right, rgba(243, 137, 0, 0.13), transparent 28%),
    linear-gradient(180deg, #eef5ff 0%, #ffffff 100%);
}

.page-home-corporate .home-final-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: stretch;
}

.page-home-corporate .home-final-cta__actions .btn {
  justify-content: center;
}

html[data-theme="dark"] .page-home-corporate .home-trust-strip,
html[data-theme="dark"] .page-home-corporate .home-services,
html[data-theme="dark"] .page-home-corporate .home-final-cta {
  background: linear-gradient(180deg, #07101d 0%, #091321 100%);
}

html[data-theme="dark"] .page-home-corporate .home-trust-strip__grid,
html[data-theme="dark"] .page-home-corporate .home-value-card,
html[data-theme="dark"] .page-home-corporate .home-service-card,
html[data-theme="dark"] .page-home-corporate .home-audience-card,
html[data-theme="dark"] .page-home-corporate .home-milestone-card {
  border-color: rgba(148, 163, 184, 0.18);
  background: #17263a;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .page-home-corporate .home-trust-strip__item,
html[data-theme="dark"] .page-home-corporate .home-service-card__media,
html[data-theme="dark"] .page-home-corporate .home-service-card__body {
  background: #17263a;
}

html[data-theme="dark"] .page-home-corporate .home-service-card.has-background-image .home-service-card__body {
  background: transparent;
}

html[data-theme="dark"] .page-home-corporate .home-service-card--institutional,
html[data-theme="dark"] .page-home-corporate .home-service-card--institutional .home-service-card__media,
html[data-theme="dark"] .page-home-corporate .home-service-card--institutional .home-service-card__body {
  background: #17263a;
}

html[data-theme="dark"] .page-home-corporate .home-service-card--institutional .home-service-card__icon {
  color: #bfdbfe;
  border-color: rgba(147, 197, 253, 0.22);
  background: rgba(29, 78, 216, 0.18);
}

html[data-theme="dark"] .page-home-corporate .home-trust-strip__item strong,
html[data-theme="dark"] .page-home-corporate .home-value-card h3,
html[data-theme="dark"] .page-home-corporate .home-service-card h3,
html[data-theme="dark"] .page-home-corporate .home-audience-card h3 {
  color: #f8fafc;
}

html[data-theme="dark"] .page-home-corporate .home-value-card p,
html[data-theme="dark"] .page-home-corporate .home-service-card p,
html[data-theme="dark"] .page-home-corporate .home-audience-card p,
html[data-theme="dark"] .page-home-corporate .home-milestone-card p,
html[data-theme="dark"] .page-home-corporate .home-service-card__items li {
  color: #cbd5e1;
}

html[data-theme="dark"] .page-home-corporate .home-service-card__media {
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="dark"] .page-home-corporate .home-service-card__link {
  color: #93c5fd;
}

html[data-theme="dark"] .page-home-corporate .home-service-card__link:hover,
html[data-theme="dark"] .page-home-corporate .home-service-card__link:focus-visible {
  color: #bfdbfe;
}

html[data-theme="dark"] .page-home-corporate .home-service-card.has-background-image .home-service-card__link {
  color: #111827;
  background: #ffffff;
}

html[data-theme="dark"] .page-home-corporate .home-service-card.has-background-image .home-service-card__link:hover,
html[data-theme="dark"] .page-home-corporate .home-service-card.has-background-image .home-service-card__link:focus-visible {
  color: #ffffff;
  background: #f38900;
}

html[data-theme="dark"] .page-home-corporate .home-corporate-side,
html[data-theme="dark"] .page-home-corporate .home-audience-card {
  background: linear-gradient(180deg, #17263a 0%, #132135 100%);
}

@media (min-width: 992px) {
  .page-home .home-inline-actions--end {
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .page-home .public-site-hero--video {
    min-height: 470px;
  }

  .page-home .public-site-hero--video .public-site-hero__row {
    min-height: 360px;
  }

  .page-home .home-intro__panel,
  .page-home .home-final-cta__panel {
    padding: 1.5rem;
    border-radius: 8px;
  }

  .page-home .home-signal-grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-journey__list li {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .page-home .home-journey__list li::before {
    width: 54px;
    height: 54px;
  }

  .page-home-corporate .home-trust-strip__grid {
    grid-template-columns: 1fr;
    transform: translateY(-1.2rem);
  }

  .page-home-corporate .home-trust-strip__item {
    min-height: auto;
  }

  .page-home-corporate .home-corporate-media img {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .page-home .public-site-hero--video {
    min-height: 420px;
  }

  .page-home .public-site-hero--video .public-site-hero__row {
    min-height: 300px;
  }

  .page-home .home-inline-actions .btn {
    width: 100%;
  }

  .page-home .home-offers-proof {
    justify-content: flex-start;
  }

  .page-home .home-journey__list li {
    grid-template-columns: 1fr;
  }

  .page-home .home-journey__list li::before {
    margin-bottom: 0.35rem;
  }

  .page-home .home-journey-card {
    padding: 1.35rem;
    border-radius: 8px;
  }

  .page-home .home-section__title {
    font-size: 1.85rem;
  }

  .page-home-corporate .home-milestone-card span {
    font-size: 1.8rem;
  }

  .page-home .home-faq .accordion-button {
    padding: 1rem 1.05rem;
  }

  .page-home .home-faq .accordion-body {
    padding: 0 1.05rem 1rem;
  }

  .page-home-corporate .home-trust-strip__grid,
  .page-home-corporate .home-signal-grid--two {
    grid-template-columns: 1fr;
  }

  .page-home-corporate .home-service-card__media {
    min-height: 84px;
  }

  .page-home-corporate .home-service-card.has-background-image,
  .page-home-corporate .home-service-card.has-background-image .home-service-card__body {
    min-height: 400px;
  }

  .page-home-corporate .home-service-card--institutional {
    grid-template-columns: 1fr;
  }

  .page-home-corporate .home-final-cta__actions .btn {
    width: 100%;
  }
}

.page-home-clean {
  --home-ink: #0f172a;
  --home-muted: #52637a;
  --home-line: rgba(15, 23, 42, 0.12);
  --home-blue: #123a8f;
  --home-orange: #f38900;
  background: #ffffff;
}

.page-home-clean main > section + section {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.page-home-clean .home-clean-eyebrow {
  margin: 0;
  color: var(--home-blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-home-clean .home-clean-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: clamp(500px, 60vh, 600px);
  padding: 1rem 0 0;
  overflow: hidden;
  background: #fff;
  border: 0;
}

.page-home-clean .home-clean-hero__media,
.page-home-clean .home-clean-hero__media img {
  width: 100%;
  height: 100%;
}

.page-home-clean .home-clean-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.page-home-clean .home-clean-hero__media img {
  display: block;
  object-fit: cover;
  object-position: center right;
}

.page-home-clean .home-clean-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 36%, rgba(255, 255, 255, 0.36) 64%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
}

.page-home-clean .home-clean-hero > .container {
  width: 100%;
  padding-bottom: 2rem;
}

.page-home-clean .home-clean-hero::before {
  content: "MEDIACARE S.P.A.";
  position: absolute;
  right: -0.08em;
  bottom: 5.3rem;
  z-index: 2;
  color: rgba(15, 23, 42, 0.055);
  font-size: 13rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.8;
  pointer-events: none;
}

.page-home-clean .home-clean-hero__inner {
  position: relative;
  z-index: 3;
}

.page-home-clean .home-clean-hero h1 {
  margin: 0;
  color: var(--home-ink);
  font-size: 5.8rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.94;
}

.page-home-clean .home-clean-hero__lead {
  margin: 1rem 0 0;
  color: #24364f;
  font-size: 1.2rem;
  line-height: 1.75;
}

.page-home-clean .home-clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.page-home-clean .home-clean-hero__baseline {
  position: relative;
  z-index: 4;
  margin-top: auto;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.page-home-clean .home-clean-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home-clean .home-clean-hero__facts div {
  padding: 1.15rem 1.25rem;
  border-left: 1px solid rgba(15, 23, 42, 0.09);
}

.page-home-clean .home-clean-hero__facts div:last-child {
  border-right: 1px solid rgba(15, 23, 42, 0.09);
}

.page-home-clean .home-clean-hero__facts span,
.page-home-clean .home-clean-hero__facts strong {
  display: block;
}

.page-home-clean .home-clean-hero__facts span {
  color: var(--home-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-home-clean .home-clean-hero__facts strong {
  margin-top: 0.28rem;
  color: var(--home-ink);
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.45;
}

.page-home-clean .home-clean-intro {
  background: #ffffff;
}

.page-home-clean .home-clean-intro h2,
.page-home-clean .home-clean-section-heading h2,
.page-home-clean .home-clean-paths h2,
.page-home-clean .home-clean-statement h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: 3.55rem;
  font-weight: 830;
  letter-spacing: 0;
  line-height: 1.02;
}

.page-home-clean .home-clean-intro p,
.page-home-clean .home-clean-section-heading p,
.page-home-clean .home-clean-paths p {
  color: var(--home-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.page-home-clean .home-clean-lead {
  color: #263950 !important;
  font-size: 1.32rem !important;
  line-height: 1.7 !important;
}

.page-home-clean .home-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid var(--home-line);
}

.page-home-clean .home-proof-strip article {
  min-width: 0;
  padding: 1.35rem 1.2rem;
  border-right: 1px solid var(--home-line);
}

.page-home-clean .home-proof-strip article:first-child {
  padding-left: 0;
}

.page-home-clean .home-proof-strip article:last-child {
  padding-right: 0;
  border-right: 0;
}

.page-home-clean .home-proof-strip span {
  display: block;
  color: var(--home-orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-home-clean .home-proof-strip h3 {
  margin: 0.45rem 0 0;
  color: var(--home-ink);
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.18;
}

.page-home-clean .home-proof-strip p {
  margin: 0.55rem 0 0;
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-home-clean .home-clean-services {
  position: relative;
  overflow: hidden;
  background: #f5f8fc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.page-home-clean .home-clean-services::before {
  content: "SERVIZI";
  position: absolute;
  right: 4vw;
  top: 1.6rem;
  color: rgba(15, 23, 42, 0.045);
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
}

.page-home-clean .home-clean-services > .container {
  position: relative;
  z-index: 1;
}

.page-home-clean .home-clean-section-heading {
  margin-bottom: 2.2rem;
}

.page-home-clean .home-featured-services {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
  grid-template-rows: repeat(2, minmax(255px, 1fr));
  gap: 1rem;
}

.page-home-clean .home-featured-service {
  min-width: 0;
}

.page-home-clean .home-featured-service--numero-verde {
  grid-row: 1 / span 2;
}

.page-home-clean .home-featured-service__card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 1.45rem;
  overflow: hidden;
  color: #fff;
  background: #07101d;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.page-home-clean .home-featured-service__media,
.page-home-clean .home-featured-service__media img {
  width: 100%;
  height: 100%;
}

.page-home-clean .home-featured-service__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.page-home-clean .home-featured-service__media img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-home-clean .home-featured-service__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.08) 0%, rgba(7, 16, 29, 0.62) 58%, rgba(7, 16, 29, 0.92) 100%);
  pointer-events: none;
}

.page-home-clean .home-featured-service__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, rgba(18, 58, 143, 0.32), rgba(6, 14, 32, 0) 58%);
  opacity: 0.9;
  transition: opacity 0.24s ease;
}

.page-home-clean .home-featured-service__card:hover,
.page-home-clean .home-featured-service__card:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.24);
  text-decoration: none;
  transform: translateY(-5px);
}

.page-home-clean .home-featured-service__card:hover::before,
.page-home-clean .home-featured-service__card:focus-visible::before {
  opacity: 1;
}

.page-home-clean .home-featured-service__card:focus-visible {
  outline: 3px solid rgba(18, 58, 143, 0.28);
  outline-offset: 3px;
}

.page-home-clean .home-featured-service__kicker {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.38rem 0.72rem;
  color: #fff;
  background: rgba(7, 16, 29, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-home-clean .home-featured-service__copy,
.page-home-clean .home-featured-service__title,
.page-home-clean .home-featured-service__text {
  display: block;
}

.page-home-clean .home-featured-service__copy {
  position: relative;
  z-index: 3;
  max-width: 34rem;
}

.page-home-clean .home-featured-service__title {
  color: #fff;
  font-size: 1.72rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.page-home-clean .home-featured-service--numero-verde .home-featured-service__title {
  font-size: 2.8rem;
}

.page-home-clean .home-featured-service__text {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.65;
}

.page-home-clean .home-featured-service--numero-verde .home-featured-service__text {
  max-width: 31rem;
  font-size: 1.02rem;
}

.page-home-clean .home-featured-service__points {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.page-home-clean .home-featured-service__points span {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.34rem 0.58rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.page-home-clean .home-featured-service__action {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.05rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.4;
}

.page-home-clean .home-featured-service__action i {
  transition: transform 0.2s ease;
}

.page-home-clean .home-featured-service__card:hover .home-featured-service__action i,
.page-home-clean .home-featured-service__card:focus-visible .home-featured-service__action i {
  transform: translateX(4px);
}

.page-home-clean .home-service-quicklinks {
  display: grid;
  grid-template-columns: minmax(230px, 0.3fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: stretch;
  margin-top: 1.8rem;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}

.page-home-clean .home-service-quicklinks__intro span {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.25;
}

.page-home-clean .home-service-quicklinks__intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 1.25rem;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.94) 0%, rgba(18, 58, 143, 0.9) 100%),
    url("../img/aziende-img2.webp") center / cover;
}

.page-home-clean .home-service-quicklinks__intro p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.6;
}

.page-home-clean .home-service-quicklinks__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.page-home-clean .home-service-quicklink {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 14.5rem;
  overflow: hidden;
  color: #263950;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home-clean .home-service-quicklink:hover,
.page-home-clean .home-service-quicklink:focus-visible {
  color: #123a8f;
  border-color: rgba(18, 58, 143, 0.18);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.11);
  text-decoration: none;
  transform: translateY(-2px);
}

.page-home-clean .home-service-quicklink__media {
  position: relative;
  display: block;
  height: 6.4rem;
  overflow: hidden;
  background: #eef5ff;
}

.page-home-clean .home-service-quicklink__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.34) 100%);
}

.page-home-clean .home-service-quicklink__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.28s ease;
}

.page-home-clean .home-service-quicklink__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.page-home-clean .home-service-quicklink:hover .home-service-quicklink__media img,
.page-home-clean .home-service-quicklink:focus-visible .home-service-quicklink__media img {
  transform: scale(1.06);
}

.page-home-clean .home-service-quicklink:focus-visible {
  outline: 3px solid rgba(18, 58, 143, 0.22);
  outline-offset: 2px;
}

.page-home-clean .home-service-quicklink__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.95rem;
}

.page-home-clean .home-service-quicklink__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
}

.page-home-clean .home-service-quicklink__head small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-home-clean .home-service-quicklink__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #123a8f;
  background: #eef5ff;
  border-radius: 8px;
}

.page-home-clean .home-service-quicklink__copy,
.page-home-clean .home-service-quicklink__copy span,
.page-home-clean .home-service-quicklink__copy small {
  display: block;
  min-width: 0;
}

.page-home-clean .home-service-quicklink__copy span {
  color: inherit;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.25;
}

.page-home-clean .home-service-quicklink__copy small {
  margin-top: 0.16rem;
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.page-home-clean .home-service-quicklink__action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.9rem;
  color: #123a8f;
  font-size: 0.82rem;
  font-weight: 850;
}

.page-home-clean .home-service-quicklink__arrow {
  font-size: 0.78rem;
  transition: transform 0.2s ease;
}

.page-home-clean .home-service-quicklink:hover .home-service-quicklink__arrow,
.page-home-clean .home-service-quicklink:focus-visible .home-service-quicklink__arrow {
  transform: translateX(3px);
}

.page-home-clean .home-clean-paths {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.page-home-clean .home-path-list {
  display: grid;
  gap: 0.75rem;
}

.page-home-clean .home-path-list__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  min-height: 6rem;
  padding: 1rem;
  color: #263950;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home-clean .home-path-list__item:hover,
.page-home-clean .home-path-list__item:focus-visible {
  color: #123a8f;
  border-color: rgba(18, 58, 143, 0.18);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  text-decoration: none;
  transform: translateY(-2px);
}

.page-home-clean .home-path-list__item:focus-visible {
  outline: 3px solid rgba(18, 58, 143, 0.22);
  outline-offset: 2px;
}

.page-home-clean .home-path-list__icon {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #123a8f;
  background: #eef5ff;
  border-radius: 8px;
}

.page-home-clean .home-path-list__copy,
.page-home-clean .home-path-list__copy span,
.page-home-clean .home-path-list__copy small {
  display: block;
  min-width: 0;
}

.page-home-clean .home-path-list__copy span {
  color: inherit;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.25;
}

.page-home-clean .home-path-list__copy small {
  margin-top: 0.25rem;
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.page-home-clean .home-path-list__action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #123a8f;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.page-home-clean .home-path-list__action i {
  transition: transform 0.2s ease;
}

.page-home-clean .home-path-list__item:hover .home-path-list__action i,
.page-home-clean .home-path-list__item:focus-visible .home-path-list__action i {
  transform: translateX(3px);
}

.page-home-clean .home-clean-statement {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 13, 31, 0.92) 0%, rgba(7, 13, 31, 0.78) 42%, rgba(7, 13, 31, 0.18) 100%),
    var(--home-clean-statement-image);
  background-position: center right;
  background-size: cover;
}

.page-home-clean .home-clean-statement__inner {
  max-width: 720px;
  padding: 5rem 0;
}

.page-home-clean .home-clean-statement .home-clean-eyebrow {
  color: #93c5fd;
}

.page-home-clean .home-clean-statement h2 {
  color: #ffffff;
}

.page-home-clean .home-clean-statement p {
  max-width: 620px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.75;
}

html[data-theme="dark"] .page-home-clean {
  --home-ink: #f8fafc;
  --home-muted: #cbd5e1;
  --home-line: rgba(148, 163, 184, 0.22);
  background: #07101d;
}

html[data-theme="dark"] .page-home-clean .home-clean-hero {
  background: #07101d;
}

html[data-theme="dark"] .page-home-clean .home-clean-hero::after {
  background: linear-gradient(90deg, rgba(7, 16, 29, 0.98) 0%, rgba(7, 16, 29, 0.9) 38%, rgba(7, 16, 29, 0.34) 70%, rgba(7, 16, 29, 0.08) 100%);
}

html[data-theme="dark"] .page-home-clean .home-clean-hero__lead,
html[data-theme="dark"] .page-home-clean .home-clean-lead {
  color: #dbeafe !important;
}

html[data-theme="dark"] .page-home-clean .home-clean-hero__baseline {
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(7, 16, 29, 0.82);
}

html[data-theme="dark"] .page-home-clean .home-clean-hero__facts div {
  border-left-color: rgba(148, 163, 184, 0.2);
}

html[data-theme="dark"] .page-home-clean .home-clean-hero__facts div:last-child {
  border-right-color: rgba(148, 163, 184, 0.2);
}

html[data-theme="dark"] .page-home-clean .home-clean-hero__facts strong {
  color: #f8fafc;
}

html[data-theme="dark"] .page-home-clean .home-clean-intro,
html[data-theme="dark"] .page-home-clean .home-clean-paths {
  background: #07101d;
}

html[data-theme="dark"] .page-home-clean .home-proof-strip h3 {
  color: #f8fafc;
}

html[data-theme="dark"] .page-home-clean .home-proof-strip p {
  color: #cbd5e1;
}

html[data-theme="dark"] .page-home-clean .home-clean-services {
  background: #0b1423;
  border-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="dark"] .page-home-clean .home-clean-services::before {
  color: rgba(255, 255, 255, 0.045);
}

html[data-theme="dark"] .page-home-clean .home-service-quicklinks {
  border-top-color: rgba(148, 163, 184, 0.18);
  background: #0b1423;
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .page-home-clean .home-service-quicklinks__intro span {
  color: #f8fafc;
}

html[data-theme="dark"] .page-home-clean .home-service-quicklinks__intro p {
  color: #cbd5e1;
}

html[data-theme="dark"] .page-home-clean .home-service-quicklink {
  color: #dbeafe;
  background: #111c2f;
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

html[data-theme="dark"] .page-home-clean .home-service-quicklink:hover,
html[data-theme="dark"] .page-home-clean .home-service-quicklink:focus-visible {
  color: #f8fafc;
  border-color: rgba(147, 197, 253, 0.26);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .page-home-clean .home-service-quicklink__icon {
  background: rgba(147, 197, 253, 0.12);
}

html[data-theme="dark"] .page-home-clean .home-service-quicklink__head small,
html[data-theme="dark"] .page-home-clean .home-service-quicklink__copy small {
  color: #cbd5e1;
}

html[data-theme="dark"] .page-home-clean .home-path-list__item {
  color: #dbeafe;
  background: #111c2f;
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .page-home-clean .home-path-list__item:hover,
html[data-theme="dark"] .page-home-clean .home-path-list__item:focus-visible {
  color: #f8fafc;
  border-color: rgba(147, 197, 253, 0.26);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .page-home-clean .home-path-list__icon {
  background: rgba(147, 197, 253, 0.12);
}

html[data-theme="dark"] .page-home-clean .home-path-list__copy small {
  color: #cbd5e1;
}

@media (max-width: 1199px) {
  .page-home-clean .home-clean-hero::before {
    font-size: 10rem;
  }

  .page-home-clean .home-clean-hero h1 {
    font-size: 4.7rem;
  }

  .page-home-clean .home-clean-intro h2,
  .page-home-clean .home-clean-section-heading h2,
  .page-home-clean .home-clean-paths h2,
  .page-home-clean .home-clean-statement h2 {
    font-size: 3rem;
  }

  .page-home-clean .home-featured-services {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-home-clean .home-featured-service--numero-verde .home-featured-service__title {
    font-size: 2.35rem;
  }

  .page-home-clean .home-service-quicklinks {
    grid-template-columns: 1fr;
  }

  .page-home-clean .home-service-quicklinks__intro {
    min-height: 12rem;
  }
}

@media (max-width: 991px) {
  .page-home-clean .home-clean-hero h1 {
    font-size: 4rem;
  }

  .page-home-clean .home-clean-hero__lead {
    font-size: 1.12rem;
  }

  .page-home-clean .home-clean-lead {
    font-size: 1.2rem !important;
  }

  .page-home-clean .home-clean-hero {
    min-height: auto;
    display: block;
    padding: 8.5rem 0 0;
  }

  .page-home-clean .home-clean-hero__media img {
    object-position: center;
  }

  .page-home-clean .home-clean-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.24) 100%);
  }

  html[data-theme="dark"] .page-home-clean .home-clean-hero__media img {
    object-position: center right;
  }

  .page-home-clean .home-clean-hero__baseline {
    margin-top: 4rem;
  }

  .page-home-clean .home-clean-hero__facts {
    grid-template-columns: 1fr;
  }

  .page-home-clean .home-clean-hero__facts div,
  .page-home-clean .home-clean-hero__facts div:last-child {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .page-home-clean .home-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home-clean .home-proof-strip article:nth-child(2) {
    border-right: 0;
  }

  .page-home-clean .home-proof-strip article:nth-child(n + 3) {
    border-top: 1px solid var(--home-line);
  }

  .page-home-clean .home-proof-strip article:nth-child(3) {
    padding-left: 0;
  }

  .page-home-clean .home-proof-strip article:nth-child(4) {
    padding-right: 0;
  }

  .page-home-clean .home-featured-services {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .page-home-clean .home-featured-service--numero-verde {
    grid-row: auto;
  }

  .page-home-clean .home-featured-service__card {
    min-height: 310px;
  }

  .page-home-clean .home-service-quicklinks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home-clean .home-service-quicklink {
    grid-column: auto;
  }

  .page-home-clean .home-service-quicklink:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .page-home-clean .home-clean-hero {
    padding-top: 7.5rem;
  }

  .page-home-clean .home-clean-hero h1 {
    font-size: 3.05rem;
  }

  .page-home-clean .home-clean-hero::before {
    font-size: 4.5rem;
  }

  .page-home-clean .home-clean-intro h2,
  .page-home-clean .home-clean-section-heading h2,
  .page-home-clean .home-clean-paths h2,
  .page-home-clean .home-clean-statement h2 {
    font-size: 2.15rem;
  }

  .page-home-clean .home-clean-services::before {
    top: 2.2rem;
    right: 1rem;
    font-size: 3.8rem;
  }

  .page-home-clean .home-clean-actions .btn {
    width: 100%;
  }

  .page-home-clean .home-featured-service__card {
    min-height: 285px;
    padding: 1rem;
  }

  .page-home-clean .home-featured-service__kicker {
    top: 0.82rem;
    left: 0.82rem;
  }

  .page-home-clean .home-featured-service__title,
  .page-home-clean .home-featured-service--numero-verde .home-featured-service__title {
    font-size: 1.72rem;
  }

  .page-home-clean .home-featured-service__text,
  .page-home-clean .home-featured-service--numero-verde .home-featured-service__text {
    font-size: 0.9rem;
  }

  .page-home-clean .home-service-quicklinks__grid {
    grid-template-columns: 1fr;
  }

  .page-home-clean .home-service-quicklink:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .page-home-clean .home-service-quicklinks {
    padding: 0.75rem;
  }

  .page-home-clean .home-service-quicklink {
    min-height: 0;
  }

  .page-home-clean .home-service-quicklink__media {
    height: 8rem;
  }

  .page-home-clean .home-proof-strip {
    grid-template-columns: 1fr;
  }

  .page-home-clean .home-proof-strip article,
  .page-home-clean .home-proof-strip article:first-child,
  .page-home-clean .home-proof-strip article:last-child {
    padding: 1.1rem 0;
    border-right: 0;
  }

  .page-home-clean .home-proof-strip article + article {
    border-top: 1px solid var(--home-line);
  }

  .page-home-clean .home-path-list__item {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .page-home-clean .home-path-list__action {
    grid-column: 2;
    white-space: normal;
  }

  .page-home-clean .home-clean-statement {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(7, 13, 31, 0.96) 0%, rgba(7, 13, 31, 0.82) 72%, rgba(7, 13, 31, 0.44) 100%),
      var(--home-clean-statement-image);
    background-position: center right;
    background-size: cover;
  }
}
