:root{--bg:#030303;--gold:#ffd76a;--gold2:#ffb629;--red:#c5161d;--green:#44d17a;--blue:#59a7ff;--text:#fff;--muted:rgba(255,255,255,.68);--line:rgba(255,255,255,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -10%,#1f1006 0,#080504 25%,#030303 58%);color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}button,input,select{font:inherit}a{color:inherit}.topbar{position:fixed;z-index:120;top:14px;left:18px;right:18px;height:64px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-radius:24px;background:linear-gradient(180deg,rgba(5,5,5,.62),rgba(5,5,5,.35));border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(20px) saturate(1.08);box-shadow:0 18px 54px rgba(0,0,0,.24);transition:.28s ease}.topbar.scrolled{top:8px;background:rgba(5,5,5,.94);box-shadow:0 22px 70px rgba(0,0,0,.46)}.topSide{min-width:98px;display:flex;align-items:center}.topSide.right{justify-content:flex-end}.centeredBrandTop{position:absolute;left:50%;transform:translateX(-50%)}.centeredBrandTop img{height:46px;display:block}.lang{display:flex;padding:3px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04)}.lang button{border:0;background:transparent;color:#fff;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:950;cursor:pointer}.lang button.active{background:var(--gold);color:#111}.menuToggle{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.06);cursor:pointer}.menuToggle span{display:block;width:18px;height:1.5px;background:#fff}.menuToggle span+span{margin-top:-10px}.floatingNav{position:absolute;top:72px;right:0;width:min(350px,88vw);padding:12px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(8,8,8,.98),rgba(3,3,3,.96));box-shadow:0 30px 90px rgba(0,0,0,.55);backdrop-filter:blur(24px);display:grid;gap:6px;opacity:0;pointer-events:none;transform:translateY(-8px) scale(.98);transition:.22s}.floatingNav.open{opacity:1;pointer-events:auto;transform:none}.floatingNav a{padding:14px 16px;border-radius:16px;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.8px;color:rgba(255,255,255,.8)}.floatingNav a:hover{background:rgba(255,207,106,.09);color:var(--gold)}
.heroPortal{position:relative;height:100svh;min-height:680px;display:grid;place-items:center;padding:98px 18px 30px;overflow:hidden}.heroSlides,.heroSlide{position:absolute;inset:0}.heroSlide{background:center/cover no-repeat;opacity:0;transform:scale(1.015);filter:saturate(1.07) contrast(1.04);transition:opacity 1.6s ease}.heroSlide.active{opacity:1;animation:kenSmooth 7.6s ease-in-out both}@keyframes kenSmooth{0%{transform:scale(1.015)}45%{transform:scale(1.065)}100%{transform:scale(1.11)}}.heroOverlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18) 42%,rgba(0,0,0,.68) 100%)}.heroCard{position:relative;z-index:2;width:min(92vw,820px);padding:28px 26px 30px;border-radius:34px;text-align:center;background:linear-gradient(145deg,rgba(7,7,7,.18),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.11);box-shadow:0 28px 110px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(15px) saturate(1.05)}.heroCard img{width:min(300px,64vw);display:block;margin:0 auto 6px}.eyebrow,.classified{display:inline-flex;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,207,106,.42);background:rgba(255,207,106,.06);color:var(--gold);font-size:11px;font-weight:950;letter-spacing:1.4px;text-transform:uppercase}.heroCard h1,.subHeroInner h1,.secretIntro h1{font-size:clamp(48px,9vw,92px);line-height:.9;margin:14px 0 12px;text-transform:uppercase;letter-spacing:-2.5px}.heroCard h1 span{display:block;color:var(--gold)}.heroCard p{max-width:690px;margin:0 auto;color:rgba(255,255,255,.85);font-size:clamp(15px,2vw,19px);line-height:1.58}.primaryBtn,.ghostBtn,.goldBtn,.actionBtn{border:0;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:16px;font-weight:950;text-transform:uppercase;letter-spacing:.6px}.primaryBtn{background:linear-gradient(135deg,var(--gold),var(--red));color:#111;box-shadow:0 16px 42px rgba(0,0,0,.28),0 0 24px rgba(255,207,106,.13)}.primaryBtn.big{min-height:58px;margin-top:22px;padding:0 28px}.ghostBtn{background:rgba(255,255,255,.07);color:#fff;border:1px solid var(--line)}.heroActions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:22px}
.section{padding:80px 18px}.sectionHead{max-width:780px;margin:0 auto 28px;text-align:center}.sectionHead h2{font-size:clamp(38px,6vw,64px);margin:12px 0;text-transform:uppercase}.sectionHead p{color:var(--muted);line-height:1.6;font-size:17px}.sectionHead.small{margin-top:70px}.sectionHead.small h2{font-size:clamp(32px,5vw,50px)}
.modal{position:fixed;z-index:200;inset:0;display:none}.modal.active{display:block}.modalBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.77);backdrop-filter:blur(14px)}.modalPanel{position:relative;z-index:2;width:min(94vw,1040px);margin:5svh auto;border-radius:32px;overflow:hidden;background:linear-gradient(180deg,rgba(9,9,9,.98),rgba(3,3,3,.98));border:1px solid rgba(255,255,255,.12);box-shadow:0 38px 140px rgba(0,0,0,.64)}.close{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;border-radius:50%;width:42px;height:42px;font-size:22px;cursor:pointer}.close.floating{position:absolute;right:14px;top:14px;z-index:3}.experiencePanel{max-height:90svh;overflow:auto}.experienceBanner{position:relative;min-height:250px;overflow:hidden}.experienceSlides,.experienceSlide{position:absolute;inset:0}.experienceSlide{opacity:0;background:center/cover no-repeat;transition:opacity 1s ease;transform:scale(1.02)}.experienceSlide.active{opacity:1;animation:expKen 4.2s ease-in-out both}@keyframes expKen{to{transform:scale(1.09)}}.experienceBanner:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.78))}.experienceBannerCopy{position:relative;z-index:2;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:24px;text-align:center}.experienceBannerCopy img{width:min(240px,55vw)}.experienceBannerCopy span{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:1.3px}.experienceBannerCopy h2{font-size:clamp(32px,6vw,54px);margin:8px 0 0;text-transform:uppercase}.experienceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.experienceCard{position:relative;overflow:hidden;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:15px;min-height:160px;padding:20px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));color:#fff;text-align:left;cursor:pointer;transition:.22s}.experienceCard:hover{transform:translateY(-4px);border-color:rgba(255,207,106,.28)}.experienceCard.agent:after{content:"? ? ?";position:absolute;right:16px;bottom:0;color:rgba(255,255,255,.05);font-size:42px;font-weight:1000;letter-spacing:5px}.experienceCard.vip{background:radial-gradient(circle at 85% 12%,rgba(255,207,106,.16),transparent 30%),linear-gradient(145deg,rgba(77,45,0,.30),rgba(255,255,255,.02));border-color:rgba(255,207,106,.28)}.experienceIcon{width:66px;height:66px;border-radius:20px;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid var(--line)}.experienceIcon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2}.experienceCard h3{margin:0 0 7px;font-size:22px;text-transform:uppercase}.experienceCard p{margin:0;color:var(--muted);line-height:1.45;font-size:13px}.experienceCard>span{font-size:28px;color:var(--gold)}
.secretHero{position:relative;min-height:86svh;display:grid;place-items:center;padding:105px 18px 60px;overflow:hidden}.secretBg{position:absolute;inset:0;background:center/cover no-repeat;animation:kenSmooth 9s ease-in-out infinite alternate}.secretShade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.30) 45%,#030303 100%)}.secretIntro{position:relative;z-index:2;text-align:center;max-width:900px}.secretIntro>img{width:86px;display:block;margin:16px auto 8px;filter:drop-shadow(0 0 26px rgba(255,207,106,.22))}.secretIntro h1{white-space:nowrap}.secretIntro h1 span{color:#fff}.secretIntro h1 strong{color:var(--gold);margin-left:12px}.secretIntro p{max-width:760px;margin:0 auto;color:rgba(255,255,255,.84);font-size:18px;line-height:1.65}.secretProgram{background:radial-gradient(circle at 50% 0,rgba(197,22,29,.11),transparent 30%)}.mapShell{max-width:1120px;margin:0 auto 26px;padding:20px;border-radius:30px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.025);overflow:hidden}.usaMap{width:100%;min-width:680px}.usaOutline{fill:rgba(255,255,255,.025);stroke:rgba(255,255,255,.22);stroke-width:2}.routeLine{fill:none;stroke:url(#none);stroke:rgba(255,255,255,.22);stroke-width:3;stroke-dasharray:7 9;animation:dash 8s linear infinite}@keyframes dash{to{stroke-dashoffset:-120}}.node circle:first-child{stroke:#fff;stroke-width:2}.node.green circle:first-child{fill:var(--green)}.node.red circle:first-child{fill:var(--red)}.node.blue circle:first-child{fill:var(--blue)}.node .pulse{fill:none;stroke:currentColor;opacity:.35;animation:pulse 2s ease-out infinite}.node.green{color:var(--green)}.node.red{color:var(--red)}.node.blue{color:var(--blue)}@keyframes pulse{to{r:23;opacity:0}}.node text{fill:#fff;font-size:10px;font-weight:900}.newLocation{fill:var(--gold)!important;font-size:8px!important}.stateText{fill:rgba(255,255,255,.42);font-size:12px;font-weight:900;letter-spacing:2px}.legend{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:8px}.legend span{font-size:11px;font-weight:950;text-transform:uppercase}.legend .green{color:var(--green)}.legend .red{color:#ff646a}.legend .blue{color:var(--blue)}.stageGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1120px;margin:0 auto}.stageCard{padding:24px;border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border:1px solid var(--line);position:relative;overflow:hidden}.stageCard.green{border-color:rgba(68,209,122,.24)}.stageCard.red{border-color:rgba(197,22,29,.28)}.stageCard.blue{border-color:rgba(89,167,255,.26)}.stageCard>span{font-size:10px;font-weight:950;letter-spacing:1px}.stageCard.green>span{color:var(--green)}.stageCard.red>span{color:#ff777d}.stageCard.blue>span{color:var(--blue)}.stageCard h3{font-size:30px;margin:10px 0}.stageCard p{color:var(--muted);line-height:1.55}.stageStops{display:flex;gap:7px;flex-wrap:wrap}.stageStops b{padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.05);font-size:10px}.rewardTag{display:inline-flex;margin-top:12px;padding:8px 10px;border-radius:999px;background:rgba(255,207,106,.08);border:1px solid rgba(255,207,106,.18);color:var(--gold);font-size:10px;font-weight:950}.agentSplit{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1120px;margin:20px auto 0}.agentSplit article{padding:26px;border-radius:26px;border:1px solid var(--line);background:rgba(255,255,255,.03)}.agentSplit h3{font-size:28px;margin:0 0 8px}.agentSplit p{color:var(--muted);line-height:1.55}
.vipHero,.subHero,.locationHero{position:relative;min-height:68svh;display:grid;place-items:center;padding:105px 18px 60px;overflow:hidden}.vipBackdrop,.vipOverlay,.locationShade{position:absolute;inset:0}.vipBackdrop{background:center/cover no-repeat}.vipOverlay,.locationShade{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.65) 70%,#030303 100%)}.subHero{background:radial-gradient(circle at 50% 0,rgba(255,207,106,.12),transparent 32%),#050505}.subHeroInner{position:relative;z-index:2;text-align:center;max-width:860px}.subHeroInner>img{width:min(300px,64vw)}.subHeroInner h1 span{color:var(--gold)}.subHeroInner p{color:rgba(255,255,255,.82);font-size:18px;line-height:1.6}.vipFeatureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1120px;margin:0 auto}.vipFeature{min-height:250px;padding:24px;border-radius:26px;border:1px solid rgba(255,207,106,.18);background:radial-gradient(circle at 80% 10%,rgba(255,207,106,.12),transparent 28%),rgba(255,255,255,.03);color:#fff;text-align:left;cursor:pointer}.vipFeature h3{font-size:30px;margin:0 0 9px;text-transform:uppercase}.vipFeature p{color:var(--muted);line-height:1.55}.chefSlider{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;max-width:1120px;margin:0 auto}.chefSlider::-webkit-scrollbar{display:none}.chefItem{flex:0 0 min(360px,82vw);min-height:420px;border-radius:28px;overflow:hidden;background:center/cover no-repeat;position:relative}.chefItem:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.92))}.chefItem>div{position:absolute;z-index:2;left:20px;right:20px;bottom:20px}.chefItem span{color:var(--gold);font-size:10px;font-weight:950;text-transform:uppercase}.chefItem h3{font-size:30px;margin:6px 0}.chefItem p{color:rgba(255,255,255,.78);line-height:1.5}.rewardShowcase{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1120px;margin:0 auto}.rewardItem{padding:22px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));text-align:center}.rewardVisual{height:150px;display:grid;place-items:center;border-radius:18px;background:radial-gradient(circle,rgba(255,207,106,.14),transparent 55%)}.rewardVisual svg{width:70px;height:70px;fill:none;stroke:var(--gold);stroke-width:1.8}.rewardItem span{color:var(--gold);font-size:10px;text-transform:uppercase;font-weight:950}.rewardItem h3{font-size:22px;margin:7px 0 0}.missionSteps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1120px;margin:0 auto}.missionSteps article{padding:22px;border-radius:22px;border:1px solid var(--line);background:rgba(255,255,255,.03)}.missionSteps b{font-size:32px;color:var(--gold)}.missionSteps p{color:var(--muted);line-height:1.55}.missionReady{max-width:760px;margin:26px auto 0;text-align:center;padding:28px;border-radius:28px;border:1px solid rgba(255,207,106,.18);background:radial-gradient(circle at 50% 0,rgba(255,207,106,.1),transparent 45%),rgba(255,255,255,.025)}.missionReady span{color:var(--gold);font-size:11px;font-weight:950;letter-spacing:1px}.missionReady h2{font-size:38px;margin:10px 0 16px}.locationGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1120px;margin:24px auto 0}.locationCard{min-height:330px;border-radius:26px;background:center/cover no-repeat;position:relative;overflow:hidden;text-decoration:none;border:1px solid var(--line)}.locationCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.91))}.locationCard>div{position:absolute;z-index:2;left:20px;right:20px;bottom:20px}.locationCard span{color:var(--gold);font-size:10px;font-weight:950}.locationCard h3{font-size:30px;margin:7px 0}.locationHero{min-height:78svh;background:center/cover no-repeat}.locationInner{position:relative;z-index:2;text-align:center;max-width:850px}.locationInner>img{width:min(290px,65vw)}.locationInner h1{font-size:clamp(54px,10vw,100px);margin:14px 0 10px;text-transform:uppercase}.locationInner p{color:rgba(255,255,255,.82);font-size:18px;line-height:1.6}.locationActions,.locationUtility{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:20px}.actionBtn{background:rgba(255,255,255,.08);border:1px solid var(--line);color:#fff}.actionBtn.active,.actionBtn:hover{background:linear-gradient(135deg,var(--gold),var(--red));color:#111}.todayGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1120px;margin:0 auto}.todaySpecial{min-height:420px;border-radius:28px;background:center/cover no-repeat;position:relative;overflow:hidden}.todaySpecial:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.94))}.todaySpecial>div{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}.todaySpecial span{color:var(--gold);font-size:10px;font-weight:950;text-transform:uppercase}.todaySpecial h2{font-size:36px;margin:7px 0}.todaySpecial p{color:rgba(255,255,255,.78)}.locationUtility a{padding:12px 16px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);text-decoration:none;font-weight:900}.agentCallout{max-width:900px;margin:30px auto 0;padding:30px;border-radius:28px;border:1px solid rgba(255,207,106,.18);text-align:center;background:radial-gradient(circle at 50% 0,rgba(197,22,29,.13),transparent 42%),rgba(255,255,255,.025)}.agentCallout img{width:80px}.agentCallout h2{font-size:clamp(34px,6vw,58px);margin:12px 0}.agentCallout p{color:var(--muted)}
.modalTop{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;border-bottom:1px solid var(--line)}.modalBrand{display:flex;align-items:center;gap:12px}.modalBrand img{height:46px}.modalBrand small{display:block;color:var(--gold);font-size:10px}.modalBrand strong{font-size:18px}.menuTabs{display:flex;gap:8px;align-items:center}.menuTabs button{border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}.menuTabs button.active{background:var(--gold);color:#111}.menuFrameWrap{height:78vh;background:#fff}.menuFrameWrap iframe{width:100%;height:100%;border:0}.agentPanel,.featurePanel{width:min(92vw,700px);padding:34px;text-align:center;max-height:88svh;overflow:auto}.agentFlame{width:90px;margin:16px auto 4px}.agentPanel h2,.featurePanel h2{font-size:clamp(34px,6vw,48px);text-transform:uppercase}.agentPanel p{color:var(--muted);line-height:1.55}.agentCodeBox{text-align:left;margin:18px 0}.agentCodeBox label{display:block;color:var(--gold);font-size:10px;font-weight:950;text-transform:uppercase;margin-bottom:7px}.agentCodeBox input{width:100%;height:56px;border-radius:16px;border:1px solid rgba(255,207,106,.22);background:rgba(255,255,255,.05);color:#fff;padding:0 16px;font-size:19px;font-weight:950;letter-spacing:1.5px}.agentResult{margin-top:12px;padding:12px;border-radius:14px}.agentResult.success{background:rgba(68,209,122,.10);color:#a8ffc7}.agentResult.error{background:rgba(197,22,29,.12);color:#ffb4b7}.discoverPanel{text-align:left}.discoverPanel p{color:var(--muted);line-height:1.65}.statement{margin:18px 0;padding:16px;border-radius:18px;border:1px solid rgba(255,207,106,.18);color:var(--gold);text-align:center;font-weight:1000;letter-spacing:1px}.requestForm{display:grid;grid-template-columns:1fr 1fr;gap:12px;text-align:left}.requestForm label{font-size:10px;color:var(--gold);font-weight:950;text-transform:uppercase}.requestForm input,.requestForm select{width:100%;height:50px;margin-top:7px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.05);color:#fff;padding:0 12px}.requestForm select option{color:#111}.requestForm .primaryBtn{grid-column:1/-1}.requestSuccess{margin-top:14px;color:var(--muted);line-height:1.55}.eventFeature{min-height:360px;border-radius:24px;background:center/cover no-repeat;position:relative;overflow:hidden;text-align:left}.eventFeature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.94))}.eventFeature>div{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}.eventFeature span{color:var(--gold);font-size:10px;font-weight:950}.eventFeature h3{font-size:34px;margin:8px 0}.eventFeature p{color:rgba(255,255,255,.78);line-height:1.55}.lockedOffer{padding:30px;border-radius:24px;border:1px solid rgba(255,207,106,.18);background:radial-gradient(circle at 50% 0,rgba(255,207,106,.1),transparent 50%);text-align:center}.lockedOffer>span{width:80px;height:80px;border-radius:50%;display:grid;place-items:center;margin:0 auto;background:linear-gradient(135deg,var(--gold),var(--red));color:#111;font-size:24px;font-weight:1000}.lockedOffer p{color:var(--muted);line-height:1.55}.eventGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.eventGrid article{min-height:280px;border-radius:22px;background:center/cover no-repeat;position:relative;overflow:hidden}.eventGrid article:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.94))}.eventGrid article>div{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;text-align:left}.eventGrid span{color:var(--gold);font-size:9px;font-weight:950}.eventGrid h3{font-size:24px;margin:5px 0}.eventGrid p{color:rgba(255,255,255,.75);margin:0}.goldBtn{background:var(--gold);color:#111}
footer{padding:54px 18px 38px;text-align:center;border-top:1px solid rgba(255,255,255,.07);background:#020202}.footerLogo{width:min(270px,70vw)}.footerQuick{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:18px 0}.footerQuick a{padding:11px 15px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.05);text-decoration:none;font-size:11px;font-weight:950;text-transform:uppercase}.footerSocials{display:flex;justify-content:center;gap:9px;margin:14px 0}.footerSocials a{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center}.footerSocials svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8}.footerSocials .facebook svg path{fill:#fff;stroke:none}.footerSocials .youtube .youtubeIcon rect{fill:#ff0000;stroke:none}.footerSocials .youtube .ytPlay{fill:#fff;stroke:none}.powered{font-size:12px;color:var(--gold);text-decoration:none}footer p{color:rgba(255,255,255,.48);font-size:12px}
@media(max-width:900px){.stageGrid,.vipFeatureGrid,.missionSteps,.locationGrid{grid-template-columns:1fr 1fr}.rewardShowcase{grid-template-columns:repeat(2,1fr)}.agentSplit,.todayGrid{grid-template-columns:1fr}.usaMap{min-width:680px}.mapShell{overflow-x:auto}.secretIntro h1{white-space:normal}.eventGrid{grid-template-columns:1fr}}
@media(max-width:640px){.topbar{left:10px;right:10px}.centeredBrandTop img{height:40px}.topSide{min-width:76px}.heroPortal{min-height:640px}.heroCard{padding:22px 16px}.heroCard h1{font-size:clamp(42px,13vw,64px)}.experienceGrid,.stageGrid,.vipFeatureGrid,.missionSteps,.locationGrid,.rewardShowcase{grid-template-columns:1fr}.experienceCard{grid-template-columns:58px 1fr auto;min-height:140px;padding:17px}.experienceIcon{width:56px;height:56px}.secretIntro p{font-size:16px}.secretIntro h1 strong{display:block;margin-left:0}.section{padding:62px 14px}.requestForm{grid-template-columns:1fr}.requestForm .primaryBtn{grid-column:auto}.eventGrid{grid-template-columns:1fr}.locationHero{min-height:72svh}.todaySpecial{min-height:360px}.modalPanel{margin:2svh auto}.menuFrameWrap{height:82vh}.footerQuick{flex-direction:column;align-items:center}}

/* V7 — Internal Navigation + Secret Agent / VIP refinement */
.internalNav{position:sticky;top:88px;z-index:92;display:flex;gap:8px;width:min(96vw,920px);margin:14px auto -62px;padding:8px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(7,7,7,.78);backdrop-filter:blur(22px) saturate(1.1);box-shadow:0 18px 60px rgba(0,0,0,.34);overflow-x:auto;scrollbar-width:none}
.internalNav::-webkit-scrollbar{display:none}.internalNav a{flex:1 0 auto;min-width:150px;text-align:center;padding:11px 16px;border-radius:999px;text-decoration:none;text-transform:uppercase;font-size:11px;font-weight:950;letter-spacing:.65px;color:rgba(255,255,255,.68);transition:.25s ease}.internalNav a:hover{color:#fff;background:rgba(255,255,255,.06)}.internalNav a.active{color:#111;background:linear-gradient(135deg,#ffd76a,#ff9d2e);box-shadow:0 0 26px rgba(255,215,106,.22)}
.secretHero{padding-top:150px}.secretBg{filter:blur(1.6px) saturate(1.06) brightness(.86);transform:scale(1.04)}.secretShade{background:linear-gradient(180deg,rgba(0,0,0,.36),rgba(0,0,0,.52) 55%,#030303 100%)}.secretIntro{max-width:900px}.secretIntro>img{width:76px;filter:drop-shadow(0 0 26px rgba(255,215,106,.32))}.secretIntro h1{white-space:nowrap;display:flex;gap:12px;justify-content:center;align-items:center}.secretIntro h1 span,.secretIntro h1 strong{display:inline!important;margin:0!important}.secretIntro h1 span{color:#fff}.secretIntro h1 strong{color:#ffd76a;text-shadow:0 0 28px rgba(255,215,106,.28)}.secretIntro p{max-width:780px;margin-inline:auto;text-align:center}
.secretProgram{background:radial-gradient(circle at 50% 8%,rgba(255,215,106,.08),transparent 32%),linear-gradient(180deg,#030303,#060505 60%,#030303)}.secretProgram .sectionHead{text-align:center;max-width:880px;margin-inline:auto}.secretProgram .sectionHead h2{text-shadow:0 0 28px rgba(255,215,106,.13)}
.mapShell{border:1px solid rgba(255,215,106,.17);box-shadow:inset 0 0 80px rgba(255,215,106,.035),0 30px 100px rgba(0,0,0,.4)}.usaMap{filter:drop-shadow(0 0 24px rgba(255,215,106,.08))}.usaOutline{stroke:rgba(255,255,255,.16)}.routeLine{stroke-width:4;stroke-dasharray:14 8;animation:dashFlow 8s linear infinite;filter:url(#softGlow)}@keyframes dashFlow{to{stroke-dashoffset:-180}}.node{animation:nodeReveal .7s both;animation-delay:var(--delay)}@keyframes nodeReveal{from{opacity:0;transform:scale(.6);transform-origin:center}to{opacity:1;transform:scale(1)}}.node circle:first-child{filter:url(#softGlow)}.node .pulse{animation:pulseNode 2.2s ease-out infinite;animation-delay:var(--delay)}@keyframes pulseNode{0%{opacity:.65}70%,100%{opacity:0;transform:scale(1.55);transform-origin:center}}.node.green circle:first-child{fill:#4ddc8a}.node.red circle:first-child{fill:#f1464f}.node.blue circle:first-child{fill:#4b98ff}.node.green text{fill:#8dffc0}.node.red text{fill:#ff9ca1}.node.blue text{fill:#9ac8ff}.newLabel{font-size:8px!important;letter-spacing:.9px;fill:#ffd76a!important}.mapState{font-size:12px;font-weight:1000;letter-spacing:2px;fill:rgba(255,255,255,.34)}
.circuitLegend{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.circuitLegend span{padding:12px;border-radius:15px;text-align:center;font-size:11px;font-weight:1000;letter-spacing:.55px;text-transform:uppercase;border:1px solid rgba(255,255,255,.08)}.circuitLegend .green{background:rgba(77,220,138,.08);color:#8dffc0}.circuitLegend .red{background:rgba(241,70,79,.08);color:#ff9ca1}.circuitLegend .blue{background:rgba(75,152,255,.08);color:#9ac8ff}
.stageGrid.threeAcross{grid-template-columns:repeat(3,1fr)}.stage.green{border-color:rgba(77,220,138,.23)}.stage.red{border-color:rgba(241,70,79,.23)}.stage.blue{border-color:rgba(75,152,255,.23)}.stageReward{display:inline-flex;margin-top:10px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.05);font-size:10px;color:#ffd76a;letter-spacing:.7px}.agentSplit.twoAcross{grid-template-columns:repeat(2,1fr);max-width:1120px}.agentSplit article{padding:30px}.authorizedBlock{background:radial-gradient(circle at 0 0,rgba(77,220,138,.10),transparent 45%),rgba(255,255,255,.025)!important;border-color:rgba(77,220,138,.18)!important}.applyBlock{background:radial-gradient(circle at 100% 0,rgba(255,215,106,.10),transparent 45%),rgba(255,255,255,.025)!important;border-color:rgba(255,215,106,.18)!important}
.discoverVisual{min-height:260px;margin:-34px -34px 24px;border-radius:28px 28px 22px 22px;background:center/cover no-repeat;position:relative;overflow:hidden}.discoverVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.84))}.discoverVisual>div{position:absolute;z-index:2;inset:auto 24px 24px;text-align:center}.discoverVisual img{width:68px;filter:drop-shadow(0 0 22px rgba(255,215,106,.28))}.discoverVisual span{display:block;color:#ffd76a;font-size:10px;font-weight:950;letter-spacing:1.6px;margin-top:8px}.discoverVisual h3{font-size:28px;margin:8px 0 0}.centeredDiscover{text-align:center}.centeredDiscover p{max-width:590px;margin-inline:auto}.requestForm{max-width:620px;margin-inline:auto}
.vipHero{padding-top:150px}.vipFeatureGrid.threeAcross{grid-template-columns:repeat(3,1fr)}.vipFeature{position:relative;overflow:hidden;min-height:320px;background-image:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.82)),var(--vip-img);background-size:cover;background-position:center;border-color:rgba(255,215,106,.13);text-align:left;display:flex;flex-direction:column;justify-content:flex-end}.vipFeature:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 35%);pointer-events:none}.vipFeature>*{position:relative;z-index:2}.vipFeature>span{color:#ffd76a;font-size:9px;font-weight:950;letter-spacing:1.2px}.vipFeature h3{font-size:31px}.centered{text-align:center;margin-inline:auto}.chefCarousel{max-width:1120px;margin:0 auto}.chefViewport{overflow:hidden}.chefTrack{display:flex;gap:16px;transition:transform .65s cubic-bezier(.22,.61,.36,1)}.chefItem{flex:0 0 calc((100% - 32px)/3);min-width:calc((100% - 32px)/3);height:390px}.chefControls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:14px}.chefControls>button{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#fff;font-size:24px}.chefDots{display:flex;gap:7px}.chefDot{width:9px;height:9px;border-radius:999px;border:0;background:rgba(255,255,255,.24);padding:0}.chefDot.active{width:26px;background:#ffd76a}
.rewardHero,.missionHero{padding-top:160px}.rewardShowcase{grid-template-columns:repeat(4,1fr)}.rewardItem{min-height:245px;transition:transform .25s ease,border-color .25s ease}.rewardItem:hover{transform:translateY(-5px);border-color:rgba(255,215,106,.22)}.rewardVisual span{font-size:70px;color:rgba(255,215,106,.72)}
.myAsaderoPreview{max-width:980px;margin:34px auto 0;padding:34px;border-radius:30px;background:radial-gradient(circle at 50% 0,rgba(255,215,106,.12),transparent 42%),rgba(255,255,255,.025);border:1px solid rgba(255,215,106,.18);text-align:center}.myAsaderoPreview>img{width:min(240px,60vw)}.myAsaderoPreview h2{font-size:clamp(32px,5vw,52px);margin:10px 0}.myAsaderoPreview p{max-width:760px;margin:0 auto;color:var(--muted);line-height:1.6}.profilePreviewGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}.profilePreviewGrid span{padding:16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:10px;font-weight:900;text-transform:uppercase;color:rgba(255,255,255,.56)}.profilePreviewGrid b{display:block;color:#fff;font-size:18px;margin-top:6px}
@media(max-width:900px){.internalNav{top:82px;width:min(96vw,760px)}.stageGrid.threeAcross,.vipFeatureGrid.threeAcross{grid-template-columns:1fr}.agentSplit.twoAcross{grid-template-columns:1fr}.circuitLegend{grid-template-columns:1fr}.chefItem{flex-basis:calc((100% - 16px)/2);min-width:calc((100% - 16px)/2)}.profilePreviewGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.internalNav{top:76px;margin-bottom:-48px;padding:6px}.internalNav a{min-width:132px;padding:10px 12px}.secretHero,.vipHero{padding-top:130px}.secretIntro h1{white-space:normal;display:block}.secretIntro h1 strong{display:block!important}.discoverVisual{margin:-34px -18px 20px}.chefItem{flex-basis:100%;min-width:100%;height:360px}.rewardShowcase{grid-template-columns:1fr 1fr}.profilePreviewGrid{grid-template-columns:1fr 1fr}}

/* V8 — Navigation, Secret Agent, Locations & Mission refinements */
.internalNav{
  top:86px;
  margin:14px auto 22px;
  width:min(96vw,980px);
  z-index:96;
  box-shadow:0 18px 60px rgba(0,0,0,.42),0 0 30px rgba(255,207,106,.06);
}
.internalNav a{min-width:150px}
.secretHero + .internalNav,.vipHero + .internalNav,.subHero + .internalNav{margin-top:-34px}
.secretBg{filter:blur(2.2px) saturate(1.06);transform:scale(1.025)}
.secretIntro img{width:72px!important}
.secretIntro h1{white-space:nowrap}
.discoverInline{padding-top:72px}
.inlineVisual{max-width:900px;margin:0 auto 24px!important;border-radius:30px!important}
.centeredDiscover{max-width:820px;margin:0 auto;padding:26px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));border:1px solid rgba(255,255,255,.09)}
.secretProgram .sectionHead{text-align:center}
.missionMap{box-shadow:0 28px 100px rgba(0,0,0,.45),0 0 34px rgba(255,207,106,.08)}
.missionLine{filter:drop-shadow(0 0 9px currentColor)}
.mapNode circle{filter:drop-shadow(0 0 8px currentColor)}
.stageGrid.threeAcross{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.agentSplit.twoAcross{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.vipFeatureGrid.threeAcross{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.eventGrid{gap:18px}
.chefViewport{overflow:hidden}
.chefTrack{gap:16px}
.rewardsHero .sectionLogo,.locationsHero .sectionLogo,.missionHero .sectionLogo{width:min(210px,44vw)}
.missionLogoSmall{width:86px!important;filter:drop-shadow(0 0 20px rgba(255,207,106,.25))}
.missionSteps article{position:relative;overflow:hidden}
.missionSteps article b{font-size:28px;color:var(--gold);text-shadow:0 0 18px rgba(255,207,106,.16)}
.locationInfoCard{
 display:flex;align-items:center;justify-content:space-between;gap:24px;
 padding:24px;border-radius:28px;border:1px solid rgba(255,255,255,.1);
 background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
 margin-bottom:22px
}
.locationInfoCard span{color:var(--gold);font-size:10px;font-weight:950;letter-spacing:1px;text-transform:uppercase}
.locationInfoCard h2{font-size:32px;margin:5px 0}
.locationInfoCard p{color:var(--muted);margin:0}
.locationInfoActions{display:flex;gap:10px;flex-wrap:wrap}
.locationInfoActions a,.locationMeta a{
 padding:11px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.11);
 background:rgba(255,255,255,.05);text-decoration:none;font-size:11px;font-weight:950;text-transform:uppercase
}
.detailedLocations{grid-template-columns:repeat(3,minmax(0,1fr))}
.locationOverviewCard{overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.018));box-shadow:0 20px 60px rgba(0,0,0,.28)}
.locationPhoto{min-height:330px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;background:center/cover no-repeat;position:relative;text-decoration:none}
.locationPhoto:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 32%,rgba(0,0,0,.9))}
.locationPhoto span,.locationPhoto h3{position:relative;z-index:2}
.locationPhoto span{color:var(--gold);font-size:10px;font-weight:950;letter-spacing:1px}
.locationPhoto h3{font-size:30px;margin:6px 0 0}
.locationMeta{padding:17px}
.locationMeta p{min-height:44px;color:var(--muted);font-size:13px;line-height:1.45;margin:0 0 12px}
.locationMeta>div{display:flex;gap:8px;flex-wrap:wrap}
.rewardShowcase .rewardItem h3{line-height:1.1}
@media(max-width:980px){
 .detailedLocations{grid-template-columns:repeat(2,minmax(0,1fr))}
 .stageGrid.threeAcross,.vipFeatureGrid.threeAcross{grid-template-columns:1fr}
}
@media(max-width:680px){
 .internalNav{top:76px;margin:10px auto 18px}
 .secretHero + .internalNav,.vipHero + .internalNav,.subHero + .internalNav{margin-top:-28px}
 .secretIntro h1{white-space:normal}
 .agentSplit.twoAcross,.detailedLocations{grid-template-columns:1fr}
 .locationInfoCard{flex-direction:column;align-items:flex-start}
 .locationPhoto{min-height:300px}
}


/* V9 — bottom floating experience dock + unified stage cards */
body{padding-bottom:92px}
.internalNav{
 position:fixed!important;
 top:auto!important;
 bottom:18px!important;
 left:50%!important;
 transform:translateX(-50%);
 z-index:140!important;
 width:min(94vw,900px)!important;
 margin:0!important;
 padding:7px!important;
 border-radius:999px!important;
 background:rgba(7,7,7,.84)!important;
 border:1px solid rgba(255,255,255,.12)!important;
 backdrop-filter:blur(24px) saturate(1.15)!important;
 -webkit-backdrop-filter:blur(24px) saturate(1.15)!important;
 box-shadow:0 20px 70px rgba(0,0,0,.55),0 0 28px rgba(255,215,106,.08)!important;
}
.internalNav a{min-width:0!important;flex:1 1 0!important;padding:11px 12px!important;white-space:nowrap}
.internalNav a.active{box-shadow:0 0 28px rgba(255,215,106,.26),inset 0 1px rgba(255,255,255,.35)!important}
footer{padding-bottom:126px!important}
.stageGrid.threeAcross{align-items:stretch}
.stage{padding:0!important;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(155deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important}
.stageTop{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.stageTop b{font-size:10px;letter-spacing:1px;color:rgba(255,255,255,.58)}
.stageCircuit{font-size:11px;font-weight:1000;letter-spacing:.75px;text-transform:uppercase}
.stage.green .stageTop{background:linear-gradient(90deg,rgba(77,220,138,.19),rgba(77,220,138,.04))}.stage.green .stageCircuit{color:#76e5a9}
.stage.red .stageTop{background:linear-gradient(90deg,rgba(241,70,79,.19),rgba(241,70,79,.04))}.stage.red .stageCircuit{color:#ff7b83}
.stage.blue .stageTop{background:linear-gradient(90deg,rgba(75,152,255,.20),rgba(75,152,255,.04))}.stage.blue .stageCircuit{color:#85b9ff}
.stage>h3{font-size:30px;margin:18px 18px 8px}
.stage>.stageStops,.stage>p,.stage>.stageReward{margin-left:18px;margin-right:18px}
.stage>.stageStops{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}
.stage>.stageStops span{padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);font-size:10px;font-weight:850}
.stage>p{color:var(--muted);line-height:1.55;margin-top:0;flex:1}
.stage>.stageReward{margin-bottom:18px;align-self:flex-start}
.heroSectionLogo{width:150px!important;max-width:36vw!important;height:auto!important;margin:0 auto 14px!important;display:block!important;filter:drop-shadow(0 0 22px rgba(255,207,106,.20))}
.rewardHero,.missionHero{padding-top:132px!important;padding-bottom:72px!important}
.rewardHero .sectionHead,.missionHero .sectionHead{max-width:820px;margin:0 auto}
@media(max-width:760px){
 body{padding-bottom:84px}
 .internalNav{bottom:10px!important;width:calc(100vw - 20px)!important;overflow-x:auto!important;justify-content:flex-start!important}
 .internalNav a{flex:0 0 auto!important;min-width:126px!important;padding:10px 12px!important;font-size:10px!important}
 footer{padding-bottom:110px!important}
 .heroSectionLogo{width:120px!important}
}

/* V10 — Locations + QR experience + menu speed polish */
.refinedLocationsHero{padding-top:118px;padding-bottom:54px}
.locationTop{max-width:820px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}
.locationMainLogo{width:min(240px,52vw)!important;margin:0 auto 16px!important;display:block;filter:drop-shadow(0 16px 34px rgba(0,0,0,.28))}
.locationTop h1{margin-top:16px}.locationTop p{max-width:720px;margin-inline:auto}
.locationsSection{padding-top:24px}.premiumLocationCard{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.premiumLocationCard:hover{transform:translateY(-5px);border-color:rgba(255,207,106,.26);box-shadow:0 24px 70px rgba(0,0,0,.38),0 0 28px rgba(255,207,106,.07)}
.locationAddress{font-size:14px!important;line-height:1.55!important;color:rgba(255,255,255,.78)!important;min-height:44px!important}
.locationQuickActions{display:flex;flex-wrap:wrap;gap:9px}.locationQuickActions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border-radius:999px;text-decoration:none;font-size:11px;font-weight:950;letter-spacing:.4px;text-transform:uppercase;border:1px solid rgba(255,255,255,.12)}
.viewLocal{background:linear-gradient(135deg,var(--gold),#ff9b32);color:#111!important}.mapsBtn{background:rgba(255,255,255,.075)}.callBtn{background:rgba(44,180,96,.12);border-color:rgba(72,220,126,.26)!important;color:#caffdb!important}
.refinedLocationHero{min-height:92svh}.locationBrandLogo{width:min(260px,58vw)!important;margin-bottom:12px}.refinedLocationHero .locationInner{max-width:900px;text-align:center;align-items:center}.refinedLocationHero .locationInner>p{max-width:720px}
.locationPrimaryInfo{margin-top:18px;padding:18px 20px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px)}
.locationPrimaryInfo>p{margin:0 0 12px!important;color:#fff!important;font-size:15px!important}.heroQuickActions{justify-content:center}.menuOnlyActions{margin-top:18px}.menuOnlyActions .actionBtn{min-width:190px}
.locationAgentCallout{margin-top:28px}.locationAgentCallout img{width:88px!important}.locationAgentCallout h2{margin-top:12px}
.menuFrameWrap iframe{background:#202020}.menuFrameWrap{position:relative}.menuFrameWrap:before{content:'ASADERO NATION';position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,207,106,.55);font-size:12px;font-weight:950;letter-spacing:2px;z-index:0}.menuFrameWrap iframe{position:relative;z-index:1}
@media(max-width:900px){.premiumLocationCard .locationPhoto{min-height:310px}}
@media(max-width:680px){.refinedLocationsHero{padding-top:96px}.locationMainLogo{width:min(205px,58vw)!important}.locationPrimaryInfo{width:100%}.locationQuickActions a{flex:1 1 120px}.menuOnlyActions{width:100%}.menuOnlyActions .actionBtn{flex:1;min-width:0}}


/* V11 — Premium locations adapted from official El Asadero locations page */
.eaLocationsTop{padding-top:130px!important;padding-bottom:62px!important;background:radial-gradient(circle at top,rgba(255,207,69,.14),transparent 34%),radial-gradient(circle at bottom right,rgba(197,22,29,.13),transparent 32%),#050505}
.eaLocationsTop .locationTop{text-align:center!important;align-items:center!important;max-width:980px;margin:auto}
.eaLocationsMainLogo{width:min(270px,70vw)!important;height:auto!important;margin:0 auto 18px!important;filter:drop-shadow(0 0 24px rgba(255,207,69,.24))}
.eaFlameLine{display:flex;align-items:center;justify-content:center;gap:14px;color:#ffcf45;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:2px;margin:8px auto 18px}
.eaFlameLine img{width:26px;height:26px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(255,207,69,.7))}
.eaLocationsTop h1{font-size:clamp(38px,6vw,72px)!important;margin:0!important;letter-spacing:-1.5px!important}
.eaLocationsTop p{max-width:800px!important;margin:18px auto 0!important;font-size:clamp(15px,1.5vw,19px)!important;line-height:1.62!important;color:rgba(255,255,255,.78)!important}
.eaLocationsSection{padding-top:54px!important;background:linear-gradient(180deg,#040404,#090706 52%,#030303)}
.eaPremiumLocationGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.eaLocationCard{position:relative;overflow:hidden;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 72px rgba(0,0,0,.36),inset 0 0 18px rgba(255,255,255,.035);transition:.28s ease}
.eaLocationCard:hover{transform:translateY(-5px);border-color:rgba(255,207,69,.35);box-shadow:0 0 30px rgba(255,207,69,.10),0 30px 85px rgba(0,0,0,.42)}
.eaLocationLogoBadge{position:absolute;z-index:5;top:16px;right:16px;width:142px;min-height:72px;padding:10px 14px;border-radius:21px;background:rgba(0,0,0,.66);border:1px solid rgba(255,207,69,.28);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;box-shadow:0 0 24px rgba(255,207,69,.12),inset 0 0 12px rgba(255,255,255,.05)}
.eaLocationLogoBadge img{max-width:118px;max-height:48px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 0 10px rgba(255,207,69,.18))}
.eaLocationMedia{height:330px;display:block;position:relative;overflow:hidden;text-decoration:none;background:#050505}
.eaLocationMedia>img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1);filter:saturate(1.06) contrast(1.03)}
.eaLocationCard:hover .eaLocationMedia>img{transform:scale(1.055)}
.eaLocationOverlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.20) 48%,rgba(0,0,0,.88))}
.eaNewRibbon{position:absolute;left:16px;top:18px;padding:10px 15px;border-radius:999px;background:rgba(197,22,29,.94);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:10px;font-weight:950;letter-spacing:1px;box-shadow:0 0 25px rgba(255,35,45,.42)}
.eaLocationContent{padding:24px;text-align:left}
.eaState{display:inline-flex;padding:8px 12px;border-radius:999px;font-size:10px;font-weight:950;letter-spacing:1px;border:1px solid rgba(255,207,69,.28);color:#ffcf70;background:rgba(255,207,69,.08)}
.eaState.kentucky{color:#8fc7ff;border-color:rgba(66,133,244,.36);background:rgba(66,133,244,.09)}
.eaState.indiana{color:#ff7b83;border-color:rgba(255,70,85,.42);background:rgba(197,22,29,.11)}
.eaLocationContent h3{margin:15px 0 8px;font-size:30px;line-height:1;text-transform:uppercase}
.eaAddress{margin:0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.5;min-height:42px}
.eaPhone{margin:8px 0 0;color:#ffcf70;font-size:14px;font-weight:850}
.eaLocationButtons{display:flex;gap:9px;margin-top:19px;flex-wrap:wrap}
.eaLocationButtons a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border-radius:999px;text-decoration:none;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.3px;transition:.22s ease}
.eaLocationButtons svg{width:17px;height:17px;fill:currentColor;flex:none}
.eaBtnMaps{background:linear-gradient(135deg,#34A853,#4285F4);color:#fff;box-shadow:0 0 18px rgba(52,168,83,.22)}
.eaBtnLocal{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.24);color:#fff}
.eaBtnCall{background:rgba(197,22,29,.96);border:1px solid rgba(255,70,85,.48);color:#fff;box-shadow:0 0 18px rgba(255,35,45,.22)}
.eaLocationButtons a:hover{transform:translateY(-2px)}
.eaIndividualHero{min-height:88svh!important}
.eaIndividualInner{text-align:center!important;display:flex!important;flex-direction:column;align-items:center!important}
.eaIndividualLogoBadge{width:min(300px,72vw);min-height:110px;padding:18px 24px;border-radius:28px;background:rgba(0,0,0,.58);border:1px solid rgba(255,207,69,.28);backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 0 36px rgba(255,207,69,.12),inset 0 0 18px rgba(255,255,255,.05)}
.eaIndividualLogoBadge img{max-width:245px;max-height:90px;width:auto!important;height:auto!important;object-fit:contain;filter:drop-shadow(0 0 16px rgba(255,207,69,.22))}
.eaIndividualInner h1{text-align:center!important}
.eaIndividualInner>p{max-width:760px!important;text-align:center!important}
.eaIndividualInfo{margin:20px auto 0;padding:19px 20px;border-radius:23px;background:rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.12);text-align:center;max-width:720px;width:100%}
.eaIndividualInfo>p{margin:4px 0;color:rgba(255,255,255,.82)!important;font-size:14px!important}
.eaLocationButtons.insideLocation{justify-content:center;margin-top:15px}
.eaIndividualInner .menuOnlyActions{margin-top:18px!important}
@media(max-width:980px){.eaPremiumLocationGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.eaPremiumLocationGrid{grid-template-columns:1fr}.eaLocationMedia{height:300px}.eaLocationLogoBadge{width:126px}.eaLocationContent h3{font-size:27px}.eaLocationsTop{padding-top:108px!important}}

/* V11.2 — Secret Agent live submission states */
.requestForm .primaryBtn:disabled{opacity:.58;cursor:wait;transform:none}.requestSuccess{padding:0;transition:.2s ease}.requestSuccess.pending,.requestSuccess.success,.requestSuccess.error{padding:14px 16px;border-radius:16px;border:1px solid var(--line)}.requestSuccess.pending{background:rgba(255,207,106,.07);border-color:rgba(255,207,106,.18)}.requestSuccess.success{background:rgba(68,209,122,.09);border-color:rgba(68,209,122,.24);color:#b9ffd0}.requestSuccess.error{background:rgba(197,22,29,.12);border-color:rgba(255,95,100,.25);color:#ffc4c6}.requestSuccess strong{display:block;margin-bottom:5px;color:inherit}.requestSuccess p{margin:0;color:inherit}

/* SEO semantic content: accessible to crawlers and screen readers without changing the visual design. */
.seo-crawl{
 position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
 overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}
.seo-crawl:focus-within{
 position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;
 clip:auto!important;white-space:normal!important;
}


/* =========================================================
   V18 — PREMIUM ECOSYSTEM BRIDGE
   Order Online + El Compa + SEO/mobile polish
   ========================================================= */

.navOrderBtn{
  border:1px solid rgba(255,207,69,.32);background:linear-gradient(135deg,#ffcf45,#e89a16);
  color:#171108;border-radius:999px;min-height:42px;padding:0 18px;font-weight:950;
  letter-spacing:.45px;text-transform:uppercase;cursor:pointer
}

/* ORDER ONLINE */
.orderPanel{width:min(760px,calc(100vw - 26px));max-height:min(82vh,760px);overflow:auto;padding:28px;border-radius:30px;background:radial-gradient(circle at top,rgba(255,207,69,.12),transparent 32%),linear-gradient(145deg,#100d09,#050505)}
.orderHeader{text-align:center;max-width:620px;margin:4px auto 22px}
.orderHeader h2{margin:8px 0;font-size:clamp(32px,6vw,52px);line-height:1}
.orderHeader p{margin:0;color:rgba(255,255,255,.68);line-height:1.55}
.orderClose{display:flex!important;flex-direction:column;align-items:center;justify-content:center;width:48px!important;height:48px!important}
.orderClose small{font-size:6px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.65)}
.orderLocationList{display:grid;gap:10px}
.orderItem{border:1px solid rgba(255,255,255,.10);border-radius:20px;background:rgba(255,255,255,.045);overflow:hidden}
.orderItemHead{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}
.orderItemHead b{display:block;font-size:17px}.orderItemHead small{display:block;margin-top:3px;color:rgba(255,255,255,.52)}
.orderItemHead i{font-style:normal;color:#ffcf45;font-size:25px;transition:.2s}
.orderItem.open .orderItemHead i{transform:rotate(45deg)}
.orderItemBody{display:none;padding:0 16px 16px}.orderItem.open .orderItemBody{display:block}
.orderPlatforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.orderPlatforms a{display:flex;align-items:center;justify-content:center;min-height:45px;border-radius:14px;text-decoration:none;font-size:11px;font-weight:950;letter-spacing:.25px}
.orderPlatforms .pickup{background:linear-gradient(135deg,#ffcf45,#e89a16);color:#171108}
.orderPlatforms .door{background:linear-gradient(135deg,#ff664e,#c8251b);color:#fff}
.orderPlatforms .uber{background:linear-gradient(135deg,#14c975,#057843);color:#fff}
.orderPlatforms .grub{background:linear-gradient(135deg,#ffcf45,#e38d0e);color:#171108}
.orderOfficial{display:flex;align-items:center;justify-content:center;margin-top:8px;min-height:40px;border-radius:13px;border:1px solid rgba(255,255,255,.10);color:#fff;text-decoration:none;font-size:10px;font-weight:900;background:rgba(255,255,255,.05)}
.eaBtnOrder{background:linear-gradient(135deg,#ffcf45,#e69315);color:#171108!important;box-shadow:0 0 18px rgba(255,191,35,.17)}

/* EL COMPA — smaller than the app version by design */
.comGuide{
  --com-accent:#ffbf2f;position:fixed;right:18px;bottom:22px;z-index:3500;width:min(348px,calc(100vw - 30px));
  min-height:112px;padding:15px 42px 15px 102px;border-radius:24px;
  background:radial-gradient(circle at 14% 18%,color-mix(in srgb,var(--com-accent) 9%,transparent),transparent 36%),linear-gradient(145deg,rgba(12,9,8,.95),rgba(3,3,3,.97));
  border:1px solid color-mix(in srgb,var(--com-accent) 45%,rgba(255,255,255,.08));
  box-shadow:0 20px 50px rgba(0,0,0,.42),0 0 18px color-mix(in srgb,var(--com-accent) 8%,transparent);
  backdrop-filter:blur(17px);transition:opacity .24s ease,transform .24s ease
}
.comGuide.hidden{opacity:0;pointer-events:none;transform:translateY(14px)}
.comGuideMascot{position:absolute;left:-20px;bottom:-4px;width:122px;height:148px;pointer-events:none;animation:comBob 3.7s ease-in-out infinite}
.comGuideMascot img{width:118px;height:146px;object-fit:contain;filter:drop-shadow(0 13px 17px rgba(0,0,0,.34))}
@keyframes comBob{50%{transform:translateY(-4px)}}
.comGuideCopy span{color:var(--com-accent);font-size:8px;font-weight:950;font-style:italic;letter-spacing:.09em}
.comGuideCopy h3{font-size:17px;line-height:1.05;margin:5px 0 4px}.comGuideCopy p{font-size:10.5px;line-height:1.28;margin:0;color:rgba(255,255,255,.72)}
.comGuideCta{position:absolute;left:0;bottom:-15px;width:112px;height:33px;border:0;border-radius:17px;background:linear-gradient(135deg,color-mix(in srgb,var(--com-accent) 78%,#ffe16a),var(--com-accent));color:#171108;font-size:9.5px;font-weight:950;cursor:pointer;box-shadow:0 8px 18px color-mix(in srgb,var(--com-accent) 20%,transparent)}
.comGuideClose{position:absolute;right:-8px;top:-8px;width:34px;height:38px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:#080808;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}
.comGuideClose span{font-size:19px;line-height:17px}.comGuideClose small{font-size:5.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.65)}

/* Small bridge CTAs on home */
.heroBridgeActions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:14px}
.heroBridgeActions button,.heroBridgeActions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border-radius:999px;text-decoration:none;font-size:10px;font-weight:950;letter-spacing:.35px;text-transform:uppercase}
.heroBridgeActions .bridgeOrder{border:0;background:linear-gradient(135deg,#ffcf45,#e89a16);color:#171108}
.heroBridgeActions .bridgePickup{border:1px solid rgba(255,207,69,.48);background:rgba(255,183,34,.12);color:#ffd86a;box-shadow:inset 0 0 18px rgba(255,183,34,.06)}
.heroBridgeActions .bridgeApp{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);color:#fff}

/* Performance & accessibility */
@media(prefers-reduced-motion:reduce){.comGuideMascot{animation:none}.heroSlide,.experienceSlide{transition:none!important}}
@media(max-width:680px){
  .orderPanel{padding:23px 15px 20px;max-height:86vh}.orderPlatforms{grid-template-columns:1fr}
  .comGuide{right:12px;bottom:18px;width:min(310px,calc(100vw - 24px));padding-left:92px;padding-right:34px}
  .comGuideMascot{left:-18px;width:112px;height:138px}.comGuideMascot img{width:108px;height:136px}
  .comGuideCopy h3{font-size:15px}.comGuideCopy p{font-size:9.8px}
}

/* =========================================================
   V19 — HOME HERO SPACING FINAL
   Only gives the first home panel more breathing room and
   ensures Order Online / Open App CTAs are fully visible.
   ========================================================= */

.hero .heroInner,
.homeHero .heroInner,
[data-view="home"] .heroInner{
  padding-bottom:34px!important;
}

.heroBridgeActions{
  margin-top:18px!important;
  padding:4px 8px 8px!important;
  gap:10px!important;
  overflow:visible!important;
}

.heroBridgeActions button,
.heroBridgeActions a{
  min-height:44px!important;
  padding:0 17px!important;
  line-height:1!important;
  overflow:visible!important;
}

@media(max-width:680px){
  .hero .heroInner,
  .homeHero .heroInner,
  [data-view="home"] .heroInner{
    padding-bottom:28px!important;
  }

  .heroBridgeActions{
    width:100%!important;
    max-width:360px!important;
    margin:16px auto 0!important;
    padding:4px 8px 10px!important;
    justify-content:center!important;
  }

  .heroBridgeActions button,
  .heroBridgeActions a{
    flex:1 1 145px!important;
    min-width:135px!important;
    max-width:170px!important;
    min-height:43px!important;
    padding:0 12px!important;
    white-space:nowrap!important;
  }
}



/* =========================================================
   V20 — HOME CTA CLEARANCE + CLEAN FOOTER
   Keep the two primary HOME CTAs fully visible above the
   following dark/footer band. Footer duplicate CTAs removed.
   ========================================================= */
.heroBridgeActions{
  position:relative!important;
  z-index:12!important;
  margin-bottom:22px!important;
  padding-bottom:8px!important;
  overflow:visible!important;
}
.hero .heroInner,
.homeHero .heroInner,
[data-view="home"] .heroInner{
  padding-bottom:52px!important;
  overflow:visible!important;
}
@media(max-width:680px){
  .heroBridgeActions{
    margin-bottom:18px!important;
    padding-bottom:8px!important;
  }
  .hero .heroInner,
  .homeHero .heroInner,
  [data-view="home"] .heroInner{
    padding-bottom:44px!important;
  }
}



/* =========================================================
   V21 FINAL — HERO CTA VISIBILITY + COMPACT FOOTER
   ========================================================= */

/* Primary HOME CTAs: never let the following dark footer cover them */
.heroBridgeActions{
  position:relative!important;
  z-index:30!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin:18px auto 0!important;
  padding:0 12px 28px!important;
  overflow:visible!important;
}
.heroBridgeActions > *{
  position:relative!important;
  z-index:31!important;
}

/* Add real space inside the hero rather than relying on overlap */
.hero .heroInner,
.homeHero .heroInner,
[data-view="home"] .heroInner{
  position:relative!important;
  z-index:2!important;
  padding-bottom:64px!important;
  overflow:visible!important;
}

/* The next dark/footer area begins only after hero content finishes */
.hero + footer,
.homeHero + footer,
[data-view="home"] + footer{
  position:relative!important;
  z-index:1!important;
}

/* Compact footer: logo closer to socials; no duplicated footer CTAs */
footer{
  padding-top:28px!important;
  padding-bottom:24px!important;
}
footer .footerLogo,
footer .brandLogo,
footer img[alt*="Asadero" i]{
  margin-bottom:10px!important;
}
footer .socials,
footer .socialLinks,
footer .social-links{
  margin-top:8px!important;
  margin-bottom:10px!important;
}
footer .footerActions,
footer .footer-actions,
footer .footerCtas,
footer .footer-ctas,
footer .footActions{
  display:none!important;
}

@media(max-width:680px){
  .heroBridgeActions{
    gap:9px!important;
    margin-top:14px!important;
    padding:0 10px 24px!important;
  }
  .heroBridgeActions > *{
    min-height:42px!important;
  }
  .hero .heroInner,
  .homeHero .heroInner,
  [data-view="home"] .heroInner{
    padding-bottom:56px!important;
  }
  footer{
    padding-top:22px!important;
    padding-bottom:20px!important;
  }
}


/* V22 — Secret Agent private activation + PIN */
.agentActivationPage{min-height:calc(100vh - 90px);padding:130px 18px 80px;position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 10%,rgba(190,138,20,.18),transparent 34%),linear-gradient(180deg,#090909,#050505)}
.agentActivationGlow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 30%,rgba(210,40,36,.12),transparent 28%),radial-gradient(circle at 80% 70%,rgba(239,185,55,.09),transparent 30%)}
.agentActivationCard{position:relative;width:min(620px,100%);border:1px solid rgba(244,210,122,.22);border-radius:28px;padding:34px;background:linear-gradient(180deg,rgba(24,24,24,.96),rgba(10,10,10,.98));box-shadow:0 30px 90px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.04);text-align:center}
.agentActivationBrand{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:26px}.agentActivationBrand img{width:118px;height:auto}.agentActivationBrand span,.activationEyebrow{font-size:11px;letter-spacing:.2em;font-weight:800;color:#d9aa43}
.activationStage h1{margin:10px 0 12px;font-size:clamp(28px,7vw,48px);line-height:.98}.activationStage>p{max-width:500px;margin:0 auto 24px;color:#c9c9cb;line-height:1.65}
.activationSpinner{width:44px;height:44px;border:3px solid rgba(244,210,122,.18);border-top-color:#f4d27a;border-radius:50%;margin:8px auto 24px;animation:anSpin .8s linear infinite}@keyframes anSpin{to{transform:rotate(360deg)}}
.activationMark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:4px auto 18px;font-size:28px;font-weight:900}.activationMark.success{background:rgba(58,185,102,.12);color:#7de59e;border:1px solid rgba(125,229,158,.36)}.activationMark.error{background:rgba(223,62,62,.12);color:#ff8585;border:1px solid rgba(255,133,133,.32)}
.activationIdentity{margin:24px auto;padding:20px;border:1px solid rgba(244,210,122,.2);border-radius:18px;background:#0c0c0d;display:grid;gap:7px}.activationIdentity span{font-size:10px;letter-spacing:.18em;color:#d4a63e;font-weight:800}.activationIdentity strong{font-size:clamp(26px,7vw,40px);letter-spacing:.04em;color:#fff}.activationIdentity small{color:#a9a9ae}.activationIdentity.complete{box-shadow:inset 0 0 30px rgba(244,210,122,.035)}
.agentPinForm{display:grid;gap:16px;margin-top:22px}.agentPinForm label{display:grid;gap:8px;text-align:left;font-size:11px;letter-spacing:.12em;font-weight:800;color:#d8b35d}.agentPinForm input{width:100%;height:58px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:#09090a;color:#fff;font-size:26px;letter-spacing:.32em;text-align:center;outline:none;padding:0 14px}.agentPinForm input:focus{border-color:rgba(244,210,122,.65);box-shadow:0 0 0 3px rgba(244,210,122,.08)}
.activationBtn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;width:100%;max-width:360px;margin-inline:auto}.pinMessage{min-height:22px;font-size:13px}.pinMessage.error{color:#ff8d8d}.pinMessage.success{color:#8be6a5}.activationPrivacy{margin:18px 0 0!important;font-size:11px;color:#777!important}.activationActions{display:grid;gap:12px;margin-top:24px}.activationActions a{text-decoration:none}
@media(max-width:640px){.agentActivationPage{padding:110px 14px 60px}.agentActivationCard{padding:26px 18px;border-radius:22px}.agentActivationBrand img{width:104px}.activationStage h1{font-size:34px}.agentPinForm input{height:56px}}

/* V23 Secret Agent live portal */
.agentPinLabel{margin-top:14px!important}.agentCodeBox input[type="password"]{letter-spacing:.35em}.agentPortalMount{margin-top:24px}.liveAgentPortal{max-width:900px;margin:0 auto;padding:26px;border:1px solid rgba(244,210,122,.22);border-radius:28px;background:linear-gradient(180deg,rgba(18,18,18,.98),rgba(8,8,8,.98));box-shadow:0 24px 80px rgba(0,0,0,.35)}.agentPortalHead{text-align:center}.agentPortalHead img{width:132px;max-height:84px;object-fit:contain}.agentPortalHead span{display:block;color:#d6ad55;letter-spacing:.2em;font-size:.72rem;font-weight:800;margin-top:10px}.agentPortalHead h2{font-size:clamp(2rem,7vw,3.4rem);margin:10px 0 2px}.agentPortalHead p{opacity:.78;margin:0}.agentPortalStats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.agentPortalStats span{border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:15px;text-align:center;font-size:.7rem;letter-spacing:.08em}.agentPortalStats b{display:block;font-size:1.15rem;margin-top:7px;color:#f3c75f;text-transform:capitalize}.currentMissionCard{padding:22px;border-radius:22px;border:1px solid rgba(244,210,122,.2);background:#101010}.currentMissionCard>span{color:#f3c75f;font-size:.72rem;letter-spacing:.16em;font-weight:800}.currentMissionCard h3{font-size:1.8rem;margin:9px 0 4px}.currentMissionCard p{opacity:.76}.missionMeta{display:grid;gap:5px;margin:18px 0}.missionMeta small{opacity:.68}.missionInProgress{margin-top:16px;padding:15px;border-radius:14px;background:rgba(48,145,89,.12);border:1px solid rgba(83,204,130,.28);color:#7ee29f;font-weight:800}.agentLogoutBtn{width:100%;margin-top:18px}.agentResult{min-height:22px;margin-top:12px}.agentResult.error{color:#ff7676}.agentResult.success{color:#7ee29f}@media(max-width:640px){.agentPortalStats{grid-template-columns:1fr}.liveAgentPortal{padding:18px;border-radius:22px}}


/* =========================================================
   V24 — NAVIGATION + SECRET AGENT SESSION POLISH
   ========================================================= */
.floatingNav .navLogoutBtn{
  border:1px solid rgba(255,107,107,.22);background:rgba(255,82,82,.07);color:#ff8d8d;
  border-radius:16px;padding:13px 16px;text-align:left;text-transform:uppercase;font-size:11px;
  font-weight:950;letter-spacing:.75px;cursor:pointer
}
.floatingNav .navLogoutBtn:hover{background:rgba(255,82,82,.12);color:#fff}
.floatingNav .navLogoutBtn[hidden]{display:none!important}
.agentSignInReady{max-width:620px;margin:0 auto;text-align:center;padding:32px!important}
.agentSignInReady h2{font-size:clamp(2rem,6vw,3rem);margin:10px 0}
.agentSignInReady p{max-width:520px;margin:0 auto 20px;opacity:.72;line-height:1.6}
.agentSignInReady .primaryBtn{min-width:min(100%,320px)}
@media(max-width:680px){
 .floatingNav{position:fixed;top:88px;right:14px;width:min(360px,calc(100vw - 28px));max-height:calc(100vh - 110px);overflow:auto}
}


/* V25 — Secret Agent clean entry + authenticated command center */
.experienceCard.rewardWide{grid-column:1/-1;min-height:145px;background:radial-gradient(circle at 80% 10%,rgba(255,207,106,.13),transparent 28%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02))}
.secretEntryGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px;text-align:left}.secretEntryCard{padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.028)}.secretEntryCard.apply{border-color:rgba(255,207,106,.22);background:radial-gradient(circle at 0 0,rgba(255,207,106,.1),transparent 45%),rgba(255,255,255,.025)}.secretEntryCard.login{border-color:rgba(77,220,138,.2);background:radial-gradient(circle at 100% 0,rgba(77,220,138,.09),transparent 45%),rgba(255,255,255,.025)}.secretEntryCard>span{color:var(--gold);font-size:10px;letter-spacing:1.4px;font-weight:950}.secretEntryCard h3{font-size:25px;margin:8px 0}.secretEntryCard p{min-height:66px;color:var(--muted);line-height:1.5}.secretEntryCard button{width:100%}
.agentDashboardHero{position:relative;min-height:52svh;padding:120px 18px 70px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 0,rgba(255,201,86,.15),transparent 32%),linear-gradient(180deg,#0b0805,#030303)}.agentDashboardHero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 38%,rgba(255,255,255,.025) 48%,transparent 58%);transform:translateX(-30%)}.agentDashboardHeroInner{position:relative;z-index:1;text-align:center;max-width:900px}.agentDashboardHeroInner img{width:150px}.agentDashboardHeroInner span{display:block;color:var(--gold);font-size:11px;font-weight:950;letter-spacing:2px;margin-top:14px}.agentDashboardHeroInner h1{font-size:clamp(42px,7vw,78px);margin:13px 0 8px}.agentDashboardHeroInner p{color:rgba(255,255,255,.72);font-size:17px;line-height:1.55}.agentDashboardSection{padding-top:50px}.agentCommandCenter{max-width:1180px;margin:0 auto}.agentIdentityBar{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 24px;border-radius:24px;border:1px solid rgba(255,207,106,.2);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));margin-bottom:16px}.agentIdentityBar span{color:var(--gold);font-size:10px;font-weight:950;letter-spacing:1.4px}.agentIdentityBar h2{font-size:32px;margin:5px 0}.agentIdentityBar p{margin:0;color:var(--muted)}.identityStatus{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:950;letter-spacing:1px;color:#7ee29f}.identityStatus i{width:9px;height:9px;border-radius:50%;background:#61d98a;box-shadow:0 0 18px #61d98a}.agentDashboardGrid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:16px}.dashboardMapCard,.dashboardCircuits,.dashboardMission{border:1px solid rgba(255,255,255,.09);border-radius:26px;background:rgba(255,255,255,.025);padding:22px}.dashboardMapCard .mapShell{margin:14px 0 0;padding:10px;background:transparent;border:0}.dashboardMapCard .usaMap{min-width:560px}.dashboardSectionTitle span{color:var(--gold);font-size:10px;font-weight:950;letter-spacing:1.5px}.dashboardSectionTitle h3{font-size:26px;margin:6px 0 0}.dashboardCircuits{display:grid;gap:10px;align-content:start}.dashboardCircuit{padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#0d0d0d}.dashboardCircuit>div{display:flex;align-items:center;justify-content:space-between}.dashboardCircuit>div b{font-size:26px;color:var(--gold)}.dashboardCircuit>div span{font-size:10px;font-weight:900;letter-spacing:.8px}.dashboardCircuit h3{font-size:18px;margin:8px 0 4px}.dashboardCircuit p{font-size:12px;color:var(--muted);line-height:1.45;margin:0}.dashboardCircuit.locked{opacity:.42;filter:saturate(.45)}.dashboardCircuit.complete{border-color:rgba(91,219,139,.24)}.dashboardMission{margin-top:16px;padding:26px}.dashboardMissionTop{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.dashboardMissionTop span{color:var(--gold);font-size:10px;font-weight:950;letter-spacing:1.5px}.dashboardMissionTop h2{font-size:34px;margin:7px 0}.dashboardMissionTop>b{padding:10px 13px;border-radius:999px;border:1px solid rgba(255,207,106,.18);color:var(--gold);font-size:12px}.dashboardMissionBody{display:grid;grid-template-columns:.85fr 1.15fr;gap:16px;margin-top:18px}.missionDashboardMeta{display:grid;gap:9px}.missionDashboardMeta span{padding:14px;border-radius:16px;background:#0c0c0c;border:1px solid rgba(255,255,255,.07);font-size:10px;color:var(--muted);letter-spacing:.7px}.missionDashboardMeta b{display:block;margin-top:5px;color:#fff;font-size:14px;letter-spacing:0}.missionCoordination{padding:20px;border-radius:20px;border:1px solid rgba(255,207,106,.15);background:radial-gradient(circle at 0 0,rgba(255,207,106,.08),transparent 40%),#0c0c0c}.missionCoordination h3{font-size:24px;margin:0 0 8px}.missionCoordination p{color:var(--muted);line-height:1.55;margin:0}.missionStatePill{display:inline-flex;margin-top:15px;padding:9px 12px;border-radius:999px;background:rgba(255,207,106,.08);border:1px solid rgba(255,207,106,.16);color:var(--gold);font-size:10px;font-weight:950;letter-spacing:.7px}.dashboardSummary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.dashboardSummary article{padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);text-align:center}.dashboardSummary span{display:block;font-size:10px;color:var(--muted);letter-spacing:.8px}.dashboardSummary b{display:block;font-size:22px;color:var(--gold);margin-top:7px;text-transform:uppercase}.agentCommandCenter>.agentLogoutBtn{max-width:340px;display:block;margin:18px auto 0}
@media(max-width:900px){.secretEntryGrid,.agentDashboardGrid,.dashboardMissionBody{grid-template-columns:1fr}.dashboardMapCard{overflow:hidden}.dashboardMapCard .mapShell{overflow-x:auto}.dashboardSummary{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:640px){.experienceCard.rewardWide{grid-column:auto}.secretEntryGrid{grid-template-columns:1fr}.agentIdentityBar,.dashboardMissionTop{align-items:flex-start;flex-direction:column}.dashboardSummary{grid-template-columns:1fr}.agentDashboardHero{min-height:48svh;padding-top:110px}.agentDashboardHeroInner h1{font-size:42px}.dashboardMapCard,.dashboardCircuits,.dashboardMission{padding:17px}.dashboardMapCard .usaMap{min-width:620px}}


/* V26 — stable agent session + circuit maps + cleaner public chrome */
.footerLogo{width:min(205px,52vw)}
.experiencePanel{max-height:94svh}
.experienceGrid{padding:24px 22px 30px;gap:16px}
.experienceCard{min-height:178px}
.experienceCard.rewardWide{min-height:160px}
.dashboardRoutes{border:1px solid rgba(255,255,255,.09);border-radius:26px;background:rgba(255,255,255,.025);padding:24px;margin-bottom:16px}
.agentCircuitMaps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.agentCircuitMap{border:1px solid rgba(255,207,106,.16);border-radius:22px;padding:18px;background:radial-gradient(circle at 20% 0,rgba(255,207,106,.08),transparent 38%),#0a0a0a}
.agentCircuitMap.locked{opacity:.42;filter:saturate(.4)}
.agentCircuitMapHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.agentCircuitMapHead span{font-size:11px;font-weight:950;letter-spacing:1px;color:var(--gold)}
.agentCircuitMapHead b{font-size:9px;letter-spacing:.8px;color:var(--muted)}
.agentRouteLine{display:grid;gap:8px;position:relative}
.agentRouteStop{display:flex;align-items:center;gap:11px;padding:11px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(255,255,255,.02)}
.agentRouteStop i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#161616;border:1px solid rgba(255,255,255,.1);font-style:normal;font-size:11px;font-weight:950}
.agentRouteStop strong{display:block;font-size:13px}.agentRouteStop small{display:block;margin-top:3px;font-size:9px;letter-spacing:.7px;color:#8d8d8d;font-weight:900}
.agentRouteStop.complete{border-color:rgba(79,217,134,.26)}.agentRouteStop.complete i{background:rgba(79,217,134,.14);color:#80e9a5}.agentRouteStop.complete small{color:#80e9a5}
.agentRouteStop.active{border-color:rgba(255,207,106,.34);box-shadow:0 0 24px rgba(255,207,106,.05)}.agentRouteStop.active i,.agentRouteStop.active small{color:var(--gold)}
.agentRouteStop.locked{opacity:.55}
@media(max-width:900px){.agentCircuitMaps{grid-template-columns:1fr}.experienceCard{min-height:160px}}
@media(max-width:640px){.experiencePanel{max-height:96svh}.experienceGrid{padding:18px 16px 28px}.experienceCard{min-height:152px}.experienceCard.rewardWide{grid-column:1/-1;min-height:145px}.footerLogo{width:min(180px,48vw)}.dashboardRoutes{padding:16px}.agentCircuitMap{padding:15px}}

/* V28 — First access Agent Name identity gate */
.agentNameGate{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.86);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.agentNameGatePanel{width:min(560px,100%);padding:34px;border-radius:28px;border:1px solid rgba(255,207,106,.28);background:radial-gradient(circle at 50% 0,rgba(255,199,77,.12),transparent 36%),linear-gradient(180deg,#111,#070707);box-shadow:0 32px 100px rgba(0,0,0,.72);text-align:center}
.agentNameGateBrand{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:18px}.agentNameGateBrand img{width:78px;max-height:74px;object-fit:contain}.agentNameGateBrand span{color:var(--gold);font-size:10px;font-weight:950;letter-spacing:2px}
.agentNameGatePanel h2{font-size:clamp(30px,6vw,46px);line-height:1;margin:8px 0 14px}.agentNameGatePanel>p{max-width:470px;margin:0 auto 22px;color:rgba(255,255,255,.72);line-height:1.6}.agentNameGatePanel label{display:block;text-align:left;margin:0 0 8px;color:var(--gold);font-size:10px;font-weight:950;letter-spacing:1.2px}.agentNameGatePanel input{width:100%;height:58px;border-radius:16px;border:1px solid rgba(255,207,106,.25);background:#090909;color:#fff;padding:0 16px;font:inherit;font-size:18px;font-weight:800;letter-spacing:.5px;outline:none;text-transform:uppercase}.agentNameGatePanel input:focus{border-color:rgba(255,207,106,.62);box-shadow:0 0 0 3px rgba(255,207,106,.08)}.agentNameGatePanel>small{display:block;margin:12px 2px 0;text-align:left;color:#8d8d91;line-height:1.5}.agentNameGateResult{min-height:22px;margin:13px 0 8px;font-size:13px}.agentNameGateResult.error{color:#ff8585}.agentNameGatePanel .primaryBtn{width:100%;min-height:54px;margin-top:4px}.agentNameGatePanel .primaryBtn:disabled{opacity:.55;cursor:wait}.agentNameGateOpen{overflow:hidden!important}
@media(max-width:640px){.agentNameGate{padding:12px}.agentNameGatePanel{padding:27px 18px;border-radius:23px}.agentNameGateBrand img{width:68px}.agentNameGatePanel h2{font-size:34px}.agentNameGatePanel input{height:56px}}

/* =========================================================
   COM29 — PREMIUM VISUAL ALIGNMENT ONLY
   Visual layer only. No routes, forms, API, SEO or logic changed.
   ========================================================= */
:root{
  --bg:#020202;
  --gold:#ffd66b;
  --gold2:#ffb52a;
  --red:#c91620;
  --text:#fff;
  --muted:rgba(255,255,255,.72);
  --line:rgba(255,255,255,.115);
  --glass:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.028));
  --glass-dark:linear-gradient(180deg,rgba(10,10,10,.72),rgba(4,4,4,.54));
  --premium-shadow:0 28px 90px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.085);
}

body{
  background:
    radial-gradient(circle at 12% 0,rgba(255,204,73,.105),transparent 28%),
    radial-gradient(circle at 88% 8%,rgba(201,22,32,.14),transparent 24%),
    linear-gradient(180deg,#050403 0,#020202 38%,#020202 100%);
}

/* Premium floating header */
.topbar{
  background:linear-gradient(180deg,rgba(8,8,8,.64),rgba(4,4,4,.40));
  border-color:rgba(255,255,255,.105);
  backdrop-filter:blur(24px) saturate(1.18);
  -webkit-backdrop-filter:blur(24px) saturate(1.18);
  box-shadow:0 22px 68px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.07);
}
.topbar.scrolled{
  background:linear-gradient(180deg,rgba(7,7,7,.95),rgba(3,3,3,.90));
  border-color:rgba(255,255,255,.11);
}
.lang,.menuToggle{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.105);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.floatingNav{
  background:linear-gradient(180deg,rgba(13,13,13,.92),rgba(4,4,4,.94));
  border-color:rgba(255,255,255,.12);
  backdrop-filter:blur(28px) saturate(1.18);
  -webkit-backdrop-filter:blur(28px) saturate(1.18);
  box-shadow:0 34px 100px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.06);
}

/* Hero aligned with the app: brighter imagery + refined glass */
.heroSlide{
  filter:brightness(1.16) saturate(1.22) contrast(1.06);
}
.heroOverlay{
  background:
    radial-gradient(circle at 50% 14%,rgba(255,255,255,.07),transparent 26%),
    linear-gradient(180deg,rgba(0,0,0,.015) 0%,rgba(0,0,0,.10) 30%,rgba(0,0,0,.48) 100%);
}
.heroCard{
  background:
    linear-gradient(180deg,rgba(12,12,12,.20),rgba(5,5,5,.12)),
    linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.028));
  border-color:rgba(255,255,255,.13);
  box-shadow:0 30px 115px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.11);
  backdrop-filter:blur(18px) saturate(1.12);
  -webkit-backdrop-filter:blur(18px) saturate(1.12);
}
.heroCard h1 span,.sectionHead h2 strong{color:var(--gold)}
.primaryBtn{
  background:linear-gradient(135deg,#ffd96f 0,#ffbb37 46%,#c91620 100%);
  color:#111;
  box-shadow:0 16px 44px rgba(0,0,0,.30),0 0 30px rgba(255,201,70,.12),inset 0 1px 0 rgba(255,255,255,.24);
}
.primaryBtn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.ghostBtn{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

/* Global premium cards */
.experienceCard,.mapShell,.locationCard,.locationDetailCard,.featureCard,.vipCard,.rewardCard,
.agentActivationCard,.liveAgentPortal,.agentIdentityBar,.dashboardMapCard,.dashboardCircuits,
.dashboardMission,.dashboardRoutes,.agentCircuitMap,.secretEntryCard,.modalPanel,
.agentNameGatePanel{
  box-shadow:var(--premium-shadow);
}
.experienceCard,.mapShell,.locationCard,.locationDetailCard,.featureCard,.vipCard,.rewardCard,
.agentIdentityBar,.dashboardMapCard,.dashboardCircuits,.dashboardMission,.dashboardRoutes,
.secretEntryCard{
  background:var(--glass);
  border-color:rgba(255,255,255,.105);
  backdrop-filter:blur(16px) saturate(1.08);
  -webkit-backdrop-filter:blur(16px) saturate(1.08);
}
.experienceCard:hover,.locationCard:hover,.featureCard:hover,.secretEntryCard:hover{
  border-color:rgba(255,210,100,.30);
  box-shadow:0 34px 100px rgba(0,0,0,.50),0 0 28px rgba(255,205,82,.07),inset 0 1px 0 rgba(255,255,255,.09);
}

/* Experience modal */
.modalBackdrop{
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(16px) saturate(1.05);
  -webkit-backdrop-filter:blur(16px) saturate(1.05);
}
.modalPanel{
  background:
    radial-gradient(circle at 50% 0,rgba(255,207,106,.055),transparent 30%),
    linear-gradient(180deg,rgba(12,12,12,.97),rgba(3,3,3,.97));
  border-color:rgba(255,255,255,.13);
}
.experienceBanner:after{
  background:linear-gradient(180deg,rgba(0,0,0,.025),rgba(0,0,0,.20) 46%,rgba(0,0,0,.72) 100%);
}
.experienceSlide{filter:brightness(1.10) saturate(1.18) contrast(1.04)}
.experienceIcon{
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 12px 28px rgba(0,0,0,.22);
}

/* Secret Agent keeps its identity, but matches the glass language */
.secretShade{
  background:linear-gradient(180deg,rgba(0,0,0,.025),rgba(0,0,0,.18) 42%,#020202 100%);
}
.secretBg{filter:brightness(1.08) saturate(1.14) contrast(1.04)}
.agentActivationCard,.liveAgentPortal,.agentNameGatePanel{
  background:
    radial-gradient(circle at 50% 0,rgba(255,203,88,.09),transparent 34%),
    linear-gradient(180deg,rgba(18,18,18,.95),rgba(6,6,6,.97));
  border-color:rgba(255,211,111,.24);
}
.currentMissionCard,.dashboardCircuit,.missionDashboardMeta span,.missionCoordination{
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.016));
  border-color:rgba(255,255,255,.085);
}

/* Inputs/buttons in the same premium language */
input,select,textarea{
  border-color:rgba(255,255,255,.13)!important;
  background:rgba(8,8,8,.72)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
input:focus,select:focus,textarea:focus{
  border-color:rgba(255,211,111,.52)!important;
  box-shadow:0 0 0 3px rgba(255,211,111,.07)!important;
}
.close{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.13);
  backdrop-filter:blur(10px);
}

/* Footer */
footer{
  background:linear-gradient(180deg,rgba(2,2,2,0),rgba(0,0,0,.92));
  border-top:1px solid rgba(255,255,255,.06);
}

/* Mobile polish only — no structural changes */
@media(max-width:680px){
  .topbar{left:10px;right:10px;top:9px;border-radius:21px}
  .heroPortal{padding-left:12px;padding-right:12px}
  .heroCard{width:min(94vw,820px);padding:24px 17px 25px;border-radius:28px}
  .heroCard h1{letter-spacing:-1.8px}
  .heroSlide{filter:brightness(1.12) saturate(1.18) contrast(1.05)}
  .heroOverlay{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.11) 32%,rgba(0,0,0,.52) 100%)}
  .modalPanel{width:min(96vw,1040px);border-radius:26px}
  .experienceGrid{gap:12px}
  .experienceCard{border-radius:21px}
}

/* =========================================================
   COM31A — HERO / FOOTER SPACING FIX ONLY
   Allow the HOME hero to grow naturally so its lower CTAs
   never collide visually with the footer on short screens.
   ========================================================= */
.heroPortal{
  height:auto !important;
  min-height:100svh !important;
  padding-bottom:clamp(64px,8svh,96px) !important;
  overflow:hidden !important;
}
.heroCard{
  margin:auto 0 !important;
}
.heroBridgeActions{
  margin-top:16px !important;
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

@media(max-width:680px){
  .heroPortal{
    min-height:100svh !important;
    padding-top:88px !important;
    padding-bottom:58px !important;
  }
  .heroCard{
    padding:20px 15px 22px !important;
  }
  .heroCard img{
    width:min(250px,58vw) !important;
    margin-bottom:2px !important;
  }
  .heroCard h1{
    margin:10px 0 9px !important;
    font-size:clamp(38px,11vw,58px) !important;
    line-height:.91 !important;
  }
  .heroCard p{
    font-size:14px !important;
    line-height:1.48 !important;
  }
  .primaryBtn.big{
    min-height:52px !important;
    margin-top:16px !important;
  }
  .heroBridgeActions{
    gap:8px !important;
    margin-top:12px !important;
    padding:0 !important;
  }
  .heroBridgeActions button,
  .heroBridgeActions a{
    min-height:40px !important;
    padding:0 13px !important;
  }
  footer{
    padding-top:20px !important;
  }
}

@media(max-height:720px) and (max-width:680px){
  .heroPortal{
    padding-top:78px !important;
    padding-bottom:46px !important;
  }
  .heroCard{
    padding:17px 14px 18px !important;
  }
  .heroCard img{
    width:min(220px,54vw) !important;
  }
  .heroCard h1{
    margin:8px 0 7px !important;
    font-size:clamp(34px,10vw,52px) !important;
  }
  .heroCard p{
    font-size:13px !important;
    line-height:1.42 !important;
  }
  .primaryBtn.big{
    min-height:48px !important;
    margin-top:13px !important;
  }
}

/* COM 36 · REAL PICK UP ACTION */
.orderOfficial.orderPickup{
  border:1px solid rgba(255,207,69,.48);
  background:linear-gradient(135deg,#ffcf45,#e89a16);
  color:#171108;
  box-shadow:0 10px 28px rgba(232,154,22,.18);
}



/* COM41 — Premium location experience, review/help hub, order button, lighter visuals */
.heroOverlay{
  background:linear-gradient(180deg,rgba(0,0,0,.01),rgba(18,8,2,.09) 26%,rgba(0,0,0,.46) 100%)!important;
}
.locationShade{
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(33,11,4,.30) 36%,rgba(0,0,0,.72) 100%)!important;
}
.heroSlide,
.eaLocationMedia img,
.todaySpecial{
  filter:saturate(1.12) contrast(1.07) brightness(1.03);
}
.heroCard{
  background:linear-gradient(145deg,rgba(8,8,8,.12),rgba(255,255,255,.055))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 28px 110px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.1)!important;
}
.heroCard h1 span{
  background:linear-gradient(90deg,#ffe071,#ff9d2f,#f43f5e);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.bridgeOrder,
.eaBtnOrder.premiumOrderBtn{
  background:linear-gradient(135deg,#ffe16a 0%,#ffb938 45%,#ff7e25 100%)!important;
  color:#1b1306!important;
  border:1px solid rgba(255,229,140,.42)!important;
  box-shadow:0 14px 34px rgba(255,168,38,.25),0 0 0 1px rgba(255,255,255,.08) inset!important;
  font-weight:1000!important;
}
.bridgeOrder:hover,
.eaBtnOrder.premiumOrderBtn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(255,168,38,.34),0 0 18px rgba(255,207,106,.24)!important;
}
.eaPremiumLocationHero .locationInner{
  max-width:980px!important;
}
.eaHeroTitleWrap{
  margin-top:10px;
}
.premiumWelcomeKicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#ffe27b;
  letter-spacing:.18em;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  box-shadow:0 12px 26px rgba(0,0,0,.18);
}
.eaLocationHeroTitle{
  margin:16px 0 12px!important;
  line-height:.92!important;
  text-transform:uppercase;
}
.eaLocationHeroTitle span{
  display:block;
  color:#fff;
  font-size:clamp(20px,2vw,28px);
  letter-spacing:.24em;
  margin-bottom:8px;
}
.eaLocationHeroTitle strong{
  display:block;
  font-size:clamp(50px,10vw,102px);
  letter-spacing:-2px;
  background:linear-gradient(90deg,#fff6bf 0%,#ffd152 38%,#ff9f43 68%,#ff5977 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:none;
}
.premiumMenuEntry{
  margin-top:22px!important;
}
.premiumMenuEntry .actionBtn{
  min-width:170px;
  backdrop-filter:blur(12px) saturate(1.06);
}
.locationServiceHub{
  padding-top:14px;
}
.serviceHubGrid{
  max-width:1120px;
  margin:24px auto 0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.serviceHubCard{
  position:relative;
  overflow:hidden;
  min-height:260px;
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at top right,rgba(255,207,106,.12),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:0 22px 50px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(18px) saturate(1.05);
}
.serviceHubCard.reviewHub{
  background:
    radial-gradient(circle at top right,rgba(59,130,246,.18),transparent 34%),
    radial-gradient(circle at bottom left,rgba(255,207,106,.12),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
}
.serviceHubCard.helpHub{
  background:
    radial-gradient(circle at top right,rgba(244,63,94,.16),transparent 34%),
    radial-gradient(circle at bottom left,rgba(255,207,106,.10),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
}
.serviceHubTag{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#ffe07a;
  font-size:11px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.serviceHubCard h3{
  font-size:clamp(28px,4vw,42px);
  line-height:.98;
  margin:16px 0 10px;
  text-transform:uppercase;
}
.serviceHubCard p{
  color:rgba(255,255,255,.83);
  line-height:1.62;
  margin:0 0 16px;
}
.serviceHubMeta{
  color:rgba(255,255,255,.66);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:18px;
}
.serviceHubMeta strong{
  color:#fff;
}
.serviceHubBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:18px;
  text-decoration:none;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.05em;
  border:1px solid rgba(255,255,255,.12);
}
.serviceHubBtn.review{
  background:linear-gradient(135deg,#70c4ff 0%,#4d8bff 100%);
  color:#fff;
  box-shadow:0 16px 34px rgba(77,139,255,.26);
}
.serviceHubBtn.help{
  background:linear-gradient(135deg,#ffcf54 0%,#ff7d55 100%);
  color:#241309;
  box-shadow:0 16px 34px rgba(255,125,85,.24);
}
.comGuide{
  width:min(286px,calc(100vw - 20px))!important;
  padding-left:88px!important;
  padding-right:34px!important;
  background:linear-gradient(145deg,rgba(9,9,9,.85),rgba(26,16,7,.78))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 16px 40px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.05) inset!important;
}
.comGuideCopy h3{
  font-size:15.5px!important;
}
.comGuideCopy p{
  font-size:10.2px!important;
  color:rgba(255,255,255,.78)!important;
}
.comGuideCta{
  width:124px!important;
  height:34px!important;
  border-radius:18px!important;
  font-size:9.6px!important;
  font-weight:1000!important;
}
.comGuideClose{
  border-color:rgba(255,255,255,.16)!important;
  background:rgba(8,8,8,.92)!important;
}
a:focus-visible,
button:focus-visible{
  outline:2px solid #ffd86a;
  outline-offset:3px;
}
@media(max-width:900px){
  .serviceHubGrid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .serviceHubCard{padding:22px;min-height:auto}
  .serviceHubCard h3{font-size:26px}
  .eaLocationHeroTitle strong{font-size:clamp(40px,12vw,68px)}
  .comGuide{width:min(300px,calc(100vw - 22px))!important}
}
