/*
Theme Name: GPS Professional Services Final
Theme URI: https://www.gpspakistan.org
Author: Global Professional Services
Author URI: https://www.gpspakistan.org
Description: Multi-page corporate WordPress theme for Global Professional Services (GPS), covering consultancy, corporate services, legal documentation, events, training, translation, supplies, branding, and PR.
Version: 1.1.12
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gps-professional-services
Tags: business, consulting, corporate, responsive-layout, custom-logo
*/
:root {
  --gps-green: #1f46bf;
  --gps-green-2: #3157d7;
  --gps-teal: #0f9fbd;
  --gps-whatsapp: #128c7e;
  --gps-whatsapp-dark: #0d6f65;
  --gps-gold: #f3b141;
  --gps-gold-2: #ffd77a;
  --gps-ink: #17213f;
  --gps-muted: #65718f;
  --gps-line: #dbe6fb;
  --gps-soft: #eef5ff;
  --gps-slate: #dfeaff;
  --gps-white: #ffffff;
  --gps-shadow: 0 24px 70px rgba(31, 70, 191, 0.14);
  --gps-shadow-soft: 0 16px 46px rgba(31, 70, 191, 0.1);
  --gps-serif: Georgia, "Times New Roman", serif;
  --gps-sans: Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--gps-white);
  color: var(--gps-ink);
  font-family: var(--gps-sans);
  line-height: 1.65;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: var(--gps-gold);
  color: var(--gps-green);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(243, 177, 65, 0.9);
  outline-offset: 3px;
}

.topbar {
  background: var(--gps-green);
  color: var(--gps-white);
  font-size: 13px;
}

.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(31, 70, 191, 0.08);
  backdrop-filter: blur(12px);
}

.navbar {
  display: flex;
  align-items: center;
  min-height: 92px;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  min-width: 330px;
}

.brand__fallback {
  display: inline-flex;
  align-items: center;
}

.brand__logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 326px;
  height: 86px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand__logo,
.custom-logo {
  width: 320px;
  max-height: 82px;
  object-fit: contain;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.brand__mark {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid var(--gps-gold);
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(circle at 36% 33%, #fff 0 14%, var(--gps-green-2) 15% 43%, var(--gps-green) 44% 100%);
  box-shadow: 0 12px 28px rgba(31, 70, 191, 0.2);
}

.brand__ring {
  position: absolute;
  width: 76px;
  height: 25px;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-right-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.brand__ring--one {
  transform: rotate(-24deg);
}

.brand__ring--two {
  width: 64px;
  transform: rotate(24deg);
}

.brand__shine {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
}

.brand-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.brand-logo__bg {
  fill: var(--gps-green);
}

.brand-logo__band {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-logo__band--one {
  stroke: #ffffff;
  stroke-width: 8;
}

.brand-logo__band--two {
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 7;
}

.brand-logo__band--three {
  stroke: #dbe4df;
  stroke-width: 7;
}

.brand-logo__shine {
  fill: #ffffff;
}

.brand__text {
  display: grid;
  color: var(--gps-green);
  line-height: 1.08;
  text-transform: uppercase;
}

.brand__text strong {
  font-size: 26px;
  font-weight: 900;
}

.brand__text span {
  font-size: 13px;
  font-weight: 800;
}

.primary-nav {
  margin-left: auto;
}

.menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a {
  position: relative;
  font-size: 13px;
  font-weight: 850;
  color: var(--gps-ink);
  text-transform: uppercase;
  white-space: nowrap;
}

.menu a::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gps-gold);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.menu a:hover::after,
.menu a:focus::after {
  transform: scaleX(1);
}

.mobile-cta-item {
  display: none;
}

.mobile-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  background: var(--gps-green);
  color: var(--gps-white) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.mobile-menu-cta::after {
  display: none;
}

.mobile-menu-cta--whatsapp {
  background: var(--gps-whatsapp);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button--primary {
  background: var(--gps-green);
  color: var(--gps-white);
  box-shadow: 0 12px 28px rgba(31, 70, 191, 0.16);
}

.button--ghost {
  border-color: rgba(31, 70, 191, 0.2);
  color: var(--gps-green);
}

.button--gold {
  background: var(--gps-gold);
  color: var(--gps-green);
}

.button--whatsapp {
  background: var(--gps-whatsapp);
  color: var(--gps-white);
  box-shadow: 0 12px 28px rgba(18, 140, 126, 0.18);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(31, 70, 191, 0.2);
}

.button--whatsapp:hover {
  background: var(--gps-whatsapp-dark);
  box-shadow: 0 16px 34px rgba(18, 140, 126, 0.24);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gps-green);
  font-weight: 900;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--gps-line);
  background: var(--gps-white);
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--gps-green);
}

.section {
  padding: 92px 0;
}

.section-soft {
  background: var(--gps-soft);
}

.hero {
  min-height: calc(100vh - 128px);
  padding: 70px 0 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 36%, rgba(243, 177, 65, 0.2), transparent 30%),
    linear-gradient(90deg, var(--gps-green) 0 47%, #eef4ff 47% 100%);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: 60px;
}

.hero__copy {
  color: var(--gps-white);
}

.hero__copy h1,
h1,
h2 {
  margin: 0;
  font-family: var(--gps-serif);
  line-height: 1.08;
}

.hero__copy h1 {
  max-width: 680px;
  color: var(--gps-white);
  font-size: clamp(44px, 6vw, 82px);
}

.hero__copy h1::first-line {
  color: var(--gps-white);
}

.hero .hero__copy p {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-left: 3px solid var(--gps-gold);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .button--ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--gps-white);
}

