.pas-store{
  --pas-ink:#0b1220;
  --pas-muted:#64748b;
  --pas-blue:#1d4ed8;
  --pas-blue-2:#2563eb;
  --pas-navy:#0f172a;
  --pas-orange:#f97316;
  --pas-soft:#f8fafc;
  --pas-line:#e2e8f0;
  --pas-green:#15803d;
  width:min(100% - 1rem,1240px);
  margin:0 auto;
  padding:clamp(.75rem,2.2vw,1.35rem) .25rem 3rem;
  display:grid;
  gap:clamp(1rem,2.4vw,1.55rem);
}
.pas-store *{box-sizing:border-box}
.pas-store :where(h1,h2,h3,p){margin:0}
.pas-store :where(a,button,input,select){font:inherit}
.pas-store :where(a,button){-webkit-tap-highlight-color:transparent}

.pas-hero{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);
  gap:clamp(1rem,3vw,2rem);
  align-items:stretch;
  min-height:430px;
  border-radius:28px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 15% 15%,rgba(59,130,246,.22),transparent 31%),
    linear-gradient(125deg,#07111f 0%,#0f2346 58%,#102d59 100%);
  box-shadow:0 24px 55px rgba(15,23,42,.18);
}
.pas-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to right,#000,transparent 75%);z-index:-1}
.pas-hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(1.35rem,4vw,3.25rem)}
.pas-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.48rem .78rem;border:1px solid rgba(147,197,253,.34);border-radius:999px;background:rgba(37,99,235,.16);color:#bfdbfe;font-size:.82rem;font-weight:900;letter-spacing:.025em}
.pas-hero h1{max-width:740px;margin:.8rem 0 .8rem;font-size:clamp(2.25rem,5.6vw,4.6rem);line-height:.96;letter-spacing:-.055em;font-weight:950}
.pas-hero h1 span{color:#60a5fa}
.pas-hero-copy>p{max-width:690px;color:#dbeafe;font-size:clamp(.96rem,1.7vw,1.08rem);line-height:1.62}
.pas-hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.3rem}
.pas-primary-action,.pas-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.78rem 1.05rem;border-radius:13px;text-decoration:none;font-weight:900;cursor:pointer;border:0}
.pas-primary-action{background:#fff;color:#0f172a;box-shadow:0 8px 22px rgba(0,0,0,.16)}
.pas-primary-action:hover{background:#eff6ff;color:#1d4ed8}
.pas-secondary-action{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.2)}
.pas-secondary-action:hover{background:rgba(255,255,255,.14)}
.pas-trust-row{display:flex;flex-wrap:wrap;gap:.7rem 1rem;margin-top:1.3rem;color:#cbd5e1;font-size:.84rem;font-weight:800}
.pas-trust-row span{display:inline-flex;align-items:center;gap:.35rem}.pas-trust-row i{color:#60a5fa}

.pas-hero-visual{position:relative;min-height:100%;padding:1.4rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:linear-gradient(145deg,rgba(37,99,235,.28),rgba(2,6,23,.1))}
.pas-hero-visual::before{content:"";position:absolute;width:430px;height:430px;border:88px solid rgba(96,165,250,.13);border-radius:50%;right:-150px;top:-100px}
.pas-hero-visual::after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:50px;bottom:-125px}
.pas-visual-top,.pas-visual-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;gap:1rem}
.pas-visual-label{font-size:clamp(1.25rem,3vw,2.2rem);font-weight:950;line-height:.9;letter-spacing:-.04em}.pas-visual-year{text-align:right;color:#93c5fd;font-size:.72rem;font-weight:900;letter-spacing:.12em}
.pas-runner-mark{position:relative;z-index:2;align-self:center;display:grid;place-items:center;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#60a5fa,#2563eb 56%,#1e3a8a);box-shadow:0 22px 45px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.18);transform:rotate(-4deg)}
.pas-runner-mark i{font-size:6.3rem;color:#fff;filter:drop-shadow(0 10px 10px rgba(0,0,0,.22));transform:rotate(4deg)}
.pas-track-lines{position:absolute;left:10%;right:-8%;bottom:31%;height:90px;transform:skewY(-8deg);opacity:.48}.pas-track-lines span{display:block;border-top:2px solid #60a5fa;height:25px}.pas-track-lines span:nth-child(2){margin-left:18%}.pas-track-lines span:nth-child(3){margin-left:36%}
.pas-visual-bottom{align-items:flex-end}.pas-visual-bottom strong{font-size:.82rem;letter-spacing:.09em}.pas-visual-bottom span{color:#93c5fd;font-size:.78rem;font-weight:700}

.pas-service-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--pas-line);background:#fff;border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.06);overflow:hidden}
.pas-service-strip>div{display:flex;align-items:center;gap:.7rem;padding:.95rem 1rem;min-width:0}.pas-service-strip>div+div{border-left:1px solid #eef2f7}.pas-service-strip i{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:10px;background:#eff6ff;color:#2563eb;font-size:1rem}.pas-service-strip span{display:grid;min-width:0}.pas-service-strip strong{font-size:.88rem;color:#0f172a}.pas-service-strip small{margin-top:.12rem;color:#64748b;font-size:.74rem;line-height:1.25}

.pas-category-section,.pas-shop-section{display:grid;gap:1rem}
.pas-section-heading,.pas-shop-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.pas-eyebrow{display:block;margin-bottom:.18rem;color:#2563eb;font-size:.77rem;font-weight:950;text-transform:uppercase;letter-spacing:.09em}.pas-section-heading h2,.pas-shop-head h2,.pas-shop-by-exam h2{color:#0f172a;font-size:clamp(1.45rem,3.3vw,2rem);letter-spacing:-.035em;line-height:1.08}.pas-text-action{border:0;background:transparent;color:#2563eb;font-weight:900;cursor:pointer}.pas-text-action:hover{text-decoration:underline}
.pas-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}
.pas-category-card{position:relative;display:grid;gap:.65rem;align-content:start;min-height:150px;padding:1rem;border:1px solid #dbeafe;border-radius:17px;background:linear-gradient(145deg,#fff,#f8fbff);text-align:left;cursor:pointer;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.pas-category-card:hover,.pas-category-card.is-active{transform:translateY(-2px);border-color:#60a5fa;box-shadow:0 12px 26px rgba(37,99,235,.1)}.pas-category-card.is-active{background:#eff6ff}.pas-category-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;background:#dbeafe;color:#1d4ed8;font-size:1.05rem}.pas-category-card strong{position:relative;z-index:1;color:#0f172a;font-size:.92rem;line-height:1.2}.pas-category-card span{position:relative;z-index:1;color:#64748b;font-size:.75rem}.pas-category-card::after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;background:#dbeafe;opacity:.48;right:-27px;bottom:-29px}.pas-category-skeleton{height:150px;border-radius:17px;background:linear-gradient(90deg,#f1f5f9 25%,#f8fafc 37%,#f1f5f9 63%);background-size:400% 100%;animation:pasShimmer 1.35s infinite}

.pas-shop-section{padding:clamp(1rem,2.4vw,1.35rem);border:1px solid var(--pas-line);border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.06)}
.pas-shop-head p{margin-top:.35rem;color:#64748b;font-size:.88rem}.pas-cart-button{position:relative;display:inline-flex;align-items:center;gap:.48rem;min-height:44px;padding:.65rem .8rem;border-radius:12px;background:#0f172a;color:#fff;text-decoration:none;font-weight:900}.pas-cart-button:hover{background:#1d4ed8;color:#fff}.pas-cart-button strong{display:grid;place-items:center;min-width:22px;height:22px;padding:0 .3rem;border-radius:999px;background:#fff;color:#0f172a;font-size:.72rem}
.pas-store-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;align-items:center}.pas-search-box{display:flex;align-items:center;gap:.55rem;min-height:48px;padding:0 .75rem;border:1px solid #cbd5e1;border-radius:13px;background:#f8fafc}.pas-search-box:focus-within{background:#fff;border-color:#60a5fa;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.pas-search-box>i{color:#64748b}.pas-search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#0f172a;font-size:16px}.pas-search-box button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:8px;background:#e2e8f0;color:#475569;cursor:pointer}
.pas-toolbar-actions{display:flex;gap:.55rem}.pas-filter-button{display:none;align-items:center;gap:.4rem;min-height:46px;padding:.65rem .78rem;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#334155;font-weight:850;cursor:pointer}.pas-sort-wrap{display:flex;align-items:center;gap:.45rem;min-height:46px;padding:.25rem .35rem .25rem .75rem;border:1px solid #cbd5e1;border-radius:12px;color:#64748b;font-size:.84rem;font-weight:800}.pas-sort-wrap select{border:0;outline:0;background:#fff;color:#0f172a;font-weight:850;min-height:36px}.pas-mobile-filters{display:flex;gap:.45rem;overflow:auto;padding-bottom:.15rem;scrollbar-width:none}.pas-mobile-filters::-webkit-scrollbar{display:none}.pas-mobile-filters button{flex:0 0 auto;padding:.52rem .72rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#475569;font-size:.8rem;font-weight:850}.pas-mobile-filters button.is-active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.pas-active-filter{display:flex;align-items:center;gap:.45rem;width:max-content;max-width:100%;padding:.42rem .65rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.78rem;font-weight:900}

.pas-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}
.pas-product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #e2e8f0;border-radius:17px;background:#fff;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pas-product-card:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 14px 30px rgba(15,23,42,.11)}
.pas-product-image-wrap{position:relative;aspect-ratio:1/1;background:linear-gradient(145deg,#f8fafc,#eef2f7);overflow:hidden}.pas-product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.pas-product-card:hover .pas-product-image{transform:scale(1.025)}.pas-product-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#94a3b8;font-size:3.2rem}.pas-product-badges{position:absolute;left:.65rem;top:.65rem;display:flex;flex-wrap:wrap;gap:.35rem}.pas-badge{padding:.32rem .5rem;border-radius:999px;background:#0f172a;color:#fff;font-size:.65rem;font-weight:950;letter-spacing:.03em}.pas-badge.featured{background:#2563eb}.pas-badge.low{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.pas-badge.out{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.pas-product-body{display:flex;flex:1;flex-direction:column;padding:.85rem}.pas-product-meta{display:flex;align-items:center;gap:.35rem;min-width:0;color:#64748b;font-size:.7rem;font-weight:800}.pas-product-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pas-product-meta i{font-size:.3rem;color:#cbd5e1}.pas-product-title{margin:.42rem 0 .35rem;color:#0f172a;font-size:.98rem;line-height:1.28;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pas-product-desc{min-height:2.5em;color:#64748b;font-size:.76rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pas-product-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.75rem}.pas-price{color:#0f172a;font-size:1.14rem;font-weight:950;letter-spacing:-.025em}.pas-price small{font-size:.72rem;color:#64748b;font-weight:750}.pas-stock-text{font-size:.68rem;font-weight:850;color:#15803d;text-align:right}.pas-stock-text.is-low{color:#c2410c}.pas-stock-text.is-out{color:#b91c1c}.pas-product-action{display:flex;align-items:center;justify-content:center;gap:.42rem;width:100%;min-height:42px;margin-top:.72rem;border:1px solid #1d4ed8;border-radius:11px;background:#1d4ed8;color:#fff;text-decoration:none;font-weight:900;font-size:.84rem}.pas-product-action:hover{background:#1e40af;color:#fff}.pas-product-action.is-disabled{pointer-events:none;border-color:#e2e8f0;background:#f1f5f9;color:#94a3b8}
.pas-product-skeleton{height:370px;border-radius:17px;background:linear-gradient(90deg,#f1f5f9 25%,#f8fafc 37%,#f1f5f9 63%);background-size:400% 100%;animation:pasShimmer 1.35s infinite}
@keyframes pasShimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}

.pas-empty-state{display:grid;place-items:center;text-align:center;gap:.5rem;min-height:310px;padding:2rem;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc}.pas-empty-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:1.45rem}.pas-empty-state h3{color:#0f172a}.pas-empty-state p{max-width:520px;color:#64748b;line-height:1.5}.pas-empty-state .pas-primary-action{margin-top:.4rem;background:#1d4ed8;color:#fff}
.pas-error-state{display:flex;align-items:center;gap:.8rem;padding:1rem;border:1px solid #fecaca;border-radius:14px;background:#fef2f2;color:#991b1b}.pas-error-state>i{font-size:1.25rem}.pas-error-state div{display:grid;gap:.1rem;flex:1}.pas-error-state span{font-size:.82rem;color:#b91c1c}.pas-error-state button{padding:.55rem .75rem;border:1px solid #fecaca;border-radius:9px;background:#fff;color:#b91c1c;font-weight:900;cursor:pointer}

.pas-shop-by-exam{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:1rem;align-items:center;padding:clamp(1.1rem,3vw,1.7rem);border-radius:20px;background:linear-gradient(130deg,#eff6ff,#fff);border:1px solid #bfdbfe}.pas-exam-copy p{max-width:700px;margin-top:.48rem;color:#64748b;line-height:1.55}.pas-exam-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.pas-exam-tags span{padding:.56rem .75rem;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#1e3a8a;font-size:.79rem;font-weight:900;box-shadow:0 5px 14px rgba(37,99,235,.06)}
.pas-store-note{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid #dbeafe;border-radius:15px;background:#f8fbff}.pas-store-note>i{margin-top:.12rem;color:#2563eb}.pas-store-note strong{color:#0f172a}.pas-store-note p{margin-top:.16rem;color:#64748b;font-size:.84rem;line-height:1.45}

@media(max-width:1050px){.pas-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pas-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pas-service-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.pas-service-strip>div:nth-child(3){border-left:0;border-top:1px solid #eef2f7}.pas-service-strip>div:nth-child(4){border-top:1px solid #eef2f7}}
@media(max-width:820px){.pas-hero{grid-template-columns:1fr;min-height:auto}.pas-hero-copy{padding-bottom:1rem}.pas-hero-visual{min-height:320px}.pas-runner-mark{width:160px;height:160px}.pas-runner-mark i{font-size:5.2rem}.pas-store-toolbar{grid-template-columns:1fr}.pas-toolbar-actions{justify-content:space-between}.pas-filter-button{display:inline-flex}.pas-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pas-shop-by-exam{grid-template-columns:1fr}.pas-exam-tags{justify-content:flex-start}}
@media(max-width:640px){.pas-store{width:100%;padding:.65rem .65rem 5.6rem;gap:.9rem}.pas-hero{border-radius:20px}.pas-hero-copy{padding:1.15rem}.pas-hero h1{font-size:clamp(2.2rem,12vw,3.25rem)}.pas-hero-actions{display:grid;width:100%;grid-template-columns:1fr}.pas-primary-action,.pas-secondary-action{width:100%}.pas-trust-row{font-size:.76rem}.pas-hero-visual{min-height:260px;padding:1rem}.pas-runner-mark{width:132px;height:132px}.pas-runner-mark i{font-size:4.3rem}.pas-service-strip{grid-template-columns:1fr}.pas-service-strip>div+div,.pas-service-strip>div:nth-child(3),.pas-service-strip>div:nth-child(4){border-left:0;border-top:1px solid #eef2f7}.pas-section-heading{align-items:flex-start}.pas-category-grid{display:flex;overflow-x:auto;gap:.62rem;padding:.1rem .05rem .35rem;scroll-snap-type:x proximity;scrollbar-width:none}.pas-category-grid::-webkit-scrollbar{display:none}.pas-category-card,.pas-category-skeleton{flex:0 0 142px;min-height:134px;scroll-snap-align:start}.pas-shop-section{padding:.85rem;border-radius:17px}.pas-shop-head{align-items:flex-start}.pas-cart-button span{display:none}.pas-store-toolbar{gap:.55rem}.pas-toolbar-actions{width:100%}.pas-filter-button{flex:1;justify-content:center}.pas-sort-wrap{flex:1;padding-left:.5rem}.pas-sort-wrap span{display:none}.pas-sort-wrap select{width:100%}.pas-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem}.pas-product-card{border-radius:14px}.pas-product-body{padding:.65rem}.pas-product-title{font-size:.86rem}.pas-product-desc{display:none}.pas-product-meta{font-size:.62rem}.pas-price{font-size:1rem}.pas-stock-text{font-size:.6rem}.pas-product-action{font-size:.76rem;min-height:39px}.pas-product-skeleton{height:310px}.pas-error-state{align-items:flex-start;flex-wrap:wrap}.pas-error-state button{width:100%}.pas-shop-by-exam{padding:1rem}.pas-store-note{font-size:.9rem}}
@media(max-width:380px){.pas-product-grid{grid-template-columns:1fr}.pas-product-desc{display:-webkit-box}.pas-product-skeleton{height:350px}}
@media(prefers-reduced-motion:reduce){.pas-category-card,.pas-product-card,.pas-product-image{transition:none}.pas-category-skeleton,.pas-product-skeleton{animation:none}}
