html {
  scroll-behavior: smooth;
}

:root {
  --ink: #08111a;
  --brand-navy: #0f172a;
  --gold: #efbd53;
  --sky: #58bddb;
  --background: #f7f9fb;
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.10);
  --font-body: "Inter", Arial, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: clamp(1.85rem, 3vw, 2.25rem);
  --text-3xl: clamp(2.15rem, 4vw, 3rem);
  --text-hero: clamp(2.75rem, 5vw, 4rem);
  --leading-body: 1.68;
  --leading-title: 1.12;
  --leading-tight: 1.2;
}

body {
  min-width: 320px;
  letter-spacing: 0;
  background: var(--background);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-body);
}

section {
  scroll-margin-top: 104px;
}

h1,
h2,
h3 {
  text-wrap: balance;
  letter-spacing: 0;
  font-weight: 800;
  line-height: var(--leading-title);
}

.tracking-tighter {
  letter-spacing: 0 !important;
}

[class*="tracking-[-"] {
  letter-spacing: 0 !important;
}

p,
li,
label,
input,
select,
textarea {
  letter-spacing: 0;
}

p,
li {
  line-height: var(--leading-body);
}

h1 {
  font-size: var(--text-hero) !important;
  font-weight: 800 !important;
}

section h2,
#evaluacion h2 {
  font-size: var(--text-2xl) !important;
  font-weight: 800 !important;
  line-height: var(--leading-title) !important;
}

.hero-section h1 {
  font-size: var(--text-hero) !important;
}

article h3,
.comparison-heading h3,
.review-card h4,
.process-step__card h3,
.result-case h4 {
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: var(--leading-tight) !important;
}

.service-card h3,
.comparison-heading h3,
.result-case h4 {
  font-size: var(--text-xl) !important;
}

.hero-section h1 + p,
.results-subtitle,
section h2 + p,
#evaluacion h2 + p {
  font-size: var(--text-md) !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

.service-card p,
.service-card li,
.comparison-list p,
.review-card p,
.result-case p,
.result-case dd,
.process-step__card p,
.faq-panel > p,
footer p {
  font-size: var(--text-base);
  font-weight: 400;
}

.site-header nav > a,
#mobile-menu a {
  font-size: var(--text-sm) !important;
  font-weight: 700 !important;
}

label,
.form-feedback,
.shiny-button {
  font-weight: 700 !important;
}

a,
button,
input,
select,
textarea,
article,
.info-card,
.glass-card,
.faq-trigger {
  transition: all 500ms ease;
}

.text-title {
  color: #474e56;
}

.text-body {
  color: #4e4e4e;
}

.border-line {
  border-color: #dcdddf;
}

.material-symbols-outlined {
  display: inline-block;
  direction: ltr;
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
}

.site-header {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.96);
  box-shadow: none;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 26, 0.98);
  box-shadow: 0 14px 34px rgba(8, 17, 26, 0.24);
}

.site-header nav > a:not(.shiny-button) {
  color: rgba(255, 255, 255, 0.76) !important;
}

.site-header nav > a:not(.shiny-button):hover {
  color: #ffffff !important;
}

.site-header #menu-toggle {
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

.site-header #mobile-menu {
  border-top-color: rgba(255, 255, 255, 0.10) !important;
  background: rgba(8, 17, 26, 0.98) !important;
}

.site-header #mobile-menu a:not(.shiny-button) {
  color: rgba(255, 255, 255, 0.78) !important;
}

.site-header #mobile-menu a:not(.shiny-button):hover {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
}

.brand-logo-link {
  min-height: 2.35rem;
  padding: 0;
  border-radius: 0.5rem;
}

.brand-logo {
  display: block;
  height: 2.35rem;
  width: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.brand-logo-link:hover .brand-logo {
  transform: translateY(-1px);
}

.footer-logo {
  display: block;
  height: 3.75rem;
  width: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.24));
}

.differentials-panel {
  margin-bottom: 0;
}

.differential-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  height: 2.55rem;
  width: 2.55rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.85rem;
  font-family: "Material Symbols Outlined";
  font-size: 1.35rem;
  font-feature-settings: "liga";
  box-shadow: inset 0 0 0 1px rgba(8, 17, 26, 0.05);
}

.differential-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.differential-heading p {
  margin: 0;
}

