/* ============================================
   INTERNET RESIDENCIAL OFICIAL - ESTILOS UNIFICADOS
   ============================================ */

/* RESET Y BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #0d4b42;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* CONTENEDORES */
.page {
  width: 100%;
  overflow: hidden;
}

.container {
  width: min(92%, 1120px);
  margin: auto;
}

.container-wide {
  width: min(92%, 1180px);
  margin: auto;
}

.container-narrow {
  width: min(88%, 990px);
  margin: auto;
}

.container-inner {
  width: min(86%, 900px);
  margin: 0 auto 78px;
}

/* ============================================
   BOTONES
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #49f6a4;
  color: #073f36;
  font-weight: 900;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  box-shadow: 0 10px 28px rgba(73,246,164,.32);
  transition: .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #38e997;
}

.btn-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 125px;
}

.center-btn {
  text-align: center;
  margin-top: 55px;
}

.pill {
  display: inline-block;
  background: #e9fff4;
  color: #0d4b42;
  font-weight: 900;
  padding: 11px 26px;
  border-radius: 999px;
  margin-bottom: 28px;
  font-size: 15px;
}

/* ============================================
   HERO - PAGINA PRINCIPAL
   ============================================ */
.hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(72, 255, 177, 0.25), transparent 20%),
    linear-gradient(180deg, #00140f 0%, #104f45 100%);
  color: #fff;
  min-height: 520px;
  position: relative;
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  width: min(96%, 1220px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 28px;
  padding: 10px 20px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
}

.brand img {
  width: 20px;
  height: 20px;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.05;
  font-weight: 900;
  max-width: 640px;
  margin-bottom: 25px;
}

.hero p {
  font-size: 17px;
  line-height: 1.5;
  max-width: 520px;
  color: rgba(255,255,255,.65);
  margin-bottom: 28px;
}

.hero p strong {
  color: #fff;
  font-weight: 700;
}

.hero-image {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-image::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 25px solid #49f6a4;
  border-radius: 50%;
  right: -400px;
  top: -60px;
  opacity: .95;
}

.hero-image::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 25px solid #49f6a4;
  border-radius: 50%;
  left: 220px;
  bottom: 80px;
  opacity: .95;
}

.hero-image img {
  position: relative;
  z-index: 2;
  width: 800px;
  max-width: none;
  margin-right: -350px;
  filter: drop-shadow(0 25px 35px rgba(0,0,0,.35));
}

/* ============================================
   HERO - ARTICULOS (STARLINK/FIBRA)
   ============================================ */
.hero-article {
  min-height: 680px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-article.starlink {
  background:
    linear-gradient(180deg, rgba(0, 15, 12, .68), rgba(0, 15, 12, .28)),
    url("fotos/3.jpg") center bottom / cover no-repeat;
}

.hero-article.fibra {
  background:
    linear-gradient(180deg, rgba(0, 14, 11, .78), rgba(0, 14, 11, .22)),
    url("fotos/6.jpg") center center / cover no-repeat;
}

.hero-article::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 24px solid #4bf6a8;
  border-radius: 50%;
  right: -115px;
  top: -10px;
  z-index: 1;
}

.hero-article::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 22px solid #4bf6a8;
  border-radius: 50%;
  left: -125px;
  bottom: 45px;
  z-index: 1;
}

.hero-article-content {
  position: relative;
  z-index: 2;
  padding-top: 45px;
}

.hero-article h1 {
  max-width: 900px;
  font-size: 70px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 32px;
}

.hero-article p {
  max-width: 780px;
  font-size: 21px;
  line-height: 1.45;
  font-style: italic;
  color: rgba(255,255,255,.92);
}

/* ============================================
   SECCION: SOLUCIONES
   ============================================ */
.solutions {
  background: linear-gradient(180deg, #0d4b42 0%, #124f45 100%);
  color: #fff;
  padding: 80px 0 120px;
  text-align: center;
  position: relative;
}

.section-title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 15px;
}

.section-subtitle {
  max-width: 560px;
  margin: 0 auto 45px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.5;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  background: linear-gradient(180deg, #49f6a4 0%, #0c4b42 45%, #061f1b 100%);
  border-radius: 28px;
  padding: 34px 28px 28px;
  text-align: left;
  min-height: 340px;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
  color: #fff;
}

.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
}

.service-card h3 {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 16px;
  text-align: center;
}

.service-card p {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.88);
  margin-bottom: 16px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.service-list li {
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255,255,255,.8);
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}

