.elementor-kit-14{--e-global-color-primary:#0F1B2D;--e-global-color-secondary:#15233A;--e-global-color-text:#F4EFE6;--e-global-color-accent:#FF6B2C;--e-global-color-muted:#9CA4B0;--e-global-color-paper:#F4EFE6;--e-global-typography-primary-font-family:"General Sans";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"General Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"General Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"General Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   GLOBAL SEARCH RC — Custom CSS
   Paste into Elementor → Site Settings → Custom CSS
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  --ink: #0F1B2D;
  --ink-2: #15233A;
  --paper: #F4EFE6;
  --paper-2: #EBE3D4;
  --paper-3: #DDD3BF;
  --coral: #FF6B2C;
  --coral-warm: #FF8654;
  --teal: #7BA5A5;
  --gold: #D9A86B;
  --line: rgba(244,239,230,0.14);
  --line-strong: rgba(244,239,230,0.28);
  --muted: rgba(244,239,230,0.62);
  --font-display: 'General Sans', system-ui, -apple-system, sans-serif;
  --font-mono: 'Geist Mono', 'SF Mono', Consolas, monospace;
}

/* ---------- Body baseline ---------- */
body.elementor-page {
  font-family: var(--font-display);
  background: var(--ink);
  color: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---------- Headings everywhere use General Sans ---------- */
.elementor-widget-heading .elementor-heading-title { font-family: var(--font-display) !important; }
.elementor-widget-text-editor, .elementor-widget-text-editor p { font-family: var(--font-display) !important; }

/* Emphasis classes for hero & section headings */
.elementor-widget-heading .elementor-heading-title .accent { color: var(--coral); }
.elementor-widget-heading .elementor-heading-title em { color: var(--coral); font-style: normal; }

/* ============================================================
   EYEBROWS & SECTION LABELS
   ============================================================ */
.gsrc-eyebrow .elementor-heading-title {
  font-family: var(--font-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted) !important;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.gsrc-eyebrow .elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(255,107,44,0.15);
  animation: gsrcPulse 2.4s infinite ease-in-out;
}
@keyframes gsrcPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,107,44,0.15); }
  50%      { box-shadow: 0 0 0 7px rgba(255,107,44,0.04); }
}
.gsrc-section-label .elementor-heading-title,
.gsrc-section-label-dark .elementor-heading-title {
  font-family: var(--font-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}
.gsrc-section-label .elementor-heading-title { color: var(--muted) !important; }
.gsrc-section-label-dark .elementor-heading-title { color: rgba(15,27,45,0.6) !important; }
.gsrc-section-label .elementor-heading-title .num,
.gsrc-section-label-dark .elementor-heading-title .num {
  color: var(--coral);
  margin-right: 12px;
}

/* ============================================================
   HERO AMBIENT GLOW
   ============================================================ */
.gsrc-hero-section { position: relative; overflow: hidden; }
.gsrc-hero-section::before {
  content: "";
  position: absolute;
  top: 20%; right: -10%;
  width: 65vw; height: 65vw;
  background: radial-gradient(circle at center, rgba(255,107,44,0.10), transparent 55%);
  z-index: 0;
  pointer-events: none;
}
.gsrc-hero-section > * { position: relative; z-index: 1; }

/* ============================================================
   CREDENTIALS PANEL (hero right column)
   ============================================================ */
.gsrc-panel {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 36px 32px;
  background: linear-gradient(180deg, rgba(244,239,230,0.04), rgba(244,239,230,0.01));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.gsrc-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.gsrc-panel-head .label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.gsrc-panel-head .status {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gsrc-panel-head .status::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 3px rgba(255,107,44,0.18);
}
.gsrc-panel-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  gap: 16px;
}
.gsrc-panel-row:last-of-type { border-bottom: none; }
.gsrc-panel-row .label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  flex-shrink: 0;
}
.gsrc-panel-row .value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  color: var(--paper);
  text-align: right;
}
.gsrc-panel-row .value .num { color: var(--coral); margin-right: 4px; }
.gsrc-panel-row .value .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 6px;
}
.gsrc-panel-foot {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  flex-wrap: wrap;
}
.gsrc-panel-foot .flag {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  font-size: 9px;
  color: var(--paper);
  margin-right: 4px;
}

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.gsrc-marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  overflow: hidden;
  background: var(--ink-2);
  width: 100%;
}
.gsrc-marquee-track {
  display: flex;
  gap: 64px;
  animation: gsrcScroll 60s linear infinite;
  width: max-content;
}
.gsrc-marquee-track span {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  color: var(--paper);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 64px;
  letter-spacing: -0.01em;
}
.gsrc-marquee-track span::after {
  content: "";
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--coral);
}
.gsrc-marquee-track span.muted {
  font-weight: 300;
  color: var(--muted);
}
@keyframes gsrcScroll {
  to { transform: translateX(-50%); }
}

