/*
Theme Name: ACustodio 3D
Theme URI: https://acustodio.com/
Description: A dark, modern 3D storefront child theme for ACustodio, built on Blocksy and optimized for WooCommerce.
Author: ACustodio
Author URI: https://acustodio.com/
Template: blocksy
Version: 1.9.0
Text Domain: acustodio-3d
*/

:root {
  --ac3-bg: #0b0d12;
  --ac3-surface: #141821;
  --ac3-surface-soft: #1a1f2a;
  --ac3-red: #e52329;
  --ac3-red-dark: #b5161c;
  --ac3-white: #f7f7f7;
  --ac3-muted: #a8adb7;
  --ac3-line: rgba(255, 255, 255, 0.1);
  --ac3-radius: 14px;
  --ac3-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --ac3-pointer-x: 70%;
  --ac3-pointer-y: 24%;
  --ac3-scene-x: 0px;
  --ac3-scene-y: 0px;
  --ac3-scene-x-reverse: 0px;
  --ac3-scene-y-reverse: 0px;
  --ac3-scene-x-soft: 0px;
  --ac3-scene-y-soft: 0px;
  --ac3-scene-rotate: 0deg;
  --ac3-scroll-progress: 0;
  --ac3-page-progress: 113;
  --ac3-stage-x: 78%;
  --ac3-stage-y: 18%;
}

body {
  background: var(--ac3-bg);
}

body,
button,
input,
select,
textarea {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.site-main,
#main-container {
  background: var(--ac3-bg);
}

.acustodio-modern-home .site-main,
.acustodio-modern-home #main-container {
  position: relative;
  z-index: 1;
  background: transparent;
}

.ac3-motion-scene {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 35, 41, 0.09), transparent 34%),
    linear-gradient(180deg, #080a0f, #0b0d12 55%, #07080b);
}

.ac3-motion-orb {
  position: absolute;
  display: block;
  width: clamp(340px, 42vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 72, 79, 0.72), rgba(229, 35, 41, 0.2) 34%, transparent 68%);
  filter: blur(38px);
  mix-blend-mode: screen;
  opacity: 0.2;
  will-change: transform;
}

.ac3-motion-orb--one {
  top: -22%;
  right: -11%;
  transform: translate3d(var(--ac3-scene-x), var(--ac3-scene-y), 0) rotate(var(--ac3-scene-rotate));
}

.ac3-motion-orb--two {
  top: 38%;
  left: -18%;
  opacity: 0.13;
  transform: translate3d(var(--ac3-scene-x-reverse), var(--ac3-scene-y-reverse), 0) scale(1.18);
}

.ac3-motion-orb--three {
  right: 8%;
  bottom: -28%;
  width: clamp(280px, 35vw, 580px);
  opacity: 0.12;
  transform: translate3d(var(--ac3-scene-x-soft), var(--ac3-scene-y-soft), 0) scale(0.9);
}

.ac3-scroll-progress {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.04);
}

.ac3-scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--ac3-scroll-progress));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--ac3-red-dark), #ff5056, #ff9a9e);
  box-shadow: 0 0 18px rgba(229, 35, 41, 0.75);
  will-change: transform;
}

#header.ct-header [data-row="middle"] {
  --height: 82px;
  background: rgba(11, 13, 18, 0.92);
  border-bottom: 1px solid var(--ac3-line);
  backdrop-filter: blur(18px);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

#header.ct-header {
  position: sticky;
  z-index: 900;
  top: 0;
  transition: transform 0.42s cubic-bezier(0.18, 0.78, 0.22, 1);
  will-change: transform;
}

.admin-bar #header.ct-header {
  top: 32px;
}

#header.ct-header.ac3-header-compact [data-row="middle"] {
  --height: 68px;
  background: rgba(8, 10, 15, 0.82);
  border-bottom-color: rgba(229, 35, 41, 0.24);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

#header.ct-header.ac3-header-compact .site-logo-container img {
  max-height: 44px;
}

#header.ct-header.ac3-header-hidden {
  transform: translate3d(0, -115%, 0);
}

#header .site-title-container {
  display: none;
}

.ct-header-trigger,
.ct-search-trigger,
.ct-account-item,
.ct-cart-item,
.menu-item > a {
  color: var(--ac3-white);
}

.menu-item.current-menu-item > a,
.menu-item > a:hover,
.ct-header-trigger:hover,
.ct-search-trigger:hover {
  color: var(--ac3-red);
}

#header .header-menu-1 .menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
}

#header .header-menu-1 .menu > .menu-item > a {
  position: relative;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.015em;
}

#header .header-menu-1 .menu > .menu-item > a::after {
  position: absolute;
  right: 1.2em;
  bottom: 10px;
  left: 1.2em;
  height: 2px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--ac3-red), #ff686d);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.35s cubic-bezier(0.18, 0.78, 0.22, 1);
}

#header .header-menu-1 .menu > .menu-item:hover > a::after,
#header .header-menu-1 .menu > .current-menu-item > a::after,
#header .header-menu-1 .menu > .current-menu-ancestor > a::after {
  transform: scaleX(1);
  transform-origin: left center;
}

#header .header-menu-1 .sub-menu {
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(12, 15, 22, 0.96);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(229, 35, 41, 0.05);
  backdrop-filter: blur(20px);
}

#header .header-menu-1 .sub-menu .menu-item > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

#header .header-menu-1 .sub-menu .menu-item > a:hover,
#header .header-menu-1 .sub-menu .menu-item > a:focus-visible {
  padding-left: calc(var(--menu-items-spacing, 25px) + 4px);
  background: rgba(229, 35, 41, 0.12);
}

#offcanvas .ct-panel-inner {
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 35, 41, 0.18), transparent 34%),
    rgba(8, 10, 15, 0.98);
  backdrop-filter: blur(22px);
}

#offcanvas .mobile-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #ff4a50;
  outline-offset: 4px;
}

.site-logo-container img,
.custom-logo {
  max-height: 54px;
  width: auto;
}

.acustodio-modern-home {
  background: var(--ac3-bg);
  color: var(--ac3-white);
}

.acustodio-modern-home #contents.main-page,
.acustodio-modern-home .main-page.content,
.acustodio-modern-home .container > .row > .main-page {
  width: 100%;
  max-width: none;
  padding: 0;
}

.acustodio-modern-home .am-home {
  position: relative;
  isolation: isolate;
  background: transparent;
  color: var(--ac3-white);
}

.acustodio-modern-home .am-home::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(
    560px circle at var(--ac3-pointer-x) var(--ac3-pointer-y),
    rgba(229, 35, 41, 0.12),
    rgba(229, 35, 41, 0.025) 44%,
    transparent 70%
  );
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.acustodio-modern-home .am-home::after {
  position: fixed;
  z-index: 0;
  inset: -20vh -12vw;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 18% 35%, rgba(229, 35, 41, 0.1), transparent 29%),
    radial-gradient(ellipse at 78% 64%, rgba(255, 78, 84, 0.08), transparent 25%);
  transform: translate3d(var(--ac3-scene-x), var(--ac3-scene-y), 0) rotate(var(--ac3-scene-rotate));
  filter: blur(20px);
  will-change: transform;
}

.acustodio-modern-home .am-container {
  width: min(1320px, calc(100% - 48px));
}

.acustodio-modern-home .am-hero {
  --ac3-hero-scroll: 0px;
  --ac3-hero-copy-scroll: 0px;
  --ac3-hero-copy-opacity: 1;
  --ac3-hero-copy-scale: 1;
  --ac3-interface-shift: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(650px, 78vh, 820px);
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.98) 0%, rgba(7, 9, 13, 0.93) 30%, rgba(7, 9, 13, 0.34) 58%, rgba(7, 9, 13, 0.06) 100%),
    url("assets/images/acustodio-3d-hero.png") center right / cover no-repeat,
    var(--ac3-bg);
  background-position: center center, right calc(50% + var(--ac3-hero-scroll));
  will-change: background-position;
  z-index: 1;
}

