* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; background: #000; }
body { margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #fff; }
.mipaginaweb-loading-container { width: 100%; min-height: 100vh; min-height: 100dvh; margin: 0 auto; padding: clamp(32px, 8vh, 72px) 24px 32px; display: flex; align-items: center; justify-content: center; text-align: center; background: #000; }
.loading-content { width: 100%; max-width: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.mipaginaweb-logo { width: clamp(170px, 55vw, 260px); height: clamp(170px, 55vw, 260px); overflow: hidden; margin: 0 auto 28px; border-radius: 20px; background: #080808; }
.mipaginaweb-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.loading-spinner { width: 38px; height: 38px; border: 3px solid #292929; border-top-color: #ff3158; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 22px; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.loading-text { width: 100%; }
.loading-text p:first-child { margin: 0 0 8px; font-size: clamp(25px, 7vw, 34px); line-height: 1.15; font-weight: 700; letter-spacing: -.02em; }
#loading-subtitle { max-width: 360px; margin: 0 auto; color: #d0d0d0; font-size: clamp(16px, 4.4vw, 20px); line-height: 1.35; font-weight: 400; }
.location-button, .retry-button { display: inline-flex; align-items: center; justify-content: center; background-color: #ff3158; color: #fff; border: none; border-radius: 999px; padding: 12px 22px; min-height: 44px; font-size: 18px; line-height: 1; font-weight: 700; cursor: pointer; margin-top: 18px; transition: background-color .2s, transform .2s, opacity .2s; }
.location-button:hover, .retry-button:hover { background-color: #e9284c; transform: scale(1.02); }
.location-button:focus-visible, .retry-button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.location-button:disabled { cursor: wait; opacity: .7; transform: none; }
[hidden] { display: none !important; }

/* Portada Peliculaskar */
.landing-page { min-height: 100vh; background: #000; }
.hero { position: relative; min-height: 100vh; min-height: 100dvh; overflow-x: clip; overflow-y: visible; isolation: isolate; display: flex; flex-direction: column; background: #050505 url('../imagen/peliculaskar-hero.png') center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.30) 28%, rgba(0,0,0,.57) 63%, #050505 100%), radial-gradient(circle at 50% 48%, rgba(0,0,0,.08), rgba(0,0,0,.62) 72%); }
.hero-header { width: min(1560px, calc(100% - 64px)); margin: 0 auto; padding: 24px 0; display: flex; align-items: center; }
.brand-logo { display: block; width: clamp(150px, 14vw, 235px); height: 72px; object-fit: contain; object-position: left center; }
.hero-content { width: min(1180px, calc(100% - 64px)); margin: auto; padding: clamp(34px, 5vh, 62px) 0 clamp(92px, 11vh, 128px); text-align: center; }
.landing-logo { display: block; width: clamp(260px, 19vw, 340px); height: clamp(260px, 19vw, 340px); margin: 0 auto clamp(24px, 3.5vh, 38px); object-fit: contain; object-position: center; filter: drop-shadow(0 14px 32px rgba(0,0,0,.72)); }
.eyebrow { margin: 0 0 18px; color: #ff3039; font-size: clamp(15px, .95vw, 18px); font-weight: 850; letter-spacing: .16em; }
.hero-content h1 { max-width: 1050px; margin: 0 auto; font-size: clamp(64px, 5.8vw, 96px); line-height: .98; letter-spacing: -.05em; text-wrap: balance; text-shadow: 0 4px 34px rgba(0,0,0,.75); }
.hero-lead { margin: clamp(30px, 4vh, 42px) 0 0; font-size: clamp(25px, 2.15vw, 34px); line-height: 1.25; font-weight: 750; }
.hero-copy { max-width: 920px; margin: clamp(30px, 4vh, 42px) auto 26px; font-size: clamp(20px, 1.55vw, 25px); line-height: 1.5; font-weight: 500; color: #f1f1f1; }
.email-form { width: min(930px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 12px; }
.email-field { position: relative; min-height: 72px; }
.email-field label { position: absolute; top: 8px; left: 18px; z-index: 1; color: #b9b9b9; font-size: 12px; font-weight: 600; pointer-events: none; }
.email-field input { width: 100%; height: 100%; min-height: 72px; padding: 27px 20px 8px; color: #fff; background: rgba(12,12,12,.80); border: 1px solid rgba(255,255,255,.55); border-radius: 6px; font: inherit; font-size: 20px; outline: none; backdrop-filter: blur(8px); }
.email-field input::placeholder { color: #7e7e7e; }
.email-field input:focus { border-color: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,.22); }
.email-form button { min-width: 290px; min-height: 72px; padding: 0 32px; border: 0; border-radius: 6px; color: #fff; background: #e50914; font: inherit; font-size: 27px; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.email-form button span { display: inline-block; margin-left: 12px; font-size: 36px; line-height: 0; vertical-align: -3px; }
.email-form button:hover { background: #f6121d; transform: translateY(-1px); }
.email-form button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.email-form button:disabled { opacity: .72; cursor: wait; transform: none; }
.form-note { margin: 15px 0 0; color: #d5d5d5; font-size: clamp(15px, 1vw, 17px); }
.form-message { min-height: 24px; margin: 8px 0 0; color: #ffb7ba; font-size: 16px; font-weight: 650; }
.hero-edge { position: absolute; z-index: 2; left: -5%; right: -5%; bottom: -38px; height: 72px; border-top: 4px solid #e50914; border-radius: 50% 50% 0 0; background: #071128; box-shadow: 0 -10px 36px rgba(229,9,20,.18); }
@media (max-width: 680px) {
    .access-hero, .denied-hero { background-attachment: scroll; }
    .hero { background-position: 57% center; }
    .hero-header { width: calc(100% - 40px); padding-top: 14px; }
    .brand-logo { width: 150px; height: 58px; }
    .hero-content { width: calc(100% - 30px); padding: 20px 0 88px; }
    .landing-logo { width: min(220px, 58vw); height: min(220px, 58vw); margin-bottom: 18px; }
    .hero-content h1 { font-size: clamp(44px, 13vw, 64px); }
    .hero-lead { margin-top: 24px; font-size: 22px; }
    .hero-copy { margin-top: 24px; font-size: 18px; }
    .email-form { grid-template-columns: 1fr; }
    .email-form button { min-width: 0; min-height: 58px; font-size: 21px; }
    .email-field, .email-field input { min-height: 58px; }
}

/* Ayuda cuando no se confirma la región */
.denied-page { min-height: 100vh; background: #030303; }
.denied-hero { min-height: 100vh; min-height: 100dvh; padding: 32px 20px 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(0,0,0,.70), rgba(0,0,0,.93)), url('../imagen/peliculaskar-hero.png') center/cover fixed; }
.denied-card { width: min(930px, 100%); padding: clamp(38px, 6vw, 70px); border: 1px solid rgba(229,9,20,.30); border-radius: 26px; background: linear-gradient(145deg, rgba(15,16,20,.97), rgba(3,3,5,.94)); box-shadow: 0 35px 110px rgba(0,0,0,.72), 0 0 70px rgba(229,9,20,.10); text-align: center; }
.denied-symbol { width: 66px; height: 66px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #e50914; box-shadow: 0 14px 34px rgba(229,9,20,.26); font-size: 34px; font-weight: 900; }
.denied-card h1 { max-width: 760px; margin: 0 auto; font-size: clamp(44px, 5.1vw, 70px); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.denied-intro { max-width: 720px; margin: 24px auto 0; color: #d4d4d4; font-size: 21px; line-height: 1.52; }
.denied-steps { max-width: 790px; margin: 34px auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; list-style: none; }
.denied-steps li { min-height: 144px; padding: 21px; display: flex; flex-direction: column; align-items: flex-start; gap: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: #dedede; background: rgba(255,255,255,.05); font-size: 16px; line-height: 1.48; text-align: left; }
.denied-steps b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #e50914; font-size: 14px; }
.denied-actions { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.denied-actions a { min-width: 250px; min-height: 60px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; color: #fff; font-size: 18px; font-weight: 800; text-decoration: none; }
.retry-location-link { background: #e50914; }
.retry-location-link:hover { background: #f6121d; }
.return-home-link { border: 1px solid rgba(255,255,255,.30); background: rgba(255,255,255,.07); }
.mobile-guide-card { width: min(1180px, 100%); padding: 0; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; text-align: left; }
.denied-summary { padding: clamp(42px, 5vw, 72px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-right: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(229,9,20,.09), transparent 58%); }
.denied-summary .denied-symbol { margin: 0 0 25px; }
.denied-summary .eyebrow { margin-bottom: 18px; }
.denied-summary h1 { margin: 0; font-size: clamp(46px, 4.3vw, 68px); text-align: left; }
.denied-summary .denied-intro { margin: 24px 0 0; font-size: 20px; text-align: left; }
.denied-summary .denied-actions { width: 100%; margin-top: 34px; justify-content: flex-start; }
.denied-summary .denied-actions a { min-width: 0; }
.mobile-permission-guide { position: relative; margin: 28px; padding: 46px 34px 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; background: linear-gradient(180deg, rgba(23,24,29,.97), rgba(7,7,9,.97)); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 24px 70px rgba(0,0,0,.45); }
.phone-top { position: absolute; top: 14px; left: 50%; width: 86px; height: 20px; transform: translateX(-50%); border-radius: 999px; background: #020202; }
.phone-top span { position: absolute; top: 7px; left: 16px; width: 50px; height: 5px; border-radius: 999px; background: #262626; }
.device-name { display: inline-flex; min-height: 34px; padding: 0 12px; align-items: center; border-radius: 999px; color: #fff; background: #e50914; font-size: 13px; font-weight: 850; letter-spacing: .05em; }
.device-guide ol { margin: 20px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.device-guide li { min-height: 58px; padding: 12px 14px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; color: #d9d9d9; background: rgba(255,255,255,.045); font-size: 15px; line-height: 1.4; }
.device-guide li b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: rgba(229,9,20,.18); font-size: 14px; }
.device-guide li strong { color: #fff; }
.guide-divider { margin: 18px 0; display: flex; align-items: center; gap: 12px; color: #858585; font-size: 13px; }
.guide-divider::before, .guide-divider::after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,.10); }
.ios-guide .device-name { color: #151515; background: #f1f1f1; }
@media (max-width: 680px) {
    .denied-hero { padding: 18px 10px 44px; }
    .denied-card { padding: 32px 17px 42px; border-radius: 18px; }
    .denied-card h1 { font-size: 42px; }
    .denied-intro { font-size: 18px; }
    .denied-steps { grid-template-columns: 1fr; gap: 8px; }
    .denied-steps li { min-height: 68px; flex-direction: row; align-items: center; padding: 15px; }
    .denied-actions { flex-direction: column; }
    .denied-actions a { width: 100%; min-width: 0; }
    .mobile-guide-card { grid-template-columns: 1fr; }
    .denied-summary { padding: 34px 20px 30px; align-items: center; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); text-align: center; }
    .denied-summary .denied-symbol { margin-inline: auto; }
    .denied-summary h1, .denied-summary .denied-intro { text-align: center; }
    .denied-summary h1 { font-size: 43px; }
    .denied-summary .denied-actions { justify-content: center; }
    .mobile-permission-guide { margin: 12px; padding: 43px 14px 20px; border-radius: 24px; }
    .device-guide li { font-size: 14px; }
}

@media (max-height: 760px) and (min-width: 681px) {
    .hero-content { padding-top: 18px; padding-bottom: 78px; }
    .landing-logo { width: 190px; height: 190px; margin-bottom: 14px; }
    .hero-content h1 { font-size: clamp(44px, 7vh, 62px); }
    .hero-lead { margin-top: 18px; }
    .hero-copy { margin-top: 18px; margin-bottom: 16px; }
}

/* Página de acceso temporal */
.access-page { min-height: 100vh; background: #030303; }
.access-hero { min-height: 100vh; min-height: 100dvh; padding: 34px 24px 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.90)), url('../imagen/peliculaskar-hero.png') center/cover fixed; }
.access-logo { width: clamp(190px, 15vw, 260px); height: clamp(190px, 15vw, 260px); margin-bottom: 26px; object-fit: contain; filter: drop-shadow(0 15px 30px rgba(0,0,0,.7)); }
.access-card { width: min(850px, 100%); padding: clamp(38px, 6vw, 68px); border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: linear-gradient(145deg, rgba(15,16,20,.96), rgba(3,3,5,.94)); box-shadow: 0 35px 110px rgba(0,0,0,.7), 0 0 70px rgba(229,9,20,.09); text-align: center; backdrop-filter: blur(16px); }
.access-status { display: inline-flex; min-height: 36px; padding: 0 14px; align-items: center; border: 1px solid rgba(72,213,139,.35); border-radius: 999px; color: #70e5a6; background: rgba(40,180,105,.09); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.access-card h1 { margin: 24px 0 0; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
.access-card > p { max-width: 650px; margin: 22px auto 0; color: #d4d4d4; font-size: 20px; line-height: 1.5; }
.access-details { margin: 34px 0 0; display: grid; grid-template-columns: 1.35fr .85fr; gap: 12px; text-align: left; }
.access-details div { min-width: 0; padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.055); }
.access-details span, .access-details strong { display: block; }
.access-details span { color: #a9a9a9; font-size: 14px; }
.access-details strong { margin-top: 7px; overflow-wrap: anywhere; color: #fff; font-size: clamp(19px, 2vw, 25px); }
.copy-access { width: min(430px, 100%); min-height: 64px; margin-top: 28px; border: 0; border-radius: 8px; color: #fff; background: #e50914; font: inherit; font-size: 20px; font-weight: 800; cursor: pointer; }
.copy-access:hover { background: #f6121d; }
.access-card .access-warning { color: #aaa; font-size: 14px; }
.access-denied .access-status { border-color: rgba(229,9,20,.35); color: #ff8b90; background: rgba(229,9,20,.08); }
@media (max-width: 680px) {
    .access-hero { padding: 18px 12px 46px; }
    .access-logo { width: min(180px, 48vw); height: min(180px, 48vw); margin-bottom: 18px; }
    .access-card { padding: 32px 18px 42px; border-radius: 18px; }
    .access-card h1 { font-size: 43px; }
    .access-card > p { font-size: 17px; }
    .access-details { grid-template-columns: 1fr; }
    .access-details strong { font-size: 19px; }
}

/* Solicitud de ubicación */
.location-page { min-height: 100vh; overflow-x: hidden; overflow-y: visible; background: #030303; }
.location-hero { position: relative; min-height: 100vh; min-height: 100dvh; overflow-x: clip; overflow-y: visible; isolation: isolate; display: flex; flex-direction: column; background: #050505 url('../imagen/peliculaskar-hero.png') center/cover no-repeat; }
.location-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.56) 40%, #050505 100%), radial-gradient(circle at 50% 48%, rgba(16,24,42,.18), rgba(0,0,0,.76) 74%); }
.location-header { position: relative; width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: clamp(18px, 3vh, 34px) 0 12px; display: flex; align-items: center; justify-content: center; }
.location-header .brand-logo { width: clamp(160px, 13vw, 220px); height: clamp(160px, 13vw, 220px); object-position: center; filter: drop-shadow(0 10px 24px rgba(0,0,0,.65)); }
.country-badge { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(0,0,0,.48); color: #ededed; font-size: 13px; font-weight: 750; letter-spacing: .06em; backdrop-filter: blur(8px); }
.location-header .country-badge { position: absolute; right: 0; top: clamp(30px, 5vh, 54px); }
.location-card { position: relative; width: min(1040px, calc(100% - 40px)); margin: 0 auto clamp(26px, 5vh, 52px); padding: clamp(48px, 6vh, 72px) clamp(46px, 6vw, 90px) clamp(64px, 8vh, 100px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: linear-gradient(145deg, rgba(15,16,20,.96), rgba(3,3,5,.90)); box-shadow: 0 34px 110px rgba(0,0,0,.72), 0 0 70px rgba(229,9,20,.08); text-align: center; backdrop-filter: blur(16px); }
.location-card::before { content: ""; position: absolute; width: 420px; height: 420px; top: -280px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(229,9,20,.16); filter: blur(60px); pointer-events: none; }
.location-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 22px; border: 1px solid rgba(229,9,20,.55); border-radius: 50%; color: #fff; background: linear-gradient(145deg, #f01924, #a90009); box-shadow: 0 12px 35px rgba(229,9,20,.28); font-size: 39px; font-weight: 800; }
.location-icon.warning { font-size: 34px; }
.location-card h1 { position: relative; max-width: 820px; margin: 0 auto; font-size: clamp(48px, 4.4vw, 72px); line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
.location-copy { position: relative; max-width: 760px; margin: 26px auto 0; color: #e5e5e5; font-size: clamp(21px, 1.65vw, 27px); line-height: 1.48; }
.content-preview { max-width: 820px; margin: 34px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.content-preview span { min-height: 122px; padding: 22px 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; color: #fff; background: linear-gradient(145deg, rgba(229,9,20,.18), rgba(12,15,24,.82)); box-shadow: inset 0 1px rgba(255,255,255,.07); font-size: 19px; font-weight: 750; text-align: left; }
.content-preview b { color: #ff525a; font-size: 15px; letter-spacing: .12em; }
.privacy-note { max-width: 820px; margin: 32px auto 0; padding: 24px 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.06); text-align: left; }
.privacy-note strong, .privacy-note span { display: block; }
.privacy-note strong { margin-bottom: 8px; color: #fff; font-size: 20px; }
.privacy-note span { color: #d0d0d0; font-size: 18px; line-height: 1.5; }
.location-card .loading-spinner { margin: 25px auto 0; border-color: #3a3a3a; border-top-color: #e50914; }
.location-card .location-button { min-width: min(490px, 100%); min-height: 72px; margin-top: 34px; padding: 0 38px; border-radius: 9px; background: linear-gradient(180deg, #f51b25, #d90812); font-size: 24px; box-shadow: 0 16px 36px rgba(229,9,20,.28); }
.button-guidance { margin: 28px auto -22px; display: flex; flex-direction: column; align-items: center; gap: 3px; color: #fff; font-size: 18px; font-weight: 800; }
.button-guidance b { display: block; font-size: 34px; line-height: 1; filter: drop-shadow(0 6px 10px rgba(0,0,0,.5)); animation: pointToAction 1.15s ease-in-out infinite; }
.button-guidance + .location-button { position: relative; border: 2px solid #fff; box-shadow: 0 0 0 6px rgba(229,9,20,.20), 0 18px 42px rgba(229,9,20,.42); animation: actionGlow 1.8s ease-in-out infinite; }
.button-guidance + .location-button:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 0 0 8px rgba(229,9,20,.24), 0 22px 48px rgba(229,9,20,.48); }
@keyframes pointToAction { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes actionGlow { 0%, 100% { box-shadow: 0 0 0 5px rgba(229,9,20,.16), 0 18px 38px rgba(229,9,20,.34); } 50% { box-shadow: 0 0 0 10px rgba(229,9,20,.27), 0 22px 48px rgba(229,9,20,.50); } }
.location-card .location-button:hover { background: #f6121d; }
.location-footnote { margin: 19px 0 0; color: #c5c5c5; font-size: 16px; line-height: 1.5; }
.final-confirmation .location-card { border-color: rgba(229,9,20,.26); }
.final-confirmation .final-note { border-color: rgba(229,9,20,.25); background: rgba(229,9,20,.07); }
.country-card { border-color: rgba(252,209,22,.28); box-shadow: 0 34px 110px rgba(0,0,0,.72), 0 0 80px rgba(252,209,22,.08); }
.country-card::before { width: 520px; height: 360px; top: -260px; background: rgba(252,209,22,.17); }
.colombia-mark { width: clamp(116px, 9vw, 150px); height: clamp(82px, 6.2vw, 104px); margin: 0 auto 28px; overflow: hidden; display: grid; grid-template-rows: 2fr 1fr 1fr; border: 5px solid rgba(255,255,255,.94); border-radius: 14px; background: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.18); transform: rotate(-2deg); }
.colombia-mark span { display: block; width: 100%; }
.flag-yellow { background: #fcd116; }
.flag-blue { background: #003893; }
.flag-red { background: #ce1126; }
.country-card .eyebrow { color: #fcd116; }
.colombia-benefits { max-width: 840px; margin: 32px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.colombia-benefits span { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; border: 1px solid rgba(252,209,22,.28); border-radius: 999px; color: #f4f4f4; background: rgba(252,209,22,.07); font-size: 17px; font-weight: 700; }
.colombia-benefits span::before { content: "✓"; margin-right: 9px; color: #fcd116; font-weight: 900; }
.direct-reason { max-width: 840px; margin: 34px auto 0; padding: 26px 28px; display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: linear-gradient(135deg, rgba(0,56,147,.18), rgba(206,17,38,.13)); text-align: left; }
.reason-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; color: #101010; background: #fcd116; font-size: 16px; font-weight: 900; }
.direct-reason strong { display: block; color: #fff; font-size: 21px; }
.direct-reason p { margin: 8px 0 0; color: #d7d7d7; font-size: 17px; line-height: 1.52; }
.permission-steps { max-width: 820px; margin: 34px auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; }
.permission-steps li { min-height: 132px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); color: #e0e0e0; font-size: 17px; line-height: 1.45; text-align: left; }
.permission-steps b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: #e50914; font-size: 15px; }
@media (max-width: 680px) {
    .location-header { width: calc(100% - 28px); padding: 12px 0 8px; }
    .location-header .brand-logo { width: min(150px, 40vw); height: min(150px, 40vw); }
    .location-header .country-badge { position: absolute; right: 0; top: 31px; min-height: 30px; padding: 0 9px; font-size: 9px; }
    .location-card { width: calc(100% - 20px); margin-bottom: 28px; padding: 30px 18px 64px; border-radius: 17px; }
    .location-icon { width: 56px; height: 56px; margin-bottom: 18px; font-size: 32px; }
    .location-card h1 { font-size: clamp(38px, 11.5vw, 50px); }
    .location-copy { margin-top: 19px; font-size: 19px; }
    .privacy-note { margin-top: 22px; padding: 16px; }
    .privacy-note strong { font-size: 17px; }
    .privacy-note span { font-size: 16px; }
    .location-card .location-button { min-height: 62px; margin-top: 24px; font-size: 19px; }
    .button-guidance { margin-top: 24px; margin-bottom: -15px; font-size: 16px; }
    .button-guidance b { font-size: 30px; }
    .content-preview, .permission-steps { grid-template-columns: 1fr; gap: 8px; }
    .content-preview span { min-height: 68px; flex-direction: row; align-items: center; font-size: 17px; }
    .permission-steps li { min-height: 68px; flex-direction: row; align-items: center; font-size: 16px; }
    .location-footnote { font-size: 14px; }
    .colombia-mark { width: 104px; height: 74px; margin-bottom: 22px; border-width: 4px; }
    .colombia-benefits { margin-top: 24px; gap: 8px; }
    .colombia-benefits span { min-height: 40px; padding: 0 13px; font-size: 14px; }
    .direct-reason { margin-top: 25px; padding: 19px 17px; grid-template-columns: 1fr; gap: 13px; }
    .reason-number { width: 40px; height: 40px; }
    .direct-reason strong { font-size: 18px; }
    .direct-reason p { font-size: 15px; }
}

@supports not (overflow: clip) {
    .hero, .location-hero { overflow: visible; }
}

@media (prefers-reduced-motion: reduce) {
    .button-guidance b, .button-guidance + .location-button { animation: none; }
}

/* Protección del logo en pantallas móviles */
.brand-logo, .landing-logo, .access-logo {
    display: block;
    object-fit: contain;
    object-position: center;
    flex: 0 0 auto;
}
.location-header { overflow: visible; }
@media (max-width: 680px) {
    .hero-content { padding-top: max(20px, env(safe-area-inset-top)); }
    .location-header { min-height: 112px; padding-top: max(12px, env(safe-area-inset-top)); }
    .location-header .brand-logo { width: min(150px, 40vw); height: auto; max-height: 150px; }
    .landing-logo { width: min(220px, 58vw); height: auto; max-height: 220px; }
    .access-logo { width: min(180px, 48vw); height: auto; max-height: 180px; }
}

@media (min-width: 2400px) {
    .hero-content { width: min(1400px, calc(100% - 80px)); }
    .landing-logo { width: 280px; height: 280px; }
    .hero-content h1 { font-size: 112px; }
    .hero-lead { font-size: 38px; }
    .hero-copy { max-width: 1050px; font-size: 30px; }
    .email-form { width: 1040px; }
    .email-field, .email-field input, .email-form button { min-height: 88px; }
    .email-field label { font-size: 17px; }
    .email-field input { padding-top: 32px; font-size: 24px; }
    .email-form button { min-width: 320px; font-size: 32px; }
    .form-note { font-size: 21px; }
    .location-header { width: 1400px; }
    .location-header .brand-logo { width: 220px; height: 220px; }
    .location-header .country-badge { font-size: 19px; min-height: 52px; padding-inline: 20px; }
    .location-card { width: 1400px; padding: 86px 120px 110px; }
    .location-card h1 { max-width: 1120px; font-size: 92px; }
    .location-copy { max-width: 1050px; font-size: 34px; }
    .content-preview, .permission-steps, .privacy-note { max-width: 1120px; }
    .content-preview span { min-height: 170px; font-size: 27px; }
    .content-preview b { font-size: 20px; }
    .privacy-note strong { font-size: 28px; }
    .privacy-note span { font-size: 25px; }
    .permission-steps li { min-height: 180px; font-size: 24px; }
    .location-card .location-button { min-width: 650px; min-height: 92px; font-size: 32px; }
    .location-footnote { font-size: 22px; }
    .colombia-mark { width: 220px; height: 154px; }
    .colombia-benefits span { min-height: 64px; padding-inline: 25px; font-size: 24px; }
    .direct-reason { max-width: 1120px; padding: 36px 40px; }
    .reason-number { width: 66px; height: 66px; font-size: 22px; }
    .direct-reason strong { font-size: 29px; }
    .direct-reason p { font-size: 24px; }
}

@media (max-height: 760px) and (min-width: 681px) {
    .location-header { padding-top: 10px; padding-bottom: 6px; }
    .location-header .brand-logo { width: 86px; height: 86px; }
    .location-header .country-badge { top: 30px; }
    .location-card { padding-top: 30px; padding-bottom: 52px; }
    .location-icon { width: 54px; height: 54px; margin-bottom: 14px; }
    .location-card h1 { font-size: clamp(36px, 5.3vh, 48px); }
    .location-copy { margin-top: 16px; }
    .privacy-note { margin-top: 18px; padding: 15px 18px; }
    .location-card .location-button { min-height: 56px; margin-top: 18px; }
}

@media (max-width: 480px) {
    .mipaginaweb-loading-container { padding: 28px 20px 24px; }
    .mipaginaweb-logo { margin-bottom: 24px; }
}

@media (max-height: 650px) {
    .mipaginaweb-loading-container { padding-top: 20px; padding-bottom: 20px; }
    .mipaginaweb-logo { width: 150px; height: 150px; margin-bottom: 18px; }
    .loading-spinner { width: 32px; height: 32px; margin-bottom: 16px; }
}
