:root {
  --blue: #005f9f;
  --navy: #07234b;
  --yellow: #f4c62f;
  --green: #78b843;
  --teal: #42b9b5;
  --pink: #ee6c98;
  --orange: #f48b48;
  --sky: #eef8ff;
  --cream: #fff8df;
  --soft: #f7fbff;
  --line: #dce7f2;
  --text: #0e2142;
  --muted: #52637d;
  --white: #fff;
  --shadow: 0 14px 40px rgba(5, 34, 71, .08);
  --radius: 18px;
  --container: 1320px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: 'Nunito', Arial, sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden
}

a {
  text-decoration: none;
  color: inherit
}

img,
svg {
  max-width: 100%;
  display: block
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 42px
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220, 231, 242, .75)
}

.nav-wrap {
  height: 84px;
  display: flex;
  align-items: center;
  gap: 26px
}

.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 160px;
  color: var(--navy)
}

.logo-mark {
  position: relative;
  width: 37px;
  height: 37px;
  display: inline-block
}

.logo-mark span {
  position: absolute;
  width: 12px;
  height: 24px;
  border-radius: 18px 18px 2px 18px;
  transform-origin: bottom center
}

.logo-mark span:nth-child(1) {
  background: #2384d5;
  left: 12px;
  top: 0;
  transform: rotate(0deg)
}

.logo-mark span:nth-child(2) {
  background: #f03d75;
  left: 23px;
  top: 10px;
  transform: rotate(72deg)
}

.logo-mark span:nth-child(3) {
  background: #f2c43d;
  left: 13px;
  top: 22px;
  transform: rotate(144deg)
}

.logo-mark span:nth-child(4) {
  background: #76b943;
  left: 1px;
  top: 13px;
  transform: rotate(216deg)
}

.logo-text strong {
  display: block;
  font-size: 27px;
  line-height: .82;
  font-weight: 900;
  letter-spacing: -1px
}

.logo-text strong span {
  font-style: italic;
  color: #6bb32f;
  font-weight: 700
}

.logo-text small {
  display: block;
  color: #2384d5;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 800
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
  font-size: 13px;
  font-weight: 800;
  color: #142849
}

.main-nav a {
  position: relative;
  padding: 32px 0
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--blue)
}

.main-nav a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 3px;
  background: var(--blue);
  border-radius: 8px
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy)
}

.circle-icon.small {
  width: 28px;
  height: 28px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 12px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  padding: 16px 27px;
  font-size: 15px;
  font-weight: 900;
  transition: .25s ease;
  border: 1px solid transparent;
  white-space: nowrap
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow)
}

.btn-blue {
  background: var(--blue);
  color: #fff
}

.btn-yellow {
  background: #b4c417de;
  color: #102041
}

.btn-outline {
  background: #fff;
  color: var(--blue);
  border-color: #8ebde4
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 42px;
  height: 42px;
  padding: 8px;
  margin-left: auto
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: var(--navy);
  margin: 6px 0;
  border-radius: 10px
}

.hero {
  position: relative;
  min-height: 500px;
  background: linear-gradient(90deg, #fff 0%, #fff 54%, #f7fbff 54%, #f7fbff 100%);
  overflow: hidden
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  align-items: center;
  gap: 52px;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  z-index: 2
}

.eyebrow {
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .6px;
  margin: 0 0 22px
}

.hero h1 {
  font-size: 55px;
  line-height: 1.09;
  letter-spacing: -1.4px;
  margin: 0 0 24px;
  font-weight: 900;
  color: var(--navy)
}

.hero h1 span {
  color: var(--blue)
}

.hero h1 mark {
  background: none;
  color: var(--yellow);
  padding: 0
}

.hero-text {
  max-width: 510px;
  color: #2e3e58;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 28px
}

.hero-buttons {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 48px
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  color: #1c385d;
  font-size: 13px;
  font-weight: 900
}

.hero-points span {
  display: flex;
  align-items: center;
  gap: 8px
}

.hero-image-card {
  position: relative;
  height: 420px;
  border-radius: 0 0 0 90px;
  overflow: hidden
}

.image-placeholder {
  background: linear-gradient(135deg, #f7fbff, #fff);
  border: 2px solid #dbe6f2;
  position: relative;
  color: #8a99aa;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  overflow: hidden
}

.image-placeholder:before,
.image-placeholder:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 49.8%, rgba(130, 150, 170, .22) 50%, transparent 50.2%)
}

.image-placeholder:after {
  background: linear-gradient(-45deg, transparent 49.8%, rgba(130, 150, 170, .22) 50%, transparent 50.2%)
}

.image-placeholder svg {
  width: 110px;
  height: auto;
  stroke: #9eadbf;
  stroke-width: 5;
  fill: none;
  position: relative;
  z-index: 1
}

.image-placeholder span {
  position: relative;
  z-index: 1;
  margin-top: 12px
}

.image-placeholder.large {
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 90px
}

.image-placeholder.small {
  height: 115px;
  border-radius: 18px;
  width: 165px
}

.section-curve-bottom:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -70px;
  width: 720px;
  height: 160px;
  background: var(--yellow);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1
}

.section-curve-bottom:before {
  content: "";
  position: absolute;
  right: 250px;
  bottom: -50px;
  width: 520px;
  height: 120px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 2
}

.shape-left {
  position: absolute;
  left: -140px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  background: #dcefff;
  border-radius: 50%
}

.shape-puzzle {
  position: absolute;
  left: 50%;
  top: 72px;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(244, 198, 47, .35);
  border-radius: 10px;
  transform: rotate(-23deg)
}

.shape-yellow {
  position: absolute;
  left: -46px;
  top: -72px;
  width: 155px;
  height: 155px;
  background: rgba(244, 198, 47, .26);
  border-radius: 50%
}

.section-title h2 {
  font-size: 31px;
  line-height: 1.2;
  margin: 0;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: -.4px
}

.section-title.center {
  text-align: center
}

.section-title.center h2:after,
.section-title.left h2:after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: var(--blue);
  border-radius: 8px;
  margin: 12px auto 0
}

.section-title.left h2:after {
  margin-left: 0
}

.help-section {
  padding: 40px 0 20px;
  background: #fff;
  position: relative
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-top: 36px
}

.help-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 34px 18px;
  text-align: center;
  box-shadow: var(--shadow);
  min-height: 164px
}

.help-card h3 {
  font-size: 15px;
  line-height: 1.35;
  margin: 17px 0 0;
  color: var(--navy);
  font-weight: 900
}

.help-card i,
.service-card i,
.test-icons i,
.process-grid i {
  margin: 0 auto;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--blue)
}

.services-section {
  padding: 42px 0 24px
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  margin-top: 24px
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 17px;
  min-height: 230px;
  box-shadow: 0 10px 30px rgba(5, 34, 71, .05)
}

.service-card h3 {
  font-size: 15px;
  line-height: 1.25;
  margin: 16px 0 12px;
  color: var(--navy);
  font-weight: 900
}

.service-card p {
  font-size: 12.5px;
  line-height: 1.65;
  color: #41536f;
  margin: 0 0 18px;
  font-weight: 700
}

.service-card a {
  color: var(--blue);
  font-weight: 900;
  font-size: 13px
}

.center-btn {
  text-align: center;
  margin-top: 24px
}

.feature-banners {
  padding: 26px 0
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.testing-card,
.product-card {
  border-radius: 18px;
  padding: 36px;
  background: #eef8ff;
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 26px;
  align-items: center;
  min-height: 250px;
  overflow: hidden
}

.product-card {
  background: #fff7dc
}

.feature-copy h2 {
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--blue);
  font-weight: 900
}

.feature-copy p {
  font-size: 15px;
  line-height: 1.65;
  color: #30425e;
  font-weight: 700;
  margin: 0 0 22px
}

.test-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.test-icons span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  min-height: 104px;
  padding: 13px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  color: #193154
}

.test-icons i {
  width: 42px;
  height: 42px;
  margin-bottom: 8px
}

.product-placeholder {
  height: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px
}

.bottle {
  position: relative;
  border: 3px solid #b7c4d3;
  background: #eef2f6;
  border-radius: 14px 14px 8px 8px
}

.bottle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -31px;
  width: 55%;
  height: 29px;
  background: #edf2f7;
  border: 3px solid #b7c4d3;
  border-radius: 6px 6px 0 0
}

.bottle span {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 45%;
  height: 28%;
  border: 2px solid #b7c4d3;
  border-radius: 6px
}

.bottle.big {
  width: 82px;
  height: 126px
}

.bottle.mid {
  width: 72px;
  height: 116px
}

.bottle.drop {
  width: 44px;
  height: 140px;
  border-radius: 20px 20px 8px 8px
}

.process-section {
  padding: 36px 0 44px;
  position: relative
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 42px;
  position: relative;
  z-index: 2
}

.process-grid article {
  text-align: center;
  position: relative
}

.process-grid i {
  width: 72px;
  height: 72px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow)
}

.process-grid b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  margin: -10px auto 12px
}

.process-grid article:nth-child(2) b {
  background: #122950
}

.process-grid article:nth-child(3) b {
  background: #0d6e9e
}

.process-grid article:nth-child(4) b {
  background: #e4743d
}

.process-grid article:nth-child(5) b {
  background: #721c68
}

.process-grid h3 {
  font-size: 15px;
  line-height: 1.25;
  margin: 0 0 8px;
  font-weight: 900;
  color: var(--navy)
}

.process-grid p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0 auto;
  color: #475873;
  font-weight: 700;
  max-width: 150px
}

.process-line {
  position: absolute;
  left: 11%;
  right: 11%;
  margin-top: 94px;
  height: 50px;
  border-top: 3px dashed rgba(0, 95, 159, .25);
  border-radius: 50%;
  z-index: 1
}

.reviews-faq {
  padding: 42px 0;
  background: #f4fbff
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px
}

.two-col h2 {
  font-size: 27px;
  margin: 0 0 22px;
  color: var(--navy);
  font-weight: 900
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.review-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(5, 34, 71, .05);
  min-height: 185px
}

.stars {
  color: var(--yellow);
  letter-spacing: 2px;
  margin-bottom: 16px
}

.review-card p {
  font-size: 13px;
  line-height: 1.65;
  color: #3d4f6b;
  font-weight: 700;
  margin: 0 0 18px
}

.review-card strong {
  font-size: 13px;
  color: var(--navy)
}

.dots {
  text-align: center;
  margin-top: 20px
}

.dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #b9d5ef;
  border-radius: 50%;
  margin: 0 4px
}

.dots span:first-child {
  background: var(--blue)
}

.faq-box {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: var(--shadow)
}

details {
  border-bottom: 1px solid var(--line);
  padding: 0
}

summary {
  cursor: pointer;
  list-style: none;
  font-weight: 900;
  color: #243653;
  padding: 16px 0;
  position: relative
}

summary::-webkit-details-marker {
  display: none
}

summary:after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--blue)
}

details[open] summary:after {
  content: "−"
}

details p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  font-weight: 700;
  margin: 0 0 16px
}

.cta-section {
  background: #eff9ff;
  padding: 28px 0;
  position: relative;
  overflow: hidden
}

.cta-section:after {
  content: "";
  position: absolute;
  right: -82px;
  bottom: -92px;
  width: 220px;
  height: 220px;
  background: #d6f1d8;
  border-radius: 50%
}

.cta-grid {
  display: grid;
  grid-template-columns: 190px 1fr auto 360px;
  align-items: center;
  gap: 36px
}

.cta-copy h2 {
  font-size: 34px;
  line-height: 1.08;
  margin: 0 0 12px;
  color: var(--navy);
  font-weight: 900
}

.cta-copy p,
.cta-contact p {
  margin: 0;
  color: #2f415f;
  font-weight: 800;
  line-height: 1.6
}

.cta-contact p {
  font-size: 15px
}

.site-footer {
  background: #003f73;
  color: #fff;
  position: relative;
  overflow: hidden
}

.site-footer:before {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  background: var(--yellow);
  border-radius: 50%
}

.site-footer:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: 160px;
  height: 160px;
  background: rgba(0, 95, 159, .5);
  clip-path: polygon(30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 70%, 0 30%, 30% 30%)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 46px;
  padding-top: 48px;
  padding-bottom: 36px;
  position: relative;
  z-index: 2
}

.logo.light {
  color: #fff
}

.footer-brand p,
.site-footer p {
  color: #d7eaf7;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700
}

.site-footer h3 {
  font-size: 17px;
  color: var(--yellow);
  margin: 0 0 18px;
  font-weight: 900
}

.site-footer a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 11px
}

.socials {
  display: flex;
  gap: 9px
}

.socials a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  display: grid;
  place-items: center;
  font-size: 11px;
  margin: 0
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  z-index: 2
}

.footer-bottom p {
  margin: 0
}

i svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

[data-icon="brain"] {
  background: #fff8df !important;
  color: #eeb620 !important
}

[data-icon="hand"],
[data-icon="leaf"] {
  background: #eef9ec !important;
  color: #50a363 !important
}

[data-icon="gut"],
[data-icon="bottle"] {
  background: #fff2e9 !important;
  color: #e76f3c !important
}

[data-icon="moon"] {
  background: #f1f0ff !important;
  color: #4b5ac6 !important
}

[data-icon="parent"],
[data-icon="heart"] {
  background: #fff0f5 !important;
  color: #e65d90 !important
}

[data-icon="clipboard"],
[data-icon="test"] {
  background: #eef5ff !important;
  color: #2778d6 !important
}

[data-icon="puzzle"] {
  background: #f3f0ff !important;
  color: #6177c8 !important
}

@media (max-width:1180px) {
  .container {
    padding: 0 28px
  }

  .main-nav {
    display: none
  }

  .menu-toggle {
    display: block
  }

  .header-actions {
    display: none
  }

  .nav-wrap {
    height: 74px
  }

  .main-nav.open {
    display: flex;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 28px;
    border-bottom: 1px solid var(--line);
    gap: 0;
    box-shadow: var(--shadow)
  }

  .main-nav.open a {
    padding: 14px 0
  }

  .hero h1 {
    font-size: 44px
  }

  .hero-grid {
    grid-template-columns: 1fr
  }

  .hero-image-card {
    height: 360px
  }

  .help-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .services-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .feature-grid,
  .two-col {
    grid-template-columns: 1fr
  }

  .cta-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:760px) {
  .container {
    padding: 0 18px
  }

  .hero {
    background: #fff
  }

  .hero-grid {
    gap: 24px;
    padding-top: 34px
  }

  .hero h1 {
    font-size: 36px
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 28px
  }

  .hero-points {
    gap: 15px
  }

  .help-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
  }

  .feature-grid {
    padding: 0 18px
  }

  .testing-card,
  .product-card {
    grid-template-columns: 1fr;
    padding: 24px
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .process-line {
    display: none
  }

  .review-grid {
    grid-template-columns: 1fr
  }

  .cta-grid {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .footer-bottom {
    flex-direction: column
  }

  .section-curve-bottom:after,
  .section-curve-bottom:before {
    display: none
  }

  .hero-image-card,
  .image-placeholder.large {
    border-radius: 22px;
    height: 280px
  }

  .logo {
    min-width: auto
  }

  .logo-text strong {
    font-size: 23px
  }

  .logo-text small {
    font-size: 10px
  }
}

/* Requested design refinements */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(180%) blur(12px);
}

.nav-wrap {
  gap: 26px;
}

.logo {
  min-width: 150px;
  flex: 0 0 auto;
}

.main-nav {
  flex: 1;
  justify-content: center;
  gap: 24px;
}

.main-nav a {
  white-space: nowrap;
  line-height: 1;
  font-size: 13.5px;
}

.header-actions {
  flex: 0 0 auto;
}

.header-actions .btn {
  min-width: 188px;
}

.phone-link {
  white-space: nowrap;
}

.hero,
.help-section,
.services-section,
.feature-banners,
.process-section,
.testimonials-section,
.faq-section,
.cta-section {
  scroll-margin-top: 96px;
}

.help-section {
  padding: 72px 0 46px;
}

.services-section {
  padding: 76px 0 64px;
}

.feature-banners {
  padding: 64px 0;
}

.process-section {
  padding: 76px 0 92px;
}

.hero h1,
.section-title h2,
.service-card h3,
.feature-copy h2,
.process-grid h3,
.cta-copy h2,
.faq-intro h2,
.site-footer h2 {
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.help-card h3 br,
.feature-copy h2 br,
.cta-copy h2 br {
  display: none;
}

.help-card h3 {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.service-card {
  min-height: 270px;
  padding: 30px 28px 28px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  box-shadow: 0 18px 45px rgba(5, 34, 71, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--yellow), #e65d90);
  opacity: .9;
}

.service-card:after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  background: #eef6ff;
  border-radius: 50%;
  z-index: 0;
}

.service-card>* {
  position: relative;
  z-index: 1;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 65px rgba(5, 34, 71, .12);
  border-color: #bfd9ed;
}

.service-card i {
  margin: 0 0 22px;
  width: 64px;
  height: 64px;
}

.service-card h3 {
  font-size: 22px;
  line-height: 1.18;
  min-height: 52px;
  margin: 0 0 12px;
  max-width: 260px;
}

.service-card p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 24px;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
}

.center-btn {
  margin-top: 38px;
}

.testimonials-section {
  padding: 92px 0 88px;
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-section:before {
  content: "";
  position: absolute;
  left: -90px;
  top: 80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #dff0ff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 44px;
  position: relative;
  z-index: 2;
}

.featured-review {
  min-height: 260px;
  border-radius: 24px;
  padding: 34px;
  position: relative;
}

.quote-mark {
  position: absolute;
  top: 16px;
  right: 28px;
  font-size: 62px;
  line-height: 1;
  color: #d9ecfb;
  font-weight: 900;
}

.featured-review p {
  font-size: 16px;
  line-height: 1.7;
}

.faq-section {
  padding: 96px 0;
  background: #eef8ff;
}

.faq-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  font-size: 44px;
  line-height: 1.08;
  margin: 0 0 18px;
  color: var(--navy);
  font-weight: 900;
  max-width: 430px;
}

.faq-intro p:not(.eyebrow) {
  color: #30425e;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
  max-width: 430px;
  margin: 0 0 30px;
}

.faq-box {
  border-radius: 28px;
  padding: 34px 42px;
  box-shadow: 0 22px 60px rgba(5, 34, 71, .08);
}

.faq-box h2 {
  display: none;
}

summary {
  font-size: 17px;
  padding: 22px 0;
}

details p {
  font-size: 15px;
}

.cta-section {
  padding: 68px 0;
  background: linear-gradient(90deg, #eff9ff 0%, #f8fcff 100%);
}

.cta-grid {
  grid-template-columns: 210px 1.2fr auto 390px;
}

.site-footer {
  min-height: 80vh;
  background: radial-gradient(circle at 85% 78%, rgba(244, 198, 47, .95) 0 120px, transparent 122px), linear-gradient(135deg, #00365f 0%, #004c82 45%, #002f56 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 32px;
}

.site-footer:before {
  width: 520px;
  height: 520px;
  right: -220px;
  bottom: -250px;
  background: rgba(244, 198, 47, .95);
}

.site-footer:after {
  right: 60px;
  top: 90px;
  width: 220px;
  height: 220px;
  opacity: .34;
}

.footer-grid {
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1.35fr;
  gap: 64px;
  padding-top: 40px;
  padding-bottom: 76px;
}

.no-logo-footer .footer-kicker {
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 16px;
}

.site-footer h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.04;
  margin: 0 0 22px;
  max-width: 520px;
  font-weight: 900;
}

.footer-brand p:not(.footer-kicker) {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.footer-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  padding: 15px 22px;
  background: #fff;
  color: #004c82 !important;
  border-radius: 999px;
  font-weight: 900 !important;
  margin: 0 0 28px !important;
}

.site-footer h3 {
  font-size: 19px;
  margin-top: 34px;
}

.site-footer a,
.site-footer p {
  font-size: 15px;
}

.footer-bottom {
  padding-top: 24px;
  padding-bottom: 0;
}

@media (max-width:1300px) {
  .container {
    max-width: 1160px;
  }

  .main-nav {
    gap: 16px;
  }

  .main-nav a {
    font-size: 12.5px;
  }

  .header-actions .btn {
    min-width: 160px;
  }

  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:1180px) {
  .main-nav {
    display: none;
  }

  .main-nav.open {
    display: flex;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 28px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.open a {
    padding: 14px 0;
    line-height: 1.2;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .faq-intro {
    position: static;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .site-footer h2 {
    font-size: 40px;
  }
}

@media (max-width:760px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-card h3 {
    min-height: auto;
    font-size: 21px;
  }

  .faq-section,
  .testimonials-section {
    padding: 64px 0;
  }

  .faq-box {
    padding: 24px;
  }

  .faq-intro h2 {
    font-size: 34px;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    min-height: auto;
    padding: 64px 0 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer h2 {
    font-size: 34px;
  }
}

/* Footer alignment polish */
.site-footer {
  min-height: 80vh;
  padding: 88px 0 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.25fr .86fr .98fr .9fr 1.2fr;
  align-items: start;
  gap: 48px;
  padding-top: 0;
  padding-bottom: 72px;
}

.footer-brand,
.footer-grid>div {
  align-self: start;
}

.no-logo-footer .footer-kicker {
  margin: 0 0 18px;
  line-height: 1;
}

.site-footer h2 {
  font-size: 36px;
  line-height: 1.16;
  max-width: 390px;
  margin: 0 0 22px;
  letter-spacing: .1px;
}

.footer-brand p:not(.footer-kicker) {
  max-width: 360px;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 26px;
}

.footer-cta {
  margin: 0 0 26px !important;
}

.site-footer h3 {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.15;
}

.site-footer a,
.site-footer p {
  line-height: 1.55;
  margin-bottom: 12px;
}

.site-footer p {
  margin-top: 0;
}

.footer-grid>div:not(.footer-brand) {
  padding-top: 44px;
}

.footer-grid>div:not(.footer-brand) a {
  max-width: 210px;
}

.footer-grid>div:last-child p {
  max-width: 300px;
}

.socials {
  margin-top: 6px;
}

.footer-bottom {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 34px;
  padding-top: 26px;
}

.footer-bottom p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.site-footer:after {
  top: 96px;
  right: 84px;
}

.site-footer:before {
  right: -230px;
  bottom: -275px;
}

@media (max-width:1180px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px 52px;
  }

  .footer-grid>div:not(.footer-brand) {
    padding-top: 0;
  }

  .site-footer h2 {
    font-size: 34px;
  }
}

@media (max-width:760px) {
  .site-footer {
    min-height: auto;
    padding: 70px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 44px;
  }

  .footer-grid>div:not(.footer-brand) {
    padding-top: 0;
  }

  .site-footer h2 {
    font-size: 31px;
    max-width: 100%;
  }

  .footer-brand p:not(.footer-kicker),
  .footer-grid>div:last-child p {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

/* Footer V2, aligned unique footer only */
.footer-v2 {
  min-height: 80vh;
  padding: 72px 0 28px;
  background:
    radial-gradient(circle at 88% 78%, rgba(244, 198, 47, .95) 0 125px, transparent 126px),
    radial-gradient(circle at 99% 98%, rgba(244, 198, 47, .75) 0 190px, transparent 191px),
    linear-gradient(135deg, #00375f 0%, #004b82 48%, #002f55 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.footer-v2:before {
  content: "";
  position: absolute;
  top: 86px;
  right: 8%;
  width: 250px;
  height: 250px;
  opacity: .25;
  background: rgba(255, 255, 255, .16);
  clip-path: polygon(34% 0, 66% 0, 66% 34%, 100% 34%, 100% 66%, 66% 66%, 66% 100%, 34% 100%, 34% 66%, 0 66%, 0 34%, 34% 34%);
}

.footer-v2:after {
  content: "";
  position: absolute;
  left: -120px;
  top: -100px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.footer-shell {
  width: 100%;
  position: relative;
  z-index: 2;
}

.footer-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 0 46px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}

.footer-ribbon span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #dceefa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2px;
  background: rgba(255, 255, 255, .04);
  text-align: center;
}

.footer-main-v2 {
  display: grid;
  grid-template-columns: .92fr 1.45fr;
  gap: 64px;
  align-items: start;
}

.footer-story {
  padding: 4px 0 0;
}

.footer-story .footer-kicker {
  margin: 0 0 16px;
  color: #f4c62f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-story h2 {
  margin: 0 0 22px;
  max-width: 520px;
  color: #fff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: .1px;
}

.footer-story p:not(.footer-kicker) {
  max-width: 460px;
  margin: 0 0 30px;
  color: #d8ebf7;
  font-size: 15.5px;
  line-height: 1.85;
  font-weight: 700;
}

.footer-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-cta.primary,
.footer-cta.secondary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  margin: 0 !important;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1;
}

.footer-cta.primary {
  background: #fff;
  color: #004b82 !important;
}

.footer-cta.secondary {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
}

.footer-links-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

.footer-card {
  min-height: 290px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

.footer-card h3 {
  margin: 0 0 22px;
  color: #f4c62f;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.footer-card a,
.footer-card p {
  display: block;
  margin: 0 0 13px;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 750;
}

.footer-card a:last-child,
.footer-card p:last-child {
  margin-bottom: 0;
}

.contact-card p {
  color: #d8ebf7;
}

.footer-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 54px 0 0;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}

.footer-contact-strip div {
  padding: 20px 24px;
  background: rgba(255, 255, 255, .045);
}

.footer-contact-strip small {
  display: block;
  margin: 0 0 7px;
  color: #f4c62f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-contact-strip strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.footer-bottom-v2 {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.footer-bottom-v2 p {
  margin: 0;
  color: #d8ebf7;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 750;
}

@media (max-width:1180px) {
  .footer-v2 {
    min-height: auto;
    padding: 72px 0 30px;
  }

  .footer-main-v2 {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-links-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-story h2 {
    font-size: 38px;
    max-width: 720px;
  }

  .footer-story p:not(.footer-kicker) {
    max-width: 720px;
  }
}

@media (max-width:760px) {
  .footer-v2 {
    padding: 58px 0 26px;
  }

  .footer-ribbon {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 34px;
  }

  .footer-main-v2 {
    gap: 34px;
  }

  .footer-story h2 {
    font-size: 32px;
  }

  .footer-actions {
    align-items: stretch;
  }

  .footer-cta.primary,
  .footer-cta.secondary {
    width: 100%;
  }

  .footer-links-board {
    grid-template-columns: 1fr;
  }

  .footer-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .footer-contact-strip {
    grid-template-columns: 1fr;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* Footer V3, premium aligned footer only */
.footer-v3 {
  min-height: 80vh;
  padding: 76px 0 32px;
  background: linear-gradient(135deg, #00375f 0%, #004a80 46%, #002f55 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.footer-v3:before,
.footer-v3:after {
  display: none !important;
}

.footer-v3-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.footer-v3-bg .soft-ring {
  position: absolute;
  left: -110px;
  top: -130px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.footer-v3-bg .plus-mark {
  position: absolute;
  right: 84px;
  top: 98px;
  width: 210px;
  height: 210px;
  background: rgba(255, 255, 255, .08);
  clip-path: polygon(35% 0, 65% 0, 65% 35%, 100% 35%, 100% 65%, 65% 65%, 65% 100%, 35% 100%, 35% 65%, 0 65%, 0 35%, 35% 35%);
}

.footer-v3-bg .yellow-orb {
  position: absolute;
  border-radius: 50%;
  background: rgba(244, 198, 47, .92);
}

.footer-v3-bg .yellow-orb.one {
  right: 84px;
  bottom: 80px;
  width: 220px;
  height: 220px;
}

.footer-v3-bg .yellow-orb.two {
  right: -110px;
  bottom: -105px;
  width: 300px;
  height: 300px;
  background: rgba(244, 198, 47, .72);
}

.footer-v3-shell {
  position: relative;
  z-index: 2;
  width: 100%;
}

.footer-v3-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 380px;
  gap: 64px;
  align-items: end;
  margin-bottom: 42px;
}

.footer-v3-intro {
  max-width: 680px;
}

.footer-v3-intro .footer-eyebrow {
  margin: 0 0 14px;
  color: #f4c62f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
}

.footer-v3-intro h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: .1px;
  max-width: 640px;
}

.footer-v3-intro p:not(.footer-eyebrow) {
  margin: 0;
  color: #dceefa;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  max-width: 620px;
}

.footer-v3-cta-card {
  min-height: 154px;
  padding: 28px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
}

.footer-v3-cta-card span {
  display: block;
  max-width: 260px;
  color: #dceefa;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
}

.footer-v3-cta-card a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 48px;
  padding: 0 22px;
  margin: 0 !important;
  background: #fff;
  color: #004b82 !important;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1;
  gap: 10px;
}

.footer-v3-service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .07);
  margin-bottom: 42px;
}

.footer-v3-service-strip div {
  min-height: 86px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.footer-v3-service-strip div:last-child {
  border-right: 0;
}

.footer-v3-service-strip small {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(244, 198, 47, .14);
  color: #f4c62f;
  font-size: 12px;
  font-weight: 900;
}

.footer-v3-service-strip strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
}

.footer-v3-grid {
  display: grid;
  grid-template-columns: 1.22fr repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 40px;
}

.footer-v3-contact-panel,
.footer-v3-col {
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 30px 30px;
  min-height: 244px;
}

.footer-v3-contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-v3-contact-panel .panel-label,
.footer-v3-col h3 {
  margin: 0 0 22px;
  color: #f4c62f;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .2px;
}

.footer-v3-contact-panel a,
.footer-v3-contact-panel p,
.footer-v3-col a {
  display: block;
  margin: 0 0 13px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 750;
}

.footer-v3-contact-panel p:not(.panel-label) {
  max-width: 330px;
  color: #dceefa;
}

.footer-v3-col a:last-child,
.footer-v3-contact-panel p:last-child {
  margin-bottom: 0;
}

.footer-v3-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 22px;
}

.footer-v3-bottom p {
  margin: 0;
  color: #dceefa;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 750;
}

@media (max-width:1180px) {
  .footer-v3 {
    min-height: auto;
    padding: 72px 0 30px;
  }

  .footer-v3-top {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
  }

  .footer-v3-cta-card {
    max-width: 520px;
  }

  .footer-v3-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-v3-service-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-v3-service-strip div:nth-child(2) {
    border-right: 0;
  }

  .footer-v3-service-strip div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width:760px) {
  .footer-v3 {
    padding: 58px 0 26px;
  }

  .footer-v3-intro h2 {
    font-size: 34px;
  }

  .footer-v3-service-strip,
  .footer-v3-grid {
    grid-template-columns: 1fr;
  }

  .footer-v3-service-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .footer-v3-service-strip div:last-child {
    border-bottom: 0;
  }

  .footer-v3-contact-panel,
  .footer-v3-col {
    min-height: auto;
    padding: 24px 22px;
  }

  .footer-v3-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* Footer V4, open aligned layout without boxes */
.footer-v3 {
  min-height: 80vh;
  padding: 84px 0 34px;
  background: radial-gradient(circle at 92% 82%, rgba(244, 198, 47, .42) 0 12%, transparent 13% 100%), linear-gradient(135deg, #00365d 0%, #004c82 48%, #00345d 100%);
  align-items: center;
}

.footer-v3-bg .plus-mark {
  opacity: .55;
  right: 70px;
  top: 112px;
}

.footer-v3-bg .yellow-orb.one {
  right: 82px;
  bottom: 52px;
  width: 210px;
  height: 210px;
  opacity: .9;
}

.footer-v3-bg .yellow-orb.two {
  right: -112px;
  bottom: -112px;
  width: 320px;
  height: 320px;
  opacity: .75;
}

.footer-v3-top {
  grid-template-columns: minmax(0, 680px) minmax(260px, 360px);
  gap: 90px;
  align-items: center;
  margin-bottom: 54px;
}

.footer-v3-intro h2 {
  font-size: 42px;
  line-height: 1.12;
  max-width: 650px;
}

.footer-v3-intro p:not(.footer-eyebrow) {
  max-width: 660px;
}

.footer-v3-cta-card {
  min-height: auto;
  padding: 0 0 0 34px;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-left: 1px solid rgba(255, 255, 255, .24);
  justify-content: center;
  gap: 18px;
}

.footer-v3-cta-card span {
  max-width: 320px;
  color: #fff;
}

.footer-v3-service-strip {
  border: 0;
  background: transparent;
  margin: 0 0 58px;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.footer-v3-service-strip div {
  min-height: 84px;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  background: transparent;
}

.footer-v3-grid {
  grid-template-columns: 1.18fr 1fr 1.15fr 1fr;
  gap: 58px;
  align-items: start;
  margin-bottom: 58px;
}

.footer-v3-contact-panel,
.footer-v3-col {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.footer-v3-contact-panel .panel-label,
.footer-v3-col h3 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: #f4c62f;
}

.footer-v3-contact-panel a,
.footer-v3-contact-panel p,
.footer-v3-col a {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 11px;
}

.footer-v3-bottom {
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width:1180px) {
  .footer-v3-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-v3-cta-card {
    padding-left: 0;
    border-left: 0;
  }

  .footer-v3-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 56px;
  }
}

@media (max-width:760px) {
  .footer-v3 {
    min-height: auto;
    padding: 64px 0 28px;
  }

  .footer-v3-intro h2 {
    font-size: 32px;
  }

  .footer-v3-service-strip {
    grid-template-columns: 1fr;
  }

  .footer-v3-service-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 20px 0;
  }

  .footer-v3-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* Image replacements */
.hero-photo,
.product-photo,
.cta-photo {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 90px;
  box-shadow: 0 20px 60px rgba(7, 34, 67, .12);
}

.product-photo-wrap {
  height: 190px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.product-photo {
  width: 100%;
  max-width: 290px;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .10));
}

.cta-image-card {
  width: 180px;
  height: 140px;
  border-radius: 24px;
  overflow: hidden;
  background: #f5fbff;
  box-shadow: 0 14px 32px rgba(7, 34, 67, .08);
}

.cta-photo {
  object-fit: cover;
}

/* Footer cleanup requested */
.footer-v3 {
  min-height: 72vh;
}

.footer-v3-cta-card,
.footer-v3-service-strip,
.footer-v3-contact-panel,
.footer-v3-col,
.footer-v3-bottom {
  border: 0 !important;
  box-shadow: none !important;
}

.footer-v3-cta-card,
.footer-v3-contact-panel,
.footer-v3-col {
  background: transparent !important;
}

.footer-v3-top {
  align-items: start;
  margin-bottom: 34px;
}

.footer-v3-cta-card {
  min-height: auto;
  padding: 8px 0 0;
  gap: 16px;
}

.footer-v3-cta-card span {
  max-width: 300px;
  font-size: 15px;
  line-height: 1.7;
  color: #d7ebf8;
}

.footer-v3-service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  margin-bottom: 44px;
  background: transparent !important;
}

.footer-v3-service-strip div {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  flex: 0 0 auto;
}

.footer-v3-grid {
  gap: 52px;
  margin-bottom: 48px;
}

.footer-v3-contact-panel,
.footer-v3-col {
  padding: 0 !important;
  min-height: auto !important;
}

.footer-v3-contact-panel .panel-label,
.footer-v3-col h3 {
  margin-bottom: 20px;
}

.footer-v3-contact-panel a,
.footer-v3-contact-panel p,
.footer-v3-col a {
  margin-bottom: 12px;
  color: #fff;
}

.footer-v3-contact-panel p:not(.panel-label) {
  color: #d7ebf8;
}

.footer-v3-bottom {
  padding-top: 0 !important;
}

@media (max-width:1180px) {
  .product-photo-wrap {
    height: 220px;
  }

  .footer-v3-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 44px;
  }
}

@media (max-width:760px) {
  .hero-photo {
    border-radius: 22px;
  }

  .cta-image-card {
    width: 100%;
    max-width: 220px;
    height: 150px;
  }

  .product-photo-wrap {
    height: 180px;
  }

  .footer-v3-service-strip {
    gap: 20px;
  }

  .footer-v3-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Header and Footer update, same design system */
.header-v2 {
  background: rgba(255, 255, 255, .96);
}

.header-topline {
  background: #005f9f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.header-topline-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topline-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topline-links a {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.header-v2-main {
  height: 82px;
}

.header-v2 .main-nav {
  gap: 20px;
}

.header-v2 .main-nav a {
  font-size: 13px;
}

.btn-soft-whatsapp {
  background: #e9f8ef;
  color: #0b8a43;
  border: 1px solid #c8efd8;
  min-height: 46px;
  box-shadow: none;
}

.btn-soft-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(11, 138, 67, .12);
}

.mobile-nav-actions {
  display: none;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.cta-contact a {
  color: inherit;
  font-weight: 900;
}

.footer-v4 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #003f70 0%, #006aa8 58%, #0078ad 100%);
  padding: 88px 0 28px;
  color: #fff;
}

.footer-v4:before,
.footer-v4:after {
  display: none !important;
}

.footer-v4-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.footer-pulse {
  position: absolute;
  border-radius: 999px;
  background: rgba(244, 198, 47, .16);
}

.footer-pulse.one {
  width: 360px;
  height: 360px;
  right: -130px;
  top: -130px;
}

.footer-pulse.two {
  width: 240px;
  height: 240px;
  left: -90px;
  bottom: 80px;
  background: rgba(255, 255, 255, .08);
}

.footer-cross {
  position: absolute;
  right: 110px;
  bottom: 94px;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, .08);
  clip-path: polygon(36% 0, 64% 0, 64% 36%, 100% 36%, 100% 64%, 64% 64%, 64% 100%, 36% 100%, 36% 64%, 0 64%, 0 36%, 36% 36%);
}

.footer-v4-shell {
  position: relative;
  z-index: 2;
}

.footer-v4-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
}

.footer-v4-hero h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 43px;
  line-height: 1.08;
  font-weight: 900;
  max-width: 690px;
}

.footer-v4-hero p:not(.footer-eyebrow) {
  margin: 0;
  color: #dceefa;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 750;
  max-width: 690px;
}

.footer-v4-actions {
  display: grid;
  gap: 14px;
}

.footer-main-action,
.footer-phone-action,
.footer-mini-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  margin: 0 !important;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1;
  color: #003f70 !important;
  background: #fff;
}

.footer-phone-action {
  background: rgba(255, 255, 255, .1);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .2);
}

.footer-v4-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .075);
  margin-bottom: 34px;
}

.footer-v4-strip div {
  min-height: 84px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.footer-v4-strip div:last-child {
  border-right: 0;
}

.footer-v4-strip small {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(244, 198, 47, .18);
  color: #f4c62f;
  font-size: 12px;
  font-weight: 900;
  flex: 0 0 auto;
}

.footer-v4-strip strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
}

.footer-v4-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 34px;
}

.footer-v4-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  padding: 28px;
  min-height: 250px;
}

.footer-v4-card h3 {
  margin: 0 0 20px;
  color: #f4c62f;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.footer-v4-card a,
.footer-v4-card p {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 750;
}

.footer-v4-card p {
  color: #dceefa;
}

.footer-v4-contact p {
  max-width: 340px;
}

.footer-mini-cta {
  display: inline-flex !important;
  width: max-content;
  margin-top: 8px !important;
  min-height: 46px;
  padding: 0 20px;
  color: #004b82 !important;
}

.footer-v4-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 20px;
}