.acustodio-modern-home .am-hero::before {
  background: radial-gradient(circle at 76% 38%, rgba(229, 35, 41, 0.26), transparent 32%);
  opacity: 0.72;
  animation: ac3-grid-pulse 6s ease-in-out infinite;
}

.acustodio-modern-home .am-hero::after {
  display: block;
  position: absolute;
  z-index: 0;
  right: -7%;
  bottom: -28%;
  width: min(48vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(245, 35, 43, 0.24), rgba(229, 35, 41, 0.06) 43%, transparent 70%);
  filter: blur(10px);
  mix-blend-mode: screen;
  animation: ac3-orbit 9s ease-in-out infinite alternate;
}

.acustodio-modern-home .am-hero-inner {
  grid-template-columns: minmax(0, 650px) 1fr;
  align-items: center;
  padding: 110px 0 125px;
}

.am-js .acustodio-modern-home .am-hero-copy,
.am-js .acustodio-modern-home .am-hero-copy.am-in-view {
  position: relative;
  z-index: 2;
  padding: 34px 0;
  transform: translate3d(0, var(--ac3-hero-copy-scroll), 0) scale(var(--ac3-hero-copy-scale));
  transform-origin: left center;
  opacity: var(--ac3-hero-copy-opacity);
  will-change: transform, opacity;
  transition: transform 0.12s linear, opacity 0.12s linear;
}

.acustodio-modern-home .am-hero-copy > * {
  transform: translate3d(var(--ac3-hero-x, 0), var(--ac3-hero-y, 0), 0);
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.acustodio-modern-home .am-hero-showcase {
  display: none;
}

.acustodio-modern-home .am-kicker,
.acustodio-modern-home .am-section-heading span,
.acustodio-modern-home .am-gaming-content span,
.acustodio-modern-home .am-hero-panel span {
  color: var(--ac3-red);
  letter-spacing: 0.08em;
}

.acustodio-modern-home .am-hero h1 {
  max-width: 760px;
  margin: 18px 0 22px;
  font-size: clamp(48px, 5.5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 8px 42px rgba(0, 0, 0, 0.5);
}

.acustodio-modern-home .am-hero h1 .ac3-title-line,
.acustodio-modern-home .am-hero h1 .ac3-title-accent {
  display: block;
}

.acustodio-modern-home .am-hero h1 .ac3-title-accent {
  width: max-content;
  max-width: 100%;
  background: linear-gradient(100deg, #fff 4%, #ffafb2 38%, #ff4148 68%, #fff 96%);
  background-size: 220% 100%;
  background-clip: text;
  color: transparent;
  animation: ac3-title-sheen 7s ease-in-out infinite;
}

.ac3-hero-interface {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(4%, 7vw, 9%);
  width: min(38vw, 560px);
  aspect-ratio: 1;
  transform: translate3d(0, calc(-50% + var(--ac3-interface-shift)), 0);
  pointer-events: none;
  opacity: 0.82;
  will-change: transform;
}

.ac3-hero-orbit,
.ac3-hero-orbit::before,
.ac3-hero-orbit::after {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 92, 98, 0.26);
  content: "";
}

.ac3-hero-orbit {
  inset: 9%;
  border-color: rgba(255, 255, 255, 0.12);
  animation: ac3-interface-spin 24s linear infinite;
}

.ac3-hero-orbit::before {
  inset: 13%;
  border-color: rgba(229, 35, 41, 0.38);
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.ac3-hero-orbit::after {
  inset: 31%;
  border-color: rgba(255, 255, 255, 0.18);
  border-top-color: #ff454b;
  animation: ac3-interface-spin 8s linear infinite reverse;
}

.ac3-hero-node {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff3a41;
  box-shadow: 0 0 0 7px rgba(229, 35, 41, 0.12), 0 0 28px rgba(255, 58, 65, 0.9);
  animation: ac3-node-pulse 2.2s ease-in-out infinite;
}

.ac3-hero-node--one { top: 10%; left: 48%; }
.ac3-hero-node--two { right: 12%; bottom: 28%; animation-delay: -0.8s; }
.ac3-hero-node--three { bottom: 8%; left: 27%; animation-delay: -1.5s; }

.ac3-hero-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 10, 15, 0.68);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  backdrop-filter: blur(14px);
}

.ac3-hero-chip::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #ff4047;
  box-shadow: 0 0 12px rgba(255, 64, 71, 0.9);
}

.ac3-hero-chip--one { top: 18%; right: -2%; }
.ac3-hero-chip--two { bottom: 21%; left: -4%; }

.ac3-hero-scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 11px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  pointer-events: none;
}

.ac3-hero-scroll-cue i {
  position: relative;
  display: block;
  width: 22px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.ac3-hero-scroll-cue i::after {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 3px;
  content: "";
  background: #ff454b;
  transform: translateX(-50%);
  animation: ac3-scroll-dot 1.8s ease-in-out infinite;
}

.acustodio-modern-home .am-hero p {
  max-width: 620px;
  color: rgba(247, 247, 247, 0.78);
  font-size: 18px;
}

.acustodio-modern-home .am-hero-panel {
  align-self: end;
  max-width: 350px;
  margin-left: auto;
  border-radius: var(--ac3-radius);
  border: 1px solid var(--ac3-line);
  background: rgba(11, 13, 18, 0.7);
  box-shadow: var(--ac3-shadow);
  backdrop-filter: blur(16px);
}

.acustodio-modern-home .am-button,
.acustodio-modern-home .am-add-to-cart,
.acustodio-modern-home .am-view-all {
  border-radius: 10px;
}

.acustodio-modern-home .am-button,
.acustodio-modern-home .am-add-to-cart {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.acustodio-modern-home .am-button::after,
.acustodio-modern-home .am-add-to-cart::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.25) 48%, transparent 70%);
  transform: translateX(-140%);
  transition: transform 0.65s ease;
}

.acustodio-modern-home .am-button:hover::after,
.acustodio-modern-home .am-add-to-cart:hover::after {
  transform: translateX(140%);
}

.acustodio-modern-home .am-button-primary,
.acustodio-modern-home .am-add-to-cart {
  background: linear-gradient(135deg, #f12a31, var(--ac3-red));
  box-shadow: 0 16px 36px rgba(229, 35, 41, 0.3);
}

.acustodio-modern-home .am-button-primary:hover,
.acustodio-modern-home .am-add-to-cart:hover {
  background: var(--ac3-red-dark);
}

.acustodio-modern-home .am-button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(20, 24, 33, 0.72);
  backdrop-filter: blur(12px);
}

.acustodio-modern-home .am-section {
  --ac3-section-shift: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(11, 13, 18, 0.93), rgba(11, 13, 18, 0.78));
}

.acustodio-modern-home .am-section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(9, 11, 16, 0.74), rgba(11, 13, 18, 0.92));
}

.acustodio-modern-home .am-section:not(.am-gaming-banner)::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: var(--ac3-section-orb-x, 76%);
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(229, 35, 41, 0.13), rgba(229, 35, 41, 0.025) 42%, transparent 70%);
  transform: translate3d(-50%, calc(-50% + var(--ac3-section-shift)), 0);
  filter: blur(8px);
  will-change: transform;
}

.acustodio-modern-home .am-section:nth-of-type(odd) {
  --ac3-section-orb-x: 24%;
}

.acustodio-modern-home .am-section > .am-container {
  position: relative;
  z-index: 1;
}

.acustodio-modern-home .am-section-heading {
  transform: translate3d(0, var(--ac3-heading-shift, 0px), 0);
  will-change: transform;
}

