:root {
  --navy-950: #041a38;
  --navy-900: #062754;
  --navy-800: #07356f;
  --navy-700: #0b478f;
  --blue-500: #1682c4;
  --teal-600: #078f8b;
  --teal-500: #0aa9a1;
  --teal-400: #20c2b7;
  --ink: #15243a;
  --muted: #5f6d7e;
  --line: #dce7ed;
  --soft: #f4f9fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(6, 39, 84, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 108px 0; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--navy-900); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 231, 237, .75);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 12px 34px rgba(6, 39, 84, .08); }
.header-inner { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { width: 260px; flex: 0 0 auto; }
.brand img { width: 100%; height: 68px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 650; }
.primary-nav a { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--teal-500); transition: right .2s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { background: var(--navy-800); color: #fff; padding: 12px 18px; border-radius: 999px; box-shadow: 0 8px 22px rgba(7, 53, 111, .18); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy-900); transition: transform .2s, opacity .2s; }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(32, 194, 183, .12), transparent 28%),
    radial-gradient(circle at 5% 80%, rgba(22, 130, 196, .08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fcfd 100%);
}
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; top: -250px; border: 1px solid rgba(10, 169, 161, .18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(10, 169, 161, .025), 0 0 0 110px rgba(10, 169, 161, .02); }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--teal-600); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #75ddd6; }
.hero h1, .section-heading h2, .language-copy h2, .about-copy h2, .contact-copy h2 {
  margin: 0; color: var(--navy-950); line-height: 1.08; letter-spacing: -.045em; font-weight: 760;
}
.hero h1 { max-width: 720px; font-size: clamp(48px, 6vw, 76px); }
.hero h1 em { color: var(--teal-600); font-style: normal; }
.hero-lead { max-width: 700px; margin: 26px 0 0; font-size: 19px; color: var(--muted); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--navy-800), var(--blue-500)); color: #fff; box-shadow: 0 14px 30px rgba(7, 53, 111, .22); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(7, 53, 111, .28); }
.button-secondary { color: var(--navy-800); border-color: var(--line); background: #fff; }
.service-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.service-pills span { padding: 8px 12px; border: 1px solid var(--line); background: rgba(255,255,255,.8); color: #4d5b6d; border-radius: 999px; font-size: 13px; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.visual-halo { position: absolute; width: 455px; height: 455px; border-radius: 50%; background: radial-gradient(circle at 45% 38%, rgba(32,194,183,.24), rgba(22,130,196,.05) 58%, transparent 70%); filter: blur(2px); }
.network-globe { position: relative; width: min(100%, 530px); filter: drop-shadow(0 20px 45px rgba(6,39,84,.08)); animation: float 7s ease-in-out infinite; }
.visual-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 240px; padding: 14px 17px; border: 1px solid rgba(220,231,237,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-radius: 16px; box-shadow: 0 16px 38px rgba(6,39,84,.11); }
.visual-card-top { top: 80px; right: -15px; }
.visual-card-bottom { bottom: 70px; left: -8px; }
.card-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--teal-500), var(--navy-700)); font-weight: 800; }
.visual-card strong, .visual-card small { display: block; line-height: 1.25; }
.visual-card strong { color: var(--navy-900); font-size: 14px; }
.visual-card small { margin-top: 4px; color: var(--muted); font-size: 12px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.trust-strip { background: var(--navy-950); color: #fff; }
.trust-grid { min-height: 130px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 16px; }
.trust-grid span { margin-top: 4px; color: #aac0d6; font-size: 13px; }

.section-heading { max-width: 730px; margin-bottom: 48px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .language-copy h2, .about-copy h2, .contact-copy h2 { font-size: clamp(38px, 4.5vw, 56px); }
.section-heading > p:last-child, .language-copy > p, .about-copy > p, .contact-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 18px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 365px; padding: 28px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius-md); overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--navy-700), var(--teal-400)); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(10,169,161,.45); box-shadow: var(--shadow); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 15px; background: linear-gradient(145deg, #eaf7f7, #eef5fb); color: var(--navy-800); font-weight: 850; font-size: 19px; }
.service-card h3 { margin: 0; color: var(--navy-900); font-size: 21px; line-height: 1.3; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card ul { margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 17px; margin: 7px 0; color: #425065; font-size: 13px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: var(--teal-500); }

.language-section { color: #fff; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); overflow: hidden; }
.language-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.language-copy h2 { color: #fff; }
.language-copy > p { color: #bdd0e2; }
.language-controls { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.language-tab { padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); color: #d4e1ed; background: transparent; font-size: 13px; font-weight: 700; }
.language-tab.active, .language-tab:hover { color: var(--navy-950); background: #fff; }
.language-panel { position: relative; min-height: 420px; padding: 34px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.language-list { display: none; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.language-list.active { display: grid; }
.language-list span { padding: 15px 14px; text-align: center; border-radius: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); font-size: 14px; }
.language-note { margin: 28px 0 0; color: #c4d5e5; font-size: 13px; }

.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry-card { min-height: 230px; padding: 28px; border-radius: var(--radius-md); background: var(--soft); border: 1px solid transparent; transition: .2s ease; }
.industry-card:hover { background: #fff; border-color: var(--line); box-shadow: var(--shadow); transform: translateY(-4px); }
.industry-card > span { color: var(--teal-600); font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.industry-card h3 { margin: 34px 0 8px; color: var(--navy-900); font-size: 21px; }
.industry-card p { margin: 0; color: var(--muted); font-size: 14px; }

.process-section { background: #f7fafc; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-grid::before { content: ""; position: absolute; top: 27px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, var(--teal-500), var(--blue-500), transparent); }
.process-step { position: relative; text-align: center; }
.step-number { position: relative; z-index: 1; width: 56px; height: 56px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--navy-700), var(--teal-500)); border: 7px solid #f7fafc; box-shadow: 0 0 0 1px var(--line); font-weight: 850; }
.process-step h3 { margin: 0; color: var(--navy-900); font-size: 19px; }
.process-step p { margin: 9px auto 0; max-width: 240px; color: var(--muted); font-size: 14px; }

.about-section { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about-visual { position: relative; min-height: 520px; border-radius: var(--radius-lg); background: linear-gradient(145deg, #e7f7f6 0%, #eaf1fa 100%); }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(7,53,111,.13); }
.about-visual::before { width: 330px; height: 330px; left: 55px; top: 70px; box-shadow: 0 0 0 45px rgba(10,169,161,.04), 0 0 0 90px rgba(10,169,161,.025); }
.about-visual::after { width: 170px; height: 170px; right: -45px; bottom: -40px; }
.about-card { position: absolute; z-index: 2; background: #fff; border: 1px solid rgba(220,231,237,.95); box-shadow: var(--shadow); border-radius: var(--radius-md); }
.main-about-card { width: 72%; left: 14%; top: 24%; padding: 36px; }
.location-pin { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px; color: #fff; background: linear-gradient(135deg, var(--navy-700), var(--teal-500)); border-radius: 50%; }
.mini-label { margin: 0; color: var(--teal-600); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.main-about-card h3 { margin: 4px 0 12px; color: var(--navy-900); font-size: 28px; }
.main-about-card p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.floating-about-card { right: -38px; bottom: 40px; padding: 20px 22px; }
.floating-about-card strong, .floating-about-card span { display: block; }
.floating-about-card strong { color: var(--navy-900); font-size: 14px; }
.floating-about-card span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.check-list { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 24px; }
.check-list > div { display: flex; align-items: flex-start; gap: 12px; }
.check-list > div > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-500); font-size: 13px; font-weight: 800; }
.check-list p { margin: 0; color: var(--muted); font-size: 13px; }
.check-list strong { color: var(--navy-900); font-size: 15px; }

.contact-section { color: #fff; background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-800) 65%, #075f78 100%); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy h2 { color: #fff; }
.contact-copy > p { color: #c0d0df; }
.contact-details { margin-top: 36px; display: grid; gap: 12px; }
.contact-details > a, .contact-details > div { display: flex; align-items: center; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-details > * > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: #fff; }
.contact-details small, .contact-details strong { display: block; line-height: 1.3; }
.contact-details small { color: #8fabc2; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { margin-top: 3px; font-size: 14px; }
.quote-form { padding: 34px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.09); border-radius: var(--radius-lg); backdrop-filter: blur(14px); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 16px; color: #d9e5ef; font-size: 13px; font-weight: 700; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; margin-top: 7px; border: 1px solid rgba(255,255,255,.17); color: #fff; background: rgba(255,255,255,.08); border-radius: 12px; outline: none; }
.quote-form input, .quote-form select { height: 48px; padding: 0 14px; }
.quote-form textarea { padding: 13px 14px; resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: #64d8d1; box-shadow: 0 0 0 3px rgba(32,194,183,.13); }
.quote-form select option { color: var(--ink); }
.quote-form ::placeholder { color: #9eb3c5; }
.form-button { width: 100%; border: 0; background: linear-gradient(135deg, var(--teal-500), #1595c0); }
.form-status { min-height: 22px; margin: 12px 0 0; color: #8df0e9; font-size: 13px; }
.form-note { margin: 2px 0 0; color: #9eb3c5; font-size: 11px; text-align: center; }

.site-footer { padding-top: 72px; color: #c1d0de; background: #03142c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr 1fr; gap: 54px; padding-bottom: 58px; }
.footer-wordmark strong, .footer-wordmark small { display: block; }
.footer-wordmark strong { color: #fff; font-size: 28px; letter-spacing: -.03em; }
.footer-wordmark strong span { color: var(--teal-400); }
.footer-wordmark small { margin-top: 2px; color: #8ca5ba; font-size: 11px; }
.footer-brand p { max-width: 360px; margin: 20px 0 0; color: #8ca5ba; font-size: 13px; }
.site-footer h3 { margin: 0 0 17px; color: #fff; font-size: 14px; }
.site-footer a, .site-footer div > span { display: block; margin: 9px 0; color: #8ca5ba; font-size: 13px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #7992a9; font-size: 12px; }
.footer-bottom a { margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .primary-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 330px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .language-grid, .about-grid, .contact-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }
  .header-inner { height: 76px; }
  .brand { width: 220px; }
  .brand img { height: 58px; }
  .menu-toggle { display: block; z-index: 102; }
  .primary-nav { position: fixed; inset: 76px 0 auto 0; display: grid; gap: 0; padding: 18px 24px 26px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 38px rgba(6,39,84,.1); transform: translateY(-140%); transition: transform .25s ease; }
  .primary-nav.open { transform: translateY(0); }
  .primary-nav a { padding: 12px 0; }
  .primary-nav .nav-cta { margin-top: 8px; padding: 12px 18px; text-align: center; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 35px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .service-pills { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 500px; }
  .visual-card-top { right: 0; }
  .visual-card-bottom { left: 0; }
  .language-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .process-grid::before { display: none; }
  .about-visual { order: 2; }
  .about-copy { order: 1; }
  .floating-about-card { right: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .section-pad { padding: 70px 0; }
  .brand { width: 188px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 410px; }
  .network-globe { width: 390px; max-width: 112%; }
  .visual-card { min-width: 0; width: 205px; padding: 11px 12px; }
  .visual-card-top { top: 35px; right: -4px; }
  .visual-card-bottom { bottom: 28px; left: -4px; }
  .trust-grid { grid-template-columns: 1fr; padding: 18px 0; }
  .trust-grid > div { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .service-grid, .industry-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .language-list { grid-template-columns: repeat(2, 1fr); }
  .language-panel { min-height: 0; padding: 22px; }
  .about-visual { min-height: 470px; }
  .main-about-card { width: calc(100% - 36px); left: 18px; padding: 28px; }
  .floating-about-card { left: 36px; right: 18px; bottom: 25px; }
  .check-list { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 23px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; gap: 12px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Final responsive layout — header and hero share one alignment grid */
html, body {
  width: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
}

:root {
  --desktop-content: 1440px;
  --desktop-gutter: 64px;
}

.container {
  width: min(var(--desktop-content), calc(100% - var(--desktop-gutter)));
  max-width: none;
  margin-inline: auto;
}

@media (min-width: 1280px) {
  .header-inner,
  .hero-grid.container {
    width: min(var(--desktop-content), calc(100% - var(--desktop-gutter)));
    max-width: none;
    margin-inline: auto;
  }

  .header-inner {
    height: 90px;
  }

  .brand {
    width: 280px;
  }

  .brand img {
    height: 72px;
  }

  .primary-nav {
    gap: clamp(24px, 1.7vw, 36px);
    font-size: 16px;
  }

  .nav-cta {
    padding: 13px 22px;
  }

  .hero.section-pad {
    min-height: calc(100svh - 214px);
    padding: clamp(48px, 5.5vh, 72px) 0;
    display: flex;
    align-items: stretch;
  }

  .hero-grid.container {
    flex: 1 1 auto;
    min-height: 0;
    grid-template-columns: minmax(0, 1.04fr) minmax(560px, .96fr);
    gap: clamp(48px, 4vw, 82px);
    align-items: center;
  }

  .hero-copy {
    max-width: 760px;
    justify-self: start;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(64px, 4vw, 80px);
    line-height: 1.07;
  }

  .hero-lead {
    max-width: 720px;
    font-size: 19px;
    line-height: 1.7;
  }

  .eyebrow {
    font-size: 13px;
  }

  .button {
    min-height: 54px;
    padding-inline: 25px;
    font-size: 15px;
  }

  .service-pills span {
    padding: 8px 13px;
    font-size: 13px;
  }

  .hero-visual {
    width: 100%;
    max-width: 700px;
    min-height: 560px;
    justify-self: end;
  }

  .network-globe {
    width: min(100%, 590px);
  }

  .visual-halo {
    width: 500px;
    height: 500px;
  }

  .visual-card {
    min-width: 250px;
    padding: 15px 18px;
  }

  .visual-card-top {
    top: 66px;
    right: 0;
  }

  .visual-card-bottom {
    bottom: 60px;
    left: 18px;
  }

  .trust-grid {
    min-height: 124px;
  }

  .trust-grid strong {
    font-size: 17px;
  }

  .trust-grid span {
    font-size: 13px;
  }

  .section-pad:not(.hero) {
    padding: 118px 0;
  }

  .section-heading {
    max-width: 840px;
  }

  .section-heading h2,
  .language-copy h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: clamp(46px, 3.6vw, 62px);
  }

  .section-heading > p:last-child,
  .language-copy > p,
  .about-copy > p,
  .contact-copy > p {
    font-size: 19px;
  }

  .service-card p,
  .industry-card p,
  .process-step p {
    font-size: 15px;
  }

  .service-card li,
  .language-list span,
  .site-footer a,
  .site-footer div > span,
  .footer-brand p {
    font-size: 14px;
  }
}

@media (min-width: 1800px) {
  :root {
    --desktop-content: 1560px;
    --desktop-gutter: 120px;
  }

  .hero-grid.container {
    grid-template-columns: minmax(0, 1.03fr) minmax(610px, .97fr);
  }

  .hero-copy {
    max-width: 830px;
  }

  .hero h1 {
    max-width: 830px;
    font-size: clamp(72px, 4vw, 90px);
  }

  .hero-lead {
    max-width: 790px;
    font-size: 21px;
  }

  .hero-visual {
    max-width: 760px;
    min-height: 600px;
  }

  .network-globe {
    width: min(100%, 645px);
  }

  .visual-halo {
    width: 555px;
    height: 555px;
  }

  .visual-card-top {
    top: 72px;
    right: 0;
  }

  .visual-card-bottom {
    bottom: 66px;
    left: 24px;
  }
}

@media (max-width: 1279px) {
  :root {
    --desktop-content: var(--container);
    --desktop-gutter: 40px;
  }

  .container {
    width: min(var(--container), calc(100% - 40px));
  }
}

@media (max-width: 820px) {
  .container {
    width: calc(100% - 44px);
  }

  .hero.section-pad {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 28px);
  }
}


/* Floating-card refinement: position cards independently while keeping the globe unchanged */
@media (min-width: 1280px) {
  .visual-card-top {
    right: 65px;
  }

  .visual-card-bottom {
    left: 95px;
  }
}

@media (min-width: 1800px) {
  .visual-card-top {
    right: 75px;
  }

  .visual-card-bottom {
    left: 110px;
  }
}

/* Requested desktop positioning: content stays 500px right; cards 100px left; globe 400px left */
@media (min-width: 1280px) {
  .hero-copy {
    margin-left: 500px;
  }

  .hero-visual {
    transform: translateX(-400px);
  }

  .visual-card-top,
  .visual-card-bottom {
    transform: translateX(-400px);
  }
}

@media (min-width: 1800px) {
  .hero-copy {
    margin-left: 500px;
  }

  .hero-visual {
    transform: translateX(-400px);
  }

  .visual-card-top,
  .visual-card-bottom {
    transform: translateX(-400px);
  }
}


/* Final desktop positioning: move the globe artwork itself 400px left */
@media (min-width: 1280px) {
  .hero-copy {
    margin-left: 500px;
  }

  /* Keep the layout column fixed; move only the visual artwork. */
  .hero-visual {
    transform: none !important;
  }

  .network-globe {
    left: -400px;
  }

  .visual-halo {
    transform: translateX(-400px);
  }

  .visual-card-top,
  .visual-card-bottom {
    transform: translateX(-400px);
  }
}

@media (min-width: 1800px) {
  .hero-copy {
    margin-left: 500px;
  }

  .hero-visual {
    transform: none !important;
  }

  .network-globe {
    left: -400px;
  }

  .visual-halo {
    transform: translateX(-400px);
  }

  .visual-card-top,
  .visual-card-bottom {
    transform: translateX(-400px);
  }
}