.service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #49f6a4;
}

/* ============================================
   SECCION: PRIORIDAD
   ============================================ */
.priority {
  background: #fff;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

.solutions-cards {
  margin-top: -140px;
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.solutions-note {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 11px;
  color: rgba(0,0,0,.5);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.priority-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.priority h2 {
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  margin-bottom: 24px;
  color: #104f45;
}

.priority-text {
  font-size: 16px;
  color: #183d38;
  line-height: 1.55;
  margin-bottom: 36px;
  max-width: 520px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.feature-item {
  background: #dff7df;
  border-radius: 24px;
  padding: 24px;
  min-height: 145px;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.feature-header img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: #c8f0d8;
  padding: 8px;
  border-radius: 16px;
  box-sizing: border-box;
}

.feature-header h4 {
  font-size: 16px;
  font-weight: 900;
  color: #104f45;
  margin: 0;
}

.feature-item p {
  font-size: 13px;
  line-height: 1.45;
  color: #315f57;
  margin: 0;
}

.priority-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 50px auto 0;
  width: fit-content;
  padding: 16px 32px;
}

.priority-image {
  border-radius: 48px;
  overflow: hidden;
  height: 700px;
  background: #0d4b426c;
  position: relative;
  max-width: 450px;
}

.priority-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 79, 69, 0.85) 0%, rgba(16, 79, 69, 0.6) 50%, rgba(6, 31, 27, 0.4) 100%);
  z-index: 1;
  pointer-events: none;
}

.priority-image-badge {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(0, 20, 15, 0.5);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  white-space: nowrap;
  max-width: 90%;
  text-align: center;
  line-height: 1.4;
}

.priority-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   SECCION: PASOS
   ============================================ */
.steps {
  background: linear-gradient(180deg, #07322d 0%, #49f6a4 100%);
  color: #fff;
  padding: 90px 0 95px;
  text-align: center;
}

.steps h2 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 15px;
}

.steps-desc {
  font-size: 15px;
  color: rgba(255,255,255,.85);
  max-width: 560px;
  margin: 0 auto 55px;
  line-height: 1.5;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.step-card {
  background: #061f1b;
  border-radius: 32px;
  padding: 24px 20px 22px;
  text-align: left;
  position: relative;
  margin-top: 55px;
}

.step-number {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

.step-num-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #49f6a4;
  color: #073f36;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 6px;
  vertical-align: middle;
}

.step-number img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: invert(0);
}

.step-card h4 {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 1.3;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.step-card p {
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255,255,255,.65);
  margin: 0;
  margin-left: 16%;
}

.note {
  margin-top: 50px;
  font-size: 10px;
  color: rgba(0,0,0,.55);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   SECCION: FORMULARIO
   ============================================ */
.availability {
  background: #fff;
  padding: 90px 0 85px;
  text-align: center;
}

.availability h2,
.learn h2 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: #104f45;
  margin-bottom: 14px;
}

.availability p,
.learn p {
  color: #193d38;
  font-size: 16px;
  margin-bottom: 40px;
}

.form-box {
  background: #104f45;
  width: min(92%, 760px);
  margin: auto;
  padding: 42px 55px 58px;
  border-radius: 72px;
  text-align: left;
  color: #fff;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}

label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 9px;
}

input {
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 12px;
  padding: 15px 17px;
  font-size: 15px;
}

.full {
  margin-bottom: 30px;
}

.form-btn {
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  background: #49f6a4;
  color: #073f36;
  padding: 16px;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}

.small-text {
  text-align: center;
  font-size: 10px;
  margin: auto;
  margin-top: 30px;
  color: white;
  max-width: 80%;
}

/* ============================================
   SECCION: BLOG
   ============================================ */
.learn {
  background: #fff;
  padding: 30px 0 90px;
  text-align: center;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: min(92%, 880px);
  margin: auto;
}

.blog-card {
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  text-align: left;
  background: #061f1b;
  box-shadow: 0 14px 25px rgba(0,0,0,.18);
}

.blog-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.75));
}

.blog-card h3 {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

/* ============================================
   SECCION: PROVEEDORES
   ============================================ */
.providers {
  background: #104f45;
  color: #fff;
  padding: 90px 0;
}

.providers-content {
  text-align: center;
}

.providers h2 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.providers-desc {
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1.55;
  max-width: 620px;
  margin: 0 auto 35px;
}

.logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 auto 50px;
  max-width: 580px;
}