.acustodio-modern-home .am-section-heading h2,
.acustodio-modern-home .am-gaming-content h2,
.acustodio-modern-home .am-product-body h3 a,
.acustodio-modern-home .am-category-card,
.acustodio-modern-home .am-view-all {
  color: var(--ac3-white);
}

.acustodio-modern-home .am-category-card,
.acustodio-modern-home .am-product-card,
.acustodio-modern-home .am-view-all,
.acustodio-modern-home .am-legacy-home > .am-container {
  border-color: var(--ac3-line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)), var(--ac3-surface);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}

.acustodio-modern-home .am-category-card,
.acustodio-modern-home .am-product-card {
  --ac3-rotate-x: 0deg;
  --ac3-rotate-y: 0deg;
  --ac3-card-x: 50%;
  --ac3-card-y: 50%;
  --ac3-scroll-lift: 0px;
  position: relative;
  transform: perspective(900px) translate3d(0, var(--ac3-scroll-lift), 0) rotateX(var(--ac3-rotate-x)) rotateY(var(--ac3-rotate-y));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.2s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.acustodio-modern-home .am-category-grid,
.acustodio-modern-home .am-product-grid {
  gap: clamp(14px, 1.5vw, 24px);
  perspective: 1400px;
}

.acustodio-modern-home .am-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  isolation: isolate;
}

