/* Combined About Us stylesheet: variables + base styles + responsive */

/* ========== VARIABLES ========== */
:root {
  /* Colors from Figma */
  --color-navy: #121348;
  --color-navy-dark: #0e0f3a;
  --color-navy-footer: #090a2c;
  --color-navy-hero-start: #060724;
  --color-navy-hero-end: #0e0f3a;
  --color-orange: #ff9300;
  --color-orange-gradient-end: #fe8d03;
  --color-red: #f9363d;
  --color-red-gradient-start: #f93a3a;
  --color-white: #ffffff;
  --color-text-dark: #121348;
  --color-text-muted: rgba(0, 0, 0, 0.1);
  --color-bg-light: #f8f8f8;
  --color-cta-gradient-end: #fff2df;

  /* Layout */
  --container-width: 100%;
  --content-width: 100%;
  --side-padding: clamp(20px, 8.33vw, 120px);

  /* Typography */
  --font-roboto: 'Roboto', sans-serif;
  --font-tomato: 'Tomato Grotesk', sans-serif;
  --font-heading: 'Tomato Grotesk', sans-serif;

  /* Border radius */
  --radius-sm: 20px;
  --radius-md: 30px;
  --radius-lg: 37px;
  --radius-xl: 40px;
  --radius-pill: 71px;
  --radius-hero-img: 77px;
  --radius-btn: 54px;

  /* Shadows */
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ========== BASE STYLES ========== */
/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: var(--font-tomato);
  color: var(--color-text-dark);
  background: var(--color-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }

.page-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  position: relative;
  overflow-x: clip;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.page-section {
  width: 100%;
  margin-bottom: 150px;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.page-bg-deco {
  display: none;
}

.section-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.2;
  color: var(--color-text-dark);
}

/* ========== HEADER ========== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding: clamp(20px, 3.4vw, 49px) 0 0;
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--side-padding);
  gap: 0;
}

.header__logo {
  flex-shrink: 0;
  margin-right: clamp(16px, 4.8vw, 70px);
}

.header__logo img {
  width: clamp(140px, 15vw, 220px);
  height: auto;
  object-fit: contain;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.8vw, 40px);
  flex: 1;
}

.header__link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 400;
  color: var(--color-white);
  white-space: nowrap;
  height: auto;
  min-height: 35px;
}

.header__link--active {
  font-weight: 700;
}

.header__arrow {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  opacity: 0.8;
}

.header__cta {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(90deg, var(--color-red-gradient-start) 0%, var(--color-orange-gradient-end) 100%);
  border-radius: 18.5px;
  height: 41px;
  min-width: 196px;
  padding: 0 6px 0 14px;
  gap: 6px;
  margin-left: auto;
}

.header__cta-text {
  font-size: 15px;
  color: var(--color-white);
  white-space: nowrap;
  flex: 1;
  text-align: center;
}

.header__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 27px;
  background: var(--color-white);
  border-radius: 12px;
  flex-shrink: 0;
}

.header__cta-icon img {
  width: 21px;
  height: 21px;
  transform: rotate(45deg);
}

.header__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-white);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow: hidden;
  background: #060724 url('https://listings.selectvia.com/wp-content/uploads/2026/09/About-Us-BG.png') center / cover no-repeat;
  font-family: var(--font-roboto);
}

.hero,
.hero * {
  font-family: var(--font-roboto);
}

.hero__bg,
.hero__gradient-deco,
.hero__mask-deco {
  display: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 60px);
  flex: 1;
  padding: clamp(140px, 10vw, 252px) var(--side-padding) clamp(40px, 6vw, 45px);
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.hero__content {
  flex: 1 1 360px;
  width: 100%;
  max-width: 520px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 13px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(255, 147, 0, 0.21) 61.59%, rgba(153, 88, 0, 0) 100%);
  margin-bottom: 24px;
  height: 31px;
}

.hero__badge span {
  font-size: 11px;
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.02em;
}

.hero__title {
  font-size: clamp(28px, 3.8vw, 55px);
  font-weight: 500;
  line-height: 1.05;
  color: var(--color-white);
  width: 100%;
  margin-bottom: 23px;
}

.hero__divider {
  width: 149px;
  height: 2px;
  background: var(--color-orange);
  margin-bottom: 25px;
}

.hero__desc {
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 119.48%;
  color: var(--color-white);
  width: 100%;
  max-width: 433px;
  margin-bottom: 61px;
}

.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  width: 100%;
  max-width: 430px;
}

.hero__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px 12px;
  background: var(--color-white);
  border-radius: 37px;
  height: auto;
  min-height: 31px;
  width: auto;
}

.hero__tag span {
  font-size: 18px;
  font-weight: 300;
  color: var(--color-text-dark);
  white-space: nowrap;
}

.hero__tag--sms,
.hero__tag--whatsapp,
.hero__tag--email,
.hero__tag--rcs,
.hero__tag--telephony {
  width: auto;
}

.hero__visual {
  position: relative;
  flex: 1 1 360px;
  width: 100%;
  max-width: 611px;
  margin-top: 23px;
  margin-right: 0;
}

.hero__image {
  width: 90%;
  /* height: auto; */
  aspect-ratio: 611 / 567;
  object-fit: cover;
  border-radius: var(--radius-hero-img);
}