.logo-pill {
  background: #fff;
  color: #104f45;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.logo-pill img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.provider-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.info-item h4 {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #fff;
}

.info-item p {
  color: rgba(255,255,255,.8);
  line-height: 1.5;
  font-size: 13px;
}

/* ============================================
   FOOTER - PRINCIPAL
   ============================================ */
.footer {
  background: #00140f;
  color: rgba(255,255,255,.82);
  text-align: center;
  padding: 105px 0 45px;
  font-size: 14px;
  line-height: 1.6;
}

.footer p {
  max-width: 820px;
  margin: 0 auto 34px;
}

.footer-contact {
  margin: 36px 0;
}

.footer-contact strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
  letter-spacing: .5px;
}

.copyright {
  margin-top: 38px;
  margin-bottom: 34px;
}

.footer-line {
  width: 92%;
  height: 1px;
  background: rgba(255,255,255,.25);
  margin: 0 auto 22px;
}

.footer a {
  color: rgba(255,255,255,.85);
  font-size: 14px;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 24px;
}

.footer-links a {
  color: rgba(255,255,255,.9);
  font-size: 14px;
}

/* ============================================
   ARTICULOS - INTRO / CONTENT
   ============================================ */
.intro,
.content {
  background: #ffffff;
  padding: 110px 0 120px;
}

.intro h2,
.content h2 {
  font-size: 55px;
  line-height: 1.08;
  font-weight: 900;
  color: #0f4d44;
  letter-spacing: -1px;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 38px;
}

.title-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #0f4d44;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  flex: 0 0 auto;
}

.text-block {
  max-width: 900px;
  margin-left: 86px;
}

.text-block p,
.content-inner p {
  font-size: 19px;
  line-height: 1.55;
  font-style: italic;
  color: #103f39;
  margin-bottom: 28px;
}

/* Info Grid (Starlink) */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 55px;
}

.info-col {
  display: grid;
  gap: 12px;
}

.info-card {
  background: #dff9df;
  border-radius: 25px;
  padding: 28px 32px;
  display: flex;
  gap: 18px;
  min-height: 145px;
}

.info-card.big {
  min-height: 200px;
}

.card-icon {
  width: 58px;
  height: 58px;
  background: #bdf1d8;
  color: #0f4d44;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  flex: 0 0 auto;
}

.info-card h3 {
  font-size: 23px;
  font-weight: 900;
  color: #0f4d44;
  margin-bottom: 12px;
}

.info-card p,
.feature-card p {
  font-size: 18px;
  line-height: 1.45;
  font-style: italic;
  color: #103f39;
}

/* Feature Grid (Fibra) */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 62px 0 120px;
}

.feature-card {
  background: #dff9df;
  border-radius: 25px;
  padding: 34px 34px;
  display: flex;
  gap: 18px;
  min-height: 215px;
}

.feature-card h3 {
  font-size: 24px;
  font-weight: 900;
  color: #0f4d44;
  margin-bottom: 14px;
}

/* ============================================
   ARTICULOS - BENEFICIOS (Starlink)
   ============================================ */
.benefits {
  background: #104f45;
  color: #fff;
  padding: 65px 0 115px;
}

.benefits-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 65px;
}

.shield {
  width: 66px;
  height: 66px;
  background: #fff;
  color: #0f4d44;
  border-radius: 18px 18px 28px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
}

.benefits h2 {
  font-size: 55px;
  line-height: 1.05;
  font-weight: 900;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.benefit-card {
  background: #fff;
  color: #061f1b;
  border-radius: 38px;
  padding: 34px 26px;
  min-height: 175px;
}

.benefit-card h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 18px;
}

.benefit-card p {
  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
  color: #153f39;
}

/* ============================================
   ARTICULOS - COMPARISON (Starlink)
   ============================================ */
.comparison-wrap {
  background: #104f45;
}

