﻿/* MyIPScan Spanish Repair Phase A */
.spanish-pilot-page {
  background:
    linear-gradient(180deg, rgba(8, 16, 24, 0.96), rgba(7, 13, 21, 0.98) 52%, rgba(8, 15, 23, 1)),
    #081018;
}

.spanish-pilot-page .topnav {
  border-bottom-color: rgba(130, 166, 190, 0.18);
  background: rgba(7, 13, 20, 0.92);
  backdrop-filter: blur(14px);
}

.spanish-pilot-page .es-hero {
  position: relative;
  padding: clamp(38px, 6vw, 70px) 0 clamp(28px, 4vw, 44px);
  border-bottom: 1px solid rgba(130, 166, 190, 0.16);
  background:
    linear-gradient(135deg, rgba(28, 52, 70, 0.54), rgba(9, 17, 27, 0.92) 48%, rgba(9, 24, 31, 0.78)),
    #0a111b;
  overflow: hidden;
}

.spanish-pilot-page .es-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(126, 233, 223, 0.10), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 64%);
}

.es-hero-grid,
.es-section,
.diagnostic-journey-section {
  position: relative;
  z-index: 1;
}

.es-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(286px, 0.86fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
}

.es-kicker,
.es-mini-label,
.es-tool-chip {
  letter-spacing: 0;
  text-transform: uppercase;
}

.es-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  color: #7dd3fc;
  font: 500 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.es-hero h1 {
  max-width: 820px;
  margin: 0 0 14px;
  color: #f5f8fc;
  font-size: clamp(34px, 5.4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.es-lede {
  max-width: 760px;
  margin: 0;
  color: #c9d7e3;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.62;
}

.es-actions,
.es-tool-controls,
.es-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.es-actions {
  margin-top: 22px;
}

.es-hero-metrics {
  margin-top: 22px;
}

.es-metric {
  min-width: 142px;
  padding: 11px 13px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 8px;
  background: rgba(13, 27, 41, 0.72);
}

.es-metric strong,
.es-metric span {
  display: block;
}

.es-metric strong {
  color: #f5f8fc;
  font-size: 0.92rem;
}

.es-metric span {
  margin-top: 3px;
  color: #9fb0bf;
  font-size: 0.82rem;
}

.es-status-card,
.es-card,
.es-flow-card,
.es-tool-shell,
.es-method-card {
  min-width: 0;
  color: #eef4f8;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022)),
    rgba(12, 22, 34, 0.88);
  border: 1px solid rgba(130, 166, 190, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.es-status-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(18px, 3vw, 24px);
}

.es-status-card strong,
.es-card h2,
.es-flow-card h2,
.es-method-card h2 {
  color: #f5f8fc;
}

.es-status-card strong {
  font-size: 1.05rem;
}

.es-status-card p,
.es-card p,
.es-card li,
.es-flow-card p,
.es-method-card p,
.es-note {
  color: #c6d2de;
  line-height: 1.62;
}

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

.es-status-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #c9d7e3;
}

.es-status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  margin-top: 0.45em;
  border-radius: 999px;
  background: #7dd3fc;
  box-shadow: 0 0 0 4px rgba(125, 211, 252, 0.12);
}

.es-section {
  padding: clamp(28px, 4.6vw, 52px) 0;
}

.es-section + .es-section,
.es-section + .diagnostic-journey-section,
.diagnostic-journey-section + .es-section {
  padding-top: 0;
}

.es-card-grid,
.es-flow-grid,
.es-method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}

.es-card,
.es-flow-card,
.es-method-card {
  padding: 18px;
}

.es-card h2,
.es-flow-card h2,
.es-method-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.22;
}

.es-card p,
.es-flow-card p,
.es-method-card p {
  margin: 0;
}

.es-flow-card {
  position: relative;
}

.es-flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 13px;
  border-radius: 999px;
  color: #06131f;
  background: #7dd3fc;
  font-weight: 500;
}

