:root {
  --testimonial-visible: 3;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #1a1a1a;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p,
blockquote {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.01em;
}

[hidden] {
  display: none !important;
}

.kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #00b2a9;
}

.kicker--light {
  color: rgba(255, 255, 255, 0.76);
}

.text-accent {
  color: #00b2a9;
  font-weight: 700;
}

.page {
  min-width: 320px;
}

.page__content {
  overflow: clip;
}

.site-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}

.section {
  padding: clamp(70px, 8vw, 120px) 0;
}

.section--light {
  background: #ffffff;
}

.section--tone {
  background: #f5f5f5;
}

.button-pill {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  min-height: 64px;
  overflow: hidden;
  background: #002244;
  color: #ffffff;
  transition: background 0.25s ease, color 0.25s ease;
}
.button-pill::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(255, 255, 255, 0.08) 10px 11px);
  pointer-events: none;
}
.button-pill:active {
  background: #00b2a9;
  color: #002244;
}
.button-pill:active .button-pill__puck svg {
  transform: translateX(3px);
}

.button-pill--compact {
  min-height: 48px;
}
.button-pill--compact::after {
  width: 44px;
}
.button-pill--compact .button-pill__puck {
  width: 48px;
}
.button-pill--compact .button-pill__label {
  padding: 0 22px 0 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.button-pill--inverse {
  background: #ffffff;
  color: #002244;
}
.button-pill--inverse::after {
  background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(0, 23, 51, 0.08) 10px 11px);
}
.button-pill--inverse .button-pill__puck {
  background: #002244;
  color: #ffffff;
}
.button-pill--inverse:active {
  background: #00b2a9;
  color: #002244;
}

.button-pill--full {
  width: 100%;
  margin-top: 8px;
}

.button-pill__puck {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  flex-shrink: 0;
  place-items: center;
  background: #00b2a9;
  color: #002244;
}
.button-pill__puck svg {
  transition: transform 0.3s ease;
}

.button-pill__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0 36px 0 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .button-pill:hover {
    background: #00b2a9;
    color: #002244;
  }
  .button-pill:hover .button-pill__puck svg {
    transform: translateX(3px);
  }
  .button-pill--inverse:hover {
    background: #00b2a9;
    color: #002244;
  }
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: end;
  padding-bottom: clamp(40px, 5vw, 64px);
}

.section-heading__title {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 20px;
  color: #002244;
}
.section-heading__title strong {
  font-weight: 600;
}

.section-heading__text {
  max-width: 54ch;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.65;
}

.slider-arrows {
  display: flex;
  gap: 10px;
}

.slider-arrows--light .slider-arrows__button {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.slider-arrows--light .slider-arrows__button:hover:not(:disabled) {
  border-color: #00b2a9;
  background: #00b2a9;
  color: #002244;
}

.slider-arrows__button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #d8d8d8;
  color: #002244;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.slider-arrows__button:hover:not(:disabled) {
  border-color: #002244;
  background: #002244;
  color: #ffffff;
}
.slider-arrows__button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.slider-dots {
  display: flex;
  gap: 6px;
}

.slider-dots--center {
  justify-content: center;
}

