/* SuperPanel-inspired website theme layer. Keep this file website-only. */
:root {
  --ink: #163145;
  --muted: #607487;
  --line: rgba(27, 65, 96, 0.1);
  --paper: rgba(255, 255, 255, 0.92);
  --soft: #eef4f7;
  --navy: #2c3e50;
  --teal: #0f6b7f;
  --teal-dark: #0c4f61;
  --gold: #c59b44;
  --coral: #b86445;
  --violet: #526174;
  --shadow: 0 20px 50px rgba(17, 51, 75, 0.1);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

html {
  font-size: 15px;
}

body {
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(97, 189, 220, 0.18), transparent 24%),
    radial-gradient(circle at bottom right, rgba(21, 103, 126, 0.08), transparent 22%),
    linear-gradient(180deg, #f6f9fb 0%, #ecf2f6 100%);
}

h1,
h2,
h3 {
  color: #132b3f;
  letter-spacing: -0.045em;
}

h1 {
  line-height: 1;
}

h2 {
  line-height: 1.04;
}

.eyebrow {
  color: var(--teal);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.site-header,
.profile-header {
  min-height: 64px;
  padding: 0 clamp(20px, 5vw, 76px);
  border: 0;
  background: #2c3e50;
  box-shadow: 0 16px 34px rgba(13, 34, 56, 0.18);
}

.brand-logo {
  min-height: 58px;
}

.brand-logo img {
  max-height: 34px;
  width: auto;
  filter: none;
}

.site-nav a,
.profile-header nav a {
  color: rgba(247, 251, 255, .82);
  font-size: .9rem;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a.is-active,
.profile-header nav a:hover {
  color: #fff;
}

.site-header .site-nav a::after {
  background: #8ee1d9;
}

.join-link,
.header-action,
.btn,
.resource-request-form button[type="submit"] {
  min-height: 42px;
  border-radius: 14px;
  font-weight: 900;
}

.join-link {
  border-color: rgba(255, 255, 255, .18);
  color: #f7fbff;
  background: rgba(255, 255, 255, .1);
}

.header-action,
.btn-primary,
.resource-request-form button[type="submit"] {
  color: #fff;
  background: linear-gradient(135deg, #0f6b7f, #0c4f61);
  box-shadow: 0 18px 38px rgba(15, 107, 127, .2);
}

.btn-light {
  color: #163145;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 34px rgba(17, 51, 75, .08);
}

.section {
  background: transparent;
}

.services,
.process,
.coverage,
.values,
.resources,
.team,
.why-choose {
  background: transparent;
}

.section-heading > p:not(.eyebrow),
.copy-block p,
.feature-card p,
.industry-grid p,
.process-track p,
.value-grid p,
.profile-card p,
.team-note p,
.regions p,
.coverage .section-heading p:not(.eyebrow),
.team-heading p:not(.eyebrow) {
  color: var(--muted);
}

.metrics {
  background: rgba(255, 255, 255, .42);
}

.metrics div,
.dashboard-card,
.feature-card,
.industry-grid article,
.process-track article,
.value-grid article,
.profile-card,
.team-note,
.region-card-grid article,
.service-detail-grid article,
.faq-grid article,
.resource-request-form,
.page-content article,
address {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.metrics div {
  padding: 28px 22px;
}

.metrics div::before {
  height: 4px;
  background: linear-gradient(90deg, #0f6b7f, #61bddc);
}

.metrics strong {
  color: #102f40;
  letter-spacing: -0.04em;
}

.metrics span {
  color: #557180;
}

.feature-card,
.industry-grid article,
.process-track article,
.value-grid article,
.region-card-grid article,
.service-detail-grid article,
.faq-grid article {
  border-radius: var(--radius-md);
}

.feature-card > span,
.industry-grid article > svg,
.quality-grid div svg,
.process-track article svg,
.why-grid svg,
.resource-grid svg {
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #0f6b7f, #0c4f61);
  box-shadow: 0 12px 26px rgba(15, 107, 127, .18);
}

.quality {
  background:
    radial-gradient(circle at top right, rgba(97, 189, 220, .16), transparent 34%),
    linear-gradient(135deg, #2c3e50, #0f6b7f);
}

.quality::before {
  background: rgba(255, 255, 255, .08);
}

.quality-grid div {
  border-color: rgba(255, 255, 255, .14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 18px 40px rgba(13, 34, 56, .14);
}

.quality-grid div p,
.quality .section-heading p:not(.eyebrow) {
  color: rgba(247, 251, 255, .82);
}

.quality-grid h3,
.quality-grid div b,
.quality h2 {
  color: #fff;
}

.hero {
  min-height: calc(100vh - 64px);
}

.hero-bg::after {
  background:
    linear-gradient(90deg, rgba(44, 62, 80, .94) 0%, rgba(44, 62, 80, .7) 46%, rgba(15, 107, 127, .24) 100%),
    linear-gradient(0deg, rgba(44, 62, 80, .78), transparent 46%);
}

.hero h1,
.hero .eyebrow {
  color: #fff;
}

.hero-content > p:not(.eyebrow) {
  color: rgba(247, 251, 255, .84);
}

.hero-continent-explorer,
.hero-intro-panel,
.contact-band,
.team-carousel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.contact-band {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 34%),
    linear-gradient(135deg, #2c3e50, #0f6b7f 72%, #b86445);
}

.team-carousel {
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(16px);
}

.team-slide {
  border-radius: var(--radius-lg);
}

.profile-hero,
.page-hero {
  background:
    radial-gradient(circle at top left, rgba(97, 189, 220, .18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(238, 244, 247, .9));
}

.profile-photo,
.page-content,
.cookie-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}

.resource-request-form input,
.resource-request-form select,
.resource-captcha-input,
.cookie-panel button {
  border-color: rgba(27, 65, 96, .18);
  border-radius: 12px;
}

.site-footer {
  background: linear-gradient(135deg, #162b3d 0%, #0e2633 52%, #0c4f61 100%);
}

.footer-groups h3 {
  color: #8ee1d9;
}

.footer-groups a,
.footer-groups span,
.footer-brand p,
.footer-bottom {
  color: rgba(247, 251, 255, .78);
}

.footer-cookie-settings {
  color: #fff;
}

.floating-action {
  border-radius: 14px;
  background: #2c3e50;
  box-shadow: 0 16px 34px rgba(13, 34, 56, .18);
}

@media (max-width: 760px) {
  .site-header,
  .profile-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-toggle i {
    background: #fff;
  }

  .site-nav.is-open {
    padding-top: 12px;
  }

  .header-actions {
    width: 100%;
  }
}

/* Document and resource pages need reading space, not nested cards. */
.page-shell,
.profile-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.page-shell > main,
.profile-page > main {
  flex: 1 0 auto;
}

.page-shell .page-hero {
  padding: clamp(64px, 7vw, 104px) clamp(22px, 5vw, 76px) clamp(58px, 7vw, 92px);
  background:
    radial-gradient(circle at 12% 12%, rgba(97, 189, 220, .18), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #edf4f7 100%);
}

.page-shell .page-hero .eyebrow {
  color: #0f6b7f;
  opacity: 1;
}

.page-shell .page-hero h1 {
  color: #132b3f;
}

.page-shell .page-hero > p:not(.eyebrow) {
  max-width: 780px;
  color: #4e687a;
  opacity: 1;
}

.page-shell .page-content {
  padding: clamp(44px, 6vw, 76px) clamp(22px, 5vw, 76px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-shell .page-content article {
  width: min(1120px, 100%);
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.page-shell .page-content article h2 {
  margin-top: 0;
  color: #132b3f;
}

.page-shell .page-content article p,
.page-shell .page-content article li {
  color: #4f687b;
  font-size: clamp(.98rem, .9vw, 1.04rem);
  line-height: 1.72;
}

.page-shell .page-content article ul {
  padding-left: 1.15rem;
}

.page-shell .page-content article + .resource-request-form {
  margin-top: 34px;
}

.page-shell .resource-request-form {
  width: min(980px, 100%);
}

.profile-page .profile-hero {
  min-height: calc(100dvh - 330px);
}

.profile-page .site-footer,
.page-shell .site-footer {
  margin-top: 0;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .profile-page .profile-hero {
    min-height: auto;
  }
}

/* Keep workflow icons legible on the SuperPanel-style teal tiles. */
.process-track article svg,
.process-track .card-title-row svg {
  color: #ffffff;
  stroke: currentColor;
  background: linear-gradient(135deg, #0f6b7f, #0c4f61);
  box-shadow: 0 12px 26px rgba(15, 107, 127, .18);
}

/* Resource request form polish */
.page-shell .resource-request-form {
  width: min(1080px, 100%);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(27, 65, 96, .14);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(97, 189, 220, .12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(244, 250, 252, .94));
  box-shadow: 0 28px 70px rgba(16, 32, 51, .1);
}

.resource-form-head {
  display: grid;
  gap: 7px;
  max-width: 720px;
  margin-bottom: 26px;
}

.resource-form-head .eyebrow {
  margin: 0;
  color: #0f6b7f;
}

.resource-form-head h2 {
  margin: 0;
  color: #132b3f;
  font-size: clamp(1.75rem, 2.4vw, 2.45rem);
  line-height: 1.1;
}

.resource-form-head p:not(.eyebrow) {
  margin: 0;
  color: #5a7284;
  font-size: 1rem;
  line-height: 1.55;
}

.resource-form-grid {
  gap: 18px;
}

.resource-request-form label {
  gap: 9px;
  color: #2c3e50;
  font-size: .83rem;
  letter-spacing: .01em;
}

.resource-request-form label span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
}

.resource-request-form input,
.resource-request-form select,
.resource-request-form textarea {
  width: 100%;
  border: 1px solid rgba(27, 65, 96, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: #132b3f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.resource-request-form input,
.resource-request-form select {
  min-height: 54px;
  padding: 0 16px;
}

.resource-request-form textarea {
  min-height: 132px;
  padding: 15px 16px;
  resize: vertical;
  font: inherit;
  line-height: 1.55;
}

.resource-request-form input:focus,
.resource-request-form select:focus,
.resource-request-form textarea:focus {
  outline: 0;
  border-color: #0f6b7f;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(15, 107, 127, .13);
}

.resource-message-field {
  grid-column: 1 / -1;
}

.resource-captcha-row {
  grid-template-columns: 168px minmax(120px, 170px) 56px minmax(220px, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 22px;
}

.captcha-code {
  min-height: 54px;
  border: 1px dashed rgba(27, 65, 96, .38);
  border-radius: 14px;
  background:
    linear-gradient(20deg, transparent 45%, rgba(15,31,51,.14) 46%, transparent 48%),
    linear-gradient(160deg, transparent 52%, rgba(15,31,51,.12) 53%, transparent 55%),
    #f8fbfd;
}

.captcha-input span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.captcha-refresh,
.resource-submit {
  min-height: 54px;
  border-radius: 14px;
}

.captcha-refresh {
  border: 1px solid rgba(27, 65, 96, .14);
  background: #ffffff;
}

.captcha-refresh:hover {
  color: #0f6b7f;
  border-color: rgba(15, 107, 127, .32);
  box-shadow: 0 10px 24px rgba(16, 32, 51, .08);
}

.resource-submit {
  letter-spacing: .02em;
}

.resource-form-status {
  margin-top: 16px;
}

@media (max-width: 760px) {
  .resource-form-grid,
  .resource-captcha-row {
    grid-template-columns: 1fr;
  }

  .captcha-refresh {
    width: 56px;
  }
}

/* Compact centered resource pages after removing the large resource hero. */
.page-shell .resource-page-content {
  display: grid;
  justify-items: center;
  padding-top: clamp(38px, 5vw, 64px);
  padding-bottom: clamp(42px, 5vw, 70px);
}

.page-shell .resource-page-content article {
  width: min(920px, 100%);
  justify-self: center;
}

.page-shell .resource-page-content article h2 {
  font-size: clamp(1.7rem, 2.3vw, 2.25rem);
}

.page-shell .resource-page-content article p,
.page-shell .resource-page-content article li {
  font-size: .95rem;
  line-height: 1.58;
}

.page-shell .resource-page-content article + .resource-request-form {
  margin-top: clamp(20px, 2.5vw, 30px);
}

.page-shell .resource-page-content .resource-request-form {
  width: min(760px, 100%);
  justify-self: center;
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(16, 32, 51, .09);
}

.resource-page-content .resource-form-head {
  max-width: 560px;
  margin-bottom: 16px;
  gap: 5px;
}

.resource-page-content .resource-form-head .eyebrow {
  font-size: .72rem;
}

.resource-page-content .resource-form-head h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
}

.resource-page-content .resource-form-head p:not(.eyebrow) {
  font-size: .88rem;
  line-height: 1.45;
}

.resource-page-content .resource-form-grid {
  gap: 10px 14px;
}

.resource-page-content .resource-request-form label {
  gap: 5px;
  font-size: .75rem;
}

.resource-page-content .resource-request-form input,
.resource-page-content .resource-request-form select {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 10px;
}

.resource-page-content .resource-request-form textarea {
  min-height: 78px;
  padding: 11px 12px;
  border-radius: 10px;
  line-height: 1.45;
}

.resource-page-content .resource-captcha-row {
  grid-template-columns: 120px 118px 44px minmax(170px, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.resource-page-content .captcha-code,
.resource-page-content .captcha-refresh,
.resource-page-content .resource-submit {
  min-height: 42px;
  border-radius: 10px;
}

.resource-page-content .captcha-code {
  font-size: 1.15rem;
}

.resource-page-content .resource-submit {
  font-size: .82rem;
  box-shadow: 0 12px 24px rgba(15, 107, 127, .16);
}

@media (max-width: 760px) {
  .page-shell .resource-page-content {
    padding-top: 32px;
  }

  .page-shell .resource-page-content .resource-request-form {
    width: 100%;
  }

  .resource-page-content .resource-captcha-row {
    grid-template-columns: 1fr;
  }
}

/* Tighten the hero top area and keep the globe framed within the first view. */
@media (min-width: 901px) {
  .hero {
    min-height: calc(92vh - 74px);
    padding-top: clamp(24px, 3vw, 44px);
    padding-bottom: clamp(44px, 5vw, 74px);
    align-items: center;
  }

  .hero .hero-globe-stage {
    inset: auto clamp(8px, 2.5vw, 56px) auto auto;
    top: 43%;
    width: min(48vw, 820px);
    height: min(48vw, 820px);
    transform: translateY(-50%);
  }

  .hero .hero-globe-fallback {
    right: 0;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .hero .hero-globe-stage {
    top: 42%;
    width: min(44vw, 860px);
    height: min(44vw, 860px);
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero .hero-globe-stage {
    right: -10%;
    top: 42%;
    width: min(62vw, 660px);
    height: min(62vw, 660px);
    opacity: .68;
  }
}

@media (max-width: 900px) {
  .hero .hero-globe-stage {
    top: 28%;
    right: -20%;
    width: min(76vw, 560px);
    height: min(76vw, 560px);
    opacity: .5;
    transform: translateY(-50%);
  }
}

.about .split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: center;
}

.about .copy-block {
  max-width: 980px;
}

.about-image {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(27, 65, 96, .12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(16, 32, 51, .11);
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

/* Compact the globe information panel so labels and counts do not clip. */
.hero .hero-globe-stage {
  overflow: visible;
}

.hero .globe-region-panel {
  top: 50%;
  left: clamp(-24px, -2vw, 10px);
  right: auto;
  bottom: auto;
  width: min(300px, 34vw);
  max-height: none;
  overflow: visible;
  padding: 14px;
  border-radius: 16px;
  transform: translateY(-50%);
}

.hero .globe-region-panel .continent-kicker {
  margin-bottom: 6px;
  font-size: .66rem;
}

.hero .globe-region-panel h2 {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 1.05;
  white-space: normal;
}

.hero .globe-region-count {
  gap: 8px;
  margin-bottom: 8px;
}

.hero .globe-region-count strong {
  font-size: clamp(2rem, 2.7vw, 2.7rem);
}

.hero .globe-region-count small {
  max-width: 86px;
  font-size: .58rem;
}

.hero .globe-region-panel dl {
  grid-template-columns: 1fr;
}

.hero .globe-region-panel dl div {
  padding: 8px 10px;
}

.hero .globe-region-panel dd {
  font-size: .72rem;
}

@media (max-width: 1180px) {
  .hero .globe-region-panel {
    width: min(280px, 48vw);
    left: 8%;
    right: auto;
  }
}

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

  .hero .globe-region-panel {
    left: 18px;
    right: 18px;
    width: auto;
    max-width: none;
  }
}
