.shop-page { background:#eef0e9; color:#0a0e18; }
.shop-page .site-header { background:rgba(238,240,233,.78); color:#0a0e18; border-bottom-color:rgba(10,14,24,.12); }
.shop-page .site-header.is-scrolled { background:rgba(238,240,233,.94); }
.shop-page .desktop-nav a,.shop-page .text-link { color:#0a0e18; }
.shop-page .desktop-nav a.is-current::after { width:100%; }
.shop-header .brand img { filter:invert(1); }
.shop-cart-button { display:inline-flex; align-items:center; gap:.65rem; padding:.74rem 1rem; border:1px solid rgba(10,14,24,.2); border-radius:999px; background:#0a0e18; color:#fff; font:600 .76rem/1 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.08em; cursor:pointer; }
.shop-cart-button span { display:grid; place-items:center; min-width:1.5rem; height:1.5rem; padding:0 .35rem; border-radius:999px; background:#c9ff45; color:#0a0e18; }
.shop-page .menu-button span { background:#0a0e18; }
.shop-page .mobile-menu { background:#0a0e18; color:#fff; }

.shop-hero { position:relative; min-height:860px; padding:170px 0 90px; overflow:hidden; background:#eef0e9; }
.shop-hero::before { content:""; position:absolute; inset:-30% 40% 25% -20%; background:radial-gradient(circle,#bcff54 0,rgba(188,255,84,.2) 33%,transparent 68%); filter:blur(20px); }
.shop-hero__grid { position:relative; z-index:2; display:grid; grid-template-columns:.88fr 1.12fr; gap:5vw; align-items:center; }
.shop-hero__copy h1 { margin:.7rem 0 2rem; max-width:720px; font:600 clamp(4.3rem,7.8vw,8.8rem)/.84 'Space Grotesk',sans-serif; letter-spacing:-.075em; }
.shop-hero__copy h1 em { color:transparent; -webkit-text-stroke:1.5px #0a0e18; font-style:normal; }
.shop-hero__copy>p:not(.eyebrow) { max-width:590px; font-size:1.15rem; line-height:1.7; color:#505664; }
.shop-hero__actions { display:flex; align-items:center; gap:1.5rem; margin-top:2.2rem; flex-wrap:wrap; }
.shop-text-link { color:#0a0e18; font-weight:700; }
.shop-hero__visual { position:relative; min-height:610px; display:grid; place-items:center; border-radius:3rem; overflow:hidden; background:#0a0e18; box-shadow:0 34px 90px rgba(20,31,44,.22); }
.shop-hero__visual::after { content:""; position:absolute; inset:10%; border:1px dashed rgba(201,255,69,.42); border-radius:50%; animation:shopSpin 22s linear infinite; }
.shop-hero__visual img { position:relative; z-index:2; width:80%; max-width:650px; max-height:470px; object-fit:contain; mix-blend-mode:screen; filter:contrast(1.05); }
.shop-orbit { position:absolute; border:1px solid rgba(90,225,255,.25); border-radius:50%; }
.shop-orbit--one { width:68%; aspect-ratio:1; }
.shop-orbit--two { width:92%; aspect-ratio:1; }
.shop-hero__badge,.shop-hero__price { position:absolute; z-index:3; font:500 .72rem/1 'DM Mono',monospace; letter-spacing:.12em; }
.shop-hero__badge { left:2rem; top:2rem; color:#c9ff45; }
.shop-hero__price { right:2rem; bottom:2rem; color:#fff; }
.shop-hero__price b { display:block; margin-top:.5rem; font:600 2.2rem/1 'Space Grotesk',sans-serif; color:#6feeff; }
.shop-marquee { position:absolute; left:0; right:0; bottom:0; overflow:hidden; border-top:1px solid rgba(10,14,24,.16); border-bottom:1px solid rgba(10,14,24,.16); }
.shop-marquee div { display:flex; width:max-content; gap:1.3rem; align-items:center; padding:1.15rem 0; animation:shopMarquee 22s linear infinite; }
.shop-marquee span { font:500 .72rem/1 'DM Mono',monospace; letter-spacing:.18em; }
.shop-marquee i { width:.35rem; height:.35rem; border-radius:50%; background:#0a0e18; }
@keyframes shopSpin { to{transform:rotate(360deg)} }
@keyframes shopMarquee { to{transform:translateX(-50%)} }

.shop-toolbar { padding:115px 0 15px; }
.shop-toolbar__inner { display:flex; justify-content:space-between; gap:2rem; align-items:end; }
.shop-toolbar h2 { margin:.55rem 0 0; font:600 clamp(2.8rem,5vw,5.2rem)/.95 'Space Grotesk',sans-serif; letter-spacing:-.055em; }
.shop-filters { display:flex; gap:.55rem; flex-wrap:wrap; justify-content:flex-end; }
.shop-filters button { border:1px solid rgba(10,14,24,.18); background:transparent; color:#0a0e18; border-radius:999px; padding:.88rem 1.1rem; font:500 .7rem/1 'DM Mono',monospace; letter-spacing:.1em; text-transform:uppercase; cursor:pointer; }
.shop-filters button.is-active,.shop-filters button:hover { background:#0a0e18; color:#fff; }

.shop-products { padding-top:55px; }
.product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; }
.product-card { overflow:hidden; border-radius:2rem; background:#fff; border:1px solid rgba(10,14,24,.1); min-width:0; transition:transform .35s ease,box-shadow .35s ease; }
.product-card:hover { transform:translateY(-6px); box-shadow:0 26px 70px rgba(33,45,57,.12); }
.product-card--feature { grid-column:1/-1; display:grid; grid-template-columns:1.1fr .9fr; min-height:660px; background:#0a0e18; color:#fff; }
.product-card[hidden] { display:none!important; }
.product-card__image { position:relative; min-height:400px; padding:2.5rem; display:grid; place-items:center; background:#f6f7f2; overflow:hidden; }
.product-card__image img { width:100%; height:100%; max-height:440px; object-fit:contain; transition:transform .5s ease; }
.product-card:hover .product-card__image img { transform:scale(1.03); }
.product-card--feature .product-card__image { min-height:100%; background:#fff; }
.product-card__image--manual img { filter:contrast(1.08); }
.product-card__image--dark { background:#05070b; }
.product-badges { position:absolute; top:1.35rem; left:1.35rem; display:flex; gap:.4rem; flex-wrap:wrap; }
.product-badges span { padding:.58rem .72rem; border-radius:999px; background:#0a0e18; color:#fff; font:500 .6rem/1 'DM Mono',monospace; letter-spacing:.1em; }
.product-card--feature .product-badges span:first-child { background:#c9ff45; color:#0a0e18; }
.gallery-button { position:absolute; right:1.35rem; bottom:1.35rem; border:0; border-radius:999px; background:rgba(10,14,24,.9); color:#fff; padding:.75rem 1rem; font:500 .68rem/1 'DM Mono',monospace; letter-spacing:.08em; cursor:pointer; }
.gallery-button span { color:#c9ff45; margin-left:.45rem; }
.product-card__body { display:flex; flex-direction:column; padding:2.35rem; }
.product-kicker { margin:0 0 1.1rem; color:#8c94a2; font:500 .67rem/1 'DM Mono',monospace; letter-spacing:.14em; }
.product-card h3 { margin:0; font:600 clamp(2rem,3.6vw,4.2rem)/.96 'Space Grotesk',sans-serif; letter-spacing:-.055em; }
.product-card:not(.product-card--feature) h3 { font-size:clamp(2rem,3vw,3.15rem); }
.product-summary { margin:1.25rem 0 1.4rem; color:#5b6270; line-height:1.65; }
.product-card--feature .product-summary { color:#b2bac8; font-size:1.08rem; }
.product-specs { margin:0 0 2rem; padding:0; list-style:none; }
.product-specs li { position:relative; padding:.78rem 0 .78rem 1.35rem; border-top:1px solid rgba(10,14,24,.1); color:#3b4350; }
.product-specs li::before { content:"+"; position:absolute; left:0; color:#0a0e18; font-weight:800; }
.product-card--feature .product-specs li { color:#dce1e9; border-color:rgba(255,255,255,.12); }
.product-card--feature .product-specs li::before { color:#c9ff45; }
.product-card__footer { display:flex; align-items:end; justify-content:space-between; gap:1rem; margin-top:auto; }
.product-price small { display:block; margin-bottom:.45rem; color:#7d8593; font:500 .64rem/1 'DM Mono',monospace; letter-spacing:.1em; text-transform:uppercase; }
.product-price strong { font:600 2.1rem/1 'Space Grotesk',sans-serif; }
.product-card--feature .product-card__footer .button { background:#c9ff45; color:#0a0e18; }
.product-card__actions { display:flex; align-items:center; justify-content:flex-end; gap:.7rem; flex-wrap:wrap; }
.button--checkout { background:#6feeff !important; color:#071018 !important; border-color:#6feeff !important; }
.button--checkout:hover { background:#fff !important; color:#071018 !important; }
.cart-secure-checkout { display:flex !important; align-items:center; justify-content:center; text-align:center; text-decoration:none; }

.shop-compare { background:#0a0e18; color:#fff; }
.shop-compare__table { margin-top:4rem; border-top:1px solid rgba(255,255,255,.2); }
.shop-compare__row { display:grid; grid-template-columns:1fr 2fr 1.25fr .75fr; gap:1rem; padding:1.4rem 0; border-bottom:1px solid rgba(255,255,255,.14); align-items:center; color:#b9c1cd; }
.shop-compare__row strong { color:#fff; font-size:1.15rem; }
.shop-compare__row b { color:#c9ff45; justify-self:end; }
.shop-compare__head { color:#6feeff; font:500 .67rem/1 'DM Mono',monospace; letter-spacing:.11em; text-transform:uppercase; }

.shop-service { background:#c9ff45; }
.shop-service__grid { display:grid; grid-template-columns:1.1fr .9fr; gap:6vw; align-items:center; }
.shop-service h2 { margin:.65rem 0 1.6rem; font:600 clamp(3rem,5.7vw,6rem)/.92 'Space Grotesk',sans-serif; letter-spacing:-.06em; }
.shop-service__grid>div>p:not(.eyebrow) { max-width:650px; font-size:1.08rem; line-height:1.7; }
.shop-service__card { padding:3rem; border-radius:2rem; background:#0a0e18; color:#fff; }
.shop-service__card>span { color:#6feeff; font:500 .65rem/1 'DM Mono',monospace; letter-spacing:.12em; }
.shop-service__card h3 { margin:1.2rem 0 2rem; font:600 clamp(2rem,3.4vw,3.6rem)/.98 'Space Grotesk',sans-serif; letter-spacing:-.05em; }
.shop-service__card>a:last-child { display:block; margin-top:1.3rem; color:#fff; }
.shop-note { padding:1.3rem 0; background:#eef0e9; border-top:1px solid rgba(10,14,24,.14); }
.shop-note p { margin:0; color:#6d7480; font-size:.78rem; line-height:1.6; }

.cart-drawer { position:fixed; inset:0; z-index:1200; visibility:hidden; pointer-events:none; }
.cart-drawer.is-open { visibility:visible; pointer-events:auto; }
.cart-backdrop { position:absolute; inset:0; border:0; background:rgba(3,5,9,.62); opacity:0; transition:opacity .3s ease; }
.cart-drawer.is-open .cart-backdrop { opacity:1; }
.cart-panel { position:absolute; top:0; right:0; width:min(520px,100%); height:100%; display:flex; flex-direction:column; padding:2rem; background:#f2f3ed; transform:translateX(100%); transition:transform .38s cubic-bezier(.2,.75,.2,1); box-shadow:-20px 0 70px rgba(0,0,0,.25); }
.cart-drawer.is-open .cart-panel { transform:none; }
.cart-panel__head { display:flex; justify-content:space-between; align-items:start; padding-bottom:1.2rem; border-bottom:1px solid rgba(10,14,24,.16); }
.cart-panel__head h2 { margin:.3rem 0 0; font:600 3rem/1 'Space Grotesk',sans-serif; }
.cart-panel__head button { border:0; background:none; font-size:2.6rem; cursor:pointer; }
.cart-items { flex:1; overflow:auto; padding:1rem 0; }
.cart-empty { color:#717884; line-height:1.6; }
.cart-item { display:grid; grid-template-columns:78px 1fr auto; gap:1rem; align-items:center; padding:1rem 0; border-bottom:1px solid rgba(10,14,24,.12); }
.cart-item img { width:78px; height:78px; object-fit:contain; background:#fff; border-radius:1rem; }
.cart-item h3 { margin:0 0 .35rem; font-size:1rem; line-height:1.25; }
.cart-item p { margin:0; color:#5f6672; }
.cart-item__qty { display:flex; gap:.45rem; align-items:center; margin-top:.6rem; }
.cart-item__qty button { width:1.8rem; height:1.8rem; border:1px solid rgba(10,14,24,.18); background:#fff; border-radius:50%; cursor:pointer; }
.cart-item__remove { border:0; background:none; color:#8e4650; cursor:pointer; font-size:.75rem; }
.cart-summary { padding-top:1.2rem; border-top:1px solid rgba(10,14,24,.16); }
.cart-summary>div { display:flex; justify-content:space-between; margin-bottom:.65rem; font-weight:700; }
.cart-summary>div strong { font-size:1.4rem; }
.cart-summary small { display:block; color:#717884; line-height:1.5; }
.cart-summary .button { margin:1rem 0; }
.cart-summary>a { display:block; text-align:center; color:#0a0e18; font-weight:700; }

.gallery-modal { position:fixed; inset:0; z-index:1250; visibility:hidden; pointer-events:none; }
.gallery-modal.is-open { visibility:visible; pointer-events:auto; }
.gallery-modal__backdrop { position:absolute; inset:0; border:0; background:rgba(3,5,9,.82); }
.gallery-modal__panel { position:absolute; inset:4vh 4vw; display:grid; grid-template-columns:minmax(0,1fr) 130px; gap:1rem; padding:1rem; border-radius:2rem; background:#eef0e9; overflow:hidden; }
.gallery-modal__close { position:absolute; top:1.4rem; right:1.4rem; z-index:3; width:3rem; height:3rem; border:0; border-radius:50%; background:#0a0e18; color:#fff; font-size:2rem; cursor:pointer; }
.gallery-modal__main { display:grid; place-items:center; min-height:0; border-radius:1.4rem; overflow:hidden; background:#fff; }
.gallery-modal__main img { width:100%; height:100%; object-fit:contain; }
.gallery-modal__thumbs { overflow:auto; display:flex; flex-direction:column; gap:.7rem; padding-right:.25rem; }
.gallery-thumb { min-height:105px; padding:.3rem; border:2px solid transparent; border-radius:1rem; background:#fff; cursor:pointer; }
.gallery-thumb.is-active { border-color:#0a0e18; }
.gallery-thumb img { width:100%; height:100%; object-fit:contain; }
body.cart-open,body.gallery-open { overflow:hidden; }

@media (max-width:1080px) {
  .shop-hero { min-height:auto; }
  .shop-hero__grid { grid-template-columns:1fr; }
  .shop-hero__visual { min-height:560px; }
  .product-card--feature { grid-template-columns:1fr; }
  .product-card--feature .product-card__image { min-height:520px; }
}
@media (max-width:820px) {
  .shop-cart-button { margin-left:auto; }
  .shop-hero { padding-top:135px; }
  .shop-hero__copy h1 { font-size:clamp(4.2rem,17vw,7rem); }
  .shop-hero__visual { min-height:430px; border-radius:2rem; }
  .shop-toolbar__inner,.shop-service__grid { grid-template-columns:1fr; display:grid; }
  .shop-filters { justify-content:flex-start; }
  .product-grid { grid-template-columns:1fr; }
  .product-card--feature { grid-column:auto; }
  .shop-compare__row { grid-template-columns:1fr 1fr; }
  .shop-compare__head { display:none; }
  .shop-compare__row b { justify-self:start; }
  .gallery-modal__panel { inset:2vh 2vw; grid-template-columns:1fr; grid-template-rows:minmax(0,1fr) 100px; }
  .gallery-modal__thumbs { flex-direction:row; overflow-x:auto; }
  .gallery-thumb { min-width:100px; min-height:auto; }
}
@media (max-width:560px) {
  .shop-header .text-link { display:none; }
  .shop-cart-button { padding:.66rem .78rem; }
  .shop-hero { padding-bottom:75px; }
  .shop-hero__visual { min-height:360px; }
  .shop-hero__visual img { width:90%; }
  .shop-hero__badge { left:1.2rem; top:1.2rem; }
  .shop-hero__price { right:1.2rem; bottom:1.2rem; }
  .shop-toolbar { padding-top:75px; }
  .product-card__image { min-height:310px; padding:1.25rem; }
  .product-card--feature .product-card__image { min-height:340px; }
  .product-card__body { padding:1.5rem; }
  .product-card__footer { align-items:stretch; flex-direction:column; }
  .product-card__footer .button { width:100%; }
  .product-card__actions { width:100%; flex-direction:column; }
  .product-card__actions .button { width:100%; }
  .shop-service__card { padding:2rem; }
  .cart-panel { padding:1.35rem; }
}

/* Services, rentals, and bill pay */
.shop-bill-pay{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid rgba(10,14,24,.2);border-radius:999px;background:#c9ff45;color:#0a0e18;font:600 .68rem/1 'DM Mono',monospace;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.billing-label{display:inline-block;margin-left:.35rem;color:#78808d;font:600 .72rem/1 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.06em}
.service-product-card{background:#fff}
.service-product-card__art{position:relative;min-height:360px;display:grid;place-items:center;overflow:hidden;background:#0a0e18;color:#fff}
.service-product-card__art::before{content:"";position:absolute;inset:9%;border:1px dashed rgba(201,255,69,.32);border-radius:50%;animation:shopSpin 24s linear infinite}
.service-product-card__art img{position:relative;z-index:2;width:31%;max-height:210px;object-fit:contain;filter:drop-shadow(0 0 35px rgba(111,238,255,.25))}
.service-product-card__art b{position:absolute;z-index:3;font:700 clamp(4rem,8vw,7rem)/1 'Space Grotesk',sans-serif;color:#6feeff;letter-spacing:-.08em}
.service-product-card__art--internet img{opacity:.25}
.service-product-card__art--data{background:radial-gradient(circle at 50% 42%,#18345b 0,#0a0e18 58%)}
.service-product-card__art--data strong{position:absolute;bottom:2rem;left:2rem;font:600 1rem/1 'DM Mono',monospace;letter-spacing:.22em;color:#c9ff45}
.data-bars{position:relative;z-index:2;height:170px;display:flex;align-items:end;gap:13px}
.data-bars i{display:block;width:22px;border-radius:999px 999px 5px 5px;background:linear-gradient(#6feeff,#c9ff45);box-shadow:0 0 24px rgba(111,238,255,.22);animation:dataPulse 1.7s ease-in-out infinite alternate}
.data-bars i:nth-child(1){height:35%}.data-bars i:nth-child(2){height:55%;animation-delay:.15s}.data-bars i:nth-child(3){height:82%;animation-delay:.3s}.data-bars i:nth-child(4){height:64%;animation-delay:.45s}.data-bars i:nth-child(5){height:100%;animation-delay:.6s}
@keyframes dataPulse{to{transform:scaleY(.78);opacity:.72}}
.service-product-card__art--rental{background:linear-gradient(145deg,#f8f9f4,#dfe4dc)}
.service-product-card__art--rental::before{border-color:rgba(10,14,24,.18)}
.service-product-card__art--rental img{width:72%;max-height:250px;filter:none;mix-blend-mode:multiply}
.service-product-card__art--rental span{position:absolute;z-index:3;right:1.5rem;top:1.5rem;padding:.7rem .8rem;border-radius:999px;background:#0a0e18;color:#c9ff45;font:600 .65rem/1 'DM Mono',monospace;letter-spacing:.12em}
.shop-compare__row--monthly{background:rgba(111,238,255,.035)}
.shop-service__actions{display:flex;gap:.75rem;flex-wrap:wrap}
.shop-billpay{background:#101827;color:#fff}
.shop-billpay__inner{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center;padding:3.5rem;border:1px solid rgba(255,255,255,.13);border-radius:2rem;background:radial-gradient(circle at 80% 20%,rgba(111,238,255,.13),transparent 35%),#0a0e18}
.shop-billpay h2{margin:.6rem 0 1rem;max-width:900px;font:600 clamp(2.8rem,5vw,5.8rem)/.92 'Space Grotesk',sans-serif;letter-spacing:-.06em}
.shop-billpay p:not(.eyebrow){max-width:720px;color:#aeb7c5;line-height:1.7}
@media(max-width:1080px){.shop-header .shop-bill-pay{display:none}}
@media(max-width:820px){.shop-billpay__inner{grid-template-columns:1fr;gap:2rem;padding:2rem}.service-product-card__art{min-height:310px}}

.checkout-routing-note {
  grid-column: 1 / -1;
  margin: 1rem 0 0;
  max-width: 920px;
  font-size: .84rem;
  line-height: 1.6;
  color: rgba(245, 247, 250, .68);
}


/* Full-shop cart upgrade */
.add-to-cart { min-width: 138px; }
.add-to-cart.is-added { background:#c9ff45; color:#0a0e18; border-color:#c9ff45; }
.cart-summary__row { display:flex; justify-content:space-between; align-items:baseline; gap:1rem; margin-bottom:.65rem; font-weight:700; }
.cart-summary__row strong { font-size:1.35rem; }
.cart-summary__row--monthly { padding:.75rem .85rem; margin:.7rem 0 1rem; border-radius:.9rem; background:rgba(111,238,255,.12); }
.cart-summary__row--monthly strong { color:#08788a; }
.cart-summary [hidden] { display:none !important; }
.cart-service-checkout { margin-top:.65rem !important; background:#c9ff45; color:#0a0e18; }
.service-product-card .product-card__actions { width:100%; }
.service-product-card .product-card__actions .button { flex:1 1 190px; }
@media (max-width:560px) {
  .service-product-card .product-card__actions .button { flex-basis:100%; }
}

/* =========================================================
   MAC5G SHOP — FULL REFINEMENT PASS
   ========================================================= */
.shop-page { background: #eef0ea; }
.shop-header .shop-cart-button {
  min-width: 104px;
  justify-content: space-between;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}
.shop-header .shop-cart-button span {
  display: grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  padding: 0 6px;
  border-radius: 999px;
  background: #c9ff45;
  color: #0a0e18;
}
.shop-hero { min-height: min(960px, 100svh); }
.shop-hero__grid { padding-top: 30px; }
.shop-hero__copy p:not(.eyebrow) { max-width: 620px; }
.shop-hero__visual { box-shadow: 0 40px 110px rgba(0,0,0,.35); }
.shop-hero__price { padding: .8rem 1rem; border-radius: 14px; background: rgba(5,7,11,.8); backdrop-filter: blur(14px); }

.shop-toolbar { position: relative; }
.shop-toolbar__inner {
  grid-template-columns: minmax(280px,.7fr) minmax(520px,1.3fr);
  gap: 34px 50px;
  align-items: end;
}
.shop-filters { align-self: end; }
.shop-search {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 110px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(10,14,24,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.62);
}
.shop-search label { font: 600 10px/1 "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.shop-search > div { position: relative; }
.shop-search input {
  width: 100%;
  min-height: 50px;
  padding: 0 48px 0 18px;
  border: 1px solid rgba(10,14,24,.15);
  border-radius: 999px;
  background: #fff;
  color: #0a0e18;
  outline: none;
}
.shop-search input:focus { border-color: #0a0e18; box-shadow: 0 0 0 3px rgba(10,14,24,.06); }
.shop-search button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #eef0ea;
  color: #0a0e18;
  cursor: pointer;
}
.shop-search p { margin: 0; color: #69717c; font: 500 10px/1.4 "DM Mono", monospace; text-transform: uppercase; }
.shop-search strong { color: #0a0e18; }
.checkout-routing-note { margin-top: 0; color: #69717c; }

.product-grid { gap: 18px; }
.product-card {
  position: relative;
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(10,14,24,.08);
  transition: transform .38s cubic-bezier(.2,.75,.2,1), box-shadow .38s cubic-bezier(.2,.75,.2,1);
}
.product-card:hover { transform: translateY(-7px); box-shadow: 0 30px 85px rgba(10,14,24,.15); }
.product-card[hidden] { display: none !important; }
.product-card__image { overflow: hidden; }
.product-card__image img { transition: transform .6s cubic-bezier(.2,.75,.2,1); }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.billing-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 999px;
  font: 600 9px/1 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.billing-badge--one-time { background: #ebeee6; color: #4f5964; }
.billing-badge--monthly { background: rgba(111,238,255,.16); color: #08788a; }
.product-card__actions .button { min-height: 52px; }
.button--checkout { background: #c9ff45; color: #0a0e18; }
.button--checkout:hover { background: #0a0e18; color: #fff; }

.setup-builder { background: #0a0e18; color: #fff; }
.setup-builder__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.setup-card {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  background: radial-gradient(circle at 85% 15%, rgba(111,238,255,.13), transparent 28%), #101827;
}
.setup-card--bright { background: #c9ff45; color: #0a0e18; border-color: #c9ff45; }
.setup-card > span { color: #6feeff; font: 600 10px/1 "DM Mono", monospace; letter-spacing: .13em; }
.setup-card--bright > span { color: #536300; }
.setup-card h3 { margin: 34px 0 18px; font: 600 clamp(2rem,3vw,3.4rem)/.95 "Space Grotesk", sans-serif; letter-spacing: -.055em; }
.setup-card p { margin: 0; color: #a8b1bd; line-height: 1.65; }
.setup-card--bright p { color: rgba(10,14,24,.66); }
.setup-card__price { margin: auto 0 24px; padding-top: 34px; }
.setup-card__price b { display: block; font: 600 2.2rem/1 "Space Grotesk", sans-serif; }
.setup-card__price small { display: block; margin-top: 7px; color: #7e8998; }
.setup-card--bright .setup-card__price small { color: rgba(10,14,24,.6); }
.setup-card .button { width: 100%; }

.shop-compare__table { border-radius: 26px; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.14); }
.shop-compare__row { transition: background .2s; }
.shop-compare__row:hover:not(.shop-compare__head) { background: rgba(201,255,69,.08); }
.shop-service__card, .shop-billpay__inner { box-shadow: 0 28px 85px rgba(0,0,0,.22); }

.cart-panel { width: min(560px,100%); padding: 1.8rem; }
.cart-panel__head { align-items: center; }
.cart-panel__head > div { margin-right: auto; }
.cart-panel__head #closeCart { margin-left: 8px; }
.cart-clear {
  border: 0;
  background: transparent;
  color: #8b4650;
  font: 600 10px/1 "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.cart-item { grid-template-columns: 76px minmax(0,1fr) auto; }
.cart-item h3 { font-size: .96rem; }
.cart-item p small { display: inline-block; margin-left: 4px; color: #7b8490; }
.cart-checkout-guide {
  display: grid;
  gap: 8px;
  margin: 14px 0 8px;
  padding: 12px;
  border-radius: 14px;
  background: #e5e8e0;
}
.cart-checkout-guide span { display: flex; align-items: center; gap: 9px; color: #56606c; font-size: 11px; line-height: 1.4; }
.cart-checkout-guide b { display: grid; place-items: center; flex: 0 0 21px; width: 21px; height: 21px; border-radius: 50%; background: #0a0e18; color: #c9ff45; font: 600 9px/1 "DM Mono", monospace; }
.cart-summary .button { margin: .65rem 0 0; }
.cart-summary > a:last-child { margin-top: 12px; }

.shop-toast {
  position: fixed;
  z-index: 1400;
  left: 50%;
  bottom: 26px;
  max-width: min(90vw, 520px);
  padding: 14px 18px;
  border-radius: 999px;
  background: #0a0e18;
  color: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.3);
  font: 600 11px/1.4 "DM Mono", monospace;
  text-align: center;
  transform: translate(-50%, 140%);
  opacity: 0;
  transition: transform .35s cubic-bezier(.2,.75,.2,1), opacity .35s;
}
.shop-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1080px) {
  .shop-toolbar__inner { grid-template-columns: 1fr; }
  .shop-search, .checkout-routing-note { grid-column: auto; }
  .setup-builder__grid { grid-template-columns: 1fr; }
  .setup-card { min-height: 380px; }
}
@media (max-width: 820px) {
  .shop-search { grid-template-columns: 1fr; gap: 10px; }
  .shop-search p { text-align: left; }
}
@media (max-width: 620px) {
  .shop-page { padding-bottom: 72px; }
  .shop-header .shop-cart-button { display: none; }
  .shop-hero__grid { padding-top: 0; }
  .shop-search { padding: 14px; }
  .setup-card { min-height: 400px; padding: 26px; }
  .cart-panel { padding: 1.15rem; }
  .cart-item { grid-template-columns: 60px minmax(0,1fr); }
  .cart-item img { width: 60px; height: 60px; }
  .cart-item__remove { grid-column: 2; justify-self: start; }
  .shop-toast { bottom: 82px; border-radius: 16px; }
  .mobile-quickbar button { color: #dce1e7; }
  .mobile-quickbar button b { display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; background: #c9ff45; color: #0a0e18; font-size: 8px; }
}
