@import url("./layaut.css");
@import url("./servicios.css");

.landing-page {
  background: var(--bg-page);
}

.landing-page main {
  transition: filter 0.32s ease, transform 0.32s ease;
}

.landing-page.is-lead-modal-open {
  overflow: hidden;
}

.landing-page.is-lead-modal-open main {
  filter: blur(14px);
  transform: scale(0.995);
  pointer-events: none;
  user-select: none;
}

.landing-page .hero-section {
  padding-top: 48px;
  padding-bottom: 118px;
}

.landing-page .hero-shell {
  padding-top: 18px;
  text-align: left;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
  align-items: start;
  gap: clamp(36px, 5vw, 76px);
  max-width: 1160px;
  margin: 0 auto;
}

.landing-hero-copy {
  width: min(100%, 580px);
  justify-self: center;
  padding: clamp(24px, 4vw, 48px) 0 10px;
  display: grid;
  justify-items: start;
  text-align: left;
}

.landing-page .hero-badge {
  margin: 0;
}

.landing-page .hero-title {
  max-width: 12.8ch;
  margin: 24px 0 0;
  font-size: clamp(2.75rem, 6.2vw, 5rem);
}

.landing-page .hero-title .hero-title-emphasis {
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(180deg, #ffffff 0%, #e6f4ff 28%, #9bd6ff 68%, #4a9eff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 10px 26px rgba(52, 144, 255, 0.18);
}

.landing-page .hero-description {
  max-width: 34rem;
  margin: 24px 0 0;
}

.landing-lead-teaser {
  position: relative;
  width: min(100%, 500px);
  margin-top: clamp(76px, 8vw, 108px);
  margin-inline: auto;
  padding: 30px 28px;
  border: 1px solid rgba(191, 219, 254, 0.4);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(7, 17, 36, 0.82) 0%, rgba(8, 24, 49, 0.94) 100%);
  box-shadow: 0 26px 52px rgba(2, 8, 23, 0.24);
  backdrop-filter: blur(22px);
  color: #f8fbff;
  overflow: hidden;
  opacity: 0;
  animation: heroStageEnter 1.05s 0.56s both;
  justify-self: center;
}

.landing-lead-teaser::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -18%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(74, 158, 255, 0.42) 0%, transparent 72%);
  filter: blur(26px);
}

.landing-lead-teaser > * {
  position: relative;
  z-index: 1;
}

.landing-lead-teaser > span {
  display: none;
}

.landing-lead-teaser-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(191, 219, 254, 0.88);
}

.landing-lead-teaser-title {
  margin: 14px 0 0;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.landing-lead-teaser-text {
  margin: 14px 0 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.88);
}

.landing-lead-teaser-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.landing-lead-teaser-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #e2e8f0;
}

.landing-lead-teaser-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8 0%, #60a5fa 100%);
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.14);
}

.landing-lead-card {
  position: relative;
  width: min(100%, 500px);
  border: 1px solid rgba(203, 213, 225, 0.9);
  margin-top: clamp(76px, 8vw, 108px);
  margin-inline: auto;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 26px 52px rgba(2, 8, 23, 0.16);
  overflow: hidden;
  opacity: 0;
  animation: heroStageEnter 1.05s 0.56s both;
  justify-self: center;
}

.landing-lead-card::before {
  display: none;
}

.landing-hero-grid > .landing-lead-card > span {
  display: none;
}

