/* =============================================
   HUB + LANDINGS DE SERVICIO — STARTWEB
   ============================================= */

.svc-page {
  overflow-x: hidden;
}

.svc-page h1,
.svc-page .svc-display {
  font-family: var(--font-heading);
  letter-spacing: -0.035em;
}

.svc-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.48);
}

.svc-crumb a {
  color: rgba(255, 255, 255, 0.62);
}

.svc-crumb a:hover {
  color: var(--color-accent);
}

.svc-hero {
  position: relative;
  padding: 3.4rem 0 4.6rem;
  overflow: visible;
}

.svc-hero__glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 18rem);
  background:
    radial-gradient(circle at 18% 20%, rgba(248, 181, 1, 0.16), transparent 48%),
    radial-gradient(circle at 88% 0%, rgba(14, 61, 111, 0.55), transparent 56%);
  pointer-events: none;
  z-index: 0;
}

.svc-hero .container {
  position: relative;
  z-index: 1;
}

.svc-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: center;
}

.svc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 181, 1, 0.28);
  background: rgba(248, 181, 1, 0.08);
  color: var(--color-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-hero h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.45rem);
  line-height: 1.06;
  margin: 0.9rem 0 1rem;
}

.svc-hero h1 em {
  font-style: italic;
  color: var(--color-accent);
}

.svc-hero__lead {
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 36rem;
  margin-bottom: 1.5rem;
  color: #C9D2E4;
}

.svc-hero__lead strong {
  color: var(--color-white);
}

.svc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.7rem;
}

.svc-pill {
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
}

.svc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.svc-hero__note {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.svc-visual {
  position: relative;
}

.svc-mock {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(18, 38, 68, 0.9), rgba(6, 12, 24, 0.98));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.svc-mock__bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
}

.svc-mock__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.svc-mock__dot:nth-child(1) { background: #ff6b6b; }
.svc-mock__dot:nth-child(2) { background: #f8b501; }
.svc-mock__dot:nth-child(3) { background: #4ade80; }

.svc-mock__url {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.45);
}

.svc-mock__body {
  padding: 1.15rem;
  min-height: 280px;
}

.svc-mock__hero {
  height: 92px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(248, 181, 1, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(14, 61, 111, 0.55), rgba(8, 18, 36, 0.9));
  margin-bottom: 0.85rem;
  padding: 1rem 1.1rem;
}

.svc-mock__hero b {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.svc-mock__hero span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
}

.svc-mock__cols {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.7rem;
}

.svc-mock__block {
  height: 72px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.svc-mock__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.svc-mock__product {
  aspect-ratio: 1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.svc-mock__product i {
  display: block;
  height: 42%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(248, 181, 1, 0.28), rgba(14, 61, 111, 0.4));
  margin-bottom: 0.45rem;
}

.svc-mock__product span {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.55);
}

.svc-mock__dash {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 0.7rem;
  min-height: 240px;
}

.svc-mock__side {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.7rem;
}

.svc-mock__navline {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 0.5rem;
}

.svc-mock__navline.is-on {
  background: rgba(248, 181, 1, 0.55);
  width: 72%;
}

.svc-mock__chart {
  border-radius: 12px;
  background:
    repeating-linear-gradient(90deg, transparent, transparent 18px, rgba(255, 255, 255, 0.03) 19px),
    linear-gradient(180deg, rgba(14, 61, 111, 0.35), rgba(8, 18, 36, 0.9));
  position: relative;
  overflow: hidden;
}

.svc-mock__chart::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 18%;
  height: 42%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(248, 181, 1, 0.55), rgba(248, 181, 1, 0.05));
  clip-path: polygon(0 70%, 18% 48%, 36% 58%, 54% 22%, 72% 34%, 90% 8%, 100% 18%, 100% 100%, 0 100%);
}

.svc-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 16, 32, 0.92);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  font-size: 0.78rem;
}

.svc-float strong {
  display: block;
  font-size: 0.82rem;
}

.svc-float span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
}

.svc-float svg {
  width: 18px;
  height: 18px;
  color: var(--color-accent);
  flex-shrink: 0;
}

.svc-float--top {
  top: -0.6rem;
  right: -0.4rem;
}

.svc-float--bottom {
  left: -0.7rem;
  bottom: 1.2rem;
}

.svc-proof {
  position: relative;
  z-index: 1;
  padding: 0 0 4.2rem;
}

.svc-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.svc-proof__item {
  padding: 1.2rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.svc-proof__item strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.svc-proof__item p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.58);
}

.svc-include {
  padding: 0 0 4.5rem;
}

.svc-include__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.svc-include__item {
  display: flex;
  gap: 0.85rem;
  padding: 1.2rem 1.2rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(14, 61, 111, 0.18), rgba(5, 11, 22, 0.4));
}

.svc-include__item svg {
  width: 22px;
  height: 22px;
  color: var(--color-accent);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.svc-include__item h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.svc-include__item p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
}

.svc-rubros {
  padding: 0 0 4.8rem;
}

