/* ==========================================================================
   Global Presence page — page-specific components
   Dark theme variant, built from the site's existing dark-section tokens.
   ========================================================================== */

.gp-hero {
  background: var(--color-bg-dark);
  color: #fff;
  padding: 160px 0 96px;
  text-align: center;
}

.gp-hero h1 {
  color: #fff;
  font-size: 48px;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}

.gp-hero h1 .accent {
  color: var(--color-blue);
}

.gp-hero p {
  color: #c5c6cd;
  font-size: 18px;
  max-width: 672px;
  margin: 0 auto 32px;
}

.gp-hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.gp-hero-stats .value {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.gp-hero-stats .label {
  color: #8f9097;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

/* Interactive map */
.gp-map-section {
  background: #191c1e;
  padding: 48px 0;
}

.gp-map-header h2 {
  color: #e0e3e5;
  font-size: 24px;
  margin-bottom: 8px;
}

.gp-map-header p {
  color: #c5c6cd;
}

.gp-map-frame {
  position: relative;
  aspect-ratio: 21 / 9;
  background: #323537;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-top: 32px;
  transition: border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.gp-map-frame:hover {
  border-color: rgba(66, 165, 202, 0.35);
  box-shadow: var(--shadow-lg);
}

.gp-map-frame img.map-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transition: transform 0.6s var(--ease), opacity var(--duration) var(--ease);
}

.gp-map-frame:hover img.map-bg {
  transform: scale(1.04);
  opacity: 0.4;
}

.gp-map-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8ED8EE;
  box-shadow: 0 0 15px 0 #8ED8EE;
  transition: transform var(--duration) var(--ease);
  cursor: pointer;
}

.gp-map-dot:hover {
  transform: scale(1.6);
}

.gp-map-stats {
  position: absolute;
  left: 32px;
  bottom: 32px;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 25px;
}

.gp-map-stats .title {
  color: #97CEE2;
  font-size: 16px;
  margin-bottom: 8px;
}

.gp-map-stats .status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.gp-map-stats .status .dot-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.gp-map-stats .status span {
  color: #e0e3e5;
  font-size: 13px;
  letter-spacing: 0.65px;
}

.gp-map-stats p {
  color: #c5c6cd;
  font-size: 14px;
}

@media (max-width: 900px) {
  .gp-map-frame { aspect-ratio: auto; height: 320px; }
  .gp-map-stats { position: static; max-width: none; margin-top: 16px; }
}

/* Regional hubs */
.gp-hubs-section {
  background: #191c1e;
  padding-bottom: 48px;
}

.gp-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.gp-hub-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  padding: 25px;
  transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease), border-color var(--duration) var(--ease);
}

.gp-hub-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(66, 165, 202, 0.35);
}

.gp-hub-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.gp-hub-title img {
  width: 20px;
  height: 20px;
}

.gp-hub-title span {
  color: #e0e3e5;
  font-size: 16px;
}

.gp-hub-location + .gp-hub-location {
  margin-top: 24px;
}

.gp-hub-location .city {
  color: #8ED8EE;
  font-size: 16px;
  margin-bottom: 4px;
}

.gp-hub-location .address {
  color: #c5c6cd;
  font-size: 16px;
}

.gp-hub-contact {
  border-top: 1px solid rgba(68, 71, 77, 0.1);
  margin-top: 24px;
  padding-top: 17px;
}

.gp-hub-contact .label {
  color: #8f9097;
  font-size: 13px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gp-hub-contact .email {
  color: #e0e3e5;
  font-size: 16px;
}

@media (max-width: 900px) {
  .gp-hub-grid { grid-template-columns: 1fr; }
}

/* Follow-the-sun */
.gp-philosophy-section {
  background: #191c1e;
  padding: 48px 0;
}

.gp-philosophy-section .container {
  display: flex;
  align-items: center;
  gap: 64px;
}

.gp-philosophy-copy {
  flex: 1;
}

.gp-philosophy-copy h2 {
  color: #e0e3e5;
  font-size: 24px;
  margin-bottom: 24px;
}

.gp-philosophy-copy > p {
  color: #c5c6cd;
  font-size: 16px;
  margin-bottom: 24px;
}

.gp-philosophy-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gp-philosophy-list .item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition: transform var(--duration) var(--ease);
}