.hero__support-badge {
  position: absolute;
  bottom: 6px;
  right: 0;
  width: min(310px, 70%);
  height: auto;
  aspect-ratio: 310 / 81;
}

.hero__support-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hero__support-content {
  position: relative;
  height: 100%;
  padding: 6px 0 0 20px;
}

.hero__support-number {
  font-family: var(--font-roboto);
  font-size: 40px;
  font-weight: 800;
  color: var(--color-white);
  opacity: 0.9;
  line-height: 1;
  display: block;
}

.hero__support-label {
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  opacity: 0.6;
  display: block;
  margin-top: 2px;
}

.hero__support-avatars {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.hero__support-avatars img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-left: -22px;
  object-fit: cover;
  border: 2px solid transparent;
}

.hero__support-avatars img:first-child { margin-left: 0; z-index: 3; }
.hero__support-avatars img:nth-child(2) { z-index: 2; }
.hero__support-avatars img:nth-child(3) { z-index: 1; }

/* ========== CONNECTING ========== */
.connecting {
  position: relative;
  /* padding: clamp(48px, 7.4vw, 107px) 0 clamp(64px, 11vw, 161px); */
  margin-top: 100px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.connecting__bg-deco {
  display: none;
}

.connecting__title {
  margin-bottom: 26px;
  max-width: 658px;
  font-weight: 600;
}

.connecting__card {
  position: relative;
  background: var(--color-navy-dark);
  border-radius: var(--radius-sm);
  width: 100%;
  height: auto;
  min-height: 348px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 40%);
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: clamp(32px, 4vw, 55px) 0 clamp(32px, 4vw, 40px) clamp(24px, 2.8vw, 41px);
}

.connecting__desc {
  position: relative;
  left: auto;
  top: auto;
  grid-column: 1;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 300;
  line-height: 110.11%;
  color: var(--color-white);
  width: 100%;
  max-width: 577px;
}

.connecting__global {
  position: relative;
  left: auto;
  top: auto;
  grid-column: 1;
  margin-top: 20px;
}

.connecting__global-title {
  font-size: 35px;
  font-weight: 500;
  color: var(--color-white);
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}

.connecting__global-desc {
  font-size: 17px;
  font-weight: 300;
  color: var(--color-white);
  line-height: normal;
}

.connecting__stats {
  position: relative;
  left: 0;
  /* top: -186px; */
  grid-column: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 0;
}

.connecting__stat {
  display: flex;
  flex-direction: column;
}

.connecting__stat-number {
  font-family: var(--font-heading);
  font-size: 45px;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1;
}

.connecting__stat-label {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 400;
  color: var(--color-white);
  margin-top: 8px;
  white-space: nowrap;
}

.connecting__stat-divider {
  width: 1px;
  height: 74px;
  background: rgba(255, 255, 255, 0.25);
  margin: 4px clamp(24px, 5vw, 73px) 0;
}

.connecting__mockup {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: visible;
  align-self: stretch;
}