.landing-lead-card-header {
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.landing-lead-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-lead-step {
  position: relative;
  padding: 18px 14px 16px;
  text-align: center;
}

.landing-lead-step strong,
.landing-lead-step span {
  display: block;
}

.landing-lead-step strong {
  font-size: 0.96rem;
  font-weight: 700;
  color: #111827;
}

.landing-lead-step span {
  margin-top: 6px;
  font-size: 0.81rem;
  line-height: 1.45;
  color: #6b7280;
}

.landing-lead-step.is-active::after {
  content: "";
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e90ff 0%, #0f56ad 100%);
}

.landing-lead-step.is-complete strong,
.landing-lead-step.is-active strong {
  color: #0f172a;
}

.landing-lead-step.is-complete span,
.landing-lead-step.is-active span {
  color: #475569;
}

.landing-lead-form {
  display: grid;
  gap: 16px;
  padding: 20px 24px 26px;
  margin-top: 0;
}

.landing-lead-panel {
  display: grid;
  gap: 18px;
}

.landing-lead-panel[hidden] {
  display: none;
}

.landing-lead-title {
  margin: 0;
  font-size: 1.24rem;
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.landing-lead-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.landing-lead-form-row--single {
  grid-template-columns: 1fr;
}

.landing-form-field {
  display: grid;
  gap: 8px;
}

.landing-form-label {
  font-size: 0.84rem;
  font-weight: 700;
  color: #0f172a;
}

.landing-form-control {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-form-control:focus-within {
  border-color: rgba(15, 86, 173, 0.72);
  box-shadow: 0 0 0 4px rgba(15, 86, 173, 0.1);
}

.landing-form-control--textarea {
  align-items: stretch;
  min-height: 148px;
  padding: 14px 16px;
}

.landing-form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #6b7280;
}

.landing-form-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-form-control input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 15px 0;
  background: transparent;
  font: inherit;
  color: #0f172a;
  outline: none;
  box-shadow: none;
}

.landing-form-control textarea {
  width: 100%;
  min-height: 116px;
  border: 0;
  resize: vertical;
  background: transparent;
  font: inherit;
  line-height: 1.6;
  color: #0f172a;
  outline: none;
  box-shadow: none;
}

.landing-form-control textarea::placeholder {
  color: #94a3b8;
}

.landing-lead-trigger,
.success-story-button,
.landing-closing-cta-button {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.landing-lead-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 24px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1580ff 0%, #0f56ad 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(15, 86, 173, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.landing-lead-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(15, 86, 173, 0.32);
  filter: brightness(1.02);
}

.landing-lead-teaser-note {
  margin: 14px 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(191, 219, 254, 0.82);
}

.landing-lead-back,
.landing-lead-submit {
  min-height: 50px;
  min-width: 176px;
  width: fit-content;
  padding: 0 22px;
  border-radius: 10px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.landing-lead-submit {
  border: 0;
  background: linear-gradient(135deg, #1580ff 0%, #0f56ad 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 86, 173, 0.18);
}

.landing-lead-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(15, 86, 173, 0.22);
  filter: brightness(1.02);
}

.landing-lead-back {
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.landing-lead-back:hover {
  transform: translateY(-1px);
  border-color: #bfd3f6;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
}

.landing-lead-note {
  margin: -4px 0 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #64748b;
}

.landing-lead-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.landing-lead-actions--split {
  justify-content: space-between;
}

.landing-lead-response {
  width: 100%;
  min-height: 1.4em;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
  color: #0f56ad;
}

.landing-lead-response:empty {
  display: none;
}

.landing-lead-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 0;
  padding: 12px 14px;
  border: 1px solid #fde68a;
  border-radius: 12px;
  background: #fffbeb;
  font-size: 0.83rem;
  line-height: 1.5;
  color: #92400e;
}

.landing-lead-alert-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.landing-lead-alert-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-modal[hidden] {
  display: none;
}

.landing-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.landing-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 23, 0.42);
}

.landing-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-radius: 24px;
}

.landing-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.landing-modal-close:hover {
  transform: translateY(-1px);
  border-color: #bfd3f6;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.landing-modal-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-lead-card--modal {
  width: 100%;
  margin-top: 0;
  opacity: 1;
  animation: landingModalIn 0.26s ease both;
  box-shadow: 0 30px 70px rgba(2, 8, 23, 0.24);
}

.landing-modal-copy {
  display: grid;
  gap: 10px;
  padding-right: 52px;
}

.landing-modal-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f56ad;
}

.landing-modal-description {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #64748b;
}

@keyframes landingModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.landing-page .hero-brands {
  max-width: 1160px;
  margin-top: 112px;
  padding: 0;
  text-align: center;
  -webkit-mask-image: none;
  mask-image: none;
}