.strategy-quote {
  position: relative;
  border: 1px solid rgba(88, 189, 219, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  padding: 1.35rem 1.5rem;
  text-align: left;
  box-shadow: 0 18px 42px rgba(8, 17, 26, 0.06);
}

.strategy-quote::before {
  position: absolute;
  left: 1.35rem;
  top: -0.85rem;
  content: "“";
  color: var(--gold);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.strategy-quote blockquote {
  color: #474e56;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.7;
}

.strategy-quote figcaption {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: center;
  color: #4e4e4e;
  font-size: 0.92rem;
}

.strategy-quote figcaption strong {
  color: var(--brand-navy);
  font-weight: 900;
}

.strategy-quote figcaption span {
  color: rgba(78, 78, 78, 0.76);
}

.strategy-quote--dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.strategy-quote--dark blockquote {
  color: rgba(255, 255, 255, 0.88);
}

.strategy-quote--dark figcaption {
  color: rgba(255, 255, 255, 0.68);
}

.strategy-quote--dark figcaption strong {
  color: #ffffff;
}

.strategy-quote--dark figcaption span {
  color: rgba(255, 255, 255, 0.68);
}

.strategy-quote {
  overflow: hidden;
  border: 0;
  border-left: 4px solid var(--gold);
  border-radius: 0;
  background: transparent;
  padding: 1.25rem 2.25rem 1.2rem;
  box-shadow: none;
}

.strategy-quote::before {
  right: 1.35rem;
  left: auto;
  top: 0.9rem;
  content: "\201C";
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  font-weight: 700;
  opacity: 0.22;
}

.strategy-quote blockquote {
  position: relative;
  z-index: 1;
  max-width: 66rem;
  color: #38414b;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 500;
  line-height: 1.82;
}

.strategy-quote figcaption {
  position: relative;
  z-index: 1;
  margin-top: 1.2rem;
  gap: 0.35rem 0.85rem;
  color: rgba(78, 78, 78, 0.72);
  font-size: 0.94rem;
}

.strategy-quote figcaption strong {
  font-weight: 700;
}

.strategy-quote figcaption span {
  color: rgba(78, 78, 78, 0.70);
}

.strategy-quote figcaption span::before {
  display: inline-block;
  margin-right: 0.85rem;
  color: rgba(239, 189, 83, 0.95);
  content: "/";
  font-weight: 800;
}

.strategy-quote--dark {
  border-left-color: var(--sky);
  background: transparent;
  box-shadow: none;
}

.strategy-quote--dark::before {
  color: var(--sky);
}

.strategy-quote--dark blockquote {
  color: rgba(255, 255, 255, 0.86);
}

.strategy-quote--dark figcaption span::before {
  color: rgba(88, 189, 219, 0.95);
}

.section-heading {
  max-width: 48rem;
}

.section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading--wide {
  max-width: 82rem;
}

.section-heading--single-line .section-title,
.section-heading--single-line .section-lead {
  text-wrap: nowrap;
}

.section-heading--single-line .section-lead {
  max-width: none;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-eyebrow span {
  display: none;
}

.section-title {
  margin-top: 1rem;
  font-size: var(--text-2xl) !important;
  font-weight: 800 !important;
  line-height: var(--leading-title) !important;
  letter-spacing: 0;
}

.section-lead {
  margin-top: 1.1rem;
  max-width: 42rem;
  font-size: var(--text-md) !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

.section-heading--center .section-lead {
  margin-left: auto;
  margin-right: auto;
}

.section-heading--light .section-eyebrow {
  color: var(--sky);
}

.section-heading--light .section-title {
  color: var(--title);
}

.section-heading--light .section-lead {
  color: var(--body);
}

.section-heading--dark .section-eyebrow {
  color: var(--gold);
}

.section-heading--dark .section-title {
  color: #ffffff;
}

.section-heading--dark .section-lead {
  color: rgba(255, 255, 255, 0.72);
}

.coverage-section {
  position: relative;
  overflow: hidden;
}

.coverage-section::before {
  position: absolute;
  inset: auto auto -12rem -12rem;
  width: 30rem;
  height: 30rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88, 189, 219, 0.10), transparent 68%);
  content: "";
  pointer-events: none;
}

.coverage-section::after {
  position: absolute;
  inset: -10rem -12rem auto auto;
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(239, 189, 83, 0.10), transparent 68%);
  content: "";
  pointer-events: none;
}

.coverage-strip {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1200px);
  gap: clamp(1.25rem, 3vw, 2rem);
}

.coverage-strip__header {
  margin-inline: auto;
  max-width: 70rem;
  text-align: center;
}

.coverage-strip__header .section-eyebrow {
  color: var(--sky);
}

.coverage-strip__header .section-title {
  color: var(--brand-navy);
  text-wrap: nowrap;
}

.coverage-strip__header .section-lead {
  margin-inline: auto;
  max-width: 45rem;
  color: rgba(78, 78, 78, 0.86);
}

.coverage-sectors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.9rem;
  margin-top: 0;
}

.coverage-sectors span {
  display: inline-grid;
  min-width: 6.8rem;
  min-height: 3.35rem;
  align-items: center;
  justify-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.35rem;
  color: #22324a;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
  transition: color 180ms ease, transform 180ms ease;
}

.coverage-sectors i {
  color: var(--sky);
  font-size: 1.45rem;
  font-style: normal;
}

.coverage-sectors span:hover {
  color: var(--sky);
  transform: translateY(-1px);
}

.coverage-map-stage {
  position: relative;
  display: grid;
  min-height: 22rem;
  place-items: center;
  isolation: isolate;
}

.coverage-map-stage::before {
  position: absolute;
  left: 7%;
  top: 10%;
  z-index: -1;
  width: min(44rem, 62vw);
  height: min(30rem, 48vw);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88, 189, 219, 0.16), rgba(88, 189, 219, 0.07) 36%, transparent 72%);
  content: "";
  filter: blur(18px);
}

.coverage-map-stage::after {
  position: absolute;
  right: 4%;
  bottom: 4%;
  z-index: -1;
  width: min(40rem, 58vw);
  height: min(28rem, 45vw);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(239, 189, 83, 0.16), rgba(239, 189, 83, 0.06) 38%, transparent 74%);
  content: "";
  filter: blur(20px);
}

.coverage-map-stage img {
  width: min(100%, 72rem);
  height: 100%;
  max-height: 23rem;
  object-fit: contain;
  transition: transform 900ms ease;
}

.coverage-map-stage:hover img {
  transform: scale(1.015);
}

.video-story-section {
  position: relative;
  overflow: hidden;
}

.video-story-section::before {
  position: absolute;
  inset: -9rem auto auto -8rem;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88, 189, 219, 0.12), transparent 68%);
  content: "";
  pointer-events: none;
}