.slider-dots__dot {
  width: 28px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #d8d8d8;
  transition: width 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.slider-dots__dot.is-active {
  width: 40px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #d8d8d8;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-header__logo {
  width: auto;
  height: 38px;
}

.site-header__cta {
  justify-self: end;
}

.site-header__nav {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.site-header__link {
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  color: #002244;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 0.2s ease;
}
.site-header__link:hover {
  border-bottom-color: #00b2a9;
}

.site-header__burger {
  display: none;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  color: #002244;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.site-header__burger:hover {
  border-color: #00b2a9;
  background: #00b2a9;
  color: #002244;
}

.site-header__burger-lines {
  display: grid;
  gap: 6px;
}
.site-header__burger-lines span {
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-menu-open .site-header__burger {
  border-color: #002244;
  background: #002244;
  color: #ffffff;
}
.site-header.is-menu-open .site-header__burger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.is-menu-open .site-header__burger-lines span:nth-child(2) {
  opacity: 0;
}
.site-header.is-menu-open .site-header__burger-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__mobile-menu {
  border-top: 1px solid #d8d8d8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.98) 100%);
}

.site-header__mobile-nav {
  display: grid;
  gap: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-header__mobile-link {
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #002244;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.site-header__mobile-link:hover {
  color: #00b2a9;
  padding-left: 6px;
}

.site-header__mobile-link--accent {
  color: #008a82;
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #002244;
  color: #ffffff;
}

.hero__media,
.hero__photo,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(0.2) contrast(1.05);
}

.hero__shade {
  background: linear-gradient(90deg, rgba(0, 17, 38, 0.92) 0%, rgba(0, 23, 51, 0.78) 45%, rgba(0, 23, 51, 0.35) 100%), linear-gradient(180deg, rgba(0, 17, 38, 0.25) 0%, rgba(0, 17, 38, 0.55) 100%);
}

.hero__inner {
  position: relative;
  display: grid;
  min-height: 640px;
  align-items: center;
  padding-top: clamp(60px, 10vw, 120px);
  padding-bottom: clamp(60px, 10vw, 120px);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.hero__title {
  margin-top: 24px;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.hero__title strong {
  font-weight: 600;
}

.hero__text {
  max-width: 54ch;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 36px;
}

.ticker {
  position: relative;
  overflow: hidden;
  background: #001733;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.ticker::before, .ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}
.ticker::before {
  left: 0;
  background: linear-gradient(90deg, #001733 0%, rgba(0, 17, 38, 0) 100%);
}
.ticker::after {
  right: 0;
  background: linear-gradient(270deg, #001733 0%, rgba(0, 17, 38, 0) 100%);
}

.ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  padding: 28px 0;
  animation: tickerScroll 48s linear infinite;
}

.ticker:hover .ticker__track {
  animation-play-state: paused;
}

.ticker__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
  padding-right: 18px;
}

.ticker__icon {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid rgba(0, 178, 169, 0.35);
  color: #00b2a9;
}
.ticker__icon::before, .ticker__icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #00b2a9;
}
.ticker__icon::before {
  top: -4px;
  left: -4px;
  border-right: 0;
  border-bottom: 0;
}
.ticker__icon::after {
  right: -4px;
  bottom: -4px;
  border-top: 0;
  border-left: 0;
}

.ticker__copy {
  display: grid;
  min-width: max-content;
  gap: 3px;
  padding-right: 32px;
}

.ticker__title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.ticker__subtitle {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ticker__separator {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 42px;
  opacity: 0.4;
}
.ticker__separator span {
  display: block;
  width: 1px;
  height: 10px;
  background: #00b2a9;
}
.ticker__separator span:nth-child(2) {
  height: 20px;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d8d8d8;
  background: #ffffff;
}

.service-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #001733 center/cover no-repeat;
  border-bottom: 3px solid #00b2a9;
}

.service-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 23, 51, 0.15) 0%, rgba(0, 23, 51, 0.55) 100%), linear-gradient(90deg, rgba(0, 23, 51, 0.35) 0%, rgba(0, 23, 51, 0.1) 100%);
}

.service-card__chip {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 10px;
  background: #00b2a9;
  color: #002244;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 24px 26px 28px;
}

.service-card__meta {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-card__title {
  color: #002244;
  font-size: 22px;
  line-height: 1.2;
}

.service-card__text {
  flex: 1;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.55;
}

.cases {
  overflow: hidden;
  background: #002244;
  color: #ffffff;
  padding: clamp(70px, 8vw, 120px) 0 clamp(60px, 7vw, 100px);
}

.cases__header {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}

.cases__title {
  margin-top: 20px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 400;
}

.cases__lede {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

.case-panel {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid #00b2a9;
  background: #0b2d52;
  animation: panelFade 0.5s ease both;
}

.case-panel__aside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 44px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.case-panel__tag,
.case-panel__label {
  color: #00b2a9;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.case-panel__tag {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.case-panel__counter {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Source Serif 4", Georgia, serif;
}

.case-panel__current {
  font-size: 64px;
  line-height: 1;
}

.case-panel__slash {
  color: rgba(255, 255, 255, 0.35);
  font-size: 28px;
}

.case-panel__total {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.case-panel__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 48px 56px 52px;
}

.case-panel__title {
  max-width: 24ch;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.18;
  font-weight: 400;
}

.case-panel__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.case-panel__label {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 178, 169, 0.3);
}

.case-panel__text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
}

.case-panel__quote {
  position: relative;
  padding-left: 60px;
}

.case-panel__mark {
  position: absolute;
  top: -4px;
  left: 0;
  color: #00b2a9;
}

.case-panel__blockquote {
  max-width: 62ch;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
}

.case-panel__author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.case-panel__line {
  width: 32px;
  height: 1px;
  background: #00b2a9;
}

.case-panel__name {
  font-size: 14px;
  font-weight: 600;
}

.case-panel__city {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cases .slider-dots__dot {
  background: rgba(255, 255, 255, 0.2);
}

.cases .slider-dots {
  margin-top: 18px;
}

.cases .slider-dots__dot.is-active {
  border-color: #00b2a9;
  background: #00b2a9;
}

.about__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.about__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
  background-color: #0b2d52;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 8px;
  background: #00b2a9;
}

.about__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 23, 51, 0.08) 0%, rgba(0, 23, 51, 0.26) 100%);
}