.acustodio-modern-home .am-product-card::before {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
  content: attr(data-ac3-index);
  background: rgba(7, 9, 13, 0.7);
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

.acustodio-modern-home .am-category-card::after,
.acustodio-modern-home .am-product-card::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: radial-gradient(280px circle at var(--ac3-card-x) var(--ac3-card-y), rgba(255, 79, 85, 0.18), transparent 56%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.acustodio-modern-home .am-category-card:hover::after,
.acustodio-modern-home .am-product-card:hover::after {
  opacity: 1;
}

.acustodio-modern-home .am-category-card:hover,
.acustodio-modern-home .am-product-card:hover,
.acustodio-modern-home .am-product-card.ac3-card-active {
  border-color: rgba(229, 35, 41, 0.48);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(229, 35, 41, 0.12);
}

.acustodio-modern-home .am-category-card {
  min-height: 210px;
  isolation: isolate;
}

.acustodio-modern-home .am-category-card::before {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  color: rgba(255, 255, 255, 0.3);
  content: attr(data-ac3-index);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ac3-category-arrow {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  transition: transform 0.35s cubic-bezier(0.18, 0.78, 0.22, 1), background 0.3s ease, color 0.3s ease;
}

.acustodio-modern-home .am-category-card:hover .ac3-category-arrow {
  transform: translate3d(4px, -4px, 0) rotate(-12deg);
  background: var(--ac3-red);
  color: #fff;
}

.acustodio-modern-home .am-category-media,
.acustodio-modern-home .am-product-image {
  overflow: hidden;
  background: linear-gradient(150deg, #242a36, #10131a);
}

.acustodio-modern-home .am-category-media {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 28px rgba(229, 35, 41, 0.07);
  transition: transform 0.5s cubic-bezier(0.18, 0.78, 0.22, 1), border-color 0.35s ease;
}

.acustodio-modern-home .am-category-card:hover .am-category-media {
  transform: translate3d(0, -5px, 24px) rotate(-3deg);
  border-color: rgba(229, 35, 41, 0.42);
}

.acustodio-modern-home .am-category-title {
  max-width: calc(100% - 38px);
  font-size: 18px;
  line-height: 1.18;
}

.acustodio-modern-home .am-category-count {
  max-width: calc(100% - 42px);
}

.acustodio-modern-home .am-product-image {
  height: clamp(230px, 22vw, 285px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.acustodio-modern-home .am-product-image::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 115%, rgba(229, 35, 41, 0.22), transparent 45%),
    linear-gradient(180deg, transparent 50%, rgba(5, 7, 11, 0.62));
  opacity: 0.45;
  transition: opacity 0.45s ease;
}

.acustodio-modern-home .am-product-image img {
  position: relative;
  z-index: 1;
}

.ac3-product-preview {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(7, 9, 13, 0.78);
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  transform: translate3d(0, 18px, 0);
  opacity: 0;
  backdrop-filter: blur(14px);
  transition: transform 0.42s cubic-bezier(0.18, 0.78, 0.22, 1), opacity 0.35s ease;
}

.ac3-product-preview i {
  color: #ff4a50;
  font-size: 15px;
  font-style: normal;
}

.acustodio-modern-home .am-product-card:hover .ac3-product-preview,
.acustodio-modern-home .am-product-card.ac3-card-active .ac3-product-preview {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.acustodio-modern-home .am-product-card:hover .am-product-image::before,
.acustodio-modern-home .am-product-card.ac3-card-active .am-product-image::before {
  opacity: 1;
}

.acustodio-modern-home .am-category-media img,
.acustodio-modern-home .am-product-image img {
  transform: scale(1.025);
  transition: transform 0.9s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.6s ease;
}

.acustodio-modern-home .am-category-card:hover img,
.acustodio-modern-home .am-product-card:hover img {
  transform: scale(1.09) translate3d(0, -1.5%, 0);
  filter: saturate(1.12) contrast(1.04);
}

.acustodio-modern-home .am-category-count,
.acustodio-modern-home .am-product-price del {
  color: var(--ac3-muted);
}

.acustodio-modern-home .am-product-price {
  color: #ff444a;
}

.acustodio-modern-home .am-product-body {
  display: flex;
  min-height: 190px;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.acustodio-modern-home .am-product-body h3 {
  min-height: 3.9em;
  margin-bottom: 14px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.acustodio-modern-home .am-product-price {
  margin-top: auto;
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.acustodio-modern-home .am-product-price ins {
  color: #ff4a50;
  text-decoration: none;
}

.acustodio-modern-home .am-add-to-cart {
  min-height: 45px;
  margin-top: 0;
}

.acustodio-modern-home .am-sale-badge {
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(229, 35, 41, 0.9);
  box-shadow: 0 8px 24px rgba(229, 35, 41, 0.32);
  backdrop-filter: blur(10px);
}

.acustodio-modern-home .am-product-section .am-section-heading {
  position: relative;
  padding-bottom: 24px;
}

.acustodio-modern-home .am-product-section .am-section-heading::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(229, 35, 41, 0.72), rgba(255, 255, 255, 0.1) 38%, transparent 82%);
  transform: scaleX(var(--ac3-heading-progress, 0.18));
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.18, 0.78, 0.22, 1);
}

.acustodio-modern-home .am-product-section.am-in-view .am-section-heading::after {
  --ac3-heading-progress: 1;
}

.acustodio-modern-home .am-section-heading .ac3-section-index {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.acustodio-modern-home .am-section-heading .ac3-section-index::before {
  width: 20px;
  height: 1px;
  content: "";
  background: var(--ac3-red);
}

/* Phase 4: section-aware scroll story. */
.ac3-stage-light {
  position: fixed;
  z-index: 0;
  top: var(--ac3-stage-y);
  left: var(--ac3-stage-x);
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(229, 35, 41, 0.16), rgba(229, 35, 41, 0.035) 42%, transparent 70%);
  transform: translate3d(-50%, -50%, 0);
  filter: blur(30px);
  opacity: 0.72;
  transition: top 1.1s cubic-bezier(0.18, 0.78, 0.22, 1), left 1.1s cubic-bezier(0.18, 0.78, 0.22, 1);
  will-change: top, left;
}

.ac3-journey {
  position: fixed;
  z-index: 90;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 7px;
  transform: translateY(-50%);
}

.ac3-journey-label {
  margin: 0 4px 8px 0;
  color: rgba(255, 255, 255, 0.32);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
}

.ac3-journey a {
  display: flex;
  min-height: 22px;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ac3-journey a span {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transform: translateX(8px);
  transition: max-width 0.42s ease, opacity 0.28s ease, transform 0.42s ease;
}

.ac3-journey a i {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  transition: width 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.ac3-journey a:hover span,
.ac3-journey a:focus-visible span,
.ac3-journey a.is-current span {
  max-width: 150px;
  opacity: 1;
  transform: translateX(0);
}

.ac3-journey a:hover i,
.ac3-journey a:focus-visible i,
.ac3-journey a.is-current i {
  width: 34px;
  background: #ff3d44;
  box-shadow: 0 0 14px rgba(229, 35, 41, 0.6);
}

.ac3-journey a:focus-visible {
  outline: 2px solid rgba(255, 61, 68, 0.8);
  outline-offset: 5px;
}

.ac3-back-to-top {
  position: fixed;
  z-index: 92;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: rgba(12, 15, 22, 0.82);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.88);
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.18, 0.78, 0.22, 1), border-color 0.25s ease, background 0.25s ease;
}

.ac3-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.ac3-back-to-top:hover {
  border-color: rgba(255, 74, 80, 0.56);
  background: rgba(229, 35, 41, 0.2);
}

.ac3-back-to-top svg {
  position: absolute;
  width: 44px;
  height: 44px;
  inset: 3px;
  transform: rotate(-90deg);
}

.ac3-back-to-top circle {
  fill: none;
  stroke-width: 2;
}

.ac3-back-to-top circle:first-child {
  stroke: rgba(255, 255, 255, 0.1);
}

.ac3-back-to-top circle:last-child {
  stroke: #ff4147;
  stroke-linecap: round;
  stroke-dasharray: 113;
  stroke-dashoffset: var(--ac3-page-progress);
  transition: stroke-dashoffset 0.12s linear;
}

.ac3-back-to-top span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
}

.acustodio-modern-home .ac3-word {
  display: inline-block;
  opacity: 0.18;
  transform: translate3d(0, 0.48em, 0) rotate(1.5deg);
  filter: blur(4px);
  transition:
    opacity 0.65s var(--ac3-word-delay, 0ms) ease,
    transform 0.75s var(--ac3-word-delay, 0ms) cubic-bezier(0.18, 0.78, 0.22, 1),
    filter 0.65s var(--ac3-word-delay, 0ms) ease;
}

.acustodio-modern-home .ac3-scene-active .ac3-word {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0);
  filter: blur(0);
}

.acustodio-modern-home [data-ac3-scene] > .am-container {
  transition: opacity 0.65s ease;
}

.ac3-motion-ready .acustodio-modern-home [data-ac3-scene]:not(.ac3-scene-active) > .am-container {
  opacity: 0.82;
}

.acustodio-modern-home .ac3-magnetic {
  --ac3-magnet-x: 0px;
  --ac3-magnet-y: 0px;
  transform: translate3d(var(--ac3-magnet-x), var(--ac3-magnet-y), 0);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  will-change: transform;
}

.acustodio-modern-home .am-gaming-banner {
  border-block: 1px solid var(--ac3-line);
  background:
    radial-gradient(circle at 80% 20%, rgba(229, 35, 41, 0.36), transparent 28%),
    linear-gradient(135deg, #11151e 0%, #251117 50%, #07090d 100%);
  background-position: center calc(50% + var(--ac3-section-shift));
  background-size: 120% 120%;
  will-change: background-position;
}

.acustodio-modern-home .am-gaming-banner::before {
  background: radial-gradient(circle at 76% 42%, rgba(255, 72, 79, 0.26), transparent 30%);
  opacity: 0.75;
}

.acustodio-modern-home .am-legacy-home {
  display: none !important;
}

.woocommerce-page .product,
.woocommerce-page .products .product,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  --theme-palette-color-1: var(--ac3-red);
  --theme-link-hover-color: #ff444a;
}

.woocommerce-page .products .product {
  overflow: hidden;
  border: 1px solid var(--ac3-line);
  border-radius: var(--ac3-radius);
  background: var(--ac3-surface);
}

/* Phase 6: cinematic WooCommerce and custom shop surfaces. */
.ac3-store-ready,
.ac3-store-ready .site-main,
.acustodio-modern-shop,
.acustodio-modern-shop #contents,
.acustodio-modern-shop .main-page,
.acustodio-modern-shop .elementor {
  background: #080a0f !important;
  color: var(--ac3-white);
}

.ac3-shop-hero {
  position: relative;
  display: grid;
  min-height: clamp(500px, 67vh, 720px);
  overflow: hidden;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(38px, 7vw, 110px);
  padding: clamp(84px, 10vw, 138px) max(24px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid rgba(229, 35, 41, 0.24);
  background:
    radial-gradient(circle at 78% 36%, rgba(229, 35, 41, 0.36), transparent 28%),
    linear-gradient(118deg, rgba(7, 9, 13, 0.98) 12%, rgba(21, 11, 17, 0.96) 60%, rgba(7, 9, 13, 0.98));
}

.ac3-shop-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.ac3-shop-hero__inner,
.ac3-shop-hero__visual {
  position: relative;
  z-index: 1;
}

.ac3-shop-hero__inner > span,
.ac3-product-kicker {
  display: inline-flex;
  color: #ff454b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ac3-shop-hero h1 {
  max-width: 760px;
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 92px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.ac3-shop-hero p {
  max-width: 650px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.ac3-shop-hero__inner > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.ac3-shop-hero__inner > a i {
  color: #ff454b;
  font-size: 16px;
  font-style: normal;
}

.ac3-shop-hero__visual {
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 35, 41, 0.22), transparent 58%);
  box-shadow: inset 0 0 80px rgba(229, 35, 41, 0.1), 0 0 90px rgba(229, 35, 41, 0.12);
}

.ac3-shop-hero__visual::before,
.ac3-shop-hero__visual::after,
.ac3-shop-hero__visual i {
  position: absolute;
  border: 1px solid rgba(255, 88, 94, 0.3);
  border-radius: 50%;
  content: "";
  inset: 12%;
}

.ac3-shop-hero__visual::after {
  inset: 28%;
}

.ac3-shop-hero__visual i:first-child {
  inset: 4% 44%;
  border-radius: 999px;
  transform: rotate(48deg);
}

.ac3-shop-hero__visual i:nth-child(2) {
  inset: 44% 4%;
  border-radius: 999px;
  transform: rotate(-16deg);
}

.ac3-shop-hero__visual strong {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  letter-spacing: 0.15em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.page-id-5117 .elementor-element-90c12fa,
.page-id-5117 .elementor-element-496c784 {
  display: none !important;
}

.page-id-5117 .elementor-element-5d96856 {
  padding: clamp(68px, 8vw, 112px) 24px !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(229, 35, 41, 0.12), transparent 24%),
    #080a0f;
}

.page-id-5117 .elementor-element-5d96856 > .elementor-container {
  display: block;
  width: min(1320px, 100%);
  max-width: 1320px;
  margin: 0 auto;
}

.page-id-5117 .elementor-element-9a52fb3 {
  width: 100% !important;
}

#eael-product-grid {
  scroll-margin-top: 92px;
}

.acustodio-modern-shop ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.acustodio-modern-shop ul.products li.product,
.woocommerce-page [data-products] .product {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  background: linear-gradient(155deg, rgba(28, 33, 44, 0.96), rgba(15, 18, 25, 0.98)) !important;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.28) !important;
  transition: transform 0.36s cubic-bezier(0.18, 0.78, 0.22, 1), border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.acustodio-modern-shop ul.products li.product::before,
.woocommerce-page [data-products] .product::before {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 14px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: attr(data-ac3-store-index);
  background: rgba(8, 10, 15, 0.8);
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 850;
  backdrop-filter: blur(9px);
}

.acustodio-modern-shop ul.products li.product:hover,
.woocommerce-page [data-products] .product:hover {
  border-color: rgba(255, 69, 75, 0.46) !important;
  box-shadow: 0 32px 74px rgba(0, 0, 0, 0.42), 0 0 34px rgba(229, 35, 41, 0.1) !important;
  transform: translateY(-7px) !important;
}

.acustodio-modern-shop ul.products li.product figure,
.woocommerce-page [data-products] .product figure {
  overflow: hidden;
  margin: 0;
  background: linear-gradient(145deg, #f9fafc, #e8ebf1);
}

.acustodio-modern-shop ul.products li.product figure img,
.woocommerce-page [data-products] .product figure img {
  width: 100%;
  height: 250px;
  object-fit: contain !important;
  transform: scale(0.92);
  transition: transform 0.55s cubic-bezier(0.18, 0.78, 0.22, 1) !important;
}

.acustodio-modern-shop ul.products li.product:hover figure img,
.woocommerce-page [data-products] .product:hover figure img {
  opacity: 1 !important;
  transform: scale(0.99) !important;
}

.acustodio-modern-shop ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page [data-products] .product .woocommerce-loop-product__title {
  min-height: 4.5em;
  margin: 0;
  padding: 20px 20px 0;
  color: #fff !important;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.48;
}

.acustodio-modern-shop ul.products li.product .woocommerce-loop-product__title a,
.woocommerce-page [data-products] .product .woocommerce-loop-product__title a {
  color: inherit !important;
}

.acustodio-modern-shop ul.products li.product > .price,
.woocommerce-page [data-products] .product > .price {
  margin: 15px 20px 8px !important;
  color: #ff4d53 !important;
  font-size: 17px;
  font-weight: 900;
}

.acustodio-modern-shop ul.products li.product .entry-meta,
.woocommerce-page [data-products] .product .entry-meta {
  margin: 0 20px 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.acustodio-modern-shop ul.products li.product .entry-meta a,
.woocommerce-page [data-products] .product .entry-meta a {
  color: inherit;
}

.acustodio-modern-shop .ct-woo-card-actions,
.woocommerce-page [data-products] .ct-woo-card-actions {
  display: flex !important;
  margin-top: auto;
  padding: 0 20px 20px;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.acustodio-modern-shop ul.products li.product .button,
.woocommerce-page [data-products] .product .button {
  display: inline-flex !important;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #f02a31, #cf171e) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(229, 35, 41, 0.22);
}

.acustodio-modern-shop span.onsale,
.woocommerce-page span.onsale {
  top: 14px !important;
  left: 14px !important;
  min-width: 0;
  min-height: 0;
  padding: 7px 10px !important;
  border-radius: 999px;
  background: rgba(229, 35, 41, 0.94) !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(229, 35, 41, 0.3);
}

.single-product .site-main {
  padding: clamp(54px, 7vw, 104px) 24px;
  background:
    radial-gradient(circle at 78% 10%, rgba(229, 35, 41, 0.15), transparent 28%),
    #080a0f;
}

.single-product .product-entry-wrapper {
  width: min(1320px, 100%);
  margin: 0 auto;
  gap: clamp(34px, 6vw, 88px);
}

.single-product .woocommerce-product-gallery {
  overflow: hidden;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(145deg, #f8f9fb, #e9ecf2);
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.38);
}

.single-product .entry-summary {
  align-self: start;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(28, 33, 44, 0.92), rgba(13, 16, 22, 0.96));
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.32);
}

.single-product .entry-summary .product_title {
  margin: 14px 0 20px;
  color: #fff;
  font-size: clamp(30px, 3.3vw, 52px);
  font-weight: 880;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.single-product .entry-summary .price {
  color: #ff4d53;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
}

.single-product .entry-summary .price del {
  color: rgba(255, 255, 255, 0.38);
}

.single-product .entry-summary .woocommerce-product-details__short-description,
.single-product .entry-summary .product_meta {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.single-product .entry-summary .single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a,
.woocommerce-checkout #place_order {
  min-height: 52px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f12d34, #c9131a) !important;
  color: #fff !important;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(229, 35, 41, 0.28);
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
  width: min(1320px, 100%);
  margin: clamp(38px, 6vw, 84px) auto 0;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(19, 23, 31, 0.82);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.single-product .woocommerce-tabs h2,
.single-product .related h2,
.single-product .upsells h2,
.single-product .ct-module-title {
  color: #fff;
}

.single-product .woocommerce-tabs .tabs {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.single-product .woocommerce-tabs .tabs a {
  color: rgba(255, 255, 255, 0.62);
}

.single-product .woocommerce-tabs .tabs .active a {
  color: #fff;
}

.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
  padding: clamp(50px, 7vw, 100px) 24px;
  background: #080a0f;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(20, 24, 33, 0.94);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 32px 76px rgba(0, 0, 0, 0.34);
}

.woocommerce-cart table,
.woocommerce-checkout table,
.woocommerce-cart .cart_totals,
.woocommerce-checkout .ct-order-review {
  color: inherit;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.woocommerce-cart input,
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  border-color: rgba(255, 255, 255, 0.14);
  background: #0d1016;
  color: #fff;
}

.ac3-motion-ready .ac3-store-ready .ac3-shop-hero,
.ac3-motion-ready .ac3-store-ready ul.products li.product,
.ac3-motion-ready .ac3-store-ready .product-entry-wrapper,
.ac3-motion-ready .ac3-store-ready .woocommerce-tabs,
.ac3-motion-ready .ac3-store-ready .related,
.ac3-motion-ready .ac3-store-ready .upsells,
.ac3-motion-ready .ac3-store-ready.woocommerce-cart .woocommerce,
.ac3-motion-ready .ac3-store-ready.woocommerce-checkout .woocommerce {
  opacity: 0;
  transform: translateY(28px);
}

.ac3-motion-ready .ac3-store-ready .ac3-store-in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.72s var(--ac3-store-delay, 0ms) ease, transform 0.8s var(--ac3-store-delay, 0ms) cubic-bezier(0.18, 0.78, 0.22, 1);
}

#footer.ct-footer {
  display: none;
}

.ac3-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(229, 35, 41, 0.28);
  background:
    radial-gradient(circle at 12% 10%, rgba(229, 35, 41, 0.14), transparent 27%),
    linear-gradient(180deg, #0a0c11 0%, #06070a 100%);
  color: var(--ac3-white);
}

.ac3-footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.ac3-footer__container {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.ac3-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 46px 0;
  border-bottom: 1px solid var(--ac3-line);
}

.ac3-footer__cta span:first-child {
  color: var(--ac3-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.ac3-footer__cta h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--ac3-white);
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ac3-footer__cta-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: var(--ac3-red);
  box-shadow: 0 16px 40px rgba(229, 35, 41, 0.25);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.ac3-footer__cta-button:hover {
  transform: translateY(-3px);
  background: #f02a31;
  box-shadow: 0 22px 50px rgba(229, 35, 41, 0.36);
  color: #fff;
}

.ac3-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(150px, 0.72fr));
  gap: clamp(30px, 5vw, 76px);
  padding: 64px 0 58px;
}

.ac3-footer__brand .custom-logo-link {
  display: inline-flex;
  margin-bottom: 22px;
}

.ac3-footer__brand .custom-logo {
  width: auto;
  max-width: 230px;
  max-height: 56px;
}

.ac3-footer__wordmark {
  display: inline-block;
  margin-bottom: 22px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.ac3-footer__brand p {
  max-width: 420px;
  margin: 0;
  color: var(--ac3-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ac3-footer__status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: rgba(247, 247, 247, 0.72);
  font-size: 13px;
}

.ac3-footer__status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38d878;
  box-shadow: 0 0 0 5px rgba(56, 216, 120, 0.1), 0 0 18px rgba(56, 216, 120, 0.5);
}

.ac3-footer__nav h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ac3-footer__nav ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ac3-footer__nav a {
  position: relative;
  color: var(--ac3-muted);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.ac3-footer__nav a:hover {
  padding-left: 7px;
  color: #fff;
}

.ac3-footer__nav a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ac3-red);
  content: "";
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

.ac3-footer__nav a:hover::before {
  opacity: 1;
}

.ac3-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 28px;
  border-top: 1px solid var(--ac3-line);
  color: rgba(168, 173, 183, 0.78);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.ac3-footer__bottom p {
  margin: 0;
}

.ac3-footer__bottom span {
  color: var(--ac3-red);
}

.am-js .acustodio-modern-home [data-am-reveal] {
  transition-delay: var(--ac3-reveal-delay, 0ms);
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 1);
}

.am-header-scrolled [data-row="middle"] {
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.34);
}

@keyframes ac3-grid-pulse {
  0%, 100% { opacity: 0.48; }
  50% { opacity: 0.8; }
}

@keyframes ac3-orbit {
  0% { transform: translate3d(-2%, 2%, 0) scale(0.94); opacity: 0.55; }
  100% { transform: translate3d(7%, -8%, 0) scale(1.08); opacity: 0.95; }
}

@keyframes ac3-card-arrive {
  from { opacity: 0; clip-path: inset(9% 0 0 0 round var(--ac3-radius)); filter: blur(5px); }
  to { opacity: 1; clip-path: inset(0 0 0 0 round var(--ac3-radius)); filter: blur(0); }
}

@keyframes ac3-title-sheen {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes ac3-interface-spin {
  to { transform: rotate(360deg); }
}

@keyframes ac3-node-pulse {
  0%, 100% { transform: scale(0.78); opacity: 0.52; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes ac3-scroll-dot {
  0% { transform: translate(-50%, 0); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translate(-50%, 13px); opacity: 0; }
}

.ac3-motion-ready .acustodio-modern-home .am-category-card.am-in-view,
.ac3-motion-ready .acustodio-modern-home .am-product-card.am-in-view {
  animation: ac3-card-arrive 0.85s var(--ac3-reveal-delay, 0ms) cubic-bezier(0.18, 0.78, 0.22, 1) both;
}

@media (max-width: 999px) {
  .ac3-shop-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 86px;
  }

  .ac3-shop-hero__visual {
    position: absolute;
    right: -18%;
    bottom: -34%;
    width: min(64vw, 520px);
    opacity: 0.42;
  }

  .ac3-shop-hero__inner {
    max-width: 720px;
  }

  .acustodio-modern-shop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #header.ct-header.ac3-header-hidden {
    transform: none;
  }

  .ac3-journey {
    display: none;
  }

  .ac3-back-to-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }

  .ac3-back-to-top svg {
    width: 40px;
    height: 40px;
    inset: 2px;
  }

  .acustodio-modern-home .am-container {
    width: min(100% - 32px, 1320px);
  }

  .acustodio-modern-home .am-hero {
    min-height: 760px;
    background:
      linear-gradient(180deg, rgba(7, 9, 13, 0.99) 0%, rgba(7, 9, 13, 0.86) 54%, rgba(7, 9, 13, 0.2) 100%),
      url("assets/images/acustodio-3d-hero.png") 68% bottom / auto 58% no-repeat,
      var(--ac3-bg);
    background-position: center center, 68% calc(100% + var(--ac3-hero-scroll));
  }

  .acustodio-modern-home .am-hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 74px 0 300px;
  }

  .acustodio-modern-home .am-hero-panel {
    display: none;
  }

  .ac3-hero-interface {
    top: auto;
    right: -9%;
    bottom: -5%;
    width: min(68vw, 500px);
    transform: translate3d(0, var(--ac3-interface-shift), 0);
    opacity: 0.5;
  }

  .acustodio-modern-home .am-category-card,
  .acustodio-modern-home .am-product-card {
    --ac3-scroll-lift: 0px;
  }

  .ac3-footer__grid {
    grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(150px, 1fr));
  }

  .ac3-footer__nav:last-child {
    grid-column: 2;
  }
}