.hero__visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-left: 8px solid var(--gps-gold);
  background: #eef4ff;
  box-shadow: var(--gps-shadow);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(31, 70, 191, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  pointer-events: none;
}

.hero-outcomes {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  background: var(--gps-white);
}

.hero-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -42px;
  border-top: 4px solid var(--gps-gold);
  background: var(--gps-white);
  box-shadow: var(--gps-shadow-soft);
}

.hero-outcomes__grid div {
  display: grid;
  gap: 6px;
  min-height: 118px;
  padding: 24px 26px;
  border-right: 1px solid var(--gps-line);
}

.hero-outcomes__grid div:last-child {
  border-right: 0;
}

.hero-outcomes__grid strong {
  color: var(--gps-green);
  font-family: var(--gps-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.hero-outcomes__grid span {
  color: var(--gps-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.network-map {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(31, 70, 191, 0.12);
  background:
    linear-gradient(160deg, transparent 0 45%, rgba(31, 70, 191, 0.08) 46% 48%, transparent 49% 100%),
    radial-gradient(circle at 18% 26%, rgba(243, 177, 65, 0.24), transparent 13%),
    radial-gradient(circle at 78% 36%, rgba(15, 159, 189, 0.18), transparent 16%);
}

.network-map span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gps-gold);
  box-shadow: 0 0 0 8px rgba(243, 177, 65, 0.16);
}

.network-map span:nth-child(1) { top: 16%; left: 18%; }
.network-map span:nth-child(2) { top: 28%; right: 14%; }
.network-map span:nth-child(3) { top: 62%; left: 30%; }
.network-map span:nth-child(4) { right: 26%; bottom: 22%; }
.network-map span:nth-child(5) { top: 48%; left: 55%; }

.orbital-mark {
  position: absolute;
  top: 66px;
  left: 54px;
  display: grid;
  place-items: center;
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 31%, #fff 0 12%, var(--gps-green-2) 13% 50%, var(--gps-green) 51% 100%);
  color: var(--gps-white);
  box-shadow: 0 34px 60px rgba(31, 70, 191, 0.28);
}

.orbital-mark span {
  position: absolute;
  width: 286px;
  height: 62px;
  border: 18px solid rgba(255, 255, 255, 0.86);
  border-right-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-24deg);
}

.orbital-mark span:nth-child(2) {
  width: 250px;
  transform: rotate(18deg);
}

.orbital-mark span:nth-child(3) {
  width: 210px;
  transform: rotate(-54deg);
}

.orbital-mark strong {
  position: relative;
  font-size: 38px;
  letter-spacing: 0;
}

.document-stack {
  position: absolute;
  right: 42px;
  bottom: 50px;
  display: grid;
  gap: 14px;
  width: 310px;
}

.document-stack div {
  height: 86px;
  border: 1px solid rgba(31, 70, 191, 0.14);
  background:
    linear-gradient(90deg, var(--gps-green) 0 8px, transparent 8px),
    linear-gradient(180deg, #fff, #f7faf7);
  box-shadow: 0 16px 36px rgba(31, 70, 191, 0.1);
}

.document-stack div::before,
.document-stack div::after {
  display: block;
  width: 58%;
  height: 8px;
  margin: 22px 0 0 28px;
  content: "";
  background: rgba(31, 70, 191, 0.18);
}

.document-stack div::after {
  width: 78%;
  margin-top: 12px;
  background: rgba(243, 177, 65, 0.38);
}

.page-hero {
  color: var(--gps-white);
  background:
    radial-gradient(circle at 80% 20%, rgba(243, 177, 65, 0.18), transparent 28%),
    linear-gradient(135deg, var(--gps-green), #12328e 72%, #132a66);
}

.page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  align-items: center;
  gap: 60px;
}

.page-hero h1 {
  max-width: 840px;
  color: var(--gps-white);
  font-size: clamp(42px, 6vw, 72px);
}

.page-hero .page-hero__inner > div > p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.page-hero .section-kicker {
  color: var(--gps-gold-2);
}

.page-hero__visual {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 122, 0.34);
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 18% 22%, rgba(243, 177, 65, 0.22), transparent 23%),
    radial-gradient(circle at 84% 68%, rgba(15, 159, 189, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03));
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.page-hero__visual::before,
.page-hero__visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.page-hero__visual::before {
  inset: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.page-hero__visual::after {
  right: -64px;
  bottom: -74px;
  width: 210px;
  height: 210px;
  border: 28px solid rgba(243, 177, 65, 0.24);
  border-radius: 50%;
}

.page-hero__rail {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 28px;
  width: 6px;
  background: var(--gps-gold);
}

.page-hero__tile {
  position: absolute;
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(8px);
}

.page-hero__tile span {
  display: block;
  height: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.page-hero__tile span:nth-child(1) {
  width: 76px;
  background: var(--gps-gold);
}

.page-hero__tile span:nth-child(2) {
  width: 132px;
}

.page-hero__tile span:nth-child(3) {
  width: 104px;
  background: rgba(15, 159, 189, 0.75);
}

.page-hero__tile--one {
  top: 54px;
  left: 58px;
  width: 190px;
}

.page-hero__tile--two {
  right: 30px;
  bottom: 46px;
  width: 178px;
}

.page-hero__node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gps-gold);
  box-shadow: 0 0 0 9px rgba(243, 177, 65, 0.12);
}

.page-hero__node--one {
  top: 42px;
  right: 72px;
}

.page-hero__node--two {
  right: 132px;
  bottom: 96px;
  background: var(--gps-teal);
  box-shadow: 0 0 0 9px rgba(15, 159, 189, 0.13);
}

.page-hero__node--three {
  bottom: 54px;
  left: 78px;
}

.page-hero__image {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-left: 6px solid var(--gps-gold);
  background: #eef4ff;
  box-shadow: 0 24px 62px rgba(5, 19, 62, 0.24);
}

.page-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.page-hero__image::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 54%);
  pointer-events: none;
}

