/* ============================================================
   EspaZIP — Site layout & components
   ============================================================ */

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Header styles live in js/nav.js — self-contained and page-independent */

/* ----------------------------- Footer ---------------------------- */
.tp-footer { background: var(--tp-blue); color: #fff; padding: 36px 24px 28px; margin-top: 80px; }
.tp-footer .row { max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.tp-footer .col { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.tp-footer .col a { color: #fff; opacity: .9; }
.tp-footer .meta { font-size: 12px; opacity: .85; text-align: right; line-height: 1.6; font-weight: 400; letter-spacing: 0; font-style: italic; }
.tp-footer .privacy { text-align: center; margin-top: 18px; opacity: .7; font-size: 12px; }

/* ----------------------------- Buttons --------------------------- */
.tp-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--tp-font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
  border: none; cursor: pointer; border-radius: var(--tp-r-pill);
  padding: 14px 26px; font-size: 14px;
  text-decoration: none;
  transition: transform var(--tp-dur-base) var(--tp-ease),
              background var(--tp-dur-base) var(--tp-ease),
              box-shadow var(--tp-dur-base) var(--tp-ease);
  white-space: nowrap;
}
.tp-btn-primary { background: var(--tp-orange); color: #fff; box-shadow: var(--tp-shadow-btn); }
.tp-btn-primary:hover { background: var(--tp-orange-deep); transform: translateY(-1px); opacity: 1; }
.tp-btn-secondary { background: var(--tp-blue); color: #fff; }
.tp-btn-secondary:hover { background: var(--tp-blue-deep); transform: translateY(-1px); opacity: 1; }
.tp-btn-outline { background: transparent; color: var(--tp-blue); border: 1.5px solid var(--tp-blue); }
.tp-btn-outline:hover { background: var(--tp-blue); color: #fff; opacity: 1; }
.tp-btn .ico-pill {
  width: 20px; height: 20px; border-radius: 50%;
  background: #fff; color: var(--tp-orange);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 900;
}
.tp-btn-secondary .ico-pill { color: var(--tp-blue); }
.tp-btn img { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; }

/* ----------------------------- Chip ----------------------------- */
.tp-chip {
  display: inline-flex; align-items: center; gap: 10px;
  border: 2.5px solid var(--tp-blue); border-radius: var(--tp-r-pill);
  padding: 5px 5px; color: var(--tp-blue); background: #fff;
  font-family: var(--tp-font-display); font-weight: 600; font-size: 14px;
  min-width: 275px;
}
.tp-chip .dot {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tp-chip .dot img {
  width: 40px; height: 40px; object-fit: contain;
}

/* ----------------------------- ZIP Search ----------------------- */
.tp-search {
  background: #fff; border-radius: 20px;
  box-shadow: 0 2px 6px rgba(39, 51, 199, 0.10), 0 12px 30px rgba(39, 51, 199, 0.22), 0 28px 60px rgba(39, 51, 199, 0.18);
  padding: 14px 14px 14px 20px;
  display: flex; align-items: center; gap: 10px;
  max-width: 720px; margin: 0 auto; min-height: 100px;
}
.tp-search .pin {width: 50px;display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.tp-search .pin img { width: 40px; height: 40px; object-fit: contain; }
.tp-search input {
  flex: 1; min-width: 0; border: none; outline: none;
  font: 600 15px var(--tp-font-body); color: var(--tp-blue);
  background: var(--tp-blue-050);
  border-radius: 10px; padding: 14px 18px;
}
.tp-search input::placeholder { color: var(--tp-blue-300); font-style: italic; font-weight: 400; }
.tp-search .divider { width: 1px; height: 28px; background: var(--tp-line); flex-shrink: 0; }
.tp-search .select-wrap {
  position: relative; flex-shrink: 0; display: flex; align-items: center;
  background: var(--tp-blue-050); border-radius: 10px;
}
.tp-search .select-wrap::after {
  content: ""; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px;
  background: url('../iconos/iconos-27.webp') no-repeat center / contain;
  pointer-events: none;
}
.tp-search select {
  appearance: none; -webkit-appearance: none;
  border: none; outline: none; background: transparent;
  font: 600 15px var(--tp-font-display);
  color: var(--tp-blue);
  cursor: pointer;
  padding: 14px 40px 14px 16px; width: 100%;
}
.tp-search .submit { background: var(--tp-blue); color: #fff; border: none; border-radius: 10px; padding: 14px 26px; font: 700 14px var(--tp-font-display); cursor: pointer; transition: background var(--tp-dur-base) var(--tp-ease); white-space: nowrap; }
.tp-search .submit:hover { background: var(--tp-blue-deep); }

/* ----------------------------- Sections ------------------------- */
.tp-section { padding: 80px 0; }
.tp-section.compact { padding: 56px 0; }
.tp-section.blue   { background: var(--tp-blue);   color: #fff; }
.tp-section.orange { background: var(--tp-orange); color: #fff; }
.tp-section.paper  { background: var(--tp-blue-050); }
.tp-section.blue h1, .tp-section.blue h2, .tp-section.blue h3, .tp-section.blue p,
.tp-section.orange h1, .tp-section.orange h2, .tp-section.orange h3, .tp-section.orange p { color: #fff; }

/* ----------------------------- Type ----------------------------- */
.tp-eyebrow { font-family: var(--tp-font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: var(--tp-fs-small); color: var(--tp-orange); margin: 0; }
.tp-h1 { font-family: var(--tp-font-display); font-weight: 700; font-size: 44px; line-height: 1.25; letter-spacing: 0.02em; color: var(--tp-orange); text-transform: uppercase; text-align: center; max-width: 760px; margin: 0 auto 16px; }
.tp-h1.blue { color: var(--tp-blue); }
.tp-h2 { font-family: var(--tp-font-display); font-weight: 700; font-size: 32px; line-height: 1.25; color: var(--tp-blue); margin: 0 0 16px; }
.tp-h3 { font-family: var(--tp-font-display); font-weight: 600; font-size: 24px; line-height: 1.25; color: var(--tp-blue); margin: 0; }
.lead  { text-align: center; max-width: 640px; margin: 0 auto 40px; color: var(--tp-blue); }
.tp-section.blue .lead, .tp-section.orange .lead { color: rgba(255,255,255,0.95); }
.tp-section.compact .lead { color: var(--tp-orange); }
.tp-micro { font-size: 12px; color: var(--tp-ink-3); }

/* ----------------------------- HERO ----------------------------- */
.tp-hero {
  position: relative; overflow: hidden;
  background-image: url("../assets/hero-bg.webp");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #EEF0FB;
  padding: 110px 0 140px;
  min-height: 680px;
}
.tp-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(238,240,251,0.92) 0%, rgba(238,240,251,0.7) 35%, rgba(238,240,251,0.0) 60%);
  pointer-events: none;
}
.tp-hero::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0;
  height: 160px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}
.tp-hero .container { position: relative; z-index: 1; }
.tp-hero-copy { max-width: 480px; }
.tp-hero-copy h1 {
  font-family: var(--tp-font-display); font-weight: 700;
  color: var(--tp-blue); font-size: 44px; line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -0.01em;
}
.tp-hero-copy p { color: var(--tp-ink-2); margin: 0 0 28px; }

/* ----------------------------- Cards ---------------------------- */
.tp-card {
  background: #fff;border-radius: var(--tp-r-md );
  padding: 16px 24px; box-shadow: var(--tp-shadow-card);
  display: flex; flex-direction: column; gap: 12px;
  transition: transform var(--tp-dur-base) var(--tp-ease);
}
.tp-card.blue   { background: var(--tp-blue);   color: #fff; box-shadow: none; }
.tp-card.orange { background: var(--tp-orange); color: #fff; box-shadow: none; }
.tp-card:hover { transform: translateY(-2px); }
.tp-card-icon {
  display: flex; align-items: center; justify-content: center;
  background: var(--tp-blue-050); color: var(--tp-blue);
  flex-shrink: 0;
}
.tp-card-icon img { width: 100px; height: 100px; object-fit: contain; }
.tp-card.blue .tp-card-icon { background: rgba(255,255,255,.14); color: #fff; }
.tp-card.orange .tp-card-icon { background: rgba(255,255,255,.16); color: #fff; }
.tp-card h3 { margin: 0; font-size: 18px; font-family: var(--tp-font-display); font-weight: 700; }
.tp-card .feat { display: flex; gap: 10px; align-items: flex-start; font-style: italic; font-weight: 700; font-size: 30px; line-height: 1.4; color: var(--tp-orange); margin: 0; }
.tp-card.blue .feat, .tp-card.orange .feat { color: #fff; }
.tp-card .feat .d { width: 18px; height: 18px; border-radius: 50%; background: var(--tp-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; flex-shrink: 0; margin-top: 2px; }
.tp-card.blue .feat .d   { background: #fff; color: var(--tp-blue); }
.tp-card.orange .feat .d { background: #fff; color: var(--tp-orange); }

/* Blue section feature cards: large centered icon, centered text */
.tp-section.blue .tp-card {
  align-items: center; text-align: center;
  padding: 36px 24px; border-radius: var(--tp-r-xl);
}
.tp-section.blue .tp-card-icon {
  width: 140px; height: 140px; border-radius: 0;
  background: transparent;
}
.tp-section.blue .tp-card-icon img { width: 120px; height: 120px; }
.tp-section.blue .tp-card .feat { justify-content: center; color: var(--tp-orange); font-size: 25px; font-weight: bold; }

/* ----------------------------- Form fields --------------------- */
.tp-form { display: grid; gap: 18px; max-width: 520px; margin: 32px auto 0; }
.tp-form label { display: block; }
.tp-form .lbl { font-size: 13px; font-weight: 700; color: var(--tp-ink-2); margin-bottom: 6px; }
.tp-form input {
  width: 100%; box-sizing: border-box;
  background: var(--tp-paper); border: 1px solid transparent;
  border-radius: var(--tp-r-pill); padding: 14px 22px;
  font: 500 15px var(--tp-font-body); color: var(--tp-ink-1); outline: none;
  transition: border-color var(--tp-dur-base) var(--tp-ease), background var(--tp-dur-base) var(--tp-ease);
}
.tp-form input:focus { background: #fff; border-color: var(--tp-blue); }
.tp-form .submit-row { text-align: center; margin-top: 14px; }

/* ----------------------------- Grids ---------------------------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 880px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .tp-hero { padding: 60px 0 80px; min-height: 0; }
  .tp-hero::before { background: linear-gradient(180deg, rgba(238,240,251,0.96) 0%, rgba(238,240,251,0.85) 100%); }
  .tp-hero-copy { max-width: 100%; }

  /* 2 iconos arriba + 1 centrado abajo */
  .tv-combo-grid > div:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
}

/* ----------------------------- Tabs ----------------------------- */
.tp-tabs { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; padding: 20px 24px; }
.tp-tab {
  border: 1.5px solid var(--tp-blue); color: var(--tp-blue);
  background: #fff; padding: 10px 40px; border-radius: var(--tp-r-sm);
  font-family: var(--tp-font-display); font-weight: 600; font-size: 14px;
  cursor: pointer; transition: all var(--tp-dur-base) var(--tp-ease);
}
.tp-tab:hover, .tp-tab.active { background: var(--tp-blue); color: #fff; }

/* ----------------------------- Reveal --------------------------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms var(--tp-ease-out), transform 600ms var(--tp-ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ----------------------------- Provider panel ------------------- */
.provider-panel { display: none; }
.provider-panel.active { display: block; animation: tp-fade 320ms var(--tp-ease); }
@keyframes tp-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ----------------------------- Speed-tier card ------------------ */
.tier-card {
  background: var(--tp-blue-050); border-radius: 18px; padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.tier-card .head { display: flex; align-items: center; gap: 14px; }
.tier-card .head .ic { width: 52px; height: 52px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.tier-card .head .ic img { width: 52px; height: 52px; object-fit: contain; }
.tier-card .head .speed { font-family: var(--tp-font-display); font-weight: 800; color: var(--tp-blue); font-size: 26px; }
.tier-card p { color: var(--tp-blue); margin: 0; font-size: 17px; font-weight: 700; }
.tier-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.tier-card li { display: flex; align-items: center; gap: 10px; font-style: italic; font-weight: 800; color: var(--tp-blue); font-size: 17px; }
.tier-card li::before { content: ""; width: 28px; height: 28px; flex-shrink: 0; background: url('../iconos/iconos-02.webp') no-repeat center / contain; background-color: transparent; }

/* ----------------------------- Plan card (orange-border) -------- */
.plan-card {
  background: #fff; border: 3px solid var(--tp-orange); border-radius: 44px;
  padding: 28px; text-align: center;
  display: flex; flex-direction: column; gap: 10px; align-items: center;
}
.plan-card .ic { color: var(--tp-blue); }
.plan-card .label { color: var(--tp-blue); font-size: 13px; font-weight: 400; }
.plan-card .title { font-family: var(--tp-font-body); font-style: italic; font-weight: 800; color: var(--tp-blue); font-size: 26px; }
.plan-card ul { list-style: none; padding: 0; margin: 6px 0; width: 100%; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; text-align: left; }
.plan-card li { display: flex; align-items: center; gap: 8px; color: var(--tp-blue); font-size: 17px; font-weight: 700; }
.plan-card li::before { content: ""; width: 22px; height: 22px; flex-shrink: 0; background: url('../iconos/iconos-02.webp') no-repeat center / contain; border-radius: 0; background-color: transparent; }
.plan-card .cta { background: var(--tp-blue); color: #fff; border: none; border-radius: 14px; padding: 10px 28px; font: 700 13px var(--tp-font-display); text-transform: uppercase; letter-spacing: .04em; cursor: pointer; margin-top: 6px; text-decoration: none; }

/* ----------------------------- Step card ------------------------ */
.step-card {
  background: var(--tp-blue-050); border-radius: 40px; padding: 16px 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  position: relative;
}
.step-card .num {
  position: absolute; top: -26px; left: -26px;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--tp-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--tp-font-display); font-weight: 700; font-size: 26px;
}
.step-card img { width: 68px; height: 68px; object-fit: contain; }
.step-card .ic { color: var(--tp-blue); }
.step-card .label { font-weight: 700; color: var(--tp-blue); font-size: 13px; font-family: var(--tp-font-display); text-transform: uppercase; letter-spacing: .04em; text-align: center; }

/* ----------------------------- About card ----------------------- */
.about-card { border: 1.5px solid var(--tp-blue); border-radius: 20px; padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.about-card .photo { aspect-ratio: 1.6 / 1; border-radius: 16px; background: linear-gradient(135deg,#C9CEDB 0%,#A0A6BD 100%); overflow: hidden; }
.about-card .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-card h3 { font-family: var(--tp-font-display); font-weight: 700; color: var(--tp-orange); text-transform: uppercase; font-size: 15px; letter-spacing: .02em; text-align: center; margin: 0; }
.about-card p { margin: 0; color: var(--tp-ink-2); font-size: 14px; text-align: center; }

/* ----------------------------- Service mini card ---------------- */
.svc-card { border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 14px; height: 100%; }
.svc-card.white  { background: #fff; box-shadow: var(--tp-shadow-card); color: var(--tp-blue); }
.svc-card.white p, .svc-card.white .title, .svc-card.white .feat { color: var(--tp-blue) !important; }
.svc-card.white .card-head img { filter: none; }
.svc-card.blue   { background: var(--tp-blue); color: #fff; }
.svc-card.orange { background: var(--tp-orange); color: #fff; }
.svc-card .ic { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.svc-card.white  .ic { background: var(--tp-blue-050); color: var(--tp-blue); }
.svc-card.blue   .ic, .svc-card.orange .ic { background: rgba(255,255,255,.16); color: #fff; }
.svc-card .title { font-family: var(--tp-font-display); font-weight: 700; font-size: 22px; }
.svc-card p { font-size: 17px; line-height: 1.5; margin: 0; color: inherit; opacity: .95; }
.svc-card .feat { margin-top: auto; display: flex; gap: 8px; align-items: flex-start; font-size: 15px; font-style: italic; font-weight: 700; }
.svc-card .feat .d { width: 16px; height: 16px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 900; flex-shrink: 0; margin-top: 2px; }
.svc-card.white  .feat .d { background: var(--tp-blue); color: #fff; }
.svc-card.blue   .feat .d { background: #fff; color: var(--tp-blue); }
.svc-card.orange .feat .d { background: #fff; color: var(--tp-orange); }

/* ----------------------------- Misc ----------------------------- */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }
.mt-24 { margin-top: 24px; }
.mt-16 { margin-top: 16px; }
.mt-8  { margin-top: 8px; }
.mb-24 { margin-bottom: 24px; }

/* ======================== EXTRACTED FROM INLINE STYLES ======================== */

/* Hero variants */
.tp-hero.tv-hero {
  background-image: url('../assets/happy-loving-couple-sitting-couch-together-watching-tv.webp');
  background-position: right bottom;
  background-size: cover;
}
.tp-hero.tv-hero .tp-hero-copy p {
  font-size: 12px;
  line-height: 1.5;
  max-width: 200px;
  color: var(--tp-blue);
  text-align: left;
}
.tp-hero.internet-hero {
  background-image: url('../assets/full-shot-smiley-man-with-laptop.webp');
  background-position: right center;
  background-size: cover;
}
.tp-hero.internet-hero .tp-hero-copy p {
  color: var(--tp-blue);
  font-size: 12px;
  line-height: 1.5;
  max-width: 200px;
  text-align: left;
}
.tp-hero.slim { padding: 56px 0 24px; min-height: 0; }
.tp-hero.slim-notabs { padding: 56px 0 0; min-height: 0; }
.tp-hero.acerca-hero {
  background-image: url('../assets/young-people-working-call-center-new-deals-is-coming.webp');
  background-position: center 20%;
  min-height: 460px;
  padding: 320px 0 56px;
}
.tp-hero.acerca-hero::before {
  background: linear-gradient(180deg, rgba(238,240,251,0.20) 0%, rgba(238,240,251,0.50) 60%, rgba(238,240,251,0.97) 100%);
}
.tp-hero.proveedores-hero {
  background-image: url('../assets/jackson-sophat-JTucHiLel5U-unsplash.webp');
  background-position: center center;
  padding: 130px 0 90px;
  min-height: 420px;
}
.tp-hero.proveedores-hero::before {
  background: linear-gradient(135deg, rgba(238,240,251,0.88) 0%, rgba(238,240,251,0.55) 100%);
}

/* Section padding modifiers */
.tp-section.pt-56 { padding-top: 56px; }
.tp-section.pt-36 { padding-top: 36px; }
.tp-section.pt-24 { padding-top: 24px; }
.tp-section.pb-24 { padding-bottom: 24px; }
.tp-section.py-56 { padding: 56px 0; }

/* Max-width utilities */
.mw-480 { max-width: 480px; }
.mw-520 { max-width: 520px; }
.mw-540 { max-width: 540px; }
.mw-560 { max-width: 560px; }
.mw-640 { max-width: 640px; }
.mw-720 { max-width: 720px; }
.mw-760 { max-width: 760px; }
.mw-780 { max-width: 780px; }
.mw-880 { max-width: 880px; }
.mw-920 { max-width: 920px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-36 { margin-top: 36px; }

/* Heading variants */
.tp-h2.centered {
  text-align: center; text-transform: uppercase;
  letter-spacing: 0.02em; max-width: 720px; margin: 0 auto 18px;
}
.tp-section-heading {
  font-family: var(--tp-font-display); font-weight: 700;
  font-size: 36px; text-transform: uppercase; text-align: center;
  max-width: 640px; margin: 0 auto 18px;
}
.tp-page-title {
  font-family: var(--tp-font-display); font-weight: 700;
  color: var(--tp-blue); font-size: 56px; margin: 0 0 6px;
}
.tp-provider-hero-title {
  font-family: var(--tp-font-display); font-weight: 700;
  color: var(--tp-blue); font-size: 32px; margin: 0 0 32px;
}
.tp-h1.left { text-align: center; margin: 0 0 20px; min-width: 100%; }
.provider-panel .mw-920 p { color: var(--tp-blue); font-weight: 700; }
.provider-panel .mw-920 .provider-feature-list li { color: var(--tp-blue); font-weight: 700; }
.tp-compare-title {
  font-family: var(--tp-font-display); font-weight: 700;
  font-size: 44px; text-transform: uppercase; margin: 0 0 16px; max-width: 760px; text-align: left;
}
.tp-compare-sub { max-width: 760px; margin: 0 0 40px; text-align: left; font-size: 17px; }
.tp-section.blue .reveal { max-width: 760px; margin-left: auto; margin-right: auto; }
.tp-section.blue .grid-4 { margin-left: auto; margin-right: auto; }

/* Provider section headings */
.tp-provider-services-title {
  font-family: var(--tp-font-display); font-weight: 700;
  font-size: 42px; text-transform: uppercase; margin: 0 0 16px; max-width: none;
}
.tp-provider-services-title.orange { color: var(--tp-orange); }
.tp-section.blue .tp-provider-services-title,
.tp-section.orange .tp-provider-services-title { color: #fff; }
.tp-provider-services-sub { max-width: none; font-weight: 600; font-size: 20px; line-height: 1.5; margin: 0 0 28px; }
.tp-provider-services-sub.orange { color: var(--tp-orange); }
.tp-section.blue .tp-provider-services-sub { color: rgba(255,255,255,0.92); }
.tp-provider-why-title {
  font-family: var(--tp-font-display); font-weight: 700;
  color: var(--tp-blue); font-size: 38px; text-transform: uppercase;
  max-width: none; text-align: center; margin: 0 auto 44px;
}

/* Provider why-choose layout */
.provider-why-grid {
  display: grid; grid-template-columns: 140px 1fr;
  gap: 36px; align-items: flex-start; max-width: 820px; margin: 0 auto;
}
.provider-why-grid .icon-col { color: var(--tp-orange); }
.provider-why-grid > img { width: 130px; height: 130px; object-fit: contain; }
.provider-why-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 24px;
}
.provider-why-list .why-title {
  font-style: italic; font-weight: 700;
  color: var(--tp-orange); font-size: 20px; margin-bottom: 4px;
}
.provider-why-list .why-desc { color: var(--tp-blue); font-size: 17px; line-height: 1.5; }

/* Services section: texto + 1ra card en fila, 3 cards abajo */
.services-intro-grid {
  display: grid; grid-template-columns: 2fr 1fr;
  gap: 24px; align-items: start; margin-bottom: 24px;
}

.services-intro-grid > .svc-card { height: auto; align-self: start; }
.grid-3 .svc-card, .services-intro-grid > .svc-card { min-height: 280px; }

/* Card head: icon inline with title */
.svc-card .card-head { display: flex; align-items: center; gap: 10px; }
.svc-card .card-head img { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; filter: brightness(0) invert(1); }
.svc-card .card-head .ic { width: 34px; height: 34px; min-width: 34px; border-radius: 8px; }

/* Provider feature list */
.provider-feature-list {
  list-style: none; padding: 0; margin: 8px 0 0;
  display: flex; flex-direction: column; gap: 4px;
}
.provider-feature-list .arrow { color: var(--tp-orange); margin-right: 8px; font-weight: 700; }

/* Tabs border bar */
.tp-tabs-bar { background: #fff; border-top: 1px solid var(--tp-line); border-bottom: 1px solid var(--tp-line); }

/* Carrusel de proveedores — solo móvil */
.tp-provider-carousel { display: none; }

@media (max-width: 640px) {
  .tp-tabs-bar .tp-tabs { display: none; }
  .tp-provider-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 14px 20px;
  }
  .carousel-prev,
  .carousel-next {
    background: #fff;
    color: var(--tp-blue);
    border: 2px solid var(--tp-blue);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .carousel-label {
    font-family: var(--tp-font-display);
    font-weight: 700;
    color: #fff;
    background: var(--tp-blue);
    font-size: 15px;
    min-width: 150px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 30px;
  }
}

/* Chip layout */
.tp-chip-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 14px; justify-content: center; }
.tp-chip-list { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.tp-chip.wide { width: 100%; justify-content: flex-start; }
.tp-chip > img { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; }

/* About page */
.tp-about-p { color: var(--tp-ink-2); margin: 0 0 16px; }
.tp-about-p.last { margin: 0; }
.tp-about-note { text-align: center; margin-top: 32px; color: var(--tp-blue); font-weight: 600; font-size: 12px; }
.tp-about-p, .tp-about-p.last { font-size: 16px; line-height: 1.7; }

/* Feature items in sections */
.tp-feature-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.tp-feature-item span { font-size: 14px; font-style: italic; font-weight: 700; }
.tp-feature-item-center { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; color: #fff; }
.tp-feature-item-center span { font-size: 13px; font-style: italic; font-weight: 700; }

/* Tier card speed size variant */
.tier-card .head .speed.sm { font-size: 24px; }

/* Lifestyle banner */
.tp-lifestyle-banner {
  position: relative; padding: 80px 0; min-height: 340px;
  background-image: url('../assets/woman-staying-her-bed-while-working.webp');
  background-size: cover; background-position: right center;
  background-color: #fff;
  overflow: hidden;
}
.tp-lifestyle-banner .banner-overlay {
  position: absolute; inset: 0;
  background: rgba(238, 240, 251, 0.45);
}
.tp-lifestyle-banner::after {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 140px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none; z-index: 0;
}
.tp-lifestyle-banner .banner-inner { position: relative; z-index: 1; }
.tp-lifestyle-banner .banner-copy { max-width: 480px; }
.tp-lifestyle-banner h2 {
  font-family: var(--tp-font-display); font-weight: 700;
  color: var(--tp-blue); font-size: 36px; text-transform: uppercase; margin: 0 0 14px;
}
.tp-lifestyle-banner p { color: var(--tp-ink-2); margin: 0 0 24px; }

/* Internet type cards */
.internet-type-card {
  position: relative; border-radius: 36px; overflow: hidden;
  aspect-ratio: 1 / 1; background-size: cover; background-position: center;
  color: #fff; padding: 24px;
  display: flex; flex-direction: column; justify-content: center;
  align-items: center; text-align: center;
}
.internet-type-card .card-overlay { position: absolute; inset: 0; }
.internet-type-card .card-title {
  position: relative; z-index: 1;
  font-family: var(--tp-font-body); font-style: italic; font-weight: 700;
  font-size: 30px; text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  color: #fff;
}
.internet-type-card .card-title.orange { color: #fff; }
.internet-type-card .card-desc {
  position: relative; z-index: 1;
  font-size: 16px; margin-top: 10px; opacity: .95; line-height: 1.4;
}
.internet-type-fibra     { background-image: url('../assets/close-up-beautiful-optical-fiber-details.webp'); }
.internet-type-cable     { background-image: url('../assets/cables-red-light-background.webp'); }
.internet-type-satelital { background-image: url('../assets/eerie-scenery-radio-telescope-starry-night.webp'); }
.internet-type-fibra .card-overlay     { background: rgba(0, 0, 0, 0.45); }
.internet-type-cable .card-overlay     { background: rgba(0, 0, 0, 0.45); }
.internet-type-satelital .card-overlay { background: rgba(0, 0, 0, 0.45); }

/* Contact section */
#contacto { background: #EBEBEB !important; }
#contacto .tp-h1 { color: var(--tp-blue) !important; }
#contacto .lbl { color: var(--tp-blue); }
#contacto + footer { margin-top: 0; }

/* ----------------------------- Results page --------------------- */
.tp-results-status { min-height: 32px; text-align: center; }
.tp-loading { display: inline-flex; gap: 6px; align-items: center; justify-content: center; padding: 12px 0; }
.tp-loading .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--tp-blue); opacity: .35;
  animation: tp-bounce 1.1s infinite ease-in-out;
}
.tp-loading .dot:nth-child(2) { animation-delay: .15s; }
.tp-loading .dot:nth-child(3) { animation-delay: .30s; }
@keyframes tp-bounce {
  0%, 80%, 100% { transform: scale(.6); opacity: .35; }
  40% { transform: scale(1); opacity: 1; }
}
.tp-empty {
  background: var(--tp-blue-050);
  border-radius: var(--tp-r-lg);
  padding: 32px 24px;
  text-align: center;
  max-width: 640px; margin: 0 auto;
}
.tp-empty h3 {
  font-family: var(--tp-font-display);
  color: var(--tp-blue); font-size: 22px; font-weight: 700; margin: 0 0 8px;
}
.tp-empty p { color: var(--tp-ink-2); margin: 0; }

.fcc-badge {
  text-align: center; font-size: 12px; color: var(--tp-ink-3);
  margin: 0 0 20px; letter-spacing: .04em;
}
.fcc-badge::before {
  content: "✓ "; color: #2ecc71; font-weight: 700;
}

.provider-card {
  background: #fff;
  border: 1.5px solid var(--tp-blue-100);
  border-radius: var(--tp-r-xl);
  padding: 28px 22px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  text-align: center;
  box-shadow: var(--tp-shadow-card);
  transition: transform var(--tp-dur-base) var(--tp-ease),
              box-shadow var(--tp-dur-base) var(--tp-ease),
              border-color var(--tp-dur-base) var(--tp-ease);
}
.provider-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--tp-shadow-pop);
  border-color: var(--tp-blue);
}
.provider-logo-wrap {
  height: 90px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.provider-logo {
  max-width: 200px; max-height: 90px;
  object-fit: contain;
}
.provider-logo.fallback { opacity: .55; width: 60px; height: 60px; }

/* ----------------------------- DirecTV cards -------------------- */
.dtv-card {
  background: #fff;
  border: 3px solid var(--tp-blue);
  border-radius: 28px;
  padding: 32px 28px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(30,30,120,.08);
}
.dtv-logo-wrap { height: 72px; display: flex; align-items: center; justify-content: center; }
.dtv-logo { max-width: 180px; max-height: 72px; object-fit: contain; }
.dtv-badge {
  font-family: var(--tp-font-display);
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
  padding: 4px 16px; border-radius: 99px;
}
.dtv-badge-sat    { background: #e8f0fe; color: var(--tp-blue); }
.dtv-badge-stream { background: #fff3e8; color: var(--tp-orange); }
.dtv-name {
  font-family: var(--tp-font-display);
  font-weight: 700; color: var(--tp-blue);
  font-size: 22px; margin: 0;
}
.dtv-channels {
  font-family: var(--tp-font-display);
  font-size: 42px; font-weight: 800; color: var(--tp-blue); line-height: 1;
}
.dtv-channels span { font-size: 18px; font-weight: 600; }
.dtv-features {
  list-style: none; padding: 0; margin: 0 auto;
  display: flex; flex-direction: column; gap: 8px;
  width: fit-content;
}
.dtv-features li {
  display: flex; align-items: center; gap: 10px;
  color: var(--tp-blue); font-size: 15px; font-weight: 600;
}
.dtv-features li::before {
  content: ""; width: 20px; height: 20px; flex-shrink: 0;
  background: url('../iconos/iconos-02.webp') no-repeat center / contain;
}
.dtv-cta { width: 100%; justify-content: center; margin-top: 6px; }
.provider-name {
  font-family: var(--tp-font-display);
  font-weight: 700; color: var(--tp-blue);
  font-size: 20px; margin: 0;
  text-transform: uppercase;
  letter-spacing: .02em;
  min-height: 24px;
}
.tech-list {
  display: flex; flex-wrap: wrap; gap: 6px; justify-content: center;
}
.tech-chip {
  display: inline-flex; align-items: center;
  background: var(--tp-orange-050); color: var(--tp-orange-deep);
  border-radius: var(--tp-r-pill);
  padding: 4px 12px;
  font-family: var(--tp-font-display);
  font-weight: 700; font-size: 12px;
  letter-spacing: .04em; text-transform: uppercase;
}
.provider-card .speed { margin: 4px 0 6px; }
.provider-card .speed-num {
  font-family: var(--tp-font-display);
  font-weight: 700; color: var(--tp-blue);
  font-size: 36px; line-height: 1;
}
.provider-card .speed-unit {
  font-size: 20px; font-weight: 600;
}
.provider-card .speed-lbl {
  color: var(--tp-ink-3); font-size: 12px; margin-top: 4px;
}
.provider-call {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

@media (max-width: 880px) {
  #results-grid.grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  #results-grid.grid-3 { grid-template-columns: 1fr; }
}

/* ======================== RESPONSIVE — TABLET (≤880px) ======================== */
@media (max-width: 880px) {
  .services-intro-grid { grid-template-columns: 1fr; }
  .provider-why-grid { grid-template-columns: 100px 1fr; text-align: left; }
  .provider-why-grid > img { margin: 0; }
  .tp-provider-hero-title { font-size: 26px; }
  .tp-lifestyle-banner .banner-copy { max-width: 60%; }
}

/* ======================== RESPONSIVE — MOBILE (≤640px) ======================== */
@media (max-width: 640px) {

  /* ── Container ── */
  .container { padding: 0 28px; }

  /* ── Sections ── */
  .tp-section         { padding: 48px 0; }
  .tp-section.compact { padding: 40px 0; }
  .tp-section.pt-56   { padding-top: 40px; }
  .tp-section.pt-36   { padding-top: 28px; }
  .tp-footer          { margin-top: 48px; }

  /* ── Hero ── */
  .tp-hero {
    padding: 40px 0 56px;
    background-size: cover;
    background-position: center right;
  }
  /* Left side opaque (text readable), right side fully transparent (image visible) */
  .tp-hero::before {
    background: linear-gradient(90deg, rgba(238,240,251,0.97) 0%, rgba(238,240,251,0.0) 52%);
  }
  /* Reduce the bottom white fade so it doesn't cover the 3D objects */
  .tp-hero::after { height: 50px; }

  .tp-hero.acerca-hero      { padding: 140px 0 36px; min-height: 0; }
  .tp-hero.proveedores-hero {
    padding: 140px 0 28px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .tp-hero.proveedores-hero::before {
    background: linear-gradient(180deg,
      rgba(238,240,251,0.05) 0%,
      rgba(238,240,251,0.55) 60%,
      rgba(238,240,251,0.92) 100%
    );
  }
  .tp-hero-copy h1 { font-size: 28px; line-height: 1.15; }

  .tp-hero.tv-hero {
    background-position: 30% bottom;
    min-height: 360px;
    padding: 36px 0 140px;
  }
  .tp-hero.tv-hero::before { background: transparent; }

  .tp-hero.internet-hero {
    background-position: 30% center;
    min-height: 360px;
    padding: 44px 0 100px;
  }
  .tp-hero.internet-hero::before { background: transparent; }

  /* ── General typography ── */
  .tp-h1 { font-size: 26px; }
  .tp-h2 { font-size: 24px; }
  .lead  { font-size: 15px; margin-bottom: 24px; }
  .tp-page-title              { font-size: 36px; }
  .tp-compare-title           { font-size: 26px; }
  .tp-compare-sub             { font-size: 15px; }
  .tp-provider-services-title { font-size: 26px; }
  .tp-provider-services-sub   { font-size: 17px; }
  .tp-provider-why-title      { font-size: 26px; }

  /* ── Chip section: left-align heading + lead, center button ── */
  .tp-h2.centered {
    text-align: left;
    margin-left: 0;
    font-size: 28px;
  }
  .tp-section.compact .lead {
    text-align: left;
    margin-left: 0;
    max-width: none;
  }
  /* Button stays centered — do NOT override .text-center here */

  /* ── Blue section: left-align heading + lead ── */
  .tp-section-heading { font-size: 26px; text-align: left; }
  .tp-section.blue .reveal { max-width: none; margin-left: 0; margin-right: 0; }
  .tp-section.blue .lead   { text-align: left; margin-left: 0; max-width: none; }
  /* Compact cards: square, smaller, centered */
  .tp-section.blue .grid-2 { gap: 10px; max-width: 220px; margin-left: auto; margin-right: auto; }
  .tp-section.blue .tp-card { padding: 20px 16px; gap: 8px; }
  .tp-section.blue .tp-card-icon { width: 80px; height: 80px; }
  .tp-section.blue .tp-card-icon img { width: 70px; height: 70px; }
  .tp-section.blue .tp-card .feat { font-size: 18px; }

  /* ── ZIP Search — grid layout ──
       Row 1: [pin] [ZIP input ──────] [Internet ▾]
       Row 2: [Buscar disponibilidad ─────────────]  */
  .tp-search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border-radius: 16px;
    min-height: 0;
  }
  .tp-search input        { min-width: 0; }
  .tp-search .divider     { display: none; }
  .tp-search .submit {
    grid-column: 1 / -1;
    padding: 16px;
    border-radius: 12px;
    font-size: 15px;
  }

  /* ── Chip grid — single column, narrower and centered ── */
  .tp-chip-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-chip      { min-width: 0; padding: 12px 18px; }
  .tp-chip.wide { min-width: 0; }

  /* ── Grids ── */
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }

  /* tv-combo: 2 arriba + 1 centrado abajo */
  .tv-combo-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tv-combo-grid > div:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
  .tv-combo-grid img { width: 64px !important; height: 64px !important; }
  .tv-combo-grid span { font-size: 11px; }

  /* ── Internet types — 2-column layout (fibra|cable / satelital) ── */
  .tp-internet-grid { grid-template-columns: 1fr 1fr; }
  .internet-type-card { border-radius: 20px; }

  /* ── Lifestyle banner ── */
  .tp-lifestyle-banner {
    padding: 40px 0;
    min-height: 0;
    background-position: right bottom;
  }
  .tp-lifestyle-banner .banner-copy { max-width: 65%; }
  /* Left-to-right gradient so woman is visible on the right */
  .tp-lifestyle-banner .banner-overlay {
    background: linear-gradient(90deg, rgba(238,240,251,0.95) 0%, rgba(238,240,251,0.6) 55%, rgba(238,240,251,0.0) 100%);
  }
  .tp-lifestyle-banner h2 { font-size: 22px; }
  .tp-lifestyle-banner p  { font-size: 14px; margin-bottom: 16px; }

  /* ── Internet grid: 2 top + 1 centered bottom ── */
  .tp-internet-grid > div:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
    width: 100%;
  }

  /* ── Why compare section ── */
  .tp-compare-sub { margin-bottom: 56px; }
  .tp-feature-item img { width: 60px; height: 60px; }

  /* ── Provider service cards: 2 por fila en móvil ── */
  /* Convierte el container en grid de 2 col y "desenvuelve" los sub-grids */
  .provider-panel .tp-section.py-56 > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .provider-panel .services-intro-grid,
  .provider-panel .grid-3 { display: contents; }

  /* Texto intro y botón CTA ocupan fila completa */
  .provider-panel .services-intro-grid > div:first-child,
  .provider-panel .tp-section.py-56 > .container > .text-center { grid-column: 1 / -1; }

  /* Cards compactas */
  .provider-panel .svc-card { min-height: 0 !important; padding: 14px 10px; }
  .provider-panel .svc-card .title { font-size: 13px; }
  .provider-panel .svc-card p { font-size: 11px; line-height: 1.4; }
  .provider-panel .svc-card .feat { font-size: 10px; }
  .provider-panel .svc-card .card-head img { width: 22px; height: 22px; }

  /* ── Provider why grid: icon izq + texto der ── */
  .provider-why-grid { grid-template-columns: 70px 1fr; gap: 16px; text-align: left; }
  .provider-why-grid > img { margin: 0; width: 60px; height: 60px; }
  .provider-why-list { gap: 16px; }
  .provider-why-list .why-title { font-size: 14px; font-weight: 800; color: var(--tp-orange); font-style: normal; }
  .provider-why-list .why-desc  { font-size: 12px; font-weight: 700; color: var(--tp-blue); }

  /* ── Tabs ── */
  .tp-tab { padding: 10px 20px; }

  /* ── Step cards ── */
  .step-card { margin-top: 26px; padding: 15px 10px; border-radius: 35px; width: 220px; height: auto; justify-content: center; margin: auto; }
  .step-card img { width: 70px; height: 70px; }
  .step-card .num { width: 55px; height: 55px; font-size: 28px; top: -27px; left: -27px; }
  .step-card .label { font-size: 15px; }
  .steps-grid { max-width: 280px !important; width: 280px; margin-left: auto; margin-right: auto; gap: 34px !important; }

  /* ── Footer — centered column ── */
  .tp-footer .row { flex-direction: column; align-items: center; gap: 20px; }
  .tp-footer .col { align-items: center; }
  .tp-footer .meta { text-align: center; }

  /* ── Spacing utilities ── */
  .mt-32 { margin-top: 20px; }
  .mt-36 { margin-top: 24px; }
  .tp-form { margin-top: 20px; }
}

/* ======================== RESPONSIVE — SMALL MOBILE (≤480px) ======================== */
@media (max-width: 480px) {
  .tp-hero-copy h1            { font-size: 24px; }
  .tp-h1                      { font-size: 22px; }
  .tp-h2.centered             { font-size: 24px; }
  .tp-section-heading         { font-size: 22px; }
  .tp-lifestyle-banner h2     { font-size: 22px; }
  .tp-page-title              { font-size: 28px; }
  .tp-compare-title           { font-size: 22px; }
  .tp-provider-services-title { font-size: 22px; }

  .tp-btn     { padding: 12px 20px; font-size: 13px; gap: 8px; }
  .tp-btn img { width: 16px; height: 16px; }

  .internet-type-card .card-title { font-size: 20px; }
  .internet-type-card .card-desc  { font-size: 13px; }

  .tp-section.blue .tp-card .feat { font-size: 15px; }

  .tier-card .head .speed { font-size: 22px; }
  .dtv-channels { font-size: 34px; }
  .dtv-name     { font-size: 18px; }
}