.es-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.es-link-grid a {
  display: block;
  min-height: 44px;
  padding: 12px 13px;
  color: #edf7fb;
  text-decoration: none;
  border: 1px solid rgba(130, 166, 190, 0.18);
  border-radius: 8px;
  background: rgba(12, 25, 38, 0.78);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.es-link-grid a:hover,
.es-link-grid a:focus-visible {
  border-color: rgba(125, 211, 252, 0.42);
  background: rgba(20, 40, 58, 0.86);
  transform: translateY(-1px);
}

.es-tool-section {
  padding-top: clamp(26px, 4vw, 42px);
}

.es-tool-shell {
  padding: clamp(18px, 3vw, 28px);
  border-color: rgba(125, 211, 252, 0.28);
  background:
    linear-gradient(180deg, rgba(125, 211, 252, 0.10), rgba(255, 255, 255, 0.025) 42%),
    rgba(8, 17, 28, 0.94);
}

.es-tool-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
  gap: clamp(16px, 3vw, 24px);
  align-items: stretch;
}

.es-tool-head h2 {
  margin: 4px 0 8px;
  color: #f5f8fc;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.08;
}

.es-tool-head p {
  max-width: 780px;
  margin: 0;
  color: #c6d2de;
  line-height: 1.62;
}

.es-tool-score-card {
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
  padding: 16px;
  text-align: left;
  border: 1px solid rgba(125, 211, 252, 0.20);
  border-radius: 8px;
  background: rgba(7, 17, 27, 0.72);
}

.es-tool-score-kicker,
.es-mini-label,
.es-tool-chip {
  color: #8ea4b6;
  font: 500 11px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.es-tool-score {
  display: block;
  color: #7dd3fc;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 500;
  line-height: 0.98;
}

.es-tool-score.is-pending {
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.05;
}

.es-tool-score-card span:last-child {
  display: block;
  color: #d8e5ee;
  font-weight: 500;
}

.es-tool-controls {
  margin-top: 20px;
}

.es-tool-controls .btn,
.es-actions .btn {
  min-height: 44px;
  border-radius: 8px;
}

.es-tool-primer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(130, 166, 190, 0.18);
  border-radius: 8px;
  background: rgba(12, 24, 36, 0.74);
}

.es-tool-primer p {
  margin: 0;
  color: #c6d2de;
  line-height: 1.55;
}

.es-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.es-tool-result-card {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(130, 166, 190, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(10, 21, 32, 0.88);
  overflow: hidden;
}

.es-tool-result-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #647789;
}

.es-tool-result-card.is-clear::before {
  background: #4ade80;
}

.es-tool-result-card.is-review::before,
.es-tool-result-card.is-running::before {
  background: #fbbf24;
}

.es-tool-result-card.is-bad::before {
  background: #fb7185;
}

.es-tool-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.es-tool-card-top h3 {
  margin: 0;
  color: #f5f8fc;
  font-size: 1.02rem;
  line-height: 1.25;
}

.es-tool-result-card p {
  margin: 0 0 12px;
  color: #c6d2de;
  line-height: 1.55;
}