h2 {
  color: var(--gps-green);
  font-size: clamp(34px, 4vw, 52px);
}

h3 {
  color: var(--gps-green);
}

.section p {
  color: var(--gps-muted);
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--gps-gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading {
  max-width: 810px;
  margin-bottom: 42px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.split,
.contact-grid,
.two-column-text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 70px;
}

.split--compact {
  align-items: start;
  gap: 54px;
}

.abstract-panel,
.media-card,
.info-panel,
.contact-form,
.post-card {
  border: 1px solid var(--gps-line);
  background: var(--gps-white);
  box-shadow: var(--gps-shadow);
}

.media-card {
  position: relative;
  overflow: hidden;
  background: var(--gps-white);
}

.media-card::after {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.media-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.media-card--stacked img {
  aspect-ratio: 5 / 4;
}

.contact-grid .media-card {
  margin: 24px 0 28px;
}

.abstract-panel {
  min-height: 440px;
  padding: 34px;
  background:
    radial-gradient(circle at 70% 20%, rgba(15, 111, 98, 0.13), transparent 26%),
    linear-gradient(135deg, #fff, #f4f7f3);
}

.abstract-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--gps-green);
}

.abstract-panel__header strong {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: var(--gps-green);
  color: var(--gps-white);
}

.abstract-panel__header span {
  font-weight: 900;
  text-transform: uppercase;
}

.abstract-panel__lines {
  display: grid;
  gap: 18px;
  margin: 62px 0;
}

.abstract-panel__lines span {
  height: 12px;
  background: linear-gradient(90deg, rgba(31, 70, 191, 0.2), rgba(243, 177, 65, 0.46), transparent);
}

.abstract-panel__footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.abstract-panel__footer span {
  padding: 12px;
  background: var(--gps-green);
  color: var(--gps-white);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.services {
  position: relative;
  overflow: hidden;
  color: var(--gps-white);
  background:
    radial-gradient(circle at 12% 8%, rgba(243, 177, 65, 0.2), transparent 25%),
    radial-gradient(circle at 92% 16%, rgba(15, 159, 189, 0.2), transparent 25%),
    linear-gradient(135deg, #1f46bf, #142f93 70%, #10245f);
}

.services::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, black, transparent 86%);
  pointer-events: none;
}

.services .wrap {
  position: relative;
  z-index: 1;
}

.services h2,
.services p {
  color: var(--gps-white);
}

.services .section-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

.services .section-heading p:not(.section-kicker) {
  margin: 18px auto 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.services .section-kicker {
  color: var(--gps-gold-2);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1060px;
  margin: 0 auto;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: flex-start;
  gap: 22px;
  min-height: 184px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 122, 0.42);
  border-radius: 4px;
  background: var(--gps-white);
  box-shadow: 0 22px 58px rgba(5, 19, 62, 0.2);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-card:nth-child(7) {
  grid-column: 1 / -1;
  min-height: 172px;
}

.service-card:nth-child(7) .service-card__body {
  max-width: 760px;
}

.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--gps-gold), var(--gps-teal));
}