.about__title {
  margin-top: 20px;
  color: #002244;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.1;
  font-weight: 400;
}
.about__title strong {
  font-weight: 600;
}

.about__text {
  max-width: 54ch;
  margin-top: 24px;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.65;
}

.about__list {
  display: grid;
  margin-top: 32px;
  border-top: 1px solid #d8d8d8;
}

.about__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}

.about__index {
  padding-top: 2px;
  color: #00b2a9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.about__item-title {
  margin-bottom: 6px;
  color: #002244;
  font-size: 15px;
  font-weight: 600;
}

.about__item-text {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.6;
}

.about__actions {
  margin-top: 32px;
}

.process__list {
  display: grid;
  border-top: 1px solid #d8d8d8;
}

.process__row {
  display: grid;
  grid-template-columns: 120px 200px 1fr 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 30px 4px;
  border-bottom: 1px solid #d8d8d8;
  transition: background 0.25s ease;
}
.process__row:hover {
  background: #f5f5f5;
}
.process__row:hover .process__icon {
  border-color: #002244;
  background: #002244;
  color: #ffffff;
}

.process__number {
  color: #002244;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.process__number strong {
  color: #00b2a9;
  font-weight: 600;
}

.process__tag {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.process__title {
  color: #002244;
  font-size: 18px;
}

.process__text {
  max-width: 42ch;
  color: #3a3a3a;
  font-size: 14px;
}

.process__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #d8d8d8;
  color: #002244;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.metrics {
  background: #001733;
  border-top: 3px solid #00b2a9;
  color: #ffffff;
  padding: clamp(60px, 7vw, 100px) 0;
}

.metrics__header {
  display: grid;
  gap: 10px;
  margin-bottom: 48px;
}

.metrics__title {
  max-width: 26ch;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 400;
}
.metrics__title strong {
  font-weight: 600;
}

.metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.metric-card {
  display: grid;
  gap: 10px;
  padding: 30px 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.metric-card:last-child {
  border-right: 0;
}

.metric-card__value {
  display: inline-flex;
  align-items: baseline;
  gap: 0.02em;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums lining-nums;
  text-wrap: nowrap;
}
.metric-card__value span {
  color: #00b2a9;
  font-weight: 500;
}

.metric-card__number {
  color: #ffffff;
  font-weight: 300;
}

.metric-card__prefix,
.metric-card__suffix {
  color: #00b2a9;
  font-weight: 500;
}

.metric-card__label {
  max-width: 24ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.metric-card__meta {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.testimonials__viewport {
  overflow: hidden;
}

.testimonials__track {
  display: flex;
  gap: 28px;
  transition: transform 0.6s cubic-bezier(0.3, 0.7, 0.2, 1);
}

.testimonial-card {
  display: flex;
  min-width: 280px;
  flex: 0 0 calc((100% - (var(--testimonial-visible) - 1) * 28px) / var(--testimonial-visible));
  border: 1px solid #d8d8d8;
  background: #ffffff;
  transition: border-color 0.25s ease, transform 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-2px);
}
.testimonial-card:hover {
  border-color: #00b2a9;
}

.testimonial-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 32px 28px 30px;
}

.testimonial-card__icon {
  margin-bottom: 4px;
  color: #00b2a9;
  line-height: 0;
}

.testimonial-card__title {
  color: #002244;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 20px;
  line-height: 1.28;
}

.testimonial-card__text {
  flex: 1;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.55;
}

.testimonial-card__badge {
  align-self: flex-start;
  margin-top: 4px;
  padding: 7px 12px;
  background: #00b2a9;
  color: #002244;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonial-card__author {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid #d8d8d8;
  color: #6b6b6b;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.testimonial-card__author strong {
  color: #002244;
  font-weight: 600;
}

.testimonials__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.testimonials__counter {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.testimonials .slider-dots {
  flex: 1;
  justify-content: center;
}

.testimonials .slider-dots__dot.is-active {
  border-color: #00b2a9;
  background: #00b2a9;
}

.team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.team-card {
  display: grid;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  transition: border-color 0.25s ease, transform 0.3s ease;
}
.team-card:hover {
  transform: translateY(-2px);
}
.team-card:hover {
  border-color: #00b2a9;
}
.team-card:hover .team-card__photo {
  transform: scale(1.02);
}

.team-card__photo {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(160deg, #2a5a88 0%, #0b2d52 100%) center/cover no-repeat;
  border-bottom: 3px solid #00b2a9;
  transition: transform 0.5s ease;
}

.team-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 23, 51, 0.06) 0%, rgba(0, 23, 51, 0.3) 100%);
}