.video-story {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1200px);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.video-story__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 72% 18%, rgba(239, 189, 83, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.video-story__frame::before {
  display: block;
  aspect-ratio: 16 / 9;
  content: "";
}

.video-story__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 1rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  text-align: center;
}

.video-story__placeholder > span {
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 2.25rem;
  box-shadow: 0 18px 52px rgba(239, 189, 83, 0.22);
}

.video-story__placeholder strong {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
}

.video-story__placeholder p {
  margin-top: 0.35rem;
  max-width: 24rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.55;
}

@media (min-width: 980px) {
  .video-story {
    grid-template-columns: minmax(0, 0.86fr) minmax(28rem, 1fr);
  }
}

.coverage-floating-card {
  position: absolute;
  display: grid;
  width: min(14rem, 30vw);
  min-height: 5.7rem;
  place-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(8, 17, 26, 0.08);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.9rem 1rem;
  text-align: center;
  box-shadow: 0 18px 42px rgba(8, 17, 26, 0.07);
  backdrop-filter: blur(10px);
  animation: coverage-float 6s ease-in-out infinite;
}

.coverage-floating-card > span,
.coverage-floating-card div span {
  color: var(--sky);
  font-size: 1.8rem;
}

.coverage-floating-card strong,
.coverage-floating-card p {
  color: var(--brand-navy);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.35;
}

.coverage-floating-card--left {
  top: 0.5rem;
  left: 4%;
}

.coverage-floating-card--right {
  top: 2rem;
  right: 4%;
  animation-delay: 1.2s;
}

.coverage-floating-card--metric {
  left: 34%;
  bottom: 0.25rem;
  animation-delay: 0.6s;
}

.coverage-floating-card--metric div {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.coverage-floating-card--metric div strong {
  color: var(--sky);
  font-size: clamp(2.25rem, 5vw, 3rem);
  line-height: 0.95;
}

@keyframes coverage-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 900px) {
  .coverage-strip__header .section-title {
    text-wrap: balance;
  }

  .coverage-map-stage {
    min-height: 0;
    gap: 1rem;
    padding-top: 0.5rem;
  }

  .coverage-map-stage img {
    max-height: 20rem;
  }

  .coverage-floating-card {
    position: relative;
    inset: auto;
    width: min(100%, 22rem);
    min-height: 0;
    justify-self: center;
    animation: none;
  }

  .coverage-map-stage {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .coverage-sectors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0.9rem 0.5rem;
  }

  .coverage-sectors span {
    width: auto;
    min-width: 0;
    min-height: 3.6rem;
    padding: 0.35rem 0.2rem;
    font-size: 0.72rem;
  }

  .coverage-sectors span:last-child {
    grid-column: 2;
  }

  .coverage-sectors i {
    font-size: 1.3rem;
  }

  .coverage-map-stage img {
    max-height: 14rem;
  }
}

.results-slider-wrap {
  position: relative;
}

.results-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.results-section {
  isolation: isolate;
}

.results-title,
.results-subtitle {
  white-space: normal;
}

@media (min-width: 768px) {
  .results-title {
    white-space: nowrap;
  }
}

.results-subtitle {
  max-width: 48rem;
}

.result-case {
  display: grid;
  gap: 1.4rem;
  align-content: start;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 189, 219, 0.12), transparent 35%),
    rgba(255, 255, 255, 0.055);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.2);
}

.result-cases-slider {
  margin-inline: 0;
  padding: 0.25rem 0 1.6rem;
  scroll-padding-inline: 0;
  scrollbar-color: rgba(88, 189, 219, 0.75) transparent;
}

.result-cases-slider .result-case {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.results-section .cases-slider__button {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  height: 2.65rem;
  width: 2.65rem;
  font-size: 1.1rem;
}

.results-section .cases-slider__button:hover {
  border-color: rgba(88, 189, 219, 0.45);
  background: rgba(88, 189, 219, 0.14);
  color: #ffffff;
}

.results-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.result-case__content > div:first-child span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.35rem 0.7rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
}

.result-case h4 {
  margin-top: 1rem;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.1;
}

.result-case p {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.7;
}

.result-case dl {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.9rem;
}

.result-case dt {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-case dd {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.45;
}

.impact-meter {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1rem;
  background: rgba(8, 17, 26, 0.42);
  padding: 1rem;
}

.impact-meter__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 1rem;
}

.impact-meter__top strong {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 900;
}

.impact-meter__top span {
  color: rgba(239, 189, 83, 0.95);
  font-size: 0.78rem;
  font-weight: 900;
}

.meter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 0.75rem;
  margin-top: 0.85rem;
}

.meter-row span,
.meter-row b {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 800;
}

.meter-row b {
  color: var(--gold);
  font-weight: 950;
}

.meter-row i {
  grid-column: 1 / -1;
  position: relative;
  display: block;
  height: 0.42rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.meter-row i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sky), var(--gold));
  content: "";
}