.service-card::after {
  position: absolute;
  right: -34px;
  bottom: -58px;
  width: 148px;
  height: 148px;
  content: "";
  border: 20px solid rgba(31, 70, 191, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.service-card__icon,
.service-detail__code {
  display: grid;
  place-items: center;
  border: 1px solid var(--gps-gold);
  color: var(--gps-gold-2);
  font-weight: 900;
}

.service-card__icon svg,
.service-detail__code svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card__icon {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  margin: 0;
  background: var(--gps-green);
  color: var(--gps-gold-2);
  box-shadow: 0 14px 28px rgba(31, 70, 191, 0.18);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--gps-gold);
  box-shadow: 0 28px 68px rgba(5, 19, 62, 0.26);
}

.service-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
}

.service-card h3 {
  margin: 0 0 12px;
  color: var(--gps-green);
  font-family: var(--gps-serif);
  font-size: 24px;
  line-height: 1.15;
}

.service-card p {
  margin: 0;
  color: #425172;
  font-size: 15px;
  line-height: 1.62;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  border-bottom: 2px solid var(--gps-gold);
  color: var(--gps-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card__link:hover,
.service-card__link:focus {
  color: var(--gps-teal);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.value-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--gps-line);
  border-bottom: 1px solid var(--gps-line);
}

.value-row div {
  min-height: 204px;
  padding: 34px 28px;
  border-right: 1px solid var(--gps-line);
}

.value-row div:last-child {
  border-right: 0;
}

.value-row strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gps-green);
  font-family: var(--gps-serif);
  font-size: 23px;
  line-height: 1.2;
}

.value-row span {
  color: var(--gps-muted);
}

.engagement {
  background:
    linear-gradient(180deg, var(--gps-white), var(--gps-soft));
}

.engagement-list {
  display: grid;
  gap: 14px;
}

.engagement-list article {
  position: relative;
  padding: 24px 26px 24px 30px;
  border: 1px solid var(--gps-line);
  border-left: 4px solid var(--gps-gold);
  background: var(--gps-white);
  box-shadow: var(--gps-shadow-soft);
}