.team-card__body {
  display: grid;
  gap: 6px;
  padding: 20px 22px 22px;
}

.team-card__role {
  color: #00b2a9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.team-card__name {
  color: #002244;
  font-size: 18px;
}

.team-card__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d8d8d8;
  color: #6b6b6b;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq__list {
  border-top: 1px solid #002244;
}

.faq-item {
  border-bottom: 1px solid #d8d8d8;
  transition: background 0.25s ease;
}
.faq-item:hover {
  background: #f5f5f5;
}
.faq-item.is-open .faq-item__toggle {
  transform: rotate(45deg);
  background: #002244;
  color: #ffffff;
}
.faq-item.is-open .faq-item__body {
  grid-template-rows: 1fr;
}

.faq-item__trigger {
  display: grid;
  width: 100%;
  grid-template-columns: 60px 1fr 40px;
  gap: 20px;
  align-items: center;
  padding: 26px 4px;
  text-align: left;
}

.faq-item__number {
  color: #00b2a9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.faq-item__question {
  color: #002244;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
}

.faq-item__toggle {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d8d8d8;
  color: #002244;
  transition: transform 0.3s ease, background 0.25s ease, color 0.25s ease;
}

.faq-item__body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease;
}

.faq-item__answer {
  overflow: hidden;
  min-height: 0;
  max-width: 72ch;
  padding: 0 4px 28px 80px;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 1.65;
}

.contact {
  background: #002244;
  color: #ffffff;
  padding: clamp(70px, 8vw, 120px) 0;
}

.contact__layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact__title {
  margin-top: 20px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.contact__title strong {
  font-weight: 600;
}

.contact__text {
  max-width: 44ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
}

.contact__facts {
  display: grid;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact__fact {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact__fact-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: 36px 32px;
  background: #ffffff;
  color: #1a1a1a;
}

.contact-form__default {
  display: grid;
  gap: 20px;
}

.contact-form__title {
  padding-bottom: 14px;
  border-bottom: 2px solid #002244;
  color: #002244;
  font-size: 20px;
  font-weight: 600;
}

.contact-form__field {
  display: grid;
  gap: 6px;
}

.contact-form__label {
  color: #002244;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form__input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}
.contact-form__input:focus {
  border-color: #00b2a9;
}

.contact-form__input--textarea {
  min-height: 80px;
  resize: vertical;
}

.contact-form__input--select {
  appearance: none;
  padding-right: 34px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5l5 5 5-5' stroke='%23002244' stroke-width='1.4' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form__phone {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.contact-form__country {
  position: relative;
}

.contact-form__flag {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 22px;
  height: 15px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.contact-form__flag[data-country=es] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='15' viewBox='0 0 22 15'><rect width='22' height='15' fill='%23C60B1E'/><rect y='3.75' width='22' height='7.5' fill='%23FFC400'/></svg>");
}
.contact-form__flag[data-country=ar] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='15' viewBox='0 0 22 15'><rect width='22' height='15' fill='%2374ACDF'/><rect y='5' width='22' height='5' fill='%23FFFFFF'/><circle cx='11' cy='7.5' r='1.2' fill='%23F6B40E'/></svg>");
}
.contact-form__flag[data-country=cl] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='15' viewBox='0 0 22 15'><rect width='22' height='15' fill='%23D52B1E'/><rect width='22' height='7.5' fill='%23FFFFFF'/><rect width='8' height='7.5' fill='%230039A6'/><path d='M4 2.1l.53 1.63h1.72L4.86 4.74l.53 1.63L4 5.37 2.61 6.37l.53-1.63-1.39-1.01h1.72L4 2.1z' fill='%23FFFFFF'/></svg>");
}
.contact-form__flag[data-country=uy] {
  background-image: url("assets/flags/uy.svg");
}

.contact-form__prefix-select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}
.contact-form__prefix-select:focus {
  border-color: #00b2a9;
}
.contact-form__prefix-select {
  width: auto;
  min-width: 112px;
  padding: 12px 14px 12px 44px;
  background: #f5f5f5;
  color: #002244;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5l5 5 5-5' stroke='%23002244' stroke-width='1.4' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
}

