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.1);
  --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;
}

section {
  scroll-margin-top: 104px;
}

h1,
h2,
h3 {
  text-wrap: balance;
  letter-spacing: 0;
}

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

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

article h3,
.comparison-heading h3,
.review-card h4,
.process-step__card h3,
.result-case h4 {
  letter-spacing: 0;
}

.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;
}

a,
button,
input,
select,
textarea,
article,
.info-card,
.glass-card,
.faq-trigger {
  transition: all 500ms ease;
}

.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.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 17, 26, 0.98);
  box-shadow: 0 14px 34px rgba(8, 17, 26, 0.24);
}

.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.7);
}

.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);
  font-weight: 800;
  line-height: var(--leading-title);
  letter-spacing: 0;
}

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

.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.1), 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.1), transparent 68%);
  content: "";
  pointer-events: none;
}

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

.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: 0;
  place-items: center;
  isolation: isolate;
  margin-top: 0;
}

.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: auto;
  max-height: 17rem;
  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__frame--youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.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);
  }
}

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

  .coverage-map-stage {
    min-height: 0;
    padding-top: 0;
  }

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

@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: 10.5rem;
  }
}

.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);
}

.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.1);
  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.1);
  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.1);
  color: #ffffff;
}

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

.reviews-slider-controls .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);
}

.reviews-slider-controls .cases-slider__button:hover {
  border-color: rgba(88, 189, 219, 0.45);
  background: rgba(88, 189, 219, 0.14);
  color: #ffffff;
}

@media (min-width: 1024px) {
  .reviews-slider-controls {
    display: none;
  }
}

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

  .reviews-slider {
    display: flex;
    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 {
  --client-logo-gap: 2.1125rem;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
  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: 7.5rem;
  width: 16.9rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

.client-logo-card img {
  display: block;
  max-height: 6.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;
}

.method-comparison-grid {
  display: grid;
  gap: 1.25rem;
}

.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.1);
  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;
}

.shorts-feature-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 30rem;
}

.shorts-feature-card__media {
  position: relative;
  overflow: hidden;
  width: min(100%, 24rem);
  aspect-ratio: 9 / 16;
  justify-self: center;
  border: 1px solid rgba(8, 17, 26, 0.08);
  border-radius: 1.35rem;
  background:
    radial-gradient(
      circle at 50% 25%,
      rgba(88, 189, 219, 0.18),
      transparent 34%
    ),
    linear-gradient(145deg, #08111a, #111e27);
  box-shadow: 0 26px 70px rgba(8, 17, 26, 0.14);
}

.shorts-feature-card__media iframe,
.system-report--video iframe,
.history-video-card__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1024px) {
  .method-comparison-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .comparison-panel {
    min-height: 30rem;
  }

  .shorts-feature-card__media {
    width: min(100%, 24rem);
    height: min(100%, 36.5rem);
    max-height: 36.5rem;
  }

  .comparison-panel {
    padding: 1.75rem;
  }

  .comparison-heading h3 {
    font-size: 1.45rem;
  }

  .comparison-list {
    gap: 0.9rem;
  }

  .comparison-list strong {
    font-size: 0.98rem;
  }

  .comparison-list p {
    font-size: 0.88rem;
  }
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--client-logo-gap) / 2)));
  }
}

@media (min-width: 1024px) {
  .hero-section .hero-eyebrow {
    padding-block: 0.55rem;
  }

  .hero-section h1 {
    line-height: 1.06;
  }

  .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;
  }

  .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);
  background: var(--glass);
  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.3);
  box-shadow: 0 28px 90px rgba(239, 189, 83, 0.1);
  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.2);
  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.2);
}

.service-card h3 {
  margin-top: 0;
}

.service-slider-arrow {
  display: none;
}

.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;
}

.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);
  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.7);
  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%;
}

.whatsapp-cta-button {
  display: inline-flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  background: #25d366;
  padding: 0.9rem 1.35rem;
  color: #062515;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.22);
}

.whatsapp-cta-button:hover {
  background: #20bd5a;
  transform: translateY(-2px);
}

.whatsapp-cta-button span {
  font-size: 1.25rem;
}

