
:root{--bg:#030617;--panel:rgba(10,15,42,.72);--panel2:rgba(10,14,36,.9);--line:rgba(150,114,255,.26);--line2:rgba(145,92,255,.55);--text:#f5f6ff;--muted:#aeb8df;--muted2:#818bb6;--purple:#8d4dff;--purple2:#c04dff;--blue:#4d8dff;--cyan:#7de8ff;--green:#7cf4cc;--shadow:0 22px 70px rgba(0,0,0,.28);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#030617 0%,#05091d 48%,#02040f 100%);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-3;background:linear-gradient(180deg,rgba(2,4,13,.18) 0%,rgba(3,5,16,.42) 45%,rgba(3,5,16,.88) 100%),url("site-bg.png") center top/100% auto no-repeat;pointer-events:none}body:after{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 20% 30%,rgba(73,117,255,.1),transparent 24rem),radial-gradient(circle at 88% 40%,rgba(175,70,255,.12),transparent 18rem);pointer-events:none}.page-glow{position:fixed;border-radius:999px;filter:blur(90px);pointer-events:none;z-index:-1}.page-glow--one{width:360px;height:360px;right:-90px;top:160px;background:#573dff;opacity:.12}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img,svg{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{position:relative;padding:78px 0}.section--compact{padding:28px 0}.center{text-align:center;margin-top:22px}.muted{color:var(--muted)}.header{position:sticky;top:0;z-index:50;background:rgba(3,6,21,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(124,104,255,.18)}.header__inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{font-size:24px;font-weight:900;letter-spacing:-.05em}.logo span,.footer strong span{color:var(--purple2)}.nav{display:flex;align-items:center;gap:22px}.nav__group{position:relative}.nav__link{color:var(--muted);font-size:14px;font-weight:750;transition:.2s}.nav__link:hover{color:#e0d3ff;text-shadow:0 0 18px rgba(158,91,255,.75)}.dropdown{position:absolute;top:calc(100% + 14px);left:0;min-width:230px;padding:10px;border:1px solid var(--line);border-radius:16px;background:rgba(7,11,31,.98);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.18s}.nav__group:hover .dropdown,.nav__group:focus-within .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:10px 12px;border-radius:10px;color:var(--muted);font-size:13px}.dropdown a:hover{background:rgba(132,77,255,.14);color:#fff}.header__actions{display:flex;align-items:center;gap:10px}.btn,.icon-btn,.filter-link{border:1px solid var(--line2);background:rgba(12,18,47,.72);cursor:pointer;transition:.2s;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}.btn:hover,.icon-btn:hover,.filter-link:hover{transform:translateY(-2px);border-color:rgba(181,119,255,.9);box-shadow:0 12px 35px rgba(101,70,255,.25)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 26px;border-radius:10px;font-weight:850;color:#fff}.btn--primary{border:0;background:linear-gradient(100deg,var(--purple),var(--purple2) 48%,var(--blue));box-shadow:0 16px 42px rgba(83,86,255,.34)}.btn--ghost{background:rgba(7,12,34,.58)}.btn--small{min-height:40px;padding:0 18px;font-size:14px}.btn--tiny{min-height:36px;padding:0 14px;font-size:13px}.icon-btn{width:42px;height:42px;border-radius:12px;display:inline-grid;place-items:center;color:#d7c5ff;font-weight:900}.icon-btn--social{width:50px;height:50px}.burger{display:none;width:42px;height:42px;border:1px solid var(--line2);background:rgba(12,18,47,.7);border-radius:12px;padding:10px}.burger span{display:block;height:2px;margin:5px 0;background:#e1d9ff;border-radius:99px}.hero{min-height:760px;display:grid;align-items:center}.hero__grid{max-width:680px}.eyebrow{margin:0 0 18px;color:#c1a4ff;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900}.hero h1,.page-hero h1,.product-info h1{margin:0;font-size:clamp(42px,5.4vw,70px);line-height:.98;letter-spacing:-.07em;text-shadow:0 5px 40px rgba(255,255,255,.13)}.hero h1 span,.cta h2 span{background:linear-gradient(90deg,#a875ff,#7f61ff 50%,#d846ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__text,.page-hero p,.product-info p{max-width:680px;color:var(--muted);font-size:17px;line-height:1.75;margin:24px 0}.hero__buttons{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0 18px}.hero__badges{display:flex;flex-wrap:wrap;gap:18px;color:#b0badf;font-size:13px}.page-hero{padding:92px 0 40px}.page-hero h1{max-width:850px}.section-title{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:24px}.section-title span{display:block;width:min(100px,14vw);height:1px;background:linear-gradient(90deg,transparent,var(--purple2));position:relative}.section-title span:last-child{background:linear-gradient(90deg,var(--purple2),transparent)}.section-title h2{margin:0;text-align:center;font-size:clamp(24px,2.4vw,34px);letter-spacing:-.05em}.cards--services{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.service-card,.product-card,.blog-card,.stats,.cta__inner,.panel,.product-shot{border:1px solid var(--line);background:linear-gradient(180deg,rgba(10,15,42,.72),rgba(7,11,30,.56));box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 18px 54px rgba(0,0,0,.16);backdrop-filter:blur(10px)}.service-card{border-radius:14px;padding:18px;min-height:154px}.service-card__icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:8px;color:#b462ff;font-size:25px;font-weight:900;text-shadow:0 0 18px rgba(171,70,255,.7)}.service-card h3,.product-card h3,.blog-card h3{margin:0 0 8px;font-size:16px}.service-card p,.product-card p,.blog-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.filter-link{border-radius:999px;padding:10px 15px;color:#d7c5ff;font-weight:850;font-size:13px}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{border-radius:16px;overflow:hidden}.product-card__image,.product-shot{min-height:165px;padding:16px;position:relative;display:flex;align-items:end;overflow:hidden;background:#101a45}.product-card__image:before,.product-shot:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.16),transparent 24%),radial-gradient(circle at 90% 12%,rgba(255,255,255,.18),transparent 16%)}.product-card__image strong,.product-shot strong{position:relative;z-index:1;font-size:27px;line-height:.95;letter-spacing:-.05em;text-shadow:0 4px 16px rgba(0,0,0,.58)}.product-card__image--build{background:radial-gradient(circle at 22% 28%,#7d24ff,transparent 38%),linear-gradient(135deg,#2b065a,#061537 74%)}.product-card__image--build2{background:radial-gradient(circle at 28% 22%,#3694ff,transparent 36%),linear-gradient(135deg,#111d62,#090929 74%)}.product-card__image--plugin{background:radial-gradient(circle at 56% 18%,#964cff,transparent 40%),linear-gradient(135deg,#071d50,#070a2b 78%)}.product-card__image--plugin2{background:radial-gradient(circle at 35% 12%,#ff4cb3,transparent 42%),linear-gradient(135deg,#431043,#130b2d 76%)}.product-card__image--spawn{background:radial-gradient(circle at 30% 22%,#6be06e,transparent 34%),linear-gradient(135deg,#224717,#0b183f 76%)}.product-card__image--spawn2{background:radial-gradient(circle at 30% 20%,#ff934d,transparent 33%),linear-gradient(135deg,#2d1764,#0b183f 70%)}.product-card__image--free,.product-card__image--free2,.product-card__image--free3{background:radial-gradient(circle at 35% 22%,#7de8ff,transparent 35%),linear-gradient(135deg,#062a45,#080a2c 80%)}.pill{position:absolute;top:10px;left:10px;z-index:2;background:linear-gradient(90deg,#ff5151,#b14dff);color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.pill--free{background:linear-gradient(90deg,#1dbc8f,#69e8ff)}.product-card__body{padding:14px}.category{color:#b68cff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.meta{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.meta span{border:1px solid rgba(146,111,255,.18);border-radius:999px;padding:6px 8px;color:var(--muted);font-size:12px}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.price{color:#ac7cff;font-size:22px;font-weight:950;letter-spacing:-.03em}.price.is-free{color:var(--green)}.notice{border:1px solid rgba(124,244,204,.28);background:rgba(19,77,69,.22);color:#c9fff2;border-radius:14px;padding:14px 16px;margin-bottom:18px}.stats{border-radius:16px;padding:22px 26px;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.stats div{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon num" "icon txt";gap:0 14px;align-items:center}.stats span{grid-area:icon;width:48px;height:48px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(146,111,255,.42);background:rgba(83,61,255,.14);font-size:22px}.stats strong{grid-area:num;font-size:25px;letter-spacing:-.04em}.stats p{grid-area:txt;margin:0;color:var(--muted);font-size:13px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.blog-card{border-radius:16px;padding:22px}.cta{padding:34px 0 64px}.cta__inner{min-height:112px;border-radius:16px;padding:24px 36px;display:grid;grid-template-columns:1.05fr .8fr auto;align-items:center;gap:24px;position:relative;overflow:hidden}.cta__inner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 5% 20%,rgba(179,63,255,.24),transparent 30%),radial-gradient(circle at 100% 100%,rgba(120,71,255,.34),transparent 24%);pointer-events:none}.cta__inner>*{position:relative;z-index:1}.cta h2{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.055em}.cta p{margin:0;color:var(--muted);line-height:1.55}.cta__actions{display:flex;align-items:center;gap:12px}.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel{border-radius:18px;padding:24px}.panel h2{margin:0 0 12px;font-size:26px;letter-spacing:-.04em}.panel p,.panel li{color:var(--muted);line-height:1.65}.panel ul{margin:0;padding-left:18px}.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}.product-shot{border-radius:22px;min-height:360px}.product-info h1{font-size:clamp(38px,4.6vw,62px)}.big-price{font-size:38px;font-weight:950;color:#ac7cff;margin:18px 0}.footer{border-top:1px solid rgba(124,104,255,.16);background:rgba(3,6,21,.68);padding:28px 0}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:14px}.footer strong{color:#fff;font-size:20px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,120px);z-index:120;background:rgba(15,22,55,.96);border:1px solid rgba(146,111,255,.38);border-radius:14px;color:#fff;padding:12px 18px;box-shadow:var(--shadow);transition:.24s;pointer-events:none}.toast.is-visible{transform:translate(-50%,0)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}@media(max-width:1100px){.nav{position:fixed;top:72px;left:20px;right:20px;display:grid;grid-template-columns:1fr;gap:6px;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(7,12,34,.98);box-shadow:var(--shadow);opacity:0;transform:translateY(-10px);pointer-events:none;transition:.2s}.nav.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.nav__link{display:block;padding:10px;border-radius:10px;background:rgba(255,255,255,.03)}.dropdown{position:static;opacity:1;visibility:visible;transform:none;margin:4px 0 6px 12px;box-shadow:none;background:rgba(255,255,255,.03);min-width:0}.burger{display:block}.header__actions .icon-btn{display:none}.cards--services{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.cta__inner,.product-detail,.split{grid-template-columns:1fr}.footer__inner{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.container{width:min(100% - 28px,1180px)}.section{padding:54px 0}.hero{min-height:auto;padding-top:40px}.hero h1,.page-hero h1{font-size:42px}.products,.cards--services,.blog-grid,.stats{grid-template-columns:1fr}.header__actions .btn--small{display:none}.product-shot{min-height:240px}.product-card__image strong,.product-shot strong{font-size:24px}.hero__badges{display:grid}.footer__inner{font-size:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Custom product artwork for featured builds */
.product-card__image--build, .product-shot.product-card__image--build{
  background: linear-gradient(180deg, rgba(4,9,24,.08), rgba(4,9,24,.18)), url("aretmia-1165-banner.png") center/cover no-repeat !important;
}
.product-card__image--build2, .product-shot.product-card__image--build2{
  background: linear-gradient(180deg, rgba(4,9,24,.08), rgba(4,9,24,.18)), url("lunacy-1214-banner.png") center/cover no-repeat !important;
}
.product-card__image--build strong, .product-card__image--build2 strong, .product-shot.product-card__image--build strong, .product-shot.product-card__image--build2 strong{
  display:none;
}


/* Fit full build artwork without cropping */
.product-card__image--build,
.product-card__image--build2,
.product-shot.product-card__image--build,
.product-shot.product-card__image--build2 {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #070b20 !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--build,
.product-card__image--build2 {
  min-height: auto !important;
}
.product-shot.product-card__image--build,
.product-shot.product-card__image--build2 {
  min-height: auto !important;
}


/* Donate cases artwork */
.product-card__image--plugin2,
.product-shot.product-card__image--plugin2 {
  background: linear-gradient(180deg, rgba(4,9,24,.06), rgba(4,9,24,.16)), url("donate-cases-banner.png") center center / contain no-repeat !important;
  background-color: #12091b !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--plugin2,
.product-shot.product-card__image--plugin2 {
  min-height: auto !important;
}
.product-card__image--plugin2 strong,
.product-shot.product-card__image--plugin2 strong {
  display: none !important;
}



/* === LOCKED PRODUCT ARTWORK AND LINKS FIX === */
.product-card__image--build,
.product-shot.product-card__image--build {
  background: linear-gradient(180deg, rgba(4,9,24,.05), rgba(4,9,24,.14)), url("aretmia-1165-banner.png") center center / contain no-repeat !important;
  background-color: #070b20 !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--build2,
.product-shot.product-card__image--build2 {
  background: linear-gradient(180deg, rgba(4,9,24,.05), rgba(4,9,24,.14)), url("lunacy-1214-banner.png") center center / contain no-repeat !important;
  background-color: #070b20 !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--plugin,
.product-shot.product-card__image--plugin {
  background: linear-gradient(180deg, rgba(4,9,24,.04), rgba(4,9,24,.14)), url("lunacyjobs-banner.png") center center / contain no-repeat !important;
  background-color: #140922 !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--plugin2,
.product-shot.product-card__image--plugin2 {
  background: linear-gradient(180deg, rgba(4,9,24,.06), rgba(4,9,24,.16)), url("donate-cases-banner.png") center center / contain no-repeat !important;
  background-color: #12091b !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--spawn,
.product-shot.product-card__image--spawn {
  background: linear-gradient(180deg, rgba(4,9,24,.04), rgba(4,9,24,.14)), url("village-spawn-banner.png") center center / contain no-repeat !important;
  background-color: #140922 !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--spawn2,
.product-shot.product-card__image--spawn2 {
  background: linear-gradient(180deg, rgba(4,9,24,.04), rgba(4,9,24,.14)), url("tortuga-spawn-banner.png") center center / contain no-repeat !important;
  background-color: #100c10 !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--free,
.product-shot.product-card__image--free {
  background: linear-gradient(180deg, rgba(4,9,24,.04), rgba(4,9,24,.14)), url("free-anarchy-12111-banner.png") center center / contain no-repeat !important;
  background-color: #12091a !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--free2,
.product-shot.product-card__image--free2 {
  background: linear-gradient(180deg, rgba(4,9,24,.04), rgba(4,9,24,.14)), url("free-configs-banner.png") center center / contain no-repeat !important;
  background-color: #0d1125 !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--free3,
.product-shot.product-card__image--free3 {
  background: linear-gradient(180deg, rgba(4,9,24,.04), rgba(4,9,24,.14)), url("free-lobby-banner.png") center center / contain no-repeat !important;
  background-color: #081429 !important;
  aspect-ratio: 16 / 9;
}
.product-card__image--build,
.product-card__image--build2,
.product-card__image--plugin,
.product-card__image--plugin2,
.product-card__image--spawn,
.product-card__image--spawn2,
.product-card__image--free,
.product-card__image--free2,
.product-card__image--free3,
.product-shot.product-card__image--build,
.product-shot.product-card__image--build2,
.product-shot.product-card__image--plugin,
.product-shot.product-card__image--plugin2,
.product-shot.product-card__image--spawn,
.product-shot.product-card__image--spawn2,
.product-shot.product-card__image--free,
.product-shot.product-card__image--free2,
.product-shot.product-card__image--free3 {
  min-height: auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.product-card__image--build strong,
.product-card__image--build2 strong,
.product-card__image--plugin strong,
.product-card__image--plugin2 strong,
.product-card__image--spawn strong,
.product-card__image--spawn2 strong,
.product-card__image--free strong,
.product-card__image--free2 strong,
.product-card__image--free3 strong,
.product-shot.product-card__image--build strong,
.product-shot.product-card__image--build2 strong,
.product-shot.product-card__image--plugin strong,
.product-shot.product-card__image--plugin2 strong,
.product-shot.product-card__image--spawn strong,
.product-shot.product-card__image--spawn2 strong,
.product-shot.product-card__image--free strong,
.product-shot.product-card__image--free2 strong,
.product-shot.product-card__image--free3 strong {
  display: none !important;
}


/* Cart restored for future payment integration */
.cart-button {
  position: relative;
}
.cart-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 950;
  color: #fff;
  background: linear-gradient(90deg, var(--purple2), var(--blue));
  border: 1px solid rgba(255,255,255,.32);
  box-shadow: 0 0 18px rgba(160,80,255,.65);
}
.product-card__bottom {
  flex-wrap: wrap;
}
.product-card__bottom .price {
  margin-right: auto;
}
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(1, 4, 16, .72);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}
.cart-drawer__panel {
  width: min(430px, calc(100% - 28px));
  min-height: 100%;
  margin-left: auto;
  padding: 24px;
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8, 12, 34, .98), rgba(5, 8, 24, .98));
  box-shadow: -24px 0 70px rgba(0,0,0,.38);
  transform: translateX(100%);
  transition: transform .24s ease;
}
.cart-drawer.is-open .cart-drawer__panel {
  transform: translateX(0);
}
.cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.cart-drawer__head h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -.06em;
}
.cart-drawer__items {
  display: grid;
  gap: 12px;
  margin: 18px 0 22px;
}
.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}
.cart-item strong {
  display: block;
  margin-bottom: 5px;
}
.cart-item__controls {
  display: flex;
  align-items: center;
  gap: 7px;
}
.cart-item__controls button {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  border: 1px solid var(--line2);
  color: #fff;
  background: rgba(12,18,47,.72);
  cursor: pointer;
}
.cart-drawer__footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.cart-drawer__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: var(--muted);
}
.cart-drawer__total strong {
  color: #c28cff;
  font-size: 28px;
}
.cart-drawer__footer .btn {
  width: 100%;
}
@media(max-width:1100px){
  .header__actions .cart-button {
    display: inline-grid;
  }
}