.footer-v4-bottom p {
  margin: 0;
  color: #dceefa;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 750;
}

@media (max-width:1180px) {
  .header-topline {
    display: none;
  }

  .header-v2-main {
    height: 74px;
  }

  .header-v2 .main-nav.open {
    top: 74px;
  }

  .mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    padding-top: 14px;
    margin-top: 8px;
    border-top: 1px solid var(--line);
  }

  .mobile-contact,
  .mobile-whatsapp {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 14px !important;
    border-radius: 999px;
    background: #eef7ff;
    color: #005f9f !important;
    font-weight: 900 !important;
  }

  .mobile-whatsapp {
    background: #e9f8ef;
    color: #0b8a43 !important;
  }

  .footer-v4-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .footer-v4-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
  }

  .footer-v4-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-v4-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-v4-strip div:nth-child(2) {
    border-right: 0;
  }

  .footer-v4-strip div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width:760px) {
  .footer-v4 {
    padding: 58px 0 26px;
  }

  .footer-v4-hero h2 {
    font-size: 32px;
  }

  .footer-v4-actions,
  .footer-v4-strip,
  .footer-v4-grid {
    grid-template-columns: 1fr;
  }

  .footer-v4-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .footer-v4-strip div:last-child {
    border-bottom: 0;
  }

  .footer-v4-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .footer-v4-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .mobile-nav-actions {
    grid-template-columns: 1fr;
  }
}


/* Requested cleanup: remove transparent footer boxes and header WhatsApp button space */
.header-v2-actions {
  gap: 14px;
}

.footer-v4-strip {
  background: transparent !important;
  border: 0 !important;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .16) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
}

.footer-v4-strip div {
  background: transparent !important;
}

.footer-v4-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 28px 0 !important;
}

.footer-v4-grid {
  gap: 46px !important;
}

.footer-v4-note .footer-mini-cta {
  margin-top: 10px !important;
}

@media (max-width:1180px) {
  .mobile-nav-actions {
    grid-template-columns: 1fr;
  }

  .footer-v4-grid {
    gap: 34px 44px !important;
  }
}

@media (max-width:760px) {
  .footer-v4-card {
    padding: 16px 0 !important;
  }

  .footer-v4-grid {
    gap: 24px !important;
  }
}

/* Hero improvement, keeps existing design system */
.hero-v5 {
  min-height: 680px;
  background:
    radial-gradient(circle at 92% 8%, rgba(244, 198, 47, .18) 0 150px, transparent 151px),
    radial-gradient(circle at 6% 90%, rgba(117, 188, 65, .14) 0 150px, transparent 151px),
    linear-gradient(135deg, #eef8ff 0%, #ffffff 42%, #f8fcff 100%);
}

.hero-v5-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  gap: 70px;
  padding-top: 74px;
  padding-bottom: 82px;
}

.hero-v5-copy {
  max-width: 650px;
}

.hero-v5-eyebrow {
  margin-bottom: 14px;
  color: #005f9f;
  letter-spacing: 1.2px;
}

.hero-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff8df;
  color: #153352;
  border: 1px solid rgba(244, 198, 47, .55);
  box-shadow: 0 14px 34px rgba(5, 34, 71, .07);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 22px;
}

.hero-offer-badge:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f4c62f;
  box-shadow: 0 0 0 6px rgba(244, 198, 47, .18);
  flex: 0 0 auto;
}

.hero-v5 h1 {
  max-width: 680px;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -1.8px;
  margin-bottom: 24px;
}

.hero-v5 .hero-text {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 30px;
}

.hero-v5-buttons {
  gap: 16px;
  margin-bottom: 18px;
}

.btn-white {
  background: #fff;
  color: #0d3154;
  box-shadow: 0 12px 28px rgba(5, 34, 71, .08);
  border: 1px solid #d7e8f5;
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(5, 34, 71, .12);
}

.hero-primary-cta,
.hero-whatsapp-cta {
  min-width: 210px;
  justify-content: center;
}

.hero-contact-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 34px;
  color: #334967;
  font-size: 15px;
  font-weight: 800;
}

.hero-contact-line a {
  color: #005f9f;
  font-weight: 900;
}

.hero-v5-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
}

.hero-v5-points span {
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dcecf7;
  box-shadow: 0 12px 28px rgba(5, 34, 71, .05);
}

.hero-v5-points i {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.hero-visual-wrap {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
}

.hero-v5-image-card {
  width: 100%;
  height: 500px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(5, 34, 71, .17);
  border: 10px solid #fff;
  background: #fff;
}

.hero-v5-photo {
  border-radius: 26px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.04) saturate(1.04);
  box-shadow: none;
}

.hero-floating-card {
  position: absolute;
  background: #fff;
  border: 1px solid #dbeaf5;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(5, 34, 71, .14);
  padding: 16px 18px;
  min-width: 230px;
}

.hero-floating-card strong,
.hero-floating-card span {
  display: block;
}

.hero-floating-card strong {
  color: #0d3154;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 5px;
}

.hero-floating-card span {
  color: #50647f;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}

.hero-floating-top {
  top: 36px;
  right: -18px;
}

.hero-floating-bottom {
  left: -28px;
  bottom: 36px;
}

.hero-floating-top:before,
.hero-floating-bottom:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  left: 16px;
  top: -18px;
  background: #75bc41;
  border: 6px solid #fff;
}

.hero-floating-bottom:before {
  background: #f4c62f;
}

@media (max-width:1180px) {
  .hero-v5-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .hero-v5 h1 {
    font-size: 52px;
  }

  .hero-visual-wrap {
    min-height: 420px;
  }

  .hero-v5-image-card {
    height: 420px;
  }

  .hero-floating-top {
    right: 18px;
  }

  .hero-floating-bottom {
    left: 18px;
  }
}

@media (max-width:760px) {
  .hero-v5 {
    min-height: auto;
  }

  .hero-v5-grid {
    padding-top: 38px;
    padding-bottom: 48px;
    gap: 30px;
  }

  .hero-offer-badge {
    border-radius: 18px;
    font-size: 13px;
    padding: 11px 14px;
  }

  .hero-v5 h1 {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -.8px;
  }

  .hero-v5 .hero-text {
    font-size: 16px;
  }

  .hero-v5-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-primary-cta,
  .hero-whatsapp-cta {
    width: 100%;
  }

  .hero-v5-points {
    grid-template-columns: 1fr;
  }

  .hero-visual-wrap {
    min-height: auto;
    display: block;
  }

  .hero-v5-image-card {
    height: 310px;
    border-radius: 24px;
    border-width: 7px;
  }

  .hero-v5-photo {
    border-radius: 18px;
    object-position: center;
  }

  .hero-floating-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-width: 0;
    margin-top: 14px;
  }

  .hero-floating-card:before {
    display: none;
  }
}

/* Clean hero revision */
.hero-v5 {
  min-height: 640px !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #f7fbff 50%, #f7fbff 100%) !important;
}

.hero-v5-grid {
  grid-template-columns: minmax(430px, .88fr) minmax(560px, 1.12fr) !important;
  gap: 62px !important;
  align-items: center !important;
  padding-top: 72px !important;
  padding-bottom: 74px !important;
}

.hero-v5-copy {
  max-width: 560px !important;
}

.hero-v5-eyebrow {
  margin-bottom: 16px !important;
  color: #006fa2 !important;
  letter-spacing: 1.7px !important;
  font-size: 12px !important;
}

.hero-offer-badge {
  margin: 0 0 22px !important;
  padding: 10px 16px !important;
  box-shadow: none !important;
  background: #fff7dc !important;
  border: 1px solid rgba(244, 198, 47, .55) !important;
  font-size: 13px !important;
}

.hero-v5 h1 {
  max-width: 560px !important;
  font-size: 58px !important;
  line-height: 1.06 !important;
  letter-spacing: -1.3px !important;
  margin-bottom: 20px !important;
}

.hero-v5 .hero-text {
  max-width: 500px !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  margin-bottom: 30px !important;
}

.hero-v5-buttons {
  margin-bottom: 0 !important;
  gap: 14px !important;
}

.hero-primary-cta,
.hero-phone-cta {
  min-width: 210px !important;
  justify-content: center !important;
}

.hero-visual-wrap {
  min-height: 520px !important;
  display: flex !important;
  align-items: center !important;
}

.hero-v5-image-card {
  width: 100% !important;
  height: 520px !important;
  border-radius: 28px !important;
  border: 0 !important;
  box-shadow: 0 24px 70px rgba(5, 34, 71, .14) !important;
  overflow: hidden !important;
  background: #eef6fb !important;
}

.hero-v5-photo {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  box-shadow: none !important;
  display: block !important;
}

.hero-contact-line,
.hero-v5-points,
.hero-floating-card {
  display: none !important;
}

.hero-v5 .shape-puzzle {
  opacity: .18 !important;
}

.hero-v5 .shape-left,
.hero-v5 .shape-yellow {
  opacity: .35 !important;
}

@media (max-width:1180px) {
  .hero-v5-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    padding-top: 56px !important;
    padding-bottom: 60px !important;
  }

  .hero-v5 h1 {
    font-size: 50px !important;
  }

  .hero-visual-wrap {
    min-height: 440px !important;
  }

  .hero-v5-image-card {
    height: 440px !important;
  }
}

@media (max-width:760px) {
  .hero-v5 {
    background: #fff !important;
  }

  .hero-v5-grid {
    padding-top: 36px !important;
    padding-bottom: 46px !important;
    gap: 26px !important;
  }

  .hero-v5 h1 {
    font-size: 39px !important;
    line-height: 1.1 !important;
  }

  .hero-v5 .hero-text {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .hero-v5-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .hero-primary-cta,
  .hero-phone-cta {
    width: 100% !important;
  }

  .hero-visual-wrap {
    min-height: auto !important;
  }

  .hero-v5-image-card {
    height: 330px !important;
    border-radius: 22px !important;
  }
}


/* Hero refinement, stronger right image coverage */
.hero-v5 {
  min-height: 680px !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 47.5%, #f5faff 47.5%, #f5faff 100%) !important;
}

.hero-v5-grid {
  grid-template-columns: minmax(430px, .86fr) minmax(620px, 1.14fr) !important;
  gap: 34px !important;
  align-items: stretch !important;
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.hero-v5-copy {
  max-width: 540px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 18px 0 !important;
}

.hero-v5-eyebrow {
  margin-bottom: 14px !important;
}

.hero-offer-badge {
  display: inline-flex !important;
  align-self: flex-start !important;
  margin: 0 0 18px !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: #fff7dc !important;
  border: 1px solid rgba(244, 198, 47, .55) !important;
  color: #17365d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.hero-v5 h1 {
  max-width: 520px !important;
  font-size: 62px !important;
  line-height: 1.02 !important;
  letter-spacing: -1.8px !important;
  margin-bottom: 18px !important;
}

.hero-v5 .hero-text {
  max-width: 480px !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  margin-bottom: 26px !important;
}

.hero-v5-buttons {
  gap: 14px !important;
  margin-bottom: 22px !important;
}

.hero-primary-cta,
.hero-phone-cta {
  min-width: 210px !important;
  min-height: 58px !important;
  justify-content: center !important;
}

.hero-v5-mini-points {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.hero-v5-mini-points span {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid #d8e7f2 !important;
  color: #17365d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.hero-visual-wrap {
  min-height: 568px !important;
  height: 100% !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
}

.hero-v5-image-card {
  width: 100% !important;
  height: 100% !important;
  min-height: 568px !important;
  border-radius: 34px 0 0 34px !important;
  box-shadow: none !important;
  background: #eaf4fb !important;
}

.hero-v5-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.hero-contact-line,
.hero-v5-points,
.hero-floating-card {
  display: none !important;
}

.hero-v5 .shape-left {
  width: 190px !important;
  height: 190px !important;
  left: -86px !important;
  bottom: -74px !important;
  opacity: .42 !important;
}

.hero-v5 .shape-yellow {
  width: 250px !important;
  height: 250px !important;
  right: -94px !important;
  top: -62px !important;
  opacity: .34 !important;
}

.hero-v5 .shape-puzzle {
  opacity: .13 !important;
}

@media (max-width:1180px) {
  .hero-v5-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .hero-v5 h1 {
    font-size: 50px !important;
  }

  .hero-visual-wrap,
  .hero-v5-image-card {
    min-height: 470px !important;
  }

  .hero-v5-image-card {
    border-radius: 28px !important;
  }
}

@media (max-width:760px) {
  .hero-v5 {
    min-height: auto !important;
    background: #fff !important;
  }

  .hero-v5-grid {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
    gap: 22px !important;
  }

  .hero-v5-copy {
    max-width: none !important;
    padding: 0 !important;
  }

  .hero-v5 h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    margin-bottom: 16px !important;
  }

  .hero-v5 .hero-text {
    font-size: 16px !important;
    margin-bottom: 22px !important;
  }

  .hero-v5-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
    margin-bottom: 16px !important;
  }

  .hero-v5-mini-points {
    gap: 10px !important;
  }

  .hero-v5-mini-points span {
    font-size: 12px !important;
    padding: 9px 12px !important;
  }

  .hero-visual-wrap,
  .hero-v5-image-card {
    min-height: 340px !important;
    height: 340px !important;
  }

  .hero-v5-image-card {
    border-radius: 22px !important;
  }
}


/* Unique hero redesign */
.hero-v6 {
  min-height: 700px !important;
  padding: 38px 0 28px !important;
  background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%) !important;
  overflow: hidden !important;
}

.hero-v6 .container {
  position: relative;
  z-index: 2;
}

.hero-v6-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(5, 34, 71, .09);
  min-height: 610px;
}

.hero-v6-copy {
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-v6-eyebrow {
  margin: 0 0 16px !important;
  color: #026fa2 !important;
  letter-spacing: 1.6px !important;
  font-size: 12px !important;
}

.hero-v6-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff7dc;
  border: 1px solid rgba(244, 198, 47, .55);
  color: #17365d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
}

.hero-v6 h1 {
  margin: 0 0 18px;
  max-width: 520px;
  font-size: 62px;
  line-height: 1.03;
  letter-spacing: -1.8px;
  color: var(--navy);
  font-weight: 900;
}

.hero-v6-text {
  max-width: 470px;
  font-size: 18px;
  line-height: 1.72;
  color: #324664;
  margin: 0 0 28px !important;
  font-weight: 700;
}

.hero-v6-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 30px !important;
}

.hero-v6-buttons .btn {
  min-width: 210px;
  min-height: 58px;
  justify-content: center;
}

.hero-secondary-cta {
  border: 1px solid #d4e3ef;
}

.hero-v6-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
}

.hero-v6-highlight {
  padding: 16px 14px;
  border: 1px solid #dfebf4;
  border-radius: 18px;
  background: #f9fcff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 94px;
}

.hero-v6-highlight strong {
  color: #f2bf1c;
  font-size: 14px;
  line-height: 1;
}

.hero-v6-highlight span {
  color: #17365d;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

.hero-v6-visual {
  position: relative;
  min-height: 610px;
  background: linear-gradient(180deg, #dff1ff 0%, #ebf7ff 100%);
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.hero-v6-visual:before {
  content: "";
  position: absolute;
  inset: 26px 26px auto auto;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .42);
  filter: blur(0.5px);
}

.hero-v6-image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-v6-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-v6-floating {
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(14, 41, 74, .12);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.hero-v6-floating strong {
  display: block;
  color: #17365d;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.hero-v6-floating small {
  display: block;
  color: #58708e;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 4px;
}

.hero-v6-floating-top {
  top: 34px;
  left: 34px;
  max-width: 260px;
}

.hero-v6-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #78c942;
  flex: 0 0 18px;
}

.hero-v6-floating-bottom {
  left: 34px;
  bottom: 34px;
  min-width: 270px;
  justify-content: space-between;
}

.hero-v6-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 42px;
  border-radius: 999px;
  background: #f2bf1c;
  color: #082c55;
  font-weight: 900;
}

.hero-v6 .shape-left {
  width: 220px !important;
  height: 220px !important;
  left: -110px !important;
  bottom: 28px !important;
  background: rgba(2, 111, 162, .08) !important;
}

.hero-v6 .shape-yellow {
  width: 260px !important;
  height: 260px !important;
  top: 48px !important;
  right: -120px !important;
  background: rgba(244, 198, 47, .22) !important;
}

.hero-v6 .shape-puzzle {
  top: 88px !important;
  left: 52% !important;
  opacity: .18 !important;
}

@media (max-width:1180px) {
  .hero-v6-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-v6-copy {
    padding: 56px 40px 34px;
  }

  .hero-v6 h1 {
    font-size: 52px;
  }

  .hero-v6-visual {
    min-height: 470px;
  }
}

@media (max-width:760px) {
  .hero-v6 {
    padding: 18px 0 20px !important;
    background: #f8fbff !important;
  }

  .hero-v6-shell {
    border-radius: 22px;
  }

  .hero-v6-copy {
    padding: 34px 22px 28px;
  }

  .hero-v6-badge {
    font-size: 12px;
    padding: 10px 14px;
    margin-bottom: 18px;
  }

  .hero-v6 h1 {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .hero-v6-text {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px !important;
  }

  .hero-v6-buttons {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px !important;
  }

  .hero-v6-buttons .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-v6-highlights {
    grid-template-columns: 1fr;
  }

  .hero-v6-highlight {
    min-height: auto;
  }

  .hero-v6-visual {
    min-height: 340px;
  }

  .hero-v6-floating {
    border-radius: 16px;
    padding: 12px 14px;
  }

  .hero-v6-floating-top {
    top: 16px;
    left: 16px;
    max-width: 220px;
  }

  .hero-v6-floating-bottom {
    left: 16px;
    right: 16px;
    bottom: 16px;
    min-width: 0;
  }

  .hero-v6-call {
    min-width: 68px;
    height: 38px;
  }
}


/* Hero V7, clean split layout */
.hero-v7 {
  position: relative !important;
  min-height: 680px !important;
  overflow: hidden !important;
  background: #f7fbff !important;
  isolation: isolate !important;
}

.hero-v7:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 58% !important;
  background:
    radial-gradient(circle at 8% 14%, rgba(244, 198, 47, .18) 0 92px, transparent 94px),
    radial-gradient(circle at 6% 92%, rgba(2, 111, 162, .10) 0 150px, transparent 152px),
    #ffffff !important;
  z-index: -2 !important;
}

.hero-v7:after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 48% !important;
  width: 140px !important;
  background: #ffffff !important;
  transform: skewX(-9deg) translateX(-50%) !important;
  transform-origin: top !important;
  z-index: -1 !important;
}

.hero-v7-image {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 52.5% !important;
  overflow: hidden !important;
  z-index: -3 !important;
  background: #eaf4fb !important;
}

.hero-v7-image:after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(2, 111, 162, .12) 0%, rgba(2, 111, 162, 0) 38%, rgba(2, 111, 162, 0) 100%) !important;
}

.hero-v7-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.hero-v7-inner {
  min-height: 680px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  z-index: 3 !important;
}

.hero-v7-card {
  width: min(620px, 52vw) !important;
  padding: 56px 0 !important;
}

.hero-v7-eyebrow {
  margin: 0 0 14px !important;
  color: #026fa2 !important;
  letter-spacing: 1.7px !important;
  font-size: 12px !important;
}

.hero-v7-offer {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: #fff7dc !important;
  border: 1px solid rgba(244, 198, 47, .55) !important;
  color: #17365d !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  margin-bottom: 24px !important;
}

.hero-v7 h1 {
  max-width: 580px !important;
  margin: 0 0 20px !important;
  color: #071d3a !important;
  font-size: 64px !important;
  line-height: 1.02 !important;
  letter-spacing: -1.9px !important;
  font-weight: 900 !important;
  text-wrap: balance !important;
}

.hero-v7 p {
  max-width: 500px !important;
  margin: 0 0 30px !important;
  color: #314661 !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  font-weight: 700 !important;
}

.hero-v7-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 28px !important;
}

.hero-v7-actions .btn {
  min-width: 210px !important;
  min-height: 58px !important;
  justify-content: center !important;
}

.hero-v7-services {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.hero-v7-services span {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: #f8fcff !important;
  border: 1px solid #dceaf4 !important;
  color: #17365d !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.hero-v7-note {
  position: absolute !important;
  right: 34px !important;
  bottom: 34px !important;
  z-index: 4 !important;
  width: 300px !important;
  padding: 20px 22px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 22px 55px rgba(5, 34, 71, .18) !important;
}

.hero-v7-note strong {
  display: block !important;
  color: #17365d !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  margin-bottom: 5px !important;
}

.hero-v7-note span {
  display: block !important;
  color: #55708d !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

@media (max-width:1180px) {
  .hero-v7 {
    min-height: auto !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .hero-v7:before,
  .hero-v7:after {
    display: none !important;
  }

  .hero-v7-image {
    position: relative !important;
    width: 100% !important;
    height: 480px !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    order: 2 !important;
    z-index: 1 !important;
  }

  .hero-v7-inner {
    min-height: auto !important;
    padding-top: 58px !important;
    padding-bottom: 38px !important;
  }

  .hero-v7-card {
    width: 100% !important;
    max-width: 680px !important;
    padding: 0 !important;
  }

  .hero-v7 h1 {
    font-size: 52px !important;
  }

  .hero-v7-note {
    right: 28px !important;
    bottom: 28px !important;
  }
}

@media (max-width:760px) {
  .hero-v7-inner {
    padding-top: 36px !important;
    padding-bottom: 30px !important;
  }

  .hero-v7-offer {
    font-size: 12px !important;
    padding: 9px 14px !important;
    margin-bottom: 18px !important;
  }

  .hero-v7 h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    margin-bottom: 16px !important;
  }

  .hero-v7 p {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
  }

  .hero-v7-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    margin-bottom: 18px !important;
  }

  .hero-v7-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hero-v7-services {
    gap: 10px !important;
  }

  .hero-v7-services span {
    font-size: 12px !important;
    padding: 9px 12px !important;
  }

  .hero-v7-image {
    height: 360px !important;
  }

  .hero-v7-note {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    margin: -64px 18px 24px !important;
  }
}


/* Hero V9, no content containers */
.hero-v9 {
  position: relative !important;
  overflow: hidden !important;
  min-height: 680px !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #eff8ff 48%, #eff8ff 100%) !important;
}

.hero-v9:before {
  content: "" !important;
  position: absolute !important;
  left: -90px !important;
  bottom: -90px !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  background: rgba(2, 111, 162, .08) !important;
}

.hero-v9:after {
  content: "" !important;
  position: absolute !important;
  right: -80px !important;
  top: -80px !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  background: rgba(244, 198, 47, .22) !important;
}

.hero-v9-inner {
  position: relative !important;
  z-index: 2 !important;
  min-height: 680px !important;
  display: grid !important;
  grid-template-columns: minmax(420px, .88fr) minmax(580px, 1.12fr) !important;
  align-items: center !important;
  gap: 52px !important;
}

.hero-v9-copy {
  max-width: 610px !important;
  padding: 54px 0 !important;
}

.hero-v9-eyebrow {
  margin: 0 0 14px !important;
  color: #026fa2 !important;
  letter-spacing: 1.7px !important;
  font-size: 12px !important;
}

.hero-v9-offer {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 22px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: #fff7dc !important;
  border: 1px solid rgba(244, 198, 47, .55) !important;
  color: #17365d !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

.hero-v9 h1 {
  max-width: 590px !important;
  margin: 0 0 20px !important;
  color: #071d3a !important;
  font-size: 66px !important;
  line-height: 1.01 !important;
  letter-spacing: -2px !important;
  font-weight: 900 !important;
  text-wrap: balance !important;
}

.hero-v9 p {
  max-width: 500px !important;
  margin: 0 0 30px !important;
  color: #314661 !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  font-weight: 700 !important;
}

.hero-v9-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 28px !important;
}

.hero-v9-actions .btn {
  min-width: 210px !important;
  min-height: 58px !important;
  justify-content: center !important;
}

.hero-v9-services {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

.hero-v9-services span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #17365d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.hero-v9-services span:before {
  content: "" !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #f2bf1c !important;
  flex: 0 0 9px !important;
}

.hero-v9-visual {
  height: 590px !important;
  width: 100% !important;
  border-radius: 120px 0 0 120px !important;
  overflow: hidden !important;
  box-shadow: 0 26px 70px rgba(5, 34, 71, .13) !important;
  background: #eaf4fb !important;
}

.hero-v9-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

@media (min-width:1320px) {
  .hero-v9-visual {
    margin-right: -36px !important;
  }
}

@media (max-width:1180px) {
  .hero-v9 {
    background: #ffffff !important;
    min-height: auto !important;
  }

  .hero-v9-inner {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding-top: 58px !important;
    padding-bottom: 48px !important;
  }

  .hero-v9-copy {
    max-width: 720px !important;
    padding: 0 !important;
  }

  .hero-v9 h1 {
    font-size: 52px !important;
  }

  .hero-v9-visual {
    height: 470px !important;
    border-radius: 34px !important;
  }
}

@media (max-width:760px) {
  .hero-v9-inner {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    gap: 24px !important;
  }

  .hero-v9-offer {
    font-size: 12px !important;
    padding: 9px 14px !important;
    margin-bottom: 18px !important;
  }

  .hero-v9 h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    margin-bottom: 16px !important;
  }

  .hero-v9 p {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
  }

  .hero-v9-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    margin-bottom: 18px !important;
  }

  .hero-v9-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hero-v9-services {
    gap: 10px 14px !important;
  }

  .hero-v9-services span {
    font-size: 13px !important;
  }

  .hero-v9-visual {
    height: 350px !important;
    border-radius: 26px !important;
  }
}


/* Hero V10, open layout with full image slider */
.hero-v10 {
  position: relative !important;
  overflow: hidden !important;
  min-height: 700px !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #eff8ff 48%, #eff8ff 100%) !important;
}

.hero-v10:before {
  content: "" !important;
  position: absolute !important;
  left: -90px !important;
  bottom: -90px !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  background: rgba(2, 111, 162, .08) !important;
}

.hero-v10:after {
  content: "" !important;
  position: absolute !important;
  right: -80px !important;
  top: -80px !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  background: rgba(244, 198, 47, .22) !important;
}

.hero-v10-inner {
  position: relative !important;
  z-index: 2 !important;
  min-height: 700px !important;
  display: grid !important;
  grid-template-columns: minmax(420px, .84fr) minmax(600px, 1.16fr) !important;
  align-items: center !important;
  gap: 52px !important;
}

.hero-v10-copy {
  max-width: 610px !important;
  padding: 54px 0 !important;
}

.hero-v10-eyebrow {
  margin: 0 0 14px !important;
  color: #026fa2 !important;
  letter-spacing: 1.7px !important;
  font-size: 12px !important;
}

.hero-v10-offer {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 22px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: #fff7dc !important;
  border: 1px solid rgba(244, 198, 47, .55) !important;
  color: #17365d !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

.hero-v10 h1 {
  max-width: 590px !important;
  margin: 0 0 20px !important;
  color: #071d3a !important;
  font-size: 66px !important;
  line-height: 1.01 !important;
  letter-spacing: -2px !important;
  font-weight: 900 !important;
  text-wrap: balance !important;
}

.hero-v10 p {
  max-width: 500px !important;
  margin: 0 0 30px !important;
  color: #314661 !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  font-weight: 700 !important;
}

.hero-v10-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 28px !important;
}

.hero-v10-actions .btn {
  min-width: 210px !important;
  min-height: 58px !important;
  justify-content: center !important;
}

.hero-v10-services {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

.hero-v10-services span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #17365d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.hero-v10-services span:before {
  content: "" !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #f2bf1c !important;
  flex: 0 0 9px !important;
}

.hero-v10-visual {
  position: relative !important;
  height: 610px !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 120px 0 0 120px !important;
  background: #dfeef8 !important;
  box-shadow: 0 28px 70px rgba(5, 34, 71, .13) !important;
}

.hero-v10-slides {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-v10-slide {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity .55s ease, visibility .55s ease !important;
}

.hero-v10-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-v10-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.hero-v10-slide-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(4, 35, 71, .18) 0%, rgba(4, 35, 71, .05) 35%, rgba(4, 35, 71, .10) 100%) !important;
}

.hero-v10-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3 !important;
  width: 54px !important;
  height: 54px !important;
  border: none !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #082347 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 14px 34px rgba(5, 34, 71, .16) !important;
  cursor: pointer !important;
}

.hero-v10-arrow span {
  font-size: 34px !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

.hero-v10-arrow-prev {
  left: 22px !important;
}

.hero-v10-arrow-next {
  right: 22px !important;
}

.hero-v10-tracker {
  position: absolute !important;
  left: 26px !important;
  bottom: 24px !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 14px 18px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .93) !important;
  box-shadow: 0 16px 34px rgba(5, 34, 71, .15) !important;
}

.hero-v10-count {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #082347 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.hero-v10-count em {
  font-style: normal !important;
  color: #8aa0b6 !important;
}

.hero-v10-dots {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.hero-v10-dots button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #c9dbe8 !important;
  cursor: pointer !important;
}

.hero-v10-dots button.is-active {
  width: 28px !important;
  border-radius: 999px !important;
  background: #026fa2 !important;
}

@media (min-width:1320px) {
  .hero-v10-visual {
    margin-right: -36px !important;
  }
}

@media (max-width:1180px) {
  .hero-v10 {
    background: #ffffff !important;
    min-height: auto !important;
  }

  .hero-v10-inner {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding-top: 58px !important;
    padding-bottom: 48px !important;
  }

  .hero-v10-copy {
    max-width: 720px !important;
    padding: 0 !important;
  }

  .hero-v10 h1 {
    font-size: 52px !important;
  }

  .hero-v10-visual {
    height: 500px !important;
    border-radius: 34px !important;
  }
}

@media (max-width:760px) {
  .hero-v10-inner {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    gap: 24px !important;
  }

  .hero-v10-offer {
    font-size: 12px !important;
    padding: 9px 14px !important;
    margin-bottom: 18px !important;
  }

  .hero-v10 h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    margin-bottom: 16px !important;
  }

  .hero-v10 p {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
  }

  .hero-v10-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    margin-bottom: 18px !important;
  }

  .hero-v10-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hero-v10-services {
    gap: 10px 14px !important;
  }

  .hero-v10-services span {
    font-size: 13px !important;
  }

  .hero-v10-visual {
    height: 350px !important;
    border-radius: 26px !important;
  }

  .hero-v10-arrow {
    width: 44px !important;
    height: 44px !important;
  }

  .hero-v10-arrow span {
    font-size: 28px !important;
  }

  .hero-v10-arrow-prev {
    left: 14px !important;
  }

  .hero-v10-arrow-next {
    right: 14px !important;
  }

  .hero-v10-tracker {
    left: 14px !important;
    bottom: 14px !important;
    gap: 12px !important;
    padding: 12px 14px !important;
  }
}


/* Hero V11, right side fully covered with slider */
.hero-v11 {
  position: relative !important;
  min-height: 700px !important;
  overflow: hidden !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #eff8ff 50%, #eff8ff 100%) !important;
}

.hero-v11:before {
  content: "" !important;
  position: absolute !important;
  left: -90px !important;
  bottom: -90px !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  background: rgba(2, 111, 162, .08) !important;
  z-index: 1 !important;
}

.hero-v11:after {
  content: "" !important;
  position: absolute !important;
  right: -80px !important;
  top: -80px !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  background: rgba(244, 198, 47, .22) !important;
  z-index: 1 !important;
}

.hero-v11-copy-wrap {
  position: relative !important;
  z-index: 2 !important;
  min-height: 700px !important;
}

.hero-v11-copy-container {
  min-height: 700px !important;
  display: flex !important;
  align-items: center !important;
}

.hero-v11-copy {
  width: min(100%, 560px) !important;
  padding: 60px 0 !important;
}

.hero-v11-eyebrow {
  margin: 0 0 14px !important;
  color: #026fa2 !important;
  letter-spacing: 1.7px !important;
  font-size: 12px !important;
}

.hero-v11-offer {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 22px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: #fff7dc !important;
  border: 1px solid rgba(244, 198, 47, .55) !important;
  color: #17365d !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

.hero-v11 h1 {
  max-width: 590px !important;
  margin: 0 0 20px !important;
  color: #071d3a !important;
  font-size: 66px !important;
  line-height: 1.01 !important;
  letter-spacing: -2px !important;
  font-weight: 900 !important;
  text-wrap: balance !important;
}

.hero-v11 p {
  max-width: 500px !important;
  margin: 0 0 30px !important;
  color: #314661 !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  font-weight: 700 !important;
}

.hero-v11-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 28px !important;
}

.hero-v11-actions .btn {
  min-width: 210px !important;
  min-height: 58px !important;
  justify-content: center !important;
}

.hero-v11-services {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

.hero-v11-services span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #17365d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.hero-v11-services span:before {
  content: "" !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #f2bf1c !important;
  flex: 0 0 9px !important;
}

.hero-v11-visual {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 50vw !important;
  min-width: 50% !important;
  overflow: hidden !important;
  border-radius: 120px 0 0 120px !important;
  background: #dfeef8 !important;
  box-shadow: 0 28px 70px rgba(5, 34, 71, .13) !important;
  z-index: 2 !important;
}

.hero-v11-slides,
.hero-v11-slide {
  width: 100% !important;
  height: 100% !important;
}

.hero-v11-slides {
  position: relative !important;
}

.hero-v11-slide {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity .55s ease, visibility .55s ease !important;
}

.hero-v11-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-v11-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.hero-v11-slide-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(4, 35, 71, .18) 0%, rgba(4, 35, 71, .05) 35%, rgba(4, 35, 71, .10) 100%) !important;
}

.hero-v11-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3 !important;
  width: 54px !important;
  height: 54px !important;
  border: none !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #082347 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 14px 34px rgba(5, 34, 71, .16) !important;
  cursor: pointer !important;
}

.hero-v11-arrow span {
  font-size: 34px !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

.hero-v11-arrow-prev {
  left: 22px !important;
}

.hero-v11-arrow-next {
  right: 22px !important;
}

.hero-v11-tracker {
  position: absolute !important;
  left: 26px !important;
  bottom: 24px !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 14px 18px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .93) !important;
  box-shadow: 0 16px 34px rgba(5, 34, 71, .15) !important;
}

.hero-v11-count {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #082347 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.hero-v11-count em {
  font-style: normal !important;
  color: #8aa0b6 !important;
}

.hero-v11-dots {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.hero-v11-dots button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #c9dbe8 !important;
  cursor: pointer !important;
}

.hero-v11-dots button.is-active {
  width: 28px !important;
  border-radius: 999px !important;
  background: #026fa2 !important;
}

@media (max-width:1180px) {
  .hero-v11 {
    background: #ffffff !important;
    min-height: auto !important;
  }

  .hero-v11-copy-wrap,
  .hero-v11-copy-container {
    min-height: auto !important;
  }

  .hero-v11-copy-container {
    padding-top: 58px !important;
    padding-bottom: 24px !important;
  }

  .hero-v11-copy {
    width: 100% !important;
    max-width: 720px !important;
    padding: 0 !important;
  }

  .hero-v11 h1 {
    font-size: 52px !important;
  }

  .hero-v11-visual {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 500px !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    border-radius: 34px !important;
    margin: 0 28px 48px !important;
  }
}

@media (max-width:760px) {
  .hero-v11-copy-container {
    padding-top: 36px !important;
    padding-bottom: 20px !important;
  }

  .hero-v11-offer {
    font-size: 12px !important;
    padding: 9px 14px !important;
    margin-bottom: 18px !important;
  }

  .hero-v11 h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    margin-bottom: 16px !important;
  }

  .hero-v11 p {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
  }

  .hero-v11-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    margin-bottom: 18px !important;
  }

  .hero-v11-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hero-v11-services {
    gap: 10px 14px !important;
  }

  .hero-v11-services span {
    font-size: 13px !important;
  }

  .hero-v11-visual {
    height: 350px !important;
    border-radius: 26px !important;
    margin: 0 18px 36px !important;
  }

  .hero-v11-arrow {
    width: 44px !important;
    height: 44px !important;
  }

  .hero-v11-arrow span {
    font-size: 28px !important;
  }

  .hero-v11-arrow-prev {
    left: 14px !important;
  }

  .hero-v11-arrow-next {
    right: 14px !important;
  }

  .hero-v11-tracker {
    left: 14px !important;
    bottom: 14px !important;
    gap: 12px !important;
    padding: 12px 14px !important;
  }
}


/* Hero V11 refinement, remove border radius and make slider smoother */
.hero-v11-visual {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hero-v11-slides {
  overflow: hidden !important;
}

.hero-v11-slide {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scale(1.035) !important;
  transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1), visibility .8s !important;
  will-change: opacity, transform !important;
}

.hero-v11-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
}

.hero-v11-photo {
  transform: scale(1.001) !important;
}

.hero-v11-slide-overlay {
  background: linear-gradient(90deg, rgba(4, 35, 71, .08) 0%, rgba(4, 35, 71, .02) 38%, rgba(4, 35, 71, .06) 100%) !important;
}

.hero-v11-arrow,
.hero-v11-tracker {
  backdrop-filter: blur(10px) !important;
}

.hero-v11-dots button {
  transition: all .3s ease !important;
}

@media (max-width:1180px) {
  .hero-v11-visual {
    border-radius: 0 !important;
    margin: 0 28px 48px !important;
  }
}

@media (max-width:760px) {
  .hero-v11-visual {
    border-radius: 0 !important;
    margin: 0 18px 36px !important;
  }
}


/* Logo image path: assets/logo.png */
.logo-image-link {
  min-width: 178px !important;
  display: flex !important;
  align-items: center !important;
}


  .site-logo-img {
    width: 99px !important;
    height: 63px;
    display: block !important;
}

/* Why Choose Us section */
.why-section {
  padding: 86px 0 72px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.why-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: start;
}

.why-title h2 {
  max-width: 430px;
  font-size: 44px;
  line-height: 1.08;
  margin-bottom: 18px;
}

.why-title p:not(.eyebrow) {
  max-width: 420px;
  color: #3d4f6b;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
  margin: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.why-grid article {
  background: #fff;
  border: 1px solid #dceaf4;
  border-radius: 22px;
  padding: 28px 26px;
  box-shadow: 0 18px 45px rgba(5, 34, 71, .06);
}

.why-grid span {
  display: inline-flex;
  color: #f2bf1c;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 18px;
}

.why-grid h3 {
  color: #07234b;
  font-size: 21px;
  line-height: 1.18;
  margin: 0 0 10px;
  font-weight: 900;
}

.why-grid p {
  color: #52637d;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  font-weight: 700;
}

/* Minimal process section */
.process-v2 {
  padding: 78px 0 88px !important;
  background: #fff !important;
}

.process-v2 .process-line,
.process-v2 .process-grid {
  display: none !important;
}

.process-v2-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-v2-grid article {
  position: relative;
  padding: 30px 26px 28px;
  border: 1px solid #dceaf4;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  min-height: 190px;
  overflow: hidden;
}

.process-v2-grid article:after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #eef8ff;
}

.process-v2-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #026fa2;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}

.process-v2-grid article:nth-child(2) strong {
  background: #f2bf1c;
  color: #082347;
}

.process-v2-grid article:nth-child(3) strong {
  background: #78b843;
}

.process-v2-grid article:nth-child(4) strong {
  background: #ee6c98;
}

