/* AlkStore launch identity — electric cyan on charcoal. Additive; original CSS stays. */
:root{
  --paper:#05090a;
  --surface:#0a1115;
  --surface-2:#0e171b;
  --cyan:#7ef6ef;
  --blue:#00d9d4;
  --ink:#f5f7f8;
  --ink-soft:#d7e4e6;
  --muted:#9bb0b4;
  --line:#1a3336;
}
html,body{background:#05090a;color:var(--ink)}
body{background:
  radial-gradient(ellipse at 80% -10%,rgba(0,217,212,.14),transparent 42%),
  radial-gradient(ellipse at 10% 8%,rgba(0,90,90,.18),transparent 36%),
  #05090a}

body>header.topbar{
  position:sticky;top:0;z-index:40;
  width:100%;
  max-width:none;
  height:84px;
  padding-inline:max(20px,calc((100% - 1240px)/2));
  background:#05090ae8;
  backdrop-filter:blur(22px) saturate(140%);
  border-bottom:1px solid #163336;
  box-shadow:0 10px 40px #0006,0 0 40px #00d9d410;
}
.topbar .brand{gap:12px}
body>header.topbar .brand-mark,
footer .brand-mark{
  width:52px;height:52px;border-radius:14px!important;overflow:hidden!important;
  background:#05090a!important;border:1px solid #1c4a4c;
  box-shadow:0 0 0 1px #00d9d422,0 10px 28px #00d9d424;
}
.topbar .brand-mark img,
footer .brand-mark img{
  width:118%;height:118%;object-fit:cover;object-position:center 28%;
  margin:-8% 0 0 -9%;filter:none;
}
.brand-wordmark strong{
  background:linear-gradient(90deg,#fff 20%,#7ef6ef);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.brand-wordmark small{color:#00d9d4;letter-spacing:.18em;text-transform:none}
.desktop-nav a{color:#b7c9cc;position:relative;transition:color .2s ease}
.desktop-nav a:hover,.desktop-nav a[aria-current]{color:#7ef6ef}
.desktop-nav a::after{
  content:"";position:absolute;inset-inline:0;bottom:-8px;height:2px;
  background:#00d9d4;transform:scaleX(0);transform-origin:right;
  transition:transform .2s ease;
}
.desktop-nav a:hover::after,.desktop-nav a[aria-current]::after{transform:scaleX(1)}
.header-link:hover{color:#7ef6ef}
.cart-button{background:#072826;border-color:#1d5c58;box-shadow:0 0 18px #00d9d414}
.cart-button:hover{border-color:#00d9d4;color:#7ef6ef}

.hero-stage{
  position:relative;
  width:min(1240px,calc(100% - 32px));
  margin:18px auto 0;
  border-radius:28px;
  overflow:hidden;
  border:1px solid #1c4446;
  background:#0b3d3a;
  box-shadow:0 24px 80px #0008,0 0 0 1px #00d9d412;
  min-height:0;
  aspect-ratio:21 / 9;
  direction:ltr;
}
.hero-stage .home-offers-viewport{
  border:0;border-radius:0;box-shadow:none;background:transparent;overflow:hidden;height:100%;aspect-ratio:auto;
}
.hero-stage-viewport{overflow:hidden;height:100%}
.hero-stage-track{display:flex;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);will-change:transform}
.hero-slide{
  position:relative;min-width:100%;height:100%;
  display:grid;place-items:stretch;overflow:hidden;
}
.hero-slide img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center;
  transform:scale(1.04);transition:transform 8s linear;
}
.hero-slide--poster img{object-fit:cover;object-position:center;transform:none}
.hero-slide.is-active img{transform:scale(1)}
.hero-slide.is-active.hero-slide--poster img{transform:none}
.hero-slide-hit{position:absolute;inset:0;z-index:2}
.hero-slide-shade{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(270deg,#05090af5 0%,#05090ad8 26%,#05090a88 48%,#05090a22 74%),
    linear-gradient(180deg,transparent 36%,#05090af2 100%),
    radial-gradient(ellipse at 72% 38%,rgba(0,217,212,.14),transparent 48%);
}
.hero-slide-copy{
  position:relative;z-index:2;align-self:center;
  padding:clamp(28px,6vw,72px) clamp(22px,5vw,64px) 128px;
  max-width:740px;direction:rtl;text-align:start;
}
.hero-logo{
  display:block;width:56px;height:56px;flex-shrink:0;
  border-radius:14px;overflow:hidden;margin:0 0 16px;
  border:1px solid #1c4a4c;box-shadow:0 0 24px #00d9d433;
  opacity:0;transform:translateY(14px);
}
.hero-slide .hero-logo img{
  position:static!important;inset:auto!important;
  width:56px!important;height:56px!important;
  object-fit:cover;object-position:center 30%;
  transform:none!important;margin:0;
}
.hero-kicker,.hero-title,.hero-sub,.hero-slide-copy .primary-action,.hero-logo{
  opacity:0;transform:translateY(18px);filter:blur(6px);
}
.hero-slide.is-active .hero-kicker,
.hero-slide.is-active .hero-title,
.hero-slide.is-active .hero-sub,
.hero-slide.is-active .primary-action,
.hero-slide.is-active .hero-logo{
  animation:heroReveal .72s cubic-bezier(.22,1,.36,1) forwards;
}
.hero-slide.is-active .hero-logo{animation-delay:.04s}
.hero-slide.is-active .hero-kicker{animation-delay:.12s}
.hero-slide.is-active .hero-title{animation-delay:.26s}
.hero-slide.is-active .hero-sub{animation-delay:.44s}
.hero-slide.is-active .primary-action{animation-delay:.58s}
.hero-title .word{
  display:inline-block;opacity:0;transform:translateY(16px);filter:blur(6px);
}
.hero-slide.is-active .hero-title .word{
  animation:heroReveal .7s cubic-bezier(.22,1,.36,1) forwards;
}
.hero-slide.is-active .hero-title{animation:none;opacity:1;transform:none;filter:none}
.hero-slide.is-active .hero-title .word:nth-child(1){animation-delay:.26s}
.hero-slide.is-active .hero-title .word:nth-child(2){animation-delay:.34s}
.hero-slide.is-active .hero-title .word:nth-child(3){animation-delay:.42s}
.hero-slide.is-active .hero-title .word:nth-child(4){animation-delay:.5s}
.hero-slide.is-active .hero-title .word:nth-child(5){animation-delay:.58s}
.hero-slide.is-active .hero-title .word:nth-child(6){animation-delay:.66s}
@keyframes heroReveal{
  to{opacity:1;transform:none;filter:none}
}
.hero-kicker{
  margin:0 0 14px;color:#7ef6ef;font-weight:600;font-size:.9rem;
  letter-spacing:.04em;
}
.hero-title{
  margin:0;font-size:clamp(2.1rem,5.2vw,4.1rem);line-height:1.28;font-weight:700;
  text-shadow:0 10px 40px #000a;
}
.hero-title .accent{color:#7ef6ef}
.hero-sub{
  margin:16px 0 26px;max-width:34rem;color:#c5d6d8;font-size:1.05rem;line-height:1.9;
}
.hero-slide-copy .primary-action{
  box-shadow:0 8px 28px #00d9d433;
}
.hero-cats{
  position:relative;z-index:1;
  width:min(1240px,calc(100% - 32px));
  margin:14px auto 0;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;
}
.hero-cat{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  min-height:88px;padding:12px 10px;border-radius:18px;
  border:1px solid #1a3336;background:#0a1418;color:#e8f7f6;
  font-weight:600;font-size:.95rem;
  box-shadow:inset 0 0 0 1px #00d9d414;
  transition:border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.hero-cat:hover{border-color:#00d9d4;color:#7ef6ef;transform:translateY(-2px);box-shadow:0 12px 28px #00d9d418}
.hero-cat:active{transform:scale(.96)}
.hero-cat small{font-size:.72rem;color:#8eadae;font-weight:500}
.hero-cat svg{width:18px;height:18px;color:#7ef6ef}
.hero-stage .home-offers-dots{
  position:absolute;z-index:4;bottom:16px;inset-inline:0;
  display:flex;justify-content:center;gap:8px;
}
.hero-stage .home-offers-dots button{
  width:8px;height:8px;padding:0;border-radius:99px;border:0;
  background:#7ef6ef55;min-height:8px;transition:width .2s ease,background .2s ease;
}
.hero-stage .home-offers-dots button[aria-current="true"]{width:22px;background:#7ef6ef}
.hero-stage .home-offers-arrow{
  position:absolute;z-index:4;top:42%;
  width:46px;height:46px;border-radius:50%;
  background:#061214cc;border:1px solid #2a6a6c;color:#7ef6ef;
  backdrop-filter:blur(8px);font-size:1.4rem;line-height:1;
  transition:border-color .2s ease,transform .2s ease;
}
.hero-stage .home-offers-arrow:hover{border-color:#00d9d4;transform:scale(1.05)}
.hero-stage .home-offers-prev{left:14px}
.hero-stage .home-offers-next{right:14px}

.primary-action,.add-button{
  background:#00d9d4;color:#042422;border-color:#00d9d4;
}
.primary-action:hover,.add-button:hover{background:#7ef6ef;color:#031b1a}
.primary-action:active,.add-button:active{transform:scale(.96)}
.eyebrow{color:#7ef6ef}

.how-it-works,.operator-section,.catalog,.business-card,.faq-section,.store-info,.esim-guide{
  width:min(1180px,calc(100% - 48px));
}
.trust-strip{
  width:min(1180px,calc(100% - 80px));
  background:#0a1418;border-color:#1a3336;
}
.trust-strip span{color:#d7e4e6}
.operator-tile{
  background:#0a1418;border-color:#1a3336;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.operator-grid{grid-template-columns:repeat(8,minmax(0,1fr))}
.operator-tile .operator-name,
.operator-tile span{
  overflow-wrap:anywhere;
  text-wrap:balance;
  text-align:center;
}
.operator-tile:hover{
  transform:translateY(-4px);border-color:#00d9d4;
  box-shadow:0 12px 32px #00d9d418;
}
.category-tab{background:#0a1418;border-color:#1a3336}
.category-tab.active{background:#072826;border-color:#00d9d4;box-shadow:inset 0 -3px 0 #00d9d4}
.category-tab.active>span{color:#7ef6ef}
.product-card{background:#0a1418;border-color:#1a3336}
.product-card:hover{border-color:#00d9d4;box-shadow:0 18px 40px #0006}
.business-card{
  background:linear-gradient(115deg,#063330,#0a1418 62%);
  border-color:#1d5c58;
}
.faq-list details{background:#0a1418;border-color:#1a3336}
.faq-list details[open]{border-color:#1d5c58}
.store-info article{background:#0a1418;border-color:#1a3336}
.filter.active{background:#00d9d4;border-color:#00d9d4;color:#042422}
.mobile-menu:not([hidden]){background:#0a1418;border-color:#1a3336}
.mobile-bottom{background:#05090af5;border-top-color:#1a3336}

@media(max-width:1050px){
  .operator-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
}
@media(max-width:800px){
  body>header.topbar{width:100%;height:74px;padding-inline:16px}
  .hero-stage{width:calc(100% - 20px);border-radius:20px;aspect-ratio:16 / 10}
  .hero-slide--poster img{object-fit:cover}
  .hero-slide-copy{padding:28px 20px 72px;max-width:none}
  .hero-title{font-size:clamp(1.85rem,8vw,2.6rem)}
  .hero-cats{width:calc(100% - 20px);grid-template-columns:repeat(4,1fr);gap:8px}
  .hero-cat{min-height:72px;font-size:.78rem;border-radius:14px;padding:10px 6px}
  .hero-stage .home-offers-dots{bottom:12px}
  .hero-stage .home-offers-arrow{width:40px;height:40px;top:44%}
  .operator-section{width:calc(100% - 24px)}
  .operator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .operator-tile,
  .operator-tile:has(.operator-logo){
    min-height:108px;
    padding:14px 10px 12px;
    gap:8px;
    border-radius:16px;
  }
  .operator-tile .operator-logo{height:44px;padding:4px}
  .operator-tile .operator-logo img{max-width:92px}
  .operator-tile strong{font-size:1.2rem}
  .operator-tile .operator-name,
  .operator-tile span{font-size:.82rem;line-height:1.45;min-height:0}
}
@media(max-width:480px){
  .hero-cats{grid-template-columns:repeat(2,1fr)}
  .hero-stage{aspect-ratio:16 / 10;min-height:220px}
  .hero-slide-copy{padding-bottom:80px}
  body>header.topbar .brand-mark{width:44px;height:44px}
  .operator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
}
@media(prefers-reduced-motion:reduce){
  .hero-kicker,.hero-title,.hero-sub,.hero-slide-copy .primary-action,.hero-logo,
  .hero-slide.is-active .hero-kicker,.hero-slide.is-active .hero-title,
  .hero-slide.is-active .hero-sub,.hero-slide.is-active .primary-action,
  .hero-slide.is-active .hero-logo,.hero-title .word,.hero-slide.is-active .hero-title .word{
    animation:none;opacity:1;transform:none;filter:none
  }
  .hero-slide img,.hero-slide.is-active img{transform:none;transition:none}
  .desktop-nav a::after{transition:none}
}

/* Layout pass: quieter hero kept; compact chrome, operators, stepper, eSIM, plan cards */
body>header.topbar{
  height:auto!important;
  min-height:76px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
  gap:0;
  padding-block:0;
}
.header-main{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:76px;
  width:100%;
}
.header-search-desktop{flex:1;min-width:160px;max-width:460px}
.desktop-nav{margin-inline:0;flex:0 1 auto}
.header-search{
  display:flex;align-items:center;gap:8px;
  background:#0a1418;border:1px solid #1a3336;border-radius:999px;
  padding:0 14px;min-height:44px;width:100%;
}
.header-search .search-icon,.header-search svg{width:18px;height:18px;color:#7ef6ef;flex:0 0 auto}
.header-search input{
  border:0;background:transparent;color:var(--ink);width:100%;min-height:42px;padding:0;box-shadow:none;
}
.header-search input:focus{outline:none}
.header-search:focus-within{border-color:#00d9d4;box-shadow:0 0 0 3px #00d9d422}
.header-search-mobile{display:none;width:100%;padding:0 0 12px}
.header-actions{margin-inline-start:auto}
.menu-toggle{order:0}

.trust-bar{
  width:min(1180px,calc(100% - 32px));
  margin:18px auto 0;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;
}
.trust-bar article{
  display:flex;flex-direction:column;align-items:flex-start;gap:4px;
  padding:14px 16px;border-radius:16px;border:1px solid #1a3336;background:#0a1418;
}
.trust-bar svg{width:18px;height:18px;color:#7ef6ef;margin-bottom:4px}
.trust-bar strong{font-size:.92rem;font-weight:600}
.trust-bar small{color:#8eadae;font-size:.75rem}

.operator-section{margin-top:40px}
.operator-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;text-align:start}
.operator-heading>div{max-width:none}
.operator-heading h2{margin:4px 0 6px}
.operator-heading p:last-child{margin:0}
.operator-row{
  display:flex!important;
  grid-template-columns:none!important;
  gap:10px;
  overflow-x:auto;
  padding:4px 2px 10px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}
.operator-row .operator-tile{
  flex:0 0 132px;
  min-height:96px;
  padding:12px 8px 10px;
  gap:8px;
  scroll-snap-align:start;
}
.operator-row .operator-logo{height:40px}
.operator-row .operator-name{font-size:.78rem}

.how-stepper{
  grid-template-columns:1fr!important;
  gap:18px!important;
  padding-top:8px!important;
  border-top:0!important;
  margin-top:40px;
}
.how-stepper ol{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  position:relative;
}
.how-stepper ol:before{
  content:"";position:absolute;top:26px;inset-inline:12%;height:1px;background:#1d5c58;z-index:0;
}
.how-stepper li{
  display:flex;flex-direction:column;align-items:center;text-align:center;
  border:0!important;padding:0 12px!important;gap:10px!important;position:relative;z-index:1;
}
.how-stepper li strong{
  width:52px!important;height:52px!important;display:grid!important;place-items:center;
  border-radius:50%!important;border:1px solid #1d5c58!important;
  background:#072826!important;color:#7ef6ef!important;font-size:.95rem!important;
}
.how-stepper li span{font-size:.9rem;line-height:1.7;color:#d7e4e6;max-width:16rem}

.esim-banner{
  width:min(1180px,calc(100% - 48px));
  margin:40px auto 0;
  display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center;
  padding:28px;border-radius:24px;border:1px solid #1d5c58;
  background:linear-gradient(120deg,#063330,#0a1418 62%);
  overflow:hidden;
}
.esim-banner-copy h2{margin:6px 0 10px;font-size:clamp(1.4rem,2.4vw,2rem)}
.esim-banner-copy>p{color:#c5d6d8;line-height:1.85;margin:0 0 16px;max-width:38rem}
.esim-mini{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 18px}
.esim-mini li{
  padding:7px 12px;border-radius:999px;border:1px solid #1d5c58;background:#072826;
  font-size:.8rem;color:#d7e4e6;
}
.esim-banner-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}
.esim-banner-visual{position:relative;min-height:220px;border-radius:18px;overflow:hidden;border:1px solid #1a3336}
.esim-banner-visual img{width:100%;height:100%;object-fit:cover;display:block;min-height:220px}
.esim-banner-visual span{
  position:absolute;inset-inline-start:16px;bottom:16px;
  padding:8px 16px;border-radius:12px;background:#042422e6;border:1px solid #00d9d4;
  color:#7ef6ef;font-weight:700;letter-spacing:.08em;
}

.catalog .search-box{display:none}
.catalog .section-heading{align-items:flex-end}
.product-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:12px!important;
}
.plan-card{
  display:flex;flex-direction:column;min-height:0;overflow:hidden;
  border-radius:16px;
}
.plan-card .offer-product-media,
.plan-card .product-image-wrap,
.plan-card .product-media{
  aspect-ratio:4/5;overflow:hidden;background:#071214;display:block;position:relative;
}
.plan-card .offer-product-media img,
.plan-card .product-media img{
  width:100%;height:100%;object-fit:cover;object-position:center top;
}
.plan-card .product-body{padding:12px 12px 14px;display:flex;flex-direction:column;gap:6px;flex:1}
.plan-operator{margin:0;font-size:.72rem;color:#9bb0b4;letter-spacing:.02em}
.plan-card h3{margin:0;font-size:.9rem;line-height:1.45;min-height:2.6em;font-weight:650}
.plan-card h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.plan-chips{display:flex;flex-wrap:wrap;gap:4px}
.plan-chips span{
  font-size:.66rem;padding:3px 8px;border-radius:999px;border:1px solid #1a3336;color:#c5d6d8;background:#071214;
}
.plan-price{margin-top:auto;display:grid;gap:2px}
.plan-price del{color:#7f9699;font-size:.75rem}
.plan-price strong{font-size:1.05rem;color:#7ef6ef}
.plan-price small{color:#8eadae;font-size:.7rem}
.plan-card .add-button{min-height:40px;font-size:.8rem;width:100%;padding:8px 10px;margin-top:6px}
.plan-card .offer-actions{display:flex;align-items:center;gap:6px}
.plan-card .offer-actions .add-button{flex:1}
.plan-card .offer-favorite{position:static;width:40px;height:40px;flex:0 0 40px;border:1px solid #1a3336;border-radius:10px;background:#071214}
.plan-card .favorite-button{position:absolute;top:8px;inset-inline-start:8px;z-index:2}

@media(max-width:1200px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:1050px){
  .desktop-nav{display:none}
  .header-search-desktop{max-width:none}
  .trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .operator-grid{grid-template-columns:none}
}
@media(max-width:800px){
  body>header.topbar{padding-inline:14px;width:100%}
  .header-main{min-height:64px;gap:10px}
  .header-search-desktop{display:none}
  .header-search-mobile{display:block}
  .account-link span,.favorite-link{display:none}
  .trust-bar,.esim-banner,.how-stepper,.operator-section{width:calc(100% - 20px)}
  .trust-bar{grid-template-columns:1fr 1fr;gap:8px}
  .how-stepper ol{grid-template-columns:1fr;gap:0}
  .how-stepper ol:before{display:none}
  .how-stepper li{flex-direction:row;text-align:start;align-items:center;gap:14px!important;padding:12px 0!important;border-bottom:1px solid #1a3336!important}
  .how-stepper li:last-child{border-bottom:0!important}
  .how-stepper li span{text-align:start;max-width:none}
  .esim-banner{grid-template-columns:1fr;padding:20px;gap:16px}
  .product-grid{grid-template-columns:1fr!important;gap:10px!important}
  .plan-card{
    display:grid;grid-template-columns:118px minmax(0,1fr);align-items:stretch;
  }
  .plan-card .offer-product-media,
  .plan-card .product-image-wrap,
  .plan-card .product-media{
    aspect-ratio:auto;height:100%;min-height:132px;max-height:168px;
  }
  .plan-card h3{min-height:0;font-size:.92rem}
  .plan-card .product-body{padding:10px 12px}
  .plan-card .add-button{margin-top:4px}
  .operator-row .operator-tile{flex-basis:112px;min-height:88px}
}
@media(max-width:480px){
  .trust-bar article{padding:12px}
  .plan-card{grid-template-columns:96px minmax(0,1fr)}
}