@media (min-width: 900px) {
  .result-cases-slider .result-case {
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
    align-items: stretch;
  }

  .result-cases-slider .impact-meter {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.review-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.065);
  padding: 1.5rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.review-card div span:last-child {
  border: 1px solid rgba(88, 189, 219, 0.25);
  border-radius: 999px;
  background: rgba(88, 189, 219, 0.10);
  padding: 0.35rem 0.65rem;
  color: var(--sky);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-card p {
  margin-top: 1.35rem;
  flex: 1;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.7;
}

.review-card h4 {
  margin-top: 1.25rem;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
}

.review-card a {
  margin-top: 1rem;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 900;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.review-card a:hover {
  border-color: rgba(88, 189, 219, 0.45);
  background: rgba(88, 189, 219, 0.10);
  color: #ffffff;
}

@media (max-width: 767px) {
  .reviews-wrap {
    margin-inline: -1rem;
    overflow: hidden;
    padding-inline: 1rem;
  }

  .reviews-slider {
    display: flex !important;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    padding: 0.25rem 0.15rem 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(239, 189, 83, 0.7) transparent;
  }

  .reviews-slider::-webkit-scrollbar {
    height: 0.45rem;
  }

  .reviews-slider::-webkit-scrollbar-track {
    background: transparent;
  }

  .reviews-slider::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(239, 189, 83, 0.7);
  }

  .reviews-slider .review-card {
    flex: 0 0 min(88vw, 25rem);
    scroll-snap-align: start;
  }
}

.client-logo-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.client-logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 3.25rem;
  animation: logo-marquee 58s linear infinite;
  will-change: transform;
}

.client-logo-marquee:hover .client-logo-track {
  animation-play-state: paused;
}

.client-logo-card {
  display: inline-flex;
  height: 5.75rem;
  width: 13rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

.client-logo-card img {
  display: block;
  max-height: 5rem;
  max-width: 100%;
  object-fit: contain;
}

.client-logo-card span {
  display: none;
  color: rgba(8, 17, 26, 0.66);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.client-logo-card.is-missing span {
  display: block;
}

.client-logo-card.is-missing img {
  display: none;
}

.comparison-panel {
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 22px 60px rgba(8, 17, 26, 0.08);
}

.comparison-panel--light {
  border: 1px solid rgba(220, 221, 223, 0.95);
  background: linear-gradient(135deg, #ffffff, rgba(247, 249, 251, 0.92));
  color: var(--ink);
}

.comparison-panel--dark {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(88, 189, 219, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 189, 219, 0.16), transparent 30%),
    linear-gradient(135deg, var(--brand-navy), #08111a);
  color: #ffffff;
}

.comparison-panel--dark::after {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  height: 10rem;
  width: 10rem;
  border-radius: 999px;
  background: rgba(239, 189, 83, 0.10);
  content: "";
}

.comparison-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.comparison-heading h3 {
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.15;
  color: inherit;
}

.comparison-icon {
  display: inline-grid;
  height: 2rem;
  width: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  font-family: "Material Symbols Outlined";
  font-size: 1.25rem;
  font-feature-settings: "liga";
  font-weight: 900;
}

.comparison-icon--bad {
  border: 2px solid rgba(88, 189, 219, 0.55);
  color: #117792;
}

.comparison-icon--good {
  background: var(--gold);
  color: var(--brand-navy);
}

.comparison-list {
  margin-top: 1.35rem;
  display: grid;
  gap: 1.15rem;
}

.comparison-list li {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.comparison-list .material-symbols-outlined {
  margin-top: 0.1rem;
  font-size: 1.35rem;
}

.comparison-panel--light .comparison-list .material-symbols-outlined {
  color: rgba(17, 119, 146, 0.9);
}

.comparison-panel--dark .comparison-list .material-symbols-outlined {
  color: var(--gold);
}

.comparison-list strong {
  display: block;
  color: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.comparison-panel--light .comparison-list strong {
  color: var(--brand-navy);
}

.comparison-panel--dark .comparison-list strong {
  color: #ffffff;
}

.comparison-list p {
  margin-top: 0.1rem;
  color: currentColor;
  font-size: 0.98rem;
  line-height: 1.35;
  opacity: 0.78;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .hero-section .hero-eyebrow {
    padding-block: 0.55rem;
  }

  .hero-section h1 {
    line-height: 1.06 !important;
  }

  .hero-section .hero-panel h2:not(.hero-form-title) {
    max-width: 26rem;
    font-size: 1.85rem;
    line-height: 1.14;
  }

  .hero-section .hero-panel form {
    margin-top: 1.25rem !important;
  }

  .hero-section .hero-panel label {
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    font-weight: 800;
  }

  .hero-section .hero-panel .space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.8rem;
  }

  .hero-section .hero-panel .form-input {
    min-height: 2.9rem;
    padding-inline: 1rem;
    font-size: 0.95rem;
  }

  .hero-section .hero-panel button[type="submit"] {
    min-height: 3rem;
    font-size: 0.95rem;
  }
}

.glass-card {
  border: 1px solid var(--glass-border) !important;
  background: var(--glass) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.glass-card:hover {
  border-color: rgba(239, 189, 83, 0.30) !important;
  box-shadow: 0 28px 90px rgba(239, 189, 83, 0.10);
  transform: translateY(-0.5rem);
}

.service-card {
  min-height: 100%;
  border: 1px solid transparent;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(8, 17, 26, 0.04);
}

.service-card:hover,
.info-card:hover,
article:not(.faq-item):hover {
  border-color: rgba(88, 189, 219, 0.20) !important;
  box-shadow: 0 20px 40px rgba(8, 17, 26, 0.08);
  transform: translateY(-0.25rem);
}

.service-card--dark {
  background: var(--brand-navy);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.12);
}

.service-card--dark:hover {
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.20);
}

.service-orb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  height: 8rem;
  width: 8rem;
  border-bottom-left-radius: 4rem;
  transition: transform 500ms ease;
}

.service-card:hover .service-orb {
  transform: scale(1.1);
}

.service-card > *:not(.service-orb) {
  position: relative;
  z-index: 1;
}

.service-icon {
  display: inline-grid;
  height: 3rem;
  width: 3rem;
  place-items: center;
  border: 2px solid rgba(88, 189, 219, 0.16);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(8, 17, 26, 0.08);
}

.service-card--dark .service-icon {
  border-color: rgba(88, 189, 219, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.shiny-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(239, 189, 83, 0.22);
}

.hero-panel .form-input,
.hero-panel .form-textarea {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
}

.hero-form-title {
  max-width: 18rem;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.15rem) !important;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-panel .form-input::placeholder,
.hero-panel .form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.hero-panel .form-input option {
  background: var(--brand-navy);
  color: #ffffff;
}

.hero-panel .form-input:focus,
.hero-panel .form-textarea:focus {
  border-color: rgba(239, 189, 83, 0.70);
  box-shadow: 0 0 0 4px rgba(239, 189, 83, 0.14);
}

.shiny-button::before {
  position: absolute;
  inset: -40% auto -40% -70%;
  z-index: -1;
  width: 42%;
  content: "";
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  transition: left 700ms ease;
}

.shiny-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(239, 189, 83, 0.34);
}

.shiny-button:hover::before {
  left: 130%;
}

section > div > div > p:first-child,
article p:first-child,
.info-card__number {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-bar,
.menu-bar::before,
.menu-bar::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 180ms ease, opacity 180ms ease;
  content: "";
}

.menu-bar {
  position: relative;
}

.menu-bar::before {
  position: absolute;
  top: -6px;
}

.menu-bar::after {
  position: absolute;
  top: 6px;
}

.menu-open .menu-bar {
  background: transparent;
}

.menu-open .menu-bar::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-bar::after {
  transform: translateY(-6px) rotate(-45deg);
}

.form-input,
.form-textarea {
  width: 100%;
  border: 1px solid #dcdddf;
  border-radius: 1rem;
  background: #ffffff;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.5;
  transition: all 500ms ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #8b9299;
}

.form-input option {
  background: #ffffff;
  color: #4e4e4e;
}

.form-input {
  min-height: 56px;
  padding: 0 18px;
}

.form-textarea {
  min-height: 160px;
  resize: vertical;
  padding: 16px 18px;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: rgba(239, 189, 83, 0.42);
  box-shadow: 0 0 0 4px rgba(239, 189, 83, 0.14);
}

.form-input.is-invalid,
.form-textarea.is-invalid {
  border-color: #d25555;
  background: rgba(210, 85, 85, 0.10);
  box-shadow: 0 0 0 4px rgba(210, 85, 85, 0.12);
}

.evaluation-team-photo {
  margin-top: 2rem;
}

.evaluation-team-photo__placeholder {
  display: grid;
  min-height: 17rem;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(8, 17, 26, 0.08);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, transparent 36%, rgba(8, 17, 26, 0.78)),
    radial-gradient(circle at 38% 24%, rgba(255, 255, 255, 0.34), transparent 18%),
    linear-gradient(135deg, rgba(88, 189, 219, 0.20), rgba(239, 189, 83, 0.10) 52%, rgba(8, 17, 26, 0.80));
  padding: 1.3rem;
  color: #ffffff;
  box-shadow: 0 22px 58px rgba(8, 17, 26, 0.10);
}

.evaluation-team-photo__placeholder > span {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
  font-size: 1.65rem;
}

.evaluation-team-photo__placeholder strong {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.15;
}

.evaluation-team-photo__placeholder p {
  margin-top: 0.45rem;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.55;
}

.info-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  border-radius: 1.75rem;
  padding: 2rem 1.5rem;
}

.info-card__number {
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 900;
  color: #efbd53;
}

.info-card__title {
  margin-top: 1rem;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 900;
  color: #474e56;
}

.info-card__body {
  margin-top: 0.9rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #4e4e4e;
}

.system-grid {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

.process-flow {
  position: relative;
  display: grid;
  gap: 0.9rem;
  padding: 0;
}

.process-flow::before {
  position: absolute;
  left: 1.35rem;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(88, 189, 219, 0.35), rgba(239, 189, 83, 0.48), rgba(88, 189, 219, 0.35), transparent);
  content: "";
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 3.15rem minmax(0, 1fr);
  align-items: start;
  min-width: 0;
}

.process-step__card {
  position: relative;
  z-index: 1;
  grid-column: 2;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 17, 26, 0.08);
  border-radius: 1rem;
  background: #ffffff;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 18px 46px rgba(8, 17, 26, 0.08);
}