.svc-rubros .services-header {
  max-width: 40rem;
}

.svc-rubros__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.svc-rubro {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 14, 28, 0.9);
  color: inherit;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.svc-rubro:hover {
  transform: translateY(-5px);
  border-color: rgba(248, 181, 1, 0.42);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
  color: inherit;
}

.svc-rubro__visual {
  height: 118px;
  display: grid;
  place-items: center;
  position: relative;
}

.svc-rubro--dental .svc-rubro__visual {
  background:
    radial-gradient(circle at 20% 0, rgba(125, 211, 252, 0.28), transparent 55%),
    linear-gradient(180deg, #123a52, #081018);
}

.svc-rubro--gym .svc-rubro__visual {
  background:
    radial-gradient(circle at 80% 0, rgba(248, 113, 113, 0.32), transparent 52%),
    linear-gradient(180deg, #4a1a1a, #100808);
}

.svc-rubro--clinic .svc-rubro__visual {
  background:
    radial-gradient(circle at 30% 0, rgba(74, 222, 128, 0.22), transparent 55%),
    linear-gradient(180deg, #14352a, #081410);
}

.svc-rubro--food .svc-rubro__visual {
  background:
    radial-gradient(circle at 70% 0, rgba(248, 181, 1, 0.28), transparent 52%),
    linear-gradient(180deg, #4a3410, #120c06);
}

.svc-rubro__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(8, 12, 20, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.svc-rubro__icon svg {
  width: 26px;
  height: 26px;
}

.svc-rubro__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.15rem 1.15rem 1.25rem;
  flex: 1;
}

.svc-rubro__tag {
  align-self: flex-start;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(248, 181, 1, 0.12);
  color: var(--color-accent);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.svc-rubro strong {
  display: block;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  margin: 0.15rem 0 0;
}

.svc-rubro span {
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

.svc-rubro em {
  margin-top: auto;
  padding-top: 0.85rem;
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--color-accent);
}

.svc-rubro:hover em {
  color: #ffd56a;
}

.svc-rubros__footer {
  margin-top: 1.6rem;
  padding: 1.35rem 1.4rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.svc-rubros__footer p {
  margin: 0;
  max-width: 32rem;
  font-size: 0.92rem;
}

.svc-rubros__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.svc-cross {
  padding: 0 0 4.8rem;
}

.svc-cross__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.svc-cross a {
  display: block;
  padding: 1.3rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 11, 22, 0.7);
  color: inherit;
  transition: border-color var(--transition-fast);
}

.svc-cross a:hover {
  border-color: rgba(248, 181, 1, 0.4);
  color: inherit;
}

.svc-cross small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--color-accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-cross h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.svc-cross p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}

.svc-cta {
  padding: 0 0 5rem;
}

.svc-cta__card {
  padding: 2.4rem 2.2rem;
  border-radius: 24px;
  border: 1px solid rgba(248, 181, 1, 0.22);
  background:
    radial-gradient(circle at left, rgba(248, 181, 1, 0.12), transparent 50%),
    linear-gradient(135deg, rgba(14, 61, 111, 0.42), rgba(5, 11, 22, 0.96));
  text-align: center;
}

.svc-cta__card h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0.4rem 0 0.7rem;
}

.svc-cta__card p {
  max-width: 38rem;
  margin: 0 auto 1.4rem;
}

/* Hub */
.hub-hero {
  padding: 3.6rem 0 2.4rem;
  text-align: center;
}

.hub-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  max-width: 16ch;
  margin: 0.8rem auto 1rem;
  line-height: 1.05;
}

.hub-hero h1 em {
  font-style: italic;
  color: var(--color-accent);
}

.hub-hero p {
  max-width: 38rem;
  margin: 0 auto;
  font-size: 1.08rem;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding-bottom: 4.8rem;
}

.hub-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 1.8rem 1.7rem 1.55rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(14, 61, 111, 0.45), transparent 55%),
    rgba(6, 13, 26, 0.92);
  color: inherit;
  overflow: hidden;
  transition: transform var(--transition-med), border-color var(--transition-med);
}

.hub-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 1, 0.38);
  color: inherit;
}

.hub-card__index {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1.1rem;
}

.hub-card h2 {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  margin-bottom: 0.55rem;
}

.hub-card p {
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 1.2rem;
}

.hub-card__meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding-top: 0.4rem;
}

.hub-card__price {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}

.hub-card__price b {
  color: var(--color-white);
}

.hub-card__cta {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-accent);
}

.hub-card--featured::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), transparent);
}

@media (max-width: 960px) {
  .svc-hero__grid,
  .about-story__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .svc-proof__grid,
  .svc-rubros__grid,
  .svc-cross__grid,
  .hub-grid,
  .svc-include__grid,
  .about-values__grid,
  .svc-include__grid--3,
  .svc-cross__grid--4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hub-grid--3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .svc-float {
    display: none;
  }
}

