:root { --pink: #f80761; --deep-pink: #95002d; --ink: #111530; }
* { box-sizing: border-box; }
html { min-width: 320px; background: #d6cbc6; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: #fff; }
.access-page { position: relative; isolation: isolate; min-height: 100svh; overflow: hidden; padding: clamp(42px, 7vh, 96px) 24px 56px; background: url("../images/eligetuacceso.webp") center top / cover fixed no-repeat; }
.page-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(44,18,18,.08), rgba(38,18,16,.12)), linear-gradient(180deg, rgba(255,255,255,.02) 30%, rgba(76,26,33,.12)); }
.access-content { width: min(1100px, 100%); margin: auto; }
.access-hero { margin: 0 auto 128px; width: min(560px, 100%); text-align: left; padding-left: clamp(0px, 7vw, 94px); text-shadow: 0 5px 16px rgba(31, 8, 9, .25); }
.access-hero h1 { margin: 0; font-size: clamp(47px, 6.2vw, 83px); line-height: .88; font-weight: 900; letter-spacing: -.065em; }
.access-hero h1 span { color: var(--pink); }
.access-hero p { margin: 19px 0 0; white-space: nowrap; font-size: clamp(10px, 1.35vw, 15px); letter-spacing: .3em; font-weight: 500; }
.access-hero i { display: inline-block; width: 5px; height: 5px; margin: 0 .62em 2px; vertical-align: middle; border-radius: 50%; background: #fff; }
.hero-rule,.orb-rule { width: 72px; height: 2px; margin: 21px auto 0; background: var(--pink); }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: clamp(18px, 3.2vw, 45px); max-width: 920px; margin: 0 auto; }
.plan { position: relative; display: flex; flex-direction: column; min-height: 720px; padding: 278px 30px 28px; border-radius: 30px; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.plan:hover { transform: translateY(-4px); }
.plan:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.plan-essential { color: #fff; background: linear-gradient(145deg, #a60038, #5f001f 90%); border: 1px solid rgba(255, 193, 215, .55); box-shadow: 0 24px 38px rgba(82, 0, 25, .34); }
.plan-guided { color: var(--ink); background: linear-gradient(140deg, rgba(255,255,255,.95), rgba(255,228,239,.92)); border: 2px solid rgba(255,255,255,.9); box-shadow: 0 20px 40px rgba(153, 44, 79, .25); }
.price-orb { position: absolute; top: -57px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; width: min(305px, 84%); aspect-ratio: 1; padding-top: 43px; border-radius: 50%; text-align: center; }
.plan-essential .price-orb { background: radial-gradient(circle at 48% 35%, #bf0b4a, #7c0027 73%); border: 1.5px solid #ffadc9; box-shadow: 0 14px 26px rgba(86, 0, 29, .38); }
.plan-guided .price-orb { padding-top: 40px; background: radial-gradient(circle at 48% 30%, #fff, #fdeaf1 70%); border: 1.5px solid #fff; box-shadow: 0 12px 25px rgba(148, 40, 76, .22); }
.price-orb img { width: 65px; height: 52px; object-fit: contain; filter: brightness(0) invert(1); opacity: .98; }
.plan-guided .price-orb img { filter: none; }
.price { margin-top: 7px; font-size: clamp(57px, 7vw, 91px); font-weight: 900; line-height: .9; letter-spacing: -.09em; }
.price span { font-size: .61em; letter-spacing: -.08em; }
.plan-guided .price { color: #c60045; }
.orb-rule { width: 48px; margin: 12px 0 10px; background: currentColor; opacity: .85; }
.price-orb p { margin: 0; font-size: 16px; letter-spacing: .17em; line-height: 1.08; }
.price-orb strong { font-size: 20px; letter-spacing: -.05em; }
.plan-guided .price-orb p { color: #c60045; }
.featured-label { position: absolute; z-index: 2; top: -91px; left: 50%; transform: translateX(-50%); min-width: 202px; padding: 7px 16px 8px; color: #fff; background: linear-gradient(90deg, #e90057, #ff1880); border-radius: 999px; font-size: 15px; line-height: 1; text-align: center; font-weight: 800; white-space: nowrap; box-shadow: 0 6px 15px rgba(192,0,66,.3); }
.features { display: grid; gap: 17px; padding: 0; margin: 13px 0 28px; list-style: none; font-size: 16px; line-height: 1.28; }
.features li { position: relative; min-height: 29px; padding: 5px 0 0 46px; }
.features li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #f8055e, #ff6f9f); color: #fff; font-size: 20px; font-weight: 800; }
.emphasized { font-weight: 800; }
.access-button { display: flex; justify-content: center; align-items: center; gap: 32px; min-height: 78px; padding: 12px 22px; margin-top: auto; color: #fff; background: linear-gradient(110deg, #ef0054, #cc0048); border: 1px solid rgba(255,255,255,.55); border-radius: 999px; text-align: center; font-size: 22px; font-weight: 800; line-height: 1; box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 7px 16px rgba(119,0,36,.18); }
.access-button span { display: grid; gap: 6px; }
.access-button small { font-size: 14px; }
.access-button svg { width: 52px; height: 32px; overflow: visible; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 2.5; }
@media (max-width: 650px) { .access-page { padding: 64px 18px 42px; background-attachment: scroll; background-position: 40% top; } .access-hero { padding-left: 7%; margin-bottom: 72px; } .access-hero h1 { font-size: clamp(48px, 15.5vw, 75px); } .access-hero p { letter-spacing: .21em; } .plans { grid-template-columns: 1fr; gap: 108px; max-width: 440px; } .plan { min-height: auto; padding: 274px 27px 24px; border-radius: 28px; } .price-orb { width: min(310px, 83%); } .features { font-size: 16px; } }
@media (min-width: 651px) and (max-width: 850px) { .plan { padding-left: 20px; padding-right: 20px; } .features { font-size: 14px; } .access-button { font-size: 18px; gap: 15px; } .access-button svg { width: 43px; } }
