.trust-strip strong {
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
  font-size: 10px;
}

.logo-placeholder,
.institutional-logo-placeholder
 {
  background: transparent;
  display: grid;
  place-items: center;
  color: #6c8b98;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.logo-placeholder {
  width: 250px;
  height: 81px;
}

.logo-placeholder img{
  width: 200px;
  height: 64px;
}

.institutional-logo-placeholder {
  background: transparent;
  width: 100%;
  height: 105px;
  margin-bottom: 90px;
}


.footer-logo-placeholder {
  background: transparent;
  color: transparent;
  border: 0px;
}

/* Visual direction v2: more editorial and visibly distinct */
.hero {
  min-height: 680px;
  margin: 0 0 0 0;
  padding: 72px 3.5vw;
  position: relative;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 10%, rgba(25, 184, 204, .27), transparent 28%),
    linear-gradient(135deg, #061d32 0%, #082b49 58%, #0d5572 100%);
  box-shadow: 0 28px 65px rgba(8, 43, 73, .18);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 2;
}

.hero .eyebrow {
  color: var(--cyan2);
}

.hero h1 {
  font-size: clamp(48px, 5vw, 76px);
}

.hero-copy > p {
  color: #c9e0e7;
}

.hero .secondary {
  color: #fff;
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
}

.hero-stats {
  gap: 10px;
}

.hero-stats div {
  min-width: 130px;
  padding: 13px 15px;
}

.hero-stats strong {
  color: #fff;
}

.hero-stats span {
  color: #afd0d8;
}

.hero-stats img{
  margin-top: 20px;
  margin-right: 60px;
  height: 40px;
}


.hero-media {
  min-height: 500px;
  transform: rotate(1.5deg);
  border: 8px solid rgba(255,255,255,.13);
  border-radius: 28px;
  background: #fff;
  box-shadow: 22px 30px 0 rgba(25,184,204,.13), 0 28px 55px rgba(0,0,0,.22);
}

.hero-media img {
  width: 100%;
}

.hero-label {
  top: auto;
  right: 20px;
  bottom: 20px;
  color: #fff;
  border: 0;
  background: var(--navy);
}

.trust-strip {
  background: #fff;
}

.trust-strip img{
    height: 30px;
    margin-right: 20px;
    margin-bottom: -10px;
  }