.engagement-list span {
  color: var(--gps-gold);
  font-size: 12px;
  font-weight: 900;
}

.engagement-list h3 {
  margin: 6px 0 8px;
  font-family: var(--gps-serif);
  font-size: 25px;
  line-height: 1.16;
}

.engagement-list p {
  margin: 0;
  color: var(--gps-muted);
  font-size: 15px;
}

.trust-section {
  background: var(--gps-white);
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.trust-list article {
  min-height: 168px;
  padding: 24px;
  border: 1px solid var(--gps-line);
  border-top: 4px solid var(--gps-gold);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 255, 0.92)),
    radial-gradient(circle at 100% 0, rgba(15, 159, 189, 0.12), transparent 34%);
  box-shadow: var(--gps-shadow-soft);
}

.trust-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gps-green);
  font-family: var(--gps-serif);
  font-size: 22px;
  line-height: 1.2;
}

.trust-list span {
  display: block;
  color: var(--gps-muted);
  font-size: 15px;
}

.industries {
  background: linear-gradient(180deg, var(--gps-white), var(--gps-soft));
}

.industry-strip,
.industry-grid,
.insight-grid {
  display: grid;
  gap: 18px;
}

.industry-strip {
  grid-template-columns: repeat(6, 1fr);
}

.industry-strip div,
.industry-grid article,
.insight-grid article {
  padding: 26px;
  border: 1px solid var(--gps-line);
  background: var(--gps-white);
  box-shadow: 0 16px 42px rgba(31, 70, 191, 0.08);
}

.industry-strip div {
  display: grid;
  place-items: center;
  min-height: 126px;
  color: var(--gps-green);
  font-family: var(--gps-serif);
  font-weight: 700;
  text-align: center;
}

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

.industry-grid h3,
.insight-grid h3 {
  margin: 0 0 10px;
  font-family: var(--gps-serif);
  font-size: 24px;
  line-height: 1.2;
}

.team-section {
  background:
    linear-gradient(180deg, var(--gps-white), var(--gps-soft));
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.team-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--gps-line);
  border-top: 4px solid var(--gps-gold);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 255, 0.92)),
    radial-gradient(circle at 100% 0, rgba(15, 159, 189, 0.12), transparent 30%);
  box-shadow: var(--gps-shadow-soft);
}

.team-card__avatar {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 1px solid rgba(31, 70, 191, 0.18);
  background: var(--gps-green);
  color: var(--gps-white);
  font-family: var(--gps-serif);
  font-size: 42px;
  font-weight: 800;
}

.team-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__body {
  min-width: 0;
}