.process-step__card::after {
  position: absolute;
  top: -35%;
  right: -16%;
  z-index: -1;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88, 189, 219, 0.11), rgba(88, 189, 219, 0.045) 42%, transparent 72%);
  content: "";
  filter: blur(8px);
  pointer-events: none;
}

.process-step:nth-child(even) .process-step__number {
  border-color: rgba(88, 189, 219, 0.72);
  color: #8ee5ff;
  box-shadow: 0 0 0 5px rgba(88, 189, 219, 0.10), 0 0 26px rgba(88, 189, 219, 0.28);
}

.process-step__number {
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  height: 2.7rem;
  width: 2.7rem;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(239, 189, 83, 0.72);
  border-radius: 999px;
  background: #ffffff;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(239, 189, 83, 0.09), 0 0 26px rgba(239, 189, 83, 0.25);
}

.process-step__card h3 {
  color: var(--brand-navy);
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.2;
}

.process-step__card p {
  margin-top: 0.55rem;
  color: rgba(78, 78, 78, 0.82);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.55;
}

.system-report {
  position: relative;
  display: grid;
  align-items: stretch;
  justify-items: center;
  min-width: 0;
  overflow: visible;
}

.system-report::before {
  content: none;
}

.system-report img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 30rem);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 0;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 22px 42px rgba(8, 17, 26, 0.12));
  box-shadow: none;
}