.whatsapp-icon {
  width: 1.3rem;
  height: 1.3rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.section-whatsapp-cta {
  display: flex;
  justify-content: center;
}

.section-whatsapp-cta--cloud {
  background: var(--background);
  padding: 0 1rem 3.25rem;
}

#para-quien .whatsapp-cta-button {
  border: 1px solid rgba(8, 17, 26, 0.12);
  background: var(--ink);
  color: #ffffff;
  box-shadow:
    0 16px 38px rgba(8, 17, 26, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#para-quien .whatsapp-cta-button:hover {
  background: #122232;
  box-shadow:
    0 20px 48px rgba(8, 17, 26, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

#para-quien .whatsapp-cta-button .whatsapp-icon {
  color: var(--gold);
}

.cta-whatsapp-button {
  border: 1px solid rgba(8, 17, 26, 0.12);
  background: var(--ink);
  color: #ffffff;
  box-shadow:
    0 16px 38px rgba(8, 17, 26, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cta-whatsapp-button:hover {
  background: #122232;
  box-shadow:
    0 20px 48px rgba(8, 17, 26, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.cta-whatsapp-button .whatsapp-icon {
  color: var(--gold);
}

.video-story-section .cta-whatsapp-button {
  border-color: rgba(239, 189, 83, 0.5);
  background: var(--gold);
  color: var(--brand-navy);
  box-shadow:
    0 18px 44px rgba(239, 189, 83, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.video-story-section .cta-whatsapp-button:hover {
  background: #f7cb4e;
  box-shadow:
    0 22px 54px rgba(239, 189, 83, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.video-story-section .cta-whatsapp-button .whatsapp-icon {
  color: #062515;
}

.whatsapp-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 80;
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: #25d366;
  padding: 0.85rem 1rem;
  color: #062515;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 18px 48px rgba(8, 17, 26, 0.22),
    0 8px 28px rgba(37, 211, 102, 0.28);
}

.whatsapp-float:hover {
  background: #20bd5a;
  transform: translateY(-2px);
}

.whatsapp-float .whatsapp-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.whatsapp-float:focus-visible,
.whatsapp-cta-button:focus-visible {
  outline: 3px solid rgba(88, 189, 219, 0.75);
  outline-offset: 3px;
}

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.1);
  box-shadow: 0 0 0 4px rgba(210, 85, 85, 0.12);
}

.evaluation-team-photo {
  margin-top: 2rem;
  width: min(100%, 34rem);
  overflow: hidden;
  border: 1px solid rgba(8, 17, 26, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 22px 58px rgba(8, 17, 26, 0.1);
}

.evaluation-team-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.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.1),
    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-report--video {
  align-self: center;
}

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

.system-report--video {
  position: relative;
  width: min(100%, 24rem);
  aspect-ratio: 9 / 16;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(8, 17, 26, 0.08);
  border-radius: 1.35rem;
  background:
    radial-gradient(
      circle at 50% 22%,
      rgba(88, 189, 219, 0.16),
      transparent 32%
    ),
    linear-gradient(145deg, #08111a, #162332);
  box-shadow: 0 26px 70px rgba(8, 17, 26, 0.14);
}

.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;
  }

  .system-report--video {
    height: min(100%, 36.5rem);
    max-height: 36.5rem;
  }
}

.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;
  padding-bottom: 0;
  overflow-x: hidden;
  overflow-y: 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;
  overflow: visible;
}

.team-cards-wrap {
  position: relative;
  min-width: 0;
}

.team-slider-controls {
  display: none;
}

.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.2);
}

.team-card__photo {
  position: relative;
  display: grid;
  min-height: 25rem;
  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.2),
      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__photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 23.75rem;
  object-fit: cover;
  object-position: center top;
  border-radius: 0.65rem;
  filter: saturate(1.02) contrast(1.02);
}

.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;
}

.team-card__quote {
  display: none;
}

.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 iframe {
  z-index: 1;
}

.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.1);
  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);
}

.trust-video-section {
  background:
    radial-gradient(
      circle at 14% 12%,
      rgba(88, 189, 219, 0.09),
      transparent 26%
    ),
    radial-gradient(
      circle at 86% 20%,
      rgba(239, 189, 83, 0.1),
      transparent 24%
    ),
    #ffffff;
}

.trust-video-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  justify-content: center;
}

.trust-video-copy {
  max-width: 35rem;
  justify-self: end;
}

.trust-video-copy .section-eyebrow {
  color: var(--sky);
}

.trust-video-copy .section-title {
  margin-top: 0.6rem;
  color: var(--title);
}

.trust-video-copy > p {
  margin-top: 1rem;
  color: rgba(78, 78, 78, 0.82);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.75;
}