.services {
  background: linear-gradient(180deg, #f7fbfc, #fff);
}

.service-grid {
  grid-template-columns: 1.25fr 1fr 1fr;
}

.service-grid article:first-child {
  grid-row: span 2;
  min-height: 470px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #0d5572);
}

.service-grid article:first-child p {
  color: #c9e0e7;
}

.service-grid article:first-child .service-icon {
  background: rgba(255,255,255,.13);
}

.service-grid article:last-child {
  grid-column: 2 / 4;
}

.catalog {
  background: #f7fbfc;
}

@media (max-width: 980px) {
  .hero {
    margin: 14px;
  }

  .hero-media {
    transform: none;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-grid article:first-child {
    grid-row: auto;
    min-height: 310px;
  }

  .service-grid article:last-child {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .hero {
    margin: 8px;
    padding: 55px 20px;
    border-radius: 24px;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}

/* Blue boxed navigation */
.site-header {
  gap: 30px;
}

.nav {
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0d5bce, #087fba);
  box-shadow: 0 12px 28px rgba(13,91,206,.2);
}

.nav a {
  color: rgba(255,255,255,.84);
}

.nav a:hover {
  color: #fff;
  background: rgba(255,255,255,.12);
}

.nav .nav-cta {
  margin-left: 5px;
  color: #0d5bce;
  background: #fff;
  box-shadow: none;
}

.nav .nav-cta:hover {
  color: #0d5bce;
  background: #f4f9ff;
}

.nav .nav-cta::after {
  background: var(--orange);
}

@media (max-width: 980px) {
  .nav {
    background: linear-gradient(145deg, #0d5bce, #087fba);
  }
}

/* Replace dark navy areas with a lighter standard blue */
:root {
  --navy: #147fd1;
  --navy2: #0f6fbc;
  --ink: #174565;
}

.browser-bar,
.trust-strip {
  background: #147fd1;
}

.coverage,
.results,
.contact {
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.16), transparent 27%),
    linear-gradient(135deg, #129fe0, #147fd1);
}

.service-grid article:nth-child(2),
.catalog-grid article:nth-child(3) {
  background: linear-gradient(145deg, #129fe0, #147fd1);
}

.about-visual {
  background: linear-gradient(145deg, #129fe0, #147fd1);
}

.map {
  background: linear-gradient(145deg, #38b9ef, #147fd1);
}

.primary {
  background: linear-gradient(135deg, #129fe0, #147fd1);
}

.hero-label {
  background: #147fd1;
}

.whatsapp-card {
  color: #fff;
}

.result-metrics article,
.whatsapp-card {
  border-color: rgba(255,255,255,.28);
}

/* Final clean continuous layout */
body {
  background: #fff;
}

.site-header {
  width: 100%;
  max-width: none;
  height: 84px;
  margin: 0;
  padding: 0 5vw;
  top: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #129fe0;
  box-shadow: none;
}

.logo-placeholder {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.1);
}

.nav {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nav a {
  color: rgba(255,255,255,.88);
}

.nav a:hover {
  color: #fff;
  background: rgba(255,255,255,.13);
}

.nav .nav-cta {
  color: #0872ad;
  background: #fff;
}

.hero {
  width: 100%;
  max-width: none;
  min-height: 650px;
  margin: 0;
  padding: 70px 5vw;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #129fe0, #168bd0);
  box-shadow: none;
}

.hero .eyebrow {
  color: #fff;
  background: rgba(255,255,255,.14);
}

.hero h1,
.hero em {
  color: #fff;
}

.hero-copy > p {
  color: rgba(255,255,255,.84);
}

.hero .primary {
  color: #0872ad;
  background: #fff;
}

.hero .secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
  background: transparent;
}

.hero-stats div {
  color: #fff;
  background: transparent;
}

.hero-stats strong,
.hero-stats span {
  color: #fff;
}

.hero-media {
  min-height: 520px;
  padding-top: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(5,78,126,.18);
}

.browser-bar {
  display: none;
}

.hero-media img {
  width: 100%;
}

.trust-strip {
  width: 100%;
  max-width: none;
  min-height: 66px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #087fba;
}

main > .section,
.coverage,
.results,
.contact {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

main > .section {
  padding: 100px 5vw;
  background: #fff;
}

main > .section:nth-of-type(even) {
  background: #f0f9fe;
}

.about-visual,
.catalog-grid article,
.service-grid article,
.service-grid article:first-child,
.service-grid article:last-child,
.faq-list details {
  box-shadow: none;
}

.coverage,
.results,
.contact {
  padding: 90px 8vw;
  background: linear-gradient(135deg, #129fe0, #168bd0);
}

.results {
  grid-template-columns: .75fr 1.25fr;
}

.result-metrics article {
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 15px;
  background: rgba(255,255,255,.1);
}

.faq-list {
  background: transparent;
}

footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 35px 5vw;
  border-radius: 0;
  background: #fff;
}

@media (max-width: 980px) {
  .nav {
    padding: 12px;
    border-radius: 14px;
    background: #087fba;
  }

  .results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .trust-strip,
  main > .section,
  .coverage,
  .results,
  .contact,
  footer {
    width: 100%;
    margin: 0;
  }

  .hero,
  main > .section,
  .coverage,
  .results,
  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Full-width continuous white layout */
body {
  background: #fff;
}

.site-header {
  width: 100%;
  max-width: none;
  height: 84px;
  margin: 0;
  padding: 0 5vw;
  top: 0;
  border: 0;
  border-bottom: 1px solid #e3edf4;
  border-radius: 0;
  box-shadow: none;
}

.hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  border-radius: 0;
  box-shadow: none;
}

.trust-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

main > .section,
.coverage,
.results,
.contact {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

main > .section {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

.coverage,
.results,
.contact {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

.coverage,
.results,
.contact {
  padding-left: 8vw;
  padding-right: 8vw;
}

footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  border-radius: 0;
  background: #fff;
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .trust-strip,
  main > .section,
  .coverage,
  .results,
  .contact,
  footer {
    width: 100%;
  }

  .site-header {
    margin: 0;
    padding: 0 20px;
  }

  .coverage,
  .results,
  .contact {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Visual direction v3: cleaner, lighter, fewer boxes */
.hero {
  min-height: 650px;
  margin: 0;
  padding: 78px 5vw;
  border-radius: 0 0 70px 70px;
  background:
    radial-gradient(circle at 83% 18%, rgba(25,184,204,.18), transparent 31%),
    linear-gradient(145deg, #061d32 0%, #082b49 68%, #0b455f 100%);
  box-shadow: none;
}

.hero::after {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  left: -80px;
  bottom: -75px;
  border: 1px solid rgba(124,227,234,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(124,227,234,.035), 0 0 0 72px rgba(124,227,234,.025);
}

.hero-media {
  min-height: 480px;
  overflow: visible;
  transform: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-media::before {
  width: 430px;
  height: 430px;
  border-color: rgba(124,227,234,.22);
  box-shadow: 0 0 0 50px rgba(124,227,234,.025);
}

.hero-media img {
  width: 108%;
  filter: drop-shadow(0 28px 28px rgba(0,0,0,.25));
}

.hero-label {
  right: 0;
  bottom: 45px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.hero-stats div {
  min-width: 120px;
  padding: 8px 18px 8px 0;
  background: transparent;
}

.trust-strip {
  min-height: 82px;
  margin: 0;
  border: 0;
}

.trust-strip strong {
  color: var(--cyan);
  background: transparent;
}

.about-visual {
  min-height: 460px;
  border-radius: 50% 50% 38% 62% / 48% 38% 62% 52%;
}

.connection-card {
  width: 70%;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.connection-card .institutional-logo-placeholder {
  border-color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.08);
}

.services {
  background: #fff;
}

.service-grid {
  gap: 35px;
}

.service-grid article,
.service-grid article:first-child {
  min-height: 270px;
  padding: 28px 0;
  color: var(--ink);
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.service-grid article:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--cyan);
}

.service-grid article:first-child p {
  color: var(--muted);
}

.service-grid article:first-child .service-icon,
.service-icon {
  color: var(--navy);
  background: var(--ice);
}

.process-flow::before {
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.process-dot {
  width: 20px;
  height: 20px;
  border-width: 5px;
  box-shadow: 0 0 0 1px #b9dce3;
}

.coverage {
  margin: 0 3vw;
  border-radius: 60px 20px 60px 20px;
}

.catalog {
  background: #fff;
}

.catalog-grid {
  gap: 25px;
}

.catalog-grid article {
  border: 0;
  border-radius: 18px;
  background: #f7fbfc;
}

.catalog-grid article:not(.catalog-main) {
  min-height: 220px;
  border-left: 3px solid var(--cyan);
}

.results {
  border-radius: 70px 20px 70px 20px;
}

.result-metrics article {
  min-height: 160px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  background: transparent;
}

.faq-list {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.contact {
  border-radius: 22px 70px 22px 70px;
}

.whatsapp-card {
  border: 0;
  border-left: 2px solid var(--cyan);
  border-radius: 0;
  background: transparent;
}

@media (max-width: 620px) {
  .hero { border-radius: 0 0 35px 35px; }
  .hero-media img { width: 100%; }
  .coverage { margin: 0 10px; border-radius: 30px 10px 30px 10px; }
}

/* Vibrant blue + orange accents */
:root {
  --orange: #ff7a24;
  --orange-soft: #fff0e6;
  --blue-bright: #129fe0;
  --cyan: #129fe0;
  --cyan2: #72d4ff;
  --ice: #edf8fe;
}

em {
  color: var(--orange);
}

.eyebrow,
.catalog-main span,
.category-number {
  color: var(--blue-bright);
}

.eyebrow::before {
  background: var(--orange);
}

.nav .nav-cta,
.primary {
  background: linear-gradient(135deg, var(--blue-bright), #075f9f);
}

.nav .nav-cta::after,
.primary::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  right: 16px;
  bottom: 5px;
  border-radius: 3px;
  background: var(--orange);
}

.nav .nav-cta,
.primary {
  position: relative;
  overflow: hidden;
}

.hero {
  background:
    radial-gradient(circle at 83% 18%, rgba(18,159,224,.34), transparent 30%),
    radial-gradient(circle at 70% 80%, rgba(255,122,36,.12), transparent 24%),
    linear-gradient(145deg, #061d32 0%, #07446f 68%, #087fba 100%);
}

.hero-label span,
.hero-stats strong {
  color: var(--orange);
}

.trust-strip i:nth-of-type(odd) {
  background: var(--orange);
}

.values span:nth-child(even) {
  color: #9a4212;
  border-color: #ffd2b5;
  background: var(--orange-soft);
}

.service-grid article:nth-child(even) .service-icon {
  color: #fff;
  background: linear-gradient(145deg, var(--orange), #d95612);
}

.service-grid article:nth-child(even):hover {
  border-color: var(--orange);
}

.process-flow article:nth-child(2) .process-dot {
  background: var(--orange);
  box-shadow: 0 0 0 1px #ffc49e;
}

.coverage {
  background:
    radial-gradient(circle at 85% 20%, rgba(255,122,36,.25), transparent 25%),
    linear-gradient(145deg, var(--navy2), #087fba);
}

.map {
  background: linear-gradient(145deg, var(--blue-bright), #084c79);
}

.map-pin:nth-child(even) {
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255,122,36,.18);
}

.catalog-grid article:not(.catalog-main):nth-child(3) {
  border-left-color: var(--orange);
  background: var(--orange-soft);
}

.results {
  background:
    radial-gradient(circle at 92% 15%, rgba(255,122,36,.25), transparent 24%),
    linear-gradient(145deg, var(--navy2), #087fba);
}

.result-metrics article:nth-child(2) strong {
  color: #ffac75;
}

.contact {
  background:
    radial-gradient(circle at 85% 20%, rgba(255,122,36,.23), transparent 26%),
    linear-gradient(145deg, var(--navy), #087fba);
}

.whatsapp-card {
  border-left-color: var(--orange);
}

/* Clean light hero: replace heavy petrol background */
.hero {
  color: var(--ink);
  background:
    radial-gradient(circle at 87% 15%, rgba(18,159,224,.16), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(255,122,36,.08), transparent 22%),
    linear-gradient(135deg, #ffffff 0%, #f3faff 62%, #e9f6fd 100%);
  border-bottom: 1px solid #d9ebf4;
}

.hero::before {
  opacity: .45;
  background-image:
    linear-gradient(rgba(18,159,224,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,159,224,.06) 1px, transparent 1px);
}

.hero::after {
  border-color: rgba(18,159,224,.18);
  box-shadow: 0 0 0 36px rgba(18,159,224,.025), 0 0 0 72px rgba(18,159,224,.018);
}

.hero .eyebrow {
  color: #087fba;
}

.hero h1 {
  color: var(--ink);
}

.hero-copy > p {
  color: var(--muted);
}

.hero .secondary {
  color: var(--ink);
  border-color: #c8dfe9;
  background: rgba(255,255,255,.85);
}

.hero-stats strong {
  color: var(--blue-bright);
}

.hero-stats span {
  color: var(--muted);
}

.hero-media::before {
  border-color: rgba(18,159,224,.16);
  box-shadow: 0 0 0 50px rgba(18,159,224,.025);
}

.hero-media img {
  filter: drop-shadow(0 22px 25px rgba(8,43,73,.16));
}

/* Premium template-inspired hero */
.hero {
  min-height: 690px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-radius: 0;
  background: #c8efff;
  border: 0;
}

.hero::before {
  display: none;
}

.hero::after {
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -150px;
  border-color: rgba(8,43,73,.08);
  box-shadow: 0 0 0 55px rgba(255,255,255,.16);
}

.hero-copy {
  padding: 34px 0;
}

.hero .eyebrow {
  padding: 9px 13px;
  border-radius: 99px;
  color: #fff;
  background: #11182d;
  font-size: 10px;
}

.hero .eyebrow::before {
  display: none;
}

.hero h1 {
  max-width: 590px;
  font-size: clamp(48px, 5vw, 72px);
  letter-spacing: -5px;
}

.hero-copy > p {
  max-width: 550px;
  color: #38576b;
}

.hero .primary {
  background: #11182d;
}

.hero .secondary {
  border: 0;
  background: rgba(255,255,255,.62);
}

.hero-stats div {
  padding: 11px 15px;
}

.hero-media {
  min-height: 570px;
  padding-top: 45px;
  overflow: hidden;
  border: 1px solid rgba(8,43,73,.1);
  border-radius: 28px 28px 8px 8px;
  background: linear-gradient(180deg,#f9fbff,#eef5ff);
  box-shadow: 28px 30px 0 rgba(17,24,45,.08), 0 35px 65px rgba(8,43,73,.18);
}

.hero-media::before {
  width: 430px;
  height: 430px;
  border-color: rgba(18,159,224,.12);
  box-shadow: 0 0 0 52px rgba(120,91,255,.025);
}

.browser-bar {
  height: 45px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  background: #11182d;
}

.browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff654d;
}

.browser-bar i:nth-child(2) {
  background: #ffb84d;
}

.browser-bar i:nth-child(3) {
  background: #41c77a;
}

.browser-bar span {
  width: 44%;
  height: 15px;
  margin: auto;
  border-radius: 99px;
  background: rgba(255,255,255,.09);
}

.hero-media img {
  width: 100%;
  filter: drop-shadow(0 20px 22px rgba(8,43,73,.12));
}

.hero-label {
  right: 18px;
  bottom: 18px;
  border-radius: 10px;
  color: #fff;
  background: #11182d;
}

.trust-strip {
  min-height: 58px;
  color: #fff;
  background: #11182d;
}

.trust-strip strong {
  color: var(--cyan2);
}

@media (max-width: 620px) {
  .hero { padding-top: 45px; }
  .hero h1 { letter-spacing: -3px; }
  .hero-media { min-height: 360px; }
}

/* Visual direction v4: premium showcase layout */
body {
  background: #bcd5f8;
}

.site-header {
  width: calc(100% - 56px);
  max-width: 1380px;
  height: 78px;
  margin: 22px auto 0;
  padding: 0 28px;
  top: 14px;
  border: 1px solid rgba(8,43,73,.08);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(8,43,73,.1);
}

.hero {
  width: calc(100% - 56px);
  max-width: 1380px;
  min-height: 650px;
  margin: 22px auto 0;
  padding: 62px;
  border-radius: 24px;
  background: #f4f8ff;
  box-shadow: 0 28px 65px rgba(8,43,73,.13);
}

.hero::after {
  display: none;
}

.hero .eyebrow {
  color: #0b52ba;
  background: #dceaff;
}

.hero h1 {
  font-size: clamp(48px, 5vw, 73px);
}

.hero em {
  color: #0c63db;
}

.hero .primary {
  background: linear-gradient(135deg,#0d5bce,#087fdd);
}

.hero-media {
  min-height: 520px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 55px rgba(8,43,73,.14);
}

.trust-strip {
  width: calc(100% - 56px);
  max-width: 1380px;
  margin: 18px auto;
  border-radius: 14px;
  background: #101c38;
}

main > .section,
.coverage,
.results,
.contact {
  width: calc(100% - 56px);
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

main > .section {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 24px;
  background: #f8fbff;
  box-shadow: 0 24px 55px rgba(8,43,73,.1);
}

.about {
  background: #fff;
}

.about-visual {
  border-radius: 22px;
}

.services {
  background: #edf4ff;
}

.service-grid article,
.service-grid article:first-child,
.service-grid article:last-child {
  border-color: #d3e1f3;
  background: rgba(255,255,255,.88);
}

.service-grid article:nth-child(2) {
  background: linear-gradient(145deg,#101c38,#123b75);
}

.process {
  background: #fff;
}

.coverage,
.results {
  margin-top: 22px;
  margin-bottom: 22px;
  border-radius: 24px;
  background: linear-gradient(145deg,#101c38,#123b75);
  box-shadow: 0 26px 55px rgba(8,43,73,.16);
}

.catalog {
  background: #eef5ff;
}

.catalog-grid article,
.catalog-grid article:not(.catalog-main) {
  border: 1px solid #d5e3f4;
  border-left: 1px solid #d5e3f4;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8,43,73,.06);
}

.catalog-grid article:nth-child(3) {
  background: #101c38;
  color: #fff;
}

.catalog-grid article:nth-child(3) p {
  color: #bfd0e4;
}

.faq {
  background: #fff;
}

.faq-list details {
  padding: 0 18px;
  margin-bottom: 10px;
  border: 1px solid #dae5f2;
  border-radius: 14px;
  background: #f7faff;
}

.contact {
  margin-top: 22px;
  border-radius: 24px;
  background: linear-gradient(145deg,#101c38,#123b75);
}

footer {
  width: calc(100% - 56px);
  max-width: 1380px;
  margin: 0 auto 30px;
  padding: 30px;
  border: 0;
  border-radius: 18px;
  background: #f8fbff;
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .trust-strip,
  main > .section,
  .coverage,
  .results,
  .contact,
  footer {
    width: calc(100% - 20px);
  }

  .site-header {
    margin-top: 10px;
    padding: 0 14px;
  }

  .hero {
    padding: 45px 20px;
  }
}

/* Services section: compact aligned cards */
.services .section-heading {
  max-width: 1180px;
  margin-bottom: 42px;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-grid article,
.service-grid article:first-child,
.service-grid article:last-child {
  min-height: 310px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  grid-column: auto;
  grid-row: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 43, 73, .055);
}

.service-grid article::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  right: -25px;
  bottom: -25px;
  border-radius: 50%;
  background: var(--ice);
}

.service-grid article:nth-child(2) {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, var(--blue-bright), #087fba);
  box-shadow: 0 18px 40px rgba(7, 95, 159, .2);
}

.service-grid article:nth-child(2) p,
.service-grid article:nth-child(2) b {
  color: #d9ecf8;
}

.service-grid article:nth-child(2)::after {
  background: rgba(255, 255, 255, .1);
}

.service-grid article:nth-child(2) .service-icon {
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.service-grid article:nth-child(4) {
  border-top: 4px solid var(--orange);
}

.service-grid article:hover {
  transform: translateY(-5px);
  border-color: var(--cyan);
  box-shadow: 0 20px 40px rgba(8, 43, 73, .1);
}

.service-grid .service-icon {
  flex: 0 0 auto;
}

.service-grid h3 {
  margin: auto 0 10px;
}

.service-grid p {
  margin: 0;
}

@media (max-width: 980px) {
  .service-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .service-grid { grid-template-columns: 1fr; }
}

.process {
  background: #fff;
}

.process-heading {
  max-width: 720px;
  margin: 0 auto 55px;
  text-align: center;
}

.process-heading .eyebrow {
  justify-content: center;
}

.process-heading p,
.process-flow p {
  color: var(--muted);
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.process-flow::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 16.5%;
  right: 16.5%;
  top: 55px;
  background: linear-gradient(90deg, var(--cyan), #b9dce3, var(--cyan));
}

.process-flow article {
  padding: 0 35px;
  position: relative;
  text-align: center;
}

.process-flow article > span {
  color: #91aab5;
  font-size: 11px;
  font-weight: 800;
}

.process-dot {
  width: 34px;
  height: 34px;
  margin: 17px auto 25px;
  position: relative;
  z-index: 2;
  border: 9px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 1px #b9dce3, 0 8px 18px rgba(25, 184, 204, .2);
}

.process-flow h3 {
  font-size: 21px;
}

.process-flow p {
  font-size: 14px;
  line-height: 1.7;
}

.results {
  margin: 0 5vw 5vw;
  padding: 55px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 60px;
  align-items: center;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy2), #0d5572);
  box-shadow: 0 25px 50px rgba(8, 43, 73, .14);
}

.results h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 4vw, 58px);
}

.result-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.result-metrics article {
  min-height: 190px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
}

.result-metrics strong {
  color: var(--cyan2);
  font-size: 45px;
}

.result-metrics span {
  margin-top: 12px;
  color: #d7edf1;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .results { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .process-flow,
  .result-metrics { grid-template-columns: 1fr; }
  .process-flow::before { display: none; }
  .process-flow article { padding: 10px 0; }
  .results { margin: 0 20px 30px; padding: 30px; }
}