.process-v2-grid h3 {
  color: #07234b;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 900;
}

.process-v2-grid p {
  color: #52637d;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
  font-weight: 700;
}

/* Testimonials carousel */
.testimonial-carousel {
  position: relative;
  margin-top: 44px;
  padding: 0 62px 50px;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform .55s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-height: 260px;
}

.testimonial-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #dceaf4;
  background: #fff;
  color: #082347;
  box-shadow: 0 14px 30px rgba(5, 34, 71, .10);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.testimonial-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9dbe8;
  cursor: pointer;
  transition: all .25s ease;
}

.testimonial-dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: #026fa2;
}

/* CTA without contact details */
.cta-v2 {
  padding: 52px 0 !important;
}

.cta-v2-grid {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 34px;
  align-items: center;
}

.cta-v2 .cta-copy h2 {
  margin-bottom: 12px;
}

@media (max-width:1180px) {
  .why-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .why-title h2 {
    font-size: 38px;
  }

  .process-v2-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-slide {
    flex-basis: calc((100% - 24px) / 2);
  }

  .cta-v2-grid {
    grid-template-columns: 120px 1fr;
  }

  .cta-v2-grid>.btn {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width:760px) {
  .site-logo-img {
    width: 148px !important;
  }

  .why-section {
    padding: 58px 0 54px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-title h2 {
    font-size: 32px;
  }

  .process-v2 {
    padding: 58px 0 62px !important;
  }

  .process-v2-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .testimonial-carousel {
    padding: 0 0 46px;
  }

  .testimonial-slide {
    flex-basis: 100%;
  }

  .testimonial-arrow {
    top: auto;
    bottom: -2px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .testimonial-prev {
    left: 18px;
  }

  .testimonial-next {
    right: 18px;
  }

  .testimonial-dots {
    bottom: 12px;
  }

  .cta-v2-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: left;
  }

  .cta-v2-grid>.btn {
    grid-column: auto;
    justify-self: stretch;
  }

  .cta-v2 .kid-card {
    max-width: 160px;
  }
}


/* Alive reveal animations */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.22, .61, .36, 1), transform .75s cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatSoft {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

.float-soft {
  animation: floatSoft 5s ease-in-out infinite;
}

.float-soft-delayed {
  animation: floatSoft 6.2s ease-in-out infinite;
}

/* Improved Why Choose Us */
.why-v2 {
  padding: 94px 0 82px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  overflow: hidden;
}

.why-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 64px;
  align-items: center;
}

.why-v2-visual {
  position: relative;
  min-height: 580px;
}

.why-v2-main-photo,
.why-v2-mini-photo {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(5, 34, 71, .12);
  background: #eaf4fb;
}

.why-v2-main-photo {
  inset: 0 58px 70px 0;
  border-radius: 34px;
}

.why-v2-mini-photo {
  right: 0;
  bottom: 0;
  width: 245px;
  height: 230px;
  border-radius: 28px;
  border: 8px solid #fff;
}

.why-v2-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.why-v2-badge {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 40px rgba(5, 34, 71, .14);
  color: #082347;
}

.why-v2-badge-top {
  left: 24px;
  top: 24px;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 900;
}

.why-v2-badge-bottom {
  left: 26px;
  bottom: 24px;
  max-width: 290px;
  border-radius: 22px;
  padding: 18px 20px;
}

.why-v2-badge-bottom strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 6px;
}

.why-v2-badge-bottom span {
  display: block;
  color: #58708e;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.why-v2-content .why-title h2 {
  max-width: 520px;
  font-size: 48px;
  line-height: 1.08;
  margin-bottom: 18px;
}

.why-v2-content .why-title p:not(.eyebrow) {
  max-width: 510px;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.why-v2-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 34px;
}

.why-v2-points article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 20px;
  border: 1px solid #dceaf4;
  border-radius: 22px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 14px 36px rgba(5, 34, 71, .05);
  transition: transform .28s ease, box-shadow .28s ease;
}

.why-v2-points article:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(5, 34, 71, .09);
}

.why-v2-points span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fff7dc;
  color: #082347;
  font-size: 14px;
  font-weight: 900;
}

.why-v2-points h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 2px 0 8px;
  color: #07234b;
  font-weight: 900;
}

.why-v2-points p {
  color: #52637d;
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
  font-weight: 700;
}

/* Improved process section */
.process-v3 {
  padding: 84px 0 92px !important;
  background: #fff !important;
  overflow: hidden;
}

.process-v3-head p:not(.eyebrow) {
  max-width: 640px;
  margin: 16px auto 0;
  color: #52637d;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.process-v3-shell {
  margin-top: 46px;
  position: relative;
}

.process-v3-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 48px;
  height: 4px;
  z-index: 1;
}

.process-v3-line-track,
.process-v3-line-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  border-radius: 999px;
}

.process-v3-line-track {
  width: 100%;
  background: linear-gradient(90deg, rgba(2, 111, 162, .18) 0%, rgba(2, 111, 162, .18) 100%);
}

.process-v3-line-fill {
  width: 0;
  background: linear-gradient(90deg, #026fa2 0%, #7bbdff 100%);
  transition: width 1.4s cubic-bezier(.22, .61, .36, 1);
}

.process-v3-shell.in-view .process-v3-line-fill {
  width: 100%;
}

.process-v3-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.process-v3-step {
  text-align: center;
  padding: 0 10px;
}

.process-v3-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dceaf4;
  box-shadow: 0 14px 36px rgba(5, 34, 71, .06);
  display: grid;
  place-items: center;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}

.process-v3-step:hover .process-v3-icon {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(5, 34, 71, .09);
}

.process-v3-icon i {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  color: #026fa2;
  background: #eef6ff;
  border-radius: 50%;
}

.process-v3-step:nth-child(2) .process-v3-icon i {
  background: #fff8df;
  color: #e0a900;
}

.process-v3-step:nth-child(3) .process-v3-icon i {
  background: #eef9ec;
  color: #49a35e;
}

.process-v3-step:nth-child(4) .process-v3-icon i {
  background: #fff2e9;
  color: #e76f3c;
}

.process-v3-step:nth-child(5) .process-v3-icon i {
  background: #fff0f5;
  color: #e65d90;
}

.process-v3-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #026fa2;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.process-v3-step:nth-child(2) strong {
  background: #082347;
}

.process-v3-step:nth-child(3) strong {
  background: #026fa2;
}

.process-v3-step:nth-child(4) strong {
  background: #e76f3c;
}

.process-v3-step:nth-child(5) strong {
  background: #8e3c89;
}

.process-v3-step h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #07234b;
  font-weight: 900;
}

.process-v3-step p {
  max-width: 180px;
  margin: 0 auto;
  color: #52637d;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

@media (max-width:1180px) {
  .why-v2-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .why-v2-visual {
    min-height: 520px;
    order: 2;
  }

  .why-v2-content .why-title h2 {
    font-size: 40px;
  }

  .why-v2-points {
    grid-template-columns: 1fr 1fr;
  }

  .process-v3-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 26px;
  }

  .process-v3-line {
    left: 10%;
    right: 10%;
    top: 48px;
  }
}

@media (max-width:760px) {
  [data-reveal] {
    transform: translateY(20px);
  }

  .why-v2 {
    padding: 60px 0 56px;
  }

  .why-v2-visual {
    min-height: 380px;
  }

  .why-v2-main-photo {
    inset: 0 26px 56px 0;
    border-radius: 24px;
  }

  .why-v2-mini-photo {
    width: 145px;
    height: 138px;
    border-radius: 18px;
    border-width: 5px;
  }

  .why-v2-badge-top {
    left: 14px;
    top: 14px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .why-v2-badge-bottom {
    left: 14px;
    bottom: 14px;
    max-width: 220px;
    padding: 14px 15px;
    border-radius: 18px;
  }

  .why-v2-badge-bottom strong {
    font-size: 15px;
  }

  .why-v2-badge-bottom span {
    font-size: 12px;
  }

  .why-v2-content .why-title h2 {
    font-size: 32px;
  }

  .why-v2-points {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  .why-v2-points article {
    grid-template-columns: 46px 1fr;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .why-v2-points span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 13px;
  }

  .why-v2-points h3 {
    font-size: 18px;
  }

  .process-v3 {
    padding: 60px 0 66px !important;
  }

  .process-v3-head p:not(.eyebrow) {
    font-size: 15px;
  }

  .process-v3-shell {
    margin-top: 32px;
  }

  .process-v3-line {
    display: none;
  }

  .process-v3-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-v3-step {
    padding: 22px 18px;
    border: 1px solid #dceaf4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(5, 34, 71, .05);
  }

  .process-v3-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 16px;
  }

  .process-v3-step h3 {
    font-size: 18px;
  }
}


/* Final unique Why Choose Us section */
.why-v3 {
  padding: 96px 0 86px !important;
  background:
    radial-gradient(circle at 6% 14%, rgba(244, 198, 47, .14) 0 120px, transparent 122px),
    radial-gradient(circle at 92% 88%, rgba(2, 111, 162, .08) 0 170px, transparent 172px),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) !important;
  overflow: hidden;
}

.why-v3-head {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.why-v3-head .eyebrow {
  margin-bottom: 14px !important;
}

.why-v3-head h2 {
  margin: 0 auto 16px;
  color: #07234b;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 900;
}

.why-v3-head p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto;
  color: #52637d;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
}

.why-v3-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.why-v3-content {
  display: grid;
  gap: 16px;
}

.why-v3-feature {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 22px;
  border: 1px solid #dceaf4;
  border-radius: 26px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 44px rgba(5, 34, 71, .05);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.why-v3-feature:hover,
.why-v3-feature.active {
  transform: translateX(8px);
  border-color: rgba(2, 111, 162, .28);
  box-shadow: 0 24px 60px rgba(5, 34, 71, .09);
}

.why-v3-feature span {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #fff7dc;
  color: #082347;
  font-size: 14px;
  font-weight: 900;
}

.why-v3-feature:nth-child(2) span {
  background: #eef6ff;
  color: #026fa2;
}

.why-v3-feature:nth-child(3) span {
  background: #eef9ec;
  color: #49a35e;
}

.why-v3-feature:nth-child(4) span {
  background: #fff0f5;
  color: #e65d90;
}

.why-v3-feature h3 {
  margin: 0 0 8px;
  color: #07234b;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
}

.why-v3-feature p {
  margin: 0;
  color: #52637d;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

.why-v3-visual {
  position: relative;
  min-height: 620px;
}

.why-v3-image-main {
  position: absolute;
  inset: 26px 0 70px 70px;
  overflow: hidden;
  border-radius: 36px 0 36px 36px;
  background: #eaf4fb;
  box-shadow: 0 34px 90px rgba(5, 34, 71, .14);
}

.why-v3-image-main:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(2, 111, 162, .08) 100%);
}

.why-v3-image-main img,
.why-v3-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.why-v3-image-small {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 260px;
  height: 250px;
  border: 8px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  background: #eaf4fb;
  box-shadow: 0 26px 64px rgba(5, 34, 71, .15);
  animation: floatSoft 6s ease-in-out infinite;
}

.why-v3-info-card {
  position: absolute;
  right: 32px;
  bottom: 18px;
  width: 310px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 60px rgba(5, 34, 71, .14);
}

.why-v3-info-card strong {
  display: block;
  color: #07234b;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 7px;
}

.why-v3-info-card span {
  display: block;
  color: #52637d;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.why-v3-orbit {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #082347;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(5, 34, 71, .12);
  animation: floatSoft 5.4s ease-in-out infinite;
}

.why-v3-orbit.one {
  top: 52px;
  left: 18px;
  background: #fff7dc;
}

.why-v3-orbit.two {
  top: 168px;
  right: 10px;
  background: #eef6ff;
  animation-delay: .4s;
}

.why-v3-orbit.three {
  top: 52%;
  left: 34px;
  background: #eef9ec;
  animation-delay: .8s;
}

/* Final unique process section */
.process-v4 {
  padding: 92px 0 102px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #f6fbff 58%, #f6fbff 100%) !important;
  overflow: hidden;
}

.process-v4-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.process-v4-head h2 {
  margin: 0 auto 14px;
  color: #07234b;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: -.9px;
  font-weight: 900;
}

.process-v4-head p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto;
  color: #52637d;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.process-v4-shell {
  position: relative;
  margin-top: 74px;
  padding: 12px 0 0;
}

.process-v4-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 60px;
  height: 6px;
  background: rgba(2, 111, 162, .12);
  border-radius: 999px;
  overflow: hidden;
}

.process-v4-line span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #026fa2 0%, #43a7dd 45%, #f4c62f 100%);
  transition: width 1.5s cubic-bezier(.22, .61, .36, 1);
}

.process-v4-shell.in-view .process-v4-line span {
  width: 100%;
}

.process-v4-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.process-v4-step {
  text-align: center;
  position: relative;
}

.process-v4-step:nth-child(even) {
  padding-top: 86px;
}

.process-v4-node {
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dceaf4;
  box-shadow: 0 20px 48px rgba(5, 34, 71, .08);
  display: grid;
  place-items: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

.process-v4-step:hover .process-v4-node {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 28px 58px rgba(5, 34, 71, .12);
}

.process-v4-node i {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  background: #eef6ff;
  color: #026fa2;
}

.process-v4-step:nth-child(2) .process-v4-node i {
  background: #fff8df;
  color: #e0a900;
}

.process-v4-step:nth-child(3) .process-v4-node i {
  background: #eef9ec;
  color: #49a35e;
}

.process-v4-step:nth-child(4) .process-v4-node i {
  background: #fff2e9;
  color: #e76f3c;
}

.process-v4-step:nth-child(5) .process-v4-node i {
  background: #fff0f5;
  color: #e65d90;
}

.process-v4-step small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background: #026fa2;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.process-v4-step:nth-child(2) small {
  background: #082347;
}

.process-v4-step:nth-child(3) small {
  background: #026fa2;
}

.process-v4-step:nth-child(4) small {
  background: #e76f3c;
}

.process-v4-step:nth-child(5) small {
  background: #8e3c89;
}

.process-v4-step h3 {
  margin: 0 0 9px;
  color: #07234b;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.process-v4-step p {
  max-width: 190px;
  margin: 0 auto;
  color: #52637d;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 700;
}

@media (max-width:1180px) {
  .why-v3-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .why-v3-content {
    grid-template-columns: 1fr 1fr;
  }

  .why-v3-visual {
    min-height: 560px;
  }

  .process-v4-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 38px;
  }

  .process-v4-step:nth-child(even) {
    padding-top: 0;
  }

  .process-v4-line {
    display: none;
  }
}

@media (max-width:760px) {
  .why-v3 {
    padding: 62px 0 56px !important;
  }

  .why-v3-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .why-v3-head h2,
  .process-v4-head h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .why-v3-head p:not(.eyebrow),
  .process-v4-head p:not(.eyebrow) {
    font-size: 15px;
  }

  .why-v3-content {
    grid-template-columns: 1fr;
  }

  .why-v3-feature {
    grid-template-columns: 54px 1fr;
    padding: 18px 16px;
    border-radius: 20px;
  }

  .why-v3-feature:hover,
  .why-v3-feature.active {
    transform: none;
  }

  .why-v3-feature span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .why-v3-feature h3 {
    font-size: 18px;
  }

  .why-v3-visual {
    min-height: 405px;
  }

  .why-v3-image-main {
    inset: 0 0 70px 0;
    border-radius: 24px;
  }

  .why-v3-image-small {
    width: 145px;
    height: 138px;
    border-width: 5px;
    border-radius: 18px;
  }

  .why-v3-info-card {
    right: 12px;
    bottom: 0;
    width: 225px;
    border-radius: 18px;
    padding: 14px 15px;
  }

  .why-v3-info-card strong {
    font-size: 15px;
  }

  .why-v3-info-card span {
    font-size: 12px;
  }

  .why-v3-orbit {
    min-width: 62px;
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .why-v3-orbit.one {
    top: 14px;
    left: 14px;
  }

  .why-v3-orbit.two {
    top: 98px;
    right: 14px;
  }

  .why-v3-orbit.three {
    display: none;
  }

  .process-v4 {
    padding: 62px 0 68px !important;
  }

  .process-v4-head {
    text-align: left;
  }

  .process-v4-shell {
    margin-top: 34px;
  }

  .process-v4-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-v4-step {
    display: grid;
    grid-template-columns: 78px 44px 1fr;
    align-items: center;
    gap: 14px;
    text-align: left;
    padding: 18px 16px !important;
    border: 1px solid #dceaf4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(5, 34, 71, .06);
  }

  .process-v4-node {
    width: 70px;
    height: 70px;
    margin: 0;
  }

  .process-v4-node i {
    width: 48px;
    height: 48px;
  }

  .process-v4-step small {
    margin: 0;
  }

  .process-v4-step h3 {
    font-size: 18px;
    margin: 0 0 5px;
  }

  .process-v4-step p {
    max-width: none;
    margin: 0;
    font-size: 13.5px;
  }

  .process-v4-step h3,
  .process-v4-step p {
    grid-column: 3;
  }
}


/* Process V5, aligned guided timeline */
.process-v5 {
  padding: 96px 0 104px !important;
  background:
    radial-gradient(circle at 8% 16%, rgba(2, 111, 162, .08) 0 150px, transparent 152px),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%) !important;
  overflow: hidden;
}

.process-v5-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 76px;
  align-items: start;
}

.process-v5-intro {
  position: sticky;
  top: 132px;
  padding-top: 12px;
}

.process-v5-intro h2 {
  margin: 0 0 18px;
  color: #07234b;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 900;
  max-width: 480px;
}

.process-v5-intro p:not(.eyebrow) {
  margin: 0 0 30px;
  color: #52637d;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
  max-width: 460px;
}

.process-v5-map {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 8px 0 8px 44px;
}

.process-v5-line {
  position: absolute;
  left: 16px;
  top: 38px;
  bottom: 38px;
  width: 4px;
  border-radius: 999px;
  background: #dceaf4;
  overflow: hidden;
}

.process-v5-line span {
  display: block;
  width: 100%;
  height: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #026fa2 0%, #78b843 58%, #f4c62f 100%);
  transition: height 1.45s cubic-bezier(.22, .61, .36, 1);
}

.process-v5-map.in-view .process-v5-line span {
  height: 100%;
}

.process-v5-step {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: center;
}

.process-v5-marker {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dceaf4;
  box-shadow: 0 18px 44px rgba(5, 34, 71, .08);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: transform .3s ease, box-shadow .3s ease;
}

.process-v5-step:hover .process-v5-marker {
  transform: scale(1.06);
  box-shadow: 0 24px 58px rgba(5, 34, 71, .12);
}

.process-v5-marker i {
  width: 52px;
  height: 52px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef6ff;
  color: #026fa2;
}

.process-v5-step:nth-child(3) .process-v5-marker i {
  background: #fff8df;
  color: #e0a900;
}

.process-v5-step:nth-child(4) .process-v5-marker i {
  background: #eef9ec;
  color: #49a35e;
}

.process-v5-step:nth-child(5) .process-v5-marker i {
  background: #fff2e9;
  color: #e76f3c;
}

.process-v5-step:nth-child(6) .process-v5-marker i {
  background: #fff0f5;
  color: #e65d90;
}

.process-v5-card {
  position: relative;
  padding: 24px 28px;
  border: 1px solid #dceaf4;
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 44px rgba(5, 34, 71, .06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.process-v5-card:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid #dceaf4;
  border-bottom: 1px solid #dceaf4;
  transform: translateY(-50%) rotate(45deg);
}

.process-v5-step:hover .process-v5-card {
  transform: translateX(8px);
  border-color: rgba(2, 111, 162, .28);
  box-shadow: 0 24px 58px rgba(5, 34, 71, .1);
}

.process-v5-card small {
  display: inline-flex;
  margin-bottom: 8px;
  color: #026fa2;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-weight: 900;
}

.process-v5-step:nth-child(3) .process-v5-card small {
  color: #d6a600;
}

.process-v5-step:nth-child(4) .process-v5-card small {
  color: #49a35e;
}

.process-v5-step:nth-child(5) .process-v5-card small {
  color: #e76f3c;
}

.process-v5-step:nth-child(6) .process-v5-card small {
  color: #e65d90;
}

.process-v5-card h3 {
  margin: 0 0 8px;
  color: #07234b;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 900;
}

.process-v5-card p {
  margin: 0;
  color: #52637d;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

@media (max-width:1180px) {
  .process-v5-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .process-v5-intro {
    position: relative;
    top: auto;
    max-width: 720px;
  }

  .process-v5-intro h2 {
    font-size: 40px;
    max-width: 680px;
  }

  .process-v5-map {
    padding-left: 36px;
  }
}

@media (max-width:760px) {
  .process-v5 {
    padding: 62px 0 68px !important;
  }

  .process-v5-layout {
    gap: 30px;
  }

  .process-v5-intro h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .process-v5-intro p:not(.eyebrow) {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .process-v5-map {
    padding-left: 0;
    gap: 16px;
  }

  .process-v5-line {
    display: none;
  }

  .process-v5-step {
    grid-template-columns: 64px 1fr;
    gap: 14px;
    align-items: start;
  }

  .process-v5-marker {
    width: 64px;
    height: 64px;
  }

  .process-v5-marker i {
    width: 46px;
    height: 46px;
  }

  .process-v5-card {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .process-v5-card:before {
    display: none;
  }

  .process-v5-card h3 {
    font-size: 19px;
  }

  .process-v5-card p {
    font-size: 14px;
  }

  .process-v5-step:hover .process-v5-card {
    transform: none;
  }
}


/* Process left intro sticky refinement */
@media (min-width:1181px) {
  .process-v5-layout {
    align-items: start !important;
  }

  .process-v5-intro {
    position: sticky !important;
    top: 150px !important;
    align-self: start !important;
    z-index: 2 !important;
  }

  .process-v5 {
    padding-top: 110px !important;
    padding-bottom: 120px !important;
  }
}


/* Process sticky behavior fix */
@media (min-width:1181px) {
  .process-v5 {
    overflow: visible !important;
  }

  .process-v5-layout {
    align-items: start !important;
  }

  .process-v5-intro {
    position: sticky !important;
    top: 118px !important;
    align-self: start !important;
    height: max-content !important;
    z-index: 5 !important;
  }

  .process-v5-map {
    min-height: 980px !important;
  }
}

/* Our Team section */
.team-v1{
  position:relative;
  padding:92px 0 96px;
  background:
    radial-gradient(circle at 10% 18%,rgba(244,198,47,.14) 0 118px,transparent 120px),
    radial-gradient(circle at 92% 84%,rgba(2,111,162,.08) 0 150px,transparent 152px),
    linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  overflow:hidden;
}
.team-v1-head{
  max-width:820px;
  margin:0 auto 46px;
  text-align:center;
}
.team-v1-head h2{
  margin:0 auto 16px;
  color:#07234b;
  font-size:46px;
  line-height:1.1;
  letter-spacing:-1px;
  font-weight:900;
}
.team-v1-head p:not(.eyebrow){
  max-width:700px;
  margin:0 auto;
  color:#52637d;
  font-size:17px;
  line-height:1.7;
  font-weight:700;
}
.team-v1-grid{
  display:grid;
  grid-template-columns:1fr 1fr .86fr;
  gap:24px;
  align-items:stretch;
}
.team-v1-card,
.team-v1-side{
  position:relative;
  border:1px solid #dceaf4;
  border-radius:30px;
  background:rgba(255,255,255,.9);
  box-shadow:0 22px 60px rgba(5,34,71,.07);
  overflow:hidden;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.team-v1-card:hover,
.team-v1-side:hover{
  transform:translateY(-7px);
  border-color:rgba(2,111,162,.28);
  box-shadow:0 30px 74px rgba(5,34,71,.11);
}
.team-v1-photo-wrap{
  position:relative;
  height:220px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 18% 20%,rgba(244,198,47,.22) 0 70px,transparent 72px),
    radial-gradient(circle at 84% 74%,rgba(2,111,162,.12) 0 95px,transparent 97px),
    linear-gradient(135deg,#f7fcff 0%,#eef8ff 100%);
}
.team-v1-avatar{
  width:132px;
  height:132px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:34px;
  line-height:1;
  font-weight:900;
  letter-spacing:1px;
  box-shadow:0 22px 46px rgba(5,34,71,.14);
  border:8px solid #fff;
}
.team-v1-avatar-blue{
  background:linear-gradient(135deg,#026fa2 0%,#43a7dd 100%);
}
.team-v1-avatar-yellow{
  background:linear-gradient(135deg,#f4c62f 0%,#f48b48 100%);
  color:#082347;
}
.team-v1-tag{
  position:absolute;
  left:22px;
  bottom:20px;
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#07234b;
  font-size:12px;
  line-height:1;
  font-weight:900;
  box-shadow:0 12px 26px rgba(5,34,71,.09);
}
.team-v1-content{
  padding:28px 28px 30px;
}
.team-v1-role{
  margin:0 0 8px;
  color:#026fa2;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.9px;
  font-weight:900;
}
.team-v1-content h3{
  margin:0 0 12px;
  color:#07234b;
  font-size:28px;
  line-height:1.12;
  font-weight:900;
}
.team-v1-content p:not(.team-v1-role){
  margin:0 0 20px;
  color:#52637d;
  font-size:15px;
  line-height:1.65;
  font-weight:700;
}
.team-v1-points{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:24px;
}
.team-v1-points span{
  display:inline-flex;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  background:#f7fbff;
  border:1px solid #dceaf4;
  color:#17365d;
  font-size:12px;
  font-weight:900;
}
.team-v1-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#026fa2;
  font-size:15px;
  font-weight:900;
}
.team-v1-link b{
  font-size:18px;
}
.team-v1-side{
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 90% 12%,rgba(244,198,47,.22) 0 82px,transparent 84px),
    linear-gradient(160deg,#026fa2 0%,#004f82 100%);
  color:#fff;
}
.team-v1-side-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.14);
  color:#f4c62f;
  font-size:34px;
  line-height:1;
  font-weight:900;
  margin-bottom:24px;
}
.team-v1-side h3{
  margin:0 0 14px;
  color:#fff;
  font-size:28px;
  line-height:1.15;
  font-weight:900;
}
.team-v1-side p{
  margin:0 0 26px;
  color:#d7eaf7;
  font-size:15px;
  line-height:1.7;
  font-weight:700;
}
.team-v1-side .btn{
  align-self:flex-start;
}

@media (max-width:1180px){
  .team-v1-grid{
    grid-template-columns:1fr 1fr;
  }
  .team-v1-side{
    grid-column:1 / -1;
  }
}
@media (max-width:760px){
  .team-v1{
    padding:62px 0 68px;
  }
  .team-v1-head{
    text-align:left;
    margin-bottom:30px;
  }
  .team-v1-head h2{
    font-size:34px;
    line-height:1.12;
  }
  .team-v1-head p:not(.eyebrow){
    font-size:15px;
  }
  .team-v1-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .team-v1-photo-wrap{
    height:190px;
  }
  .team-v1-avatar{
    width:110px;
    height:110px;
    font-size:28px;
    border-width:6px;
  }
  .team-v1-content{
    padding:24px 22px 26px;
  }
  .team-v1-content h3,
  .team-v1-side h3{
    font-size:24px;
  }
  .team-v1-side{
    padding:28px 22px;
  }
  .team-v1-side .btn{
    align-self:stretch;
  }
}


/* Team V2, compact cards with taller visual area and booking form */
.team-v2{
  position:relative;
  padding:82px 0 90px;
  background:
    radial-gradient(circle at 10% 18%,rgba(244,198,47,.13) 0 112px,transparent 114px),
    radial-gradient(circle at 94% 86%,rgba(2,111,162,.08) 0 150px,transparent 152px),
    linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  overflow:hidden;
}
.team-v2-head{
  max-width:780px;
  margin:0 auto 38px;
  text-align:center;
}
.team-v2-head h2{
  margin:0 auto 14px;
  color:#07234b;
  font-size:42px;
  line-height:1.1;
  letter-spacing:-.8px;
  font-weight:900;
}
.team-v2-head p:not(.eyebrow){
  max-width:650px;
  margin:0 auto;
  color:#52637d;
  font-size:16px;
  line-height:1.7;
  font-weight:700;
}
.team-v2-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(340px,.9fr);
  gap:22px;
  align-items:stretch;
}
.team-v2-card,
.team-v2-booking{
  border:1px solid #dceaf4;
  border-radius:28px;
  background:rgba(255,255,255,.92);
  box-shadow:0 20px 56px rgba(5,34,71,.07);
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.team-v2-card:hover,
.team-v2-booking:hover{
  transform:translateY(-6px);
  border-color:rgba(2,111,162,.26);
  box-shadow:0 28px 70px rgba(5,34,71,.11);
}
.team-v2-visual{
  position:relative;
  min-height:295px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 18% 18%,rgba(244,198,47,.22) 0 84px,transparent 86px),
    radial-gradient(circle at 88% 76%,rgba(2,111,162,.12) 0 115px,transparent 117px),
    linear-gradient(135deg,#f8fcff 0%,#eaf6ff 100%);
}
.team-v2-visual-alt{
  background:
    radial-gradient(circle at 20% 18%,rgba(244,198,47,.24) 0 88px,transparent 90px),
    radial-gradient(circle at 88% 76%,rgba(2,111,162,.10) 0 120px,transparent 122px),
    linear-gradient(135deg,#fffaf0 0%,#eef8ff 100%);
}
.team-v2-avatar{
  width:138px;
  height:138px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:8px solid #fff;
  box-shadow:0 24px 52px rgba(5,34,71,.14);
  font-size:34px;
  line-height:1;
  letter-spacing:1px;
  font-weight:900;
}
.team-v2-avatar-blue{
  background:linear-gradient(135deg,#026fa2 0%,#43a7dd 100%);
  color:#fff;
}
.team-v2-avatar-yellow{
  background:linear-gradient(135deg,#f4c62f 0%,#f48b48 100%);
  color:#082347;
}
.team-v2-visual span{
  position:absolute;
  left:22px;
  bottom:22px;
  display:inline-flex;
  padding:10px 15px;
  border-radius:999px;
  background:#fff;
  color:#07234b;
  font-size:12px;
  line-height:1;
  font-weight:900;
  box-shadow:0 12px 26px rgba(5,34,71,.08);
}
.team-v2-body{
  padding:22px 24px 24px;
}
.team-v2-body h3{
  margin:0 0 9px;
  color:#07234b;
  font-size:25px;
  line-height:1.16;
  font-weight:900;
}
.team-v2-body p{
  margin:0 0 18px;
  color:#52637d;
  font-size:14.5px;
  line-height:1.6;
  font-weight:700;
}
.team-v2-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#026fa2;
  font-size:14.5px;
  line-height:1;
  font-weight:900;
}
.team-v2-link b{
  font-size:18px;
}
.team-v2-booking{
  padding:28px 26px;
  background:
    radial-gradient(circle at 92% 10%,rgba(244,198,47,.2) 0 82px,transparent 84px),
    linear-gradient(160deg,#026fa2 0%,#004f82 100%);
  color:#fff;
}
.team-v2-form-label{
  margin:0 0 10px;
  color:#f4c62f;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.9px;
  font-weight:900;
}
.team-v2-booking h3{
  margin:0 0 18px;
  color:#fff;
  font-size:25px;
  line-height:1.18;
  font-weight:900;
}
.team-v2-form{
  display:grid;
  gap:12px;
}
.team-v2-form label{
  display:grid;
  gap:7px;
}
.team-v2-form span{
  color:#d7eaf7;
  font-size:12px;
  line-height:1;
  font-weight:900;
}
.team-v2-form input,
.team-v2-form select,
.team-v2-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.22);
  border-radius:12px;
  background:rgba(255,255,255,.12);
  color:#fff;
  padding:13px 14px;
  font:inherit;
  font-size:14px;
  font-weight:700;
  outline:none;
}
.team-v2-form input::placeholder,
.team-v2-form textarea::placeholder{
  color:rgba(255,255,255,.65);
}
.team-v2-form select option{
  color:#082347;
}
.team-v2-form textarea{
  resize:vertical;
}
.team-v2-form .btn{
  margin-top:6px;
  width:100%;
}

@media (max-width:1180px){
  .team-v2-grid{
    grid-template-columns:1fr 1fr;
  }
  .team-v2-booking{
    grid-column:1 / -1;
  }
}
@media (max-width:760px){
  .team-v2{
    padding:60px 0 68px;
  }
  .team-v2-head{
    text-align:left;
    margin-bottom:28px;
  }
  .team-v2-head h2{
    font-size:34px;
    line-height:1.12;
  }
  .team-v2-head p:not(.eyebrow){
    font-size:15px;
  }
  .team-v2-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .team-v2-visual{
    min-height:240px;
  }
  .team-v2-avatar{
    width:116px;
    height:116px;
    font-size:29px;
    border-width:6px;
  }
  .team-v2-body{
    padding:20px 20px 22px;
  }
  .team-v2-body h3,
  .team-v2-booking h3{
    font-size:23px;
  }
  .team-v2-booking{
    padding:24px 20px;
  }
}


/* Team section refinements, wider form, narrower cards, taller image area */
.team-v2-grid{
  grid-template-columns:minmax(0,.86fr) minmax(0,.86fr) minmax(390px,1.18fr) !important;
  gap:20px !important;
  align-items:stretch !important;
}
.team-v2-card{
  display:flex !important;
  flex-direction:column !important;
}
.team-v2-visual,
.team-v2-visual-alt{
  min-height:340px !important;
  flex:1 1 auto !important;
}
.team-v2-body{
  padding:20px 22px 22px !important;
}
.team-v2-body h3{
  margin:0 0 8px !important;
}
.team-v2-body p{
  margin:0 0 14px !important;
}
.team-v2-booking{
  padding:26px 24px !important;
}
@media (max-width:1180px){
  .team-v2-grid{
    grid-template-columns:1fr 1fr !important;
  }
}
@media (max-width:760px){
  .team-v2-grid{
    grid-template-columns:1fr !important;
  }
  .team-v2-visual,
  .team-v2-visual-alt{
    min-height:260px !important;
  }
}


/* Final responsiveness and polish pass */
img{
  max-width:100%;
  height:auto;
}
button,
input,
select,
textarea{
  font-family:inherit;
}
.site-header{
  width:100%;
}
.header-topline-inner,
.nav-wrap{
  max-width:1320px;
}
.main-nav{
  min-width:0;
}
.main-nav a{
  white-space:nowrap;
}

/* Compact and attractive booking form */
.team-v2-booking{
  min-width:0 !important;
}
.team-v2-form{
  grid-template-columns:1fr 1fr !important;
  gap:12px !important;
}
.team-v2-form label:nth-child(3),
.team-v2-form label:nth-child(4),
.team-v2-form .btn{
  grid-column:1 / -1 !important;
}
.team-v2-form input,
.team-v2-form select,
.team-v2-form textarea{
  min-height:46px !important;
  border-radius:14px !important;
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease !important;
}
.team-v2-form textarea{
  min-height:82px !important;
}
.team-v2-form input:focus,
.team-v2-form select:focus,
.team-v2-form textarea:focus{
  border-color:rgba(244,198,47,.9) !important;
  background:rgba(255,255,255,.18) !important;
  box-shadow:0 0 0 4px rgba(244,198,47,.14) !important;
}
.team-v2-form .btn{
  min-height:52px !important;
}

/* Team card image area with unique image paths */
.team-v2-photo-visual{
  overflow:hidden !important;
  isolation:isolate !important;
}
.team-v2-photo{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  opacity:.46 !important;
  filter:saturate(.95) contrast(.95) !important;
}
.team-v2-photo-visual:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(255,255,255,.42) 0%,rgba(238,248,255,.82) 100%) !important;
  z-index:1 !important;
}
.team-v2-avatar,
.team-v2-visual span{
  position:relative !important;
  z-index:2 !important;
}

/* Testimonials, more appealing with subtle elements only */
.testimonial-carousel{
  margin-top:42px !important;
}
.testimonial-slide{
  position:relative !important;
  border:1px solid #dceaf4 !important;
  border-radius:26px !important;
  background:#fff !important;
  box-shadow:0 18px 46px rgba(5,34,71,.06) !important;
  overflow:hidden !important;
}
.testimonial-slide:before{
  content:"" !important;
  position:absolute !important;
  left:28px !important;
  top:0 !important;
  width:64px !important;
  height:4px !important;
  border-radius:0 0 999px 999px !important;
  background:#026fa2 !important;
}
.testimonial-slide:after{
  content:"" !important;
  position:absolute !important;
  right:24px !important;
  bottom:24px !important;
  width:54px !important;
  height:54px !important;
  border-radius:50% !important;
  border:1px solid #e7f0f8 !important;
}
.testimonial-slide .quote-mark{
  width:44px !important;
  height:44px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  background:#f7fbff !important;
  color:#026fa2 !important;
  font-size:44px !important;
  line-height:1 !important;
  margin-bottom:18px !important;
}
.testimonial-slide .stars{
  letter-spacing:3px !important;
  font-size:14px !important;
  margin-bottom:18px !important;
}
.testimonial-slide p{
  font-size:15px !important;
  line-height:1.75 !important;
  margin-bottom:22px !important;
}
.testimonial-slide strong{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  font-size:14px !important;
}
.testimonial-slide strong:before{
  content:"" !important;
  width:30px !important;
  height:30px !important;
  border-radius:50% !important;
  background:linear-gradient(135deg,#eef6ff,#fff7dc) !important;
  border:1px solid #dceaf4 !important;
}

/* Tablet and small laptop */
@media (max-width:1280px){
  :root{--container:1180px;}
  .container{padding-left:30px !important;padding-right:30px !important;}
  .main-nav{gap:18px !important;}
  .main-nav a{font-size:12.5px !important;}
  .header-actions .btn{min-width:150px !important;}
  .phone-link span:last-child{font-size:13px !important;}
  .hero-v11-copy{width:min(100%,500px) !important;}
  .hero-v11 h1{font-size:54px !important;}
  .hero-v11 p{font-size:16px !important;}
  .hero-v11-visual{width:49vw !important;}
  .services-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  .team-v2-grid{grid-template-columns:.82fr .82fr 1.18fr !important;}
}

/* Tablets */
@media (max-width:1024px){
  .header-topline{display:none !important;}
  .nav-wrap{height:74px !important;}
  .main-nav.open{
    max-height:calc(100vh - 74px);
    overflow:auto;
  }
  .hero-v11-copy-container{
    padding-top:42px !important;
  }
  .hero-v11-visual{
    width:auto !important;
    margin:0 30px 42px !important;
  }
  .help-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  .services-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .feature-grid{grid-template-columns:1fr !important;}
  .why-v3-layout,
  .process-v5-layout{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  .process-v5-intro{
    position:relative !important;
    top:auto !important;
  }
  .team-v2-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .team-v2-booking{
    grid-column:1 / -1 !important;
  }
  .footer-v4-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

/* Fold devices and large phones */
@media (max-width:820px){
  .container{padding-left:22px !important;padding-right:22px !important;}
  .hero-v11 h1{font-size:40px !important;line-height:1.08 !important;}
  .hero-v11-actions{flex-direction:column !important;align-items:stretch !important;}
  .hero-v11-actions .btn{width:100% !important;min-width:0 !important;}
  .hero-v11-services{gap:10px 12px !important;}
  .hero-v11-visual{height:390px !important;margin-left:22px !important;margin-right:22px !important;}
  .why-v3-content{grid-template-columns:1fr !important;}
  .team-v2-grid{grid-template-columns:1fr !important;}
  .team-v2-booking{grid-column:auto !important;}
  .team-v2-form{grid-template-columns:1fr !important;}
  .team-v2-form label,
  .team-v2-form .btn{grid-column:auto !important;}
  .testimonial-slide{min-height:auto !important;}
}

/* Small phones, including Z Fold cover screens */
@media (max-width:430px){
  .container{padding-left:16px !important;padding-right:16px !important;}
  .logo-image-link{min-width:126px !important;}
  .site-logo-img{width:126px !important;}
  .menu-toggle{width:40px !important;height:40px !important;}
  .hero-v11-copy-container{padding-top:30px !important;}
  .hero-v11 h1{font-size:32px !important;letter-spacing:-.7px !important;}
  .hero-v11 p{font-size:15px !important;line-height:1.62 !important;}
  .hero-v11-offer{font-size:11.5px !important;padding:8px 12px !important;}
  .hero-v11-visual{height:300px !important;margin:0 16px 32px !important;}
  .hero-v11-arrow{width:38px !important;height:38px !important;}
  .hero-v11-tracker{left:10px !important;bottom:10px !important;padding:10px 12px !important;}
  .help-grid,
  .services-grid{grid-template-columns:1fr !important;}
  .section-title h2,
  .why-v3-head h2,
  .process-v5-intro h2,
  .team-v2-head h2,
  .faq-intro h2{font-size:30px !important;line-height:1.12 !important;}
  .feature-banners{padding-left:0 !important;padding-right:0 !important;}
  .testing-card,.product-card{padding:22px !important;}
  .why-v3-feature{grid-template-columns:46px 1fr !important;gap:12px !important;}
  .process-v5-step{grid-template-columns:56px 1fr !important;}
  .process-v5-marker{width:56px !important;height:56px !important;}
  .process-v5-marker i{width:42px !important;height:42px !important;}
  .team-v2-visual{min-height:220px !important;}
  .team-v2-body{padding:18px 18px 20px !important;}
  .team-v2-booking{padding:22px 18px !important;}
  .testimonial-carousel{padding-left:0 !important;padding-right:0 !important;}
  .testimonial-arrow{display:none !important;}
  .cta-v2-grid{grid-template-columns:1fr !important;}
  .footer-v4-grid,
  .footer-v4-strip{grid-template-columns:1fr !important;}
}

/* Ultra small screens */
@media (max-width:360px){
  .container{padding-left:14px !important;padding-right:14px !important;}
  .hero-v11 h1{font-size:29px !important;}
  .hero-v11-visual{height:270px !important;margin-left:14px !important;margin-right:14px !important;}
  .hero-v11-services span{font-size:12px !important;}
  .btn{padding:14px 18px !important;font-size:14px !important;}
  .team-v2-avatar{width:96px !important;height:96px !important;font-size:24px !important;}
  .team-v2-visual{min-height:205px !important;}
}


/* Final clean team section, real images only, no initials circles */
.team-v3{
  position:relative;
  padding:82px 0 90px;
  background:
    radial-gradient(circle at 8% 16%,rgba(244,198,47,.12) 0 110px,transparent 112px),
    radial-gradient(circle at 94% 82%,rgba(2,111,162,.08) 0 150px,transparent 152px),
    linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  overflow:hidden;
}
.team-v3-head{
  max-width:780px;
  margin:0 auto 38px;
  text-align:center;
}
.team-v3-head h2{
  margin:0 auto 14px;
  color:#07234b;
  font-size:42px;
  line-height:1.1;
  letter-spacing:-.8px;
  font-weight:900;
}
.team-v3-head p:not(.eyebrow){
  max-width:650px;
  margin:0 auto;
  color:#52637d;
  font-size:16px;
  line-height:1.7;
  font-weight:700;
}
.team-v3-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);
  gap:24px;
  align-items:stretch;
}
.team-v3-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.team-v3-card,
.team-v3-booking{
  border:1px solid #dceaf4;
  border-radius:26px;
  background:#fff;
  box-shadow:0 20px 56px rgba(5,34,71,.07);
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.team-v3-card:hover,
.team-v3-booking:hover{
  transform:translateY(-5px);
  border-color:rgba(2,111,162,.26);
  box-shadow:0 28px 70px rgba(5,34,71,.1);
}
.team-v3-image{
  height:330px;
  overflow:hidden;
  background:#eaf4fb;
}
.team-v3-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.team-v3-body{
  padding:20px 22px 22px;
}
.team-v3-body span{
  display:inline-flex;
  margin-bottom:10px;
  color:#026fa2;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.8px;
  font-weight:900;
}
.team-v3-body h3{
  margin:0 0 8px;
  color:#07234b;
  font-size:24px;
  line-height:1.16;
  font-weight:900;
}
.team-v3-body p{
  margin:0 0 16px;
  color:#52637d;
  font-size:14.5px;
  line-height:1.6;
  font-weight:700;
}
.team-v3-body a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#026fa2;
  font-size:14.5px;
  line-height:1;
  font-weight:900;
}
.team-v3-body a b{
  font-size:18px;
}
.team-v3-booking{
  padding:30px 28px;
  background:
    radial-gradient(circle at 90% 8%,rgba(244,198,47,.18) 0 82px,transparent 84px),
    linear-gradient(160deg,#026fa2 0%,#004f82 100%);
  color:#fff;
}
.team-v3-label{
  margin:0 0 10px;
  color:#f4c62f;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.9px;
  font-weight:900;
}
.team-v3-booking h3{
  margin:0 0 10px;
  color:#fff;
  font-size:27px;
  line-height:1.15;
  font-weight:900;
}
.team-v3-text{
  margin:0 0 20px;
  color:#d7eaf7;
  font-size:14.5px;
  line-height:1.6;
  font-weight:700;
}
.team-v3-form{
  display:grid;
  gap:12px;
}
.team-v3-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.team-v3-form label{
  display:grid;
  gap:7px;
}
.team-v3-form label span{
  color:#d7eaf7;
  font-size:12px;
  line-height:1;
  font-weight:900;
}
.team-v3-form input,
.team-v3-form select,
.team-v3-form textarea{
  width:100%;
  min-width:0;
  min-height:46px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  background:rgba(255,255,255,.12);
  color:#fff;
  padding:13px 14px;
  font:inherit;
  font-size:14px;
  font-weight:700;
  outline:none;
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.team-v3-form textarea{
  min-height:86px;
  resize:vertical;
}
.team-v3-form input::placeholder,
.team-v3-form textarea::placeholder{
  color:rgba(255,255,255,.68);
}
.team-v3-form select option{
  color:#082347;
}
.team-v3-form input:focus,
.team-v3-form select:focus,
.team-v3-form textarea:focus{
  border-color:rgba(244,198,47,.9);
  background:rgba(255,255,255,.18);
  box-shadow:0 0 0 4px rgba(244,198,47,.14);
}
.team-v3-form .btn{
  width:100%;
  min-height:52px;
  margin-top:4px;
}

/* Stop old team avatar visuals from showing if old CSS remains */
.team-v2-avatar,
.team-v2-avatar-blue,
.team-v2-avatar-yellow{
  display:none !important;
}

/* Stronger device responsiveness */
@media (max-width:1280px){
  .team-v3-layout{
    grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);
    gap:20px;
  }
  .team-v3-image{
    height:300px;
  }
}
@media (max-width:1024px){
  .team-v3-layout{
    grid-template-columns:1fr;
  }
  .team-v3-booking{
    max-width:none;
  }
}
@media (max-width:820px){
  .team-v3-cards{
    grid-template-columns:1fr 1fr;
  }
  .team-v3-image{
    height:270px;
  }
}
@media (max-width:600px){
  .team-v3{
    padding:60px 0 68px;
  }
  .team-v3-head{
    text-align:left;
    margin-bottom:28px;
  }
  .team-v3-head h2{
    font-size:32px;
    line-height:1.12;
  }
  .team-v3-head p:not(.eyebrow){
    font-size:15px;
  }
  .team-v3-cards{
    grid-template-columns:1fr;
    gap:18px;
  }
  .team-v3-image{
    height:300px;
  }
  .team-v3-body{
    padding:18px 18px 20px;
  }
  .team-v3-form-row{
    grid-template-columns:1fr;
  }
  .team-v3-booking{
    padding:22px 18px;
  }
}
@media (max-width:390px){
  .team-v3-image{
    height:250px;
  }
  .team-v3-body h3,
  .team-v3-booking h3{
    font-size:22px;
  }
}


/* Final team + testimonial refinements */
.team-v3-layout{
  grid-template-columns:minmax(0,1fr) minmax(470px,.96fr) !important;
  gap:34px !important;
}
.team-v3-cards{
  gap:18px !important;
}
.team-v3-card{
  display:flex !important;
  flex-direction:column !important;
  border-radius:28px !important;
}
.team-v3-image{
  height:360px !important;
  position:relative !important;
}
.team-v3-image:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:72px !important;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.92) 100%) !important;
}
.team-v3-body{
  padding:18px 20px 22px !important;
}
.team-v3-body span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  background:#f7fbff !important;
  border:1px solid #dceaf4 !important;
  color:#17365d !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-size:12px !important;
  font-weight:900 !important;
  margin-bottom:12px !important;
}
.team-v3-body h3{
  font-size:23px !important;
  margin-bottom:8px !important;
}
.team-v3-body p{
  font-size:14px !important;
  line-height:1.6 !important;
  margin-bottom:16px !important;
}
.team-v3-booking{
  padding:32px 26px !important;
  min-height:100% !important;
  border-radius:30px !important;
}
.team-v3-booking h3{
  font-size:28px !important;
  margin-bottom:12px !important;
}
.team-v3-text{
  margin-bottom:18px !important;
}
.team-v3-form{
  gap:14px !important;
}
.team-v3-form-row{
  gap:14px !important;
}
.team-v3-form input,
.team-v3-form select,
.team-v3-form textarea{
  min-height:48px !important;
  padding:14px 15px !important;
  border-radius:15px !important;
}
.team-v3-form textarea{
  min-height:104px !important;
}
.team-v3-form .btn{
  min-height:54px !important;
  margin-top:6px !important;
}

/* Testimonials without avatar-like image element */
.testimonial-slide strong{
  gap:0 !important;
}
.testimonial-slide strong:before{
  display:none !important;
  content:none !important;
}
.testimonial-slide:after{
  width:38px !important;
  height:38px !important;
  border-radius:12px !important;
  border:1px solid #eef4f9 !important;
}

/* Responsive tightening for all devices including fold screens */
@media (max-width:1280px){
  .team-v3-layout{
    grid-template-columns:minmax(0,1fr) minmax(420px,.92fr) !important;
    gap:24px !important;
  }
}
@media (max-width:1024px){
  .team-v3-layout{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
  .team-v3-cards{
    grid-template-columns:1fr 1fr !important;
  }
}
@media (max-width:820px){
  .team-v3-cards{
    grid-template-columns:1fr !important;
  }
  .team-v3-image{
    height:320px !important;
  }
}
@media (max-width:600px){
  .team-v3-booking{
    padding:24px 18px !important;
  }
  .team-v3-form-row{
    grid-template-columns:1fr !important;
  }
  .team-v3-image{
    height:290px !important;
  }
}
@media (max-width:430px){
  .team-v3-head h2{
    font-size:30px !important;
  }
  .team-v3-layout,
  .team-v3-cards{
    gap:16px !important;
  }
  .team-v3-image{
    height:255px !important;
  }
  .team-v3-body{
    padding:16px 16px 18px !important;
  }
  .team-v3-booking h3{
    font-size:23px !important;
  }
}
@media (max-width:360px){
  .team-v3-image{
    height:230px !important;
  }
  .team-v3-booking{
    padding:20px 14px !important;
  }
  .team-v3-form input,
  .team-v3-form select,
  .team-v3-form textarea{
    min-height:44px !important;
    padding:12px 13px !important;
  }
}


/* Team form width reduced */
.team-v3-layout{
  grid-template-columns:minmax(0,1fr) minmax(390px,.82fr) !important;
  gap:28px !important;
}
.team-v3-booking{
  max-width:430px !important;
  width:100% !important;
  justify-self:end !important;
}
@media (max-width:1280px){
  .team-v3-layout{
    grid-template-columns:minmax(0,1fr) minmax(360px,.78fr) !important;
    gap:22px !important;
  }
  .team-v3-booking{
    max-width:400px !important;
  }
}
@media (max-width:1024px){
  .team-v3-layout{
    grid-template-columns:1fr !important;
  }
  .team-v3-booking{
    max-width:none !important;
    justify-self:stretch !important;
  }
}


/* Final request, wider team cards and remove concern field spacing */
.team-v3-layout{
  grid-template-columns:minmax(0,1.14fr) minmax(350px,.76fr) !important;
  gap:30px !important;
}
.team-v3-cards{
  grid-template-columns:1fr 1fr !important;
  gap:22px !important;
}
.team-v3-booking{
  max-width:380px !important;
  justify-self:end !important;
  padding:30px 24px !important;
}
.team-v3-form{
  gap:13px !important;
}
.team-v3-form .btn{
  margin-top:8px !important;
}
.team-v3-image{
  height:370px !important;
}
.team-v3-body h3{
  font-size:24px !important;
}
@media (max-width:1280px){
  .team-v3-layout{
    grid-template-columns:minmax(0,1.1fr) minmax(340px,.78fr) !important;
    gap:24px !important;
  }
  .team-v3-booking{
    max-width:370px !important;
  }
  .team-v3-image{
    height:340px !important;
  }
}
@media (max-width:1024px){
  .team-v3-layout{
    grid-template-columns:1fr !important;
  }
  .team-v3-booking{
    max-width:none !important;
    justify-self:stretch !important;
  }
}
@media (max-width:820px){
  .team-v3-cards{
    grid-template-columns:1fr 1fr !important;
  }
  .team-v3-image{
    height:290px !important;
  }
}
@media (max-width:600px){
  .team-v3-cards{
    grid-template-columns:1fr !important;
  }
  .team-v3-image{
    height:285px !important;
  }
}
@media (max-width:390px){
  .team-v3-image{
    height:245px !important;
  }
}


/* Minimal product image container update only */
.product-card {
  grid-template-columns: 1fr 280px !important;
  gap: 22px !important;
}
.product-photo-wrap {
  height: 220px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(2,111,162,.08) !important;
  box-shadow: 0 16px 34px rgba(7,34,67,.08) !important;
}
.product-photo {
  width: 100% !important;
  max-width: 230px !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 12px 18px rgba(7,34,67,.12)) !important;
}
@media (max-width:1180px) {
  .product-card {
    grid-template-columns: 1fr 250px !important;
  }
  .product-photo-wrap {
    height: 205px !important;
  }
  .product-photo {
    max-width: 210px !important;
  }
}
@media (max-width:760px) {
  .product-card {
    grid-template-columns: 1fr !important;
  }
  .product-photo-wrap {
    height: 185px !important;
    margin-top: 6px !important;
  }
  .product-photo {
    max-width: 200px !important;
  }
}


/* Feature cards refinement, cleaner headings and better product image cover */
.testing-card,
.product-card{
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: 28px !important;
}
.testing-card .feature-copy h2,
.product-card .feature-copy h2{
  max-width: 360px !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  letter-spacing: -.4px !important;
  text-wrap: balance !important;
}
.product-photo-wrap{
  width: 100% !important;
  height: 210px !important;
  padding: 0 !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid rgba(2,111,162,.08) !important;
  box-shadow: 0 16px 34px rgba(7,34,67,.08) !important;
}
.product-photo{
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
}
@media (max-width:1180px){
  .testing-card,
  .product-card{
    grid-template-columns: 1fr !important;
  }
  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    max-width: 520px !important;
  }
  .product-photo-wrap{
    height: 260px !important;
  }
}
@media (max-width:760px){
  .testing-card,
  .product-card{
    padding: 26px !important;
  }
  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    font-size: 27px !important;
    line-height: 1.18 !important;
  }
  .product-photo-wrap{
    height: 220px !important;
  }
}
@media (max-width:430px){
  .testing-card,
  .product-card{
    padding: 22px !important;
  }
  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    font-size: 25px !important;
  }
  .product-photo-wrap{
    height: 190px !important;
  }
}