.connecting__mockup-img {
  position: absolute;
  top: -88px;
  right: 94px;
  width: 443px;
  /* height: 347px; */
  max-width: none;
  object-fit: contain;
  object-position: center right;
}

/* ========== CORE VALUES ========== */
.core-values {
  padding: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.core-values .page-section {
  margin-bottom: 100px;
}

.core-values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  width: 100%;
}

.core-values__text {
  width: 100%;
  min-width: 0;
  background: var(--color-white);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 37px;
  padding: clamp(40px, 7.8vw, 113px) 36px 40px;
  height: auto;
  min-height: 400px;
}

.core-values__title {
  margin-bottom: 92px;
  max-width: 433px;
  line-height: 1.1;
}

.core-values__desc {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  line-height: 107.38%;
  color: var(--color-text-dark);
  max-width: 512px;
}

.core-values__image {
  position: relative;
  width: 100%;
  min-width: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 37px;
  overflow: hidden;
  height: auto;
  min-height: 400px;
  background: #f0f0f0;
}

.core-values__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.core-values__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== DRIVEN BY PEOPLE ========== */
.driven {
  position: relative;
  z-index: 1;
}

.driven__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 29px;
  gap: 40px;
}

.driven__title {
  max-width: 528px;
  flex-shrink: 0;
}

.driven__subtitle {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  color: var(--color-text-dark);
  max-width: 616px;
  padding-top: 35px;
}

.driven__bento {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.driven__bento-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bento-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 28px 24px;
}

.bento-card h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.bento-card p {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.bento-card--trusted-infra {
  background: var(--color-navy);
  color: var(--color-white);
  height: auto;
  min-height: 173px;
  padding: 28px 24px;
}

.bento-card--customer-first {
  background: var(--color-orange);
  color: var(--color-white);
  height: auto;
  min-height: 219px;
  padding: 28px 24px;
}

.bento-card--photo-top {
  padding: 0;
  height: 260px;
  min-height: 260px;
}

.bento-card--photo-mid {
  padding: 0;
  height: 260px;
  min-height: 260px;
}

.bento-card--innovation {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: var(--color-text-dark);
  height: auto;
  min-height: 208px;
  padding: 28px 24px;
}

.bento-card--trusted-infra-bottom {
  background: var(--color-navy);
  color: var(--color-white);
  height: auto;
  min-height: 173px;
  padding: 28px 24px;
}

.bento-card__img--photo-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bento-card__img--photo-mid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* ========== PARTNERS ========== */
.partners {
  padding: 0;
  position: relative;
  z-index: 1;
}

.partners .page-section {
  margin-bottom: 100px;
}

.partners__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
  gap: 40px;
}

.partners__title {
  max-width: 562px;
  flex-shrink: 0;
}

.partners__subtitle {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  color: var(--color-text-dark);
  max-width: 565px;
  padding-top: 39px;
}

.partners__grid-wrap {
  display: flex;
  gap: 0;
  background: var(--color-bg-light);
  border-radius: var(--radius-md);
  width: 100%;
  height: auto;
  min-height: 446px;
  overflow: hidden;
}

.partners__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(120px, 1fr));
  flex: 1 1 0;
  min-width: 0;
  gap: 0;
}

.partners__logo-cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.03);
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.3s ease, background 0.3s ease;
}

.partners__logo-cell--active {
  opacity: 1;
  background: var(--color-white);
  border-radius: var(--radius-sm) 0 0 0;
}

.partners__logos:hover .partners__logo-cell {
  opacity: 0.3;
}

.partners__logos:hover .partners__logo-cell:hover {
  opacity: 1;
  background: var(--color-white);
}

.partners__logos:not(:hover) .partners__logo-cell--active {
  opacity: 1;
  background: var(--color-white);
}

.partners__logo-cell img {
  object-fit: contain;
  max-height: 77px;
  transition: opacity 0.3s ease;
}

.partners__featured {
  position: relative;
  width: 35%;
  min-width: 240px;
  max-width: 425px;
  height: auto;
  min-height: 446px;
  flex: 0 1 425px;
  border-radius: var(--radius-md);
  overflow: visible;
}