.gp-philosophy-list .item:hover {
  transform: translateX(4px);
}

.gp-philosophy-list .item img {
  width: 20px;
  height: 24px; /* global-presence-icon-check.svg is 20:24 — a 20x20 box was squashing it */
  flex-shrink: 0;
  margin-top: 2px;
}

.gp-philosophy-list .item span {
  color: #e0e3e5;
  font-size: 16px;
}

.gp-philosophy-media {
  flex: 1;
  position: relative;
}

.gp-philosophy-media .frame {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 9px;
  overflow: hidden;
  transition: border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.gp-philosophy-media .frame:hover {
  border-color: rgba(66, 165, 202, 0.35);
  box-shadow: var(--shadow-lg);
}

.gp-philosophy-media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  filter: saturate(0.3);
  transition: transform 0.6s var(--ease), filter var(--duration) var(--ease);
}

.gp-philosophy-media .frame:hover img {
  transform: scale(1.05);
  filter: saturate(0.5);
}

@media (max-width: 900px) {
  .gp-philosophy-section .container { flex-direction: column; }
}

/* Trust & compliance */
.gp-trust-section {
  background: var(--color-bg-dark);
  border-top: 1px solid rgba(68, 71, 77, 0.1);
  border-bottom: 1px solid rgba(68, 71, 77, 0.1);
  padding: 65px 0;
}

.gp-trust-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.gp-trust-copy h3 {
  color: #e0e3e5;
  font-size: 16px;
  margin-bottom: 8px;
}

.gp-trust-copy p {
  color: #c5c6cd;
  font-size: 16px;
}

.gp-badges {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.gp-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.6;
  transition: opacity var(--duration) var(--ease);
}

.gp-badge:hover {
  opacity: 1;
}

.gp-badge .ring {
  width: 64px;
  height: 64px;
  border: 1px solid #44474d;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--duration) var(--ease), border-color var(--duration) var(--ease);
}

.gp-badge:hover .ring {
  transform: translateY(-3px);
  border-color: rgba(66, 165, 202, 0.5);
}

.gp-badge .ring img {
  /* base ratio matches icon-iso27001.svg / icon-soc2.svg (16:20) */
  width: 19.2px;
  height: 24px;
}

.gp-badge .ring img[src*="icon-gdpr"] {
  /* icon-gdpr.svg is 18:19 */
  width: 22.74px;
  height: 24px;
}

.gp-badge .ring img[src*="icon-iso9001"] {
  /* icon-iso9001.svg is 20:20 (square) */
  width: 24px;
  height: 24px;
}

.gp-badge span {
  color: #e0e3e5;
  font-size: 13px;
  letter-spacing: -0.65px;
  text-transform: uppercase;
}

/* CTA */
.gp-cta-section {
  background: var(--color-bg-dark);
  padding: 96px 0;
  text-align: center;
}

.gp-cta-section h2 {
  color: #e0e3e5;
  font-size: 48px;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}

.gp-cta-section p {
  color: #c5c6cd;
  font-size: 16px;
  max-width: 768px;
  margin: 0 auto 24px;
}

.gp-cta-actions {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.gp-cta-actions .btn-light {
  background: #97CEE2;
  color: #0a192f;
  border-radius: 4px;
  padding: 16px 36px;
  font-size: 16px;
  transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease), background-color var(--duration) var(--ease);
}

.gp-cta-actions .btn-light:hover {
  background: #aedaea;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.gp-cta-actions .btn-ghost {
  border: 1px solid #8f9097;
  color: #e0e3e5;
  border-radius: 4px;
  padding: 17px 41px;
  font-size: 16px;
  transition: transform var(--duration) var(--ease), border-color var(--duration) var(--ease), background-color var(--duration) var(--ease);
}

.gp-cta-actions .btn-ghost:hover {
  border-color: #e0e3e5;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}


@media (max-width: 575px) { .gp-hero h1{font-size: 32px;}.gp-cta-section h2{font-size: 30px;}
.contact-copy h2 {font-size: 28px;line-height: 36px;}
}