/* Feature cards text spacing refinement */
.testing-card,
.product-card{
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
  gap: 34px !important;
  align-items: center !important;
  padding: 40px !important;
}

.testing-card .feature-copy,
.product-card .feature-copy{
  max-width: 430px !important;
}

.testing-card .feature-copy h2,
.product-card .feature-copy h2{
  max-width: 430px !important;
  font-size: 28px !important;
  line-height: 1.22 !important;
  letter-spacing: -.25px !important;
  margin-bottom: 18px !important;
}

.testing-card .feature-copy p,
.product-card .feature-copy p{
  max-width: 390px !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  margin-bottom: 24px !important;
}

.product-photo-wrap{
  height: 215px !important;
}

@media (max-width:1180px){
  .testing-card,
  .product-card{
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }
  .testing-card .feature-copy,
  .product-card .feature-copy{
    max-width: 560px !important;
  }
  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    max-width: 560px !important;
    font-size: 30px !important;
  }
  .testing-card .feature-copy p,
  .product-card .feature-copy p{
    max-width: 520px !important;
  }
}

@media (max-width:760px){
  .testing-card,
  .product-card{
    padding: 28px !important;
  }
  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    font-size: 26px !important;
    line-height: 1.22 !important;
  }
  .testing-card .feature-copy p,
  .product-card .feature-copy p{
    font-size: 14.5px !important;
    line-height: 1.68 !important;
  }
}

@media (max-width:430px){
  .testing-card,
  .product-card{
    padding: 22px !important;
  }
  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    font-size: 24px !important;
  }
}


/* Product support card, move image more into the right area */
.product-card{
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr) !important;
  gap: 34px !important;
  align-items: center !important;
}

.product-card .feature-copy{
  max-width: 330px !important;
}

.product-card .feature-copy h2{
  max-width: 320px !important;
  font-size: 29px !important;
  line-height: 1.18 !important;
  margin-bottom: 18px !important;
}