.contact-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.5;
}
.contact-form__consent input {
  margin-top: 3px;
  accent-color: #00b2a9;
}

.contact-form__feedback {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(0, 34, 68, 0.14);
  background: rgba(0, 178, 169, 0.08);
  color: #002244;
  font-size: 13px;
  line-height: 1.5;
}
.contact-form__feedback[data-state=error] {
  border-color: rgba(179, 55, 37, 0.22);
  background: rgba(179, 55, 37, 0.08);
  color: #8a2a1c;
}

.contact-form__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.contact-form .button-pill[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.contact-form__success {
  display: grid;
  gap: 14px;
  padding: 40px 12px;
  text-align: center;
}

.contact-form__check {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  place-items: center;
  border: 2px solid #00b2a9;
  color: #00b2a9;
}

.contact-form__success-title {
  color: #002244;
  font-size: 22px;
}

.contact-form__success-text {
  color: #3a3a3a;
  font-size: 14px;
}

.contact-form__success-id {
  color: #6b6b6b;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(32px, 6vw, 64px);
  background: radial-gradient(circle at top left, rgba(0, 178, 169, 0.16), transparent 32%), linear-gradient(180deg, #f5fbfc 0%, #ffffff 52%, #eef4f8 100%);
}

.thanks-page__card {
  width: min(100%, 720px);
  padding: clamp(32px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 34, 68, 0.08);
  box-shadow: 0 24px 64px rgba(0, 34, 68, 0.08);
}

.thanks-page__brand {
  display: inline-flex;
  align-items: center;
}

.thanks-page__logo {
  width: 210px;
  max-width: 100%;
  height: auto;
}

.thanks-page__eyebrow {
  margin: 28px 0 0;
  color: #008a82;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.thanks-page__title {
  margin: 18px 0 0;
  color: #002244;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(34px, 6vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.thanks-page__text {
  max-width: 44ch;
  margin: 24px 0 0;
  color: #3a3a3a;
  font-size: 17px;
  line-height: 1.7;
}

.thanks-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.site-footer {
  background: #001733;
  color: #ffffff;
  padding: 70px 0 28px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px 260px;
  align-items: start;
  gap: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-footer__logo {
  width: auto;
  height: 38px;
  display: block;
  max-width: min(240px, 100%);
}

.site-footer__brand-text {
  max-width: 30ch;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.6;
}

.site-footer__title {
  margin-bottom: 20px;
  color: #00b2a9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}
.site-footer__list a:hover {
  color: #00b2a9;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes panelFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none;
  }
}
@media (max-width: 1100px) {
  :root {
    --testimonial-visible: 2;
  }
  .services__grid,
  .team__grid,
  .metrics__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .metrics__grid .metric-card:nth-child(2) {
    border-right: 0;
  }
  .process__row {
    grid-template-columns: 90px 1fr 1fr 48px;
  }
  .process__tag {
    display: none;
  }
  .case-panel {
    grid-template-columns: 1fr;
  }
  .case-panel__aside {
    padding: 28px 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .case-panel__content {
    padding: 36px 32px 44px;
    gap: 28px;
  }
  .case-panel__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 820px) {
  :root {
    --testimonial-visible: 1;
  }
  .site-header__nav {
    display: none;
  }
  .site-header__cta {
    display: none;
  }
  .site-header__burger {
    display: inline-flex;
    justify-self: end;
  }
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 20px;
  }
  .section-heading,
  .cases__header,
  .about__layout,
  .contact__layout {
    grid-template-columns: 1fr;
  }
  .services__grid,
  .team__grid,
  .metrics__grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .metrics__grid .metric-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .process__row {
    grid-template-columns: 70px 1fr 38px;
    gap: 20px;
  }
  .process__text {
    grid-column: 2;
  }
  .hero__photo {
    object-position: 68% center;
  }
  .case-panel__aside {
    padding: 20px 22px;
  }
  .case-panel__content {
    padding: 28px 22px 36px;
  }
  .case-panel__quote {
    padding-left: 0;
  }
  .case-panel__mark {
    position: static;
    margin-bottom: 12px;
  }
  .testimonials__footer {
    flex-wrap: wrap;
    gap: 16px;
  }
  .testimonials__counter {
    order: 1;
  }
  .testimonials .slider-arrows {
    order: 2;
    margin-left: auto;
  }
  .testimonials .slider-dots {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }
  .faq-item__answer {
    padding-left: 4px;
  }
  .contact__fact {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
  }
  .site-footer__bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