/* ============================================================
   SERVICE LIST
   ============================================================ */
.gsrc-svc-num {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 16px;
}
.gsrc-svc-num .tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  letter-spacing: 0.18em;
  font-size: 9px;
}
.gsrc-svc-list ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 16px 0 24px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gsrc-svc-list ul li {
  position: relative;
  padding-left: 28px !important;
  font-size: 13.5px;
  color: var(--paper);
  line-height: 1.55;
}
.gsrc-svc-list ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.7em;
  width: 14px; height: 1px;
  background: var(--coral);
}

/* ============================================================
   GLOBE (territories section)
   ============================================================ */
.gsrc-globe {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--paper-2);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(15,27,45,0.08);
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.gsrc-globe::before {
  content: "";
  position: absolute;
  inset: 8%;
  background-image: radial-gradient(circle, rgba(15,27,45,0.18) 1px, transparent 1.5px);
  background-size: 14px 14px;
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(circle at center, black 35%, transparent 80%);
  mask-image: radial-gradient(circle at center, black 35%, transparent 80%);
}
.gsrc-globe::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 49px, rgba(15,27,45,0.06) 49px, rgba(15,27,45,0.06) 50px),
    repeating-linear-gradient(0deg, transparent 0, transparent 49px, rgba(15,27,45,0.06) 49px, rgba(15,27,45,0.06) 50px);
  border-radius: 50%;
}
.gsrc-pin {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--coral);
  z-index: 3;
  box-shadow: 0 0 0 4px rgba(255,107,44,0.18);
  animation: gsrcPinPulse 3s infinite ease-in-out;
}
.gsrc-pin::after {
  content: attr(data-label);
  position: absolute;
  left: 22px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
  background: var(--paper);
  padding: 4px 10px;
  border: 1px solid rgba(15,27,45,0.12);
}
@keyframes gsrcPinPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,107,44,0.18); }
  50%      { box-shadow: 0 0 0 8px rgba(255,107,44,0.05); }
}
.gsrc-pin.uk { top: 26%; left: 50%; }
.gsrc-pin.usa { top: 40%; left: 20%; }
.gsrc-pin.latam { top: 72%; left: 32%; }
.gsrc-pin.eu { top: 33%; left: 58%; }
.gsrc-pin.apac { top: 45%; left: 80%; }
.gsrc-globe-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 1;
}
.gsrc-globe-center .core {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(60px, 11vw, 200px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--ink);
  text-align: center;
}
.gsrc-globe-center .core sub {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
  margin-top: 14px;
  font-weight: 500;
  vertical-align: baseline;
  bottom: 0;
}

/* ============================================================
   VERTICALS LIST
   ============================================================ */
.gsrc-verticals {
  border-top: 1px solid rgba(15,27,45,0.12);
  padding-top: 32px;
}
.gsrc-verticals-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
}
.gsrc-verticals-head .label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(15,27,45,0.5);
}
.gsrc-verticals-head .count {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.gsrc-verticals ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
}
.gsrc-verticals li {
  font-family: var(--font-display);
  font-size: 13px;
  color: rgba(15,27,45,0.75);
  padding: 8px 0;
  border-bottom: 1px dashed rgba(15,27,45,0.12);
  display: flex;
  justify-content: space-between;
}
.gsrc-verticals li span:last-child {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(15,27,45,0.45);
}

/* ============================================================
   FOUNDER PORTRAIT
   ============================================================ */
.gsrc-founder-portrait {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(180deg, var(--paper-3), var(--paper-2) 60%, var(--paper));
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.gsrc-founder-portrait .signet {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(120px, 18vw, 280px);
  color: rgba(15,27,45,0.12);
  letter-spacing: -0.06em;
  line-height: 1;
}
.gsrc-founder-portrait .meta {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.gsrc-founder-portrait .meta strong { font-weight: 600; }

/* ---------- Founder meta strip ---------- */
.gsrc-founder-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  margin-top: 40px;
}
.gsrc-founder-meta .item .label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gsrc-founder-meta .item .value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--paper);
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.gsrc-cta-section { position: relative; overflow: hidden; }
.gsrc-cta-section::before {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -10%;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,44,0.12), transparent 60%);
  z-index: 0;
}
.gsrc-cta-section > * { position: relative; z-index: 1; }

/* ============================================================
   BRAND MARK (header & footer)
   ============================================================ */
.gsrc-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.gsrc-brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--paper);
  position: relative;
  flex-shrink: 0;
}
.gsrc-brand-mark::before,
.gsrc-brand-mark::after {
  content: "";
  position: absolute;
  background: var(--paper);
  border-radius: 1px;
}
.gsrc-brand-mark::before {
  width: 18px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gsrc-brand-mark::after {
  width: 1px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-22deg);
  background: var(--coral);
}
.gsrc-brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--paper);
  line-height: 1;
  display: block;
}
.gsrc-brand-sub {
  display: block;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 4px;
}

