.logo img,
.footer-logo img {
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.vector-logo {
  width: 184px;
  height: 58px;
  overflow: visible;
}

.vector-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-symbol {
  fill: none;
  stroke: #0874ce;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vector-logo text {
  fill: #0a3470;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1.2px;
}

.vector-logo .brand-country {
  fill: #168dd5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
}

.menu-toggle {
  display: none;
}

@media (max-width: 650px) {
  h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }
}

/* Segunda dirección visual: más aire, mejor lectura y marca satelital. */
body {
  font-size: 17px;
}

h1,
h2,
h3,
.price,
.plan-top span {
  font-family: "Sora", sans-serif;
}

.site-header nav a {
  font-size: .9rem;
}

.eyebrow {
  font-size: .76rem;
  letter-spacing: .13em;
}

.hero {
  gap: 82px;
  min-height: 760px;
  padding-block: 84px 105px;
}

.hero-lead {
  max-width: 650px;
  font-size: 1.18rem;
  line-height: 1.75;
}

.hero-promo {
  display: grid;
  grid-template-columns: minmax(170px, .75fr) minmax(240px, 1.25fr);
  align-items: center;
  gap: 18px;
  margin-block: 34px;
  padding: 12px;
  border-left: 0;
  border: 1px solid #d7e4f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 45px rgba(13, 44, 91, .1);
  overflow: hidden;
}

.promo-copy {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 14px;
}

.hero-promo span {
  font-size: .72rem;
}

.hero-promo strong {
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-promo small {
  font-size: .85rem;
}

.hero-promo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
  border-radius: 12px;
}

.button {
  padding: 16px 22px;
  font-size: .86rem;
}

.logo-watermark {
  position: absolute;
  left: -4%;
  bottom: 1%;
  z-index: -1;
  width: 540px;
  height: 330px;
  background: url("assets/cxdigitalec-logo.jpeg") center / contain no-repeat;
  opacity: .035;
  filter: grayscale(1) contrast(1.5);
  mix-blend-mode: multiply;
}

.dish-watermark {
  position: absolute;
  right: -130px;
  top: 60px;
  z-index: -1;
  width: 310px;
  height: 310px;
  opacity: .055;
  transform: rotate(-18deg);
}

.dish-watermark i {
  position: absolute;
  inset: 35px;
  border: 28px solid var(--blue);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.dish-watermark span {
  position: absolute;
  left: 145px;
  top: 145px;
  width: 190px;
  height: 15px;
  border-radius: 10px;
  background: var(--blue);
  transform: rotate(-42deg);
  transform-origin: left;
}

.dish-watermark b {
  position: absolute;
  right: -8px;
  top: 4px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--blue);
}

.lead-form {
  padding: 29px;
}

.lead-form > span,
.lead-form label {
  font-size: .76rem;
}

.lead-form h2 {
  font-size: 1.55rem;
}

.lead-form > p,
.lead-form input {
  font-size: .84rem;
}

.section {
  padding-block: 130px;
}

.section-heading {
  margin-bottom: 65px;
}

.section-heading p {
  font-size: 1.05rem;
}

.plan-grid {
  gap: 24px;
}

.plan-card {
  min-height: 575px;
  padding: 34px;
}

.plan-top span {
  font-size: 1.12rem;
}

.plan-card ul {
  gap: 16px;
  font-size: .9rem;
  line-height: 1.45;
}

.included span {
  font-size: .7rem;
}

.included .stream-logo {
  display: inline-grid;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #07172d;
  box-shadow: 0 0 0 1px #d8e5f5, 0 6px 16px rgba(18, 52, 94, .14);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.included .stream-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.included .stream-logo:hover {
  box-shadow: 0 0 0 1px #9ac7f4, 0 8px 20px rgba(18, 52, 94, .2);
  transform: translateY(-2px);
}

.legal {
  margin-top: 46px;
  font-size: .72rem;
  line-height: 1.75;
}

.benefit-copy p {
  font-size: 1.05rem;
}

.benefit-grid article {
  padding: 32px;
}

.benefit-icon {
  display: grid !important;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border: 1px solid rgba(88, 196, 255, .38);
  border-radius: 14px;
  place-items: center;
  background: rgba(24, 151, 236, .12);
}

.benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #68d1ff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-grid h3 {
  font-size: 1.2rem;
}

.benefit-grid p {
  font-size: .85rem;
}

footer > p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

footer > div:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer {
  grid-template-columns: 1fr;
  text-align: center;
}

.footer-contact {
  justify-self: center;
}

.copyright {
  position: absolute;
  left: 50%;
  color: #dce8fa;
  font-family: "DM Sans", sans-serif;
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: .04em;
  transform: translateX(-50%);
}

footer > p strong {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: .78rem;
  letter-spacing: .04em;
}

footer > p small {
  color: #5e769b;
  font-size: .62rem;
}

@media (max-width: 960px) {
  .hero {
    gap: 45px;
  }
}

@media (max-width: 650px) {
  body {
    font-size: 16px;
  }

  .hero {
    gap: 36px;
    padding-block: 62px 96px;
  }

  .hero-lead {
    font-size: 1.04rem;
  }

  .dish-watermark {
    right: -190px;
    top: 120px;
  }

  .logo-watermark {
    left: -35%;
    bottom: 34%;
    width: 440px;
  }

  .section {
    padding-block: 88px;
  }

  .section-heading h2 {
    font-size: clamp(3.1rem, 14vw, 4.2rem);
    line-height: .96;
  }

  .section-heading p {
    font-size: 1.08rem;
    line-height: 1.6;
  }

  .vector-logo {
    width: 148px;
    height: 52px;
  }

  .menu-toggle {
    position: relative;
    z-index: 32;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid #cfe0f2;
    border-radius: 10px;
    place-content: center;
    gap: 5px;
    color: var(--blue);
    background: rgba(255, 255, 255, .9);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header nav {
    position: absolute;
    top: 66px;
    right: 0;
    z-index: 31;
    display: grid;
    width: min(260px, calc(100vw - 28px));
    padding: 10px;
    border: 1px solid #d6e3f2;
    border-radius: 14px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 20px 45px rgba(5, 32, 79, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .site-header nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header nav > a:not(.header-cta),
  .site-header nav > a {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px;
    border-radius: 8px;
    font-size: .92rem;
  }

  .site-header nav > a:not(.header-cta):hover {
    color: var(--blue);
    background: #eef6ff;
  }

  .site-header nav .header-cta {
    margin-top: 3px;
    color: #fff;
  }

  .plan-card {
    padding: 28px;
  }

  .plan-top span {
    font-size: 1.22rem;
  }

  .plan-top b {
    font-size: .64rem;
  }

  .price sup {
    font-size: 1.14rem;
  }

  .price > strong {
    font-size: 4.8rem;
  }

  .price div b {
    font-size: 1.48rem;
  }

  .price div small,
  .plan-card > p {
    font-size: .76rem;
  }

  .plan-card ul {
    gap: 17px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .plan-card li::before {
    width: 21px;
    height: 21px;
    font-size: .7rem;
  }

  .included small {
    font-size: .78rem;
  }

  .plan-card .button {
    min-height: 51px;
    font-size: .92rem;
  }

  .legal {
    font-size: .72rem;
    line-height: 1.7;
  }

  .hero-promo {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .promo-copy {
    padding: 10px 8px 2px;
  }

  footer > p {
    align-items: center;
    flex-direction: column;
    padding-top: 18px;
  }

  .copyright {
    position: static;
    order: -1;
    transform: none;
  }
}