.partners__featured-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius-md);
  display: block;
  z-index: 0;
}

.partners__featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px 35px;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  background: linear-gradient(180deg, transparent 22.91%, rgba(0, 0, 0, 1) 99.93%);
}

.partners__featured-number {
  font-family: var(--font-tomato);
  font-size: 60px;
  font-weight: 800;
  color: var(--color-white);
  display: block;
  line-height: 1;
}

.partners__featured-label {
  font-family: var(--font-tomato);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  display: block;
  margin-top: 8px;
}

/* ========== LOCATIONS ========== */
.locations {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.5vh, 36px) 0 0;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.locations > .page-section {
  flex: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  min-height: 0;
  overflow: visible;
}

.locations__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(12px, 1.8vh, 24px);
  gap: clamp(20px, 3vw, 40px);
  flex-shrink: 0;
}

.locations__title {
  max-width: 429px;
  flex-shrink: 0;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.15;
}

.locations__subtitle {
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-text-dark);
  max-width: 723px;
  padding-top: clamp(4px, 1vh, 12px);
}

.locations__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-navy-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: var(--radius-pill);
  height: auto;
  min-height: 48px;
  width: min(100%, 640px);
  margin: 0 auto clamp(12px, 1.5vh, 20px);
  padding: 6px;
  gap: 8px;
  flex-shrink: 0;
}

.locations__tab {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 400;
  color: var(--color-white);
  padding: 6px 20px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  transition: background 0.2s;
}

.locations__tab--active {
  background: var(--color-orange);
  font-size: clamp(15px, 1.3vw, 22px);
  font-weight: 600;
  padding: 6px 24px;
}

.locations__card {
  display: grid;
  grid-template-columns: minmax(300px, 40%) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  padding: clamp(20px, 2.5vw, 32px);
  min-height: clamp(380px, 42vh, 480px);
  background: linear-gradient(145deg, #121348 0%, #17124a 40%, #2a1845 75%, #3a1a38 100%);
  border-radius: var(--radius-xl);
  width: 100%;
  overflow: hidden;
  position: relative;
  align-items: stretch;
}

.locations__info {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  background: var(--color-white);
  border-radius: 25px;
  margin: 0;
  padding: clamp(28px, 3vh, 42px) clamp(24px, 2vw, 33px);
  position: relative;
  z-index: 2;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.locations__city-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.locations__city-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.locations__city-name {
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 600;
  color: var(--color-text-dark);
  line-height: 1.1;
}

.locations__address {
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 400;
  color: var(--color-text-dark);
  line-height: 1.45;
  margin-bottom: clamp(20px, 2.5vh, 32px);
  max-width: 100%;
}

.locations__support-title {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
  color: var(--color-text-dark);
  margin-bottom: 14px;
}

.locations__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.locations__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 300;
  color: var(--color-text-dark);
}

.locations__contact-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.locations__image-wrap {
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.locations__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 25px;
}

/* ========== TEAM ========== */
.team {
  padding: 0 0 45px;
  position: relative;
  z-index: 1;
}

.team__layout {
  display: grid;
  grid-template-columns: minmax(280px, 36%) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(24px, 4vw, 48px);
  row-gap: 20px;
  align-items: start;
  width: 100%;
}

.team__content {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  max-width: 420px;
}

.team__title {
  max-width: none;
  margin-bottom: 20px;
  line-height: 1.15;
}

.team__desc {
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 400;
  line-height: 1.45;
  color: var(--color-text-dark);
  max-width: 100%;
}

.team__nav {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  width: 100%;
  align-self: start;
}

.team__nav-btn {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.team__nav-btn img {
  width: 58px;
  height: 58px;
  display: block;
}

.team__nav-btn--prev img {
  transform: rotate(180deg);
}

.team__nav-btn--next img {
  transform: rotate(0deg);
}

.team__carousel {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 10px;
  width: 100%;
  min-width: 0;
  align-self: start;
}

.team__carousel::-webkit-scrollbar { display: none; }

.team__card {
  flex: 0 0 298px;
  background: var(--color-navy);
  border-radius: 40px 40px 20px 20px;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.team__card--featured {
  flex: 0 0 298px;
}

.team__card-photo {
  padding: 24px 24px 0;
  overflow: hidden;
}

.team__card-img {
  width: 100%;
  height: 239px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.team__card-img--featured {
  box-shadow: 0 0 0 3px #5eb3ff;
}

.team__card-info {
  padding: 24px 24px 32px;
  text-align: center;
  margin-top: auto;
}

.team__card-name {
  font-size: clamp(32px, 2.8vw, 40px);
  font-weight: 700;
  color: var(--color-orange);
  margin-bottom: 8px;
  line-height: 1.1;
}

.team__card-role {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.35;
}

/* ========== CTA ========== */
.cta {
  padding: 0;
  position: relative;
  z-index: 2;
}

.cta .page-section {
  padding-bottom: 0;
}

.cta__inner {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(-72.23deg, var(--color-white) 1.85%, var(--color-cta-gradient-end) 66.53%);
  border-radius: var(--radius-md);
  height: auto;
  min-height: 320px;
  overflow: visible;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cta__phones {
  flex: 1 1 280px;
  max-width: 456px;
  position: relative;
  margin-top: -55px;
  padding-left: 35px;
}

.cta__phones img {
  width: 100%;
  max-width: 421px;
  height: auto;
  object-fit: contain;
}

.cta__content {
  flex: 1;
  padding: 72px 0 72px 0;
}

.cta__title {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-text-dark);
  max-width: 528px;
  margin-bottom: 15px;
  line-height: normal;
}

.cta__desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-text-dark);
  max-width: 528px;
  line-height: normal;
  margin-bottom: 35px;
}

.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-navy);
  color: var(--color-white);
  font-size: 17px;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: var(--radius-btn);
  height: 30px;
}