@media (max-width: 599px) {
  .ac3-shop-hero {
    padding: 72px 20px 88px;
  }

  .ac3-shop-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .page-id-5117 .elementor-element-5d96856 {
    padding: 58px 14px !important;
  }

  .acustodio-modern-shop ul.products {
    grid-template-columns: 1fr !important;
  }

  .acustodio-modern-shop ul.products li.product figure img,
  .woocommerce-page [data-products] .product figure img {
    height: 280px;
  }

  .single-product .site-main,
  .woocommerce-cart .site-main,
  .woocommerce-checkout .site-main {
    padding-inline: 14px;
  }

  .single-product .entry-summary,
  .single-product .woocommerce-tabs,
  .single-product .related,
  .single-product .upsells,
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce {
    padding: 22px;
    border-radius: 14px;
  }

  .acustodio-modern-home .am-container {
    width: min(100% - 24px, 1320px);
  }

  .acustodio-modern-home .am-hero {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(7, 9, 13, 1) 0%, rgba(7, 9, 13, 0.94) 57%, rgba(7, 9, 13, 0.26) 100%),
      url("assets/images/acustodio-3d-hero.png") 70% bottom / auto 46% no-repeat,
      var(--ac3-bg);
    background-position: center center, 70% calc(100% + var(--ac3-hero-scroll));
  }

  .acustodio-modern-home .am-hero-inner {
    padding: 56px 0 245px;
  }

  .acustodio-modern-home .am-hero h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .acustodio-modern-home .am-hero p {
    font-size: 16px;
  }

  .acustodio-modern-home .am-product-image {
    height: 205px;
  }

  .acustodio-modern-home .am-product-body {
    min-height: 170px;
    padding: 15px;
  }

  .acustodio-modern-home .am-product-body h3 {
    min-height: 3.6em;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .ac3-product-preview {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 9px 10px;
    font-size: 9px;
  }

  .ac3-hero-interface {
    right: -28%;
    bottom: 0;
    width: 88vw;
    opacity: 0.38;
  }

  .ac3-hero-chip {
    display: none;
  }

  .ac3-hero-scroll-cue {
    bottom: 16px;
  }

  .ac3-footer__container {
    width: min(100% - 30px, 1320px);
  }

  .ac3-footer__cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 38px 0;
  }

  .ac3-footer__cta-button {
    justify-content: center;
    width: 100%;
  }

  .ac3-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
    padding: 48px 0;
  }

  .ac3-footer__brand {
    grid-column: 1 / -1;
  }

  .ac3-footer__nav:last-child {
    grid-column: auto;
  }

  .ac3-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 782px) {
  .admin-bar #header.ct-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .acustodio-modern-home .am-hero::before,
  .acustodio-modern-home .am-hero::after {
    animation: none !important;
  }

  .ac3-motion-orb,
  .ac3-stage-light,
  .ac3-hero-interface,
  .ac3-hero-scroll-cue i::after,
  .acustodio-modern-home .am-hero h1 .ac3-title-accent,
  .acustodio-modern-home .am-home::after,
  .acustodio-modern-home .am-section-heading,
  .acustodio-modern-home .am-section:not(.am-gaming-banner)::before,
  .acustodio-modern-home .am-category-card,
  .acustodio-modern-home .am-product-card {
    transform: none !important;
    animation: none !important;
  }

  .acustodio-modern-home .am-hero-copy > *,
  .acustodio-modern-home .am-category-card,
  .acustodio-modern-home .am-product-card {
    transform: none !important;
    transition: none !important;
  }

  .acustodio-modern-home .ac3-word {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .ac3-back-to-top,
  #header.ct-header {
    transition: none !important;
  }

  .ac3-store-ready .ac3-shop-hero,
  .ac3-store-ready ul.products li.product,
  .ac3-store-ready .product-entry-wrapper,
  .ac3-store-ready .woocommerce-tabs,
  .ac3-store-ready .related,
  .ac3-store-ready .upsells,
  .ac3-store-ready.woocommerce-cart .woocommerce,
  .ac3-store-ready.woocommerce-checkout .woocommerce {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Phase 7: unified cinematic service and portfolio experience. */
body:is(.acustodio-modern-graphic, .acustodio-modern-video, .acustodio-modern-web, .acustodio-modern-programming, .acustodio-modern-server, .acustodio-modern-automation, .acustodio-modern-digital) {
  --ac3-service-red: #e52329;
  --ac3-service-red-bright: #ff3b43;
  --ac3-service-panel: rgba(20, 24, 33, 0.78);
  --ac3-service-border: rgba(255, 255, 255, 0.1);
  color: var(--ac3-white);
  background: #080a0f;
}

body:is(.acustodio-modern-graphic, .acustodio-modern-video, .acustodio-modern-web, .acustodio-modern-programming, .acustodio-modern-server, .acustodio-modern-automation, .acustodio-modern-digital) :is(#main-container, .site-main, #contents.main-page) {
  position: relative;
  z-index: 1;
  overflow: clip;
  background: transparent;
}

body:is(.acustodio-modern-graphic, .acustodio-modern-video, .acustodio-modern-web, .acustodio-modern-programming, .acustodio-modern-server, .acustodio-modern-automation, .acustodio-modern-digital) :is(.ag-page, .av-page, .aw-page, .ap-page, .as-page, .aa-page, .ad-page) {
  position: relative;
  z-index: 1;
  color: var(--ac3-white);
  background: linear-gradient(180deg, rgba(8, 10, 15, 0.72), rgba(8, 10, 15, 0.96));
}

.ac3-service-atmosphere {
  position: fixed;
  z-index: 0;
  inset: -140px;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, calc(var(--ac3-service-scroll-shift, 0px) * -1), 0) scale(1.02);
  will-change: transform;
  background:
    radial-gradient(circle at 76% 0%, rgba(229, 35, 41, 0.12), transparent 34%),
    linear-gradient(180deg, #07090d 0%, #0b0d12 55%, #07080b 100%);
}

.ac3-service-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  background-position: 0 var(--ac3-service-grid-shift, 0px);
  mask-image: radial-gradient(circle at 50% 34%, #000, transparent 72%);
}

.ac3-service-atmosphere i {
  position: absolute;
  display: block;
  width: clamp(360px, 48vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 59, 67, 0.62), rgba(229, 35, 41, 0.13) 38%, transparent 68%);
  filter: blur(56px);
  opacity: 0.18;
  will-change: transform;
}

.ac3-service-atmosphere i:nth-child(1) {
  top: -23%;
  right: -12%;
  animation: ac3-service-drift-one 18s ease-in-out infinite alternate;
}

.ac3-service-atmosphere i:nth-child(2) {
  top: 38%;
  left: -22%;
  opacity: 0.11;
  animation: ac3-service-drift-two 24s ease-in-out infinite alternate;
}

.ac3-service-atmosphere i:nth-child(3) {
  right: 8%;
  bottom: -31%;
  opacity: 0.1;
  animation: ac3-service-drift-three 21s ease-in-out infinite alternate;
}

@keyframes ac3-service-drift-one {
  to { transform: translate3d(-11vw, 15vh, 0) scale(1.12); }
}

@keyframes ac3-service-drift-two {
  to { transform: translate3d(14vw, -12vh, 0) scale(0.88); }
}

@keyframes ac3-service-drift-three {
  to { transform: translate3d(-9vw, -16vh, 0) scale(1.16); }
}

.ac3-service-ready :is(.ag-container, .av-container, .aw-container, .ap-container, .as-container, .aa-container, .ad-container) {
  width: min(1240px, calc(100% - 48px));
}

.ac3-service-ready :is(.ag-hero, .av-hero, .aw-hero, .ap-hero, .as-hero, .aa-hero, .ad-hero) {
  min-height: min(820px, calc(100svh - 72px));
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ac3-white);
  background:
    radial-gradient(circle at 82% 24%, rgba(229, 35, 41, 0.26), transparent 25%),
    radial-gradient(circle at 28% 76%, rgba(103, 27, 31, 0.18), transparent 34%),
    linear-gradient(130deg, rgba(7, 9, 13, 0.96), rgba(17, 20, 29, 0.9) 54%, rgba(8, 10, 15, 0.98));
}