@media (max-width: 768px) {
  .svc-hero__grid,
  .svc-proof__grid,
  .svc-include__grid,
  .svc-rubros__grid,
  .svc-cross__grid,
  .hub-grid,
  .about-story__grid,
  .about-values__grid,
  .svc-include__grid--3,
  .svc-cross__grid--4,
  .nicho-process__grid--4,
  .hub-grid--3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .svc-float {
    display: none;
  }

  .hub-hero {
    text-align: left;
    padding-top: 2.6rem;
  }

  .hub-hero h1,
  .post-hero h1,
  .svc-hero h1 {
    max-width: none;
  }

  .svc-cta__card {
    padding: 1.8rem 1.2rem;
  }

  .svc-hero__actions,
  .svc-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .svc-hero__actions .hero-premium__btn,
  .svc-cta__actions .hero-premium__btn {
    width: 100%;
    justify-content: center;
  }

  .svc-rubros__footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .svc-rubros__footer p {
    max-width: none;
  }

  .svc-rubros__actions {
    justify-content: center;
  }
}

/* =============================================
   NOSOTROS — alineado al sistema de landings
   ============================================= */

.about-mock {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.about-mock__kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.about-mock b {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.about-mock__place {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.about-mock__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.35rem;
}

.about-mock__chips span {
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.8);
}

.about-mock ul {
  margin: 0.55rem 0 0;
  padding: 0.9rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-mock li {
  position: relative;
  padding: 0.32rem 0 0.32rem 1.15rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}

.about-mock li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
}

.about-story {
  padding: 0 0 4.8rem;
}

.about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.5rem;
  align-items: stretch;
}

.about-story__copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.15;
  margin: 0.75rem 0 1rem;
}

.about-story__copy p {
  color: #C9D2E4;
  margin: 0 0 1rem;
  line-height: 1.7;
}

.about-story__copy p:last-child {
  margin-bottom: 0;
}

.about-story__copy p strong {
  color: var(--color-white);
}

.about-story__panel {
  padding: 1.6rem 1.5rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(248, 181, 1, 0.12), transparent 52%),
    rgba(7, 14, 28, 0.94);
}

.about-story__panel h3 {
  font-size: 1.05rem;
  margin: 0 0 0.85rem;
}

.about-story__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-story__panel li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}

.about-story__panel li:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.about-story__panel svg {
  width: 20px;
  height: 20px;
  color: var(--color-accent);
  flex-shrink: 0;
  margin-top: 0.12rem;
}

.about-values {
  padding: 0 0 4.8rem;
}

.about-values__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 0;
}

.about-values .hub-card {
  min-height: 0;
}

.about-values .hub-card h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.55rem;
}

.about-values .hub-card p {
  margin-bottom: 0;
}

.about-values ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-values li {
  position: relative;
  padding-left: 0.95rem;
  margin-bottom: 0.42rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.about-values li:last-child {
  margin-bottom: 0;
}

.about-values li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-accent);
}

.svc-include__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nicho-process__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.nicho-process__grid--4 .nicho-process__step {
  padding: 1.8rem 1.15rem 1.5rem;
}

#proceso {
  scroll-margin-top: 88px;
}

.svc-cross__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.svc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (max-width: 1100px) and (min-width: 769px) {
  .nicho-process__grid--4,
  .svc-cross__grid--4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .about-story__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============================================
   BLOG — listado y artículo
   ============================================= */

.hub-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-grid--3 .hub-card {
  min-height: 280px;
}

.hub-grid--3 .hub-card h2 {
  font-size: 1.28rem;
  line-height: 1.25;
}

.post-hero {
  position: relative;
  padding: 3.2rem 0 2.8rem;
  overflow: visible;
}

.post-hero .container {
  position: relative;
  z-index: 1;
}

.post-hero h1 {
  font-size: clamp(2rem, 4.4vw, 3.15rem);
  line-height: 1.08;
  max-width: 16ch;
  margin: 0.9rem 0 1rem;
}

.post-hero h1 em {
  font-style: italic;
  color: var(--color-accent);
}

.post-hero__lead {
  max-width: 38rem;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #C9D2E4;
}

.post-hero__lead strong {
  color: var(--color-white);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.post-body {
  max-width: 44rem;
  margin: 0 auto 4.2rem;
}

.post-body h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  letter-spacing: -0.03em;
  margin: 2.3rem 0 0.75rem;
}

.post-body p {
  margin: 0 0 1rem;
  line-height: 1.75;
  color: #C9D2E4;
}

.post-body p:last-child,
.post-body ul:last-child {
  margin-bottom: 0;
}

.post-body strong {
  color: var(--color-white);
  font-weight: 600;
}

.post-body ul {
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.post-body li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.65rem;
  line-height: 1.65;
  color: #C9D2E4;
}

.post-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
}

.post-table {
  overflow-x: auto;
  margin: 1.2rem 0 1.6rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 14, 28, 0.9);
}

.post-table table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.post-table th,
.post-table td {
  padding: 0.85rem 1rem;
  text-align: left;
}

.post-table th {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.post-table td {
  color: #C9D2E4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.post-table tr:last-child td {
  border-bottom: 0;
}