/* ========== FOOTER ========== */
.footer {
  position: relative;
  width: 100%;
  background: var(--color-navy-footer);
  border-radius: 30px 30px 0 0;
  padding: 73px 0 37px;
  overflow: hidden;
  z-index: 1;
  margin-top: 45px;
}

.footer__ellipse {
  display: none;
}

.footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--side-padding);
  display: grid;
  grid-template-columns: minmax(0, 322px) minmax(0, 1fr) minmax(0, 280px);
  grid-template-rows: auto auto;
  column-gap: 0;
  row-gap: 0;
}

.footer__brand {
  grid-column: 1;
  grid-row: 1;
  padding-top: 7px;
}

.footer__logo {
  margin-bottom: 26px;
}

.footer__tagline {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-white);
  margin-bottom: 34px;
  max-width: 322px;
}

.footer__touch-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  padding: 4px 18px;
  border-radius: 37px;
  height: 35px;
}

.footer__links {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding-top: 10px;
  padding-left: 115px;
}

.footer__col {
  flex-shrink: 0;
}

.footer__col--products {
  width: 95px;
  margin-right: 56px;
}

.footer__col--company {
  width: 81px;
  margin-right: 79px;
}

.footer__col--resources {
  width: 111px;
}

.footer__col h4 {
  font-size: 19px;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 24px;
  line-height: normal;
}

.footer__col a {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: var(--color-white);
  margin-bottom: 16px;
  line-height: 1;
}

.footer__social {
  grid-column: 3;
  grid-row: 1;
  text-align: left;
  padding-top: 8px;
}

.footer__social h4 {
  font-size: 21px;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 16px;
  line-height: 1.5;
}

.footer__social-icons {
  display: block;
  margin-bottom: 24px;
  width: 234px;
  height: 45px;
  object-fit: contain;
}

.footer__contact-title {
  margin-top: 8px;
}

.footer__email {
  font-size: 18px;
  font-weight: 300;
  color: var(--color-white);
  display: block;
  margin-top: 8px;
  line-height: 1.5;
}

.footer__bottom {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 50px;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 37px;
}

.footer__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer__legal {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-white);
  line-height: 1.235;
}

.footer__copyright {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-white);
  line-height: 1.235;
  white-space: nowrap;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1440px) {
  .connecting__card, .driven__bento, .partners__grid-wrap, .locations__card,
  .core-values__grid, .team__layout, .team__carousel, .cta__inner { width: 100%; }
}