.team-card__role {
  margin: 0 0 6px;
  color: var(--gps-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card h3 {
  margin: 0 0 10px;
  color: var(--gps-green);
  font-family: var(--gps-serif);
  font-size: 28px;
  line-height: 1.16;
}

.team-card p:not(.team-card__role) {
  margin: 0;
  color: var(--gps-muted);
  font-size: 15px;
}

.team-card__edit {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gps-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.map-panel {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background:
    radial-gradient(circle at 40% 45%, rgba(15, 159, 189, 0.18), transparent 28%),
    linear-gradient(135deg, #fff, #eef4ff);
  box-shadow: var(--gps-shadow);
}

.map-panel__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(31, 70, 191, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 70, 191, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.map-panel__card {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  padding: 30px;
  background: var(--gps-green);
  color: var(--gps-white);
}

.map-panel__card strong {
  display: block;
  color: var(--gps-gold-2);
  font-family: var(--gps-serif);
  font-size: 28px;
}

.map-panel__card span {
  color: rgba(255, 255, 255, 0.82);
}

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

.process-grid--five {
  grid-template-columns: repeat(5, 1fr);
}

.process-grid article {
  padding: 30px;
  border-top: 4px solid var(--gps-gold);
  background: var(--gps-white);
  box-shadow: 0 18px 42px rgba(31, 70, 191, 0.09);
}

.process-grid span {
  color: var(--gps-gold);
  font-size: 13px;
  font-weight: 900;
}

.process-grid h3 {
  margin: 8px 0 10px;
  font-family: var(--gps-serif);
  font-size: 28px;
}

.process-grid p {
  margin: 0;
}

.cta-band {
  color: var(--gps-white);
  background:
    linear-gradient(135deg, rgba(31, 70, 191, 0.96), rgba(18, 50, 142, 0.96)),
    radial-gradient(circle at 18% 20%, rgba(243, 177, 65, 0.22), transparent 24%);
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta-band h2,
.cta-band p {
  color: var(--gps-white);
}

.cta-band p {
  margin-bottom: 0;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.proposal-strip {
  padding: 44px 0;
  border-top: 1px solid var(--gps-line);
  border-bottom: 1px solid var(--gps-line);
  background:
    linear-gradient(90deg, rgba(238, 245, 255, 0.96), rgba(255, 255, 255, 0.96)),
    linear-gradient(90deg, rgba(243, 177, 65, 0.16), rgba(15, 159, 189, 0.12));
}

.proposal-strip__inner,
.service-crosslinks__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.proposal-strip h2,
.service-crosslinks h2 {
  margin-bottom: 10px;
}

.proposal-strip p,
.service-crosslinks p {
  max-width: 730px;
  margin-bottom: 0;
  color: var(--gps-muted);
}

.service-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 34px;
}

.service-index a {
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 15px;
  border: 1px solid var(--gps-line);
  background: var(--gps-white);
  color: var(--gps-ink);
  box-shadow: 0 12px 30px rgba(31, 70, 191, 0.06);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.service-index a:hover,
.service-index a:focus {
  border-color: rgba(243, 177, 65, 0.72);
  color: var(--gps-green);
  transform: translateY(-2px);
}

.service-index span {
  color: var(--gps-gold);
  font-size: 12px;
  font-weight: 900;
}

.service-detail-list {
  display: grid;
  gap: 26px;
}

.service-detail {
  scroll-margin-top: 150px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 30px;
  padding: 34px;
  border: 1px solid var(--gps-line);
  background: var(--gps-white);
  box-shadow: 0 18px 48px rgba(31, 70, 191, 0.08);
}

.service-detail__code {
  width: 82px;
  height: 82px;
  background: var(--gps-green);
}

.service-detail__code svg {
  width: 42px;
  height: 42px;
}

.service-detail h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.service-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.service-page-intro .split {
  align-items: start;
}

.service-quote-panel {
  position: sticky;
  top: 128px;
  padding: 34px;
  color: var(--gps-white);
  background:
    linear-gradient(135deg, rgba(31, 70, 191, 0.97), rgba(18, 50, 142, 0.97)),
    radial-gradient(circle at 10% 0, rgba(243, 177, 65, 0.24), transparent 30%);
  box-shadow: var(--gps-shadow);
}

.service-quote-panel h2 {
  margin-top: 0;
  color: var(--gps-white);
  font-family: var(--gps-serif);
  font-size: 34px;
}

.service-quote-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.service-quote-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.service-crosslinks {
  background: var(--gps-white);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #31443b;
}

.check-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--gps-gold);
  clip-path: polygon(14% 52%, 38% 76%, 86% 22%, 100% 36%, 39% 100%, 0 63%);
}

.info-panel {
  padding: 36px;
}

.info-panel h3,
.contact-form h2 {
  margin-top: 0;
  font-family: var(--gps-serif);
  font-size: 34px;
}

.info-panel dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.info-panel div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gps-line);
}

.info-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-panel dt {
  color: var(--gps-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.info-panel dd {
  margin: 5px 0 0;
  color: var(--gps-ink);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-list a {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-bottom: 1px solid var(--gps-line);
}

.contact-list a:hover,
.contact-list a:focus {
  color: var(--gps-green);
  transform: translateX(4px);
}

.contact-list strong {
  color: var(--gps-gold);
  font-size: 12px;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 36px;
}

.form-intro {
  max-width: 520px;
  margin: -6px 0 4px;
  color: var(--gps-muted);
}

.contact-alert {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--gps-line);
  background: var(--gps-soft);
  color: var(--gps-ink);
  font-size: 14px;
  font-weight: 800;
}

.contact-alert--success {
  border-color: rgba(15, 159, 189, 0.32);
  background: rgba(15, 159, 189, 0.08);
}

.contact-alert--error {
  border-color: rgba(243, 177, 65, 0.55);
  background: rgba(243, 177, 65, 0.14);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--gps-green);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--gps-line);
  background: var(--gps-soft);
  color: var(--gps-ink);
  padding: 13px 14px;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--gps-teal);
  background: var(--gps-white);
  box-shadow: 0 0 0 4px rgba(15, 159, 189, 0.12);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8a96b0;
}

.contact-form__whatsapp {
  width: fit-content;
}

.mobile-sticky-cta {
  display: none;
}

.site-footer {
  border-top: 1px solid rgba(31, 70, 191, 0.16);
  background:
    radial-gradient(circle at 12% 0, rgba(243, 177, 65, 0.14), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 52%, #dfeaff 100%);
  color: var(--gps-ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 1.1fr 1fr;
  gap: 38px;
  padding: 58px 0;
}

.brand--footer {
  width: min(250px, 100%);
  min-width: 0;
  margin-bottom: 18px;
}

.brand--footer .brand__logo-shell {
  width: min(250px, 100%);
  height: auto;
  aspect-ratio: 3 / 1;
  justify-content: flex-start;
}

.brand--footer .brand__logo,
.brand__logo--footer {
  width: 250px;
  max-width: 100%;
  height: auto;
  max-height: 82px;
  object-fit: contain;
  object-position: left center;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: var(--gps-green);
  font-family: var(--gps-sans);
  font-size: 14px;
  text-transform: uppercase;
}

.footer-menu,
.footer-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list,
.footer-menu a,
.site-footer p {
  font-size: 14px;
  color: #263558;
}

.site-footer p {
  max-width: 330px;
  margin: 0;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(31, 70, 191, 0.18);
  color: var(--gps-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.footer-action--whatsapp {
  border-color: transparent;
  background: var(--gps-whatsapp);
  color: var(--gps-white);
}

.footer-action:hover,
.footer-action:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31, 70, 191, 0.12);
}

.footer-action--whatsapp:hover,
.footer-action--whatsapp:focus {
  background: var(--gps-whatsapp-dark);
}

.footer-menu a:hover,
.footer-menu a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
  color: var(--gps-green);
}

.footer-bottom {
  border-top: 1px solid rgba(31, 70, 191, 0.16);
}

.footer-bottom .wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  font-size: 13px;
}

.content-area {
  max-width: 900px;
}

.post-card {
  margin-bottom: 26px;
  padding: 40px;
}

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

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

  .hero-outcomes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-outcomes__grid div:nth-child(2n) {
    border-right: 0;
  }

  .service-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .industry-strip,
  .industry-grid,
  .insight-grid,
  .trust-list,
  .process-grid--five {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1080px) {
  .topbar {
    display: none;
  }

  .navbar {
    position: relative;
    min-height: 74px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .primary-nav {
    position: absolute;
    top: 74px;
    right: 20px;
    left: 20px;
    z-index: 9999;
    display: none;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 20px;
    border: 1px solid var(--gps-line);
    background: var(--gps-white);
    box-shadow: var(--gps-shadow);
  }

  .primary-nav.is-open {
    display: block;
  }

  .menu {
    align-items: stretch;
    display: grid;
    gap: 16px;
  }

  .menu a {
    display: block;
    padding: 6px 0;
    white-space: normal;
  }

  .menu a::after {
    display: none;
  }

  .mobile-cta-item {
    display: block;
    padding-top: 8px;
  }

  .mobile-menu-cta {
    width: 100%;
    padding: 0 18px;
    text-align: center;
  }

  .hero {
    min-height: 0;
    padding-top: 52px;
    background: linear-gradient(180deg, var(--gps-green) 0 48%, var(--gps-white) 48% 100%);
  }

  .hero__grid,
  .split,
  .trust-grid,
  .contact-grid,
  .two-column-text,
  .page-hero__inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 430px;
  }

  .hero__visual img {
    min-height: 430px;
  }

  .page-hero__visual,
  .page-hero__image {
    min-height: 190px;
    max-width: 480px;
  }

  .page-hero__image img {
    min-height: 260px;
  }

  .orbital-mark {
    width: 190px;
    height: 190px;
  }

  .orbital-mark span {
    width: 220px;
  }

  .document-stack {
    right: 24px;
    width: 240px;
  }

  .value-row,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-row div,
  .value-row div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--gps-line);
  }

  .cta-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-band__actions {
    justify-content: flex-start;
  }

  .proposal-strip__inner,
  .service-crosslinks__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-quote-panel {
    position: static;
  }

  .footer-bottom .wrap {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 84px;
  }

  .wrap {
    width: min(100% - 28px, 1160px);
  }

  .navbar {
    gap: 14px;
  }

  .primary-nav {
    right: 0;
    left: 0;
  }

  .brand {
    min-width: 0;
  }

  .brand__logo-shell {
    width: 220px;
    height: 72px;
    padding: 0;
  }

  .brand__logo,
  .custom-logo {
    width: 214px;
    max-height: 68px;
  }

  .brand--footer {
    width: 220px;
  }

  .brand--footer .brand__logo-shell {
    width: 220px;
    height: auto;
  }

  .brand--footer .brand__logo,
  .brand__logo--footer {
    width: 220px;
    max-height: 74px;
  }

  .brand__mark {
    width: 48px;
    height: 48px;
  }

  .brand__text strong {
    font-size: 20px;
  }

  .brand__text span {
    font-size: 10px;
  }

  .section {
    padding: 56px 0;
  }

  .hero {
    padding: 44px 0 56px;
  }

  .hero__grid,
  .split,
  .contact-grid,
  .two-column-text {
    gap: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .hero__copy h1,
  .page-hero h1 {
    font-size: 38px;
  }

  .hero__copy p,
  .page-hero .page-hero__inner > div > p {
    font-size: 16px;
  }

  .page-hero__visual,
  .page-hero__image {
    display: none;
  }

  .hero-outcomes {
    padding: 0;
  }

  .hero-outcomes__grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hero-outcomes__grid div,
  .hero-outcomes__grid div:nth-child(2n) {
    min-height: 0;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid var(--gps-line);
  }

  .hero-outcomes__grid div:last-child {
    border-bottom: 0;
  }

  .hero__actions {
    display: grid;
  }

  .hero__proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__actions .button,
  .center-action .button,
  .cta-band .button,
  .contact-form .button {
    width: 100%;
  }

  .hero__visual {
    min-height: 300px;
  }

  .hero__visual img {
    min-height: 300px;
  }

  .document-stack {
    width: 210px;
  }

  .service-grid,
  .service-index,
  .industry-strip,
  .industry-grid,
  .trust-list,
  .insight-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-card:nth-child(7) {
    grid-column: auto;
  }

  .service-card__icon {
    width: 62px;
    height: 62px;
  }

  .service-index a {
    min-height: 0;
  }

  .service-detail {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .team-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .team-card__avatar {
    width: 76px;
    height: 76px;
    font-size: 34px;
  }

  .service-detail__actions,
  .service-quote-panel__actions {
    display: grid;
  }

  .proposal-strip {
    padding: 34px 0;
  }

  .trust-list article {
    min-height: 0;
  }

  .abstract-panel,
  .info-panel,
  .contact-form,
  .service-quote-panel,
  .post-card,
  .process-grid article {
    padding: 22px;
  }

  .footer-grid {
    gap: 30px;
    padding: 42px 0;
  }

  .site-footer p {
    max-width: 100%;
  }

  .cta-band__actions,
  .footer-actions {
    width: 100%;
  }

  .footer-action,
  .contact-form__whatsapp {
    width: 100%;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(31, 70, 191, 0.18);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -12px 30px rgba(31, 70, 191, 0.14);
    backdrop-filter: blur(12px);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    background: var(--gps-green);
    color: var(--gps-white);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-sticky-cta a:last-child {
    background: var(--gps-whatsapp);
  }

}

@media (max-width: 420px) {
  .brand__logo-shell {
    width: 190px;
    height: 62px;
  }

  .brand__logo,
  .custom-logo {
    width: 186px;
    max-height: 58px;
  }

  .hero__copy h1,
  .page-hero h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  .service-card h3,
  .industry-grid h3,
  .insight-grid h3 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
