/* Home campaign: WiFi Plus and whole-home mesh coverage. */
.wifi-hero {
    --hero-mint: #b4f0da;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: var(--site-header-height, 80px);
    color: #f4f7fa;
    background: #080e19;
    background-image: radial-gradient(ellipse at 77% 41%, #183f413d, transparent 53%), linear-gradient(125deg, #111a29, #080e19 67%);
}

.wifi-hero__inner { max-width: 1536px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 88px); }
.wifi-hero__main { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; min-height: 630px; padding: 70px 0 46px; }
.wifi-hero__copy { position: relative; z-index: 2; min-width: 0; }
.wifi-hero__brand { margin: 0 0 16px; color: #e6f4ef; font-size: 28px; line-height: 1.15; font-weight: 600; letter-spacing: -0.04em; }
.wifi-hero sup { position: relative; top: -0.2em; font-size: 0.48em; margin-left: 3px; }
.wifi-hero h1 { margin: 0; font-size: clamp(48px, 5.4vw, 82px); font-weight: 600; line-height: 1.04; letter-spacing: -0.055em; }
.wifi-hero h1 > span { color: var(--hero-mint); background: linear-gradient(110deg, #e1faee 10%, #96dbc9 60%, #69bbca); background-clip: text; -webkit-text-fill-color: transparent; }
.wifi-hero__description { max-width: 450px; margin: 25px 0 0; font-size: 17px; line-height: 1.6; color: #b7c4cd; }
.wifi-hero__offer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; width: min(100%, 440px); padding: 19px 20px; margin-top: 30px; border: 1px solid #ffffff24; border-radius: 25px; background: #ffffff0a; }
.wifi-hero__plan { color: #c6d3dc; font-size: 13px; }
.wifi-hero__price p { display: flex; align-items: baseline; gap: 5px; margin: 1px 0 0; }
.wifi-hero__price strong { font-size: 46px; font-weight: 600; letter-spacing: -0.05em; line-height: 1.15; }
.wifi-hero__price p > span { font-size: 16px; color: #c6d3dc; }
.wifi-hero__cta { display: inline-flex; flex-grow: 1; justify-content: center; align-items: center; gap: 13px; min-height: 54px; padding: 0 21px; border-radius: 100px; background: var(--hero-mint); color: #112b2a; font-size: 16px; font-weight: 600; white-space: nowrap; transition: background 180ms, transform 180ms; }
.wifi-hero__cta:hover { background: #daf9ec; transform: translateY(-2px); text-decoration: none; }
.wifi-hero__details { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 13px; color: #c8e8de; font-size: 13px; }
.wifi-hero__details:hover { color: white; text-decoration: none; }
.wifi-hero__cta:focus-visible, .wifi-hero__details:focus-visible { outline: 2px solid var(--hero-mint); outline-offset: 5px; }
.wifi-hero__visual { position: relative; min-width: 0; aspect-ratio: 1.17; margin: 0 -30px 0 -18px; }
.wifi-hero__aura { position: absolute; inset: 5% -12% 3% -4%; border-radius: 50%; background: radial-gradient(ellipse, #76ddc924 4%, #49b9a310 37%, transparent 67%); }
.wifi-hero__aura::after { content: ''; position: absolute; inset: 50% 4% 3%; border: 1px solid #8fe4cb1c; border-radius: 50%; transform: rotate(-12deg); box-shadow: 0 0 50px #7de4cb09, inset 0 0 60px #7de4cb0b; }
.wifi-hero__home { display: block; width: 100%; height: auto; filter: drop-shadow(0 30px 32px #0005); }
.wifi-hero__features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; padding: 29px 0 32px; border-top: 1px solid #c1d8e31c; }
.wifi-hero__feature { display: flex; align-items: center; justify-content: center; gap: 17px; }
.wifi-hero__feature + .wifi-hero__feature { border-left: 1px solid #c1d8e31c; }
.wifi-hero__feature > svg { flex-shrink: 0; width: 29px; height: 29px; color: #a1d8c9; }
.wifi-hero__feature p { margin: 0; }
.wifi-hero__feature strong { display: block; font-size: 18px; line-height: 1.4; font-weight: 500; letter-spacing: -0.02em; }
.wifi-hero__feature p > span { color: #99aebb; font-size: 12px; }

#planes, #siempre-conectado, #servicios-adicionales, #tv-channels { scroll-margin-top: 95px; }

@media (prefers-reduced-motion: no-preference) {
    html:has(.wifi-hero) { scroll-behavior: smooth; }
    .wifi-hero__copy { animation: wifi-hero-arrive 750ms both; }
    .wifi-hero__visual { animation: wifi-hero-arrive 1000ms 120ms both; }
    @keyframes wifi-hero-arrive { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1100px) {
    .wifi-hero__main { min-height: 580px; padding-top: 55px; }
    .wifi-hero h1 { font-size: clamp(45px, 5.4vw, 62px); }
    .wifi-hero__description { font-size: 15px; }
    .wifi-hero__desktop-break { display: none; }
    .wifi-hero__visual { margin-right: -15px; }
    .wifi-hero__offer { padding-inline: 17px; gap: 13px; }
    .wifi-hero__price strong { font-size: 40px; }
    .wifi-hero__cta { padding-inline: 17px; }
    .wifi-hero__feature strong { font-size: 16px; }
}

@media (max-width: 767px) {
    .wifi-hero__main { grid-template-columns: minmax(0, 1fr); padding: 44px 0 27px; min-height: 0; text-align: center; }
    .wifi-hero__brand { font-size: 25px; margin-bottom: 18px; }
    .wifi-hero h1 { font-size: clamp(43px, 8.5vw, 62px); }
    .wifi-hero__description { max-width: 350px; margin: 20px auto 0; font-size: 15px; }
    .wifi-hero__offer { width: min(100%, 400px); padding-inline: 15px; gap: 10px; margin: 24px auto 0; text-align: left; border-radius: 23px; }
    .wifi-hero__price strong { font-size: 38px; }
    .wifi-hero__price p > span { font-size: 14px; }
    .wifi-hero__plan { font-size: 12px; }
    .wifi-hero__cta { font-size: 14px; min-height: 50px; gap: 8px; padding-inline: 12px; }
    .wifi-hero__visual { width: min(100%, 570px); margin: 22px auto 0; aspect-ratio: 1.3; }
    .wifi-hero__features { gap: 14px; padding: 24px 0 27px; }
    .wifi-hero__feature { flex-direction: column; text-align: center; gap: 9px; justify-content: flex-start; }
    .wifi-hero__feature > svg { width: 23px; height: 23px; }
    .wifi-hero__feature strong { font-size: 13px; line-height: 1.35; }
    .wifi-hero__feature p > span { display: block; margin-top: 5px; font-size: 10px; line-height: 1.4; }
    .wifi-hero__feature + .wifi-hero__feature { padding-left: 10px; }
}

@media (max-width: 374px) {
    .wifi-hero__inner { padding-inline: 18px; }
    .wifi-hero h1 { font-size: 40px; }
    .wifi-hero__offer { flex-wrap: wrap; gap: 16px; }
    .wifi-hero__cta { width: 100%; }
    .wifi-hero__price strong { font-size: 40px; }
}