@media (max-width: 1280px) {
  .header { padding: clamp(20px, 3vw, 40px) 0 0; }
  .header__nav { gap: 12px; }
  .header__link { font-size: 17px; }
  .hero__inner {
    padding-top: clamp(140px, 16vw, 220px);
    flex-direction: column;
    align-items: center;
    min-height: 0;
  }
  .hero__content { flex: none; max-width: 600px; text-align: center; }
  .hero__title { width: 100%; }
  .hero__desc { width: 100%; }
  .hero__divider { margin-left: auto; margin-right: auto; }
  .hero__tags { justify-content: center; max-width: 100%; }
  .hero__visual { margin-top: 40px; width: 100%; max-width: 611px; }
  .hero__image { width: 100%; height: auto; }
  .connecting__card {
    grid-template-columns: 1fr;
    padding-right: clamp(24px, 2.8vw, 41px);
  }
  .connecting__desc,
  .connecting__global,
  .connecting__stats,
  .connecting__mockup {
    grid-column: 1;
    grid-row: auto;
  }
  .connecting__mockup {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-height: 240px;
  }
  .connecting__mockup-img {
    position: relative;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 482px;
    height: auto;
  }
  .core-values__grid {
    grid-template-columns: 1fr;
  }
  .core-values__text, .core-values__image { width: 100%; min-height: 320px; }
  .core-values__video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 320px;
  }
  .driven__bento { width: 100%; }
  .partners__grid-wrap { flex-direction: column; height: auto; }
  .partners__logos { grid-template-columns: 1fr 1fr; }
  .partners__featured { width: 100%; max-width: none; min-height: 300px; flex: none; }
  .locations {
    margin-bottom: 100px;
  }
  .locations > .page-section {
    flex: none;
    overflow: visible;
  }
  .locations__card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 20px;
  }
  .locations__info { margin: 0; max-height: none; height: auto; }
  .locations__image-wrap { height: 350px; min-height: 280px; border-radius: 25px; }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer__links {
    padding-left: 0;
    flex-wrap: wrap;
    gap: 40px;
  }
  .footer__social { grid-column: 1 / -1; }
}

/* ========== 1024px ========== */
@media (max-width: 1024px) {
  .header__nav { display: none; }
  .header__nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-navy-dark);
    padding: 20px;
    gap: 16px;
    border-radius: 0 0 20px 20px;
  }
  .header__burger { display: flex; }
  .header__cta { display: none; }
  .hero { min-height: auto; padding-bottom: 60px; }
  .hero__title { font-size: 40px; }
  .hero__image { width: 100%; max-width: 500px; }
  .hero__support-badge { right: 0; bottom: -20px; transform: scale(0.85); transform-origin: right bottom; }
  .connecting__card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    padding: 32px 24px;
  }
  .connecting__desc,
  .connecting__global,
  .connecting__stats,
  .connecting__mockup {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    grid-column: 1;
    grid-row: auto;
  }
  .connecting__desc { padding: 0; width: auto; }
  .connecting__global { padding: 0; margin-top: 20px; }
  .connecting__stats { padding: 0; margin-top: 20px; }
  .connecting__mockup { width: 100%; height: auto; min-height: 200px; margin-top: 24px; padding: 0; }
  .connecting__mockup-img {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .section-title { font-size: 32px; }
  .driven__header, .partners__header, .locations__header { flex-direction: column; }
  .team__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
    align-items: start;
  }
  .team__content {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    align-self: auto;
  }
  .team__nav {
    grid-column: 1;
    grid-row: auto;
    justify-content: flex-end;
  }
  .team__carousel {
    grid-column: 1;
    grid-row: auto;
    align-self: auto;
  }
  .driven__bento {
    flex-wrap: wrap;
    gap: 10px;
  }
  .driven__bento-col {
    flex: 1 1 calc(50% - 5px);
    gap: 10px;
  }
  .driven__bento-col--right {
    flex: 1 1 100%;
    flex-direction: row;
  }
  .driven__bento-col--right .bento-card {
    flex: 1 1 0;
  }
  .locations__tabs { width: 100%; flex-wrap: wrap; height: auto; padding: 10px; }
  .locations__tab { font-size: 18px; padding: 8px 16px; }
  .locations__tab--active { font-size: 20px; }
  .team__carousel { gap: 16px; }
  .team__card { flex: 0 0 280px; min-height: 380px; }
  .team__card--featured { flex: 0 0 280px; }
  .cta__inner { flex-direction: column; height: auto; align-items: center; text-align: center; }
  .cta__phones { margin-top: 0; padding: 30px 20px 0; }
  .cta__phones img { width: 100%; max-width: 350px; height: auto; }
  .cta__content { padding: 30px; }
  .cta__title, .cta__desc { max-width: 100%; }
  .footer__inner { grid-template-columns: 1fr; gap: 30px; }
  .footer__links { flex-wrap: wrap; gap: 40px; }
  .footer__bottom-row { flex-direction: column; gap: 16px; text-align: center; }
}