.es-tool-detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.es-tool-detail-list div {
  display: grid;
  grid-template-columns: minmax(104px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding-top: 8px;
  border-top: 1px solid rgba(130, 166, 190, 0.12);
}

.es-tool-detail-list dt {
  color: #8ea4b6;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
}

.es-tool-detail-list dd {
  min-width: 0;
  margin: 0;
  color: #edf7fb;
  overflow-wrap: anywhere;
}

.es-tool-status,
.es-copy-status {
  color: #9fb0bf;
  line-height: 1.55;
}

.es-tool-status {
  margin: 14px 0 0;
}

.es-copy-status {
  align-self: center;
  min-height: 1.4em;
  font-size: 0.86rem;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0;
}

.status-muted {
  color: #c7d4df;
  background: rgba(148, 163, 184, 0.13);
  border: 1px solid rgba(148, 163, 184, 0.24);
}

.status-ok {
  color: #bbf7d0;
  background: rgba(74, 222, 128, 0.13);
  border: 1px solid rgba(74, 222, 128, 0.28);
}

.status-warn {
  color: #fde68a;
  background: rgba(251, 191, 36, 0.13);
  border: 1px solid rgba(251, 191, 36, 0.30);
}

.status-bad {
  color: #fecdd3;
  background: rgba(251, 113, 133, 0.13);
  border: 1px solid rgba(251, 113, 133, 0.30);
}

.es-receipt-card,
.spanish-pilot-page .mis-privacy-receipt {
  border-radius: 8px;
}

.spanish-pilot-page .mis-privacy-receipt {
  border-color: rgba(125, 211, 252, 0.20);
  background:
    linear-gradient(180deg, rgba(125, 211, 252, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(9, 18, 29, 0.88);
}

@media (max-width: 860px) {
  .es-hero-grid,
  .es-tool-head,
  .es-tool-primer,
  .es-tool-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .es-status-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .spanish-pilot-page .es-hero {
    padding-top: 30px;
  }

  .es-hero h1 {
    font-size: clamp(30px, 12vw, 42px);
  }

  .es-actions .btn,
  .es-tool-controls .btn,
  .es-tool-controls a.btn {
    width: 100%;
    justify-content: center;
  }

  .es-tool-detail-list div {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .es-card,
  .es-flow-card,
  .es-method-card,
  .es-status-card,
  .es-tool-shell {
    padding: 15px;
  }
}

/* Spanish homepage final visual repair */
.spanish-homepage {
  background:
    linear-gradient(180deg, rgba(9, 18, 27, 0.98), rgba(8, 15, 23, 0.98) 58%, rgba(9, 17, 25, 1)),
    #09111b;
}

.spanish-homepage .es-hero {
  padding-bottom: clamp(24px, 3.6vw, 38px);
  background:
    linear-gradient(135deg, rgba(31, 55, 72, 0.48), rgba(10, 20, 31, 0.90) 50%, rgba(11, 27, 34, 0.72)),
    #0b141f;
}

.spanish-homepage .es-hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(270px, 0.72fr);
  align-items: center;
}

.spanish-homepage .es-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
}

.spanish-homepage .es-metric {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 96px;
  padding: 14px;
  align-content: start;
  border-color: rgba(151, 183, 205, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.028)),
    rgba(14, 28, 42, 0.86);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.spanish-homepage .es-metric strong {
  color: #f4f8fb;
  font-size: 0.98rem;
  line-height: 1.22;
}

.spanish-homepage .es-metric span {
  margin-top: 0;
  color: #b8c8d6;
  font-size: 0.84rem;
  line-height: 1.38;
}

.spanish-homepage .es-route-card {
  gap: 12px;
  padding: clamp(16px, 2.2vw, 20px);
  align-self: center;
  border-color: rgba(151, 183, 205, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.026)),
    rgba(14, 27, 40, 0.90);
}

.spanish-homepage .es-route-card strong {
  font-size: 1rem;
}

.spanish-homepage .es-route-card .es-status-list {
  gap: 8px;
}

.spanish-homepage .es-route-card .es-status-list li {
  gap: 9px;
  line-height: 1.42;
}

.spanish-homepage .es-route-card .es-status-dot {
  width: 8px;
  height: 8px;
  flex-basis: 8px;
  margin-top: 0.42em;
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.12);
}

.spanish-homepage .es-route-limit {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(151, 183, 205, 0.14);
  color: #b9c9d7;
  font-size: 0.92rem;
  line-height: 1.5;
}

.spanish-homepage .es-flow-card,
.spanish-homepage .es-card,
.spanish-homepage .mis-journey-inner {
  border-color: rgba(151, 183, 205, 0.20);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.024)),
    rgba(13, 25, 38, 0.90);
}

.spanish-homepage .es-home-flow {
  padding-top: clamp(24px, 3.4vw, 38px);
  padding-bottom: clamp(12px, 2vw, 18px);
}

.spanish-homepage .es-home-journey {
  padding-top: 0;
}

.spanish-homepage .es-home-journey .mis-journey {
  width: min(1120px, 100%);
  margin: clamp(16px, 2.8vw, 28px) auto;
}

.spanish-homepage .es-home-journey .mis-journey-inner {
  gap: 16px;
  padding: clamp(17px, 2.5vw, 24px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022)),
    rgba(13, 25, 38, 0.92);
}

.spanish-homepage .es-home-journey .mis-journey-head {
  gap: 7px;
}

