/* CMS-powered frontend additions */
.brand img {
  width: 245px;
  height: 74px;
  object-fit: contain;
  object-position: left center;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-dropdown > a > span {
  font-size: 13px;
}
.nav-dropdown__menu {
  position: absolute;
  top: 76px;
  left: -25px;
  display: grid;
  width: 260px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.22s;
}
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav-dropdown__menu a {
  padding: 10px 12px !important;
  border-radius: 8px;
  color: #444d5d !important;
  font-size: 13px !important;
}
.nav-dropdown__menu a::after {
  display: none;
}
.nav-dropdown__menu a:hover {
  color: #fff !important;
  background: var(--navy);
}
.hero h1 {
  white-space: normal;
}
.trust-check {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 800;
}
.services-grid--images {
  align-items: stretch;
}
.service-card--image {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff !important;
}
.service-card--image::before,
.service-card--image::after {
  display: none;
}
.service-card--image:hover {
  color: inherit;
  border-color: #beeaf3;
  background: #fff !important;
}
.service-card__image {
  position: relative;
  display: block;
  height: 210px;
  overflow: hidden;
  background: #dfe8ee;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.service-card--image:hover .service-card__image img {
  transform: scale(1.06);
}
.service-card__image > span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 12px;
  color: #fff;
  background: var(--cyan);
  font-size: 11px;
  font-weight: 800;
}
.service-card__body {
  padding: 24px 25px 27px;
}
.service-card__body h2,
.service-card__body h3 {
  margin-bottom: 12px;
  color: var(--navy-dark);
  font-size: 23px;
}
.service-card--image:hover h2,
.service-card--image:hover h3 {
  color: var(--navy-dark);
}
.service-card__body p {
  min-height: 94px;
  margin-bottom: 20px;
  color: var(--muted) !important;
  font-size: 14px;
}
.service-card__body > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.service-card__body > a span {
  color: var(--cyan);
  font-size: 18px;
}
.cta-ribbon {
  color: #fff;
  background: linear-gradient(115deg, var(--cyan-dark), var(--cyan));
}
.cta-ribbon__inner {
  display: flex;
  min-height: 205px;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.cta-ribbon span {
  color: #b9f5ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cta-ribbon h2 {
  max-width: 680px;
  margin: 8px 0 0;
  font-size: clamp(30px, 3.5vw, 47px);
}
.cta-ribbon__actions {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}
.btn--outline-white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
}
.btn--outline-white:hover {
  color: var(--navy);
  background: #fff;
}
.feature-card__icon {
  font-size: 30px;
}
.cta-showcase {
  padding: 0 0 110px;
  background: #fff;
}
.cta-showcase__shell {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  overflow: hidden;
  padding: 70px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  box-shadow: var(--shadow);
}
.cta-showcase__shell::after {
  content: "";
  position: absolute;
  right: -170px;
  top: -220px;
  width: 550px;
  height: 550px;
  border: 100px solid rgba(6, 162, 199, 0.16);
  border-radius: 50%;
}
.cta-showcase__copy,
.cta-showcase__list {
  position: relative;
  z-index: 1;
}
.cta-showcase h2 {
  max-width: 640px;
  margin: 0 0 20px;
  font-size: clamp(36px, 4vw, 55px);
}
.cta-showcase p {
  max-width: 650px;
  margin-bottom: 30px;
  color: #c8cdec;
}
.cta-showcase__list {
  display: grid;
  align-content: center;
  gap: 10px;
}
.cta-showcase__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  font-weight: 700;
}
.cta-showcase__list a:hover {
  background: rgba(255, 255, 255, 0.14);
}
.cta-showcase__list span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  background: var(--cyan);
  font-size: 11px;
}
.cta-showcase__list b {
  margin-left: auto;
  color: #7ce9fd;
}
.quote-form h3 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: 23px;
}
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.brand--footer {
  padding: 0;
  background: transparent;
}
.brand--footer img {
  width: 270px;
  height: 98px;
  object-fit: contain;
  object-position: left center;
}
.footer-socials:empty {
  display: none;
}
.floating-whatsapp {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 10px 10px;
  border: 4px solid #fff;
  border-radius: 28px;
  color: #fff;
  background: #22a95a;
  box-shadow: 0 12px 32px rgba(20, 130, 66, 0.32);
  font-size: 12px;
  font-weight: 800;
}
.floating-whatsapp svg {
  width: 29px;
  height: 29px;
  fill: #fff;
}
.floating-whatsapp:hover {
  transform: translateY(-2px);
}
.back-to-top {
  right: 24px;
  bottom: 24px;
}
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    125deg,
    var(--navy-dark),
    var(--navy) 65%,
    var(--cyan)
  );
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -300px;
  width: 650px;
  height: 650px;
  border: 125px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.page-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 430px;
  align-items: center;
}
.page-hero__inner > div {
  max-width: 850px;
  padding: 70px 0;
}
.page-hero h1 {
  max-width: 850px;
  margin: 0 0 18px;
  font-size: clamp(48px, 6vw, 76px);
}
.page-hero p {
  max-width: 720px;
  margin: 0;
  color: #ccd2ee;
  font-size: 18px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 40px;
  color: #aab1dc;
  font-size: 11px;
}
.breadcrumbs a:hover {
  color: #fff;
}
.page-hero .eyebrow {
  margin-bottom: 16px;
}
.content-prose {
  color: #4f5869;
  font-size: 16px;
  line-height: 1.82;
}
.content-prose--intro {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}
.content-prose h2 {
  margin: 45px 0 18px;
  color: var(--navy-dark);
  font-size: clamp(29px, 3vw, 41px);
}
.content-prose h2:first-child {
  margin-top: 0;
}
.content-prose h3 {
  margin: 35px 0 14px;
  color: var(--navy);
  font-size: 25px;
}
.content-prose p {
  color: #555f70;
}
.content-prose ul,
.content-prose ol {
  display: grid;
  gap: 10px;
  margin: 20px 0 28px;
  padding-left: 24px;
}
.content-prose li {
  padding-left: 4px;
}
.content-prose li::marker {
  color: var(--cyan);
  font-weight: 800;
}
.content-prose blockquote {
  margin: 30px 0;
  padding: 20px 25px;
  border-left: 4px solid var(--cyan);
  color: var(--navy);
  background: #eefafd;
  font-size: 18px;
}
.generic-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 80px;
  align-items: start;
}
.side-cta {
  position: sticky;
  top: 125px;
  padding: 32px;
  border-radius: 21px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy-dark), var(--navy));
  box-shadow: var(--shadow);
}
.side-cta > span {
  color: #78e5fa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.side-cta h2 {
  margin: 10px 0 15px;
  font-size: 31px;
}
.side-cta p {
  color: #c3c8e6;
  font-size: 14px;
}
.side-cta__phone {
  display: block;
  margin-top: 20px;
  color: #8eeafd;
  font-weight: 800;
}
.simple-cta {
  padding: 65px 0;
  color: #fff;
  background: var(--navy);
}
.simple-cta > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.simple-cta span {
  color: #84e9fb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.simple-cta h2 {
  margin: 8px 0 0;
  font-size: clamp(29px, 3.4vw, 44px);
}
.simple-cta--cyan {
  background: linear-gradient(115deg, var(--cyan-dark), var(--cyan));
}
.contact-page__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.contact-page .quote-form {
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 15px;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 35px;
}
.contact-cards > a,
.contact-cards > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.contact-cards > a > span,
.contact-cards > div > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--cyan);
}
.contact-cards small,
.contact-cards strong,
.contact-cards b {
  display: block;
}
.contact-cards small {
  color: #8b93a0;
  font-size: 9px;
  text-transform: uppercase;
}
.contact-cards strong {
  margin-top: 4px;
  color: var(--navy);
  font-size: 12px;
  overflow-wrap: anywhere;
}
.contact-cards b {
  margin-top: 3px;
  color: #5f6877;
  font-size: 11px;
}
.map-embed {
  margin-top: 70px;
}
.map-embed iframe {
  width: 100%;
  height: 480px;
  border: 0 !important;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.service-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.service-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 10, 82, 0.97) 0%,
    rgba(16, 19, 126, 0.88) 46%,
    rgba(16, 19, 126, 0.18) 85%
  );
}
.service-hero__content {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.service-hero h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-size: clamp(55px, 7vw, 88px);
}
.service-hero p {
  max-width: 700px;
  margin-bottom: 30px;
  color: #d2d7ee;
  font-size: 18px;
}
.service-hero__content > div:last-child {
  display: flex;
  align-items: center;
  gap: 25px;
}
.service-hero__phone {
  color: #fff;
  font-weight: 800;
}
.service-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 385px;
  gap: 75px;
  align-items: start;
}
.service-sidebar {
  position: sticky;
  top: 105px;
}
.service-sidebar .quote-form {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}
.service-nav {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.service-nav h2 {
  margin: 0;
  padding: 23px;
  color: #fff;
  background: var(--navy);
  font-size: 21px;
}
.service-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  color: #4d5666;
  font-size: 13px;
  font-weight: 700;
}
.service-nav a:last-child {
  border-bottom: 0;
}
.service-nav a.is-active,
.service-nav a:hover {
  color: #fff;
  background: var(--cyan);
}
.service-nav a span {
  font-size: 20px;
}
.service-intro-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 34px;
  padding: 18px;
  border-radius: 15px;
  background: #edfafd;
}
.service-intro-badge > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--cyan));
  font-weight: 850;
}
.service-intro-badge p {
  margin: 0 !important;
  color: #596273 !important;
  font-size: 13px;
}
.service-intro-badge strong {
  color: var(--navy);
}
.faq-section {
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px solid var(--line);
}
.faq-list {
  display: grid;
  gap: 11px;
  margin-top: 25px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--navy);
  font-weight: 800;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--cyan);
  font-size: 17px;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #5c6574;
  font-size: 14px;
}
.not-found {
  display: grid;
  min-height: 650px;
  place-items: center;
  text-align: center;
  background: #f5f8fb;
}
.not-found span {
  display: block;
  color: var(--cyan);
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}
.not-found h1 {
  max-width: 800px;
  margin: 15px auto;
  color: var(--navy);
  font-size: clamp(40px, 5vw, 66px);
}
.not-found p {
  margin-bottom: 30px;
}
.not-found div div {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 980px) {
  .nav-dropdown {
    display: block;
  }
  .nav-dropdown > a {
    justify-content: space-between;
  }
  .nav-dropdown__menu {
    position: static;
    display: none;
    width: 100%;
    padding: 6px 12px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-dropdown:hover .nav-dropdown__menu,
  .nav-dropdown:focus-within .nav-dropdown__menu {
    display: grid;
  }
  .nav-dropdown__menu a {
    padding: 8px !important;
    border-bottom: 0 !important;
  }
  .cta-ribbon__inner,
  .simple-cta > .container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 45px 0;
  }
  .cta-showcase__shell {
    grid-template-columns: 1fr;
    padding: 55px;
  }
  .generic-page__grid,
  .contact-page__grid,
  .service-detail__grid {
    grid-template-columns: 1fr;
  }
  .side-cta,
  .service-sidebar {
    position: static;
  }
  .service-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .service-sidebar .quote-form {
    margin-top: 0;
  }
  .service-hero {
    min-height: 560px;
  }
}
@media (max-width: 700px) {
  .brand img {
    width: 190px;
    height: 62px;
  }
  .service-card__image {
    height: 190px;
  }
  .cta-ribbon__actions {
    width: 100%;
    flex-direction: column;
  }
  .cta-ribbon__actions .btn {
    width: 100%;
  }
  .cta-showcase {
    padding-bottom: 75px;
  }
  .cta-showcase__shell {
    gap: 35px;
    padding: 40px 25px;
    border-radius: 22px;
  }
  .brand--footer img {
    width: 230px;
    height: 85px;
  }
  .floating-whatsapp {
    left: 14px;
    bottom: 14px;
    padding-right: 11px;
  }
  .floating-whatsapp span {
    display: none;
  }
  .page-hero__inner {
    min-height: 360px;
  }
  .page-hero__inner > div {
    padding: 50px 0;
  }
  .page-hero h1 {
    font-size: 44px;
  }
  .page-hero p {
    font-size: 15px;
  }
  .breadcrumbs {
    margin-bottom: 28px;
  }
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .service-hero {
    min-height: 650px;
  }
  .service-hero h1 {
    font-size: 50px;
  }
  .service-hero__content > div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }
  .service-detail__grid {
    gap: 40px;
  }
  .service-sidebar {
    grid-template-columns: 1fr;
  }
  .simple-cta > .container {
    padding: 0;
  }
  .not-found div div {
    flex-direction: column;
  }
  .not-found .btn {
    width: 100%;
  }
}