.comparison {
  background: #ffffff;
  padding: 85px 0 125px;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

.comparison-inner {
  width: min(86%, 980px);
  margin: auto;
}

.comparison h2 {
  font-size: 55px;
  margin-bottom: 45px;
}

.comparison .main-text {
  margin-bottom: 70px;
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bottom-card {
  background: #dff9df;
  border-radius: 28px;
  padding: 35px 34px;
  min-height: 270px;
}

.bottom-card h3 {
  font-size: 24px;
  font-weight: 900;
  color: #0f4d44;
  margin-bottom: 22px;
}

.bottom-card p {
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 0;
}

.bottom-card.notice {
  background: #ccefe0;
  display: flex;
  gap: 18px;
}

/* ============================================
   ARTICULOS - HIGHLIGHT / NOTICE
   ============================================ */
.highlight {
  width: min(82%, 820px);
  margin: 65px auto 75px;
  background: #dff9df;
  color: #0f4d44;
  border-radius: 28px;
  padding: 36px 45px;
  text-align: center;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 900;
}

.notice-card {
  width: min(70%, 590px);
  margin: 0 auto;
  background: #ccefe0;
  border-radius: 28px;
  padding: 34px 42px;
  display: flex;
  gap: 18px;
}

.notice-icon {
  width: 52px;
  height: 52px;
  background: #e8fff3;
  color: #0f4d44;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
}

.notice-card h3 {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 18px;
  color: #0f4d44;
}

.notice-card p {
  font-size: 18px;
  margin-bottom: 0;
}

/* Iconos img */
.title-icon img,
.card-icon img,
.shield img,
.notice-icon img,
.service-icon img,
.step-number img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-header img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {

  /* ===== HERO MOBILE ===== */
  .hero {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0;
    min-height: auto;
    overflow: visible;
  }

  .hero .container {
    grid-template-columns: 1fr;
    gap: 0;
    width: 90%;
  }

  .brand {
    font-size: 10px;
    padding: 7px 14px;
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: 25px;
    max-width: 100%;
    margin-bottom: 18px;
    max-width: 300px;
  }

  .hero p {
    font-size: 11px;
    max-width: 70%;
    margin-bottom: 22px;
    color: rgba(255,255,255,.7);
  }

  .hero-btn {
    font-size: 11px;
    padding: 10px 20px;
  }

  .hero-image {
    min-height: 300px;
    justify-content: center;
    margin-top: 10px;
    overflow: visible;
  }

  .hero-image img {
    width: 400px;
    max-width: none;
    margin-right: -50%;
    margin-top: -50%;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,.4));
  }

  .hero-image::before {
    width: 200px;
    height: 200px;
    border-width: 20px;
    right: -120px;
    top: -100px;
    opacity: 1;
  }

  .hero-image::after {
    width: 80px;
    height: 80px;
    border-width: 15px;
    left: 40%;
    bottom: 55%;
    opacity: 1;
  }

  /* ===== SOLUTIONS MOBILE ===== */
  .solutions {
    padding: 60px 0 100px;
    text-align: center;
  }

  .section-title {
    font-size: 25px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .section-subtitle {
    font-size: 10px;
    margin-bottom: 30px;
    max-width: 320px;
  }

  .solutions-cards {
    margin-top: -80px;
    padding: 0 12px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .service-card {
    min-height: auto;
    padding: 20px 14px 16px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,.2);
    text-align: left;
  }

  .service-card:last-child {
    grid-column: 1 / -1;
    max-width: 55%;
    margin: 0 auto;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 12px;
  }

  .service-card h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 8px;
    text-align: left;
  }

  .service-card p {
    font-size: 7px;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .service-list {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.25);
  }

  .service-list li {
    font-size: 8px;
    margin-bottom: 4px;
  }

  .solutions-note {
    font-size: 8px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 16px;
    max-width: 80%;
  }

  /* ===== PRIORITY MOBILE ===== */
  .priority {
    padding: 60px 0;
  }

  .priority-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .priority h2 {
    font-size: 35px;
    text-align: left;
    color: #104f45;
    margin-left: 5%;
  }

  .priority-text {
    font-size: 10px;
    text-align: left;
    max-width: 100%;
    margin-bottom: 24px;
    margin-left: 5%;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 24px;
  }

  .feature-item {
    padding: 18px;
    border-radius: 18px;
    min-height: auto;
  }

  .feature-header {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .feature-header img {
    width: 50px !important;
    height: 50px !important;
    padding: 8px;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .feature-header h4 {
    font-size: 13px;
    font-weight: 900;
  }

  .feature-item p {
    font-size: 10px;  
    line-height: 1.4;
  }

  .priority-image {
    height: 550px;
    border-radius: 32px;
    max-width: 100%;
    margin: 0 auto;
  }

  .priority-image-badge {
    font-size: 9px;
    padding: 7px 12px;
    top: 16px;
    white-space: normal;
  }

  .priority-btn {
    margin-top: -70px;
    position: relative;
    z-index: 20;
    padding: 13px 26px;
    font-size: 14px;
    white-space: nowrap;
  }

  /* ===== STEPS MOBILE ===== */
  .steps {
    padding: 60px 0 70px;
  }

  .steps h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .steps-desc {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .step-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 380px;
    margin: 0 auto;
  }

  .step-card {
    padding: 34px 12px 16px;
    border-radius: 22px;
    margin-top: 40px;
  }

  .step-number {
    width: 42px;
    height: 42px;
    top: -32px;
  }

  .step-number img {
    width: 40px;
    height: 40px;
  }

  .step-card h4 {
    font-size: 9px;
    gap: 4px;
  }

  .step-card p {
    font-size: 7px;
    margin-left: 0;
    margin-left: 15%;
  }

  .step-num-badge {
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  .note {
    font-size: 9px;
    margin-top: 30px;
    max-width: 60%;
  }

  /* ===== AVAILABILITY / FORM MOBILE ===== */
  .availability {
    padding: 60px 0;
  }

  .availability h2 {
    font-size: 26px;
  }

  .availability p {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .form-box {
    border-radius: 32px;
    padding: 28px 20px 34px;
    width: 95%;
  }

  .form-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 14px;
  }

  label {
    font-size: 12px;
  }

  input {
    padding: 13px 15px;
    font-size: 14px;
    border-radius: 10px;
  }

  .form-btn {
    padding: 14px;
    font-size: 14px;
    border-radius: 10px;
  }

  /* ===== BLOG MOBILE ===== */
  .learn {
    padding: 20px 0 60px;
  }

  .learn h2 {
    font-size: 26px;
  }

  .learn p {
    font-size: 14px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 95%;
  }

  .blog-card {
    min-height: 190px;
    border-radius: 22px;
    padding: 22px;
  }

  .blog-card h3 {
    font-size: 18px;
  }

  /* ===== PROVIDERS MOBILE ===== */
  .providers {
    padding: 60px 0;
  }

  .providers h2 {
    font-size: 26px;
    max-width: 300px;
  }

  .providers-desc {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .logos {
    grid-template-columns: repeat(2, 1fr);
    max-width: 320px;
    gap: 10px;
    margin-bottom: 36px;
  }

  .logo-pill {
    font-size: 11px;
    padding: 10px 12px;
  }

  .logo-pill img {
    width: 16px;
    height: 16px;
  }

  .provider-info {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
    text-align: left;
  }

  .info-item {
    text-align: left;
  }

  .info-item h4 {
    font-size: 13px;
  }

  .info-item p {
    font-size: 12px;
  }

  /* ===== FOOTER MOBILE ===== */
  .footer {
    padding: 60px 0 35px;
    font-size: 13px;
  }

  .footer p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .footer-contact {
    margin: 20px 0;
  }

  .copyright {
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 11px;
  }

  .footer-links {
    gap: 14px;
  }

  .footer-links a {
    font-size: 12px;
  }

  /* ===== ARTICULOS MOBILE ===== */
  .hero-article {
    min-height: 500px;
  }

  .hero-article-content {
    padding-top: 25px;
  }

  .back-btn {
    margin-bottom: 70px;
    font-size: 11px;
    padding: 8px 16px;
  }

  .hero-article h1 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .hero-article p {
    font-size: 15px;
  }

  .hero-article::before {
    width: 180px;
    height: 180px;
    border-width: 18px;
    right: -95px;
  }

  .hero-article::after {
    width: 160px;
    height: 160px;
    border-width: 18px;
    left: -100px;
  }

  .intro,
  .content,
  .comparison {
    padding: 60px 0;
  }

  .text-block {
    margin-left: 0;
  }

  .title-row {
    align-items: flex-start;
    gap: 12px;
  }

  .title-icon {
    font-size: 38px;
    width: 45px;
    height: 45px;
  }

  .intro h2,
  .comparison h2,
  .benefits h2,
  .content h2 {
    font-size: 28px;
  }

  .text-block p,
  .comparison p,
  .bottom-card p,
  .content-inner p,
  .notice-card p,
  .feature-card p {
    font-size: 15px;
  }

  .info-grid,
  .bottom-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .info-card,
  .bottom-card,
  .feature-card {
    padding: 22px;
    border-radius: 20px;
  }

  .info-card,
  .feature-card,
  .bottom-card.notice,
  .notice-card {
    flex-direction: column;
  }

  .benefits {
    padding: 50px 0 70px;
  }

  .benefits-title {
    flex-direction: column;
    text-align: center;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    border-radius: 24px;
  }

  .highlight {
    width: 100%;
    padding: 26px 20px;
    font-size: 18px;
  }

  .notice-card {
    width: 100%;
    padding: 24px 20px;
  }
}

/* ============================================
   ANIMACIONES Y EFECTOS
   ============================================ */

/* --- Keyframes --- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0);    }
}

@keyframes float {
  0%, 100% { transform: translateY(0);     }
  50%       { transform: translateY(-14px); }
}

@keyframes btnPulse {
  0%, 100% { box-shadow: 0 10px 28px rgba(73,246,164,.32); }
  50%       { box-shadow: 0 10px 44px rgba(73,246,164,.65), 0 0 0 8px rgba(73,246,164,.14); }
}

@keyframes stickyGlow {
  0%, 100% { box-shadow: 0 8px 32px rgba(46,196,122,.45); }
  50%       { box-shadow: 0 14px 55px rgba(46,196,122,.7), 0 0 0 10px rgba(46,196,122,.1); }
}

@keyframes phoneRing {
  0%,  80%, 100% { transform: rotate(0deg) scale(1);     }
  5%              { transform: rotate(-20deg) scale(1.1); }
  10%             { transform: rotate(20deg)  scale(1.1); }
  15%             { transform: rotate(-14deg) scale(1.05);}
  20%             { transform: rotate(14deg)  scale(1.05);}
  25%             { transform: rotate(-6deg);  }
  30%             { transform: rotate(6deg);   }
  35%             { transform: rotate(0deg);   }
}

/* --- Hero entrance animations --- */
.hero .brand    { animation: fadeInUp .65s ease both; }
.hero h1        { animation: fadeInUp .65s .12s ease both; }
.hero p         { animation: fadeInUp .65s .22s ease both; }
.hero-btn       { animation: fadeInUp .65s .32s ease both, btnPulse 2.8s 1s ease-in-out infinite; }
.hero-image img { animation: float 5s ease-in-out infinite; }

/* --- Card & element hover enhancements --- */
.service-card { transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 55px rgba(0,0,0,.32);
}

.step-card { transition: transform .3s ease, box-shadow .3s ease; }
.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(0,0,0,.32);
}

.feature-item { transition: transform .3s ease, box-shadow .3s ease; }
.feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16,79,69,.18);
}

.blog-card { transition: transform .35s ease, box-shadow .35s ease; }
.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 50px rgba(0,0,0,.3);
}

