/* Compact tile-based shop landing page */
.shop-hub-hero{padding:3rem 0 2.5rem;background:radial-gradient(circle at 82% 18%,rgba(255,106,0,.18),transparent 28%),linear-gradient(130deg,#07111c,#10243a);color:#fff}.shop-hub-hero .container{max-width:1080px}.shop-hub-hero h1{font-size:clamp(2.4rem,5vw,4.25rem);line-height:.98;letter-spacing:-.04em;max-width:850px;margin:.55rem 0 .9rem}.shop-hub-hero p{max-width:780px;color:#dce5ed;font-size:1rem}.shop-hub-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:1.35rem}.shop-hub-section{padding:2.5rem 0;background:#f4f6f8}.shop-hub-section.alt{background:#e9edf1}.hub-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:15px}.hub-head h2{font-size:clamp(1.7rem,3.5vw,2.35rem);line-height:1.05;margin:.25rem 0}.hub-head p{max-width:650px;color:#566777;margin:0}.hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hub-tile{position:relative;min-height:92px;padding:12px 14px;border-radius:12px;background:#fff;border:1px solid #dce3e9;box-shadow:0 5px 14px rgba(15,30,45,.05);display:grid;grid-template-columns:36px 1fr auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;transition:.18s}.hub-tile:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,30,45,.09);border-color:#c8d2dc}.hub-icon{grid-row:1/3;width:36px;height:36px;border-radius:9px;background:#152432;color:#ff6a00;display:grid;place-items:center;font-weight:950;font-size:.66rem;letter-spacing:.02em}.hub-tile h3{margin:0;font-size:.94rem;line-height:1.12}.hub-tile p{display:none}.hub-link{grid-column:2/4;margin-top:4px;color:#d85d00;font-weight:800;font-size:.74rem;line-height:1.2}.hub-pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pack-tile{background:linear-gradient(150deg,#0c1a28,#152b40);color:#fff;border-radius:14px;padding:17px 18px;min-height:156px;display:grid;grid-template-rows:1fr auto;gap:12px;box-shadow:0 9px 24px rgba(0,0,0,.11)}.pack-tile .eyebrow{color:#ff8a26;font-size:.7rem}.pack-tile h3{font-size:1.12rem;line-height:1.12;margin:.35rem 0 .4rem}.pack-tile p{color:#e3eaf0;font-size:.85rem;line-height:1.45;margin:.3rem 0}.pack-tile .btn{align-self:end;justify-self:start;padding:.65rem .85rem;font-size:.78rem}.pack-price{display:flex;gap:8px;align-items:baseline;margin:.65rem 0 .15rem}.pack-price strong{font-size:1.35rem}.pack-price span{font-size:.76rem;color:#bfcbd5}.pack-save{display:inline-block;margin:.2rem 0 .4rem;padding:.2rem .45rem;border-radius:999px;background:rgba(255,138,38,.13);color:#ffad62;font-size:.68rem;font-weight:800}.shop-hub-note{margin-top:14px;padding:14px 16px;border-radius:12px;background:#fff6ee;border-left:4px solid #ff6a00;color:#4d5964;font-size:.92rem}.catalogue-empty{grid-column:1/-1;background:#fff;padding:40px;border-radius:18px;border:1px solid #dde4ea;text-align:center}.catalogue-empty h3{margin-top:0}
@media(max-width:1020px){.hub-grid{grid-template-columns:repeat(3,1fr)}.hub-pack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hub-head{display:block}.hub-head p{margin-top:7px}}
@media(max-width:760px){.hub-pack-grid{grid-template-columns:1fr}.pack-tile{min-height:0}.shop-hub-hero{padding:2.2rem 0 1.9rem}.shop-hub-section{padding:2rem 0}.hub-head{margin-bottom:12px}.hub-head p{font-size:.9rem}.hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hub-tile{min-height:78px;padding:10px 11px;grid-template-columns:32px 1fr;grid-template-rows:auto;column-gap:8px}.hub-icon{grid-row:auto;width:32px;height:32px;border-radius:8px;font-size:.58rem}.hub-tile h3{font-size:.86rem}.hub-link{display:none}.shop-hub-actions .btn{width:100%}}
@media(max-width:360px){.hub-grid{grid-template-columns:1fr}.hub-tile{min-height:68px}}