:root {
  --service-navy: #0f2444;
  --service-blue: #2759a2;
  --service-red: #d33d4b;
  --service-paper: #f4f6f8;
  --service-line: #dfe4ea;
  --service-muted: #58677a;
  --service-radius: 10px;
  --service-shadow: 0 12px 28px rgb(15 36 68 / .12);
}

body.premium-service-page {
  margin: 0;
  overflow-x: clip;
  color: #111820;
  background: #fff;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

body.premium-service-page *,
body.premium-service-page *::before,
body.premium-service-page *::after {
  box-sizing: border-box;
}

body.premium-service-page .seo-breadcrumb {
  position: relative;
  z-index: 3;
  padding-block: .8rem;
  color: var(--service-muted);
  background: #fff;
}

body.premium-service-page .seo-breadcrumb a {
  text-decoration-thickness: 1px;
  text-underline-offset: .24rem;
}

body.premium-service-page .seo-hero {
  min-height: clamp(38rem, 72vh, 47rem);
  background: var(--service-navy);
}

body.premium-service-page .seo-hero__image,
body.premium-service-page .seo-hero picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body.premium-service-page .seo-hero__image {
  object-fit: cover;
  object-position: center;
}

body.premium-service-page .seo-hero::after {
  background: linear-gradient(90deg, rgb(7 20 38 / .96) 0%, rgb(7 20 38 / .82) 45%, rgb(7 20 38 / .28) 82%);
}

body.premium-service-page .seo-hero__inner {
  min-height: inherit;
}

body.premium-service-page .seo-hero__copy {
  max-width: 52rem;
  padding-block: clamp(3.8rem, 8vw, 7rem);
}

body.premium-service-page .seo-hero h1 {
  width: min(100%, 19ch);
  max-width: 19ch;
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body.premium-service-page .seo-trust span {
  border-radius: 999px;
  background: rgb(8 24 44 / .66);
  backdrop-filter: blur(4px);
}

.service-route-nav {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--service-line);
  background: #fff;
  box-shadow: 0 4px 14px rgb(15 36 68 / .06);
}

.service-route-nav__inner {
  display: flex;
  width: min(76rem, calc(100% - 2rem));
  margin-inline: auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.service-route-nav__inner::-webkit-scrollbar {
  display: none;
}

.service-route-nav a {
  position: relative;
  flex: 1 0 auto;
  min-width: max-content;
  padding: 1.05rem 1.2rem;
  color: var(--service-navy);
  font-size: .86rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.service-route-nav a::after {
  position: absolute;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  height: 3px;
  background: var(--service-red);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.service-route-nav a:hover::after,
.service-route-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

body.premium-service-page .seo-section {
  padding-block: clamp(5rem, 7vw, 6rem);
}

body.premium-service-page .seo-section--paper {
  background: var(--service-paper);
}

body.premium-service-page .sector-risks .seo-section-head {
  max-width: 62rem;
}

body.premium-service-page .sector-media,
body.premium-service-page .sector-product-card,
body.premium-service-page .service-highlight {
  overflow: hidden;
  border: 1px solid var(--service-line);
  border-radius: var(--service-radius);
  background: #fff;
  box-shadow: 0 2px 8px rgb(15 36 68 / .08);
}

body.premium-service-page .sector-media {
  border: 0;
  background: var(--service-navy);
  box-shadow: var(--service-shadow);
}

body.premium-service-page .sector-media img {
  aspect-ratio: 4 / 3;
  object-position: center;
}

body.premium-service-page .sector-media figcaption {
  border: 0;
  background: var(--service-navy);
}

body.premium-service-page .sector-risk-card {
  border: 1px solid var(--service-line);
  border-radius: var(--service-radius);
  background: #fff;
  box-shadow: 0 2px 8px rgb(15 36 68 / .08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

body.premium-service-page .sector-risk-card:hover,
body.premium-service-page .sector-product-card:hover {
  border-color: rgb(39 89 162 / .3);
  box-shadow: var(--service-shadow);
  transform: translateY(-6px);
}

body.premium-service-page .sector-visit {
  border-radius: var(--service-radius);
  background: var(--service-navy);
  box-shadow: var(--service-shadow);
}

body.premium-service-page .sector-legal-box {
  overflow: hidden;
  border: 0;
  border-left: 5px solid var(--service-red);
  border-radius: 0 var(--service-radius) var(--service-radius) 0;
  background: #fff;
  box-shadow: var(--service-shadow);
}

body.premium-service-page .sector-legal-box__aside {
  background: var(--service-blue);
}

body.premium-service-page .sector-law-links a {
  border-radius: 999px;
  transition: transform 180ms ease, background-color 180ms ease;
}

body.premium-service-page .sector-law-links a:hover {
  color: #fff;
  background: var(--service-navy);
  transform: translateY(-2px);
}

body.premium-service-page .sector-product-card {
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

body.premium-service-page .sector-product-card__media {
  background: #fff;
}

body.premium-service-page .sector-product-card__media img {
  transition: transform 260ms ease;
}

body.premium-service-page .sector-product-card:hover .sector-product-card__media img {
  transform: scale(1.045);
}

body.premium-service-page .sector-product-card__media--photo {
  aspect-ratio: 3 / 2;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

body.premium-service-page .sector-product-card__media--photo img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.premium-service-page .sector-project__story figure {
  border: 0;
  border-radius: var(--service-radius);
  box-shadow: 0 12px 32px rgb(0 0 0 / .18);
}

body.premium-service-page .sector-project__story img {
  aspect-ratio: 3 / 2;
}

body.premium-service-page .sector-project__steps {
  position: relative;
}

body.premium-service-page .sector-project__steps::before {
  position: absolute;
  top: 1.25rem;
  right: 12%;
  left: 12%;
  z-index: 0;
  height: 2px;
  background: rgb(255 255 255 / .3);
  content: "";
}

body.premium-service-page .sector-project__steps .seo-step {
  position: relative;
  z-index: 1;
  border-radius: var(--service-radius);
  background: rgb(255 255 255 / .055);
  backdrop-filter: blur(3px);
}

body.premium-service-page .service-highlight {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

body.premium-service-page .service-highlight article {
  min-height: 11rem;
  padding: 1.35rem;
}

body.premium-service-page .service-highlight article + article {
  border-left: 1px solid var(--service-line);
}

body.premium-service-page .service-highlight strong {
  display: block;
  margin-bottom: .45rem;
  color: var(--service-navy);
  font-size: 1.1rem;
}

body.premium-service-page .service-highlight p {
  margin: 0;
  color: var(--service-muted);
  line-height: 1.6;
}

body.premium-service-page .seo-faq {
  max-width: 64rem;
}

body.premium-service-page .seo-faq details {
  border: 1px solid var(--service-line);
  border-bottom: 0;
  background: #fff;
}

body.premium-service-page .seo-faq details:last-child {
  border-bottom: 1px solid var(--service-line);
}

body.premium-service-page .seo-faq summary {
  padding: 1.15rem 1rem;
}

body.premium-service-page .seo-faq details p {
  padding-inline: 1rem;
}

body.premium-service-page .seo-quote {
  padding-block: clamp(3.5rem, 6vw, 4.5rem);
  background: var(--service-blue);
}

body.premium-service-page .seo-quote__grid {
  align-items: center;
}

body.premium-service-page .seo-form {
  border-radius: var(--service-radius);
  box-shadow: var(--service-shadow);
}

@media (max-width: 64rem) {
  body.premium-service-page .service-highlight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.premium-service-page .service-highlight article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--service-line);
  }

  body.premium-service-page .service-highlight article:nth-child(4) {
    border-top: 1px solid var(--service-line);
  }
}

@media (max-width: 46rem) {
  body.premium-service-page .seo-hero::after {
    background: linear-gradient(180deg, rgb(7 20 38 / .74), rgb(7 20 38 / .9));
  }

  body.premium-service-page .seo-hero__image {
    opacity: 1;
  }

  body.premium-service-page .seo-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  .service-route-nav__inner {
    width: 100%;
    padding-inline: .5rem;
  }

  .service-route-nav a {
    padding-inline: .85rem;
  }

  body.premium-service-page .service-highlight {
    grid-template-columns: 1fr;
  }

  body.premium-service-page .service-highlight article + article,
  body.premium-service-page .service-highlight article:nth-child(3) {
    border-top: 1px solid var(--service-line);
    border-left: 0;
  }

  body.premium-service-page .sector-project__steps::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.premium-service-page .sector-risk-card,
  body.premium-service-page .sector-product-card,
  body.premium-service-page .sector-product-card__media img,
  .service-route-nav a::after {
    transition: none;
  }
}
