/* International / global premium UI */

.global-presence-strip {
  padding: 1.25rem 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 27, 75, 0.95) 50%, rgba(15, 23, 42, 0.98) 100%);
  border-block: 1px solid rgba(99, 102, 241, 0.25);
}
.global-presence-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  text-align: center;
}
.global-presence-flags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}
.global-flag {
  font-size: 1.35rem;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.global-presence-text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #e2e8f0;
  max-width: 520px;
}
.global-presence-cta {
  color: #a5b4fc;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.global-presence-cta:hover {
  color: #c7d2fe;
}

.global-metrics-wall {
  padding: 2rem 0;
  background: #030712;
}
.global-metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}
.global-metric-card {
  text-align: center;
  padding: 1.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition: border-color 0.25s, transform 0.25s;
}
.global-metric-card:hover {
  border-color: rgba(34, 211, 238, 0.45);
  transform: translateY(-3px);
}
.global-metric-card strong {
  display: block;
  font-size: 1.65rem;
  font-family: var(--font-display, 'Outfit', sans-serif);
  background: linear-gradient(135deg, #818cf8, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.35rem;
}
.global-metric-card span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
}

.global-excellence {
  position: relative;
  overflow: hidden;
  color: #f1f5f9;
  padding: 4rem 0;
}
.global-excellence-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(99, 102, 241, 0.2), transparent),
    radial-gradient(ellipse 60% 50% at 80% 60%, rgba(34, 211, 238, 0.12), transparent),
    linear-gradient(180deg, #0f172a 0%, #030712 100%);
  pointer-events: none;
}
.global-excellence .container {
  position: relative;
  z-index: 1;
}
.global-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.global-pillar-card {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.global-pillar-card:hover {
  border-color: rgba(129, 140, 248, 0.5);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}
.global-pillar-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.35), rgba(34, 211, 238, 0.2));
}
.global-pillar-icon--enterprise::after,
.global-pillar-icon--globe::after,
.global-pillar-icon--innovation::after,
.global-pillar-icon--partnership::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.global-pillar-icon--enterprise { background-image: linear-gradient(135deg, #4f46e5, #6366f1); }
.global-pillar-icon--globe { background-image: linear-gradient(135deg, #0891b2, #22d3ee); }
.global-pillar-icon--innovation { background-image: linear-gradient(135deg, #7c3aed, #a78bfa); }
.global-pillar-icon--partnership { background-image: linear-gradient(135deg, #059669, #34d399); }
.global-pillar-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.global-pillar-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #94a3b8;
  line-height: 1.6;
}
.global-excellence-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.global-delivery-track {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.global-delivery-step {
  position: relative;
  padding: 1.5rem 1.25rem 1.25rem;
  background: var(--white, #fff);
  border: 1px solid var(--slate-200, #e2e8f0);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
.global-delivery-num {
  font-size: 2rem;
  font-weight: 800;
  font-family: var(--font-display, 'Outfit', sans-serif);
  color: rgba(99, 102, 241, 0.2);
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}
.global-delivery-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}
.global-delivery-step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--slate-600, #475569);
  line-height: 1.55;
}

.global-tech-marquee {
  padding: 2.5rem 0;
  background: #0f172a;
  overflow: hidden;
}
.global-tech-head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.global-tech-head .eyebrow {
  color: #67e8f9;
}
.global-tech-head h2 {
  color: #fff;
  margin: 0.35rem 0 0;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}
.global-tech-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: global-tech-scroll 40s linear infinite;
}
.global-tech-chip {
  flex-shrink: 0;
  padding: 0.55rem 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #cbd5e1;
  letter-spacing: 0.02em;
}
@keyframes global-tech-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.global-vs-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid var(--slate-200, #e2e8f0);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}
.global-vs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  background: #fff;
}
.global-vs-table th,
.global-vs-table td {
  padding: 1rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid var(--slate-100, #f1f5f9);
}
.global-vs-table thead th {
  background: #0f172a;
  color: #f8fafc;
  font-weight: 600;
}
.global-vs-table tbody th[scope="row"] {
  font-weight: 600;
  color: var(--navy-900, #0f172a);
  background: #f8fafc;
  width: 28%;
}
.global-vs-table .global-vs-highlight {
  background: rgba(99, 102, 241, 0.06);
  color: var(--navy-900, #0f172a);
  font-weight: 500;
}
.global-vs-yes {
  color: #059669;
  font-weight: 700;
}

.global-cta-banner {
  padding: 3.5rem 0;
  margin: 0;
}
.global-cta-banner-inner {
  position: relative;
  text-align: center;
  padding: 3rem 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 50%, #134e4a 100%);
  color: #f8fafc;
  overflow: hidden;
}
.global-cta-banner-glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, transparent 65%);
  pointer-events: none;
}
.global-cta-banner-inner .eyebrow {
  color: #67e8f9;
  position: relative;
}
.global-cta-banner-inner h2 {
  position: relative;
  margin: 0.5rem 0;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}
.global-cta-banner-inner p {
  position: relative;
  max-width: 560px;
  margin: 0 auto 1.5rem;
  opacity: 0.9;
}
.global-cta-banner-inner .btn-group {
  position: relative;
  justify-content: center;
}

@media (max-width: 768px) {
  .global-vs-table { font-size: 0.8rem; }
  .global-vs-table th,
  .global-vs-table td { padding: 0.75rem; }
  .global-delivery-track { grid-template-columns: 1fr; }
}

/* International trust marquee */
.intl-trust-bar {
  padding: 0.85rem 0;
  background: #0f172a;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.intl-trust-track {
  display: flex;
  gap: 0.75rem;
  width: max-content;
  animation: intl-trust-scroll 35s linear infinite;
}
.intl-trust-badge {
  flex-shrink: 0;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(129, 140, 248, 0.35);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c7d2fe;
  background: rgba(99, 102, 241, 0.08);
}
@keyframes intl-trust-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Pricing international */
.pricing-intl-panel {
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.pricing-intl-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.pricing-intl-copy h2 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}
.pricing-intl-copy p {
  color: var(--slate-600, #475569);
  line-height: 1.65;
}
.pricing-intl-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--slate-700, #334155);
  line-height: 1.7;
}
.pricing-intl-payments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.pricing-pay-card {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--slate-200, #e2e8f0);
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}
.pricing-pay-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  font-size: 1rem;
}

/* Timezones */
.global-timezones {
  padding: 1.5rem 0 2rem;
  background: rgba(15, 23, 42, 0.03);
  border-block: 1px solid var(--slate-200, #e2e8f0);
}
.global-timezones-lead {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--slate-600, #475569);
}
.global-timezones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}
.global-tz-card {
  text-align: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--slate-200, #e2e8f0);
  border-radius: 12px;
}
.global-tz-card strong {
  display: block;
  font-size: 0.95rem;
}
.global-tz-offset {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4f46e5;
  margin: 0.25rem 0;
}
.global-tz-card em {
  font-size: 0.78rem;
  color: var(--slate-500, #64748b);
  font-style: normal;
}

/* Portfolio global intro */
.portfolio-global-intro {
  padding: 2rem 0 0;
}
.portfolio-global-intro-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--slate-200, #e2e8f0);
}
.portfolio-global-intro h2 {
  margin: 0.35rem 0 0.5rem;
}
.portfolio-global-stats {
  display: flex;
  gap: 1.5rem;
}
.portfolio-global-stats div {
  text-align: center;
}
.portfolio-global-stats strong {
  display: block;
  font-size: 1.75rem;
  font-family: var(--font-display, 'Outfit', sans-serif);
  color: #4f46e5;
}
.portfolio-global-stats span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--slate-500, #64748b);
}

.pricing-card .pricing-intl-highlight {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0891b2;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .pricing-intl-inner { grid-template-columns: 1fr; }
  .portfolio-global-intro-inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .global-tech-track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
  .intl-trust-track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
}