.landing-page .hero-brands-intro {
  display: inline-block;
  margin: 22px auto 0;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
  background: linear-gradient(
    180deg,
    #f8fdff 0%,
    #edf5fb 24%,
    #dbe8f3 58%,
    #bdcedd 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-wrap: balance;
  text-shadow: 0 0 24px rgba(226, 237, 247, 0.08);
}

.landing-page .hero-brands-marquee {
  overflow: hidden;
  margin-top: 40px;
  padding-block: 10px 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.landing-page .hero-brands-track {
  animation-duration: 32s;
}

.landing-page .hero-brands-row {
  align-items: stretch;
  gap: clamp(18px, 2.5vw, 28px);
  padding-right: clamp(18px, 2.5vw, 28px);
}

.landing-page .hero-brand-logo {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: clamp(84px, 9vw, 112px);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.landing-page .hero-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.landing-page .fit-section {
  padding: 8px 28px 84px;
}

.fit-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.fit-intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.fit-title {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: #111111;
}

.fit-description {
  max-width: 720px;
  margin: 14px auto 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #6b7280;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.fit-column-title {
  margin: 0 0 18px;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
  color: #0b1220;
  text-align: center;
}

.fit-column--yes .fit-column-title span {
  color: #1570ef;
}

.fit-column--no .fit-column-title span {
  color: #ff3b30;
}

.fit-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
  font-size: clamp(0.94rem, 1vw, 1rem);
  line-height: 1.35;
  color: #111827;
}

.fit-list li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.fit-column--yes .fit-list li::before {
  content: "✓";
  color: #1570ef;
}

.fit-column--no .fit-list li::before {
  content: "×";
  color: #ff3b30;
}

.landing-page .reviews-section {
  padding-top: 12px;
}

.landing-page .review-card-header {
  justify-content: flex-start;
}

.landing-page .portfolio-section {
  padding-top: 12px;
  padding-bottom: 56px;
}

.landing-closing-cta-section {
  position: relative;
  overflow: hidden;
  padding: 8px 28px 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(35, 160, 255, 0.68), transparent 22%),
    radial-gradient(circle at 68% 34%, rgba(24, 78, 214, 0.72), transparent 30%),
    radial-gradient(circle at 84% 70%, rgba(13, 39, 128, 0.56), transparent 24%),
    linear-gradient(145deg, #020611 0%, #07205c 46%, #020611 100%);
}

.landing-closing-cta-section::before {
  content: "";
  position: absolute;
  inset: 8% -20% auto;
  height: 44%;
  background: linear-gradient(115deg, transparent 0%, rgba(114, 183, 255, 0.18) 40%, transparent 70%);
  filter: blur(34px);
  opacity: 0.9;
}

.landing-closing-cta-section::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 14%;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(58, 181, 255, 0.24) 0%, transparent 70%);
  filter: blur(32px);
}

.landing-closing-cta-shell {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.landing-closing-cta-panel {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 68px 28px 30px;
  text-align: center;
}

.landing-closing-cta-kicker {
  max-width: none;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(196, 223, 255, 0.92);
  white-space: nowrap;
}

.landing-closing-cta-title {
  max-width: none;
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: #ffffff;
  white-space: nowrap;
}

.landing-closing-cta-description {
  max-width: none;
  margin: 0;
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.72;
  color: rgba(232, 241, 255, 0.84);
  white-space: nowrap;
}

.landing-closing-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 270px;
  padding: 0 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1580ff 0%, #0f56ad 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(15, 86, 173, 0.3);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.landing-closing-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(15, 86, 173, 0.34);
  filter: brightness(1.02);
}

.landing-closing-cta-note {
  max-width: 44ch;
  margin: 6px 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(232, 241, 255, 0.78);
  text-wrap: balance;
}

.landing-legal-footer {
  padding: 24px 16px 10px;
  border-top: 0;
  background: transparent;
}

.landing-legal-shell {
  max-width: 1200px;
  margin: 0 auto;
}