/* ============================================================
   FOOTER COLUMNS
   ============================================================ */
.gsrc-footer-col h4 {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 20px;
  font-weight: 500;
}
.gsrc-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gsrc-footer-col li {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--paper);
}
.gsrc-footer-col a {
  color: var(--paper);
  text-decoration: none;
}
.gsrc-footer-col a:hover { color: var(--coral); }
.gsrc-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 40px;
}
.gsrc-footer-bottom .socials {
  display: flex;
  gap: 18px;
}
.gsrc-footer-bottom a {
  color: var(--muted);
  text-decoration: none;
}
.gsrc-footer-bottom a:hover { color: var(--coral); }

/* ============================================================
   RESPONSIVE — Tablet (≤ 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  /* Hero panel reduced padding */
  .gsrc-panel { padding: 28px 24px; }
  .gsrc-panel-row .value { font-size: 19px; }
  
  /* Founder meta two columns */
  .gsrc-founder-meta { grid-template-columns: 1fr 1fr; gap: 24px; }
  
  /* Marquee smaller */
  .gsrc-marquee-track span { font-size: 24px; gap: 48px; }
  .gsrc-marquee-track { gap: 48px; }
  
  /* Verticals single column */
  .gsrc-verticals ul { grid-template-columns: 1fr; }
  
  /* Service number tag wraps */
  .gsrc-svc-num { flex-wrap: wrap; }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 767px)
   ============================================================ */
@media (max-width: 767px) {
  /* Body padding */
  body.elementor-page { font-size: 15px; }
  
  /* Hero credentials panel */
  .gsrc-panel {
    padding: 24px 20px;
    margin-top: 24px;
  }
  .gsrc-panel-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 16px;
  }
  .gsrc-panel-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
  }
  .gsrc-panel-row .value {
    text-align: left;
    font-size: 18px;
  }
  .gsrc-panel-row .value .sub {
    font-size: 11px;
  }
  .gsrc-panel-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  /* Marquee */
  .gsrc-marquee { padding: 18px 0; }
  .gsrc-marquee-track span { font-size: 18px; gap: 32px; }
  .gsrc-marquee-track { gap: 32px; }
  
  /* Globe — make smaller and centred */
  .gsrc-globe { max-width: 320px; }
  .gsrc-globe-center .core { font-size: clamp(48px, 18vw, 80px); }
  .gsrc-globe-center .core sub { font-size: 9px; margin-top: 8px; }
  
  /* Pins — smaller labels, repositioned */
  .gsrc-pin { width: 10px; height: 10px; }
  .gsrc-pin::after {
    font-size: 8px;
    padding: 3px 7px;
    left: 18px;
  }
  
  /* Verticals — already single column from tablet, smaller text */
  .gsrc-verticals-head .count { font-size: 40px; }
  .gsrc-verticals li { font-size: 12px; padding: 6px 0; }
  
  /* Founder portrait — square-ish */
  .gsrc-founder-portrait { aspect-ratio: 4/4; }
  .gsrc-founder-portrait .signet { font-size: clamp(80px, 30vw, 140px); }
  .gsrc-founder-portrait .meta {
    bottom: 20px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    gap: 4px;
    font-size: 9px;
  }
  
  /* Founder meta — single column on mobile */
  .gsrc-founder-meta {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
    padding-top: 24px;
  }
  .gsrc-founder-meta .item .value { font-size: 19px; }
  
  /* Footer bottom — stack on mobile */
  .gsrc-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    font-size: 10px;
  }
  .gsrc-footer-bottom .socials { gap: 14px; }
  
  /* Service number — wraps cleanly */
  .gsrc-svc-num {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  /* Brand sub hidden on small screens (just brand name) */
  .gsrc-brand-sub { display: none; }
  .gsrc-brand-name { font-size: 18px; }
  .gsrc-brand-mark { width: 32px; height: 32px; }
  .gsrc-brand-mark::before { width: 14px; }
  .gsrc-brand-mark::after { height: 14px; }
  
  /* Eyebrow pulse smaller */
  .gsrc-eyebrow .elementor-heading-title {
    font-size: 10px !important;
    gap: 10px;
  }
}

/* ============================================================
   RESPONSIVE — Small mobile (≤ 480px)
   ============================================================ */
@media (max-width: 480px) {
  .gsrc-marquee-track span { font-size: 16px; gap: 24px; }
  .gsrc-marquee-track { gap: 24px; }
  .gsrc-globe { max-width: 280px; }
  .gsrc-panel { padding: 20px 16px; }
}/* End custom CSS */