:root{
  --atx-bg:#0b0d10;
  --atx-panel:#151922;
  --atx-panel-2:#1d2330;
  --atx-text:#f3f3f0;
  --atx-muted:#a9b0be;
  --atx-line:rgba(255,255,255,.12);
  --atx-blue:#005bff;
  --atx-purple:#8f35ff;
  --atx-magenta:#ff2d75;
  --atx-yellow:#ffd400;
  --atx-green:#39ff88;
  --atx-radius:22px;
  --atx-shadow:0 24px 70px rgba(0,0,0,.46);
  --atx-max:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(0,91,255,.16), transparent 30rem),
    radial-gradient(circle at 90% 10%, rgba(255,45,117,.14), transparent 27rem),
    var(--atx-bg);
  color:var(--atx-text);
  line-height:1.6;
}
body.admin-bar .site-header{top:32px}
a{color:inherit;text-decoration:none}
a:hover{color:#fff}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 36px),var(--atx-max));margin-inline:auto}
.container.narrow{max-width:860px}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
.skip-link:focus{clip:auto!important;clip-path:none;height:auto;left:1rem;top:1rem;width:auto;z-index:99999;background:#fff;color:#000;padding:.75rem 1rem;border-radius:.5rem}

h1,h2,h3,h4,h5,h6{
  font-family:Rajdhani,Inter,sans-serif;
  line-height:.98;
  letter-spacing:-.025em;
  margin:0 0 1rem;
  text-transform:none;
}
h1{font-size:clamp(3rem,7vw,6.8rem);max-width:980px}
h2{font-size:clamp(2.1rem,4vw,4.1rem)}
h3{font-size:clamp(1.35rem,2vw,1.8rem)}
p{margin:0 0 1rem;color:var(--atx-muted)}

.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(11,13,16,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--atx-line);
}
.header-inner{display:flex;align-items:center;gap:1.2rem;min-height:82px}
.brand-wrap{display:flex;align-items:center;gap:.85rem;min-width:max-content}
.site-brand{display:flex;align-items:center;gap:.7rem;font-weight:900;letter-spacing:.02em;color:#fff}
.brand-mark{
  display:inline-grid;place-items:center;
  width:52px;height:52px;border-radius:16px;
  background:linear-gradient(135deg,var(--atx-blue),var(--atx-magenta));
  font-family:Rajdhani,sans-serif;font-weight:800;font-size:1.18rem;
  box-shadow:0 12px 36px rgba(0,91,255,.28)
}
.brand-text{font-family:Rajdhani,sans-serif;font-size:1.45rem;text-transform:uppercase;line-height:1}
.brand-kicker{font-size:.73rem;color:var(--atx-muted);border-left:1px solid var(--atx-line);padding-left:.85rem;white-space:nowrap}
.site-logo img{max-height:64px;width:auto}
.primary-navigation{margin-left:auto}
.primary-navigation ul{list-style:none;display:flex;align-items:center;gap:.15rem;margin:0;padding:0}
.primary-navigation a{display:block;padding:.7rem .85rem;border-radius:999px;color:#dce2ee;font-size:.92rem;font-weight:700}
.primary-navigation a:hover,.primary-navigation .current-menu-item>a{background:rgba(255,255,255,.08);color:#fff}
.header-actions{display:flex;align-items:center;gap:.7rem;margin-left:.6rem}
.cart-link{display:flex;align-items:center;gap:.4rem;padding:.58rem .8rem;border:1px solid var(--atx-line);border-radius:999px;color:#fff;font-size:.88rem;font-weight:800}
.cart-link b{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:var(--atx-blue);font-size:.78rem}
.menu-toggle{display:none;background:transparent;border:1px solid var(--atx-line);border-radius:12px;width:46px;height:42px;padding:.6rem;gap:4px;flex-direction:column;justify-content:center}
.menu-toggle span:not(.screen-reader-text){height:2px;background:#fff;border-radius:2px;width:100%}

.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-block-button__link{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  background:linear-gradient(135deg,var(--atx-blue),var(--atx-purple));
  color:#fff!important;border:0;border-radius:999px;
  padding:.92rem 1.22rem;font-weight:900;letter-spacing:.01em;
  box-shadow:0 16px 42px rgba(0,91,255,.28);
  cursor:pointer;transition:transform .2s ease,filter .2s ease,background .2s ease;
}
.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.wp-block-button__link:hover{transform:translateY(-2px);filter:brightness(1.1);color:#fff!important}
.button.ghost,.woocommerce a.button.alt{background:rgba(255,255,255,.08);border:1px solid var(--atx-line);box-shadow:none}
.button.text{background:transparent;border:0;box-shadow:none;color:#fff!important;padding-inline:.3rem}
.button-small{padding:.62rem .9rem;font-size:.88rem}

.hero-section{position:relative;overflow:hidden;min-height:calc(100vh - 82px);display:flex;align-items:center;padding:7rem 0 5rem;border-bottom:1px solid var(--atx-line)}
.hero-section:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(11,13,16,.98),rgba(11,13,16,.62),rgba(11,13,16,.92)),
    radial-gradient(circle at 65% 20%,rgba(0,91,255,.28),transparent 30rem),
    radial-gradient(circle at 82% 70%,rgba(255,45,117,.18),transparent 27rem),
    repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0 1px,transparent 1px 14px);
  opacity:1;
}
.hero-noise{position:absolute;inset:0;opacity:.22;background-image:linear-gradient(transparent 96%,rgba(255,255,255,.08) 100%);background-size:100% 4px;pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.65fr);gap:3rem;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--atx-yellow);font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin:0 0 .9rem}
.eyebrow:before{content:"";width:36px;height:2px;background:linear-gradient(90deg,var(--atx-yellow),var(--atx-magenta));border-radius:999px}
.hero-lede{font-size:clamp(1.05rem,2vw,1.35rem);max-width:790px;color:#c9d0df}
.hero-buttons{display:flex;flex-wrap:wrap;gap:.85rem;margin:2rem 0 1.4rem}
.hero-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}
.hero-stats span{padding:.75rem 1rem;border:1px solid var(--atx-line);border-radius:999px;background:rgba(255,255,255,.06);color:var(--atx-muted)}
.hero-stats b{color:#fff}
.hero-card{position:relative}
.garage-card{
  background:linear-gradient(145deg,rgba(29,35,48,.92),rgba(11,13,16,.92));
  border:1px solid var(--atx-line);
  border-radius:var(--atx-radius);
  padding:2rem;
  box-shadow:var(--atx-shadow);
  position:relative;overflow:hidden;
}
.garage-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(0,91,255,.55),transparent,rgba(255,45,117,.42));z-index:-1}
.card-label{display:inline-block;padding:.38rem .65rem;border-radius:999px;background:rgba(57,255,136,.14);color:var(--atx-green);font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}
.garage-card ul{margin:1.25rem 0 0;padding:0;list-style:none}
.garage-card li{padding:.78rem 0;border-top:1px solid var(--atx-line);color:#dce2ee;font-weight:700}
.garage-card li:before{content:"↗";color:var(--atx-magenta);margin-right:.55rem}

.section{padding:5.8rem 0}
.section-head{max-width:820px;margin-bottom:2.1rem}
.section-head.split{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:1rem}
.section-head p:last-child{font-size:1.08rem}
.service-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.service-cards.two-row{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-card{
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.03));
  border:1px solid var(--atx-line);
  border-radius:var(--atx-radius);
  padding:1.6rem;
  min-height:260px;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.service-card:hover{transform:translateY(-5px);border-color:rgba(0,91,255,.55);background:linear-gradient(180deg,rgba(0,91,255,.12),rgba(255,255,255,.03))}
.service-icon{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:16px;background:rgba(0,91,255,.15);color:#fff;font-family:Rajdhani,sans-serif;font-size:1.6rem;font-weight:900;margin-bottom:1rem}
.service-card a{font-weight:900;color:#fff;border-bottom:2px solid var(--atx-magenta)}

.featured-products{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(0,0,0,0));border-top:1px solid var(--atx-line);border-bottom:1px solid var(--atx-line)}
.product-grid,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:0!important;padding:0!important}
.product-card,.woocommerce ul.products li.product{
  width:auto!important;margin:0!important;float:none!important;
  background:rgba(255,255,255,.055);
  border:1px solid var(--atx-line);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.24);
  transition:transform .2s ease,border-color .2s ease;
}
.product-card:hover,.woocommerce ul.products li.product:hover{transform:translateY(-5px);border-color:rgba(255,45,117,.45)}
.product-image,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block;position:relative;background:#0f1218;overflow:hidden}
.product-image img,.woocommerce ul.products li.product img{width:100%;aspect-ratio:1/1;object-fit:cover;margin:0!important;transition:transform .26s ease}
.product-card:hover img,.woocommerce ul.products li.product:hover img{transform:scale(1.035)}
.atx-product-badge{position:absolute;top:.75rem;left:.75rem;z-index:2;background:linear-gradient(135deg,var(--atx-yellow),#ff9f00);color:#101010;font-weight:1000;font-size:.72rem;padding:.32rem .52rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}
.product-card-body{padding:1rem}
.product-card h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.2rem;line-height:1.05;margin:.2rem 0 .55rem;color:#fff;padding:0!important}
.price,.woocommerce ul.products li.product .price{color:var(--atx-yellow)!important;font-weight:900;font-size:1rem!important;margin:.35rem 0 1rem!important}
.empty-shop-card{padding:2rem;background:rgba(255,255,255,.06);border:1px solid var(--atx-line);border-radius:var(--atx-radius)}

.import-band{background:
  linear-gradient(120deg,rgba(0,91,255,.24),rgba(143,53,255,.14),rgba(255,45,117,.12)),
  #0f1218;border-block:1px solid var(--atx-line)}
.import-grid{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.import-grid h2{max-width:780px}.import-grid p{max-width:720px}
.import-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;min-width:300px}
.import-steps span{padding:1rem;border:1px solid var(--atx-line);border-radius:16px;background:rgba(0,0,0,.24);font-weight:900;color:#fff}
.import-grid .button{grid-column:2}

.masonry-preview{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:1rem}
.gallery-tile{position:relative;border-radius:22px;overflow:hidden;background:
  linear-gradient(135deg,rgba(0,91,255,.42),rgba(255,45,117,.25)),
  repeating-linear-gradient(45deg,rgba(255,255,255,.06) 0 1px,transparent 1px 16px),
  #151922;border:1px solid var(--atx-line);box-shadow:0 20px 58px rgba(0,0,0,.28)}
.gallery-tile:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.24),transparent 16rem)}
.gallery-tile span{position:absolute;left:1rem;bottom:1rem;font-family:Rajdhani,sans-serif;font-size:1.55rem;font-weight:900;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.7)}
.gallery-tile.tall{grid-row:span 2}.gallery-tile.wide{grid-column:span 2}

.expansion-card{background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid var(--atx-line);border-radius:32px;padding:clamp(2rem,5vw,4rem);box-shadow:var(--atx-shadow);position:relative;overflow:hidden}
.expansion-card:before{content:"";position:absolute;right:-10%;top:-45%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(0,91,255,.24),transparent 70%)}
.expansion-card>*{position:relative}.expansion-card p{max-width:860px;font-size:1.1rem}
.pill-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem}.pill-row.stacked{flex-direction:column;align-items:flex-start}
.pill-row span{padding:.65rem .9rem;border-radius:999px;border:1px solid var(--atx-line);background:rgba(255,255,255,.06);font-weight:900;color:#fff}

.page-hero{position:relative;overflow:hidden;padding:7.2rem 0 5rem;background:
  linear-gradient(90deg,rgba(11,13,16,1),rgba(11,13,16,.86)),
  radial-gradient(circle at 80% 10%,rgba(0,91,255,.25),transparent 30rem),
  repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0 1px,transparent 1px 14px);
  border-bottom:1px solid var(--atx-line)}
.page-hero.compact{padding:4.7rem 0 3.4rem}.page-hero h1{font-size:clamp(2.7rem,6vw,5.4rem)}.page-hero p{font-size:1.1rem;max-width:760px}
.page-content{padding:4rem 0}.page-content a{color:#fff;border-bottom:2px solid var(--atx-blue)}.page-content h2,.page-content h3{margin-top:2rem}.page-content ul,.page-content ol{color:var(--atx-muted)}.page-content li{margin:.5rem 0}.page-featured-image{border-radius:var(--atx-radius);overflow:hidden;margin-bottom:2rem;border:1px solid var(--atx-line)}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2rem;padding:4rem 0}.posts-list{display:grid;gap:1rem}.archive-list{padding:4rem 0}.post-card{display:grid;grid-template-columns:260px 1fr;gap:0;background:rgba(255,255,255,.055);border:1px solid var(--atx-line);border-radius:22px;overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover}.post-card-body{padding:1.4rem}.post-meta{font-size:.84rem;text-transform:uppercase;letter-spacing:.1em;color:var(--atx-yellow);font-weight:900}.post-card h2{font-size:2rem}.sidebar-card{align-self:start;position:sticky;top:110px;background:rgba(255,255,255,.055);border:1px solid var(--atx-line);border-radius:22px;padding:1.4rem}.pagination-wrap{margin-top:1.5rem}.pagination .nav-links{display:flex;gap:.5rem}.page-numbers{padding:.55rem .8rem;border-radius:999px;border:1px solid var(--atx-line)}.page-numbers.current{background:var(--atx-blue);color:#fff}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process-grid article{padding:1.4rem;border:1px solid var(--atx-line);border-radius:22px;background:rgba(255,255,255,.055)}.process-grid span{font-family:Rajdhani,sans-serif;font-size:3rem;font-weight:900;color:var(--atx-blue);line-height:1}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:1rem}.contact-card{padding:2rem;border:1px solid var(--atx-line);border-radius:22px;background:rgba(255,255,255,.055)}.form-card input,.form-card textarea,.page-content input,.page-content textarea,.page-content select{width:100%;border:1px solid var(--atx-line);background:#0f1218;color:#fff;border-radius:14px;padding:.85rem;margin:.3rem 0 1rem}.form-card label{font-weight:800;color:#fff}

.site-footer{padding:4rem 0 1.6rem;border-top:1px solid var(--atx-line);background:#080a0d}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:.55rem}.footer-links h3,.footer-contact h3{font-size:1.25rem;margin-bottom:.6rem}.footer-links a,.footer-contact a{color:var(--atx-muted)}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-small{font-size:.9rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--atx-line);font-size:.9rem}.footer-menu{display:flex;gap:1rem;list-style:none;margin:0;padding:0}

/* WooCommerce */
.woo-shell{padding:3rem 0 5rem}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:1.2rem;color:var(--atx-muted)}.woocommerce .woocommerce-ordering select{background:#0f1218;color:#fff;border:1px solid var(--atx-line);border-radius:999px;padding:.65rem .9rem}.woocommerce span.onsale{background:var(--atx-magenta);color:#fff;border-radius:999px;min-height:auto;min-width:auto;line-height:1;padding:.45rem .65rem;font-weight:900}.woocommerce div.product{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.8fr);gap:2rem}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}.woocommerce div.product div.images img{border-radius:22px;border:1px solid var(--atx-line);background:#0f1218}.woocommerce div.product .product_title{font-size:clamp(2.4rem,5vw,4.6rem)}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--atx-yellow);font-size:1.8rem;font-weight:900}.woocommerce-product-details__short-description{padding:1.2rem;border:1px solid var(--atx-line);border-radius:20px;background:rgba(255,255,255,.045);margin:1.2rem 0}.woocommerce div.product form.cart{display:flex;gap:.7rem;align-items:center;flex-wrap:wrap;margin:1.5rem 0}.woocommerce .quantity .qty{background:#0f1218;color:#fff;border:1px solid var(--atx-line);border-radius:999px;padding:.8rem;width:90px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:2rem 0 0;border-bottom:1px solid var(--atx-line)}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:rgba(255,255,255,.06);border:1px solid var(--atx-line);border-radius:14px 14px 0 0}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#fff}.woocommerce div.product .woocommerce-tabs .panel{background:rgba(255,255,255,.045);border:1px solid var(--atx-line);border-top:0;border-radius:0 0 20px 20px;padding:1.4rem}.woocommerce table.shop_table{border:1px solid var(--atx-line);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.045)}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--atx-line)!important}.woocommerce-cart-form input,.woocommerce-checkout input,.woocommerce-checkout textarea,.woocommerce-checkout select{background:#0f1218;color:#fff;border:1px solid var(--atx-line);border-radius:14px;padding:.8rem}.woocommerce-info,.woocommerce-message,.woocommerce-error{background:rgba(0,91,255,.12);border-top-color:var(--atx-blue);color:#fff}.woocommerce-message:before{color:var(--atx-green)}.woocommerce-error:before{color:var(--atx-magenta)}.woocommerce a.remove{color:#fff!important}.woocommerce a.remove:hover{background:var(--atx-magenta)!important}.woocommerce #payment{background:rgba(255,255,255,.045);border:1px solid var(--atx-line);border-radius:20px}.woocommerce #payment ul.payment_methods{border-bottom:1px solid var(--atx-line)}

.wp-block-group,.wp-block-columns{margin-block:1.5rem}.wp-block-separator{border-color:var(--atx-line)}.wp-block-quote{border-left:4px solid var(--atx-blue);padding-left:1rem;color:var(--atx-muted)}

@media (max-width:1024px){
  .primary-navigation{position:fixed;inset:82px 18px auto;display:none;background:#111620;border:1px solid var(--atx-line);border-radius:22px;padding:1rem;box-shadow:var(--atx-shadow)}
  .primary-navigation.is-open{display:block}.primary-navigation ul{display:grid;gap:.2rem}.primary-navigation a{border-radius:12px;padding:.9rem}.menu-toggle{display:flex;margin-left:auto}.header-actions .button{display:none}.brand-kicker{display:none}.hero-grid,.import-grid,.contact-grid,.woocommerce div.product{grid-template-columns:1fr}.hero-section{min-height:auto}.service-cards,.service-cards.two-row,.product-grid,.woocommerce ul.products,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.import-grid .button{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.sidebar-card{position:static}.masonry-preview{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:700px){
  body.admin-bar .site-header{top:0}.header-inner{min-height:74px}.site-brand .brand-text{font-size:1.2rem}.brand-mark{width:46px;height:46px}.header-actions{display:none}.hero-section{padding:4.7rem 0 3.5rem}.hero-buttons{flex-direction:column;align-items:stretch}.button{width:100%}.section{padding:4rem 0}.section-head.split{display:block}.service-cards,.service-cards.two-row,.product-grid,.woocommerce ul.products,.process-grid,.footer-grid{grid-template-columns:1fr}.masonry-preview{grid-template-columns:1fr;grid-auto-rows:160px}.gallery-tile.tall,.gallery-tile.wide{grid-row:auto;grid-column:auto}.post-card{grid-template-columns:1fr}.footer-bottom{display:block}.footer-menu{flex-wrap:wrap}.import-steps{min-width:0;grid-template-columns:1fr}.page-hero{padding:4.8rem 0 3rem}.page-hero.compact{padding:3.6rem 0 2.4rem}
}