.system-quote {
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .system-grid {
    grid-template-columns: minmax(21rem, 0.96fr) minmax(20rem, 0.82fr);
    gap: clamp(2rem, 4vw, 3.25rem);
    align-items: stretch;
  }

  .system-report {
    align-self: stretch;
    align-items: stretch;
  }

  .system-report img {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    max-height: 36.5rem;
    object-fit: contain;
  }
}

.check-badge,
.x-badge {
  display: inline-grid;
  height: 1.75rem;
  width: 1.75rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
}

.check-badge {
  background: rgba(88, 189, 219, 0.18);
  color: #117792;
}

.about-team-section {
  position: relative;
  overflow: hidden;
}

.about-team-section::before {
  position: absolute;
  inset: -10rem auto auto -8rem;
  width: 30rem;
  height: 30rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88, 189, 219, 0.12), transparent 68%);
  content: "";
  pointer-events: none;
}

.about-team-section::after {
  position: absolute;
  right: -12rem;
  bottom: -13rem;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(239, 189, 83, 0.11), transparent 68%);
  content: "";
  pointer-events: none;
}

.about-team {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 2rem), 1200px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about-team__copy .section-eyebrow {
  color: var(--gold);
}

.about-team__copy .section-title {
  max-width: 38rem;
  color: #ffffff;
}

.about-team__copy .section-lead {
  max-width: 41rem;
  color: rgba(255, 255, 255, 0.74);
}

.about-team__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.about-team__notes span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.55rem 0.85rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 850;
}

.team-cards {
  display: grid;
  gap: 1rem;
}

.team-card {
  display: grid;
  gap: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  padding: 0.95rem;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.20);
}

.team-card__photo {
  position: relative;
  display: grid;
  min-height: 12.5rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.8rem;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(88, 189, 219, 0.20), rgba(255, 255, 255, 0.045) 48%, rgba(8, 17, 26, 0.82));
  padding: 0.9rem;
}

.team-card__photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(8, 17, 26, 0.48));
  content: "";
}

.team-card__photo--sky {
  background:
    radial-gradient(circle at 50% 34%, rgba(88, 189, 219, 0.34), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(88, 189, 219, 0.22), rgba(8, 17, 26, 0.82));
}

.team-card__photo--gold {
  background:
    radial-gradient(circle at 50% 34%, rgba(239, 189, 83, 0.32), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(239, 189, 83, 0.18), rgba(8, 17, 26, 0.82));
}

.team-card__photo span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  height: 4.4rem;
  width: 4.4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.team-card > div:last-child {
  padding-inline: 0.15rem;
}

.team-card h3 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.15;
}

.team-card p {
  margin-top: 0.25rem;
  color: rgba(239, 189, 83, 0.92);
  font-size: 0.84rem;
  font-weight: 800;
}

.marketing-history-section {
  position: relative;
  overflow: hidden;
}

.marketing-history-section::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(88, 189, 219, 0.06), transparent 34%);
  content: "";
  pointer-events: none;
}

.history-video-row {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.history-video-card {
  overflow: hidden;
  border: 1px solid rgba(8, 17, 26, 0.08);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(8, 17, 26, 0.09);
}

.history-video-card__media {
  position: relative;
  display: grid;
  height: clamp(23rem, 48vh, 31rem);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, rgba(88, 189, 219, 0.18), transparent 28%),
    linear-gradient(145deg, #1f1c19, #0f0f0e);
}

.history-video-card__media video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-video-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.34));
  content: "";
  pointer-events: none;
}

.history-video-card__media--video::after {
  display: none;
}

.history-video-card__media > span {
  position: relative;
  z-index: 3;
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 2rem;
  backdrop-filter: blur(10px);
}

.history-video-card__body {
  padding: 1rem 1.15rem 1.15rem;
}

.history-video-card__body p {
  color: #a12c23;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.35;
  text-transform: uppercase;
}

.history-video-card__body h3 {
  margin-top: 0.42rem;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.12;
}

.history-video-card__body span {
  display: block;
  margin-top: 0.42rem;
  color: rgba(78, 78, 78, 0.76);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
}

.history-video-card--soon .history-video-card__media {
  background:
    radial-gradient(circle at 50% 34%, rgba(239, 189, 83, 0.18), transparent 28%),
    linear-gradient(145deg, #24211b, #11100e);
}

@media (min-width: 860px) {
  .history-video-row {
    grid-template-columns: repeat(3, minmax(0, 18.75rem));
    justify-content: center;
  }
}

@media (min-width: 900px) {
  .about-team {
    grid-template-columns: minmax(0, 0.86fr) minmax(32rem, 1.14fr);
  }

  .team-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
  }

  .team-card:nth-child(2) {
    transform: translateY(-1.2rem);
  }

}