.trust-video-copy ul {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.trust-video-copy li {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  color: var(--brand-navy);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
}

.trust-video-copy li span {
  color: var(--goldDeep);
  font-size: 1.25rem;
}

.trust-video-card {
  width: min(100%, 24rem);
  justify-self: start;
  border: 0;
  border-radius: 1.35rem;
  background: transparent;
  box-shadow: none;
}

.trust-video-card .history-video-card__media {
  width: min(100%, 24rem);
  aspect-ratio: 9 / 16;
  height: auto;
  border-radius: 1.35rem;
  box-shadow: 0 26px 70px rgba(8, 17, 26, 0.14);
}

@media (min-width: 900px) {
  .trust-video-layout {
    grid-template-columns: minmax(0, 35rem) minmax(20rem, 24rem);
  }

  .trust-video-card .history-video-card__media {
    height: min(100%, 36.5rem);
    max-height: 36.5rem;
  }
}

@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(16rem, 0.58fr) minmax(0, 1.42fr);
    gap: clamp(1.75rem, 3vw, 2.5rem);
  }

  .about-team__copy .section-title,
  .about-team__copy .section-lead {
    max-width: 28rem;
  }

  .team-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    overflow: visible;
    padding-top: 1.25rem;
  }

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

  .team-card:nth-child(2) .team-card__photo {
    padding: 0;
    border-radius: 1rem;
  }

  .team-card:nth-child(2) .team-card__photo img {
    min-height: 25rem;
    border-radius: 1rem;
    object-position: center 12%;
  }
}

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

  .system-report {
    display: none;
  }

  .system-report--video {
    display: block;
    margin-top: 1.5rem;
  }

  .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;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    margin-inline: -1rem;
    padding: 0.25rem 1rem 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(239, 189, 83, 0.7) transparent;
  }

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

  .team-slider-controls .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);
  }

  .team-slider-controls .cases-slider__button:hover {
    border-color: rgba(88, 189, 219, 0.45);
    background: rgba(88, 189, 219, 0.14);
    color: #ffffff;
  }

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

  .team-cards::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
  }

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

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

  .team-card__photo {
    aspect-ratio: 8 / 9;
    height: auto;
    min-height: 0;
    border-radius: 0.75rem;
    padding: 0.55rem;
  }

  .team-card__photo img {
    height: 100%;
    min-height: 0;
    object-position: center 22%;
  }

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

  .team-card h3 {
    font-size: 1.1rem;
    line-height: 1.18;
  }

  .team-card p {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .team-card__quote {
    display: block;
    margin-top: 0.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.85rem 0.15rem 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.62;
  }
}

.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-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border: 1px solid #dcdddf;
  border-radius: 999px;
  background: #ffffff;
  color: #08111a;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  padding: 0 0 0.12rem;
  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;
}

.check-badge.material-symbols-outlined,
.x-badge.material-symbols-outlined {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
}

