/* ============================================================
   public.css - Shared visual system for public TrasterosGO surfaces
   Brand tokens live in tokens.css (--tg-* + legacy aliases),
   loaded globally by base.html.
   Canonical owner of the shared shell pieces: phone strip,
   floating WhatsApp, pub-footer, center search, FAQ, location.
   Loaded by landing, center, city and static public templates.
   ============================================================ */

/* ---- Typography: Montserrat for public pages ---- */
body.public-landing {
  background: #f7f9fb;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

body.public-landing .landing-page {
  background: #f7f9fb;
}

/* ---- Shared public shell: phone strip + persistent WhatsApp ---- */
::selection {
  background: var(--tg-orange, #e59536);
  color: #fff;
}

/* ---- Premium button/utility classes (design handoff section 5) ---- */
.tg-btn-cta,
.tg-btn-navy,
.tg-btn-ghost {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 9px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  padding: 0 26px;
  text-decoration: none;
  transition: all 160ms cubic-bezier(0.2, 0.6, 0.2, 1);
  white-space: nowrap;
}

.tg-btn-cta {
  background: var(--tg-orange, #e59536);
  border: 1px solid var(--tg-orange, #e59536);
  color: #fff;
}

.tg-btn-cta:hover,
.tg-btn-cta:focus-visible {
  background: #fff;
  border-color: var(--tg-orange, #e59536);
  color: var(--tg-orange, #e59536);
  text-decoration: none;
}

.tg-btn-navy {
  background: var(--tg-navy, #0f294b);
  border: 1px solid var(--tg-navy, #0f294b);
  color: #fff;
}

.tg-btn-navy:hover,
.tg-btn-navy:focus-visible {
  background: var(--tg-navy-deep, #0a1d36);
  border-color: var(--tg-navy-deep, #0a1d36);
  color: #fff;
  text-decoration: none;
}

.tg-btn-ghost {
  background: #fff;
  border: 1px solid var(--tg-line, #d8e0e8);
  color: var(--tg-navy, #0f294b);
  font-size: 14px;
  height: 48px;
  padding: 0 20px;
}

.tg-btn-ghost:hover,
.tg-btn-ghost:focus-visible {
  background: var(--tg-surface, #f7f9fb);
  border-color: var(--tg-navy, #0f294b);
  color: var(--tg-navy, #0f294b);
  text-decoration: none;
}

.tg-eyebrow {
  color: var(--tg-orange-ink, #c97616);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.tg-eyebrow--on-dark {
  color: var(--tg-orange, #e59536);
}

.center-call-strip {
  background: var(--tg-orange, #e59536);
  color: #fff;
  position: relative;
  z-index: 5;
}

.center-call-strip__inner {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 9px 24px;
}

.center-call-strip__label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}

.center-call-strip__phone {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}

.center-call-strip__phone:hover {
  color: #fff;
  text-decoration: none;
}

.center-call-strip__tagline {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-left: auto;
}

.floating-whatsapp {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  bottom: 18px;
  box-shadow: 0 8px 24px rgba(7, 94, 84, 0.24);
  color: #fff;
  display: flex;
  height: 75px;
  justify-content: center;
  position: fixed;
  right: 18px;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 75px;
  z-index: 34;
}

.floating-whatsapp svg {
  display: block;
  height: 43px;
  width: 43px;
}

.floating-whatsapp:hover {
  background: #20bf5a;
  color: #fff;
  text-decoration: none;
}

body.mobile-nav-open .floating-whatsapp {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.92);
}

body.public-landing .hero-points li {
  background: rgba(15, 41, 75, 0.72);
  border-color: rgba(255, 255, 255, 0.52);
  font-weight: 650;
}

body.public-landing .button.whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #062b18;
}

body.public-landing .button.whatsapp:hover {
  background: #1fbd5a;
  border-color: #1fbd5a;
  color: #062b18;
}

@media (max-width: 720px) {
  .center-call-strip__inner {
    justify-content: center;
    padding: 8px 18px;
  }

  .center-call-strip__tagline {
    display: none;
  }

  .floating-whatsapp {
    bottom: 14px;
    height: 75px;
    right: 14px;
    width: 75px;
  }

  .floating-whatsapp svg {
    height: 43px;
    width: 43px;
  }
}

/* ---- Nav auth state ---- */
.nav-staff-sep {
  border-left: 1px solid var(--border, #d9ddd6);
  display: inline-block;
  height: 18px;
  vertical-align: middle;
}

nav .nav-staff-link {
  font-size: 12px;
  opacity: 0.6;
}

nav .nav-staff-link:hover {
  opacity: 1;
}

/* ---- Shared public footer (TG Footer full · navy-deep) ---- */
.pub-footer {
  background: var(--tg-navy-deep, #0a1d36);
  color: #fff;
  padding: 44px 0 26px;
}

.pub-footer-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}

.pub-footer-grid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 32px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-bottom: 28px;
}

.pub-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pub-footer-claim {
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}

.pub-footer-claim span {
  color: var(--tg-orange, #e59536);
}

.pub-footer-social {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

.pub-footer h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.pub-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pub-footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 400;
}

.pub-footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

.pub-footer-bottom a {
  color: rgba(255, 255, 255, 0.64);
}

.pub-footer-bottom a:hover {
  color: #fff;
}

.pub-footer-logo {
  align-self: flex-start;
  display: block;
  height: auto;
  width: 170px;
}

.pub-social-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transition: background 160ms cubic-bezier(0.2, 0.6, 0.2, 1);
  width: 34px;
}

.pub-social-icon:hover {
  background: rgba(255, 255, 255, 0.22);
  text-decoration: none;
}

.pub-social-icon--placeholder {
  cursor: default;
}

.pub-social-icon--placeholder:hover {
  background: rgba(255, 255, 255, 0.12);
}

.pub-social-icon:focus-visible {
  outline: 2px solid var(--tg-orange, #e59536);
  outline-offset: 3px;
}

.pub-social-icon--whatsapp {
  background: rgba(37, 211, 102, 0.2);
  color: #25d366;
}

.pub-social-icon--whatsapp:hover {
  background: rgba(37, 211, 102, 0.28);
  color: #25d366;
}

.pub-social-icon svg {
  height: 16px;
  width: 16px;
}

.pub-footer-bottom {
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 16px;
  justify-content: space-between;
  padding-top: 18px;
}

.pub-footer-bottom-right {
  align-items: center;
  display: inline-flex;
  gap: 14px;
}

.pub-footer-mobile {
  display: none;
  text-align: left;
}

.pub-footer-mobile-logo {
  display: block;
  height: auto;
  margin-bottom: 18px;
  width: 140px;
}

.pub-footer-mobile-links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  margin-left: 0;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

.pub-footer-mobile-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

body.public-landing .pub-footer-mobile-links,
body.floorplan-page .pub-footer-mobile-links {
  align-items: flex-start;
  flex: 0 0 auto;
  justify-content: flex-start;
  margin-left: 0;
  width: 100%;
}

body.public-landing .pub-footer-mobile-links a,
body.floorplan-page .pub-footer-mobile-links a {
  font-weight: 500;
}

.pub-footer-mobile-links a:hover,
.pub-footer-mobile-links a:focus-visible {
  color: #fff;
}

.pub-footer-mobile-legal {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
  padding-top: 16px;
  text-align: left;
}

.pub-footer-mobile-legal a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.pub-footer-mobile-legal a:hover,
.pub-footer-mobile-legal a:focus-visible {
  color: rgba(255, 255, 255, 0.82);
}

.pub-footer-mobile-copy {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-top: 16px;
}

/* ---- Center search (landing) ---- */
.center-search-box {
  align-items: center;
  background: #fff;
  border: 1px solid var(--tg-line, #d8e0e8);
  border-radius: 6px;
  display: flex;
  margin-bottom: 24px;
  padding: 5px 14px;
  transition: border-color 160ms ease;
  width: 340px;
}

.center-search-box:focus-within {
  border-color: var(--tg-navy, #0f294b);
}

.center-search-icon {
  color: var(--tg-muted, #657386);
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.center-search-input {
  background: none;
  border: none;
  color: var(--tg-ink, #0b0b0b);
  flex: 1;
  font: inherit;
  font-size: 14px;
  min-height: 34px;
  min-width: 0;
  outline: none;
  padding: 0 10px;
}

.center-search-input::placeholder {
  color: var(--tg-muted, #657386);
}

.center-no-results {
  color: var(--muted, #626970);
  display: none;
  font-size: 15px;
  padding: 18px 0;
}

/* ---- Location panel (static, no external API) ---- */
.location-panel {
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.location-panel-visual {
  align-items: center;
  background: var(--primary, #0f294b);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  min-height: 240px;
  padding: 32px;
  text-align: center;
}

.location-panel-visual svg {
  height: 48px;
  opacity: 0.6;
  width: 48px;
}

.location-panel-visual .location-city {
  font-size: 18px;
  font-weight: 700;
}

.location-panel-info {
  background: var(--surface, #fff);
  border: 1px solid var(--border, #d9ddd6);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 28px;
}

.location-panel-info h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.location-panel-info p {
  color: var(--muted, #626970);
  margin: 0;
}

.location-panel-info .location-contact {
  margin-top: 4px;
}

.location-panel-info .location-contact a {
  display: block;
  margin-bottom: 2px;
}

.location-panel-actions {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.center-summary .contact-photo {
  aspect-ratio: 16 / 10;
}

.center-summary .size-list {
  color: var(--text, #1f252b);
  font-weight: 650;
}

.faq-item {
  padding: 0;
}

.faq-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  padding: 18px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  color: var(--primary, #0f294b);
  content: "+";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-left: 16px;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  border-top: 1px solid var(--border, #d9ddd6);
  padding: 14px 18px 18px;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .pub-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .pub-footer {
    padding: 30px 0 34px;
  }

  .pub-footer-inner {
    padding: 0 20px;
  }

  .pub-footer-grid {
    display: none;
  }

  .pub-footer-bottom {
    display: none;
  }

  .pub-footer-mobile {
    display: block;
  }

  .location-panel {
    grid-template-columns: 1fr;
  }

  .location-panel-visual {
    min-height: 160px;
  }
}

/* ============================================================
   F1 premium landing (design handoff: Landing 2a / móvil 3a)
   ============================================================ */

/* ---- Hero ---- */
.lp-hero {
  background: var(--tg-navy, #0f294b);
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.lp-hero-photo {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: 0;
}

.lp-hero-scrim {
  background: linear-gradient(90deg,
    #0f294b 0%,
    #0f294b 32%,
    rgba(15, 41, 75, 0.88) 43%,
    rgba(15, 41, 75, 0.22) 62%,
    rgba(15, 41, 75, 0.05) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.lp-hero-content {
  margin: 0 auto;
  max-width: 1180px;
  padding: 64px 24px 76px;
  position: relative;
  z-index: 2;
}

.lp-hero-content .tg-eyebrow {
  margin-bottom: 16px;
}

.lp-hero-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.02;
  margin: 0 0 22px;
  max-width: 640px;
}

.lp-hero-title span {
  display: block;
}

.lp-hero-mark {
  background: var(--tg-orange, #e59536);
  border-radius: 2px;
  display: block;
  height: 4px;
  margin: 0 0 44px;
  width: 72px;
}

.lp-picker {
  align-items: flex-end;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(11, 24, 43, 0.28);
  display: flex;
  gap: 12px;
  max-width: 560px;
  padding: 16px;
}

.lp-picker-field {
  flex: 1;
  min-width: 0;
}

.lp-picker-label {
  color: var(--tg-muted, #657386);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.lp-picker-select {
  appearance: none;
  -webkit-appearance: none;
  background:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23657386' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")
    right 14px center / 18px 18px no-repeat #fff;
  border: 1px solid var(--tg-line, #d8e0e8);
  border-radius: 6px;
  color: var(--tg-navy, #0f294b);
  font: 600 15px/1 'Montserrat', sans-serif;
  height: 52px;
  min-height: 52px;
  padding: 0 40px 0 14px;
  width: 100%;
}

.lp-picker-select:focus {
  border-color: var(--tg-navy, #0f294b);
  outline: none;
}

.lp-picker-cta {
  flex: 0 0 auto;
}

.lp-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.lp-hero-pills span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 9px 14px;
}

/* ---- Brand trust bar (overlapping hero) ---- */
.lp-trustbar-wrap {
  margin: -32px auto 0;
  max-width: 1180px;
  padding: 0 24px;
  position: relative;
  z-index: 3;
}

.lp-trustbar {
  background: #fff;
  border: 1px solid var(--tg-line, #d8e0e8);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(15, 41, 75, 0.12);
  display: flex;
}

.lp-trustbar-item {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 14px;
  padding: 20px 24px;
}

.lp-trustbar-item + .lp-trustbar-item {
  border-left: 1px solid var(--tg-line, #d8e0e8);
}

.lp-trustbar-item:last-child {
  padding-right: 96px;
}

.lp-trustbar-item svg {
  color: var(--tg-navy, #0f294b);
  flex: 0 0 26px;
  height: 26px;
  width: 26px;
}

.lp-trustbar-item svg.lp-icon-whatsapp {
  color: #25d366;
  fill: #25d366;
}

.lp-trustbar-item strong {
  color: var(--tg-ink, #0b0b0b);
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-trustbar-item small {
  color: var(--tg-muted, #657386);
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

/* ---- Sections ---- */
.lp-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 56px 24px;
}

.lp-band {
  background: #f7f9fb;
}

.lp-band .lp-section {
  background: transparent;
}

.lp-h2 {
  color: var(--tg-navy, #0f294b);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.lp-section-head {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* ---- Center cards ---- */
.lp-center-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-center-card {
  background: #fff;
  border: 1px solid var(--tg-line, #d8e0e8);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 41, 75, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.lp-center-card-media {
  height: 170px;
  position: relative;
}

.lp-center-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lp-center-card-badge {
  background: #fff;
  border-radius: 999px;
  color: #2f855a;
  font-size: 11px;
  font-weight: 700;
  left: 12px;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 6px 11px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}

.lp-center-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.lp-center-card-body h3 {
  color: var(--tg-navy, #0f294b);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 3px;
}

.lp-center-card-address {
  color: var(--tg-muted, #657386);
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 14px;
}

.lp-center-card-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.lp-center-card-price strong {
  color: var(--tg-navy, #0f294b);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.lp-center-card-price span {
  color: var(--tg-muted, #657386);
  font-size: 14px;
  font-weight: 600;
}

.lp-center-card-price--none {
  color: var(--tg-muted, #657386);
  font-size: 15px;
  font-weight: 600;
}

.lp-center-card-meta {
  color: var(--tg-muted, #657386);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 16px;
}

.lp-center-card-cta {
  height: 46px;
  margin-top: auto;
  width: 100%;
}

.lp-center-card--placeholder {
  background: var(--tg-surface, #f7f9fb);
  border-style: dashed;
  border-color: #c6d0da;
  box-shadow: none;
}

.lp-center-card--placeholder .lp-center-card-body {
  padding: 20px;
}

.lp-center-card--placeholder .lp-center-card-cta {
  height: 46px;
  margin-top: auto;
  width: 100%;
}

.lp-center-card-placeholder-media {
  background:
    repeating-linear-gradient(
      135deg,
      #edf1f5,
      #edf1f5 14px,
      #e4eaf0 14px,
      #e4eaf0 28px
    );
  display: flex;
  height: 170px;
  position: relative;
}

.lp-center-card-placeholder-media::after {
  color: #8a94a0;
  content: "FOTO · nuevo centro";
  font-size: 12px;
  font-weight: 600;
  left: 50%;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.lp-center-card-badge--static {
  align-self: flex-start;
  background: rgba(229, 149, 54, 0.1);
  border: 1px solid rgba(201, 118, 22, 0.35);
  color: var(--tg-orange-ink, #c97616);
  display: inline-flex;
  margin: 0 0 14px;
  position: static;
}

/* ---- Steps ---- */
.lp-steps-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-step-card {
  background: #fff;
  border: 1px solid var(--tg-line, #d8e0e8);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 41, 75, 0.06);
  padding: 22px;
}

.lp-step-card-num {
  align-items: center;
  background: var(--tg-orange, #e59536);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  margin-bottom: 12px;
  width: 28px;
}

.lp-step-card h3 {
  color: var(--tg-navy, #0f294b);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
}

.lp-step-card p {
  color: var(--tg-muted, #657386);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* ---- Why / photo split ---- */
.lp-why {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.lp-why-photo {
  border-radius: 10px;
  overflow: hidden;
}

.lp-why-photo img {
  display: block;
  height: 440px;
  object-fit: cover;
  width: 100%;
}

.lp-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.lp-why-item {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.lp-why-item-icon {
  align-items: center;
  background: var(--tg-surface, #f7f9fb);
  border: 1px solid var(--tg-line, #d8e0e8);
  border-radius: 8px;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.lp-why-item-icon svg {
  color: var(--tg-navy, #0f294b);
  height: 20px;
  width: 20px;
}

.lp-why-item h3 {
  color: var(--tg-navy, #0f294b);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 3px;
}

.lp-why-item p {
  color: var(--tg-muted, #657386);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* ---- B2B strip ---- */
.lp-b2b {
  background: var(--tg-navy, #0f294b);
}

.lp-b2b .lp-section {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.2fr 1fr;
  padding-bottom: 52px;
  padding-top: 52px;
}

.lp-b2b h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 12px;
}

.lp-b2b p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 520px;
}

.lp-b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-b2b-outline {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  height: 52px;
  justify-content: center;
  line-height: 1;
  padding: 0 26px;
  text-decoration: none;
  transition: all 160ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

.lp-b2b-outline:hover,
.lp-b2b-outline:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.lp-b2b-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.lp-b2b--operators .lp-section {
  grid-template-columns: minmax(0, 620px);
  justify-content: start;
}

.lp-b2b--operators .tg-eyebrow {
  color: var(--tg-orange, #e59536);
}

.lp-b2b-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 18px;
}

.lp-b2b-stat strong {
  color: var(--tg-orange, #e59536);
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.lp-b2b-stat span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

/* ---- Landing responsive ---- */
@media (max-width: 900px) {
  .lp-hero-title {
    font-size: 48px;
  }

  .lp-trustbar {
    flex-wrap: wrap;
  }

  .lp-trustbar-item {
    flex: 1 1 45%;
  }

  .lp-trustbar-item + .lp-trustbar-item {
    border-left: 0;
  }

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

  .lp-why,
  .lp-b2b .lp-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .lp-center-grid,
  .lp-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-why,
  .lp-b2b .lp-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .lp-hero {
    min-height: 74svh;
  }

  .lp-hero-photo {
    inset: 0;
    object-position: 58% center;
    opacity: 0.95;
    width: 100%;
  }

  .lp-hero-scrim {
    background: linear-gradient(180deg,
      rgba(15, 41, 75, 0.88) 0%,
      rgba(15, 41, 75, 0.58) 28%,
      rgba(15, 41, 75, 0.18) 60%,
      rgba(15, 41, 75, 0.42) 100%);
  }

  .lp-hero-content {
    display: flex;
    flex-direction: column;
    min-height: 74svh;
    padding: 44px 20px 42px;
  }

  .lp-hero-title {
    font-size: 36px;
    line-height: 1.03;
    margin-bottom: 20px;
    max-width: 292px;
  }

  .lp-hero-mark {
    margin-bottom: 22px;
    width: 60px;
  }

  .lp-picker {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
  }

  .lp-picker-select {
    height: 48px;
    min-height: 48px;
  }

  .lp-picker-cta {
    height: 48px;
    width: 100%;
  }

  .lp-hero-pills {
    display: none;
  }

  .lp-trustbar-wrap {
    display: none;
  }

  .lp-section {
    padding: 28px 18px;
  }

  .lp-section-head {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .center-search-box {
    display: none;
  }

  .lp-h2 {
    font-size: 24px;
  }

  .lp-center-grid,
  .lp-steps-grid {
    grid-template-columns: 1fr;
  }

  .lp-center-card-media {
    height: 150px;
  }

  .lp-mobile-suppressed {
    display: none;
  }

  .lp-why {
    gap: 20px;
  }

  .lp-why-photo img {
    height: 240px;
  }

  .lp-b2b .lp-section {
    gap: 24px;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .lp-b2b h2 {
    font-size: 22px;
  }

  .lp-b2b--operators .lp-section {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .lp-b2b--operators p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .lp-b2b--operators .lp-b2b-actions .tg-btn-cta {
    height: 46px;
    padding: 0 18px;
    width: 100%;
  }

  .lp-b2b--operators .lp-b2b-outline {
    display: none;
  }

  .lp-b2b-actions .tg-btn-cta,
  .lp-b2b-outline {
    width: 100%;
  }
}

/* ============================================================
   City page (F2) - CityPage.pdf parity with backend data truth
   ============================================================ */

.cp-page {
  background: var(--tg-surface);
}

.cp-breadcrumb {
  font-size: 13px;
}

.cp-breadcrumb .lp-section {
  align-items: center;
  color: var(--tg-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 0;
  padding-top: 18px;
}

.cp-breadcrumb a {
  color: var(--tg-muted);
  font-weight: 500;
}

.cp-breadcrumb a:hover {
  color: var(--tg-navy);
  text-decoration: none;
}

.cp-breadcrumb-current {
  color: var(--tg-navy);
  font-weight: 700;
}

.cp-hero-wrap {
  padding-bottom: 26px;
  padding-top: 18px;
}

.cp-hero {
  background: var(--tg-white);
  border: 1px solid var(--tg-line);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(15, 41, 75, 0.07);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  overflow: hidden;
  padding: 40px;
}

.cp-hero-copy h1 {
  color: var(--tg-navy);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 16px;
}

.cp-hero-lead {
  color: var(--tg-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 460px;
}

.cp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.cp-hero-checks {
  color: var(--tg-navy);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-hero-checks li::before {
  color: var(--tg-orange-ink);
  content: "✓ ";
}

.cp-hero-media {
  margin: 0;
  position: relative;
}

.cp-hero-media img {
  border-radius: 10px;
  display: block;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  width: 100%;
}

.cp-hero-media figcaption {
  background: rgba(10, 29, 54, 0.88);
  border-radius: 8px;
  bottom: 14px;
  color: var(--tg-white);
  display: grid;
  gap: 2px;
  left: 14px;
  padding: 10px 14px;
  position: absolute;
  right: 14px;
}

.cp-hero-media figcaption strong {
  font-size: 14px;
}

.cp-hero-media figcaption span {
  font-size: 12px;
  opacity: 0.85;
}

.cp-section-lead {
  color: var(--tg-muted);
  margin: 8px 0 26px;
  max-width: 560px;
}

.cp-center-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 460px));
}

.cp-center-card {
  background: var(--tg-white);
  border: 1px solid var(--tg-line);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.cp-center-card-head h3 {
  color: var(--tg-navy);
  font-size: 19px;
  margin: 0 0 6px;
}

.cp-center-card-address {
  color: var(--tg-muted);
  font-size: 14px;
  margin: 0;
}

.cp-center-card-price {
  align-items: baseline;
  display: flex;
  gap: 4px;
}

.cp-center-card-price strong {
  color: var(--tg-orange-ink);
  font-size: 28px;
  font-weight: 800;
}

.cp-center-card-price span {
  color: var(--tg-muted);
  font-size: 14px;
  font-weight: 600;
}

.cp-center-card-price--none {
  color: var(--tg-muted);
  font-size: 15px;
  font-weight: 600;
}

.cp-center-card-meta {
  color: var(--tg-muted);
  display: grid;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.cp-center-card-meta li::before {
  color: var(--tg-orange-ink);
  content: "• ";
}

.cp-center-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cp-center-note {
  color: var(--tg-muted);
  font-size: 13px;
  margin: 18px 0 0;
}

.cp-benefit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cp-benefit-card {
  background: var(--tg-white);
  border: 1px solid var(--tg-line);
  border-radius: 10px;
  padding: 22px 20px;
}

.cp-benefit-card h3 {
  color: var(--tg-navy);
  font-size: 16px;
  margin: 14px 0 8px;
}

.cp-benefit-card p {
  color: var(--tg-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.cp-zones {
  background: var(--tg-navy);
  color: var(--tg-white);
}

.cp-zones h2 {
  color: var(--tg-white);
  font-size: 30px;
  line-height: 1.12;
  margin: 0 0 12px;
}

.cp-zones-lead {
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 22px;
  max-width: 520px;
}

.cp-zone-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-zone-chips li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
}

.cp-zone-chips--centered {
  justify-content: center;
  margin-bottom: 24px;
}

.cp-faq-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cp-faq-grid .faq-item {
  background: var(--tg-white);
  border: 1px solid var(--tg-line);
  border-radius: 10px;
  padding: 4px 16px;
}

.cp-final-cta {
  background: var(--tg-navy-deep);
  color: var(--tg-white);
  text-align: center;
}

.cp-final-cta h2 {
  color: var(--tg-white);
  font-size: 32px;
  line-height: 1.12;
  margin: 0 0 12px;
}

.cp-final-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0 auto 24px;
  max-width: 480px;
}

.cp-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cp-final-cta-ghost {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  color: var(--tg-white);
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  padding: 0 22px;
  transition: all 160ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

.cp-final-cta-ghost:hover,
.cp-final-cta-ghost:focus-visible {
  border-color: var(--tg-white);
  color: var(--tg-white);
  text-decoration: none;
}

@media (max-width: 900px) {
  .cp-hero {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .cp-hero-copy h1 {
    font-size: 30px;
  }

  .cp-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cp-hero-media img {
    min-height: 220px;
  }

  .cp-hero-actions .tg-btn-cta,
  .cp-hero-actions .tg-btn-ghost {
    flex: 1 1 100%;
  }

  .cp-benefit-grid {
    grid-template-columns: 1fr;
  }

  .cp-center-grid {
    grid-template-columns: 1fr;
  }

  .cp-final-cta h2 {
    font-size: 26px;
  }

  .cp-final-cta-actions .tg-btn-cta,
  .cp-final-cta-actions .cp-final-cta-ghost {
    width: 100%;
  }
}

/* ============================================================
   Company/legal pages (F7) - Empresa y Legal.pdf layout
   Content stays placeholder-labeled and noindex until legal review.
   ============================================================ */

.lg-head {
  background: var(--tg-surface);
  border-bottom: 1px solid var(--tg-line);
}

.lg-head .lp-section {
  padding-bottom: 30px;
  padding-top: 24px;
}

.lg-head h1 {
  color: var(--tg-navy);
  font-size: 34px;
  line-height: 1.1;
  margin: 10px 0 8px;
}

.lg-head p {
  color: var(--tg-muted);
  margin: 0;
  max-width: 560px;
}

.lg-breadcrumb {
  align-items: center;
  color: var(--tg-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
}

.lg-breadcrumb a {
  color: var(--tg-muted);
  font-weight: 500;
}

.lg-breadcrumb a:hover {
  color: var(--tg-navy);
  text-decoration: none;
}

.lg-breadcrumb .lg-breadcrumb-current {
  color: var(--tg-navy);
  font-weight: 700;
}

.lg-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 260px minmax(0, 1fr);
}

.lg-sidebar {
  background: var(--tg-white);
  border: 1px solid var(--tg-line);
  border-radius: 12px;
  padding: 18px;
  position: sticky;
  top: 96px;
}

.lg-sidebar-label {
  color: var(--tg-muted);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.lg-sidebar nav {
  display: grid;
  gap: 2px;
}

.lg-sidebar nav a {
  border-radius: 8px;
  color: var(--tg-muted);
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 12px;
  transition: background 160ms cubic-bezier(0.2, 0.6, 0.2, 1), color 160ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

.lg-sidebar nav a::before {
  background: #cfd8e3;
  border-radius: 50%;
  content: "";
  flex: 0 0 7px;
  height: 7px;
  width: 7px;
}

.lg-sidebar nav a:hover,
.lg-sidebar nav a:focus-visible {
  background: var(--tg-surface);
  color: var(--tg-navy);
  outline: 2px solid rgba(15, 41, 75, 0.16);
  outline-offset: 2px;
  text-decoration: none;
}

.lg-sidebar nav a.is-active {
  background: var(--tg-navy);
  color: #fff;
}

.lg-sidebar nav a.is-active::before {
  background: var(--tg-orange);
}

.lg-sidebar nav a.is-active:hover,
.lg-sidebar nav a.is-active:focus-visible {
  background: var(--tg-navy-deep);
  color: #fff;
  outline-color: rgba(229, 149, 54, 0.55);
}

.lg-sidebar-contact {
  border-top: 1px solid var(--tg-line);
  margin-top: 14px;
  padding-top: 14px;
}

.lg-sidebar-contact small {
  color: var(--tg-muted);
  display: block;
  font-size: 12.5px;
  margin-bottom: 4px;
}

.lg-sidebar-contact a {
  color: var(--tg-navy);
  font-size: 16px;
  font-weight: 700;
}

.lg-content {
  background: var(--tg-white);
  border: 1px solid var(--tg-line);
  border-radius: 12px;
  padding: 28px 30px;
}

.lg-content h1,
.lg-content h2 {
  color: var(--tg-navy);
  margin-top: 0;
}

.lg-placeholder-note {
  align-items: flex-start;
  background: #fdf6ec;
  border: 1px solid #f0d5ab;
  border-radius: 8px;
  color: var(--tg-orange-ink);
  display: flex;
  font-size: 13.5px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 11px 14px;
}

.lg-content ul {
  color: var(--tg-muted);
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 20px;
}

.lg-content li::marker {
  color: var(--tg-orange-ink);
}

.lg-body {
  color: var(--tg-muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-content {
  display: grid;
  gap: 18px;
}

.contact-form-card,
.contact-info-card {
  background: var(--tg-white);
  border: 1px solid var(--tg-line);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(10, 29, 54, 0.06);
}

.contact-form-card {
  padding: 28px 30px;
}

.contact-form-heading h2,
.contact-info-card h2 {
  color: var(--tg-navy);
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.contact-form-heading p {
  color: var(--tg-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 22px;
}

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

.contact-field {
  display: grid;
  gap: 7px;
}

.contact-field--wide {
  grid-column: 1 / -1;
}

.contact-field label,
.contact-privacy-check {
  color: var(--tg-navy);
  font-size: 13px;
  font-weight: 700;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  background: var(--tg-white);
  border: 1px solid var(--tg-line);
  border-radius: 8px;
  color: var(--tg-ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: var(--tg-navy);
  box-shadow: 0 0 0 3px rgba(15, 41, 75, 0.12);
  outline: 0;
}

.contact-form-grid textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-privacy-check {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  line-height: 1.45;
  margin: 18px 0 20px;
}

.contact-privacy-check input {
  accent-color: var(--tg-navy);
  flex: 0 0 auto;
  margin-top: 2px;
}

.contact-form-card .contact-privacy-check a {
  color: var(--tg-orange-ink);
  font-weight: 700;
}

.contact-info-card a {
  color: var(--tg-navy);
  font-weight: 700;
}

.contact-form-status {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.contact-info-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-info-card {
  padding: 22px;
}

.contact-info-card .tg-eyebrow {
  margin-bottom: 16px;
}

.contact-info-card dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.contact-info-card dt {
  color: var(--tg-muted);
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-info-card dd,
.contact-info-card p {
  color: var(--tg-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.contact-info-card dd a {
  font-size: 16px;
}

.contact-access-pill {
  background: var(--tg-surface);
  border: 1px solid var(--tg-line);
  border-radius: 999px;
  color: var(--tg-navy);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  margin-top: 18px;
  padding: 9px 12px;
}

@media (max-width: 900px) {
  .lg-layout {
    grid-template-columns: 1fr;
  }

  .lg-sidebar {
    position: static;
  }

  .lg-head h1 {
    font-size: 26px;
  }

  .contact-info-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 22px;
  }
}

/* Content <nav> elements must not inherit the topbar nav flex rules that
   base.html applies to `body.public-landing nav` at mobile widths. */
.cp-page nav.cp-breadcrumb,
.lg-head nav.lg-breadcrumb,
.lg-layout .lg-sidebar nav {
  flex: none;
  justify-content: flex-start;
  margin-left: 0;
  width: 100%;
}

.cp-page nav.cp-breadcrumb {
  display: block;
}

.lg-head nav.lg-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.lg-layout .lg-sidebar nav {
  display: grid;
  gap: 2px;
}

.lg-layout .lg-sidebar nav {
  grid-template-columns: minmax(0, 1fr);
}

.lg-layout .lg-sidebar nav a:not(.is-active) {
  color: var(--tg-muted);
}

.lg-layout .lg-sidebar nav a:not(.is-active):hover,
.lg-layout .lg-sidebar nav a:not(.is-active):focus-visible {
  color: var(--tg-navy);
}