.product-card .feature-copy p{
  max-width: 320px !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.product-card .product-photo-wrap{
  width: 100% !important;
  max-width: 100% !important;
  height: 280px !important;
  justify-self: stretch !important;
  align-self: center !important;
  padding: 0 !important;
  border-radius: 30px !important;
}

.product-card .product-photo{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Keep left card unchanged and responsive */
@media (max-width: 1180px){
  .product-card{
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .product-card .feature-copy{
    max-width: 560px !important;
  }
  .product-card .feature-copy h2,
  .product-card .feature-copy p{
    max-width: 520px !important;
  }
  .product-card .product-photo-wrap{
    height: 260px !important;
  }
}

@media (max-width: 760px){
  .product-card .product-photo-wrap{
    height: 220px !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 430px){
  .product-card .product-photo-wrap{
    height: 190px !important;
    border-radius: 18px !important;
  }
}


/* Product support card final layout tweak only */
.product-card{
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.08fr) !important;
  gap: 42px !important;
  align-items: stretch !important;
}

.product-card .feature-copy{
  max-width: 390px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.product-card .feature-copy h2{
  max-width: 360px !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  letter-spacing: -.3px !important;
  margin-bottom: 18px !important;
}

.product-card .feature-copy p{
  max-width: 340px !important;
  font-size: 15.5px !important;
  line-height: 1.78 !important;
  margin-bottom: 24px !important;
}

.product-card .feature-copy .btn{
  align-self: flex-start !important;
}

/* Right side image zone, cleaner and bottom-left anchored */
.product-card .product-photo-wrap{
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 270px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.product-card .product-photo{
  width: 88% !important;
  max-width: 390px !important;
  height: 230px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 28px !important;
  background: #fff !important;
  border: 1px solid rgba(2,111,162,.08) !important;
  box-shadow: 0 18px 36px rgba(7,34,67,.08) !important;
}

@media (max-width: 1180px){
  .product-card{
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }
  .product-card .feature-copy{
    max-width: 560px !important;
  }
  .product-card .feature-copy h2,
  .product-card .feature-copy p{
    max-width: 520px !important;
  }
  .product-card .product-photo-wrap{
    min-height: auto !important;
  }
  .product-card .product-photo{
    width: 100% !important;
    max-width: none !important;
    height: 250px !important;
  }
}

@media (max-width: 760px){
  .product-card{
    gap: 20px !important;
  }
  .product-card .feature-copy h2{
    font-size: 27px !important;
  }
  .product-card .feature-copy p{
    font-size: 14.5px !important;
    line-height: 1.7 !important;
  }
  .product-card .product-photo{
    height: 220px !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 430px){
  .product-card .feature-copy h2{
    font-size: 25px !important;
  }
  .product-card .product-photo{
    height: 190px !important;
    border-radius: 18px !important;
  }
}


/* Product support card, balanced final fix */
.product-card{
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr) !important;
  gap: 36px !important;
  align-items: stretch !important;
}

.product-card .feature-copy{
  max-width: none !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.product-card .feature-copy h2{
  max-width: 440px !important;
  font-size: 28px !important;
  line-height: 1.18 !important;
  letter-spacing: -.25px !important;
  margin-bottom: 18px !important;
}

.product-card .feature-copy p{
  max-width: 420px !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  margin-bottom: 24px !important;
}

.product-card .feature-copy .btn{
  align-self: flex-start !important;
}

.product-card .product-photo-wrap{
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 265px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: block !important;
}

.product-card .product-photo{
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 92% !important;
  max-width: 380px !important;
  height: 210px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 16px 34px rgba(7,34,67,.08) !important;
  border: 1px solid rgba(2,111,162,.08) !important;
  filter: none !important;
}

@media (max-width:1180px){
  .product-card{
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .product-card .feature-copy h2{
    max-width: 560px !important;
    font-size: 30px !important;
  }
  .product-card .feature-copy p{
    max-width: 520px !important;
  }
  .product-card .product-photo-wrap{
    min-height: 255px !important;
  }
  .product-card .product-photo{
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 255px !important;
  }
}

@media (max-width:760px){
  .product-card{
    gap: 20px !important;
  }
  .product-card .feature-copy h2{
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .product-card .feature-copy p{
    font-size: 14.5px !important;
    line-height: 1.68 !important;
  }
  .product-card .product-photo-wrap{
    min-height: 220px !important;
  }
  .product-card .product-photo{
    height: 220px !important;
    border-radius: 20px !important;
  }
}

@media (max-width:430px){
  .product-card .feature-copy h2{
    font-size: 24px !important;
  }
  .product-card .product-photo-wrap{
    min-height: 190px !important;
  }
  .product-card .product-photo{
    height: 190px !important;
    border-radius: 18px !important;
  }
}


/* Final product image corner attachment fix */
.product-card{
  grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr) !important;
  gap:34px !important;
  align-items:stretch !important;
  overflow:hidden !important;
}
.product-card .feature-copy{
  max-width:none !important;
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.product-card .feature-copy h2{
  max-width:420px !important;
  margin-bottom:18px !important;
}
.product-card .feature-copy p{
  max-width:390px !important;
  margin-bottom:24px !important;
}
.product-card .product-photo-wrap{
  position:relative !important;
  min-height:300px !important;
  width:100% !important;
  height:100% !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  overflow:visible !important;
  display:block !important;
}
.product-card .product-photo{
  position:absolute !important;
  right:-40px !important;
  bottom:-40px !important;
  left:auto !important;
  width:calc(100% + 40px) !important;
  max-width:none !important;
  height:240px !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 !important;
  border-radius:28px 0 0 0 !important;
  background:#fff !important;
  border:1px solid rgba(2,111,162,.08) !important;
  box-shadow:0 16px 34px rgba(7,34,67,.08) !important;
}
@media (max-width:1180px){
  .product-card{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .product-card .product-photo-wrap{
    min-height:255px !important;
  }
  .product-card .product-photo{
    right:-32px !important;
    bottom:-32px !important;
    width:calc(100% + 32px) !important;
    height:235px !important;
    border-radius:22px 0 0 0 !important;
  }
}
@media (max-width:760px){
  .product-card .product-photo-wrap{
    min-height:210px !important;
  }
  .product-card .product-photo{
    right:-28px !important;
    bottom:-28px !important;
    width:calc(100% + 28px) !important;
    height:205px !important;
    border-radius:18px 0 0 0 !important;
  }
}
@media (max-width:430px){
  .product-card .product-photo{
    right:-22px !important;
    bottom:-22px !important;
    width:calc(100% + 22px) !important;
    height:185px !important;
    border-radius:16px 0 0 0 !important;
  }
}


/* Team card image head crop fix only */
.team-v3-image{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#f7fafc !important;
}
.team-v3-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
  display:block !important;
}
@media (max-width:820px){
  .team-v3-image img{
    object-position:center top !important;
  }
}


/* Inner pages, About and Contact */
.inner-page main{background:#fff;}
.inner-hero{
  position:relative;
  padding:82px 0 86px;
  overflow:hidden;
  background:radial-gradient(circle at 6% 18%,rgba(244,198,47,.16) 0 130px,transparent 132px),linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
}
.inner-hero:after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-120px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(2,111,162,.07);
}
.inner-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  gap:58px;
  align-items:center;
}
.inner-hero-copy h1{
  max-width:650px;
  margin:0 0 20px;
  color:var(--navy);
  font-size:56px;
  line-height:1.08;
  letter-spacing:-1.2px;
  font-weight:900;
}
.inner-hero-copy p:not(.eyebrow){
  max-width:580px;
  margin:0 0 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
  font-weight:700;
}
.inner-hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.inner-hero-image{
  position:relative;
  min-height:430px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(5,34,71,.12);
  background:#eaf4fb;
}
.inner-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;inset:0;}
.inner-hero-image:before{
  content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.55);border-radius:24px;z-index:1;pointer-events:none;
}
.about-story-section,.about-values-section,.about-method-section,.about-team-strip,.contact-main-section,.contact-options-section,.contact-visit-section,.contact-faq-section{padding:86px 0;}
.about-story-grid,.about-method-grid,.about-team-grid,.contact-main-grid,.contact-visit-grid,.contact-faq-grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center;
}
.about-story-media{height:520px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#eaf4fb;}
.about-story-media img{width:100%;height:100%;object-fit:cover;object-position:center;}
.about-story-copy h2,.about-method-copy h2,.about-team-grid h2,.contact-info-panel h2,.contact-visit-grid h2,.contact-faq-grid h2,.contact-form-panel h2{
  margin:0 0 18px;color:var(--navy);font-size:44px;line-height:1.12;letter-spacing:-.8px;font-weight:900;
}
.about-story-copy p,.about-method-copy p,.about-team-grid p,.contact-visit-grid p,.contact-faq-grid p,.team-v3-text{
  color:var(--muted);font-size:16px;line-height:1.75;font-weight:700;margin:0 0 18px;
}
.about-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;}
.about-mini-stats div{padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(5,34,71,.05);}
.about-mini-stats strong{display:block;color:var(--blue);font-size:14px;font-weight:900;margin-bottom:8px;}
.about-mini-stats span{display:block;color:var(--navy);font-size:13px;line-height:1.4;font-weight:900;}
.about-values-section{background:linear-gradient(180deg,#fff 0%,#f6fbff 100%);}
.about-values-grid,.contact-options-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:36px;}
.about-values-grid article,.contact-options-grid article{padding:26px 22px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 18px 44px rgba(5,34,71,.06);transition:transform .28s ease,box-shadow .28s ease;}
.about-values-grid article:hover,.contact-options-grid article:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(5,34,71,.09);}
.about-values-grid i,.contact-options-grid i,.contact-info-list i,.map-placeholder i{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#eef6ff;color:var(--blue);margin-bottom:18px;}
.about-values-grid h3,.contact-options-grid h3{font-size:21px;line-height:1.2;margin:0 0 10px;color:var(--navy);font-weight:900;}
.about-values-grid p,.contact-options-grid p{font-size:14.5px;line-height:1.65;color:var(--muted);font-weight:700;margin:0;}
.contact-options-grid a{display:inline-flex;margin-top:18px;color:var(--blue);font-weight:900;}
.about-method-section{background:#fff;}
.about-method-steps{display:grid;gap:16px;}
.about-method-steps div{display:grid;grid-template-columns:58px 130px 1fr;gap:18px;align-items:center;padding:20px 22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(5,34,71,.05);}
.about-method-steps small{width:44px;height:44px;border-radius:15px;background:#fff7dc;display:grid;place-items:center;color:var(--navy);font-weight:900;}
.about-method-steps strong{font-size:19px;color:var(--navy);font-weight:900;}
.about-method-steps span{color:var(--muted);font-size:14px;line-height:1.55;font-weight:700;}
.about-team-strip{background:radial-gradient(circle at 90% 20%,rgba(2,111,162,.08) 0 160px,transparent 162px),#f6fbff;}
.about-team-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.about-team-cards article{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);}
.about-team-cards img{height:310px;width:100%;object-fit:cover;object-position:center top;background:#f7fafc;}
.about-team-cards strong{display:block;padding:18px 20px 4px;color:var(--navy);font-size:22px;font-weight:900;}
.about-team-cards span{display:inline-flex;margin:0 20px 20px;padding:8px 14px;border-radius:999px;background:#f7fbff;border:1px solid var(--line);color:var(--blue);font-size:12px;font-weight:900;}
.inner-cta-band{padding:80px 0;background:#fff;}
.inner-cta-grid{display:grid;grid-template-columns:150px 1fr auto;gap:28px;align-items:center;border-radius:32px;background:linear-gradient(135deg,#eef8ff 0%,#fff7dc 100%);padding:34px 42px;}
.inner-cta-grid img{width:130px;height:130px;object-fit:contain;}
.inner-cta-grid h2{margin:0 0 10px;color:var(--navy);font-size:34px;line-height:1.12;font-weight:900;}
.inner-cta-grid p:not(.eyebrow){margin:0;color:var(--muted);font-size:15px;line-height:1.6;font-weight:700;}
.contact-main-section{background:linear-gradient(180deg,#fff 0%,#f6fbff 100%);}
.contact-main-grid{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:stretch;}
.contact-form-panel,.contact-info-panel{border-radius:32px;padding:34px;border:1px solid var(--line);box-shadow:0 22px 60px rgba(5,34,71,.07);}
.contact-form-panel{background:#fff;}
.contact-info-panel{background:linear-gradient(160deg,#026fa2 0%,#004f82 100%);color:#fff;}
.contact-info-panel h2,.contact-info-panel .eyebrow{color:#fff;}
.contact-page-form{display:grid;gap:16px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.contact-page-form label{display:grid;gap:8px;}
.contact-page-form span{font-size:13px;font-weight:900;color:var(--navy);}
.contact-page-form input,.contact-page-form select,.contact-page-form textarea{width:100%;min-height:52px;border:1px solid var(--line);border-radius:16px;background:#f7fbff;padding:14px 16px;font:inherit;font-size:14px;font-weight:700;color:var(--navy);outline:none;transition:border-color .2s ease,box-shadow .2s ease;background .2s ease;}
.contact-page-form textarea{resize:vertical;min-height:130px;}
.contact-page-form input:focus,.contact-page-form select:focus,.contact-page-form textarea:focus{border-color:rgba(2,111,162,.45);box-shadow:0 0 0 4px rgba(2,111,162,.08);background:#fff;}
.contact-page-form .btn{justify-content:center;}
.contact-info-list{display:grid;gap:14px;margin-top:28px;}
.contact-info-list a,.contact-info-list div{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:center;padding:16px;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);}
.contact-info-list i{margin:0;background:rgba(255,255,255,.14);color:#fff;}
.contact-info-list small{display:block;color:#d7eaf7;font-size:12px;font-weight:900;margin-bottom:5px;}
.contact-info-list b{display:block;color:#fff;font-size:14px;line-height:1.45;font-weight:900;word-break:break-word;}
.contact-options-section{background:#fff;}
.contact-options-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.contact-visit-section{background:#f6fbff;}
.visit-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
.visit-pills span{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:13px;font-weight:900;}
.map-placeholder{min-height:360px;border-radius:32px;background:radial-gradient(circle at 22% 28%,rgba(244,198,47,.18) 0 100px,transparent 102px),linear-gradient(135deg,#eef8ff 0%,#fff 100%);border:1px solid var(--line);display:grid;place-items:center;padding:34px;box-shadow:var(--shadow);}
.map-placeholder div{max-width:390px;text-align:center;}
.map-placeholder i{margin:0 auto 18px;}
.map-placeholder strong{display:block;color:var(--navy);font-size:28px;font-weight:900;margin-bottom:10px;}
.map-placeholder span{display:block;color:var(--muted);font-size:15px;line-height:1.6;font-weight:700;}
.contact-faq-section{background:#fff;}
.contact-faq-grid{align-items:start;}

@media (max-width:1180px){
  .inner-hero-grid,.about-story-grid,.about-method-grid,.about-team-grid,.contact-main-grid,.contact-visit-grid,.contact-faq-grid{grid-template-columns:1fr;gap:34px;}
  .inner-hero-copy h1{font-size:46px;}
  .inner-hero-image{min-height:380px;}
  .about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .contact-options-grid{grid-template-columns:1fr 1fr 1fr;}
  .contact-info-panel{min-height:auto;}
}
@media (max-width:820px){
  .inner-hero{padding:58px 0 62px;}
  .inner-hero-copy h1{font-size:38px;}
  .inner-hero-image{min-height:320px;border-radius:26px;}
  .about-story-section,.about-values-section,.about-method-section,.about-team-strip,.contact-main-section,.contact-options-section,.contact-visit-section,.contact-faq-section{padding:62px 0;}
  .about-story-media{height:340px;border-radius:26px;}
  .about-story-copy h2,.about-method-copy h2,.about-team-grid h2,.contact-info-panel h2,.contact-visit-grid h2,.contact-faq-grid h2,.contact-form-panel h2{font-size:34px;}
  .about-mini-stats,.about-team-cards,.form-row,.contact-options-grid{grid-template-columns:1fr;}
  .inner-cta-grid{grid-template-columns:1fr;text-align:left;padding:28px;border-radius:24px;}
  .inner-cta-grid img{width:120px;height:120px;}
  .inner-cta-grid .btn{width:100%;}
}
@media (max-width:430px){
  .inner-hero{padding:42px 0 48px;}
  .inner-hero-copy h1{font-size:31px;letter-spacing:-.6px;}
  .inner-hero-copy p:not(.eyebrow){font-size:15px;line-height:1.65;}
  .inner-hero-actions{flex-direction:column;}
  .inner-hero-actions .btn{width:100%;}
  .inner-hero-image{min-height:250px;border-radius:20px;}
  .about-story-section,.about-values-section,.about-method-section,.about-team-strip,.contact-main-section,.contact-options-section,.contact-visit-section,.contact-faq-section{padding:48px 0;}
  .about-story-copy h2,.about-method-copy h2,.about-team-grid h2,.contact-info-panel h2,.contact-visit-grid h2,.contact-faq-grid h2,.contact-form-panel h2,.inner-cta-grid h2{font-size:28px;}
  .about-values-grid{grid-template-columns:1fr;}
  .about-method-steps div{grid-template-columns:48px 1fr;gap:12px;}
  .about-method-steps div span{grid-column:2;}
  .about-team-cards img{height:260px;}
  .contact-form-panel,.contact-info-panel{padding:22px;border-radius:24px;}
  .contact-info-list a,.contact-info-list div{grid-template-columns:48px 1fr;padding:14px;}
  .map-placeholder{min-height:280px;padding:22px;border-radius:24px;}
}
@media (max-width:360px){
  .inner-hero-copy h1{font-size:28px;}
  .inner-hero-image{min-height:220px;}
  .about-values-grid article,.contact-options-grid article{padding:22px 18px;}
  .contact-page-form input,.contact-page-form select,.contact-page-form textarea{min-height:48px;padding:12px 13px;}
  .about-team-cards img{height:230px;}
}


/* Help icon boxes, final 2-line content fix */
.help-grid{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 24px !important;
}
.help-card{
  min-height: 164px !important;
  padding: 34px 14px !important;
}
.help-card h3{
  max-width: none !important;
  margin: 17px auto 0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  word-spacing: 1px !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
.help-card h3 span{
  display: block !important;
  white-space: nowrap !important;
}
@media (max-width:1180px){
  .help-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width:760px){
  .help-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
  .help-card h3{
    font-size: 14px !important;
  }
  .help-card h3 span{
    white-space: normal !important;
  }
}
@media (max-width:360px){
  .help-grid{
    grid-template-columns: 1fr !important;
  }
}


/* Blog section and blog page */
.blog-preview-section,
.blogs-page-section{
  position:relative;
  padding:92px 0;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
}
.blog-preview-section:before,
.blogs-page-section:before{
  content:"";
  position:absolute;
  right:-120px;
  top:70px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(2,111,162,.07);
  pointer-events:none;
}
.blog-preview-head,
.blogs-page-head{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:28px;
  margin-bottom:36px;
}
.blog-preview-head h2,
.blogs-page-head h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:46px;
  line-height:1.1;
  letter-spacing:-.9px;
  font-weight:900;
}
.blog-preview-head p:not(.eyebrow),
.blogs-page-head p:not(.eyebrow){
  max-width:650px;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
  font-weight:700;
}
.blog-grid{
  position:relative;
  z-index:1;
  display:grid;
  gap:22px;
}
.blog-grid-home{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.blog-grid-page{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.blog-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 46px rgba(5,34,71,.07);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.blog-card:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 70px rgba(5,34,71,.11);
  border-color:rgba(2,111,162,.24);
}
.blog-image{
  display:block;
  height:220px;
  background:#eef8ff;
  overflow:hidden;
}
.blog-grid-home .blog-image{
  height:190px;
}
.blog-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}
.blog-card:hover .blog-image img{
  transform:scale(1.04);
}
.blog-card-body{
  padding:24px 22px 26px;
}
.blog-card-body span{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border-radius:999px;
  background:#fff7dc;
  color:var(--navy);
  font-size:12px;
  line-height:1;
  font-weight:900;
  margin-bottom:15px;
}
.blog-card-body h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:22px;
  line-height:1.22;
  letter-spacing:-.2px;
  font-weight:900;
}
.blog-card-body p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:14.5px;
  line-height:1.68;
  font-weight:700;
}
.blog-read-more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--blue);
  font-size:14px;
  font-weight:900;
}
.blog-read-more b{
  font-size:16px;
}
.blogs-hero-image img{
  object-position:center;
}

@media (max-width:1180px){
  .blog-grid-home,
  .blog-grid-page{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .blog-preview-head,
  .blogs-page-head{
    align-items:flex-start;
  }
}
@media (max-width:760px){
  .blog-preview-section,
  .blogs-page-section{
    padding:64px 0;
  }
  .blog-preview-head,
  .blogs-page-head{
    display:grid;
    gap:20px;
    margin-bottom:28px;
  }
  .blog-preview-head h2,
  .blogs-page-head h2{
    font-size:34px;
  }
  .blog-grid-home,
  .blog-grid-page{
    grid-template-columns:1fr;
  }
  .blog-image,
  .blog-grid-home .blog-image{
    height:215px;
  }
  .blog-card-body{
    padding:22px 20px 24px;
  }
}


/* Upgraded dynamic blog cards and single blog pages */
.blog-preview-upgraded,
.blogs-page-upgraded{
  background:
    radial-gradient(circle at 12% 18%, rgba(244,219,80,.18), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
}
.blog-grid-upgraded{
  align-items:stretch;
}
.blog-card-upgraded{
  position:relative;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(2,111,162,.12);
  border-radius:30px;
  background:#fff;
  overflow:hidden;
  min-height:100%;
  box-shadow:0 18px 50px rgba(5,34,71,.08);
}
.blog-card-upgraded:after{
  content:"";
  position:absolute;
  inset:auto 22px 0;
  height:4px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,var(--blue),var(--yellow));
  opacity:.85;
}
.blog-card-featured{
  border-color:rgba(244,219,80,.45);
}
.blog-image-upgraded{
  position:relative;
}
.blog-featured-badge{
  position:absolute;
  left:18px;
  top:18px;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:9px 14px;
  border-radius:999px;
  background:var(--yellow);
  color:var(--navy);
  font-size:12px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(5,34,71,.12);
}
.blog-card-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:15px;
}
.blog-card-meta span{
  margin:0;
}
.blog-card-meta small,
.blog-card-footer small{
  color:var(--muted);
  font-size:12px;
  font-weight:900;
}
.blog-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
}
.blog-card-upgraded .blog-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
}
.blog-card-upgraded .blog-read-more{
  padding:10px 0;
}
.blog-card-loading{
  min-height:380px;
  border-radius:30px;
  background:linear-gradient(90deg,#f5f9fc,#fff,#f5f9fc);
  border:1px solid rgba(2,111,162,.12);
}
.blog-card-loading div:first-child{
  height:190px;
  background:#eaf5fb;
}
.blog-card-loading div:last-child{
  height:160px;
}
.blog-single-hero{
  padding:72px 0 78px;
  background:
    radial-gradient(circle at 10% 25%, rgba(244,219,80,.2), transparent 30%),
    linear-gradient(135deg,#f7fcff 0%,#fff 62%,#fff8dd 100%);
}
.blog-single-hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:52px;
  align-items:center;
}
.blog-back-link{
  display:inline-flex;
  color:var(--blue);
  font-size:14px;
  font-weight:900;
  margin-bottom:24px;
}
.blog-single-copy h1{
  margin:0 0 18px;
  color:var(--navy);
  font-size:56px;
  line-height:1.03;
  letter-spacing:-1.2px;
  font-weight:900;
}
.blog-single-copy p:not(.eyebrow){
  max-width:620px;
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
  font-weight:700;
}
.blog-single-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.blog-single-meta span{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-size:13px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(5,34,71,.08);
}
.blog-single-image{
  border-radius:36px;
  overflow:hidden;
  box-shadow:0 28px 80px rgba(5,34,71,.16);
  border:10px solid #fff;
}
.blog-single-image img{
  display:block;
  width:100%;
  height:480px;
  object-fit:cover;
}
.blog-single-content-section{
  padding:84px 0;
  background:#fff;
}
.blog-single-layout{
  display:grid;
  grid-template-columns:minmax(0,760px) 340px;
  gap:52px;
  align-items:start;
}
.blog-single-article{
  color:var(--navy);
}
.blog-single-intro{
  margin:0 0 32px;
  padding:26px 28px;
  border-radius:26px;
  background:#f5fbff;
  border:1px solid rgba(2,111,162,.12);
  color:var(--navy);
  font-size:20px;
  line-height:1.7;
  font-weight:800;
}
.blog-single-article h2{
  margin:38px 0 12px;
  color:var(--navy);
  font-size:34px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.4px;
}
.blog-single-article p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:17px;
  line-height:1.82;
  font-weight:700;
}
.blog-single-cta{
  margin-top:44px;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg,var(--blue),#034f77);
  color:#fff;
  overflow:hidden;
}
.blog-single-cta h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.2;
  font-weight:900;
}
.blog-single-cta p{
  color:rgba(255,255,255,.82);
  margin-bottom:22px;
}
.blog-single-sidebar{
  position:sticky;
  top:110px;
  display:grid;
  gap:20px;
}
.blog-sidebar-card{
  padding:26px;
  border-radius:28px;
  background:#f7fbff;
  border:1px solid rgba(2,111,162,.12);
  box-shadow:0 14px 40px rgba(5,34,71,.06);
}
.blog-sidebar-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:22px;
  font-weight:900;
}
.blog-sidebar-card p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
  font-weight:700;
}
.blog-sidebar-card > a:not(.blog-sidebar-link){
  color:var(--blue);
  font-weight:900;
}
.blog-sidebar-link{
  display:block;
  padding:14px 0;
  color:var(--navy);
  font-size:15px;
  line-height:1.35;
  font-weight:900;
  border-bottom:1px solid rgba(2,111,162,.1);
}
.blog-sidebar-link:last-child{
  border-bottom:0;
}
.blog-single-missing{
  padding:90px 20px;
}
.blog-single-missing h1{
  color:var(--navy);
  font-size:42px;
  margin:0 0 12px;
}
.blog-single-missing p{
  color:var(--muted);
  margin:0 0 24px;
}
@media (max-width:1180px){
  .blog-single-hero-grid,
  .blog-single-layout{
    grid-template-columns:1fr;
  }
  .blog-single-sidebar{
    position:relative;
    top:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .blog-card-footer{
    align-items:flex-start;
    flex-direction:column;
  }
  .blog-single-hero{
    padding:54px 0 58px;
  }
  .blog-single-copy h1{
    font-size:36px;
  }
  .blog-single-copy p:not(.eyebrow){
    font-size:16px;
  }
  .blog-single-image img{
    height:300px;
  }
  .blog-single-content-section{
    padding:58px 0;
  }
  .blog-single-intro{
    padding:22px;
    font-size:17px;
  }
  .blog-single-article h2{
    font-size:27px;
  }
  .blog-single-article p{
    font-size:16px;
  }
  .blog-single-sidebar{
    grid-template-columns:1fr;
  }
  .blog-single-cta{
    padding:26px;
  }
}

/* Compact refined blog card update */
.blog-preview-upgraded,
.blogs-page-upgraded{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.blog-grid-home,
.blog-grid-page,
.blog-grid-upgraded{
  align-items:start;
}
.blog-card.blog-card-upgraded{
  min-height:0;
  border-radius:20px;
  border:1px solid rgba(2,111,162,.14);
  box-shadow:0 14px 34px rgba(5,34,71,.07);
}
.blog-card.blog-card-upgraded:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 46px rgba(5,34,71,.10);
}
.blog-card-upgraded:after{
  display:none;
}
.blog-card-upgraded .blog-image,
.blog-card-upgraded .blog-image-upgraded{
  height:185px;
}
.blog-grid-page .blog-card-upgraded .blog-image,
.blog-grid-page .blog-card-upgraded .blog-image-upgraded{
  height:205px;
}
.blog-featured-badge{
  left:12px;
  top:12px;
  min-height:28px;
  padding:7px 11px;
  border-radius:9px;
  font-size:11px;
  font-weight:800;
}
.blog-card-upgraded .blog-card-body{
  padding:16px 16px 15px;
  display:block;
}
.blog-card-meta{
  margin-bottom:10px;
  gap:8px;
}
.blog-card-body .blog-card-meta span{
  padding:7px 10px;
  border-radius:8px;
  margin:0;
  font-size:11px;
  font-weight:800;
}
.blog-card-meta small,
.blog-card-footer small{
  font-size:11px;
  font-weight:700;
}
.blog-card-body h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.25;
  letter-spacing:-.1px;
  font-weight:800;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.blog-card-body h3 a{
  color:inherit;
}
.blog-card-body p{
  margin:0 0 12px;
  font-size:13.5px;
  line-height:1.5;
  font-weight:500;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.blog-card-footer{
  margin-top:0;
  padding-top:10px;
  border-top:1px solid rgba(2,111,162,.10);
}
.blog-card-upgraded .blog-read-more{
  padding:0;
  font-size:13px;
  font-weight:800;
}
.blog-card-upgraded .blog-read-more b{
  font-size:14px;
}
@media (max-width:700px){
  .blog-card-upgraded .blog-image,
  .blog-card-upgraded .blog-image-upgraded,
  .blog-grid-page .blog-card-upgraded .blog-image,
  .blog-grid-page .blog-card-upgraded .blog-image-upgraded{
    height:180px;
  }
  .blog-card-upgraded .blog-card-body{
    padding:15px;
  }
  .blog-card-body h3{
    font-size:17px;
  }
}


/* Services and Who We Are update */
.who-main-section{
  padding: 92px 0;
  background: linear-gradient(135deg, #f5fbff 0%, #ffffff 55%, #fff9df 100%);
}
.who-main-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap:34px;
  align-items:stretch;
}
.who-main-copy{
  background:#fff;
  border:1px solid rgba(2,111,162,.12);
  border-radius:28px;
  padding:42px;
  box-shadow:0 22px 60px rgba(2,111,162,.08);
}
.who-main-copy h2{
  max-width:760px;
  margin:8px 0 16px;
  font-size:clamp(32px,4vw,52px);
  line-height:1.05;
  color:#12344a;
}
.who-main-copy p{
  color:#526778;
  font-size:17px;
  line-height:1.8;
}
.who-main-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 28px;
}
.who-main-points span{
  background:#eef8ff;
  color:#026fa2;
  border:1px solid rgba(2,111,162,.14);
  border-radius:999px;
  padding:9px 14px;
  font-size:14px;
  font-weight:800;
}
.who-main-card{
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-radius:28px;
  padding:32px;
  background:linear-gradient(145deg,#026fa2,#064b70);
  color:#fff;
  box-shadow:0 22px 60px rgba(2,111,162,.18);
}
.who-main-card strong{
  font-size:34px;
  line-height:1.05;
  margin-bottom:14px;
}
.who-main-card p{
  color:rgba(255,255,255,.86);
  line-height:1.7;
  margin:0;
}
.service-card-new h3{
  min-height:58px;
}
.service-directory-section{
  padding:90px 0 70px;
  background:#fff;
}
.service-directory-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.service-directory-card{
  background:#fff;
  border:1px solid rgba(2,111,162,.12);
  border-radius:24px;
  padding:26px;
  box-shadow:0 18px 44px rgba(2,111,162,.07);
  transition:.25s ease;
}
.service-directory-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 54px rgba(2,111,162,.12);
}
.service-directory-card i,
.service-detail-card i{
  width:48px;
  height:48px;
  display:inline-grid;
  place-items:center;
  border-radius:16px;
  background:#eef8ff;
  color:#026fa2;
  margin-bottom:18px;
}
.service-directory-card h3{
  font-size:21px;
  color:#12344a;
  margin:0 0 10px;
}
.service-directory-card p{
  color:#617485;
  line-height:1.65;
  margin:0 0 16px;
}
.service-directory-card a,
.service-detail-link{
  color:#026fa2;
  font-weight:900;
  text-decoration:none;
}
.service-details-section{
  padding:86px 0;
  background:#f6fbff;
}
.service-details-wrap{
  display:grid;
  gap:20px;
}
.service-detail-card{
  display:grid;
  grid-template-columns:80px 1fr;
  gap:22px;
  background:#fff;
  border:1px solid rgba(2,111,162,.12);
  border-radius:28px;
  padding:32px;
  box-shadow:0 18px 44px rgba(2,111,162,.06);
  scroll-margin-top:120px;
}
.service-detail-number{
  width:64px;
  height:64px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:#f4db50;
  color:#12344a;
  font-weight:900;
  font-size:22px;
}
.service-detail-card h2{
  color:#12344a;
  margin:0 0 12px;
  font-size:clamp(26px,3vw,38px);
}
.service-detail-card p{
  color:#526778;
  font-size:17px;
  line-height:1.8;
  margin:0 0 18px;
}
.services-hero .inner-hero-copy h1{
  max-width:780px;
}
@media(max-width:980px){
  .who-main-grid,
  .service-directory-grid{
    grid-template-columns:1fr;
  }
  .who-main-copy{
    padding:30px;
  }
}
@media(max-width:620px){
  .who-main-section,
  .service-directory-section,
  .service-details-section{
    padding:58px 0;
  }
  .service-detail-card{
    grid-template-columns:1fr;
    padding:24px;
  }
  .service-card-new h3{
    min-height:auto;
  }
}


/* Service icon refinements */
[data-icon="microscope"] { background:#eef8ff !important; color:#026fa2 !important; }
[data-icon="fatty"] { background:#fff8df !important; color:#c79d12 !important; }
[data-icon="oxygen"] { background:#eaf8fb !important; color:#168aa6 !important; }
[data-icon="neuro"] { background:#f1f0ff !important; color:#5b62c9 !important; }
[data-icon="syringe"] { background:#fff2e9 !important; color:#e76f3c !important; }
[data-icon="folate"] { background:#fff0f5 !important; color:#e65d90 !important; }
[data-icon="behavior"] { background:#eef9ec !important; color:#50a363 !important; }
[data-icon="occupational"] { background:#f3f0ff !important; color:#6177c8 !important; }


/* Final alignment polish requested */
.about-story-section{
  padding:78px 0 82px !important;
  background:#fff !important;
}
.about-story-grid{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) !important;
  gap:54px !important;
  align-items:center !important;
}
.about-story-media{
  height:440px !important;
  border-radius:28px !important;
  box-shadow:0 24px 70px rgba(5,34,71,.10) !important;
}
.about-story-copy{
  max-width:650px !important;
}
.about-story-copy .eyebrow{
  margin-bottom:14px !important;
  letter-spacing:2px !important;
}
.about-story-copy h2{
  max-width:560px !important;
  font-size:clamp(34px,3.35vw,46px) !important;
  line-height:1.12 !important;
  letter-spacing:-.7px !important;
  margin-bottom:20px !important;
}
.about-story-copy p{
  max-width:610px !important;
  font-size:15.5px !important;
  line-height:1.78 !important;
  font-weight:650 !important;
  color:#4d6072 !important;
}
.about-mini-stats{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  margin-top:26px !important;
}
.about-mini-stats div{
  min-height:82px !important;
  border-radius:18px !important;
  padding:18px 16px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.testing-card{
  padding:46px 58px !important;
  grid-template-columns:minmax(0,.98fr) minmax(430px,.82fr) !important;
  gap:42px !important;
}
.testing-card .feature-copy{
  max-width:520px !important;
}
.testing-card .feature-copy h2{
  max-width:520px !important;
  font-size:clamp(32px,3.2vw,48px) !important;
  line-height:1.16 !important;
  letter-spacing:1px !important;
  margin-bottom:22px !important;
}
.testing-card .feature-copy p{
  max-width:510px !important;
  font-size:18px !important;
  line-height:1.72 !important;
  font-weight:750 !important;
  margin-bottom:28px !important;
}
.testing-card .btn{
  width:100% !important;
  max-width:520px !important;
  justify-content:center !important;
}
.test-icons{
  align-self:center !important;
}
.test-icons span{
  min-height:150px !important;
  padding:24px 18px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:17px !important;
  line-height:1.35 !important;
}
.test-icons i{
  width:58px !important;
  height:58px !important;
}
@media(max-width:1100px){
  .testing-card{
    grid-template-columns:1fr !important;
    padding:34px !important;
  }
  .testing-card .feature-copy,
  .testing-card .feature-copy h2,
  .testing-card .feature-copy p,
  .testing-card .btn{
    max-width:none !important;
  }
}
@media(max-width:980px){
  .about-story-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  .about-story-copy{
    max-width:none !important;
  }
  .about-story-media{
    height:360px !important;
  }
}
@media(max-width:620px){
  .about-story-section{
    padding:54px 0 !important;
  }
  .about-story-copy h2{
    font-size:30px !important;
  }
  .about-mini-stats{
    grid-template-columns:1fr !important;
  }
  .testing-card{
    padding:26px !important;
  }
  .testing-card .feature-copy h2{
    font-size:34px !important;
    letter-spacing:0 !important;
  }
  .testing-card .feature-copy p{
    font-size:15.5px !important;
  }
  .test-icons{
    grid-template-columns:1fr 1fr !important;
  }
  .test-icons span{
    min-height:122px !important;
    font-size:14px !important;
    padding:18px 12px !important;
  }
}

/* Repair homepage feature banner alignment */
.feature-banners{
  padding:40px 0 56px !important;
}
.feature-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) !important;
  gap:24px !important;
  align-items:stretch !important;
}
.testing-card,
.product-card{
  min-height:390px !important;
  height:100% !important;
  padding:34px !important;
  border-radius:22px !important;
  overflow:hidden !important;
}
.testing-card{
  grid-template-columns:minmax(0,1fr) 300px !important;
  gap:26px !important;
  align-items:center !important;
}
.testing-card .feature-copy{
  max-width:100% !important;
  width:100% !important;
}
.testing-card .feature-copy h2{
  max-width:360px !important;
  font-size:clamp(30px,2.4vw,38px) !important;
  line-height:1.15 !important;
  letter-spacing:.8px !important;
  margin:0 0 18px !important;
}
.testing-card .feature-copy p{
  max-width:330px !important;
  font-size:15.5px !important;
  line-height:1.62 !important;
  font-weight:700 !important;
  margin:0 0 22px !important;
}
.testing-card .btn{
  width:auto !important;
  max-width:none !important;
  justify-content:center !important;
  padding:15px 24px !important;
}
.test-icons{
  grid-template-columns:1fr 1fr !important;
  gap:14px !important;
  width:100% !important;
  align-self:center !important;
}
.test-icons span{
  min-height:124px !important;
  padding:18px 14px !important;
  font-size:14px !important;
  line-height:1.35 !important;
  border-radius:16px !important;
}
.test-icons i{
  width:48px !important;
  height:48px !important;
  margin-bottom:10px !important;
}
.product-card{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr) !important;
  gap:24px !important;
  align-items:center !important;
}
.product-card .feature-copy{
  max-width:280px !important;
  width:100% !important;
  justify-content:center !important;
}
.product-card .feature-copy h2{
  max-width:280px !important;
  font-size:clamp(24px,2vw,30px) !important;
  line-height:1.18 !important;
  margin:0 0 16px !important;
}
.product-card .feature-copy p{
  max-width:260px !important;
  font-size:14.5px !important;
  line-height:1.62 !important;
  margin:0 0 22px !important;
}
.product-card .product-photo-wrap{
  min-height:280px !important;
  height:100% !important;
}
.product-card .product-photo{
  right:-28px !important;
  bottom:-26px !important;
  width:calc(100% + 28px) !important;
  height:230px !important;
}
@media(max-width:1180px){
  .feature-grid{
    grid-template-columns:1fr !important;
  }
  .testing-card,
  .product-card{
    min-height:auto !important;
  }
  .testing-card{
    grid-template-columns:minmax(0,1fr) 320px !important;
  }
  .testing-card .feature-copy h2,
  .testing-card .feature-copy p{
    max-width:430px !important;
  }
}
@media(max-width:760px){
  .testing-card,
  .product-card{
    grid-template-columns:1fr !important;
    padding:26px !important;
  }
  .testing-card .feature-copy h2,
  .testing-card .feature-copy p,
  .product-card .feature-copy,
  .product-card .feature-copy h2,
  .product-card .feature-copy p{
    max-width:100% !important;
  }
  .testing-card .feature-copy h2{
    font-size:30px !important;
  }
  .test-icons span{
    min-height:112px !important;
  }
  .product-card .product-photo-wrap{
    min-height:210px !important;
  }
  .product-card .product-photo{
    position:relative !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    height:210px !important;
  }
}


/* Heading width fix for homepage feature cards */
.feature-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr) !important;
  gap:26px !important;
}
.testing-card,
.product-card{
  min-height:330px !important;
  padding:32px 34px !important;
}
.testing-card{
  grid-template-columns:minmax(0,1.18fr) 270px !important;
  gap:24px !important;
}
.testing-card .feature-copy h2{
  max-width:440px !important;
  width:440px !important;
  font-size:clamp(28px,2.15vw,34px) !important;
  line-height:1.12 !important;
  letter-spacing:.5px !important;
  text-wrap:balance;
}
.testing-card .feature-copy p{
  max-width:410px !important;
  line-height:1.55 !important;
}
.test-icons{
  gap:12px !important;
}
.test-icons span{
  min-height:112px !important;
  padding:16px 12px !important;
}
.product-card{
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr) !important;
  gap:18px !important;
}
.product-card .feature-copy{
  max-width:360px !important;
}
.product-card .feature-copy h2{
  max-width:360px !important;
  width:360px !important;
  font-size:clamp(25px,1.8vw,29px) !important;
  line-height:1.12 !important;
  text-wrap:balance;
}
.product-card .feature-copy p{
  max-width:320px !important;
  line-height:1.55 !important;
}
.product-card .product-photo-wrap{
  min-height:220px !important;
}
.product-card .product-photo{
  height:205px !important;
}
@media(max-width:1180px){
  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    width:auto !important;
    max-width:560px !important;
  }
  .testing-card .feature-copy p,
  .product-card .feature-copy p{
    max-width:520px !important;
  }
}
@media(max-width:760px){
  .feature-grid{
    grid-template-columns:1fr !important;
  }
  .testing-card,
  .product-card{
    min-height:auto !important;
  }
  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    max-width:100% !important;
    width:auto !important;
  }
}

/* Final repair: MOSAIC card overlap and About page Who We Are alignment */
@media (min-width: 761px){
  .feature-grid{
    grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr) !important;
    gap:26px !important;
  }
  .testing-card{
    grid-template-columns:minmax(0,1fr) 230px !important;
    gap:20px !important;
    align-items:center !important;
    padding:32px 30px !important;
  }
  .testing-card .feature-copy{
    min-width:0 !important;
    max-width:none !important;
  }
  .testing-card .feature-copy h2{
    width:auto !important;
    max-width:330px !important;
    font-size:clamp(27px,2vw,32px) !important;
    line-height:1.14 !important;
    letter-spacing:.35px !important;
    margin-bottom:16px !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }
  .testing-card .feature-copy p{
    max-width:330px !important;
    font-size:15px !important;
    line-height:1.55 !important;
    margin-bottom:20px !important;
  }
  .testing-card .btn{
    width:100% !important;
    max-width:330px !important;
    padding:14px 20px !important;
  }
  .test-icons{
    width:230px !important;
    min-width:230px !important;
    grid-template-columns:1fr 1fr !important;
    gap:11px !important;
  }
  .test-icons span{
    min-height:106px !important;
    padding:14px 9px !important;
    font-size:13px !important;
    line-height:1.25 !important;
  }
  .test-icons i{
    width:44px !important;
    height:44px !important;
    margin-bottom:8px !important;
  }
}

.about-story-section{
  padding:82px 0 !important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
}
.about-story-grid{
  display:grid !important;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr) !important;
  gap:46px !important;
  align-items:center !important;
  background:#fff !important;
  border:1px solid #dfeaf3 !important;
  border-radius:34px !important;
  padding:34px !important;
  box-shadow:0 28px 80px rgba(5,34,71,.08) !important;
}
.about-story-media{
  height:430px !important;
  border-radius:26px !important;
  box-shadow:none !important;
}
.about-story-copy{
  max-width:680px !important;
  padding:8px 10px 8px 0 !important;
}
.about-story-copy h2{
  max-width:640px !important;
  font-size:clamp(34px,3vw,44px) !important;
  line-height:1.12 !important;
  margin:0 0 18px !important;
}
.about-story-copy p{
  max-width:640px !important;
  font-size:15.5px !important;
  line-height:1.72 !important;
  margin:0 0 14px !important;
  color:#4e6274 !important;
  font-weight:650 !important;
}
.about-mini-stats{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  margin-top:22px !important;
}
.about-mini-stats div{
  min-height:78px !important;
  border-radius:18px !important;
  padding:16px 14px !important;
  background:#f8fcff !important;
  border:1px solid #dfeaf3 !important;
  box-shadow:none !important;
}
@media(max-width:980px){
  .about-story-grid{
    grid-template-columns:1fr !important;
    padding:26px !important;
    gap:28px !important;
  }
  .about-story-copy{
    padding:0 !important;
  }
  .about-story-media{
    height:360px !important;
  }
}
@media(max-width:620px){
  .about-story-section{
    padding:54px 0 !important;
  }
  .about-story-grid{
    border-radius:24px !important;
    padding:18px !important;
  }
  .about-story-media{
    height:280px !important;
    border-radius:20px !important;
  }
  .about-story-copy h2{
    font-size:29px !important;
  }
  .about-mini-stats{
    grid-template-columns:1fr !important;
  }
}


/* About page refinement: taller image + more unique presentation */
.about-story-grid{
  position:relative !important;
  overflow:hidden !important;
}
.about-story-grid::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-70px;
  top:-80px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(244,219,80,.24) 0%, rgba(244,219,80,0) 70%);
  pointer-events:none;
}
.about-story-media{
  position:relative !important;
  height:470px !important;
  overflow:hidden !important;
}
.about-story-media::before{
  content:"";
  position:absolute;
  inset:auto -24px -26px auto;
  width:170px;
  height:170px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(2,111,162,.16) 0%, rgba(2,111,162,0) 72%);
  z-index:1;
  pointer-events:none;
}
.about-story-media img{
  transform:scale(1.01);
}
.about-story-badge{
  position:absolute;
  left:22px;
  bottom:22px;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(223,234,243,.95);
  box-shadow:0 12px 28px rgba(5,34,71,.14);
  backdrop-filter:blur(8px);
}
.about-story-badge strong{
  font-size:15px;
  line-height:1.2;
  color:#0e2d63;
  font-weight:800;
}
.about-story-badge span{
  font-size:13px;
  line-height:1.4;
  color:#5a6c7d;
  font-weight:600;
}
@media(max-width:980px){
  .about-story-media{
    height:400px !important;
  }
}
@media(max-width:620px){
  .about-story-grid::after{display:none;}
  .about-story-media{
    height:320px !important;
  }
  .about-story-badge{
    left:14px;
    right:14px;
    bottom:14px;
    padding:12px 14px;
  }
}


/* Service detail pages, premium hero, process and form */
.service-single-page .site-header{position:relative;z-index:20;}
.service-single-hero{padding:56px 0 72px;background:linear-gradient(180deg,#fbfdff 0%,#f4f9ff 100%);overflow:hidden;}
.service-single-hero-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:42px;align-items:center;min-height:520px;padding:54px;border-radius:36px;background:linear-gradient(135deg,#0b6fab 0%,#6957ff 100%);box-shadow:0 30px 90px rgba(6,65,112,.18);overflow:hidden;}
.service-single-hero-shell::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.28),rgba(255,255,255,0) 28%),radial-gradient(circle at 82% 18%,rgba(244,219,80,.26),rgba(244,219,80,0) 30%);pointer-events:none;}
.service-hero-copy,.service-hero-visual{position:relative;z-index:2;}
.service-hero-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);color:#fff;font-size:14px;font-weight:850;margin-bottom:20px;}
.service-hero-pill i{width:28px;height:28px;background:rgba(255,255,255,.18);color:#fff;}
.service-hero-copy h1{max-width:620px;margin:0 0 18px;color:#fff;font-size:clamp(44px,5vw,70px);line-height:1.02;letter-spacing:-1.4px;}
.service-hero-copy p{max-width:560px;margin:0 0 26px;color:rgba(255,255,255,.86);font-size:18px;line-height:1.72;font-weight:650;}
.service-hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:24px;}
.service-hero-trust{display:flex;gap:10px;flex-wrap:wrap;}
.service-hero-trust span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:13px;font-weight:800;}
.service-hero-visual{min-height:410px;display:flex;align-items:flex-end;justify-content:center;}
.service-hero-visual img{width:min(420px,88%);height:430px;object-fit:cover;object-position:center;border-radius:30px;box-shadow:0 22px 70px rgba(0,0,0,.18);}
.floating-service-card{position:absolute;min-width:180px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 14px 36px rgba(7,39,77,.18);border:1px solid rgba(255,255,255,.7);}
.floating-service-card strong{display:block;color:#0e2d63;font-size:15px;line-height:1.2;font-weight:900;}
.floating-service-card span{display:block;margin-top:4px;color:#607386;font-size:13px;line-height:1.35;font-weight:650;}
.floating-service-card.top{right:0;top:54px;}
.floating-service-card.bottom{left:8px;bottom:18px;}
.service-single-content-section,.service-process-section,.service-booking-section,.service-related-section{padding:82px 0;}
.service-single-content-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:36px;align-items:start;}
.service-sidebar{position:sticky;top:24px;padding:30px;border-radius:28px;background:#eef8ff;border:1px solid #d7e9f5;box-shadow:0 18px 48px rgba(5,34,71,.06);}
.service-sidebar h2,.service-main-copy h2,.service-booking-copy h2{margin:0 0 18px;color:#0e2d63;font-size:clamp(30px,3vw,44px);line-height:1.12;letter-spacing:-.4px;}
.service-sidebar ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:12px;}
.service-sidebar li{position:relative;padding-left:28px;color:#42566a;font-weight:760;line-height:1.45;}
.service-sidebar li::before{content:"✓";position:absolute;left:0;top:0;color:#026fa2;font-weight:900;}
.service-main-copy{padding:8px 0;}
.service-main-copy p{color:#4e6274;font-size:17px;line-height:1.85;font-weight:650;margin:0 0 18px;}
.service-process-section{background:#fbfdff;}
.service-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px;}
.service-process-grid article{padding:28px 22px;border-radius:24px;background:#fff;border:1px solid #ddebf5;box-shadow:0 16px 42px rgba(5,34,71,.06);}
.service-process-grid span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#eaf6ff;color:#026fa2;font-weight:900;margin-bottom:18px;}
.service-process-grid h3{margin:0 0 10px;color:#0e2d63;font-size:20px;line-height:1.25;}
.service-process-grid p{margin:0;color:#5a6c7d;font-size:15px;line-height:1.65;font-weight:650;}
.service-booking-section{background:linear-gradient(180deg,#fff7d8 0%,#fff 100%);}
.service-booking-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:36px;align-items:center;}
.service-booking-copy p{max-width:520px;color:#4e6274;font-size:17px;line-height:1.75;font-weight:650;}
.service-contact-pills{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;}
.service-contact-pills a{display:inline-flex;padding:12px 16px;border-radius:999px;background:#fff;border:1px solid #e4dba8;color:#0e2d63;font-weight:850;text-decoration:none;}
.service-form-card{padding:30px;border-radius:28px;background:#fff;border:1px solid #e9dfaa;box-shadow:0 24px 70px rgba(86,66,0,.10);display:grid;gap:16px;}
.service-form-card label{display:grid;gap:7px;color:#0e2d63;font-weight:850;}
.service-form-card input,.service-form-card select,.service-form-card textarea{width:100%;border:1px solid #d9e7f1;border-radius:15px;padding:14px 15px;font:inherit;color:#0e2d63;background:#fbfdff;outline:none;}
.service-form-card textarea{resize:vertical;}
.service-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px;}
.service-related-card{padding:26px;border-radius:24px;background:#fff;border:1px solid #ddebf5;box-shadow:0 16px 42px rgba(5,34,71,.06);}
.service-related-card i{width:54px;height:54px;margin-bottom:18px;}
.service-related-card h3{margin:0 0 10px;color:#0e2d63;font-size:21px;line-height:1.25;}
.service-related-card p{margin:0 0 16px;color:#5a6c7d;font-size:15px;line-height:1.62;font-weight:650;}
.service-related-card a{color:#026fa2;font-weight:900;text-decoration:none;}
@media(max-width:1040px){.service-single-hero-shell{grid-template-columns:1fr;padding:38px;}.service-hero-visual{min-height:360px}.service-single-content-grid,.service-booking-grid{grid-template-columns:1fr}.service-sidebar{position:relative;top:auto}.service-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.service-related-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:640px){.service-single-hero{padding:34px 0 52px}.service-single-hero-shell{padding:28px 20px;border-radius:28px;min-height:auto}.service-hero-copy h1{font-size:38px}.service-hero-copy p{font-size:16px}.service-hero-visual img{height:320px;width:100%;}.floating-service-card{position:relative;inset:auto!important;margin-top:12px;width:100%;}.service-hero-visual{display:block;min-height:auto}.service-single-content-section,.service-process-section,.service-booking-section,.service-related-section{padding:56px 0}.service-process-grid,.service-related-grid{grid-template-columns:1fr}.service-form-card{padding:22px}.form-row{grid-template-columns:1fr!important;}}


/* ===== Service page redesign v3 ===== */
.service-single-redesign .site-header{position:relative;z-index:25;}
.service-hero-v3{position:relative;min-height:calc(100vh - 118px);display:flex;align-items:center;padding:0;overflow:hidden;background:linear-gradient(135deg,#0b6ea7 0%,#345fdb 55%,#745eff 100%);}
.service-hero-v3-shape{position:absolute;border-radius:50%;filter:blur(1px);opacity:.32;pointer-events:none;}
.service-hero-v3-shape.one{width:420px;height:420px;left:-120px;top:8%;background:radial-gradient(circle,rgba(244,219,80,.62) 0%,rgba(244,219,80,0) 72%);}
.service-hero-v3-shape.two{width:520px;height:520px;right:-160px;bottom:-120px;background:radial-gradient(circle,rgba(255,255,255,.22) 0%,rgba(255,255,255,0) 72%);}
.service-hero-v3::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);background-size:58px 58px;mask-image:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.18));pointer-events:none;}
.service-hero-v3-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.95fr);gap:56px;align-items:center;min-height:calc(100vh - 118px);padding:54px 0 58px;}
.service-hero-copy-v3 h1{margin:0 0 18px;max-width:700px;color:#fff;font-size:clamp(48px,5.8vw,82px);line-height:1.01;letter-spacing:-1.6px;}
.service-hero-copy-v3 p{max-width:620px;margin:0 0 28px;color:rgba(255,255,255,.88);font-size:19px;line-height:1.78;font-weight:650;}
.service-hero-pill-v3{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);color:#fff;margin-bottom:22px;font-weight:850;font-size:14px;backdrop-filter:blur(10px);}
.service-hero-pill-v3 i{width:30px;height:30px;background:rgba(255,255,255,.12);color:#fff;}
.service-hero-actions-v3{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:22px;}
.service-hero-tags-v3{display:flex;gap:10px;flex-wrap:wrap;}
.service-hero-tags-v3 span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.17);color:#fff;font-size:13px;font-weight:820;}
.service-hero-visual-v3{position:relative;height:min(72vh,650px);min-height:520px;}
.service-hero-image-wrap-v3{position:absolute;inset:28px 22px 78px 72px;border-radius:40px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.20), 0 0 0 10px rgba(255,255,255,.09);background:rgba(255,255,255,.16);}
.service-hero-image-wrap-v3 img{width:100%;height:100%;object-fit:cover;object-position:center;}
.service-note-card-v3,.service-quick-panel-v3{position:absolute;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.85);box-shadow:0 20px 45px rgba(8,31,60,.18);}
.service-note-card-v3{padding:16px 18px;border-radius:20px;max-width:240px;animation:serviceFloat 4.6s ease-in-out infinite;}
.service-note-card-v3 strong{display:block;color:#0e2d63;font-weight:900;font-size:16px;line-height:1.2;}
.service-note-card-v3 span{display:block;margin-top:6px;color:#5d7185;font-size:13px;line-height:1.45;font-weight:650;}
.service-note-card-v3.top{top:4px;right:0;}
.service-note-card-v3.bottom{left:0;bottom:84px;animation-delay:1.15s;}
.service-quick-panel-v3{right:26px;bottom:0;width:300px;padding:18px 18px 16px;border-radius:22px;}
.service-quick-panel-v3 p{margin:0 0 10px;color:#0e2d63;font-size:14px;font-weight:900;}
.service-quick-panel-v3 ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;}
.service-quick-panel-v3 li{position:relative;padding-left:24px;color:#526678;font-size:13px;font-weight:760;line-height:1.45;}
.service-quick-panel-v3 li::before{content:"";position:absolute;left:0;top:7px;width:10px;height:10px;border-radius:50%;background:#f4db50;box-shadow:0 0 0 4px rgba(244,219,80,.26);}
@keyframes serviceFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.service-overview-v3,.service-focus-v3,.service-process-v3,.service-book-v3,.service-related-v3{padding:88px 0;}
.service-overview-grid-v3{display:grid;grid-template-columns:360px minmax(0,1fr);gap:40px;align-items:start;}
.service-overview-side-v3{position:sticky;top:24px;padding:32px;border-radius:30px;background:linear-gradient(180deg,#edf8ff 0%,#ffffff 100%);border:1px solid #dbeaf4;box-shadow:0 20px 56px rgba(5,34,71,.06);}
.service-overview-side-v3 h2,.service-overview-copy-v3 h2,.service-book-copy-v3 h2{margin:0 0 18px;color:#0e2d63;font-size:clamp(30px,3vw,42px);line-height:1.14;letter-spacing:-.4px;}
.service-overview-side-v3 ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:12px;}
.service-overview-side-v3 li{position:relative;padding-left:28px;color:#42566a;font-size:15px;line-height:1.52;font-weight:760;}
.service-overview-side-v3 li::before{content:"✓";position:absolute;left:0;top:0;color:#026fa2;font-weight:900;}
.service-side-cta-v3{padding:18px;border-radius:22px;background:#fff;border:1px solid #dbeaf4;}
.service-side-cta-v3 strong{display:block;margin-bottom:8px;color:#0e2d63;font-size:18px;line-height:1.2;}
.service-side-cta-v3 p{margin:0 0 14px;color:#607386;font-size:14px;line-height:1.62;font-weight:650;}
.service-overview-copy-v3{padding:8px 0 0;}
.service-overview-copy-v3 p{margin:0 0 18px;color:#4e6274;font-size:17px;line-height:1.86;font-weight:650;}
.service-partner-panel-v3{margin-top:22px;padding:16px 20px;border-radius:18px;background:#fff;border:1px solid #e1edf5;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 10px 28px rgba(5,34,71,.05);}
.service-partner-text-v3{margin:0;flex:0 0 auto;}
.service-partner-text-v3 span{display:inline-flex;color:#026fa2;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.8px;font-weight:900;}
.service-partner-text-v3 strong{display:none;}
.service-partner-logos-v3{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap;min-width:0;}
.service-partner-logo-card-v3{min-height:0;min-width:0;flex:0 1 auto;margin:0;padding:0;border-radius:0;background:transparent;border:0;display:flex;align-items:center;justify-content:center;box-shadow:none;}
.service-partner-logo-card-v3 img{display:block;width:auto;max-width:250px;max-height:60px;object-fit:contain;}
.service-partner-logo-card-v3.wide img{max-height:66px;max-width:280px;}
.service-partner-logo-card-v3.compact img{max-height:48px;max-width:230px;}
.service-partner-logo-card-v3.square img{max-height:78px;max-width:112px;}
.service-partner-logo-card-v3 figcaption{display:none;}
.service-focus-v3{background:linear-gradient(180deg,#fbfdff 0%,#f7fbff 100%);}
.service-focus-grid-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:34px;}
.service-focus-card{padding:30px 24px;border-radius:26px;background:#fff;border:1px solid #dceaf4;box-shadow:0 16px 48px rgba(5,34,71,.06);}
.service-focus-no{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:#eaf6ff;color:#026fa2;font-size:14px;font-weight:900;margin-bottom:18px;}
.service-focus-card h3{margin:0 0 10px;color:#0e2d63;font-size:22px;line-height:1.25;}
.service-focus-card p{margin:0;color:#5a6c7d;font-size:15px;line-height:1.72;font-weight:650;}
.service-process-v3 .section-intro{max-width:650px;margin:12px auto 0;color:#5a6c7d;font-size:16px;line-height:1.72;font-weight:650;text-align:center;}
.service-process-grid-v3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:36px;}
.service-process-grid-v3 article{position:relative;padding:32px 24px 26px;border-radius:26px;background:#fff;border:1px solid #ddebf5;box-shadow:0 16px 46px rgba(5,34,71,.06);overflow:hidden;}
.service-process-grid-v3 article::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:linear-gradient(90deg,#026fa2 0%,#6b5dff 100%);}
.service-process-grid-v3 span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:#eef8ff;color:#026fa2;font-weight:900;margin-bottom:18px;}
.service-process-grid-v3 h3{margin:0 0 10px;color:#0e2d63;font-size:20px;line-height:1.25;}
.service-process-grid-v3 p{margin:0;color:#5a6c7d;font-size:15px;line-height:1.7;font-weight:650;}
.service-book-v3{background:linear-gradient(180deg,#fff8dd 0%,#ffffff 100%);}
.service-book-grid-v3{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:40px;align-items:center;}
.service-book-copy-v3 p{max-width:520px;color:#4e6274;font-size:17px;line-height:1.8;font-weight:650;}
.service-book-benefits-v3{display:grid;gap:16px;margin:24px 0 0;}
.service-book-benefits-v3 div{padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.74);border:1px solid #eedf9a;}
.service-book-benefits-v3 strong{display:block;color:#0e2d63;font-size:16px;line-height:1.2;font-weight:900;margin-bottom:5px;}
.service-book-benefits-v3 span{color:#607386;font-size:14px;line-height:1.55;font-weight:650;}
.service-contact-pills-v3{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;}
.service-contact-pills-v3 a{display:inline-flex;padding:12px 16px;border-radius:999px;background:#fff;border:1px solid #e8db9f;color:#0e2d63;text-decoration:none;font-weight:850;}
.service-form-v3{display:grid;gap:16px;padding:32px;border-radius:30px;background:#fff;border:1px solid #ecdca1;box-shadow:0 24px 80px rgba(102,84,11,.10);}
.service-form-v3 label{display:grid;gap:7px;color:#0e2d63;font-weight:850;}
.service-form-v3 input,.service-form-v3 select,.service-form-v3 textarea{width:100%;padding:14px 15px;border-radius:16px;border:1px solid #d8e7f1;background:#fbfdff;color:#0e2d63;font:inherit;outline:none;}
.service-form-v3 small{color:#6f7f8c;font-size:13px;line-height:1.55;font-weight:650;}
.service-related-grid-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:34px;}
.service-related-card-v2{padding:28px 24px;border-radius:26px;background:#fff;border:1px solid #ddebf5;box-shadow:0 16px 42px rgba(5,34,71,.06);}
.service-related-card-v2 i{width:56px;height:56px;margin-bottom:18px;}
.service-related-card-v2 h3{margin:0 0 10px;color:#0e2d63;font-size:22px;line-height:1.25;}
.service-related-card-v2 p{margin:0 0 16px;color:#5a6c7d;font-size:15px;line-height:1.7;font-weight:650;}
.service-related-card-v2 a{display:inline-flex;gap:6px;align-items:center;color:#026fa2;text-decoration:none;font-weight:900;}
@media(max-width:1100px){.service-hero-v3{min-height:auto;}.service-hero-v3-grid{grid-template-columns:1fr;min-height:auto;padding:44px 0 54px;gap:34px;}.service-hero-visual-v3{height:520px;min-height:520px;}.service-overview-grid-v3,.service-book-grid-v3{grid-template-columns:1fr;}.service-overview-side-v3{position:relative;top:auto;}.service-focus-grid-v3,.service-related-grid-v3{grid-template-columns:1fr 1fr;}.service-process-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:760px){.service-hero-v3-grid{padding:34px 0 44px;}.service-hero-copy-v3 h1{font-size:40px;}.service-hero-copy-v3 p{font-size:16px;line-height:1.7;}.service-hero-visual-v3{height:auto;min-height:auto;display:grid;gap:14px;}.service-hero-image-wrap-v3{position:relative;inset:auto;height:360px;}.service-note-card-v3{position:relative;max-width:none;animation:none;}.service-note-card-v3.top,.service-note-card-v3.bottom{top:auto;right:auto;left:auto;bottom:auto;}.service-quick-panel-v3{position:relative;right:auto;bottom:auto;width:auto;}.service-overview-v3,.service-focus-v3,.service-process-v3,.service-book-v3,.service-related-v3{padding:58px 0;}.service-focus-grid-v3,.service-process-grid-v3,.service-related-grid-v3{grid-template-columns:1fr;}.service-form-v3{padding:24px;}.service-partner-panel-v3{align-items:flex-start;flex-direction:column;padding:14px;border-radius:16px;gap:12px;}.service-partner-logos-v3{justify-content:flex-start;gap:14px;}.service-partner-logo-card-v3 img{max-height:54px;max-width:230px;}.service-partner-logo-card-v3.compact img{max-height:42px;}.service-partner-logo-card-v3.square img{max-height:68px;}.form-row{grid-template-columns:1fr!important;}}

.mosaic-asd-tests-v3{padding:88px 0;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);}
.mosaic-tests-head-v3{max-width:850px;margin:0 auto 34px;text-align:center;}
.mosaic-tests-head-v3 h2{margin:0 0 14px;color:#0e2d63;font-size:clamp(34px,3.8vw,52px);line-height:1.1;letter-spacing:-.6px;}
.mosaic-tests-head-v3 p:not(.eyebrow){margin:0 auto;color:#53677b;font-size:17px;line-height:1.82;font-weight:650;}
.mosaic-issue-panel-v3{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1fr);gap:28px;align-items:center;margin-bottom:24px;padding:30px;border-radius:30px;background:linear-gradient(135deg,#0e2d63 0%,#5f348c 100%);box-shadow:0 24px 70px rgba(14,45,99,.16);overflow:hidden;}
.mosaic-panel-kicker-v3{display:inline-flex;margin-bottom:10px;color:#f3a061;font-size:13px;line-height:1.2;text-transform:uppercase;letter-spacing:.9px;font-weight:900;}
.mosaic-issue-panel-v3 h3{margin:0;color:#fff;font-size:30px;line-height:1.18;}
.mosaic-issue-panel-v3 ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.mosaic-issue-panel-v3 li{position:relative;padding-left:24px;color:rgba(255,255,255,.9);font-size:15px;line-height:1.45;font-weight:760;}
.mosaic-issue-panel-v3 li::before{content:"";position:absolute;left:0;top:7px;width:10px;height:10px;border-radius:50%;background:#f3a061;box-shadow:0 0 0 4px rgba(243,160,97,.2);}
.mosaic-test-lists-v3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:24px;}
.mosaic-test-lists-v3 article{padding:28px;border-radius:28px;background:#fff;border:1px solid #dfeaf5;box-shadow:0 18px 52px rgba(5,34,71,.07);}
.mosaic-test-lists-v3 h3,.mosaic-detail-grid-v3 h3{margin:0 0 16px;color:#0e2d63;font-size:24px;line-height:1.22;}
.mosaic-test-lists-v3 ul{list-style:none;margin:0;padding:0;display:grid;gap:11px;}
.mosaic-test-lists-v3 li{position:relative;padding-left:27px;color:#4f6376;font-size:15px;line-height:1.45;font-weight:760;}
.mosaic-test-lists-v3 li::before{content:"✓";position:absolute;left:0;top:0;color:#026fa2;font-weight:900;}
.mosaic-detail-grid-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.mosaic-detail-grid-v3 article{padding:26px 24px;border-radius:26px;background:#fff;border:1px solid #dfeaf5;box-shadow:0 16px 46px rgba(5,34,71,.06);}
.mosaic-detail-grid-v3 h3{font-size:21px;margin-bottom:10px;}
.mosaic-detail-grid-v3 p{margin:0;color:#596d80;font-size:15px;line-height:1.7;font-weight:650;}
@media(max-width:1100px){.mosaic-detail-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr));}.mosaic-issue-panel-v3{grid-template-columns:1fr;}}
@media(max-width:760px){.mosaic-asd-tests-v3{padding:58px 0;}.mosaic-tests-head-v3{text-align:left;margin-bottom:24px;}.mosaic-issue-panel-v3,.mosaic-test-lists-v3 article,.mosaic-detail-grid-v3 article{border-radius:22px;padding:22px;}.mosaic-issue-panel-v3 ul,.mosaic-test-lists-v3,.mosaic-detail-grid-v3{grid-template-columns:1fr;}.mosaic-issue-panel-v3 h3{font-size:25px;}.mosaic-tests-head-v3 h2{font-size:32px;}}


/* ===== Global font restored to Nunito ===== */
body, button, input, select, textarea {
  font-family: 'Nunito', Arial, sans-serif !important;
}

/* ===== Service page light hero + more appealing sections ===== */
.service-single-redesign .site-header{
  background:rgba(255,255,255,.95);
}
.service-single-redesign .header-topline{
  background:#0c69a0;
}
.service-hero-v3{
  background:linear-gradient(135deg,#f7fbff 0%,#eef6ff 52%,#f8f2ff 100%) !important;
  min-height:calc(100vh - 118px);
}
.service-hero-v3::after{
  background-image:linear-gradient(rgba(11,110,167,.05) 1px, transparent 1px),linear-gradient(90deg, rgba(11,110,167,.05) 1px, transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.08));
}
.service-hero-v3-shape.one{
  width:460px;height:460px;left:-120px;top:6%;
  background:radial-gradient(circle,rgba(244,219,80,.52) 0%,rgba(244,219,80,0) 72%);
  opacity:.55;
}
.service-hero-v3-shape.two{
  width:560px;height:560px;right:-170px;bottom:-160px;
  background:radial-gradient(circle,rgba(125,105,255,.22) 0%,rgba(125,105,255,0) 72%);
  opacity:.8;
}
.service-hero-v3-grid{
  gap:64px;
}
.service-hero-copy-v3 h1{
  color:#0e2d63 !important;
  max-width:680px;
  font-size:clamp(48px,5.4vw,78px);
  line-height:1.04;
  letter-spacing:-1.6px;
}
.service-hero-copy-v3 p{
  color:#53677b !important;
  max-width:610px;
  font-size:18px;
  line-height:1.86;
}
.service-hero-pill-v3{
  background:rgba(255,255,255,.9) !important;
  border:1px solid #dfeaf5 !important;
  color:#0e2d63 !important;
  box-shadow:0 14px 36px rgba(5,34,71,.06);
}
.service-hero-pill-v3 i{
  background:#eaf6ff !important;
  color:#0b6ea7 !important;
}
.service-hero-tags-v3 span{
  background:rgba(255,255,255,.78) !important;
  border:1px solid #dfeaf5 !important;
  color:#0e2d63 !important;
  box-shadow:0 10px 24px rgba(5,34,71,.04);
}
.service-hero-visual-v3{
  height:min(74vh,660px);
  min-height:540px;
}
.service-hero-visual-v3::before{
  content:"";
  position:absolute;
  inset:38px 24px 34px 44px;
  border-radius:42px;
  background:linear-gradient(145deg,#ddecff 0%, #ffffff 58%, #efe6ff 100%);
  box-shadow:0 20px 60px rgba(5,34,71,.06);
}
.service-hero-image-wrap-v3{
  inset:62px 38px 74px 94px !important;
  border-radius:34px !important;
  box-shadow:0 28px 70px rgba(5,34,71,.14), 0 0 0 10px rgba(255,255,255,.78) !important;
  background:#fff !important;
}
.service-hero-image-wrap-v3 img{
  object-position:center top;
}
.service-note-card-v3,
.service-quick-panel-v3{
  border:1px solid #e1ebf5 !important;
  box-shadow:0 18px 42px rgba(5,34,71,.12) !important;
}
.service-note-card-v3.top{
  top:18px;
  right:12px;
}
.service-note-card-v3.bottom{
  left:8px;
  bottom:96px;
}
.service-quick-panel-v3{
  right:18px;
  bottom:12px;
  width:320px;
}
.service-quick-panel-v3 p,
.service-note-card-v3 strong{
  color:#0e2d63 !important;
}
.service-quick-panel-v3 li,
.service-note-card-v3 span{
  color:#5f7387 !important;
}

/* More appealing service detail sections */
.service-overview-v3{
  padding-top:72px;
}
.service-overview-grid-v3{
  background:#fff;
  border:1px solid #e2edf5;
  border-radius:34px;
  padding:34px;
  box-shadow:0 22px 60px rgba(5,34,71,.06);
  gap:34px;
}
.service-overview-side-v3{
  border-radius:28px !important;
  background:linear-gradient(180deg,#eff8ff 0%,#f8fcff 100%) !important;
}
.service-overview-copy-v3{
  padding:10px 8px 6px 8px;
}
.service-overview-copy-v3 h2{
  font-size:clamp(34px,3vw,50px) !important;
  line-height:1.18 !important;
  max-width:820px;
}
.service-overview-copy-v3 p{
  font-size:17px !important;
  line-height:1.9 !important;
  color:#5a6c7d !important;
}
.service-focus-v3{
  background:linear-gradient(180deg,#fbfdff 0%,#ffffff 100%) !important;
}
.service-focus-card,
.service-process-grid-v3 article,
.service-related-card-v2{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.service-focus-card:hover,
.service-process-grid-v3 article:hover,
.service-related-card-v2:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 58px rgba(5,34,71,.1);
  border-color:#d2e6f4;
}
.service-focus-card{
  position:relative;
  overflow:hidden;
}
.service-focus-card::before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:100%;height:5px;
  background:linear-gradient(90deg,#0b6ea7 0%, #7a65ff 100%);
}
.service-process-v3 .section-intro{
  max-width:700px;
}
.service-book-v3{
  background:linear-gradient(180deg,#fff7dc 0%,#fffdfa 40%,#ffffff 100%) !important;
}
.service-book-grid-v3{
  background:#fff;
  border:1px solid #efe2ab;
  border-radius:34px;
  padding:34px;
  box-shadow:0 20px 56px rgba(102,84,11,.08);
}
.service-form-v3{
  border-radius:28px !important;
}
.service-related-v3{
  padding-top:76px;
}

@media(max-width:1100px){
  .service-hero-v3{
    min-height:auto;
  }
  .service-hero-v3-grid{
    min-height:auto;
    gap:34px;
  }
  .service-hero-visual-v3{
    min-height:500px;
  }
}
@media(max-width:760px){
  .service-hero-v3{
    padding:0;
  }
  .service-hero-copy-v3 h1{
    font-size:38px !important;
  }
  .service-hero-copy-v3 p{
    font-size:15px !important;
    line-height:1.75 !important;
  }
  .service-hero-visual-v3::before{
    inset:0;
    border-radius:28px;
  }
  .service-hero-image-wrap-v3{
    inset:auto !important;
    height:330px !important;
    margin:18px 16px 0 !important;
  }
  .service-note-card-v3.top,
  .service-note-card-v3.bottom,
  .service-quick-panel-v3{
    position:relative !important;
    right:auto !important;
    left:auto !important;
    top:auto !important;
    bottom:auto !important;
    width:auto !important;
    margin-top:14px;
  }
  .service-overview-grid-v3,
  .service-book-grid-v3{
    padding:20px;
    border-radius:24px;
  }
  .service-overview-copy-v3 h2{
    font-size:30px !important;
  }
}


/* Navigation dropdown and new pages */
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}
.nav-dropdown-link{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.nav-dropdown-link span{
  font-size:12px;
  line-height:1;
  transition:transform .2s ease;
}
.nav-dropdown:hover .nav-dropdown-link span{
  transform:rotate(180deg);
}
.nav-dropdown-menu{
  position:absolute;
  top:100%;
  left:50%;
  width:292px;
  transform:translateX(-50%) translateY(12px);
  padding:12px;
  border-radius:20px;
  background:#fff;
  border:1px solid #dceaf4;
  box-shadow:0 24px 70px rgba(5,34,71,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index:80;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.nav-dropdown-menu a{
  display:block !important;
  padding:11px 13px !important;
  border-radius:14px;
  color:#183052 !important;
  font-size:13px !important;
  line-height:1.25;
  white-space:normal !important;
}
.nav-dropdown-menu a:hover{
  background:#eef8ff;
  color:#026fa2 !important;
}
.nav-dropdown-menu a:after{
  display:none !important;
}

.reviews-hero-page,
.resources-hero-page{
  padding:86px 0 72px;
  background:linear-gradient(135deg,#eef8ff 0%,#fff8df 100%);
  overflow:hidden;
}
.reviews-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  gap:38px;
  align-items:center;
}
.reviews-hero-grid h1,
.resources-hero-inner h1{
  max-width:790px;
  margin:0 0 18px;
  color:#0e2d63;
  font-size:clamp(42px,5vw,68px);
  line-height:1.05;
  letter-spacing:-1px;
}
.reviews-hero-grid p,
.resources-hero-inner p{
  max-width:660px;
  margin:0 0 26px;
  color:#53677b;
  font-size:17px;
  line-height:1.78;
  font-weight:650;
}
.reviews-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.reviews-hero-panel{
  position:relative;
  padding:34px;
  border-radius:30px;
  background:#fff;
  border:1px solid #dceaf4;
  box-shadow:0 24px 70px rgba(5,34,71,.09);
  overflow:hidden;
}
.reviews-hero-panel:before{
  content:"";
  position:absolute;
  right:-55px;
  top:-55px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(244,219,80,.32);
}
.reviews-hero-panel span{
  position:relative;
  z-index:1;
  display:block;
  color:#f1b900;
  letter-spacing:4px;
  margin-bottom:18px;
}
.reviews-hero-panel strong{
  position:relative;
  z-index:1;
  display:block;
  color:#0e2d63;
  font-size:28px;
  line-height:1.18;
  margin-bottom:12px;
}
.reviews-hero-panel p{
  position:relative;
  z-index:1;
  margin:0;
  font-size:15px;
}
.reviews-page-section,
.resources-list-section{
  padding:82px 0;
}
.review-page-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:38px;
}
.review-page-card{
  position:relative;
  padding:30px 26px;
  border-radius:28px;
  background:#fff;
  border:1px solid #dceaf4;
  box-shadow:0 18px 48px rgba(5,34,71,.06);
  overflow:hidden;
}
.review-page-card:before{
  content:"";
  position:absolute;
  left:26px;
  top:0;
  width:72px;
  height:5px;
  border-radius:0 0 999px 999px;
  background:#026fa2;
}
.review-stars{
  color:#f1b900;
  letter-spacing:3px;
  font-size:14px;
  margin-bottom:18px;
}
.review-page-card p{
  margin:0 0 24px;
  color:#4f6376;
  font-size:15px;
  line-height:1.78;
  font-weight:650;
}
.review-author{
  display:flex;
  align-items:center;
  gap:12px;
}
.review-author span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#eef8ff,#fff8df);
  border:1px solid #dceaf4;
  color:#026fa2;
  font-weight:900;
}
.review-author strong{
  color:#0e2d63;
  font-size:15px;
}
.reviews-cta-section{
  padding:0 0 82px;
}
.reviews-cta-card{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding:38px;
  border-radius:30px;
  background:linear-gradient(135deg,#0b6ea7 0%,#026fa2 100%);
  color:#fff;
}
.reviews-cta-card h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(30px,3vw,44px);
  line-height:1.15;
}
.reviews-cta-card p{
  margin:0;
  color:rgba(255,255,255,.82);
  max-width:650px;
  line-height:1.7;
  font-weight:650;
}
.resources-hero-inner{
  max-width:880px;
  margin:0 auto;
  text-align:center;
}
.resources-hero-inner p{
  margin-left:auto;
  margin-right:auto;
}
.resource-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.resource-card{
  padding:30px 26px;
  border-radius:28px;
  background:#fff;
  border:1px solid #dceaf4;
  box-shadow:0 18px 48px rgba(5,34,71,.06);
  transition:transform .25s ease, box-shadow .25s ease;
}
.resource-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 60px rgba(5,34,71,.1);
}
.resource-card span{
  display:inline-grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:15px;
  background:#eef8ff;
  color:#026fa2;
  font-weight:900;
  margin-bottom:18px;
}
.resource-card h3{
  margin:0 0 10px;
  color:#0e2d63;
  font-size:22px;
  line-height:1.25;
}
.resource-card p{
  margin:0 0 18px;
  color:#5a6c7d;
  font-size:15px;
  line-height:1.7;
  font-weight:650;
}
.resource-card a{
  color:#026fa2;
  font-weight:900;
}
@media(max-width:1024px){
  .nav-dropdown{
    display:block;
    width:100%;
  }
  .nav-dropdown-link{
    width:100%;
  }
  .nav-dropdown-menu{
    position:static;
    width:100%;
    transform:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    background:#f7fbff;
    border-radius:16px;
    margin:0 0 8px;
    padding:8px;
  }
  .nav-dropdown-menu a{
    padding:10px 12px !important;
  }
  .reviews-hero-grid,
  .review-page-grid,
  .resource-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:680px){
  .reviews-hero-grid,
  .review-page-grid,
  .resource-grid{
    grid-template-columns:1fr;
  }
  .reviews-hero-page,
  .resources-hero-page{
    padding:58px 0;
  }
  .reviews-page-section,
  .resources-list-section{
    padding:58px 0;
  }
  .reviews-cta-card{
    display:block;
    padding:26px;
  }
  .reviews-cta-card .btn{
    margin-top:22px;
  }
}


/* ===== Update: service hero cards spacing, header phone fix, reviews/resources polish ===== */
.phone-link,
.phone-link span,
.header-actions,
.header-v2-actions{
  white-space:nowrap;
}
.header-v2-main{
  gap:18px;
}
.header-v2 .main-nav{
  gap:18px;
  flex:1 1 auto;
  min-width:0;
  justify-content:center;
}
.header-v2 .main-nav a,
.header-v2 .nav-dropdown-link{
  white-space:nowrap;
}
.header-v2-actions{
  flex-shrink:0;
}
@media (min-width:1025px) and (max-width:1460px){
  .header-v2 .main-nav{gap:13px !important;}
  .header-v2 .main-nav a,
  .header-v2 .nav-dropdown-link{font-size:13px !important;}
  .phone-link{gap:8px !important; padding:0 4px !important;}
  .phone-link span:last-child{font-size:12.5px !important; white-space:nowrap !important;}
  .header-actions .btn,
  .header-v2-actions .btn{min-width:136px !important; padding-left:18px !important; padding-right:18px !important;}
}
@media (min-width:1025px) and (max-width:1240px){
  .header-v2-main{grid-template-columns:auto minmax(0,1fr) auto;}
  .header-v2 .main-nav{gap:11px !important;}
  .header-v2 .main-nav a,
  .header-v2 .nav-dropdown-link{font-size:12px !important;}
  .phone-link span:last-child{font-size:11.5px !important;}
}

/* unified centered hero used for resources + reviews */
.resources-hero-page,
.reviews-hero-page-unified{
  position:relative;
  overflow:hidden;
  padding:88px 0 94px;
  background:linear-gradient(90deg,#eef7fb 0%, #fff9e8 100%);
}
.resources-hero-page::before,
.reviews-hero-page-unified::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 18% 30%, rgba(2,111,162,.08), transparent 28%),
             radial-gradient(circle at 82% 22%, rgba(244,219,80,.22), transparent 24%),
             linear-gradient(90deg, rgba(2,111,162,.04), rgba(244,219,80,.04));
  pointer-events:none;
}
.resources-hero-inner{
  position:relative;
  z-index:1;
  max-width:920px;
  margin:0 auto;
  text-align:center;
}
.resources-hero-inner .eyebrow{
  justify-content:center;
}
.resources-hero-inner h1{
  max-width:900px;
  margin:0 auto 20px;
}
.resources-hero-inner p:last-child{
  max-width:760px;
  margin:0 auto;
}

/* service hero image + floating cards */
.service-hero-v3 .service-hero-visual-v3{
  overflow:visible;
  padding-bottom:92px;
}
.service-hero-v3 .service-hero-image-wrap-v3{
  overflow:hidden;
}
.service-hero-v3 .service-note-card-v3{
  max-width:225px;
}
.service-hero-v3 .service-note-card-v3.top{
  top:12px;
  right:-18px;
}
.service-hero-v3 .service-note-card-v3.bottom{
  left:-24px;
  bottom:112px;
}
.service-hero-v3 .service-quick-panel-v3{
  right:12px;
  bottom:8px;
  width:320px;
}
@media (max-width:1320px) and (min-width:1025px){
  .service-hero-v3 .service-note-card-v3.top{right:0;}
  .service-hero-v3 .service-note-card-v3.bottom{left:0;}
  .service-hero-v3 .service-quick-panel-v3{right:0; width:300px;}
}
@media (max-width:760px){
  .service-hero-v3 .service-hero-visual-v3{padding-bottom:0;}
}

/* resources video library */
.resources-videos-section{
  padding:28px 0 84px;
  background:#fff;
}
.video-resources-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.video-resource-card{
  border:1px solid #dbe8f1;
  border-radius:26px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(5,34,71,.06);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.video-resource-card:hover{
  transform:translateY(-6px);
  border-color:#cfe0ec;
  box-shadow:0 22px 48px rgba(5,34,71,.1);
}
.video-resource-frame{
  aspect-ratio:16 / 9;
  background:linear-gradient(135deg,#edf7ff 0%, #fff8df 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:26px;
}
.video-resource-frame.placeholder{
  flex-direction:column;
  gap:10px;
}
.video-play-circle{
  width:64px;
  height:64px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#026fa2;
  color:#fff;
  font-size:22px;
  box-shadow:0 12px 28px rgba(2,111,162,.18);
}
.video-resource-frame span{
  display:block;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#026fa2;
  font-weight:800;
}
.video-resource-frame strong{
  font-size:22px;
  line-height:1.3;
  color:#17366a;
}
.video-resource-frame p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#5d6f81;
}
.video-resource-content{
  padding:18px 20px 22px;
}
.video-resource-content h3{
  margin:0 0 10px;
  font-size:21px;
  color:#15366d;
}
.video-resource-content p{
  margin:0;
  font-size:15px;
  line-height:1.72;
  color:#617385;
}
@media (max-width:1024px){
  .video-resources-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .video-resources-grid{grid-template-columns:1fr;}
}

/* ===== Service pages refinement: larger hero image, fewer overlay cards, remove extra background containers ===== */
.service-single-page .service-hero-v3-shape,
.service-single-page .service-hero-v3::after,
.service-single-page .service-hero-visual-v3::before{
  display:none !important;
}
.service-single-page .service-hero-v3-grid{
  grid-template-columns:minmax(0,.9fr) minmax(620px,1.12fr) !important;
  gap:42px !important;
}
.service-single-page .service-hero-copy-v3{
  max-width:640px;
}
.service-single-page .service-hero-visual-v3{
  height:min(78vh,760px) !important;
  min-height:620px !important;
  padding-bottom:46px !important;
}
.service-single-page .service-hero-image-wrap-v3{
  inset:8px 0 18px 28px !important;
  border-radius:34px !important;
  background:#fff !important;
  box-shadow:0 22px 58px rgba(5,34,71,.12) !important;
}
.service-single-page .service-note-card-v3{
  max-width:220px !important;
}
.service-single-page .service-note-card-v3.top{
  top:18px !important;
  right:-6px !important;
}
.service-single-page .service-note-card-v3.bottom{
  display:none !important;
}
.service-single-page .service-quick-panel-v3{
  right:-4px !important;
  bottom:0 !important;
  width:298px !important;
}
.service-single-page .service-overview-grid-v3,
.service-single-page .service-book-grid-v3{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
}
@media (max-width:1280px){
  .service-single-page .service-hero-v3-grid{
    grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr) !important;
  }
  .service-single-page .service-hero-visual-v3{
    min-height:560px !important;
  }
}
@media (max-width:1100px){
  .service-single-page .service-hero-v3-grid{
    grid-template-columns:1fr !important;
  }
  .service-single-page .service-hero-visual-v3{
    height:560px !important;
    min-height:560px !important;
    padding-bottom:30px !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset:0 24px 18px 24px !important;
  }
  .service-single-page .service-note-card-v3.top{
    right:20px !important;
  }
  .service-single-page .service-quick-panel-v3{
    right:20px !important;
    width:300px !important;
  }
}
@media (max-width:760px){
  .service-single-page .service-hero-visual-v3{
    height:auto !important;
    min-height:auto !important;
    padding-bottom:0 !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset:auto !important;
    margin:0 !important;
    height:360px !important;
  }
  .service-single-page .service-note-card-v3.top,
  .service-single-page .service-quick-panel-v3{
    position:relative !important;
    right:auto !important;
    bottom:auto !important;
    top:auto !important;
    width:auto !important;
    margin-top:14px !important;
  }
}

/* ===== Service hero refinement v2: wider content, better image container, split overlay cards ===== */
.service-single-page .service-hero-v3 .container{
  max-width: 1420px !important;
}
.service-single-page .service-hero-v3-grid{
  grid-template-columns: minmax(560px, .98fr) minmax(620px, 1.02fr) !important;
  gap: 56px !important;
}
.service-single-page .service-hero-copy-v3{
  max-width: 720px !important;
}
.service-single-page .service-hero-copy-v3 h1{
  max-width: 720px !important;
  font-size: clamp(52px, 5vw, 78px) !important;
  line-height: 1.06 !important;
  letter-spacing: -1.6px;
}
.service-single-page .service-hero-copy-v3 p{
  max-width: 720px !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}
.service-single-page .service-hero-visual-v3{
  height: min(78vh, 720px) !important;
  min-height: 620px !important;
  padding-bottom: 36px !important;
}
.service-single-page .service-hero-visual-v3::before{
  display:block !important;
  content:"";
  position:absolute;
  inset:18px 12px 34px 54px;
  border-radius: 44px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 60%, #eff5ff 100%);
  box-shadow: 0 26px 70px rgba(10, 39, 80, .08);
  border: 1px solid rgba(222, 233, 242, .9);
  z-index: 0;
}
.service-single-page .service-hero-image-wrap-v3{
  inset: 36px 26px 54px 88px !important;
  border-radius: 36px !important;
  z-index: 1;
  box-shadow: 0 20px 55px rgba(5,34,71,.12) !important;
}
.service-single-page .service-note-card-v3,
.service-single-page .service-quick-panel-v3{
  border-radius: 22px !important;
  box-shadow: 0 20px 48px rgba(5,34,71,.13) !important;
}
.service-single-page .service-note-card-v3.top{
  top: 0 !important;
  right: 8px !important;
}
.service-single-page .service-quick-panel-v3{
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  width: 320px !important;
}
.service-single-page .service-quick-panel-v3 li{
  font-size: 13px !important;
  line-height: 1.5 !important;
}
@media (max-width: 1340px){
  .service-single-page .service-hero-v3-grid{
    grid-template-columns: minmax(0, .94fr) minmax(540px, 1.06fr) !important;
    gap: 42px !important;
  }
  .service-single-page .service-hero-copy-v3 h1{
    font-size: clamp(48px, 4.9vw, 70px) !important;
    max-width: 660px !important;
  }
  .service-single-page .service-hero-visual-v3::before{
    inset: 22px 12px 30px 42px;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset: 38px 24px 54px 72px !important;
  }
}
@media (max-width: 1100px){
  .service-single-page .service-hero-v3 .container{
    max-width: 1320px !important;
  }
  .service-single-page .service-hero-v3-grid{
    grid-template-columns: 1fr !important;
  }
  .service-single-page .service-hero-copy-v3,
  .service-single-page .service-hero-copy-v3 h1,
  .service-single-page .service-hero-copy-v3 p{
    max-width: 100% !important;
  }
  .service-single-page .service-hero-copy-v3 h1{
    font-size: 48px !important;
  }
  .service-single-page .service-hero-visual-v3{
    height: 580px !important;
    min-height: 580px !important;
  }
  .service-single-page .service-hero-visual-v3::before{
    inset: 16px 16px 24px 16px;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset: 34px 30px 56px 64px !important;
  }
  .service-single-page .service-quick-panel-v3{
    left: 16px !important;
    width: 300px !important;
  }
  .service-single-page .service-note-card-v3.top{
    right: 16px !important;
  }
}
@media (max-width: 760px){
  .service-single-page .service-hero-copy-v3 h1{
    font-size: 40px !important;
    line-height: 1.08 !important;
  }
  .service-single-page .service-hero-visual-v3::before{
    inset: 0 !important;
    border-radius: 28px !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset: auto !important;
    margin: 0 0 0 0 !important;
    height: 360px !important;
  }
  .service-single-page .service-note-card-v3.top,
  .service-single-page .service-quick-panel-v3{
    left: auto !important;
    right: auto !important;
    width: auto !important;
    margin-top: 14px !important;
  }
}

/* ===== Service hero issue fix v3: no overlap, clean image panel, cards below image ===== */
.service-single-page .service-hero-v3-grid{
  grid-template-columns:minmax(560px, .95fr) minmax(620px, 1.05fr) !important;
  gap:58px !important;
  align-items:center !important;
}
.service-single-page .service-hero-copy-v3{
  max-width:760px !important;
}
.service-single-page .service-hero-copy-v3 h1{
  max-width:760px !important;
  font-size:clamp(52px, 4.9vw, 76px) !important;
  line-height:1.05 !important;
}
.service-single-page .service-hero-copy-v3 p{
  max-width:720px !important;
}
.service-single-page .service-hero-visual-v3{
  position:relative !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:16px !important;
  align-items:stretch !important;
  overflow:visible !important;
}
.service-single-page .service-hero-visual-v3::before{
  display:none !important;
}
.service-single-page .service-hero-image-wrap-v3{
  position:relative !important;
  inset:auto !important;
  grid-column:1 / -1 !important;
  height:min(58vh, 540px) !important;
  min-height:480px !important;
  margin:0 !important;
  border-radius:36px !important;
  border:12px solid rgba(255,255,255,.82) !important;
  background:#fff !important;
  box-shadow:0 24px 70px rgba(5,34,71,.13) !important;
  overflow:hidden !important;
}
.service-single-page .service-hero-image-wrap-v3::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  box-shadow:inset 0 0 0 1px rgba(220,232,243,.95);
  pointer-events:none;
  z-index:2;
}
.service-single-page .service-hero-image-wrap-v3 img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.service-single-page .service-note-card-v3,
.service-single-page .service-quick-panel-v3{
  position:relative !important;
  inset:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  width:auto !important;
  max-width:none !important;
  min-height:112px !important;
  margin:0 !important;
  background:#fff !important;
  border:1px solid #dceaf4 !important;
  box-shadow:0 16px 40px rgba(5,34,71,.08) !important;
  animation:none !important;
}
.service-single-page .service-note-card-v3.top{
  display:block !important;
  grid-column:1 / 2 !important;
}
.service-single-page .service-note-card-v3.bottom{
  display:none !important;
}
.service-single-page .service-quick-panel-v3{
  grid-column:2 / 3 !important;
  padding:16px 18px !important;
}
.service-single-page .service-quick-panel-v3 ul{
  gap:8px !important;
}
.service-single-page .service-quick-panel-v3 li{
  font-size:12.5px !important;
  line-height:1.35 !important;
}
@media (max-width:1340px){
  .service-single-page .service-hero-v3-grid{
    grid-template-columns:minmax(0,.95fr) minmax(540px,1.05fr) !important;
    gap:40px !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    height:500px !important;
    min-height:460px !important;
  }
}
@media (max-width:1100px){
  .service-single-page .service-hero-v3-grid{
    grid-template-columns:1fr !important;
  }
  .service-single-page .service-hero-copy-v3,
  .service-single-page .service-hero-copy-v3 h1,
  .service-single-page .service-hero-copy-v3 p{
    max-width:100% !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    height:520px !important;
    min-height:420px !important;
  }
}
@media (max-width:760px){
  .service-single-page .service-hero-visual-v3{
    grid-template-columns:1fr !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    height:360px !important;
    min-height:0 !important;
    border-width:8px !important;
    border-radius:28px !important;
  }
  .service-single-page .service-note-card-v3.top,
  .service-single-page .service-quick-panel-v3{
    grid-column:1 / -1 !important;
  }
}

/* ===== Service hero refinement v4: unique floating cards on image ===== */
.service-single-page .service-hero-v3-grid{
  grid-template-columns:minmax(580px,.96fr) minmax(640px,1.04fr) !important;
  gap:52px !important;
  align-items:center !important;
}
.service-single-page .service-hero-copy-v3,
.service-single-page .service-hero-copy-v3 h1,
.service-single-page .service-hero-copy-v3 p{
  max-width:760px !important;
}
.service-single-page .service-hero-copy-v3 h1{
  font-size:clamp(54px,4.9vw,76px) !important;
  line-height:1.04 !important;
}
.service-single-page .service-hero-visual-v3{
  position:relative !important;
  display:block !important;
  height:min(66vh,620px) !important;
  min-height:540px !important;
  padding:0 !important;
  overflow:visible !important;
}
.service-single-page .service-hero-visual-v3::before{
  display:block !important;
  content:"";
  position:absolute;
  inset:32px 12px 0 48px;
  border-radius:40px;
  background:linear-gradient(145deg,#ffffff 0%,#f7fbff 58%,#eff4ff 100%);
  border:1px solid rgba(221,233,243,.95);
  box-shadow:0 20px 56px rgba(5,34,71,.07);
  z-index:0;
}
.service-single-page .service-hero-image-wrap-v3{
  position:absolute !important;
  inset:48px 34px 26px 70px !important;
  grid-column:auto !important;
  height:auto !important;
  min-height:0 !important;
  border-radius:34px !important;
  border:10px solid rgba(255,255,255,.88) !important;
  box-shadow:0 26px 70px rgba(5,34,71,.14) !important;
  z-index:1 !important;
}
.service-single-page .service-hero-image-wrap-v3::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  box-shadow:inset 0 0 0 1px rgba(220,232,243,.92);
  z-index:2;
  pointer-events:none;
}
.service-single-page .service-hero-image-wrap-v3 img{
  object-fit:cover !important;
  object-position:center center !important;
}
.service-single-page .service-note-card-v3,
.service-single-page .service-quick-panel-v3{
  position:absolute !important;
  inset:auto !important;
  margin:0 !important;
  background:rgba(255,255,255,.95) !important;
  border:1px solid rgba(220,232,243,.96) !important;
  box-shadow:0 18px 48px rgba(5,34,71,.12) !important;
  backdrop-filter:blur(10px);
  animation:serviceFloat 4.8s ease-in-out infinite !important;
  z-index:3 !important;
}
.service-single-page .service-note-card-v3.top{
  display:block !important;
  top:6px !important;
  right:-8px !important;
  width:214px !important;
  max-width:214px !important;
  min-height:auto !important;
}
.service-single-page .service-note-card-v3.bottom{
  display:none !important;
}
.service-single-page .service-quick-panel-v3{
  left:-4px !important;
  right:auto !important;
  bottom:10px !important;
  width:310px !important;
  min-height:auto !important;
  padding:16px 18px !important;
  animation-delay:1.1s !important;
}
.service-single-page .service-quick-panel-v3 p{
  margin:0 0 10px !important;
}
.service-single-page .service-quick-panel-v3 ul{
  gap:8px !important;
}
.service-single-page .service-quick-panel-v3 li{
  font-size:13px !important;
  line-height:1.42 !important;
}
@media (max-width:1340px){
  .service-single-page .service-hero-v3-grid{
    grid-template-columns:minmax(0,.94fr) minmax(560px,1.06fr) !important;
    gap:38px !important;
  }
  .service-single-page .service-hero-visual-v3{
    height:580px !important;
    min-height:520px !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset:46px 26px 26px 52px !important;
  }
  .service-single-page .service-quick-panel-v3{
    width:290px !important;
  }
}
@media (max-width:1100px){
  .service-single-page .service-hero-v3-grid{
    grid-template-columns:1fr !important;
  }
  .service-single-page .service-hero-copy-v3,
  .service-single-page .service-hero-copy-v3 h1,
  .service-single-page .service-hero-copy-v3 p{
    max-width:100% !important;
  }
  .service-single-page .service-hero-visual-v3{
    height:560px !important;
    min-height:520px !important;
  }
  .service-single-page .service-hero-visual-v3::before{
    inset:22px 0 0 20px !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset:40px 22px 26px 42px !important;
  }
  .service-single-page .service-note-card-v3.top{
    right:8px !important;
  }
  .service-single-page .service-quick-panel-v3{
    left:8px !important;
    width:285px !important;
  }
}
@media (max-width:760px){
  .service-single-page .service-hero-copy-v3 h1{
    font-size:40px !important;
  }
  .service-single-page .service-hero-visual-v3{
    height:auto !important;
    min-height:auto !important;
    display:grid !important;
    gap:14px !important;
  }
  .service-single-page .service-hero-visual-v3::before{
    inset:0 !important;
    border-radius:28px !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    position:relative !important;
    inset:auto !important;
    height:360px !important;
    border-width:8px !important;
  }
  .service-single-page .service-note-card-v3.top,
  .service-single-page .service-quick-panel-v3{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:auto !important;
    max-width:none !important;
    animation:none !important;
  }
}

/* ===== FINAL RESPONSIVE + SERVICE HERO POLISH PATCH ===== */
/* Better looking icons */
i[data-icon]{
  display:inline-grid;
  place-items:center;
  flex-shrink:0;
}
i[data-icon] svg{
  width:20px;
  height:20px;
}
.service-hero-pill-v3{
  gap:12px !important;
  padding:12px 18px !important;
}
.service-hero-pill-v3 i{
  width:36px !important;
  height:36px !important;
  border-radius:12px !important;
  display:inline-grid !important;
  place-items:center !important;
  box-shadow:0 8px 18px rgba(2,111,162,.10);
}
.service-related-card-v2 i,
.service-focus-card i,
.about-value-card i,
.help-card i,
.contact-option-card i,
.resource-card i{
  width:46px !important;
  height:46px !important;
  display:inline-grid !important;
  place-items:center !important;
  border-radius:14px !important;
  box-shadow:0 10px 22px rgba(5,34,71,.08);
}
.service-related-card-v2 i svg,
.service-focus-card i svg,
.about-value-card i svg,
.help-card i svg,
.contact-option-card i svg,
.resource-card i svg{
  width:22px !important;
  height:22px !important;
}
.service-quick-panel-v3 li::before{
  width:12px !important;
  height:12px !important;
  top:6px !important;
  box-shadow:0 0 0 5px rgba(244,219,80,.22) !important;
}

/* Service hero refined: full image visible, cleaner floating cards */
.service-single-page .service-hero-v3 .container{
  max-width:1400px !important;
}
.service-single-page .service-hero-v3-grid{
  grid-template-columns:minmax(560px, .95fr) minmax(620px, 1.05fr) !important;
  gap:46px !important;
  align-items:center !important;
}
.service-single-page .service-hero-copy-v3,
.service-single-page .service-hero-copy-v3 h1,
.service-single-page .service-hero-copy-v3 p{
  max-width:680px !important;
}
.service-single-page .service-hero-copy-v3 h1{
  font-size:clamp(50px,4.7vw,72px) !important;
  line-height:1.06 !important;
}
.service-single-page .service-hero-visual-v3{
  position:relative !important;
  display:block !important;
  height:min(68vh, 640px) !important;
  min-height:560px !important;
  overflow:visible !important;
}
.service-single-page .service-hero-visual-v3::before{
  content:"" !important;
  position:absolute !important;
  inset:30px 14px 8px 36px !important;
  display:block !important;
  border-radius:34px !important;
  background:linear-gradient(145deg,#ffffff 0%,#f8fbff 60%,#f3f7ff 100%) !important;
  border:1px solid rgba(223,234,244,.95) !important;
  box-shadow:0 18px 50px rgba(5,34,71,.07) !important;
  z-index:0 !important;
}
.service-single-page .service-hero-image-wrap-v3{
  position:absolute !important;
  inset:52px 34px 34px 62px !important;
  border:0 !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,#fbfdff 0%, #eef4fb 100%) !important;
  box-shadow:0 22px 60px rgba(5,34,71,.12) !important;
  overflow:hidden !important;
}
.service-single-page .service-hero-image-wrap-v3::before{
  inset:0 !important;
  border-radius:28px !important;
  box-shadow:inset 0 0 0 1px rgba(222,233,243,.96) !important;
}
.service-single-page .service-hero-image-wrap-v3 img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:16px !important;
  background:transparent !important;
}
.service-single-page .service-note-card-v3,
.service-single-page .service-quick-panel-v3{
  border-radius:22px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(220,232,243,.98) !important;
  box-shadow:0 18px 48px rgba(5,34,71,.12) !important;
  z-index:4 !important;
}
.service-single-page .service-note-card-v3.top{
  top:2px !important;
  right:-2px !important;
  width:216px !important;
}
.service-single-page .service-quick-panel-v3{
  left:-8px !important;
  bottom:10px !important;
  width:324px !important;
}
.service-single-page .service-quick-panel-v3 p{margin:0 0 8px !important;}
.service-single-page .service-quick-panel-v3 li{font-size:13px !important;line-height:1.45 !important;}

/* Global device responsiveness */
img{max-width:100%;height:auto;}
@media (max-width:1180px){
  .container{padding-left:24px !important;padding-right:24px !important;}
  .main-nav{display:none !important;}
  .menu-toggle{display:block !important;}
  .header-v2-main,.site-header .header-main{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;}
  .header-actions,.header-v2-actions{gap:10px !important;}
  .phone-link{display:none !important;}
  .btn{padding:14px 18px !important;}
}
@media (max-width:1024px){
  .hero-grid,.hero-v5-grid,.who-main-grid,.why-grid,.help-grid,.cta-grid,.cta-v2-grid,.feature-grid,.process-grid,.process-v2-grid,.process-v3-grid,.process-v4-grid,.about-story-grid,.about-method-grid,.about-team-grid,.about-values-grid,.contact-main-grid,.contact-options-grid,.contact-visit-grid,.contact-faq-grid,.blog-single-hero-grid,.review-page-grid,.reviews-hero-grid,.service-directory-grid,.service-single-content-grid,.service-overview-grid-v3,.service-book-grid-v3,.inner-hero-grid,.inner-cta-grid,.footer-grid,.footer-v3-grid,.footer-v4-grid{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .services-grid,.blog-grid,.blog-grid-home,.blog-grid-page,.blog-grid-upgraded,.testimonial-grid,.review-grid,.team-v1-grid,.team-v2-grid,.resource-grid,.video-resources-grid,.service-related-grid,.service-related-grid-v3,.service-focus-grid-v3,.service-process-grid,.service-process-grid-v3{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:20px !important;
  }
  .section-title h2,.section-title.center h2,.page-hero h1,.inner-hero h1,.resources-hero-inner h1,.reviews-hero-page h1{
    font-size:clamp(34px,5vw,52px) !important;
    line-height:1.14 !important;
  }
  .service-single-page .service-hero-v3-grid{grid-template-columns:1fr !important;gap:28px !important;}
  .service-single-page .service-hero-copy-v3,
  .service-single-page .service-hero-copy-v3 h1,
  .service-single-page .service-hero-copy-v3 p{max-width:100% !important;}
  .service-single-page .service-hero-visual-v3{height:560px !important;min-height:520px !important;}
  .service-single-page .service-hero-visual-v3::before{inset:18px 0 8px 18px !important;}
  .service-single-page .service-hero-image-wrap-v3{inset:42px 18px 30px 36px !important;}
  .service-single-page .service-note-card-v3.top{right:8px !important;}
  .service-single-page .service-quick-panel-v3{left:8px !important;width:300px !important;}
}
@media (max-width:767px){
  .header-topline{font-size:12px !important;padding:8px 0 !important;}
  .site-header .logo img,.header-v2-logo img{max-height:54px !important;width:auto !important;}
  .header-actions .btn,.header-v2-actions .btn{padding:12px 14px !important;font-size:14px !important;min-width:auto !important;}
  .services-grid,.blog-grid,.blog-grid-home,.blog-grid-page,.blog-grid-upgraded,.testimonial-grid,.review-grid,.team-v1-grid,.team-v2-grid,.resource-grid,.video-resources-grid,.service-related-grid,.service-related-grid-v3,.service-focus-grid-v3,.service-process-grid,.service-process-grid-v3{
    grid-template-columns:1fr !important;
  }
  .hero,.hero-v5,.page-hero,.inner-hero,.resources-hero-page,.reviews-hero-page-unified{padding-top:42px !important;padding-bottom:48px !important;}
  .hero h1,.hero-v5 h1,.page-hero h1,.inner-hero h1,.resources-hero-inner h1{font-size:34px !important;line-height:1.14 !important;}
  .hero p,.hero-v5 p,.page-hero p,.inner-hero p,.resources-hero-inner p{font-size:15px !important;line-height:1.7 !important;}
  .service-single-page .service-hero-copy-v3 h1{font-size:40px !important;}
  .service-single-page .service-hero-visual-v3{height:auto !important;min-height:auto !important;display:grid !important;gap:14px !important;}
  .service-single-page .service-hero-visual-v3::before{inset:0 !important;border-radius:28px !important;}
  .service-single-page .service-hero-image-wrap-v3{position:relative !important;inset:auto !important;height:360px !important;}
  .service-single-page .service-note-card-v3.top,
  .service-single-page .service-quick-panel-v3{position:relative !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;width:auto !important;animation:none !important;}
  .blog-card,.service-card,.review-card,.testimonial-card,.resource-card,.video-resource-card,.service-related-card-v2{border-radius:22px !important;}
  .form-row,[class*="form-grid"]{grid-template-columns:1fr !important;}
  .footer-bottom{flex-direction:column !important;align-items:flex-start !important;}
}
/* Small phones / Galaxy Z Fold */
@media (max-width:420px){
  .container{padding-left:16px !important;padding-right:16px !important;}
  .header-topline{display:none !important;}
  .site-header .header-main,.header-v2-main{padding-top:12px !important;padding-bottom:12px !important;}
  .site-header .logo img,.header-v2-logo img{max-height:46px !important;}
  .header-actions .btn,.header-v2-actions .btn{padding:10px 12px !important;font-size:13px !important;border-radius:12px !important;}
  .hero h1,.hero-v5 h1,.page-hero h1,.inner-hero h1,.resources-hero-inner h1,.service-single-page .service-hero-copy-v3 h1{font-size:30px !important;line-height:1.12 !important;}
  .section-title h2{font-size:28px !important;line-height:1.18 !important;}
  .service-hero-pill-v3{font-size:13px !important;padding:10px 14px !important;}
  .service-hero-pill-v3 i{width:32px !important;height:32px !important;border-radius:10px !important;}
  .service-single-page .service-hero-image-wrap-v3{height:300px !important;}
  .service-single-page .service-quick-panel-v3 li{font-size:12px !important;}
  .btn,.button,button{width:100%;justify-content:center;}
}
@media (max-width:350px){
  .hero h1,.hero-v5 h1,.page-hero h1,.inner-hero h1,.resources-hero-inner h1,.service-single-page .service-hero-copy-v3 h1{font-size:27px !important;}
  .site-header .logo img,.header-v2-logo img{max-height:42px !important;}
}

/* ===== FINAL SERVICE HERO CLEAN FIX ===== */
.service-single-page .service-hero-v3{
  min-height:calc(100vh - 118px) !important;
  padding:0 !important;
  background:linear-gradient(120deg,#f6fbff 0%,#eef7ff 48%,#f7f2ff 100%) !important;
}
.service-single-page .service-hero-v3::after,
.service-single-page .service-hero-v3-shape{
  display:none !important;
}
.service-single-page .service-hero-v3 .container{
  max-width:1380px !important;
  padding-left:32px !important;
  padding-right:32px !important;
}
.service-single-page .service-hero-v3-grid{
  min-height:calc(100vh - 118px) !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr) !important;
  gap:58px !important;
  align-items:center !important;
  padding:54px 0 !important;
}
.service-single-page .service-hero-copy-v3{
  max-width:780px !important;
}
.service-single-page .service-hero-pill-v3{
  display:inline-flex !important;
  align-items:center !important;
  gap:0 !important;
  padding:12px 18px !important;
  border-radius:999px !important;
  background:#ffffff !important;
  border:1px solid #dceaf4 !important;
  color:#0e2d63 !important;
  box-shadow:0 12px 28px rgba(5,34,71,.06) !important;
}
.service-single-page .service-hero-pill-v3 i{
  display:none !important;
}
.service-single-page .service-hero-copy-v3 h1{
  max-width:780px !important;
  margin-bottom:22px !important;
  color:#0e2d63 !important;
  font-size:clamp(58px,5.2vw,82px) !important;
  line-height:1.02 !important;
  letter-spacing:-1.8px !important;
}
.service-single-page .service-hero-copy-v3 p{
  max-width:740px !important;
  color:#50657a !important;
  font-size:18px !important;
  line-height:1.85 !important;
}
.service-single-page .service-hero-actions-v3{
  margin-top:30px !important;
}
.service-single-page .service-hero-tags-v3 span{
  background:#fff !important;
  color:#0e2d63 !important;
  border:1px solid #dceaf4 !important;
  box-shadow:0 10px 24px rgba(5,34,71,.04) !important;
}
.service-single-page .service-hero-visual-v3{
  position:relative !important;
  display:block !important;
  height:min(72vh,690px) !important;
  min-height:590px !important;
  overflow:visible !important;
  padding:0 !important;
}
.service-single-page .service-hero-visual-v3::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:24px 10px 12px 42px !important;
  border-radius:42px !important;
  background:linear-gradient(145deg,#ffffff 0%,#f8fbff 62%,#eef5ff 100%) !important;
  border:1px solid rgba(220,232,243,.95) !important;
  box-shadow:0 24px 70px rgba(5,34,71,.08) !important;
  z-index:0 !important;
}
.service-single-page .service-hero-image-wrap-v3{
  position:absolute !important;
  inset:52px 42px 44px 72px !important;
  height:auto !important;
  min-height:0 !important;
  border:0 !important;
  border-radius:34px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 26px 70px rgba(5,34,71,.14) !important;
  z-index:1 !important;
}
.service-single-page .service-hero-image-wrap-v3::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:34px !important;
  box-shadow:inset 0 0 0 1px rgba(220,232,243,.95) !important;
  z-index:2 !important;
  pointer-events:none !important;
}
.service-single-page .service-hero-image-wrap-v3 img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  background:transparent !important;
}
.service-single-page .service-note-card-v3,
.service-single-page .service-quick-panel-v3{
  position:absolute !important;
  inset:auto !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(220,232,243,.98) !important;
  border-radius:24px !important;
  box-shadow:0 20px 50px rgba(5,34,71,.13) !important;
  backdrop-filter:blur(10px) !important;
  z-index:4 !important;
  animation:serviceFloat 4.8s ease-in-out infinite !important;
}
.service-single-page .service-note-card-v3.top{
  display:block !important;
  top:0 !important;
  right:0 !important;
  width:220px !important;
  max-width:220px !important;
  min-height:auto !important;
  padding:18px 20px !important;
}
.service-single-page .service-note-card-v3.bottom{
  display:none !important;
}
.service-single-page .service-quick-panel-v3{
  left:10px !important;
  bottom:22px !important;
  width:330px !important;
  max-width:330px !important;
  padding:18px 20px !important;
  animation-delay:1.1s !important;
}
.service-single-page .service-quick-panel-v3 p{
  margin:0 0 10px !important;
  font-size:14px !important;
  color:#0e2d63 !important;
}
.service-single-page .service-quick-panel-v3 ul{
  gap:8px !important;
}
.service-single-page .service-quick-panel-v3 li{
  font-size:13px !important;
  line-height:1.46 !important;
  color:#526678 !important;
}
.service-single-page .service-quick-panel-v3 li::before{
  width:10px !important;
  height:10px !important;
  top:7px !important;
  background:#f4db50 !important;
  box-shadow:0 0 0 5px rgba(244,219,80,.22) !important;
}
.service-single-page i[data-icon]{
  border-radius:14px !important;
}
.service-single-page i[data-icon] svg{
  width:22px !important;
  height:22px !important;
  stroke-width:2 !important;
}
.service-related-card-v2 i{
  width:52px !important;
  height:52px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:16px !important;
  margin-bottom:18px !important;
}

@media (max-width:1280px){
  .service-single-page .service-hero-v3-grid{
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr) !important;
    gap:38px !important;
  }
  .service-single-page .service-hero-copy-v3 h1{
    font-size:clamp(50px,4.8vw,70px) !important;
  }
  .service-single-page .service-hero-visual-v3{
    min-height:560px !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset:52px 32px 46px 58px !important;
  }
  .service-single-page .service-quick-panel-v3{
    width:310px !important;
  }
}
@media (max-width:1100px){
  .service-single-page .service-hero-v3{
    min-height:auto !important;
  }
  .service-single-page .service-hero-v3-grid{
    grid-template-columns:1fr !important;
    min-height:auto !important;
    padding:42px 0 58px !important;
  }
  .service-single-page .service-hero-copy-v3,
  .service-single-page .service-hero-copy-v3 h1,
  .service-single-page .service-hero-copy-v3 p{
    max-width:100% !important;
  }
  .service-single-page .service-hero-visual-v3{
    height:580px !important;
    min-height:540px !important;
  }
  .service-single-page .service-hero-visual-v3::before{
    inset:18px 0 10px 22px !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    inset:42px 24px 48px 44px !important;
  }
  .service-single-page .service-note-card-v3.top{
    right:10px !important;
  }
  .service-single-page .service-quick-panel-v3{
    left:10px !important;
  }
}
@media (max-width:760px){
  .service-single-page .service-hero-v3 .container{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .service-single-page .service-hero-copy-v3 h1{
    font-size:40px !important;
    line-height:1.08 !important;
  }
  .service-single-page .service-hero-copy-v3 p{
    font-size:15px !important;
    line-height:1.7 !important;
  }
  .service-single-page .service-hero-visual-v3{
    height:auto !important;
    min-height:auto !important;
    display:grid !important;
    gap:14px !important;
  }
  .service-single-page .service-hero-visual-v3::before{
    display:none !important;
  }
  .service-single-page .service-hero-image-wrap-v3{
    position:relative !important;
    inset:auto !important;
    height:360px !important;
    border-radius:26px !important;
  }
  .service-single-page .service-note-card-v3.top,
  .service-single-page .service-quick-panel-v3{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:auto !important;
    max-width:none !important;
    animation:none !important;
  }
}


/* ===== FINAL SERVICE HERO CLEAN PATCH ===== */
.service-single-page .service-hero-v3 .container{max-width:1380px !important;}
.service-single-page .service-hero-v3-grid{grid-template-columns:minmax(560px,.95fr) minmax(440px,.85fr) !important;gap:50px !important;align-items:center !important;}
.service-single-page .service-hero-copy-v3,
.service-single-page .service-hero-copy-v3 h1,
.service-single-page .service-hero-copy-v3 p{max-width:700px !important;}
.service-single-page .service-hero-copy-v3 h1{font-size:clamp(52px,4.8vw,74px) !important;line-height:1.05 !important;}
.service-single-page .service-hero-visual-v3{position:relative !important;height:min(72vh,680px) !important;min-height:560px !important;overflow:visible !important;padding:0 !important;}
.service-single-page .service-hero-v3-shape,.service-single-page .service-hero-visual-v3::before,.service-single-page .service-hero-image-wrap-v3::before{display:none !important;}
.service-single-page .service-hero-image-wrap-v3{position:absolute !important;top:18px !important;right:10px !important;bottom:26px !important;left:90px !important;background:transparent !important;border:none !important;border-radius:32px !important;box-shadow:0 28px 60px rgba(5,34,71,.18) !important;overflow:hidden !important;z-index:1 !important;transform:translateY(-6px);}
.service-single-page .service-hero-image-wrap-v3 img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important;padding:0 !important;background:transparent !important;display:block !important;}
.service-single-page .service-note-card-v3,.service-single-page .service-quick-panel-v3{position:absolute !important;background:rgba(255,255,255,.96) !important;border:1px solid rgba(220,232,243,.98) !important;box-shadow:0 18px 46px rgba(5,34,71,.14) !important;backdrop-filter:blur(12px);border-radius:22px !important;z-index:3 !important;}
.service-single-page .service-note-card-v3.top{display:block !important;top:-8px !important;right:-8px !important;width:220px !important;max-width:220px !important;padding:18px 18px 16px !important;}
.service-single-page .service-note-card-v3.bottom{display:none !important;}
.service-single-page .service-quick-panel-v3{left:24px !important;right:auto !important;bottom:-8px !important;width:310px !important;padding:18px !important;}
.service-single-page .service-quick-panel-v3 li{font-size:13px !important;line-height:1.45 !important;}
.service-single-page .service-quick-panel-v3 li::before{width:12px !important;height:12px !important;top:6px !important;box-shadow:0 0 0 5px rgba(244,219,80,.22) !important;}
.service-hero-pill-v3{gap:12px !important;padding:11px 16px !important;}
.service-hero-pill-v3 i{width:34px !important;height:34px !important;border-radius:12px !important;display:inline-grid !important;place-items:center !important;box-shadow:0 8px 18px rgba(2,111,162,.1);}
.service-hero-pill-v3 i svg{width:18px !important;height:18px !important;}
@media (max-width:1180px){
  .service-single-page .service-hero-v3-grid{grid-template-columns:1fr !important;gap:28px !important;}
  .service-single-page .service-hero-copy-v3,.service-single-page .service-hero-copy-v3 h1,.service-single-page .service-hero-copy-v3 p{max-width:100% !important;}
  .service-single-page .service-hero-visual-v3{height:560px !important;min-height:520px !important;}
  .service-single-page .service-hero-image-wrap-v3{left:56px !important;right:18px !important;top:18px !important;bottom:24px !important;}
  .service-single-page .service-note-card-v3.top{right:8px !important;}
  .service-single-page .service-quick-panel-v3{left:16px !important;bottom:4px !important;}
}
@media (max-width:767px){
  .service-single-page .service-hero-copy-v3 h1{font-size:40px !important;}
  .service-single-page .service-hero-visual-v3{height:auto !important;min-height:auto !important;display:grid !important;gap:14px !important;}
  .service-single-page .service-hero-image-wrap-v3{position:relative !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;height:390px !important;transform:none !important;}
  .service-single-page .service-note-card-v3.top,.service-single-page .service-quick-panel-v3{position:relative !important;top:auto !important;right:auto !important;left:auto !important;bottom:auto !important;width:auto !important;max-width:none !important;}
}
@media (max-width:420px){
  .service-single-page .service-hero-image-wrap-v3{height:330px !important;}
  .service-single-page .service-hero-copy-v3 h1{font-size:32px !important;}
}

/* ===== CONSULT PAGE ===== */
.consult-page-hero{padding:72px 0 40px;background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);overflow:hidden;}
.consult-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,540px);gap:54px;align-items:center;}
.consult-hero-copy h1{font-size:clamp(48px,5vw,76px);line-height:1.02;letter-spacing:-1.4px;color:#0d2f6d;margin:10px 0 16px;}
.consult-hero-copy p{font-size:17px;line-height:1.8;color:#51637d;max-width:660px;}
.consult-hero-sub{font-size:22px !important;line-height:1.45 !important;color:#18386f !important;font-weight:800;margin-bottom:10px !important;}
.consult-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;}
.consult-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px;max-width:640px;}
.consult-hero-stats article{background:#fff;border:1px solid #dce7f3;border-radius:20px;padding:18px 16px;box-shadow:0 14px 30px rgba(5,34,71,.06);}
.consult-hero-stats strong{display:block;font-size:24px;line-height:1;color:#0d2f6d;margin-bottom:6px;}
.consult-hero-stats span{display:block;font-size:13px;line-height:1.5;color:#5b6d84;}
.consult-hero-visual{position:relative;min-height:560px;}
.consult-hero-main-image{position:absolute;right:32px;top:34px;width:min(100%,380px);height:490px;border-radius:32px;overflow:hidden;box-shadow:0 24px 60px rgba(5,34,71,.16);transform:translateY(-4px);}
.consult-hero-main-image img{width:100%;height:100%;object-fit:cover;display:block;}
.consult-float-card{position:absolute;display:flex;align-items:center;gap:14px;padding:14px;background:rgba(255,255,255,.96);border:1px solid #dce7f3;border-radius:22px;box-shadow:0 18px 40px rgba(5,34,71,.1);max-width:290px;z-index:2;}
.consult-float-card img{width:62px;height:62px;border-radius:18px;object-fit:cover;flex-shrink:0;}
.consult-float-card strong{display:block;font-size:15px;line-height:1.35;color:#0d2f6d;}
.consult-float-card span{display:block;font-size:12px;line-height:1.55;color:#607389;margin-top:4px;}
.consult-float-one{left:0;top:22px;}
.consult-float-two{left:28px;bottom:18px;}
.consultants-showcase{padding:26px 0 90px;}
.consultant-profile-card{display:grid;grid-template-columns:360px minmax(0,1fr);gap:38px;align-items:start;background:#fff;border:1px solid #dce7f3;border-radius:30px;padding:26px;box-shadow:0 18px 36px rgba(5,34,71,.06);margin-top:26px;}
.consultant-profile-card.reverse{grid-template-columns:minmax(0,1fr) 360px;}
.consultant-profile-card.reverse .consultant-profile-image{order:2;}
.consultant-profile-card.reverse .consultant-profile-content{order:1;}
.consultant-profile-image{border-radius:26px;overflow:hidden;box-shadow:0 18px 36px rgba(5,34,71,.1);background:#eef4fb;}
.consultant-profile-image img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block;}
.consultant-profile-content h3{font-size:40px;line-height:1.08;color:#0d2f6d;margin:10px 0 8px;}
.consultant-profile-content h4{font-size:18px;line-height:1.55;color:#385071;margin:0 0 16px;font-weight:700;}
.consultant-profile-content p{font-size:16px;line-height:1.85;color:#54657c;margin:0 0 14px;}
.consultant-badges{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px;}
.consultant-badges span{padding:10px 14px;border-radius:999px;background:#f2f7fd;border:1px solid #dbe8f5;color:#0d2f6d;font-size:13px;font-weight:800;}
.consultant-actions{margin-top:10px;}
.consult-page-cta{padding:0 0 90px;}
.consult-cta-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:34px 38px;border-radius:32px;background:linear-gradient(135deg,#0b5f9a 0%, #0d73a7 42%, #17439b 100%);box-shadow:0 24px 50px rgba(4,45,96,.18);}
.consult-cta-box .eyebrow,.consult-cta-box h2,.consult-cta-box p{color:#fff;}
.consult-cta-box h2{font-size:44px;line-height:1.08;margin:8px 0 10px;max-width:760px;}
.consult-cta-box p{opacity:.9;max-width:760px;}
.consult-cta-actions{display:flex;flex-direction:column;gap:12px;min-width:240px;}
@media (max-width:1180px){
  .consult-hero-grid,.consultant-profile-card,.consultant-profile-card.reverse,.consult-cta-box{grid-template-columns:1fr !important;}
  .consultant-profile-card.reverse .consultant-profile-image,.consultant-profile-card.reverse .consultant-profile-content{order:initial;}
  .consult-hero-visual{min-height:520px;}
  .consult-hero-main-image{right:20px;}
  .consult-cta-actions{flex-direction:row;flex-wrap:wrap;}
}
@media (max-width:767px){
  .consult-page-hero{padding:48px 0 24px;}
  .consult-hero-copy h1{font-size:40px;}
  .consult-hero-sub{font-size:18px !important;}
  .consult-hero-stats{grid-template-columns:1fr;}
  .consult-hero-visual{min-height:auto;display:grid;gap:14px;}
  .consult-hero-main-image{position:relative;right:auto;top:auto;width:100%;height:420px;}
  .consult-float-card{position:relative;left:auto;bottom:auto;top:auto;max-width:none;}
  .consultant-profile-card{padding:18px;gap:20px;}
  .consultant-profile-image img{min-height:340px;}
  .consultant-profile-content h3{font-size:32px;}
  .consult-cta-box{padding:24px;}
  .consult-cta-box h2{font-size:32px;}
}
@media (max-width:420px){
  .consult-hero-main-image{height:360px;}
  .consultant-profile-content h3{font-size:28px;}
  .consultant-profile-content h4{font-size:16px;}
}


/* ===== Consult panel hero + tighter consultant layout ===== */
.consult-hero-unified{padding-top:88px !important;padding-bottom:86px !important;}
.consultants-showcase{padding-top:30px !important;}
.consultant-profile-card{grid-template-columns:330px minmax(0,1fr) !important;gap:32px !important;padding:24px !important;align-items:stretch !important;}
.consultant-profile-card.reverse{grid-template-columns:minmax(0,1fr) 330px !important;}
.consultant-profile-image{height:100%;min-height:100%;}
.consultant-profile-image img{min-height:100% !important;height:100% !important;max-height:560px;object-position:center top;}
.consultant-profile-content{display:flex;flex-direction:column;justify-content:center;}
.consultant-profile-content h3{font-size:34px !important;margin-bottom:6px !important;}
.consultant-profile-content h4{font-size:17px !important;line-height:1.5 !important;margin-bottom:14px !important;}
.consultant-profile-content p{font-size:15px !important;line-height:1.8 !important;margin-bottom:12px !important;}
.consultant-badges{margin-bottom:14px !important;}
.consultant-badges span{font-size:12px !important;padding:9px 12px !important;}
.consultant-actions{margin-top:6px !important;}
@media (max-width:767px){
  .consultant-profile-card,.consultant-profile-card.reverse{grid-template-columns:1fr !important;}
  .consultant-profile-card.reverse .consultant-profile-image,.consultant-profile-card.reverse .consultant-profile-content{order:initial !important;}
  .consultant-profile-image img{max-height:none !important;min-height:320px !important;}
}


/* ===== Footer link alignment + live video embeds ===== */
.footer-v4-grid{
  grid-template-columns:1.25fr .95fr 1.1fr 1fr !important;
  gap:46px !important;
  align-items:start !important;
}
.footer-v4-card h3{margin-bottom:22px !important;}
.footer-v4-card a,
.footer-v4-card p{
  line-height:1.58 !important;
}
.footer-v4-card:not(.footer-v4-note) a{
  display:block !important;
  margin:0 0 18px !important;
}
.footer-v4-contact a,
.footer-v4-contact p{
  margin-bottom:18px !important;
}
.footer-v4-note p{
  margin-bottom:26px !important;
}
.video-resources-grid-live{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.video-resource-frame{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eaf3fb;
}
.video-resource-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}
@media(max-width:1100px){
  .footer-v4-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:32px !important;}
  .video-resources-grid-live{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:640px){
  .footer-v4-grid,.video-resources-grid-live{grid-template-columns:1fr !important;}
  .footer-v4-card:not(.footer-v4-note) a{margin-bottom:14px !important;}
}


/* ===== Autism resources hero height + video thumbnails + footer alignment fix ===== */
.resources-page .resources-hero-page{
  min-height:390px !important;
  display:flex !important;
  align-items:center !important;
  padding-top:118px !important;
  padding-bottom:118px !important;
}
.resources-page .resources-hero-inner h1{
  margin-bottom:22px !important;
}
.resources-page .resources-hero-inner p:last-child{
  font-size:18px !important;
  line-height:1.78 !important;
}
.video-resources-grid-live{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:28px !important;
}
.video-resource-card{
  overflow:hidden !important;
}
.video-thumb-link{
  position:relative !important;
  display:block !important;
  aspect-ratio:16/9 !important;
  background:#102a43 !important;
  overflow:hidden !important;
  text-decoration:none !important;
}
.video-thumb-link img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  transform:scale(1.02);
  transition:transform .35s ease, filter .35s ease !important;
}
.video-thumb-link::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,34,71,.12),rgba(5,34,71,.42));
}
.video-play-button{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:2;
  width:68px;
  height:68px;
  border-radius:50%;
  background:#fff;
  color:#026fa2;
  display:grid;
  place-items:center;
  font-size:25px;
  box-shadow:0 16px 36px rgba(0,0,0,.22);
  padding-left:4px;
}
.video-watch-label{
  position:absolute;
  left:18px;
  bottom:16px;
  z-index:2;
  padding:8px 12px;
  border-radius:999px;
  color:#fff;
  background:rgba(2,111,162,.88);
  font-size:13px;
  font-weight:850;
}
.video-thumb-link:hover img{
  transform:scale(1.08);
  filter:saturate(1.08);
}
.footer-v4-grid{
  display:grid !important;
  grid-template-columns:1.18fr .86fr 1.08fr .92fr !important;
  gap:26px !important;
  align-items:start !important;
}
.footer-v4-card{
  min-width:0 !important;
}
.footer-v4-card h3{
  margin:0 0 22px !important;
  line-height:1.2 !important;
}
.footer-v4-card a,
.footer-v4-card p{
  line-height:1.48 !important;
}
.footer-v4-card:not(.footer-v4-note) a{
  display:block !important;
  margin:0 0 17px !important;
}
.footer-v4-contact a,
.footer-v4-contact p{
  margin-bottom:17px !important;
}
.footer-v4-note p{
  max-width:310px !important;
  margin-bottom:26px !important;
}
.footer-v4-note .footer-mini-cta{
  width:max-content !important;
  min-width:230px !important;
  justify-content:center !important;
}
@media(max-width:1100px){
  .resources-page .resources-hero-page{min-height:auto !important;padding-top:90px !important;padding-bottom:90px !important;}
  .video-resources-grid-live{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:22px !important;}
  .footer-v4-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:34px 26px !important;}
}
@media(max-width:640px){
  .resources-page .resources-hero-page{padding-top:72px !important;padding-bottom:72px !important;}
  .resources-page .resources-hero-inner p:last-child{font-size:16px !important;}
  .video-resources-grid-live{grid-template-columns:1fr !important;}
  .footer-v4-grid{grid-template-columns:1fr !important;gap:26px !important;}
  .footer-v4-card:not(.footer-v4-note) a{margin-bottom:13px !important;}
  .footer-v4-note .footer-mini-cta{width:100% !important;min-width:0 !important;}
}


/* ===== Final requested polish: taller resources hero, lightbox video player, footer alignment, form text ===== */
.resources-page .resources-hero-page{
  min-height:520px !important;
  padding-top:150px !important;
  padding-bottom:140px !important;
  margin-bottom:72px !important;
  display:flex !important;
  align-items:center !important;
}
.resources-page .resources-hero-inner h1{
  margin-bottom:24px !important;
}
.resources-page .resources-hero-inner p:last-child{
  font-size:18px !important;
  line-height:1.82 !important;
}
.resources-videos-section{
  padding-top:18px !important;
}
.video-resources-grid-live{
  gap:30px !important;
}
.video-lightbox-trigger{
  border:0 !important;
  cursor:pointer !important;
  width:100% !important;
  font:inherit !important;
  text-align:left !important;
}
.video-resource-frame,
.video-thumb-link,
.video-lightbox-trigger{
  position:relative !important;
  display:block !important;
  aspect-ratio:16/9 !important;
  background:#081f36 !important;
  overflow:hidden !important;
  text-decoration:none !important;
}
.video-resource-frame img,
.video-thumb-link img,
.video-lightbox-trigger img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  transform:scale(1.03);
  transition:transform .35s ease, filter .35s ease !important;
}
.video-resource-frame::after,
.video-lightbox-trigger::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,34,71,.08),rgba(5,34,71,.44));
  z-index:1;
}
.video-play-button{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  z-index:3 !important;
  width:74px !important;
  height:74px !important;
  border-radius:50% !important;
  background:#fff !important;
  color:#026fa2 !important;
  display:grid !important;
  place-items:center !important;
  font-size:28px !important;
  line-height:1 !important;
  box-shadow:0 18px 44px rgba(0,0,0,.24) !important;
  padding-left:5px !important;
}
.video-watch-label{
  position:absolute !important;
  left:18px !important;
  bottom:16px !important;
  z-index:3 !important;
  padding:9px 16px !important;
  border-radius:999px !important;
  color:#fff !important;
  background:rgba(2,111,162,.96) !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.2px !important;
  opacity:1 !important;
}
.video-resource-frame:hover img,
.video-lightbox-trigger:hover img{
  transform:scale(1.08);
  filter:saturate(1.08);
}
.video-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.video-lightbox.is-open{display:flex;}
.video-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,15,30,.78);
  backdrop-filter:blur(8px);
}
.video-lightbox-dialog{
  position:relative;
  z-index:1;
  width:min(100%,980px);
  background:#fff;
  border-radius:26px;
  padding:18px;
  box-shadow:0 34px 90px rgba(0,0,0,.38);
}
.video-lightbox-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:18px;
  overflow:hidden;
  background:#071a2e;
}
.video-lightbox-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.video-lightbox-close{
  position:absolute;
  right:-14px;
  top:-14px;
  z-index:2;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#f4db50;
  color:#0d2f6d;
  font-size:28px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}
.video-lightbox-external{
  display:inline-flex;
  margin-top:14px;
  color:#026fa2;
  font-weight:900;
  text-decoration:none;
}
body.video-lightbox-open{overflow:hidden;}
.footer-v4-grid{
  grid-template-columns:1.05fr .78fr .96fr .86fr !important;
  column-gap:18px !important;
  row-gap:28px !important;
  align-items:start !important;
}
.footer-v4-card h3{
  margin-bottom:18px !important;
}
.footer-v4-card:not(.footer-v4-note) a,
.footer-v4-contact a,
.footer-v4-contact p{
  margin-bottom:13px !important;
  line-height:1.5 !important;
}
.footer-v4-note p{
  max-width:300px !important;
  margin-bottom:22px !important;
  line-height:1.55 !important;
}
.footer-v4-note .footer-mini-cta{
  min-width:220px !important;
}
.team-v3-booking,
.team-v3-booking *{
  color:#fff !important;
}
.team-v3-label{color:#f4db50 !important;}
.team-v3-form input,
.team-v3-form select,
.team-v3-form textarea{
  color:#fff !important;
  background:rgba(255,255,255,.16) !important;
}
.team-v3-form input::placeholder,
.team-v3-form textarea::placeholder{color:rgba(255,255,255,.82) !important;}
.team-v3-form select option{color:#082347 !important;}
@media(max-width:1100px){
  .resources-page .resources-hero-page{min-height:430px !important;padding-top:105px !important;padding-bottom:105px !important;margin-bottom:46px !important;}
  .footer-v4-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:30px 22px !important;}
}
@media(max-width:640px){
  .resources-page .resources-hero-page{min-height:auto !important;padding-top:78px !important;padding-bottom:78px !important;margin-bottom:34px !important;}
  .video-play-button{width:62px !important;height:62px !important;font-size:24px !important;}
  .video-watch-label{left:14px !important;bottom:14px !important;font-size:11px !important;padding:8px 12px !important;}
  .video-lightbox{padding:14px;}
  .video-lightbox-dialog{border-radius:20px;padding:12px;}
  .video-lightbox-close{right:-6px;top:-12px;width:40px;height:40px;font-size:24px;}
  .footer-v4-grid{grid-template-columns:1fr !important;gap:24px !important;}
}


/* ===== Final video lightbox and Consult hero height fix ===== */
.consult-hero-unified,
.consult-page .resources-hero-page.reviews-hero-page-unified{
  min-height:460px !important;
  padding-top:120px !important;
  padding-bottom:125px !important;
  display:flex !important;
  align-items:center !important;
}
.consult-hero-unified .resources-hero-inner,
.consult-page .resources-hero-page.reviews-hero-page-unified .resources-hero-inner{
  transform:translateY(8px);
}
.video-lightbox-frame{
  background:#000 !important;
  border-radius:18px !important;
  overflow:hidden !important;
}
.video-lightbox-frame iframe{
  background:#000 !important;
}
.video-lightbox-help{
  color:#526678;
  font-size:13px;
  font-weight:800;
  margin:12px 0 2px;
}
.video-lightbox-external{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 18px !important;
  margin-top:10px;
  border-radius:999px;
  background:#026fa2;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900;
}
.video-watch-label{
  background:rgba(2,111,162,.95) !important;
  color:#fff !important;
  letter-spacing:.3px !important;
  padding:9px 16px !important;
  border-radius:999px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
}
.video-lightbox-trigger::after{
  width:64px !important;
  height:64px !important;
  background:#fff !important;
  box-shadow:0 16px 38px rgba(0,0,0,.18) !important;
}
@media(max-width:767px){
  .consult-hero-unified,
  .consult-page .resources-hero-page.reviews-hero-page-unified{
    min-height:390px !important;
    padding-top:86px !important;
    padding-bottom:92px !important;
  }
  .video-lightbox-dialog{width:94vw !important;}
}


/* ===== Final fix: reliable local video covers, cleaner lightbox, taller consult/resources hero ===== */
.resources-hero-page,
.reviews-hero-page-unified,
.consult-hero-unified{
  min-height:420px !important;
  display:flex !important;
  align-items:center !important;
  padding-top:96px !important;
  padding-bottom:104px !important;
  margin-bottom:52px !important;
}
.video-resources-section{
  padding-top:40px !important;
}
.video-resource-frame,
.video-lightbox-trigger{
  height:245px !important;
  background:#0d2f6d !important;
  border:0 !important;
}
.video-resource-frame img,
.video-lightbox-trigger img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  opacity:1 !important;
  filter:none !important;
  transform:none !important;
}
.video-resource-frame::after,
.video-lightbox-trigger::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  width:76px !important;
  height:76px !important;
  border-radius:50% !important;
  background:#fff !important;
  box-shadow:0 14px 34px rgba(0,0,0,.24) !important;
  z-index:3 !important;
}
.video-resource-frame::before,
.video-lightbox-trigger::before{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-38%,-50%) !important;
  border-left:22px solid #026fa2 !important;
  border-top:15px solid transparent !important;
  border-bottom:15px solid transparent !important;
  z-index:4 !important;
}
.video-watch-label{
  position:absolute !important;
  left:20px !important;
  bottom:18px !important;
  z-index:5 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:126px !important;
  height:34px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:#026fa2 !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.4px !important;
  text-transform:uppercase !important;
  box-shadow:0 10px 22px rgba(2,111,162,.28) !important;
}
.video-resource-card{
  overflow:hidden !important;
}
.video-lightbox-dialog{
  max-width:980px !important;
}
.video-lightbox-frame{
  background:#0b1f35 !important;
}
.video-lightbox-frame iframe{
  background:#0b1f35 !important;
}
@media (max-width:767px){
  .resources-hero-page,
  .reviews-hero-page-unified,
  .consult-hero-unified{
    min-height:340px !important;
    padding-top:70px !important;
    padding-bottom:76px !important;
    margin-bottom:34px !important;
  }
  .video-resource-frame,
  .video-lightbox-trigger{height:220px !important;}
}


/* ===== Direct YouTube players on Autism Resources page ===== */
.youtube-players-grid{
  align-items:start;
}
.youtube-player-card{
  overflow:hidden;
  background:#fff;
  border:1px solid #dce7f3;
  border-radius:26px;
  box-shadow:0 18px 42px rgba(5,34,71,.07);
}
.youtube-player-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
  overflow:hidden;
}
.youtube-player-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.youtube-player-card .video-resource-content{
  padding:20px 22px 24px;
}
.youtube-player-card .video-resource-content h3{
  margin:0 0 10px;
  color:#0d2f6d;
  font-size:22px;
  line-height:1.25;
}
.youtube-player-card .video-resource-content p{
  margin:0;
  color:#5b6d84;
  font-size:15px;
  line-height:1.7;
}
.resources-videos-section{
  padding-top:70px !important;
}
.resources-hero-page{
  min-height:360px !important;
  display:flex !important;
  align-items:center !important;
  margin-bottom:36px !important;
}
@media(max-width:1024px){
  .youtube-players-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:680px){
  .youtube-players-grid{grid-template-columns:1fr !important;}
  .youtube-player-card .video-resource-content h3{font-size:20px;}
}


/* ===== Plain YouTube players only ===== */
.resources-videos-plain-section{padding-top:56px !important;}
.plain-youtube-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:28px;}
.plain-youtube-player{position:relative;width:100%;aspect-ratio:16/9;border-radius:0;overflow:hidden;background:#000;box-shadow:0 20px 42px rgba(5,34,71,.10);}
.plain-youtube-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#000;}
@media (max-width:1024px){.plain-youtube-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}}
@media (max-width:640px){.plain-youtube-grid{grid-template-columns:1fr;gap:18px;}.resources-videos-plain-section{padding-top:36px !important;}}

/* ===== Plain YouTube players final ===== */
.plain-youtube-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:28px !important;
  align-items:start !important;
}
.plain-youtube-player{
  position:relative !important;
  width:100% !important;
  aspect-ratio:16/9 !important;
  background:#000 !important;
  border-radius:0 !important;
  overflow:hidden !important;
  box-shadow:none !important;
  border:none !important;
}
.plain-youtube-player iframe{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  border:0 !important;
  display:block !important;
}
@media (max-width:1024px){
  .plain-youtube-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:640px){
  .plain-youtube-grid{grid-template-columns:1fr !important;}
}


/* ===== Final video thumbnails + blog content update ===== */
.resources-videos-plain-section{padding-top:34px !important;}
.plain-youtube-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:28px !important;align-items:start !important;}
.plain-youtube-player{background:#111 !important;border-radius:0 !important;overflow:hidden !important;box-shadow:0 18px 36px rgba(5,34,71,.10) !important;aspect-ratio:16/9 !important;}
.plain-youtube-player iframe{display:block !important;width:100% !important;height:100% !important;border:0 !important;background:#111 !important;}
.blog-single-article ol,
.blog-single-article ul{margin:0 0 24px 22px;padding:0;color:#53657d;line-height:1.8;font-size:17px;}
.blog-single-article li{margin:0 0 10px;}
.blog-single-article h3{font-size:24px;line-height:1.25;color:#0d2f6d;margin:24px 0 12px;}
@media (max-width:1024px){.plain-youtube-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:640px){.plain-youtube-grid{grid-template-columns:1fr !important;gap:18px !important;}}

/* Inner page hero image style matched with service hero image block */
.inner-service-style-image{
  min-height:540px;
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 28px 70px rgba(5,34,71,.14), 0 0 0 10px rgba(255,255,255,.78);
}
.inner-service-style-image::before{
  content:"";
  position:absolute;
  inset:-24px;
  border-radius:42px;
  background:linear-gradient(145deg,#ddecff 0%, #ffffff 58%, #efe6ff 100%);
  z-index:-1;
}
.inner-service-style-image img{
  object-position:center top;
}
@media(max-width:1100px){
  .inner-service-style-image{min-height:440px;}
}
@media(max-width:760px){
  .inner-service-style-image{min-height:360px;}
}


/* Inner page hero visual matched with service page hero image block */
.inner-hero .inner-hero-visual-v3{
  position:relative !important;
  display:block !important;
  height:min(66vh,620px) !important;
  min-height:540px !important;
  padding:0 !important;
  overflow:visible !important;
}
.inner-hero .inner-hero-visual-v3::before{
  display:block !important;
  content:"";
  position:absolute;
  inset:32px 12px 0 48px;
  border-radius:40px;
  background:linear-gradient(145deg,#ffffff 0%,#f7fbff 58%,#eff4ff 100%);
  border:1px solid rgba(221,233,243,.95);
  box-shadow:0 20px 56px rgba(5,34,71,.07);
  z-index:0;
}
.inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3{
  position:absolute !important;
  inset:48px 34px 26px 70px !important;
  height:auto !important;
  min-height:0 !important;
  border-radius:34px !important;
  border:10px solid rgba(255,255,255,.88) !important;
  box-shadow:0 26px 70px rgba(5,34,71,.14) !important;
  background:#fff !important;
  overflow:hidden !important;
  z-index:1 !important;
}
.inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  box-shadow:inset 0 0 0 1px rgba(220,232,243,.92);
  z-index:2;
  pointer-events:none;
}
.inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3 img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.inner-hero .inner-hero-visual-v3 .service-note-card-v3,
.inner-hero .inner-hero-visual-v3 .service-quick-panel-v3{
  position:absolute !important;
  inset:auto !important;
  margin:0 !important;
  background:rgba(255,255,255,.95) !important;
  border:1px solid rgba(220,232,243,.96) !important;
  box-shadow:0 18px 48px rgba(5,34,71,.12) !important;
  backdrop-filter:blur(10px);
  z-index:3 !important;
}
.inner-hero .inner-hero-visual-v3 .service-note-card-v3.top{
  top:6px !important;
  right:-8px !important;
  width:214px !important;
  max-width:214px !important;
  min-height:auto !important;
}
.inner-hero .inner-hero-visual-v3 .service-quick-panel-v3{
  left:-4px !important;
  right:auto !important;
  bottom:10px !important;
  width:310px !important;
  min-height:auto !important;
  padding:16px 18px !important;
}
.inner-hero .inner-hero-visual-v3 .service-quick-panel-v3 p{
  margin:0 0 10px !important;
}
.inner-hero .inner-hero-visual-v3 .service-quick-panel-v3 ul{
  gap:8px !important;
}
.inner-hero .inner-hero-visual-v3 .service-quick-panel-v3 li{
  font-size:13px !important;
  line-height:1.42 !important;
}
@media (max-width:1340px){
  .inner-hero .inner-hero-visual-v3{
    height:580px !important;
    min-height:520px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3{
    inset:46px 26px 26px 52px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-quick-panel-v3{
    width:290px !important;
  }
}
@media (max-width:1100px){
  .inner-hero .inner-hero-visual-v3{
    height:560px !important;
    min-height:520px !important;
  }
  .inner-hero .inner-hero-visual-v3::before{
    inset:22px 0 0 20px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3{
    inset:40px 22px 26px 42px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-note-card-v3.top{
    right:8px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-quick-panel-v3{
    left:8px !important;
    width:285px !important;
  }
}
@media (max-width:760px){
  .inner-hero .inner-hero-visual-v3{
    height:auto !important;
    min-height:auto !important;
    display:grid !important;
    gap:14px !important;
  }
  .inner-hero .inner-hero-visual-v3::before{
    inset:0 !important;
    border-radius:28px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3{
    position:relative !important;
    inset:auto !important;
    height:360px !important;
    border-width:8px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-note-card-v3.top,
  .inner-hero .inner-hero-visual-v3 .service-quick-panel-v3{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:auto !important;
    max-width:none !important;
    animation:none !important;
  }
}

/* ===== Site-wide responsive stability patch, 2026 ===== */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden !important;
}
body{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
*,*::before,*::after{
  min-width:0;
}
img,video,iframe,canvas,svg{
  max-width:100%;
}
iframe{
  border:0;
}
.container{
  width:100%;
  max-width:var(--container);
}
section,
main,
header,
footer{
  max-width:100%;
  overflow-x:clip;
}
[class*="grid"],
[class*="-grid"]{
  min-width:0;
}
[class*="card"],
[class*="panel"],
[class*="box"],
[class*="shell"]{
  min-width:0;
}
h1,h2,h3,h4,p,a,li,span,strong{
  overflow-wrap:break-word;
  word-break:normal;
}
.btn,
button,
input,
select,
textarea{
  max-width:100%;
}
input,
select,
textarea{
  width:100%;
}

@media (min-width:1500px){
  :root{--container:1380px;}
  .hero-v11-copy-container,
  .service-hero-v3 .container,
  .inner-hero .container{
    max-width:1440px !important;
  }
}

@media (max-width:1320px){
  :root{--container:1180px;}
  .container{padding-left:30px !important;padding-right:30px !important;}
  .header-v2 .main-nav{gap:12px !important;}
  .header-v2 .main-nav a,
  .header-v2 .nav-dropdown-link{font-size:12px !important;}
  .header-v2-actions .btn{padding:14px 18px !important;}
}

@media (max-width:1180px){
  :root{--container:100%;}
  .container{padding-left:26px !important;padding-right:26px !important;}
  .header-v2-main,
  .nav-wrap{
    position:relative !important;
    height:auto !important;
    min-height:78px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:14px !important;
  }
  .logo,
  .logo-image-link{
    min-width:auto !important;
    flex:0 0 auto !important;
  }
  .site-logo-img,
  .logo img{
    width:auto !important;
    max-width:150px !important;
    max-height:62px !important;
  }
  .menu-toggle{
    display:inline-flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    flex:0 0 auto !important;
    margin-left:0 !important;
    z-index:120 !important;
  }
  .header-actions,
  .header-v2-actions{
    display:flex !important;
    flex:0 0 auto !important;
    gap:10px !important;
  }
  .header-actions .phone-link,
  .header-v2-actions .phone-link{
    display:none !important;
  }
  .header-actions .btn,
  .header-v2-actions .btn{
    width:auto !important;
    white-space:nowrap !important;
    padding:13px 18px !important;
  }
  .main-nav,
  .header-v2 .main-nav{
    display:none !important;
  }
  .main-nav.open,
  .header-v2 .main-nav.open{
    display:flex !important;
    position:absolute !important;
    top:100% !important;
    left:26px !important;
    right:26px !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    max-height:calc(100vh - 96px) !important;
    overflow-y:auto !important;
    padding:14px !important;
    background:#fff !important;
    border:1px solid #dceaf4 !important;
    border-radius:22px !important;
    box-shadow:0 24px 70px rgba(5,34,71,.16) !important;
    z-index:100 !important;
  }
  .main-nav.open > a,
  .header-v2 .main-nav.open > a,
  .main-nav.open .nav-dropdown-link{
    display:flex !important;
    width:100% !important;
    padding:13px 12px !important;
    border-radius:14px !important;
    font-size:14px !important;
    line-height:1.25 !important;
  }
  .main-nav.open > a:hover,
  .main-nav.open .nav-dropdown-link:hover{
    background:#eef8ff !important;
  }
  .main-nav a.active:after{
    display:none !important;
  }
  .nav-dropdown{
    display:block !important;
    width:100% !important;
  }
  .nav-dropdown-menu{
    position:static !important;
    width:100% !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    box-shadow:none !important;
    border:0 !important;
    background:#f7fbff !important;
    border-radius:16px !important;
    margin:0 0 8px !important;
    padding:8px !important;
  }
  .nav-dropdown-menu a{
    padding:10px 12px !important;
  }
  .mobile-nav-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    padding-top:10px !important;
  }
  .mobile-nav-actions a{
    text-align:center !important;
    justify-content:center !important;
    background:#eef8ff !important;
    border-radius:14px !important;
    padding:12px !important;
    font-weight:900 !important;
  }
}

@media (max-width:1024px){
  .hero-grid,
  .hero-v11-grid,
  .who-main-grid,
  .why-grid,
  .help-grid,
  .cta-grid,
  .cta-v2-grid,
  .feature-grid,
  .about-story-grid,
  .about-method-grid,
  .about-team-grid,
  .contact-main-grid,
  .contact-visit-grid,
  .contact-faq-grid,
  .blog-single-hero-grid,
  .reviews-hero-grid,
  .review-page-grid,
  .resources-hero-grid,
  .service-directory-grid,
  .service-single-content-grid,
  .service-overview-grid-v3,
  .service-book-grid-v3,
  .inner-hero-grid,
  .inner-cta-grid,
  .footer-grid,
  .footer-v3-grid,
  .footer-v4-grid,
  .consult-hero-grid,
  .consult-intro-grid,
  .consult-cta-box{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .services-grid,
  .blog-grid,
  .blog-grid-home,
  .blog-grid-page,
  .blog-grid-upgraded,
  .testimonial-grid,
  .review-grid,
  .team-v1-grid,
  .team-v2-grid,
  .resource-grid,
  .video-resources-grid,
  .plain-youtube-grid,
  .service-related-grid,
  .service-related-grid-v3,
  .service-focus-grid-v3,
  .service-process-grid,
  .service-process-grid-v3,
  .contact-options-grid,
  .about-values-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:22px !important;
  }
  .sticky,
  .service-sidebar,
  .service-overview-side-v3,
  .process-sticky,
  .sidebar-sticky,
  [style*="position: sticky"]{
    position:relative !important;
    top:auto !important;
  }
  .section-title h2,
  .section-title.center h2,
  .inner-hero h1,
  .page-hero h1,
  .resources-hero-inner h1,
  .reviews-hero-page h1,
  .consult-hero-copy h1{
    font-size:clamp(36px,5.8vw,52px) !important;
    line-height:1.12 !important;
  }
  .hero-v11-copy,
  .hero-copy,
  .inner-hero-copy,
  .page-hero-copy,
  .consult-hero-copy{
    max-width:100% !important;
  }
  .hero-v11 h1,
  .hero h1,
  .service-hero-copy-v3 h1{
    font-size:clamp(40px,6vw,58px) !important;
    line-height:1.1 !important;
  }
  .hero-v11-media,
  .hero-image-card,
  .inner-service-style-image,
  .service-hero-image-wrap-v3,
  .inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3{
    max-width:100% !important;
  }
  .consultant-profile-card,
  .consultant-profile-card.reverse{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .consultant-profile-image{
    min-height:auto !important;
  }
  .consultant-profile-image img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
  }
}

@media (max-width:820px){
  .container{padding-left:22px !important;padding-right:22px !important;}
  .header-topline-inner{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:6px !important;
  }
  .topline-links{
    flex-wrap:wrap !important;
  }
  .site-logo-img,
  .logo img{
    max-width:134px !important;
    max-height:56px !important;
  }
  .section-title h2,
  .section-title.center h2,
  .about-story-copy h2,
  .about-method-copy h2,
  .contact-info-panel h2,
  .contact-form-panel h2,
  .inner-cta-grid h2{
    font-size:34px !important;
    line-height:1.16 !important;
  }
  .hero,
  .hero-v11,
  .page-hero,
  .inner-hero,
  .resources-hero-page,
  .reviews-hero-page-unified,
  .service-hero-v3{
    padding-top:40px !important;
    padding-bottom:48px !important;
  }
  .inner-hero .inner-hero-visual-v3,
  .service-single-page .service-hero-visual-v3{
    height:auto !important;
    min-height:auto !important;
    display:grid !important;
    gap:14px !important;
  }
  .inner-hero .inner-hero-visual-v3::before,
  .service-single-page .service-hero-visual-v3::before{
    inset:0 !important;
    border-radius:28px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3,
  .service-single-page .service-hero-image-wrap-v3{
    position:relative !important;
    inset:auto !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:4/3 !important;
    border-width:8px !important;
    border-radius:28px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-note-card-v3.top,
  .inner-hero .inner-hero-visual-v3 .service-quick-panel-v3,
  .service-single-page .service-note-card-v3.top,
  .service-single-page .service-quick-panel-v3{
    position:relative !important;
    inset:auto !important;
    width:auto !important;
    max-width:none !important;
    animation:none !important;
  }
  .form-row,
  .contact-form-grid,
  .booking-form-grid,
  [class*="form-grid"]{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:640px){
  .container{padding-left:18px !important;padding-right:18px !important;}
  .header-topline{display:none !important;}
  .header-v2-main,
  .nav-wrap{
    min-height:70px !important;
  }
  .header-actions,
  .header-v2-actions{
    display:none !important;
  }
  .main-nav.open,
  .header-v2 .main-nav.open{
    left:18px !important;
    right:18px !important;
    max-height:calc(100vh - 82px) !important;
  }
  .mobile-nav-actions{
    grid-template-columns:1fr !important;
  }
  .services-grid,
  .blog-grid,
  .blog-grid-home,
  .blog-grid-page,
  .blog-grid-upgraded,
  .testimonial-grid,
  .review-grid,
  .team-v1-grid,
  .team-v2-grid,
  .resource-grid,
  .video-resources-grid,
  .plain-youtube-grid,
  .service-related-grid,
  .service-related-grid-v3,
  .service-focus-grid-v3,
  .service-process-grid,
  .service-process-grid-v3,
  .contact-options-grid,
  .about-values-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .hero-v11 h1,
  .hero h1,
  .inner-hero h1,
  .page-hero h1,
  .resources-hero-inner h1,
  .reviews-hero-page h1,
  .consult-hero-copy h1,
  .service-single-page .service-hero-copy-v3 h1{
    font-size:34px !important;
    line-height:1.12 !important;
    letter-spacing:-.7px !important;
  }
  .section-title h2,
  .section-title.center h2,
  .about-story-copy h2,
  .about-method-copy h2,
  .contact-info-panel h2,
  .contact-form-panel h2,
  .inner-cta-grid h2{
    font-size:30px !important;
    line-height:1.16 !important;
  }
  p,
  li,
  .hero p,
  .inner-hero p,
  .page-hero p{
    font-size:15px !important;
    line-height:1.7 !important;
  }
  .btn-row,
  .hero-actions,
  .hero-v11-actions,
  .service-hero-actions-v3,
  .consult-cta-actions,
  .footer-v4-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .btn,
  .footer-main-action,
  .footer-phone-action{
    width:100% !important;
    justify-content:center !important;
    text-align:center !important;
  }
  .blog-card img,
  .service-card img,
  .resource-card img,
  .review-card img{
    width:100% !important;
    object-fit:cover !important;
  }
  .blog-single-article{
    font-size:16px !important;
  }
  .blog-single-article ol,
  .blog-single-article ul{
    margin-left:18px !important;
    font-size:16px !important;
  }
  .footer-v4-strip,
  .footer-v4-links,
  .footer-v4-bottom{
    grid-template-columns:1fr !important;
    text-align:left !important;
  }
  .footer-bottom{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:10px !important;
  }
}

@media (max-width:430px){
  .container{padding-left:16px !important;padding-right:16px !important;}
  .site-logo-img,
  .logo img{
    max-width:118px !important;
    max-height:48px !important;
  }
  .menu-toggle{
    width:40px !important;
    height:40px !important;
    padding:7px !important;
  }
  .main-nav.open,
  .header-v2 .main-nav.open{
    left:12px !important;
    right:12px !important;
    border-radius:18px !important;
    padding:12px !important;
  }
  .hero-v11 h1,
  .hero h1,
  .inner-hero h1,
  .page-hero h1,
  .resources-hero-inner h1,
  .reviews-hero-page h1,
  .consult-hero-copy h1,
  .service-single-page .service-hero-copy-v3 h1{
    font-size:30px !important;
  }
  .section-title h2,
  .section-title.center h2,
  .about-story-copy h2,
  .about-method-copy h2,
  .contact-info-panel h2,
  .contact-form-panel h2,
  .inner-cta-grid h2{
    font-size:27px !important;
  }
  .inner-hero .inner-hero-visual-v3 .service-hero-image-wrap-v3,
  .service-single-page .service-hero-image-wrap-v3{
    aspect-ratio:1/1 !important;
  }
  .service-note-card-v3,
  .service-quick-panel-v3,
  .contact-form-panel,
  .contact-info-panel,
  .blog-card,
  .service-card,
  .review-card,
  .resource-card,
  .consultant-profile-card{
    border-radius:22px !important;
  }
  .contact-form-panel,
  .contact-info-panel,
  .service-form-v3,
  .consultant-profile-content{
    padding:20px !important;
  }
  .consultant-badges{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
}

@media (max-width:360px){
  .container{padding-left:14px !important;padding-right:14px !important;}
  .hero-v11 h1,
  .hero h1,
  .inner-hero h1,
  .page-hero h1,
  .resources-hero-inner h1,
  .reviews-hero-page h1,
  .consult-hero-copy h1,
  .service-single-page .service-hero-copy-v3 h1{
    font-size:27px !important;
  }
  .section-title h2,
  .section-title.center h2,
  .about-story-copy h2,
  .about-method-copy h2,
  .contact-info-panel h2,
  .contact-form-panel h2,
  .inner-cta-grid h2{
    font-size:24px !important;
  }
  .btn,
  .main-nav.open > a,
  .main-nav.open .nav-dropdown-link{
    font-size:13px !important;
  }
  .site-logo-img,
  .logo img{
    max-width:104px !important;
  }
}

/* ===== Mobile-only responsive fixes requested, desktop unchanged ===== */
@media (max-width:1180px){
  html, body{
    width:100%;
    max-width:100%;
    overflow-x:hidden !important;
  }

  .site-header,
  .header-v2-main,
  .nav-wrap{
    position:relative !important;
    z-index:9999 !important;
  }

  .header-v2-main,
  .nav-wrap{
    height:74px !important;
    min-height:74px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

  .menu-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    width:48px !important;
    height:48px !important;
    padding:0 !important;
    margin-left:auto !important;
    border-radius:16px !important;
    border:1px solid rgba(2,111,162,.18) !important;
    background:linear-gradient(135deg,#f4db50 0%,#ffd966 100%) !important;
    box-shadow:0 12px 28px rgba(5,34,71,.12) !important;
    cursor:pointer !important;
    position:relative !important;
    z-index:10001 !important;
  }

  .menu-toggle span{
    display:block !important;
    width:22px !important;
    height:3px !important;
    margin:3px 0 !important;
    border-radius:999px !important;
    background:#082347 !important;
    transition:transform .25s ease, opacity .25s ease !important;
  }

  .main-nav,
  .header-v2 .main-nav{
    display:none !important;
  }

  .main-nav.open,
  .header-v2 .main-nav.open{
    display:flex !important;
    position:absolute !important;
    top:74px !important;
    left:16px !important;
    right:16px !important;
    width:auto !important;
    max-height:calc(100vh - 94px) !important;
    overflow-y:auto !important;
    padding:16px !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:0 !important;
    border:1px solid #dceaf4 !important;
    border-radius:22px !important;
    background:#fff !important;
    box-shadow:0 24px 70px rgba(5,34,71,.18) !important;
    z-index:10000 !important;
  }

  .main-nav.open a,
  .header-v2 .main-nav.open a,
  .main-nav.open .nav-dropdown-link{
    width:100% !important;
    padding:13px 14px !important;
    border-radius:14px !important;
    color:#102b4e !important;
    font-size:14px !important;
    line-height:1.25 !important;
    font-weight:900 !important;
  }

  .main-nav.open a.active,
  .main-nav.open a:hover{
    background:#eef8ff !important;
    color:#026fa2 !important;
  }

  .main-nav a.active:after{
    display:none !important;
  }

  .main-nav.open .nav-dropdown,
  .main-nav.open .nav-dropdown-menu{
    width:100% !important;
  }

  .main-nav.open .nav-dropdown-menu{
    position:static !important;
    display:grid !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    min-width:0 !important;
    box-shadow:none !important;
    border:0 !important;
    padding:4px 0 6px 12px !important;
    background:transparent !important;
  }

  .main-nav.open .nav-dropdown-menu a{
    padding:10px 12px !important;
    font-size:13px !important;
    color:#53657a !important;
  }
}

@media (max-width:760px){
  .container{
    width:100% !important;
    max-width:100% !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .hero h1,
  .section-title h2,
  .services-section h2,
  .service-card h3,
  .feature-copy h2,
  .process-grid h3,
  .faq-intro h2,
  .team-v3-head h2,
  .service-hero-copy-v3 h1,
  .service-overview-copy-v3 h2,
  .service-book-copy-v3 h2{
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
    text-wrap:balance !important;
  }

  .service-card,
  .help-card,
  .featured-review,
  .review-card,
  .service-focus-card,
  .service-process-grid-v3 article,
  .service-related-card-v2{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .service-card h3,
  .service-card p,
  .help-card h3,
  .help-card p,
  .service-focus-card h3,
  .service-focus-card p,
  .service-process-grid-v3 h3,
  .service-process-grid-v3 p{
    max-width:none !important;
    min-width:0 !important;
    width:auto !important;
    letter-spacing:0 !important;
    word-spacing:0 !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    writing-mode:horizontal-tb !important;
  }

  .services-grid,
  .help-grid,
  .service-focus-grid-v3,
  .service-process-grid-v3,
  .service-related-grid-v3{
    grid-template-columns:1fr !important;
  }

  .testimonials-section{
    overflow:hidden !important;
  }

  .testimonials-section:before{
    width:150px !important;
    height:150px !important;
    left:-70px !important;
    top:110px !important;
    opacity:.45 !important;
    z-index:0 !important;
  }

  .testimonials-section .container,
  .testimonial-carousel,
  .testimonial-viewport,
  .testimonial-track,
  .testimonial-slide{
    position:relative !important;
    z-index:2 !important;
  }

  .testimonial-carousel{
    width:100% !important;
    max-width:100% !important;
    padding-bottom:58px !important;
    overflow:visible !important;
  }

  .testimonial-viewport{
    overflow:hidden !important;
    border-radius:24px !important;
  }

  .testimonial-slide{
    flex:0 0 100% !important;
  }

  .featured-review,
  .review-card{
    padding:28px 24px !important;
  }

  .team-v3-layout{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .team-v3-cards{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .team-v3-image{
    height:auto !important;
    min-height:0 !important;
    background:#f4f8fb !important;
  }

  .team-v3-image img{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    object-fit:contain !important;
    object-position:center top !important;
    display:block !important;
  }

  .team-v3-image:after{
    display:none !important;
  }

  .team-v3-booking{
    padding:24px 18px !important;
    border-radius:24px !important;
  }

  .team-v3-form-row{
    grid-template-columns:1fr !important;
  }

  .service-overview-v3,
  .service-book-v3{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .service-overview-grid-v3,
  .service-book-grid-v3{
    grid-template-columns:1fr !important;
    gap:24px !important;
    padding:24px 18px !important;
    border-radius:24px !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .service-overview-side-v3,
  .service-form-v3{
    padding:22px 18px !important;
    border-radius:22px !important;
  }

  .service-book-copy-v3 p,
  .service-overview-copy-v3 p{
    font-size:15.5px !important;
    line-height:1.75 !important;
  }

  .service-contact-pills-v3 a,
  .service-hero-actions-v3 .btn,
  .hero-actions .btn{
    width:100% !important;
  }
}

@media (max-width:430px){
  .site-logo-img{
    width:132px !important;
  }

  .menu-toggle{
    width:46px !important;
    height:46px !important;
    border-radius:15px !important;
  }

  .hero-v11-copy-container,
  .hero-v11-copy-wrap,
  .hero-copy,
  .service-hero-copy-v3{
    min-width:0 !important;
  }

  .service-card p,
  .service-focus-card p,
  .service-process-grid-v3 p{
    font-size:14.5px !important;
    line-height:1.68 !important;
  }

  .team-v3-body h3,
  .team-v3-booking h3{
    font-size:22px !important;
  }
}

/* ===== FINAL MOBILE ONLY REPAIR PATCH, DO NOT AFFECT DESKTOP ===== */
@media (max-width: 760px){
  /* Fix MOSAIC/testing banner text squeezing into vertical letters on small screens */
  .feature-banners,
  .feature-grid,
  .testing-card,
  .product-card,
  .testing-card .feature-copy,
  .product-card .feature-copy{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }

  .feature-grid{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) !important;
    gap:20px !important;
  }

  .testing-card,
  .product-card{
    display:block !important;
    padding:26px 20px !important;
    border-radius:24px !important;
    overflow:hidden !important;
  }

  .testing-card .feature-copy,
  .product-card .feature-copy{
    display:block !important;
    flex:none !important;
  }

  .testing-card .feature-copy h2,
  .testing-card .feature-copy p,
  .product-card .feature-copy h2,
  .product-card .feature-copy p{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
    letter-spacing:0 !important;
  }

  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    font-size:30px !important;
    line-height:1.12 !important;
    margin-bottom:16px !important;
  }

  .testing-card .feature-copy p,
  .product-card .feature-copy p{
    font-size:15.5px !important;
    line-height:1.65 !important;
    margin-bottom:20px !important;
  }

  .testing-card .btn,
  .product-card .btn{
    width:100% !important;
    max-width:100% !important;
  }

  .test-icons{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
    margin-top:22px !important;
  }

  .test-icons span{
    width:100% !important;
    min-width:0 !important;
    min-height:112px !important;
    margin-top:0 !important;
    padding:16px 10px !important;
  }

  /* Service pages, mobile left and right breathing space */
  .service-single-page .service-overview-v3,
  .service-single-page .service-book-v3,
  .service-single-page .service-focus-v3,
  .service-single-page .service-process-v3,
  .service-single-page .service-related-v3{
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }

  .service-single-page .service-overview-v3 > .container,
  .service-single-page .service-book-v3 > .container,
  .service-single-page .service-focus-v3 > .container,
  .service-single-page .service-process-v3 > .container,
  .service-single-page .service-related-v3 > .container{
    width:100% !important;
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  .service-single-page .service-overview-grid-v3,
  .service-single-page .service-book-grid-v3{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) !important;
    gap:24px !important;
    padding:24px 18px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    border-radius:24px !important;
  }

  .service-single-page .service-overview-copy-v3,
  .service-single-page .service-overview-side-v3,
  .service-single-page .service-book-copy-v3,
  .service-single-page .service-form-v3{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }

  .service-single-page .service-overview-copy-v3 h2,
  .service-single-page .service-book-copy-v3 h2,
  .service-single-page .service-overview-copy-v3 p,
  .service-single-page .service-book-copy-v3 p{
    width:100% !important;
    max-width:100% !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    writing-mode:horizontal-tb !important;
  }

  .service-single-page .service-contact-pills-v3{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .service-single-page .service-contact-pills-v3 a{
    width:100% !important;
    justify-content:center !important;
  }
}

@media (max-width: 430px){
  .testing-card,
  .product-card{
    padding:24px 18px !important;
  }

  .testing-card .feature-copy h2,
  .product-card .feature-copy h2{
    font-size:28px !important;
  }

  .service-single-page .service-overview-v3,
  .service-single-page .service-book-v3,
  .service-single-page .service-focus-v3,
  .service-single-page .service-process-v3,
  .service-single-page .service-related-v3{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .service-single-page .service-overview-grid-v3,
  .service-single-page .service-book-grid-v3{
    padding:22px 16px !important;
  }
}

#team-booking,
#contact-form,
#book-service {
  scroll-margin-top: 110px;
}


/* Hero slider image presentation: full image visible with edge-to-edge coverage */
.hero-v11-slide {
  overflow: hidden !important;
  background: #0b1f33 !important;
}

.hero-v11-slide::before {
  content: "" !important;
  position: absolute !important;
  inset: -22px !important;
  background-image: var(--hero-slide-bg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  filter: blur(16px) brightness(.82) !important;
  transform: scale(1.06) !important;
  opacity: .96 !important;
  z-index: 0 !important;
}

.hero-v11-photo {
  position: relative !important;
  z-index: 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
}

.hero-v11-slide-overlay {
  z-index: 2 !important;
  pointer-events: none !important;
}

/* Final hero slider behavior: every slide fills the full visual area */
.hero-v11-slide {
  background: transparent !important;
}

.hero-v11-slide::before {
  display: none !important;
  content: none !important;
}

.hero-v11-photo {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  background: transparent !important;
}

.hero-v11-slide:first-child .hero-v11-photo {
  object-position: 46% center !important;
}


.consult-team-card{background:#fff;border:1px solid #dce7f3;border-radius:30px;box-shadow:0 18px 36px rgba(5,34,71,.06);margin-top:26px;overflow:hidden;}
.consult-team-media{background:#eef4fb;}
.consult-team-media img{display:block;width:100%;height:auto;max-height:680px;object-fit:cover;object-position:center;}
.consult-team-content{padding:28px 30px 30px;}
.consult-team-content h3{font-size:38px;line-height:1.12;color:#0d2f6d;margin:10px 0 14px;}
.consult-team-content p{font-size:16px;line-height:1.85;color:#54657c;margin:0 0 14px;}
@media (max-width: 900px){
  .consult-team-content{padding:22px 20px 24px;}
  .consult-team-content h3{font-size:30px;}
  .consult-team-media img{max-height:none;}
}
@media (max-width: 640px){
  .consult-team-content h3{font-size:26px;}
  .consult-team-content p{font-size:15px;line-height:1.75;}
}


/* ===== FINAL HEADER WIDTH, LOGO SCALE AND ALIGNMENT PATCH ===== */
@media (min-width: 1440px){
  .site-header .header-topline-inner,
  .site-header .header-v2-main,
  .site-header .nav-wrap{
    width:100% !important;
    max-width:1460px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:28px !important;
    padding-right:28px !important;
  }
  .site-header .header-v2-main,
  .site-header .nav-wrap{
    height:92px !important;
    min-height:92px !important;
    gap:22px !important;
  }
  .site-header .logo-image-link{
    width:190px !important;
    min-width:190px !important;
    flex:0 0 190px !important;
  }
  .site-header .site-logo-img,
  .site-header .logo img{
    width:178px !important;
    height:auto !important;
    max-width:178px !important;
    max-height:none !important;
    object-fit:contain !important;
  }
  .header-v2 .main-nav{
    gap:18px !important;
  }
}

@media (min-width:1181px) and (max-width:1439px){
  .site-header .header-topline-inner,
  .site-header .header-v2-main,
  .site-header .nav-wrap{
    width:100% !important;
    max-width:100% !important;
    padding-left:24px !important;
    padding-right:24px !important;
  }
  .site-header .logo-image-link{
    width:160px !important;
    min-width:160px !important;
    flex:0 0 160px !important;
  }
  .site-header .site-logo-img,
  .site-header .logo img{
    width:150px !important;
    height:auto !important;
    max-width:150px !important;
    max-height:none !important;
  }
}

@media (min-width:761px) and (max-width:1180px){
  .site-header .site-logo-img,
  .site-header .logo img{
    width:148px !important;
    height:auto !important;
    max-width:148px !important;
    max-height:none !important;
  }
}