/* ========== 768px ========== */
@media (max-width: 768px) {
  .header { padding: 20px 0 0; }
  .header__logo img { width: 160px; height: auto; }
  .hero__inner { padding-top: 140px; min-height: 0; }
  .hero__title { font-size: 32px; }
  .hero__desc { font-size: 16px; margin-bottom: 30px; }
  .hero__tag { height: auto; padding: 6px 12px; }
  .hero__tag span { font-size: 14px; }
  .hero__tag--wide, .hero__tag--medium { width: auto; }
  .connecting, .core-values, .driven, .partners, .locations, .team, .cta { padding-left: 0; padding-right: 0; }
  .page-section { padding-left: var(--side-padding); padding-right: var(--side-padding); }
  .section-title { font-size: 28px; }
  .connecting__title { margin-bottom: 24px; }
  .connecting__desc { font-size: 18px; }
  .connecting__stat-number { font-size: 36px; }
  .core-values__text { padding: 40px 24px; min-height: auto; }
  .core-values__title { margin-bottom: 40px; }
  .core-values__desc { font-size: 18px; }
  .core-values__image { height: 400px; }
  .core-values__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .driven__subtitle, .partners__subtitle, .locations__subtitle, .team__desc { font-size: 18px; }
  .driven__bento {
    flex-direction: column;
    gap: 10px;
  }
  .driven__bento-col {
    flex: 1 1 100%;
    gap: 10px;
  }
  .driven__bento-col--right {
    flex-direction: column;
  }
  .bento-card h3 { font-size: 28px; }
  .partners__logos { grid-template-columns: 1fr; }
  .partners__logo-cell { min-height: 100px; }
  .locations__city-name { font-size: 28px; }
  .locations__info { padding: 40px 24px; }
  .team__card-name { font-size: 32px; }
  .team__card-role { font-size: 18px; }
  .cta__title { font-size: 28px; }
  .cta__desc { font-size: 16px; }
}

/* ========== 480px ========== */
@media (max-width: 480px) {
  .hero__title { font-size: 28px; }
  .hero__tags { gap: 8px; }
  .hero__tag { width: calc(50% - 4px); justify-content: center; }
  .hero__tag--wide, .hero__tag--medium { width: 100%; }
  .hero__support-badge { transform: scale(0.7); }
  .section-title { font-size: 24px; }
  .connecting__global-title { font-size: 24px; }
  .locations__tabs { gap: 4px; }
  .locations__tab { font-size: 14px; padding: 6px 12px; }
  .locations__tab--active { font-size: 16px; }
  .team__card { flex: 0 0 260px; min-height: 360px; }
  .team__card--featured { flex: 0 0 260px; }
  .footer__legal { font-size: 12px; }
  .footer__copyright { font-size: 12px; }
}

/* ========== 375px ========== */
@media (max-width: 375px) {
  .hero__title { font-size: 26px; }
  .header__logo img { width: 140px; }
  .connecting__stat { width: 100%; }
  .bento-card { min-height: 150px; padding: 20px 16px; }
  .bento-card h3 { font-size: 24px; }
  .bento-card p { font-size: 14px; }
}

/* Word reveal — inherit parent text alignment */
.about-us-page .gt-words {
  text-align: inherit;
}