@media (max-width: 767px) {
  .system-report {
    display: none;
  }

  .marketing-history-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .history-video-row {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    margin: 2rem -1rem 0;
    padding: 0.25rem 1rem 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(239, 189, 83, 0.7) transparent;
  }

  .history-video-row::-webkit-scrollbar {
    height: 0.45rem;
  }

  .history-video-row::-webkit-scrollbar-track {
    background: transparent;
  }

  .history-video-row::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(239, 189, 83, 0.7);
  }

  .history-video-card {
    flex: 0 0 min(78vw, 20rem);
    scroll-snap-align: start;
  }

  .history-video-card__media {
    height: auto;
    aspect-ratio: 9 / 16;
  }

  .history-video-card__body {
    padding: 1.05rem 1rem 1.15rem;
  }

  .history-video-card__body h3 {
    font-size: 1.25rem;
  }

  .section-heading--single-line .section-title {
    text-wrap: balance;
  }

  .section-heading--single-line .section-lead {
    text-wrap: balance;
  }

  .team-cards {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    margin-inline: -1rem;
    padding: 0.25rem 1rem 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(239, 189, 83, 0.7) transparent;
  }

  .team-cards::-webkit-scrollbar {
    height: 0.45rem;
  }

  .team-cards::-webkit-scrollbar-track {
    background: transparent;
  }

  .team-cards::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(239, 189, 83, 0.7);
  }

  .team-card {
    flex: 0 0 min(82vw, 20rem);
    gap: 0.75rem;
    padding: 0.7rem;
    scroll-snap-align: start;
  }

  .team-card__photo {
    min-height: 8rem;
    border-radius: 0.75rem;
    padding: 0.75rem;
  }

  .team-card__photo span {
    height: 3.4rem;
    width: 3.4rem;
    font-size: 0.78rem;
  }

  .team-card h3 {
    font-size: 0.98rem;
  }

  .team-card p {
    font-size: 0.78rem;
  }
}

.cases-slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(239, 189, 83, 0.7) transparent;
  padding: 0.25rem 0.25rem 1.5rem;
}

.cases-slider::-webkit-scrollbar {
  height: 0.65rem;
}

.cases-slider::-webkit-scrollbar-track {
  background: transparent;
}

.cases-slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(239, 189, 83, 0.7);
}

.cases-slider__item {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

@media (min-width: 900px) {
  .cases-slider__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: 2rem;
    align-items: start;
  }

  .cases-slider__item > p,
  .cases-slider__item > h3 {
    grid-column: 1 / -1;
  }

  .cases-slider__item > div {
    margin-top: 0;
  }
}

.cases-slider__button {
  display: inline-grid;
  height: 3rem;
  width: 3rem;
  place-items: center;
  border: 1px solid #dcdddf;
  border-radius: 999px;
  background: #ffffff;
  color: #08111a;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(8, 17, 26, 0.08);
}

.cases-slider__button:hover {
  border-color: rgba(239, 189, 83, 0.55);
  background: rgba(239, 189, 83, 0.12);
  color: #9a6b10;
  transform: translateY(-2px);
}

.cases-slider__button:focus-visible {
  outline: 3px solid rgba(88, 189, 219, 0.35);
  outline-offset: 3px;
}

.x-badge {
  background: rgba(239, 189, 83, 0.24);
  color: #9a6b10;
}

.faq-item {
  border-top: 1px solid #dcdddf;
}

.faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 0;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 800;
  color: #474e56;
  letter-spacing: 0;
}

.faq-icon {
  flex: 0 0 auto;
  font-size: 1.8rem;
  line-height: 1;
  color: #58bddb;
  transition: transform 160ms ease;
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}

.faq-panel > p {
  overflow: hidden;
  padding-right: 2.5rem;
  color: #4e4e4e;
  line-height: 1.9;
}