.spanish-homepage .es-home-journey .mis-journey h2 {
  font-size: clamp(22px, 2.7vw, 30px);
}

.spanish-homepage .es-home-journey .mis-journey-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.spanish-homepage .es-home-journey .mis-journey-step {
  gap: 0;
  min-height: 118px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.050);
}

.spanish-homepage .es-home-journey .mis-journey-step a {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
}

.spanish-homepage .es-home-journey .mis-journey-step small {
  font-size: 12.5px;
  line-height: 1.36;
}

.spanish-homepage .es-home-journey .mis-journey-step em {
  display: none;
}

.spanish-homepage .es-home-journey .mis-journey-next-wrap {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}

.spanish-homepage .es-home-journey .mis-journey-panel {
  gap: 11px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.040);
}

.spanish-homepage .es-home-journey .mis-journey-next {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.spanish-homepage .es-home-journey .mis-journey-next a {
  min-height: 112px;
  padding: 14px;
  align-content: start;
  border-color: rgba(151, 183, 205, 0.20);
  background:
    linear-gradient(180deg, rgba(125, 211, 252, 0.050), rgba(255, 255, 255, 0.024)),
    rgba(11, 23, 35, 0.82);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.spanish-homepage .es-home-journey .mis-journey-next a:hover,
.spanish-homepage .es-home-journey .mis-journey-next a:focus-visible {
  border-color: rgba(125, 211, 252, 0.42);
  background: rgba(17, 34, 50, 0.92);
  transform: translateY(-1px);
}

.spanish-homepage .es-home-journey .mis-journey-next span {
  color: #b9c9d7;
  line-height: 1.42;
}

.spanish-homepage .es-home-journey .mis-journey-panel:nth-child(2) p {
  display: none;
}

.spanish-homepage .es-home-journey .mis-journey-note {
  display: none;
}

.spanish-homepage .es-home-links {
  padding-top: clamp(12px, 2.2vw, 22px);
  padding-bottom: clamp(16px, 2.6vw, 26px);
}

.spanish-homepage .es-home-links .es-card {
  padding: clamp(17px, 2.4vw, 22px);
}

.spanish-homepage .es-home-links .es-link-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.spanish-homepage .es-home-links .es-link-grid a {
  display: grid;
  min-height: 54px;
  align-items: center;
  padding: 13px 14px;
  border-color: rgba(151, 183, 205, 0.20);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.024)),
    rgba(12, 24, 36, 0.86);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.spanish-homepage .site-footer {
  margin-top: clamp(14px, 2.5vw, 24px);
  padding-top: clamp(24px, 3.4vw, 34px);
  padding-bottom: 26px;
}

.spanish-homepage .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 22px;
}

.spanish-homepage .footer-inner p {
  margin: 0;
}

.spanish-homepage .es-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}

.spanish-homepage .es-footer-links a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  color: #b8c8d6;
  text-decoration: none;
}

.spanish-homepage .es-footer-links a:hover,
.spanish-homepage .es-footer-links a:focus-visible {
  color: #f4f8fb;
}

