:root{
  --shop-brand:#39b6ff;
  --shop-brand-dark:#0877ad;
  --shop-ink:#07111f;
  --shop-muted:#607083;
  --shop-bg:#f4f9fd;
  --shop-card:#fff;
  --shop-line:#c3e8fb;
  --shop-soft:#eaf7ff;
  --shop-success:#e9f9ec;
  --shop-warning:#fff7df;
  --shop-shadow:0 16px 44px rgba(7,37,65,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--shop-ink);
  background:linear-gradient(180deg,#fff,var(--shop-bg));
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
body.dialog-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{color:inherit}
.shop-skip-link{
  position:fixed;left:12px;top:-60px;z-index:10000;
  padding:10px 14px;border-radius:12px;background:#07111f;color:#fff
}
.shop-skip-link:focus{top:12px}
.shop-container{
  width:min(1160px,100%);
  margin:0 auto;
  padding-left:max(18px,calc(14px + env(safe-area-inset-left)));
  padding-right:max(18px,calc(14px + env(safe-area-inset-right)));
}
.shop-nav{
  position:sticky;top:0;z-index:40;
  border-bottom:1px solid rgba(195,232,251,.85);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(14px);
}
.shop-nav-inner{
  min-height:66px;display:flex;align-items:center;
  justify-content:space-between;gap:12px;padding-top:8px;padding-bottom:8px
}
.shop-brand{display:flex;align-items:center;gap:10px;font-weight:950}
.shop-logo{height:44px;width:auto;display:block}
.shop-nav-actions{display:flex;align-items:center;gap:8px}
.shop-button{
  border:1px solid transparent;border-radius:15px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:44px;padding:10px 15px;font-weight:850;
  cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease
}
.shop-button:hover{transform:translateY(-1px)}
.shop-button:active{transform:scale(.975)}
.shop-button[disabled]{cursor:not-allowed;opacity:.55;transform:none}
.shop-button-primary{
  background:var(--shop-brand);border-color:var(--shop-brand);
  box-shadow:0 9px 24px rgba(57,182,255,.25)
}
.shop-button-quiet{background:#fff;border-color:var(--shop-line)}
.shop-hero{padding:64px 0 50px;position:relative;overflow:hidden}
.shop-hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle at 86% 5%,rgba(57,182,255,.23),transparent 28%),
    radial-gradient(circle at 8% 92%,rgba(57,182,255,.13),transparent 24%)
}
.shop-hero-grid{
  position:relative;display:grid;gap:24px;align-items:center
}
.shop-eyebrow{
  font-size:11px;font-weight:950;text-transform:uppercase;
  letter-spacing:1.8px;color:var(--shop-muted)
}
.shop-hero h1{
  margin:10px 0 0;font-size:clamp(36px,6vw,66px);
  line-height:.98;letter-spacing:-2.1px;max-width:780px
}
.shop-hero p,.shop-section-head p{
  max-width:750px;color:var(--shop-muted);font-size:17px;line-height:1.6
}
.shop-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.shop-trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.shop-trust-row span{
  border:1px solid var(--shop-line);border-radius:999px;
  background:#fff;padding:7px 10px;font-size:12px;font-weight:800
}
.shop-ultra-card{
  background:linear-gradient(150deg,#fff,#edf9ff);
  border:1px solid var(--shop-line);border-radius:28px;
  padding:22px;box-shadow:var(--shop-shadow);
  display:grid;grid-template-columns:auto 1fr;gap:15px
}
.shop-ultra-icon{
  width:48px;height:48px;border-radius:16px;background:#fff7d7;
  display:grid;place-items:center;font-size:24px;border:1px solid #f3dda2
}
.shop-ultra-kicker{font-size:12px;font-weight:950;text-transform:uppercase;color:var(--shop-brand-dark)}
.shop-ultra-card h2{margin:6px 0;font-size:24px}
.shop-ultra-card p{margin:0 0 14px;color:var(--shop-muted);line-height:1.5}
.shop-section{padding:58px 0}
.shop-soft-section{background:rgba(234,247,255,.65);border-block:1px solid var(--shop-line)}
.shop-section-head{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:18px;flex-wrap:wrap;margin-bottom:18px
}
.shop-section-head h2,.shop-downloads-panel h2{margin:7px 0 0;font-size:clamp(27px,4vw,39px)}
.shop-section-head p{margin:7px 0 0;font-size:15px}
.shop-count{
  border:1px solid var(--shop-line);border-radius:999px;
  background:#fff;padding:7px 11px;font-size:12px;font-weight:900
}
.shop-toolbar{
  display:grid;grid-template-columns:minmax(220px,1.8fr) repeat(4,minmax(135px,.7fr));
  gap:9px;margin-bottom:18px
}
.shop-toolbar input,.shop-toolbar select{
  width:100%;min-width:0;height:46px;border:1px solid var(--shop-line);
  border-radius:14px;background:#fff;padding:0 12px;color:var(--shop-ink);outline:none
}
.shop-toolbar input:focus,.shop-toolbar select:focus{
  box-shadow:0 0 0 4px rgba(57,182,255,.16);border-color:var(--shop-brand)
}
.shop-status{
  min-height:48px;border:1px solid var(--shop-line);border-radius:16px;
  padding:13px 15px;background:#fff;color:var(--shop-muted);margin-bottom:15px
}
.shop-status[hidden]{display:none}
.shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.shop-product{
  min-width:0;background:#fff;border:1px solid var(--shop-line);
  border-radius:22px;overflow:hidden;box-shadow:0 8px 25px rgba(7,37,65,.045);
  display:flex;flex-direction:column
}
.shop-product-media{
  aspect-ratio:16/10;position:relative;overflow:hidden;
  background:linear-gradient(140deg,#dff4ff,#fff)
}
.shop-product-media img{width:100%;height:100%;object-fit:cover;display:block}
.shop-product-placeholder{
  width:100%;height:100%;display:grid;place-items:center;
  font-size:46px;background:
    radial-gradient(circle at 15% 15%,rgba(255,255,255,.85),transparent 30%),
    linear-gradient(145deg,#dff4ff,#f8fdff)
}
.shop-product-badges{
  position:absolute;left:11px;right:11px;top:11px;
  display:flex;align-items:flex-start;justify-content:space-between;gap:8px
}
.shop-badge{
  display:inline-flex;align-items:center;gap:5px;
  border-radius:999px;padding:6px 9px;font-size:10px;font-weight:950;
  background:rgba(255,255,255,.94);border:1px solid rgba(195,232,251,.95)
}
.shop-badge-ultra{background:#fff5cd;border-color:#f0d783}
.shop-product-body{display:flex;flex:1;flex-direction:column;padding:16px}
.shop-product-category{
  color:var(--shop-brand-dark);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.8px
}
.shop-product h3{font-size:19px;line-height:1.2;margin:7px 0 0}
.shop-product-description{
  color:var(--shop-muted);font-size:13px;line-height:1.5;margin:8px 0 0
}
.shop-product-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}
.shop-product-meta span{
  border-radius:999px;background:var(--shop-soft);border:1px solid var(--shop-line);
  padding:5px 8px;font-size:10px;font-weight:800
}
.shop-product-foot{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:10px;margin-top:auto;padding-top:18px
}
.shop-price strong{display:block;font-size:22px}
.shop-price span{display:block;color:var(--shop-muted);font-size:10px;margin-top:1px}
.shop-product-actions{display:flex;gap:7px}
.shop-product-actions .shop-button{min-height:40px;padding:8px 11px;font-size:12px}
.shop-empty{
  text-align:center;border:1px dashed var(--shop-line);border-radius:24px;
  padding:46px 18px;background:#fff
}
.shop-empty-icon{font-size:42px}
.shop-empty h3{font-size:24px;margin:9px 0 0}
.shop-empty p{color:var(--shop-muted);margin:8px auto 18px;max-width:560px}
.shop-rule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.shop-rule-grid article{
  background:#fff;border:1px solid var(--shop-line);border-radius:21px;padding:18px
}
.shop-rule-number{
  width:32px;height:32px;border-radius:10px;background:var(--shop-brand);
  display:grid;place-items:center;font-weight:950
}
.shop-rule-grid h3{margin:13px 0 0}
.shop-rule-grid p{margin:6px 0 0;color:var(--shop-muted);font-size:14px;line-height:1.55}
.shop-downloads-panel{
  border:1px solid var(--shop-line);border-radius:25px;background:#fff;
  padding:22px;box-shadow:var(--shop-shadow)
}
.shop-downloads-panel>div:first-child p{color:var(--shop-muted)}
.shop-download-list{display:grid;gap:8px;margin-top:15px}
.shop-download-item{
  display:flex;justify-content:space-between;align-items:center;gap:10px;
  border:1px solid var(--shop-line);border-radius:15px;padding:11px
}
.shop-footer{border-top:1px solid var(--shop-line);padding:28px 0 calc(90px + env(safe-area-inset-bottom))}
.shop-footer-inner{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.shop-footer-copy{font-size:12px;color:var(--shop-muted);margin-top:3px}
.shop-footer nav{display:flex;gap:11px;flex-wrap:wrap;font-size:13px;font-weight:800}
.shop-dialog{
  width:min(720px,calc(100vw - 24px));max-height:min(88vh,800px);
  border:1px solid var(--shop-line);border-radius:25px;padding:0;
  color:var(--shop-ink);box-shadow:0 30px 90px rgba(0,0,0,.28)
}
.shop-dialog::backdrop{background:rgba(5,20,34,.58);backdrop-filter:blur(4px)}
.shop-dialog-close{
  position:sticky;float:right;top:12px;margin:12px 12px 0 0;z-index:2;
  width:40px;height:40px;border:1px solid var(--shop-line);border-radius:50%;
  background:#fff;font-size:25px;cursor:pointer
}
.shop-dialog-media{aspect-ratio:16/8;background:var(--shop-soft);overflow:hidden}
.shop-dialog-media img{width:100%;height:100%;object-fit:cover}
.shop-dialog-main{padding:23px}
.shop-dialog-main h2{font-size:31px;margin:7px 0 0}
.shop-dialog-main p{color:var(--shop-muted);line-height:1.6}
.shop-dialog-list{padding-left:20px;line-height:1.6}
.shop-dialog-price-row{
  display:flex;justify-content:space-between;align-items:center;
  gap:12px;flex-wrap:wrap;border-top:1px solid var(--shop-line);padding-top:17px;margin-top:17px
}
.shop-toast{
  position:fixed;left:50%;bottom:calc(86px + env(safe-area-inset-bottom));
  z-index:200;transform:translate(-50%,18px);opacity:0;pointer-events:none;
  max-width:min(440px,calc(100vw - 24px));border-radius:999px;
  background:#07111f;color:#fff;padding:11px 15px;font-size:13px;font-weight:800;
  transition:opacity .2s ease,transform .2s ease
}
.shop-toast.is-visible{opacity:1;transform:translate(-50%,0)}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0
}
@media(min-width:900px){
  .shop-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)}
  .shop-footer{padding-bottom:30px}
}
@media(max-width:940px){
  .shop-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop-search{grid-column:1/-1}
  .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .shop-nav-inner{min-height:58px}
  .shop-logo{height:38px}
  .shop-brand span{font-size:15px}
  .shop-nav-actions .shop-button-quiet{display:none}
  .shop-nav-actions .shop-button{min-height:40px;padding:8px 11px;font-size:12px}
  .shop-hero{padding:38px 0 34px}
  .shop-hero h1{font-size:clamp(35px,12vw,52px)}
  .shop-hero p{font-size:15px}
  .shop-hero-actions .shop-button{flex:1 1 46%}
  .shop-ultra-card{padding:17px;border-radius:22px}
  .shop-ultra-card h2{font-size:21px}
  .shop-section{padding:42px 0}
  .shop-toolbar{grid-template-columns:1fr}
  .shop-search{grid-column:auto}
  .shop-product-grid{grid-template-columns:1fr}
  .shop-product-foot{align-items:center}
  .shop-rule-grid{grid-template-columns:1fr}
  .shop-dialog-main{padding:18px}
  .shop-dialog-main h2{font-size:26px}
  .shop-footer nav{display:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}


/* SPO paid digital-resource consent */
.shop-consent-dialog{width:min(680px,calc(100vw - 24px))}
.shop-consent-main{padding:26px}
.shop-consent-main h2{margin:8px 48px 7px 0;font-size:clamp(25px,5vw,34px);line-height:1.08}
.shop-consent-main>p{color:var(--shop-muted);line-height:1.55}
.shop-consent-product{
  display:flex;justify-content:space-between;align-items:center;gap:14px;
  margin:18px 0;padding:14px 16px;border:1px solid var(--shop-line);
  border-radius:15px;background:var(--shop-soft)
}
.shop-consent-product strong{font-size:16px}
.shop-consent-product span{font-size:18px;font-weight:950;white-space:nowrap}
.shop-consent-choice{
  display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px;align-items:start;
  margin:12px 0;padding:15px;border:1px solid var(--shop-line);border-radius:15px;
  background:#fff;cursor:pointer;line-height:1.5
}
.shop-consent-choice:hover{background:#f8fcff}
.shop-consent-choice:focus-within{box-shadow:0 0 0 4px rgba(57,182,255,.17);border-color:var(--shop-brand)}
.shop-consent-choice input{width:21px;height:21px;margin:2px 0 0;accent-color:var(--shop-brand-dark)}
.shop-consent-legal{
  margin-top:16px;padding:14px 16px;border-left:5px solid var(--shop-brand-dark);
  border-radius:13px;background:var(--shop-soft);color:var(--shop-muted);font-size:13px
}
.shop-consent-legal p{margin:0 0 8px;line-height:1.5}
.shop-consent-legal p:last-of-type{margin-bottom:5px}
.shop-consent-legal a{font-weight:850;color:var(--shop-brand-dark)}
.shop-consent-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:20px}
@media(max-width:640px){
  .shop-consent-main{padding:20px 16px}
  .shop-consent-product{align-items:flex-start;flex-direction:column}
  .shop-consent-actions{display:grid;grid-template-columns:1fr}
  .shop-consent-actions .shop-button{width:100%}
}