.logo-pill { transition: transform .25s ease, box-shadow .25s ease; }
.logo-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(255,255,255,.25);
}

.priority-image { transition: transform .4s ease; }
.priority-image:hover { transform: translateY(-4px); }

/* Priority CTA pulse */
.priority-btn { animation: btnPulse 2.8s .5s ease-in-out infinite; }

/* --- Scroll-triggered entrance animations --- */
.anim-hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}

.anim-hidden.anim-show {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   BOTON STICKY DE LLAMADA
   ============================================ */
@media (min-width: 769px) {
  .sticky-call-btn { display: none !important; }
}

.sticky-call-btn {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: linear-gradient(135deg, #49f6a4 0%, #2ec47a 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(46,196,122,.45);
  min-width: 320px;
  max-width: 440px;
  opacity: 0;
  pointer-events: none;
  animation: stickyGlow 3s ease-in-out infinite;
  transition: opacity .4s ease, transform .3s ease;
}

.sticky-call-btn.sticky-visible {
  opacity: 1;
  pointer-events: auto;
}

.sticky-call-btn:hover {
  transform: translateX(-50%) translateY(-4px);
}

.sticky-call-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
}

.sticky-call-sub {
  font-size: 11px;
  font-weight: 600;
  opacity: .82;
  line-height: 1.3;
  margin-bottom: 2px;
}

.sticky-call-main {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .5px;
  line-height: 1.1;
  font-style: italic;
}

.sticky-call-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: phoneRing 4s ease-in-out infinite;
}

@media (max-width: 768px) {
  .sticky-call-btn {
    bottom: 14px;
    min-width: auto;
    width: calc(100% - 28px);
    max-width: 400px;
    padding: 10px 12px 10px 22px;
    gap: 12px;
  }
  .sticky-call-main { font-size: 18px; }
  .sticky-call-sub  { font-size: 10px; }
  .sticky-call-icon {
    width: 48px;
    height: 48px;
  }
}