@media (max-width: 980px) {
  .spanish-homepage .es-hero-grid,
  .spanish-homepage .es-home-journey .mis-journey-next-wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .spanish-homepage .es-route-card {
    max-width: none;
  }

  .spanish-homepage .es-hero-metrics,
  .spanish-homepage .es-home-journey .mis-journey-steps,
  .spanish-homepage .es-home-journey .mis-journey-next {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .spanish-homepage,
  .spanish-homepage main,
  .spanish-homepage .wrap,
  .spanish-homepage .es-hero-grid,
  .spanish-homepage .es-hero-grid > *,
  .spanish-homepage .es-home-journey,
  .spanish-homepage .es-home-journey .mis-journey,
  .spanish-homepage .es-home-journey .mis-journey-inner,
  .spanish-homepage .es-home-journey .mis-journey-step,
  .spanish-homepage .es-home-journey .mis-journey-panel,
  .spanish-homepage .es-home-journey .mis-journey-next a {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .spanish-homepage .es-hero h1 {
    font-size: clamp(28px, 9vw, 32px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .spanish-homepage .es-hero h1 span {
    display: block;
  }

  .spanish-homepage .es-lede {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
  }

  .spanish-homepage .es-hero-metrics,
  .spanish-homepage .es-home-journey .mis-journey-steps,
  .spanish-homepage .es-home-journey .mis-journey-next,
  .spanish-homepage .es-home-links .es-link-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .spanish-homepage .es-metric,
  .spanish-homepage .es-home-journey .mis-journey-step,
  .spanish-homepage .es-home-journey .mis-journey-next a {
    min-height: 0;
  }

  .spanish-homepage .es-home-journey .mis-journey-step a {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .spanish-homepage .es-home-journey .mis-journey-step strong,
  .spanish-homepage .es-home-journey .mis-journey-step small,
  .spanish-homepage .es-home-journey .mis-journey-next strong,
  .spanish-homepage .es-home-journey .mis-journey-next span {
    overflow-wrap: break-word;
  }

  .spanish-homepage .footer-inner {
    align-items: flex-start;
  }

  .spanish-homepage .es-footer-links {
    gap: 6px 14px;
  }
}

/* P0 screenshot-backed Spanish footer and tool polish */
.spanish-pilot-page,
.spanish-pilot-page body {
  max-width: 100%;
  overflow-x: hidden;
}

.spanish-pilot-page .wrap,
.spanish-pilot-page .es-hero-grid,
.spanish-pilot-page .es-hero-grid > *,
.spanish-pilot-page .es-section,
.spanish-pilot-page .es-card,
.spanish-pilot-page .es-status-card,
.spanish-pilot-page .es-tool-shell,
.spanish-pilot-page .es-tool-grid,
.spanish-pilot-page .es-tool-result-card,
.spanish-pilot-page .mis-privacy-receipt,
.spanish-pilot-page .mis-journey,
.spanish-pilot-page .mis-journey-inner,
.spanish-pilot-page .site-footer,
.spanish-pilot-page .footer-inner {
  min-width: 0;
  max-width: 100%;
}

.spanish-pilot-page .es-tool-shell {
  overflow: hidden;
}

.spanish-pilot-page .es-tool-head,
.spanish-pilot-page .es-tool-controls,
.spanish-pilot-page .es-tool-primer,
.spanish-pilot-page .es-tool-card-top {
  min-width: 0;
}

.spanish-pilot-page .es-tool-status,
.spanish-pilot-page .es-copy-status,
.spanish-pilot-page .es-note,
.spanish-pilot-page .es-tool-result-card p,
.spanish-pilot-page .es-tool-result-card dd,
.spanish-pilot-page .status-badge {
  overflow-wrap: anywhere;
}

.spanish-pilot-page .es-tool-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.spanish-pilot-page .es-tool-detail-list div {
  min-width: 0;
}

.spanish-pilot-page .site-footer {
  margin-top: clamp(22px, 4vw, 38px);
  padding-top: clamp(24px, 4vw, 34px);
  padding-bottom: 26px;
}

.spanish-pilot-page .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 22px;
}

.spanish-pilot-page .footer-inner p {
  margin: 0;
  color: #9fb0bf;
  line-height: 1.45;
}

.spanish-pilot-page .footer-inner nav,
.spanish-pilot-page .es-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

.spanish-pilot-page .footer-inner nav a,
.spanish-pilot-page .es-footer-links a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: #b8c8d6;
  line-height: 1.25;
  text-decoration: none;
}

.spanish-pilot-page .footer-inner nav a:hover,
.spanish-pilot-page .footer-inner nav a:focus-visible,
.spanish-pilot-page .es-footer-links a:hover,
.spanish-pilot-page .es-footer-links a:focus-visible {
  color: #f4f8fb;
}

@media (max-width: 860px) {
  .spanish-pilot-page .es-tool-card-top {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .spanish-pilot-page .wrap {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .spanish-pilot-page .es-tool-primer {
    gap: 10px;
  }

  .spanish-pilot-page .footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .spanish-pilot-page .footer-inner nav,
  .spanish-pilot-page .es-footer-links {
    gap: 6px 14px;
  }
}