.faq-item.is-open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-panel > p {
  padding-bottom: 1.25rem;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.form-feedback.is-error {
  border-color: rgba(210, 85, 85, 0.26);
  background: rgba(210, 85, 85, 0.10);
  color: #ffc3c3;
}

.form-feedback.is-success {
  border-color: rgba(30, 142, 90, 0.22);
  background: rgba(30, 142, 90, 0.12);
  color: #7ee2ac;
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  a,
  button,
  h1,
  h2,
  h3,
  p,
  li,
  span {
    overflow-wrap: anywhere;
  }

  section {
    scroll-margin-top: 88px;
  }

  .site-header {
    inset-inline: 0 !important;
    top: 0 !important;
    border-radius: 0 !important;
  }

  .site-header > div:first-child {
    padding: 0.55rem 0.95rem !important;
  }

  .brand-logo-link {
    min-height: 2.35rem;
    padding: 0;
  }

  .brand-logo {
    height: 2.05rem;
  }

  #mobile-menu {
    max-height: calc(100vh - 5.5rem);
    overflow-y: auto;
    padding: 0.65rem 0.75rem 0.85rem !important;
  }

  #mobile-menu nav {
    gap: 0.15rem !important;
  }

  #mobile-menu a {
    min-height: 2.75rem;
    padding-block: 0.7rem !important;
  }

  main > section:first-of-type {
    padding-top: 6.75rem !important;
    padding-bottom: 5.75rem !important;
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }

  main > section:first-of-type > div:last-child {
    gap: 2rem !important;
  }

  main > section:first-of-type h1 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 12vw, 3.35rem) !important;
    line-height: 1.04 !important;
  }

  main > section:first-of-type h1 span {
    display: inline;
  }

  main > section:first-of-type h1 + p,
  section p.text-lg,
  section .text-lg {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  main > section:first-of-type .pt-8 {
    padding-top: 0 !important;
  }

  .hero-eyebrow {
    max-width: 100%;
    white-space: normal;
    align-items: flex-start;
    font-size: 0.68rem !important;
    line-height: 1.45 !important;
    letter-spacing: 0.14em !important;
  }

  main > section:first-of-type .mt-8.flex {
    margin-top: 1.5rem !important;
  }

  main > section:first-of-type .mt-8.flex a,
  main > section:first-of-type button[type="submit"],
  section a.shiny-button {
    width: 100%;
    min-height: 3rem !important;
    padding-inline: 1rem !important;
    text-align: center;
  }

  .hero-panel {
    border-radius: 1.35rem !important;
    padding: 1.15rem !important;
    box-shadow: 0 18px 42px rgba(8, 17, 26, 0.24) !important;
  }

  .hero-panel h2:not(.hero-form-title) {
    font-size: 1.65rem !important;
    line-height: 1.14 !important;
  }

  .hero-panel form {
    margin-top: 1.35rem !important;
  }

  .form-input {
    min-height: 3.15rem;
    padding-inline: 0.95rem;
  }

  .form-textarea {
    min-height: 8.5rem;
    padding: 0.9rem 0.95rem;
  }

  .differentials-strip {
    margin-top: -2.75rem !important;
  }

  .differentials-panel {
    border-radius: 1.35rem !important;
  }

  .client-logos-section {
    padding-top: 2.25rem !important;
  }

  .client-logo-marquee {
    margin-inline: -1rem;
    padding-inline: 1rem;
    padding-bottom: 0.6rem;
  }

  .client-logo-track {
    gap: 2rem;
    animation-duration: 46s;
  }

  .client-logo-card {
    height: 4.8rem;
    width: 10.5rem;
  }

  .client-logo-card img {
    max-height: 4.1rem;
  }

  section[class*="py-24"],
  section[class*="py-20"],
  section[class*="py-16"] {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  #servicios,
  #casos-reales {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  section h2,
  #evaluacion h2 {
    font-size: clamp(2rem, 9vw, 2.6rem) !important;
    line-height: 1.12 !important;
  }

  .results-title,
  .results-subtitle {
    white-space: normal;
  }

  .process-flow {
    max-width: none;
    gap: 1rem;
    padding-left: 0;
  }

  .coverage-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .process-flow::before {
    left: 1.5rem;
    top: 0.75rem;
    bottom: 0.75rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(88, 189, 219, 0.2), rgba(239, 189, 83, 0.42), rgba(88, 189, 219, 0.2));
    transform: none;
  }

  .process-step {
    grid-template-columns: 3rem minmax(0, 1fr);
    align-items: start;
  }

  .process-step__card {
    grid-column: 2 !important;
    justify-self: stretch !important;
    min-height: auto;
    max-width: none;
    padding: 1rem 1.05rem;
    text-align: left !important;
  }

  .process-step__number {
    grid-column: 1;
    justify-self: start;
    height: 2.1rem;
    width: 2.1rem;
    margin-top: 0.35rem;
    font-size: 0.72rem;
  }

  .process-step__card h3 {
    font-size: 1.05rem;
  }

  .service-card,
  .result-case,
  .review-card,
  .cases-slider__item,
  article.rounded-\[28px\],
  div.rounded-\[28px\],
  .info-card,
  #evaluacion .rounded-\[30px\] {
    border-radius: 1.25rem !important;
  }

  .service-card,
  .result-case,
  .review-card,
  .cases-slider__item,
  article.rounded-\[28px\],
  div.rounded-\[28px\],
  #evaluacion .rounded-\[30px\] {
    padding: 1.15rem !important;
  }

  .service-card h3,
  .result-case h4,
  .cases-slider__item h3 {
    font-size: 1.45rem !important;
    line-height: 1.16 !important;
  }

  .service-card p,
  .service-card li,
  .result-case p,
  .result-case dd,
  .review-card p,
  .cases-slider__item p,
  .cases-slider__item li,
  .faq-panel > p {
    line-height: 1.65 !important;
  }

  .service-icon {
    height: 2.65rem;
    width: 2.65rem;
  }

  section > div > div > p:first-child,
  article p:first-child,
  .info-card__number {
    letter-spacing: 0.14em;
  }

  .cases-slider {
    gap: 1rem;
    margin-inline: -1rem;
    padding-inline: 1rem;
    scroll-padding-inline: 1rem;
  }

  .cases-slider__item {
    flex-basis: calc(100vw - 2rem);
  }

  .cases-slider__button {
    height: 2.75rem;
    width: 2.75rem;
    font-size: 1.05rem;
  }

  #como-trabajamos li,
  #para-quien li,
  #evaluacion .rounded-2xl,
  .faq-trigger {
    gap: 0.75rem !important;
  }

  .info-card {
    min-height: auto;
    padding: 1.35rem !important;
  }

  .info-card__number {
    font-size: 2.15rem;
  }

  .faq-trigger {
    padding-block: 1rem;
    font-size: 1rem;
  }

  .faq-panel > p {
    padding-right: 0;
  }

  #evaluacion > div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #evaluacion textarea {
    min-height: 9rem;
  }

  footer {
    padding-bottom: 2rem !important;
  }

  .footer-logo {
    height: 3rem !important;
  }
}

@media (max-width: 420px) {
  main > section:first-of-type {
    padding-top: 6.35rem !important;
  }

  main > section:first-of-type h1 {
    max-width: 10ch;
    font-size: clamp(2.15rem, 11vw, 2.8rem) !important;
  }

  section h2,
  #evaluacion h2 {
    font-size: clamp(1.8rem, 8.5vw, 2.25rem) !important;
  }

  .check-badge,
  .x-badge {
    height: 1.45rem;
    width: 1.45rem;
    font-size: 0.85rem;
  }
}

@media (hover: none) {
  .glass-card:hover,
  .service-card:hover,
  .info-card:hover,
  article:not(.faq-item):hover,
  .shiny-button:hover,
  .cases-slider__button:hover {
    transform: none;
  }
}