.landing-legal-copy {
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(232, 241, 255, 0.74);
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .landing-page .hero-section {
    padding-top: 34px;
    padding-bottom: 90px;
  }

  .landing-hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }

  .landing-hero-copy {
    width: min(100%, 680px);
    max-width: none;
    padding-block: 10px;
  }

  .landing-lead-card {
    width: min(100%, 680px);
    margin-top: clamp(24px, 4vw, 48px);
  }

  .landing-lead-teaser {
    width: min(100%, 680px);
    margin-top: clamp(24px, 4vw, 48px);
  }

  .landing-page .hero-brands {
    margin-top: 88px;
  }

  .landing-page .fit-section {
    padding-bottom: 72px;
  }

  .landing-closing-cta-panel {
    padding: 62px 24px 26px;
  }

  .landing-legal-copy {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .landing-page .hero-section {
    padding-top: 24px;
    padding-bottom: 72px;
  }

  .landing-hero-copy {
    justify-items: center;
    text-align: center;
  }

  .landing-page .hero-badge,
  .landing-page .hero-title,
  .landing-page .hero-description {
    margin-inline: auto;
  }

  .landing-page .hero-title {
    margin-top: 20px;
  }

  .landing-page .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-lead-card {
    margin-top: 18px;
    border-radius: 16px;
  }

  .landing-lead-teaser {
    margin-top: 18px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .landing-lead-teaser-title {
    font-size: clamp(1.72rem, 7vw, 2.2rem);
  }

  .landing-lead-trigger {
    min-height: 52px;
  }

  .landing-page .hero-brands-intro {
    margin-top: 16px;
    font-size: clamp(1.08rem, 5.4vw, 1.35rem);
    line-height: 1.12;
  }

  .landing-page .hero-brands-marquee {
    margin-top: 30px;
  }

  .landing-page .hero-brand-logo {
    width: clamp(78px, 22vw, 96px);
  }

  .fit-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .fit-intro {
    margin-bottom: 22px;
  }

  .fit-title {
    font-size: 1.85rem;
  }

  .fit-description {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .fit-column-title {
    margin-bottom: 14px;
    font-size: 2rem;
  }

  .fit-column--no {
    margin-top: 4px;
  }

  .fit-list li {
    padding: 13px 14px;
    font-size: 0.92rem;
    line-height: 1.46;
  }

  .landing-lead-form-row {
    grid-template-columns: 1fr;
  }

  .landing-lead-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-lead-step {
    padding: 14px 16px;
    text-align: center;
    border-bottom: 0;
  }

  .landing-lead-step + .landing-lead-step {
    border-left: 1px solid #eef2f7;
  }

  .landing-lead-step.is-active::after {
    right: 14px;
    left: 14px;
    width: auto;
  }

  .landing-lead-form {
    padding: 20px 18px 22px;
  }

  .landing-form-control {
    min-height: 54px;
    padding: 0 14px;
  }

  .landing-lead-submit {
    width: 100%;
  }

  .landing-lead-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-modal {
    padding: 16px;
  }

  .landing-modal-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
  }

  .landing-modal-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .landing-modal-copy {
    padding-right: 40px;
  }

  .landing-lead-actions--split {
    justify-content: stretch;
  }

  .landing-lead-back {
    width: 100%;
  }

  .landing-page .hero-brands {
    margin-top: 62px;
  }

  .landing-page .fit-section {
    padding: 0 16px 56px;
  }

  .landing-page .reviews-section {
    padding-top: 18px;
  }

  .landing-page .portfolio-section {
    padding-top: 24px;
    padding-bottom: 44px;
  }

  .landing-closing-cta-section {
    padding: 0 16px 0;
  }

  .landing-closing-cta-panel {
    gap: 16px;
    padding: 52px 18px 22px;
  }

  .landing-closing-cta-kicker {
    max-width: none;
    font-size: 0.78rem;
    line-height: 1.4;
    white-space: nowrap;
  }

  .landing-closing-cta-title {
    max-width: 560px;
    font-size: clamp(1.8rem, 7vw, 2.55rem);
    white-space: normal;
  }

  .landing-closing-cta-description {
    max-width: 32ch;
    font-size: 0.96rem;
    line-height: 1.62;
    white-space: normal;
  }

  .landing-closing-cta-button {
    width: 100%;
    min-width: 0;
  }

  .landing-closing-cta-note {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .landing-legal-footer {
    padding: 22px 16px 8px;
  }

  .landing-legal-copy {
    font-size: 0.76rem;
    line-height: 1.5;
  }
}