.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.1);
  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,
  p,
  li,
  span {
    overflow-wrap: break-word;
  }

  h1,
  h2,
  h3 {
    overflow-wrap: normal;
    word-break: normal;
  }

  section {
    scroll-margin-top: 88px;
  }

  .site-header {
    inset-inline: 0;
    top: 0;
    border-radius: 0;
  }

  .site-header > div:first-child {
    padding: 0.55rem 0.95rem;
  }

  .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;
  }

  #mobile-menu nav {
    gap: 0.15rem;
  }

  #mobile-menu a {
    min-height: 2.75rem;
    padding-block: 0.7rem;
  }

  main > section:first-of-type h1 span {
    display: inline;
  }

  .hero-section h1 {
    font-size: clamp(2rem, 9.5vw, 2.85rem);
  }

  .hero-eyebrow {
    max-width: 100%;
    white-space: normal;
    align-items: flex-start;
    font-size: 0.7rem;
    line-height: 1.45;
    letter-spacing: 0.14em;
  }

  .whatsapp-cta-button {
    width: 100%;
    min-height: 3rem;
    padding-inline: 1rem;
    text-align: center;
  }

  .section-whatsapp-cta .whatsapp-cta-button,
  #para-quien .whatsapp-cta-button {
    border: 1px solid rgba(8, 17, 26, 0.12);
    background: var(--ink);
    color: #ffffff;
    box-shadow:
      0 16px 38px rgba(8, 17, 26, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .section-whatsapp-cta .whatsapp-cta-button:hover,
  #para-quien .whatsapp-cta-button:hover {
    background: #122232;
    box-shadow:
      0 20px 48px rgba(8, 17, 26, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .section-whatsapp-cta .whatsapp-cta-button .whatsapp-icon,
  #para-quien .whatsapp-cta-button .whatsapp-icon {
    color: var(--gold);
  }

  .section-whatsapp-cta {
    padding-inline: 1rem;
  }

  .section-whatsapp-cta--cloud {
    padding-block: 0 1.25rem;
  }

  .whatsapp-float {
    right: 0.8rem;
    bottom: 0.8rem;
    min-height: 3.05rem;
    padding: 0.75rem 0.9rem;
  }

  .whatsapp-float span:last-child {
    display: none;
  }

  .hero-panel {
    border-radius: 1.35rem;
    padding: 1.15rem;
    box-shadow: 0 18px 42px rgba(8, 17, 26, 0.24);
  }

  .hero-panel h2:not(.hero-form-title) {
    font-size: 1.65rem;
    line-height: 1.14;
  }

  .hero-panel form {
    margin-top: 1.35rem;
  }

  .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;
  }

  .differentials-panel {
    border-radius: 1.35rem;
  }

  .client-logos-section {
    padding-top: 2.25rem;
  }

  .client-logo-marquee {
    margin-inline: -1rem;
    padding-inline: 1rem;
    padding-bottom: 0.6rem;
  }

  .client-logo-track {
    --client-logo-gap: 1.3rem;
    animation-duration: 46s;
  }

  .client-logo-card {
    height: 6.25rem;
    width: 13.65rem;
  }

  .client-logo-card img {
    max-height: 5.35rem;
  }

  .client-logos-section {
    padding-top: 2.25rem;
  }

  .section-title {
    margin-top: 0.75rem;
  }

  .section-lead,
  .trust-video-copy > p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .section-eyebrow,
  section > div > div > p:first-child,
  article p:first-child,
  .info-card__number {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    line-height: 1.35;
  }

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

  .results-cta .shiny-button {
    width: 100%;
    text-align: center;
  }

  .process-flow {
    max-width: none;
    gap: 1rem;
    padding-left: 0;
  }

  .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;
    justify-self: stretch;
    min-height: auto;
    max-width: none;
    padding: 1rem 1.05rem;
    text-align: left;
  }

  .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.12rem;
    line-height: 1.18;
  }

  .service-slider-wrap::after {
    position: absolute;
    top: 0;
    right: -1rem;
    bottom: 1.25rem;
    z-index: 2;
    width: 5.5rem;
    background: linear-gradient(
      90deg,
      rgba(247, 249, 251, 0),
      var(--background) 82%
    );
    content: "";
    pointer-events: none;
  }

  .service-slider {
    scrollbar-width: thin;
    scrollbar-color: rgba(88, 189, 219, 0.7) transparent;
  }

  .service-slider-arrow {
    position: absolute;
    top: 50%;
    right: -0.15rem;
    z-index: 3;
    display: inline-grid;
    height: 3.25rem;
    width: 3.25rem;
    place-items: center;
    border: 1px solid rgba(88, 189, 219, 0.28);
    border-radius: 999px;
    background: var(--sky);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(8, 17, 26, 0.18);
    transform: translateY(-50%);
  }

  .service-slider-arrow span {
    font-size: 1.55rem;
  }

  .service-slider-arrow:focus-visible {
    outline: 3px solid rgba(239, 189, 83, 0.75);
    outline-offset: 3px;
  }

  .service-slider::-webkit-scrollbar {
    height: 0.55rem;
  }

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

  .service-slider::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(88, 189, 219, 0.7);
  }

  .service-card h3,
  .result-case h4,
  .cases-slider__item h3 {
    font-size: 1.45rem;
    line-height: 1.16;
  }

  .comparison-heading h3 {
    font-size: 1.32rem;
    line-height: 1.16;
  }

  .review-card h4 {
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .service-card h3 {
    font-size: clamp(1.28rem, 5vw, 1.45rem);
    letter-spacing: 0;
    line-height: 1.14;
    overflow-wrap: normal;
    text-wrap: balance;
    white-space: normal;
  }

  .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;
  }

  .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;
  }

  .faq-trigger {
    gap: 0.75rem;
  }

  .info-card {
    min-height: auto;
    padding: 1.35rem;
  }

  .info-card__number {
    font-size: 2.15rem;
  }

  .faq-trigger {
    padding-block: 1rem;
    font-size: 1rem;
  }

  .faq-panel > p {
    padding-right: 0;
  }

  #evaluacion textarea {
    min-height: 9rem;
  }

  .footer-logo {
    height: 3rem;
  }
}

@media (max-width: 420px) {
  main > section:first-of-type h1 {
    max-width: 10ch;
    font-size: clamp(1.9rem, 10vw, 2.45rem);
  }

  .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;
  }
}