.ac3-service-ready :is(.ag-hero, .av-hero, .aw-hero, .ap-hero, .as-hero, .aa-hero, .ad-hero)::before {
  inset: -16%;
  z-index: -1;
  opacity: 0.72;
  transform: translate3d(0, var(--ac3-service-scroll-shift, 0px), 0) rotate(-7deg);
  background:
    radial-gradient(ellipse at 78% 42%, rgba(255, 70, 77, 0.22), transparent 31%),
    linear-gradient(115deg, transparent 54%, rgba(229, 35, 41, 0.08) 54.5%, transparent 65%);
}

.ac3-service-ready :is(.ag-hero, .av-hero, .aw-hero, .ap-hero, .as-hero, .aa-hero, .ad-hero)::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  top: 50%;
  right: -16%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018), 0 0 0 160px rgba(255, 255, 255, 0.012);
  transform: translateY(-50%);
}

.ac3-service-ready :is(.ag-hero-inner, .av-hero-inner, .aw-hero-inner, .ap-hero-inner, .as-hero-inner, .aa-hero-inner, .ad-hero-inner) {
  min-height: min(820px, calc(100svh - 72px));
  gap: clamp(34px, 6vw, 88px);
  padding-block: clamp(84px, 10vw, 140px);
}

.ac3-service-ready :is(.ag-hero h1, .av-hero h1, .aw-hero h1, .ap-hero h1, .as-hero h1, .aa-hero h1, .ad-hero h1) {
  max-width: 900px;
  margin-block: 20px;
  color: #fff;
  font-size: clamp(46px, 6.8vw, 92px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ac3-service-ready :is(.ag-hero p, .av-hero p, .aw-hero p, .ap-hero p, .as-hero p, .aa-hero p, .ad-hero p) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(16px, 1.45vw, 20px);
}

.ac3-service-ready :is(.ag-kicker, .av-kicker, .aw-kicker, .ap-kicker, .as-kicker, .aa-kicker, .ad-kicker),
.ac3-service-ready :is(.ag-section-heading, .av-section-heading, .aw-section-heading, .ap-section-heading, .as-section-heading, .aa-section-heading, .ad-section-heading) > span {
  gap: 10px;
  align-items: center;
  color: var(--ac3-service-red-bright);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.ac3-service-ready :is(.ag-kicker, .av-kicker, .aw-kicker, .ap-kicker, .as-kicker, .aa-kicker, .ad-kicker)::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
  box-shadow: 8px 0 18px currentColor;
}

.ac3-service-ready :is(.ag-button, .av-button, .aw-button, .ap-button, .as-button, .aa-button, .ad-button) {
  min-height: 52px;
  padding-inline: 25px;
  border-radius: 4px;
  letter-spacing: 0.025em;
  transform: translateZ(0);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.ac3-service-ready :is(.ag-button-primary, .av-button-primary, .aw-button-primary, .ap-button-primary, .as-button-primary, .aa-button-primary, .ad-button-primary) {
  color: #fff;
  background: var(--ac3-service-red);
  box-shadow: 0 16px 38px rgba(229, 35, 41, 0.26);
}

.ac3-service-ready :is(.ag-button-secondary, .av-button-secondary, .aw-button-secondary, .ap-button-secondary, .as-button-secondary, .aa-button-secondary, .ad-button-secondary) {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.ac3-service-ready :is(.ag-button, .av-button, .aw-button, .ap-button, .as-button, .aa-button, .ad-button):hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 20px 45px rgba(229, 35, 41, 0.2);
}

.ac3-service-ready :is(.ag-section, .av-section, .aw-section, .ap-section, .as-section, .aa-section, .ad-section) {
  position: relative;
  isolation: isolate;
  min-height: 54vh;
  padding-block: clamp(88px, 10vw, 150px);
  color: var(--ac3-white);
  background: rgba(9, 11, 16, 0.52);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.ac3-service-ready :is(.ag-section, .av-section, .aw-section, .ap-section, .as-section, .aa-section, .ad-section):nth-of-type(even) {
  background: rgba(15, 18, 26, 0.62);
}

.ac3-service-ready :is(.ag-section, .av-section, .aw-section, .ap-section, .as-section, .aa-section, .ad-section)::before {
  content: attr(data-ac3-service-index);
  position: absolute;
  z-index: -1;
  top: 34px;
  right: max(5vw, 36px);
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(110px, 18vw, 280px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.ac3-service-ready :is(.ag-section-heading, .av-section-heading, .aw-section-heading, .ap-section-heading, .as-section-heading, .aa-section-heading, .ad-section-heading) {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(34px, 4vw, 58px);
}

.ac3-service-ready :is(.ag-section-heading h2, .av-section-heading h2, .aw-section-heading h2, .ap-section-heading h2, .as-section-heading h2, .aa-section-heading h2, .ad-section-heading h2) {
  max-width: 850px;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(34px, 4.7vw, 64px);
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.ac3-service-ready :is(.ag-heading-row, .av-heading-row, .aw-heading-row, .ap-heading-row, .as-heading-row, .aa-heading-row, .ad-heading-row) p,
.ac3-service-ready :is(.ag-section, .av-section, .aw-section, .ap-section, .as-section, .aa-section, .ad-section) p {
  color: rgba(255, 255, 255, 0.62);
}

.ac3-service-ready [class$="-card"] {
  --ac3-service-rotate-x: 0deg;
  --ac3-service-rotate-y: 0deg;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--ac3-service-border);
  border-radius: 10px;
  color: var(--ac3-white);
  background: linear-gradient(145deg, rgba(29, 34, 45, 0.84), rgba(13, 16, 23, 0.9));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  transform: perspective(900px) rotateX(var(--ac3-service-rotate-x)) rotateY(var(--ac3-service-rotate-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.ac3-service-ready [class$="-card"]::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(340px circle at var(--ac3-service-card-x, 50%) var(--ac3-service-card-y, 50%), rgba(229, 35, 41, 0.18), transparent 62%);
  transition: opacity 220ms ease;
}

.ac3-service-ready [class$="-card"]:hover {
  z-index: 3;
  border-color: rgba(255, 71, 78, 0.42);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34), 0 0 48px rgba(229, 35, 41, 0.08);
}

.ac3-service-ready [class$="-card"]:hover::after {
  opacity: 1;
}

.ac3-service-ready [class$="-card"] :is(h2, h3, h4) {
  color: #fff;
}

.ac3-service-ready :is([class$="-panel"], [class$="-board"], [class$="-dashboard"], [class$="-screen"], [class$="-reel"], [class$="-hero-visual"], .ag-hero-gallery) {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(29, 34, 45, 0.78), rgba(11, 14, 20, 0.88));
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42), 0 0 70px rgba(229, 35, 41, 0.08);
  backdrop-filter: blur(20px);
}

.ac3-service-ready :is(.ag-hero-gallery, .av-hero-reel, .aw-hero-screen, .ap-hero-visual, .as-hero-visual, .aa-hero-visual, .ad-hero-visual) {
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ac3-service-ready :is(.ag-hero-gallery, .av-hero-reel, .aw-hero-screen, .ap-hero-visual, .as-hero-visual, .aa-hero-visual, .ad-hero-visual):hover {
  transform: perspective(1200px) rotateY(0) rotateX(0) translateY(-5px);
}

.ac3-service-rail {
  position: fixed;
  z-index: 900;
  top: 50%;
  right: 21px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(-50%);
}

.ac3-service-rail a {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 28px;
  min-height: 25px;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
}

.ac3-service-rail i {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(7, 9, 13, 0.7);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.ac3-service-rail span {
  position: absolute;
  right: 22px;
  width: max-content;
  max-width: 180px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  opacity: 0;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(8, 10, 15, 0.88);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.ac3-service-rail a:hover span,
.ac3-service-rail a:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

.ac3-service-rail a.is-current i {
  border-color: var(--ac3-service-red-bright);
  background: var(--ac3-service-red-bright);
  box-shadow: 0 0 0 5px rgba(229, 35, 41, 0.14), 0 0 18px rgba(229, 35, 41, 0.5);
  transform: scale(1.15);
}

@media (min-width: 1000px) and (prefers-reduced-motion: no-preference) {
  .ac3-service-ready :is(.ag-section, .av-section, .aw-section, .ap-section, .as-section, .aa-section, .ad-section) > * {
    opacity: 0.56;
    transform: translateY(36px) scale(0.985);
    transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  .ac3-service-ready :is(.ag-section, .av-section, .aw-section, .ap-section, .as-section, .aa-section, .ad-section).ac3-service-active > * {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 999px) {
  .ac3-service-rail {
    display: none;
  }

  .ac3-service-ready :is(.ag-container, .av-container, .aw-container, .ap-container, .as-container, .aa-container, .ad-container) {
    width: min(100% - 32px, 760px);
  }

  .ac3-service-ready :is(.ag-hero, .av-hero, .aw-hero, .ap-hero, .as-hero, .aa-hero, .ad-hero),
  .ac3-service-ready :is(.ag-hero-inner, .av-hero-inner, .aw-hero-inner, .ap-hero-inner, .as-hero-inner, .aa-hero-inner, .ad-hero-inner) {
    min-height: auto;
  }

  .ac3-service-ready :is(.ag-hero-gallery, .av-hero-reel, .aw-hero-screen, .ap-hero-visual, .as-hero-visual, .aa-hero-visual, .ad-hero-visual) {
    transform: none;
  }
}

@media (max-width: 600px) {
  .ac3-service-ready :is(.ag-container, .av-container, .aw-container, .ap-container, .as-container, .aa-container, .ad-container) {
    width: min(100% - 24px, 540px);
  }

  .ac3-service-ready :is(.ag-hero-inner, .av-hero-inner, .aw-hero-inner, .ap-hero-inner, .as-hero-inner, .aa-hero-inner, .ad-hero-inner) {
    padding-block: 72px 58px;
  }

  .ac3-service-ready :is(.ag-hero h1, .av-hero h1, .aw-hero h1, .ap-hero h1, .as-hero h1, .aa-hero h1, .ad-hero h1) {
    font-size: clamp(42px, 13vw, 62px);
  }

  .ac3-service-ready :is(.ag-section, .av-section, .aw-section, .ap-section, .as-section, .aa-section, .ad-section) {
    min-height: 0;
    padding-block: 72px;
  }

  .ac3-service-ready :is(.ag-section-heading h2, .av-section-heading h2, .aw-section-heading h2, .ap-section-heading h2, .as-section-heading h2, .aa-section-heading h2, .ad-section-heading h2) {
    font-size: clamp(32px, 10vw, 46px);
  }

  .ac3-service-ready [class$="-card"] {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ac3-service-atmosphere i,
  .ac3-service-ready [class$="-card"],
  .ac3-service-ready :is(.ag-hero-gallery, .av-hero-reel, .aw-hero-screen, .ap-hero-visual, .as-hero-visual, .aa-hero-visual, .ad-hero-visual),
  .ac3-service-ready :is(.ag-section, .av-section, .aw-section, .ap-section, .as-section, .aa-section, .ad-section) > * {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}
