
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.entry-content,
.wp-block-post-content,
.aces-full-page,
.aces-blank-page,
.aces-front-page,
.aces-home-page {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.corp-wrap {
  --ac-bg:     #04040e;
  --ac-text:   #f5f0ff;
  --ac-muted:  rgba(245, 240, 255, .65);
  --ac-muted2: rgba(245, 240, 255, .40);
  --ac-line:   rgba(255, 200, 240, .16);
  --ac-pink:   #ffb2e6;
  --ac-pink2:  #ff5ec7;
  --ac-violet: #c4aaff;
  --ac-sky:    #7ee8ff;
  --ac-card:   rgba(255, 255, 255, .06);
  --ac-shadow: 0 28px 80px rgba(0, 0, 0, .48);
  --ac-r-lg:   32px;
  --ac-r-md:   20px;
  --ac-max:    1160px;
}

.corp-wrap,
.corp-wrap * {
  box-sizing: border-box;
}

.corp-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  color: var(--ac-text);
  background:
    radial-gradient(ellipse 60% 40% at 82% 8%,  rgba(255, 111, 200, .18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 35% at 10% 22%,  rgba(140, 200, 255, .12) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 50% 75%,  rgba(196, 170, 255, .11) 0%, transparent 60%),
    linear-gradient(170deg, #06061a 0%, #04040e 55%, #060618 100%);
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  line-height: 1.8;
  letter-spacing: .02em;
}

.corp-wrap main,
.aces-blank-page .corp-wrap main,
.aces-front-page .corp-wrap main,
.aces-home-page .corp-wrap main,
.aces-full-page .corp-wrap main {
  padding: 0;
  margin: 0;
  background: transparent;
}

.corp-wrap a            { color: inherit; text-decoration: none; }
.corp-wrap img          { max-width: 100%; height: auto; display: block; }
.corp-wrap h1,
.corp-wrap h2,
.corp-wrap h3,
.corp-wrap p            { margin: 0; }

.corp-wrap .grain {
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 1;
  opacity: .025;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, .65) 0 1px, transparent 1.6px),
    radial-gradient(circle at 78% 66%, rgba(255, 255, 255, .42) 0 1px, transparent 1.8px);
  background-size: 180px 180px, 132px 132px;
  background-position: 0 0, 42px 28px;
  animation: acGrainShift 1.8s steps(2) infinite;
}

.corp-wrap .orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.corp-wrap .orb-1 {
  width: 600px; height: 600px;
  top: -100px; right: -200px;
  background: radial-gradient(circle, rgba(255, 94, 199, .22), transparent 65%);
  animation: acOrbFloat1 15s ease-in-out infinite;
}
.corp-wrap .orb-2 {
  width: 700px; height: 700px;
  top: 500px; left: -280px;
  background: radial-gradient(circle, rgba(126, 232, 255, .14), transparent 65%);
  animation: acOrbFloat2 18s ease-in-out infinite;
}
.corp-wrap .orb-3 {
  width: 500px; height: 500px;
  bottom: 200px; right: -180px;
  background: radial-gradient(circle, rgba(196, 170, 255, .17), transparent 65%);
  animation: acOrbFloat3 20s ease-in-out infinite;
}

.corp-wrap .particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.corp-wrap .particle {
  position: absolute;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(255, 200, 240, .9);
  box-shadow: 0 0 12px rgba(255, 184, 232, .9), 0 0 24px rgba(196, 170, 255, .4);
  animation: acParticleDrift linear infinite;
  opacity: 0;
}
.corp-wrap .particle:nth-child(1)  { left:  7%; animation-duration: 14s; animation-delay:  0s; }
.corp-wrap .particle:nth-child(2)  { left: 17%; animation-duration: 11s; animation-delay:  2s; }
.corp-wrap .particle:nth-child(3)  { left: 29%; animation-duration: 16s; animation-delay:  4s; }
.corp-wrap .particle:nth-child(4)  { left: 43%; animation-duration: 12s; animation-delay:  1s; }
.corp-wrap .particle:nth-child(5)  { left: 57%; animation-duration: 15s; animation-delay:  3s; }
.corp-wrap .particle:nth-child(6)  { left: 68%; animation-duration: 13s; animation-delay:  6s; }
.corp-wrap .particle:nth-child(7)  { left: 79%; animation-duration: 17s; animation-delay:  5s; }
.corp-wrap .particle:nth-child(8)  { left: 89%; animation-duration: 10s; animation-delay:  7s; }
.corp-wrap .particle:nth-child(9)  { left: 35%; animation-duration: 19s; animation-delay:  9s; }
.corp-wrap .particle:nth-child(10) { left: 63%; animation-duration: 14s; animation-delay: 11s; }

.ac-container {
  width: min(var(--ac-max), calc(100% - 44px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ac-header {
  position: sticky;
  top: 16px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--ac-max), calc(100% - 32px));
  margin: 16px auto 0;
  padding: 0 20px;
  min-height: 68px;
  border-radius: 999px;
  border: 1px solid rgba(255, 200, 240, .14);
  background: rgba(6, 6, 20, .76);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 16px 56px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
  animation: acSlideDown .7s cubic-bezier(.16, 1, .3, 1) both;
}

.ac-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ac-logo img {
  height: 34px;
  width: auto;
  filter: drop-shadow(0 0 14px rgba(255, 178, 230, .32));
}

.ac-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
.ac-nav a {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ac-muted);
  letter-spacing: .06em;
  transition: color .2s, background .2s;
}
.ac-nav a:hover {
  color: var(--ac-text);
  background: rgba(255, 255, 255, .07);
}
.ac-nav-cta {
  margin-left: 8px !important;
  padding: 9px 20px !important;
  background: linear-gradient(135deg, #fff 0%, var(--ac-pink) 55%, var(--ac-violet) 100%) !important;
  color: #110818 !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  box-shadow: 0 0 22px rgba(255, 184, 232, .3) !important;
  transition: transform .2s, box-shadow .2s !important;
}
.ac-nav-cta:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 0 32px rgba(255, 184, 232, .5) !important;
  background: linear-gradient(135deg, #fff 0%, var(--ac-pink) 55%, var(--ac-violet) 100%) !important;
}

.ac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}
.ac-btn:hover { transform: translateY(-2px); }

.ac-btn-primary {
  background: linear-gradient(135deg, #fff 0%, #ffbce8 44%, #c4aaff 100%);
  color: #120a1e !important;
  box-shadow: 0 0 28px rgba(255, 184, 232, .32), 0 16px 44px rgba(255, 94, 199, .14);
}
.ac-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .6), transparent);
  transform: translateX(-120%);
  animation: acBtnShine 4s ease-in-out infinite;
}
.ac-btn-primary:hover {
  box-shadow: 0 0 40px rgba(255, 184, 232, .5), 0 20px 56px rgba(255, 94, 199, .22);
  color: #120a1e !important;
}
.ac-btn-ghost {
  border: 1px solid rgba(255, 200, 240, .22);
  color: var(--ac-text) !important;
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ac-btn-ghost:hover {
  border-color: rgba(255, 178, 230, .44);
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 0 28px rgba(255, 184, 232, .12);
  color: var(--ac-text) !important;
}

.ac-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ac-pink);
}
.ac-label::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ac-pink), var(--ac-violet));
  flex-shrink: 0;
}
.ac-label-center { justify-content: center; }

.ac-hero {
  min-height: calc(100svh - 90px);
  padding: 100px 0 90px;
  display: flex;
  align-items: center;
  position: relative;
}
.ac-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(800px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 178, 230, .5), transparent);
}

.ac-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}
.ac-hero-copy {
  animation: acFadeUp .9s cubic-bezier(.16, 1, .3, 1) .3s both;
}
.ac-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ac-pink);
}
.ac-kicker-line {
  display: block;
  width: 36px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--ac-pink), var(--ac-violet));
  border-radius: 999px;
  flex-shrink: 0;
}
.ac-hero h1 {
  font-size: clamp(44px, 7.5vw, 88px);
  line-height: 1.04;
  letter-spacing: -.06em;
  font-weight: 800;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, .85) 40%, var(--ac-pink) 75%, var(--ac-violet) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.ac-hero-lead {
  margin-top: 30px;
  font-size: 16px;
  color: var(--ac-muted);
  max-width: 680px;
  line-height: 1.9;
}
.ac-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.ac-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  animation: acFadeUp .9s cubic-bezier(.16, 1, .3, 1) .5s both;
}
.ac-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 178, 230, .18);
  animation: acSpinRing linear infinite;
}
.ac-ring-1 { width: 480px; height: 480px; animation-duration: 30s; }
.ac-ring-2 { width: 380px; height: 380px; border-color: rgba(196, 170, 255, .14); animation-duration: 22s; animation-direction: reverse; }
.ac-ring::before {
  content: "";
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--ac-pink);
  top: 50%; right: -5px;
  transform: translateY(-50%);
  box-shadow: 0 0 18px var(--ac-pink), 0 0 36px rgba(255, 178, 230, .5);
}
.ac-ring-2::before {
  background: var(--ac-violet);
  box-shadow: 0 0 18px var(--ac-violet), 0 0 36px rgba(196, 170, 255, .5);
}

.ac-crystal-card {
  width: min(380px, 100%);
  padding: 32px;
  border: 1px solid rgba(255, 200, 240, .17);
  border-radius: 36px;
  background:
    radial-gradient(circle at 25% 0%, rgba(255, 178, 230, .2) 0%, transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .04));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--ac-shadow), inset 0 1px 0 rgba(255, 255, 255, .1);
  position: relative;
  overflow: hidden;
  animation: acCardFloat 7s ease-in-out infinite;
}
.ac-crystal-card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .06);
  pointer-events: none;
}
.ac-crystal-card::after {
  content: "";
  position: absolute;
  width: 160%; height: 1px;
  top: 35%; left: -30%;
  transform: rotate(-16deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
  opacity: .3;
}

.ac-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 178, 230, .12);
  border: 1px solid rgba(255, 178, 230, .22);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--ac-pink);
}
.ac-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ac-pink);
  box-shadow: 0 0 8px var(--ac-pink);
  animation: acPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
.ac-card-title {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: 1;
  color: var(--ac-text);
}
.ac-card-sub {
  margin-top: 10px;
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ac-muted2);
}
.ac-card-metrics {
  margin-top: 36px;
  display: grid;
  gap: 10px;
}
.ac-metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid rgba(255, 200, 240, .12);
  border-radius: 16px;
  background: rgba(0, 0, 0, .2);
  transition: border-color .3s, background .3s;
}
.ac-metric-row:hover {
  border-color: rgba(255, 178, 230, .28);
  background: rgba(255, 178, 230, .06);
}
.ac-metric-num {
  font-size: 13px;
  font-weight: 800;
  color: var(--ac-pink);
  letter-spacing: .06em;
}
.ac-metric-label {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .8);
  font-weight: 500;
}

.ac-section {
  padding: 120px 0;
  position: relative;
}
.ac-section-dark {
  background: linear-gradient(180deg, rgba(255, 255, 255, .018), rgba(255, 255, 255, .008));
}
.ac-section-dark::before,
.ac-section-dark::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(860px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 178, 230, .28), transparent);
}
.ac-section-dark::before { top: 0; }
.ac-section-dark::after  { bottom: 0; }

.ac-section-head {
  max-width: 720px;
  margin-bottom: 52px;
}
.ac-section-head p {
  margin-top: 18px;
  color: var(--ac-muted);
  font-size: 15.5px;
}

.ac-section h2,
.ac-meo-copy h2,
.ac-visulab-copy h2,
.ac-philosophy-inner h2,
.ac-contact-box h2 {
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.12;
  letter-spacing: -.05em;
  font-weight: 800;
  color: var(--ac-text);
  margin: 0;
}

.ac-two-col {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.ac-text-block {
  display: grid;
  gap: 20px;
}
.ac-text-block p {
  color: var(--ac-muted);
  font-size: 15.5px;
}
.ac-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.ac-stat-chip {
  padding: 20px 16px;
  border: 1px solid rgba(255, 200, 240, .14);
  border-radius: var(--ac-r-md);
  background: var(--ac-card);
  text-align: center;
  transition: border-color .3s, transform .3s;
}
.ac-stat-chip:hover {
  border-color: rgba(255, 178, 230, .32);
  transform: translateY(-4px);
}
.ac-stat-num {
  font-size: 26px;
  font-weight: 800;
  background: linear-gradient(135deg, #fff, var(--ac-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ac-stat-desc {
  font-size: 11px;
  color: var(--ac-muted2);
  margin-top: 4px;
  letter-spacing: .06em;
}

.ac-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ac-service-card {
  position: relative;
  padding: 28px;
  min-height: 300px;
  border: 1px solid rgba(255, 200, 240, .13);
  border-radius: var(--ac-r-lg);
  background:
    radial-gradient(circle at 20% -10%, rgba(255, 178, 230, .1), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
  overflow: hidden;
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), border-color .3s, box-shadow .3s;
}
.ac-service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 178, 230, .3), rgba(196, 170, 255, .2), transparent);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.ac-service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 178, 230, .32);
  box-shadow: 0 32px 100px rgba(255, 94, 199, .14);
}
.ac-service-card:hover::before { opacity: 1; }

.ac-svc-num {
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, var(--ac-pink));
  font-size: 14px;
  font-weight: 800;
  color: #120a1e;
  box-shadow: 0 0 22px rgba(255, 178, 230, .32);
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.ac-service-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--ac-text);
  position: relative;
  z-index: 1;
}
.ac-service-card p {
  font-size: 13.5px;
  color: var(--ac-muted);
  line-height: 1.75;
  margin: 0;
  position: relative;
  z-index: 1;
}

.ac-meo-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 18% 35%, rgba(255, 94, 199, .09), transparent 38%),
    radial-gradient(circle at 78% 58%, rgba(196, 170, 255, .08), transparent 38%);
  position: relative;
}
.ac-meo-section::before,
.ac-meo-section::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(860px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 178, 230, .3), transparent);
}
.ac-meo-section::before { top: 0; }
.ac-meo-section::after  { bottom: 0; }

.ac-meo-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}
.ac-meo-img-wrap { position: relative; }
.ac-meo-img-wrap::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 94, 199, .2), transparent 38%),
    radial-gradient(circle at 80% 70%, rgba(196, 170, 255, .15), transparent 42%);
  filter: blur(20px);
}
.ac-meo-img-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 200, 240, .17);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42), 0 0 48px rgba(255, 94, 199, .1);
}
.ac-meo-copy p {
  font-size: 15.5px;
  color: var(--ac-muted);
  margin-top: 16px;
}
.ac-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.ac-pill {
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 200, 240, .18);
  background: rgba(255, 178, 230, .07);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 230, 248, .85);
  letter-spacing: .04em;
}

.ac-visulab-section {
  padding: 130px 0;
  position: relative;
  background: radial-gradient(circle at 72% 46%, rgba(255, 178, 230, .15), transparent 36%);
}
.ac-visulab-section::before,
.ac-visulab-section::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(860px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 178, 230, .38), transparent);
}
.ac-visulab-section::before { top: 0; }
.ac-visulab-section::after  { bottom: 0; }

.ac-visulab-grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 64px;
  align-items: center;
}
.ac-visulab-copy p {
  font-size: 15.5px;
  color: var(--ac-muted);
  line-height: 1.9;
  margin-top: 24px;
}
.ac-visulab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.ac-browser-mock {
  width: min(480px, 100%);
  border-radius: 26px;
  border: 1px solid rgba(255, 200, 240, .17);
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--ac-shadow);
  overflow: hidden;
  animation: acCardFloat 8s ease-in-out 1s infinite;
}
.ac-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 200, 240, .1);
  background: rgba(0, 0, 0, .2);
}
.ac-browser-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255, 200, 240, .35);
  flex-shrink: 0;
}
.ac-browser-url {
  flex: 1;
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 200, 240, .1);
  font-size: 11px;
  color: var(--ac-muted2);
  font-family: monospace;
  letter-spacing: .02em;
}
.ac-browser-content {
  padding: 30px;
  min-height: 310px;
  background: radial-gradient(circle at 30% 18%, rgba(255, 178, 230, .2), transparent 35%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ac-mock-header {
  font-size: 11px;
  font-weight: 800;
  color: var(--ac-pink);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0;
}
.ac-mock-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.04em;
  color: var(--ac-text);
  margin: 0;
}
.ac-mock-desc {
  font-size: 12.5px;
  color: var(--ac-muted);
  line-height: 1.7;
  margin: 0;
}
.ac-mock-lines {
  margin-top: auto;
  display: grid;
  gap: 8px;
}
.ac-mock-line {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .22), rgba(255, 178, 230, .08));
}
.ac-mock-line:nth-child(1) { width: 82%; }
.ac-mock-line:nth-child(2) { width: 60%; }
.ac-mock-line:nth-child(3) { width: 72%; }
.ac-mock-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, var(--ac-pink));
  font-size: 12px;
  font-weight: 700;
  color: #120a1e;
  margin-top: 8px;
  width: fit-content;
  box-shadow: 0 0 18px rgba(255, 178, 230, .3);
}

.ac-philosophy {
  padding: 120px 0;
  text-align: center;
}
.ac-philosophy-inner {
  max-width: 820px;
  margin: 0 auto;
}
.ac-philosophy-inner p {
  color: var(--ac-muted);
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.9;
}
.ac-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
}
.ac-pillar {
  padding: 36px 24px;
  border: 1px solid rgba(255, 200, 240, .13);
  border-radius: var(--ac-r-lg);
  background: var(--ac-card);
  transition: transform .3s, border-color .3s;
}
.ac-pillar:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 178, 230, .3);
}
.ac-pillar-icon { font-size: 30px; margin-bottom: 16px; }
.ac-pillar h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 0 0 10px;
  color: var(--ac-text);
}
.ac-pillar p {
  font-size: 13.5px;
  color: var(--ac-muted);
  line-height: 1.75;
  margin: 0;
}

.ac-company-table-wrap {
  border: 1px solid rgba(255, 200, 240, .13);
  border-radius: var(--ac-r-lg);
  background: rgba(255, 255, 255, .05);
  overflow: hidden;
  box-shadow: 0 18px 70px rgba(0, 0, 0, .26);
}
.ac-company-table {
  width: 100%;
  border-collapse: collapse;
}
.ac-company-table tr {
  border-bottom: 1px solid rgba(255, 200, 240, .1);
}
.ac-company-table tr:last-child { border-bottom: none; }
.ac-company-table th,
.ac-company-table td {
  padding: 22px 26px;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
}
.ac-company-table th {
  width: 30%;
  color: rgba(255, 210, 245, .7);
  font-weight: 700;
  white-space: nowrap;
}
.ac-company-table td { color: var(--ac-muted); }

.ac-contact-section { padding: 120px 0; }
.ac-contact-box {
  padding: 80px 64px;
  border: 1px solid rgba(255, 200, 240, .18);
  border-radius: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(255, 178, 230, .24), transparent 55%),
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  box-shadow: var(--ac-shadow);
}
.ac-contact-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 178, 230, .2), rgba(196, 170, 255, .1), transparent 60%);
  pointer-events: none;
  opacity: .5;
}
.ac-contact-box p {
  color: var(--ac-muted);
  font-size: 15.5px;
  max-width: 640px;
  margin: 20px auto 0;
  position: relative;
}
.ac-contact-box .ac-btn {
  margin-top: 38px;
  position: relative;
}

.ac-footer {
  border-top: 1px solid rgba(255, 200, 240, .1);
  background: rgba(0, 0, 0, .2);
  padding: 52px 0 28px;
}
.ac-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
}
.ac-footer-brand img {
  height: 32px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(255, 178, 230, .24));
  margin-bottom: 10px;
}
.ac-footer-brand p {
  font-size: 12.5px;
  color: var(--ac-muted2);
  margin: 0;
}
.ac-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}
.ac-footer-links a {
  font-size: 12.5px;
  color: var(--ac-muted);
  transition: color .2s;
}
.ac-footer-links a:hover { color: var(--ac-pink); }
.ac-footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 200, 240, .09);
  font-size: 12px;
  color: var(--ac-muted2);
}

.ac-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.16, 1, .3, 1), transform .75s cubic-bezier(.16, 1, .3, 1);
}
.ac-reveal.ac-visible {
  opacity: 1;
  transform: none;
}
.ac-delay-1 { transition-delay: .12s; }
.ac-delay-2 { transition-delay: .24s; }
.ac-delay-3 { transition-delay: .36s; }
.ac-delay-4 { transition-delay: .48s; }

@keyframes acGrainShift {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(-5%, -5%); }
  100% { transform: translate(0, 0); }
}
@keyframes acOrbFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-30px, -40px) scale(1.06); }
}
@keyframes acOrbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(24px, -28px) scale(1.04); }
}
@keyframes acOrbFloat3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-18px, 32px) scale(1.05); }
}
@keyframes acParticleDrift {
  0%   { transform: translateY(100vh) scale(.6); opacity: 0; }
  10%  { opacity: 1; }
  85%  { opacity: .7; }
  100% { transform: translateY(-20vh) scale(1.3); opacity: 0; }
}
@keyframes acSlideDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: none; }
}
@keyframes acFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: none; }
}
@keyframes acSpinRing {
  to { transform: rotate(360deg); }
}
@keyframes acCardFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-14px) rotate(.6deg); }
}
@keyframes acBtnShine {
  0%,  55%  { transform: translateX(-120%); }
  78%, 100% { transform: translateX(120%); }
}
@keyframes acPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px var(--ac-pink); }
  50%      { opacity: .6; box-shadow: 0 0 4px var(--ac-pink); }
}

@media (max-width: 1024px) {
  .ac-hero-grid,
  .ac-two-col,
  .ac-meo-grid,
  .ac-visulab-grid     { grid-template-columns: 1fr; }
  .ac-hero-visual      { min-height: 420px; }
  .ac-service-grid     { grid-template-columns: repeat(2, 1fr); }
  .ac-svc-num          { margin-bottom: 52px; }
}

@media (max-width: 768px) {
  .ac-header {
    flex-direction: column;
    border-radius: 22px;
    min-height: auto;
    padding: 12px 14px;
    gap: 8px;
    top: 10px;
    width: calc(100% - 20px);
  }
  .ac-nav            { flex-wrap: wrap; justify-content: center; gap: 2px; }
  .ac-nav a          { font-size: 10px; padding: 5px 8px; }
  .ac-nav-cta        { margin-left: 0 !important; }

  .ac-hero           { padding: 90px 0 80px; min-height: auto; }
  .ac-hero h1        { font-size: clamp(40px, 13vw, 58px); }
  .ac-hero-actions,
  .ac-visulab-actions { flex-direction: column; }
  .ac-btn            { width: 100%; }
  .ac-ring-1         { width: 340px; height: 340px; }
  .ac-ring-2         { width: 260px; height: 260px; }

  .ac-section,
  .ac-meo-section,
  .ac-visulab-section,
  .ac-philosophy,
  .ac-contact-section { padding: 80px 0; }

  .ac-service-grid   { grid-template-columns: 1fr; }
  .ac-service-card   { min-height: auto; }
  .ac-pillars        { grid-template-columns: 1fr; gap: 12px; }

  .ac-company-table th,
  .ac-company-table td {
    display: block;
    width: 100%;
    padding: 14px 20px;
  }
  .ac-company-table th { padding-bottom: 4px; }
  .ac-company-table td { padding-top: 4px; }

  .ac-contact-box    { padding: 44px 24px; border-radius: 28px; }

  .ac-footer-inner   { flex-direction: column; }
  .ac-footer-links   { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .ac-nav a  { font-size: 9px; padding: 4px 6px; }
  .ac-stats  { grid-template-columns: 1fr 1fr; }
}


/* ============================================================
   AcesLab Custom Final v1.0.4
   - Hero core visual
   - VisuLab preview layout
   - MEO motion overlay
   - Mobile fixes
   ============================================================ */

/* ---------- Hero Core Visual ---------- */
.ac-hero-core-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.ac-core-logo-stage {
  position: relative;
  z-index: 4;
  width: min(540px, 94%);
  aspect-ratio: 1 / .82;
  display: grid;
  place-items: center;
  animation: acCoreFloat 7s ease-in-out infinite;
}

.ac-core-logo-stage::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 210, 242, .22), rgba(255, 120, 205, .10) 38%, transparent 72%),
    radial-gradient(circle at 50% 54%, rgba(196, 170, 255, .12), transparent 76%);
  filter: blur(26px);
  opacity: .72;
}

.ac-core-logo-stage::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 999px;
  border: 1px solid rgba(255, 200, 240, .14);
  box-shadow: 0 0 42px rgba(255, 120, 200, .13), inset 0 0 48px rgba(255, 255, 255, .025);
}

.ac-core-logo-pad {
  position: relative;
  z-index: 3;
  width: 84%;
  aspect-ratio: 1.4 / 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(255, 238, 250, .26) 0%, rgba(255, 178, 230, .10) 34%, rgba(8, 6, 20, .42) 70%, transparent 100%);
  box-shadow: 0 0 30px rgba(255, 178, 230, .20), 0 0 82px rgba(196, 170, 255, .12), inset 0 0 42px rgba(255, 255, 255, .025);
}

.ac-core-logo-pad img {
  width: 84%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, .26)) drop-shadow(0 0 28px rgba(255, 94, 199, .24));
}

.ac-core-brand {
  position: absolute;
  left: 50%;
  bottom: 6px;
  z-index: 5;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}

.ac-core-brand-name {
  font-size: 48px;
  line-height: 1;
  letter-spacing: .15em;
  font-weight: 700;
  color: rgba(255, 248, 255, .95);
  text-shadow: 0 0 24px rgba(255, 178, 230, .28);
}

.ac-core-orbit {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 178, 230, .18);
  pointer-events: none;
  opacity: .42;
}
.ac-core-orbit-1 { width: 680px; height: 370px; transform: rotate(-12deg); animation: acCoreOrbitSpin1 26s linear infinite; }
.ac-core-orbit-2 { width: 520px; height: 520px; border-color: rgba(196, 170, 255, .15); animation: acCoreOrbitSpin2 34s linear infinite; }
.ac-core-orbit-3 { width: 720px; height: 290px; transform: rotate(18deg); border-color: rgba(255, 94, 199, .12); animation: acCoreOrbitSpin3 30s linear infinite; }

.ac-core-dot {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--ac-pink);
  box-shadow: 0 0 12px rgba(255, 178, 230, .95), 0 0 28px rgba(255, 94, 199, .48);
  opacity: .65;
  animation: acCoreDotPulse 2.8s ease-in-out infinite;
}
.ac-core-dot-1 { left: 24%; top: 33%; }
.ac-core-dot-2 { right: 18%; top: 39%; animation-delay: .5s; }
.ac-core-dot-3 { left: 34%; bottom: 20%; animation-delay: 1s; }
.ac-core-dot-4 { right: 30%; bottom: 26%; animation-delay: 1.5s; }

.ac-core-service {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 200, 240, .18);
  background: radial-gradient(circle at 10% 0%, rgba(255, 178, 230, .13), transparent 44%), rgba(9, 7, 22, .74);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255, 255, 255, .06);
  animation: acCoreMiniFloat 6s ease-in-out infinite;
}
.ac-core-service strong { display: block; font-size: 13px; color: rgba(255, 248, 255, .95); letter-spacing: .02em; }
.ac-core-service span { display: block; margin-top: 3px; font-size: 11px; color: rgba(245, 240, 255, .58); }
.ac-core-service-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; background: rgba(255, 178, 230, .10); color: var(--ac-pink); font-size: 18px; box-shadow: inset 0 0 14px rgba(255, 178, 230, .10); flex-shrink: 0; }
.ac-core-service-web { top: 54px; left: 50%; transform: translateX(-50%); }
.ac-core-service-meo { left: -78px; top: 270px; animation-delay: .7s; }
.ac-core-service-sales { right: -78px; top: 270px; animation-delay: 1.3s; }

@keyframes acCoreFloat { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-12px) scale(1.015); } }
@keyframes acCoreMiniFloat { 0%, 100% { margin-top: 0; } 50% { margin-top: -8px; } }
@keyframes acCoreDotPulse { 0%, 100% { opacity: .55; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.28); } }
@keyframes acCoreOrbitSpin1 { 0% { transform: rotate(-12deg); } 100% { transform: rotate(348deg); } }
@keyframes acCoreOrbitSpin2 { to { transform: rotate(-360deg); } }
@keyframes acCoreOrbitSpin3 { 0% { transform: rotate(18deg); } 100% { transform: rotate(378deg); } }

/* ---------- VisuLab Preview ---------- */
.ac-visulab-grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 64px;
  align-items: center;
}
.ac-visulab-head { grid-column: 1; grid-row: 1; }
.ac-visulab-body { grid-column: 1; grid-row: 2; }
.ac-visulab-body p { font-size: 15.5px; color: var(--ac-muted); line-height: 1.9; margin: 0; }
.ac-visulab-preview { grid-column: 2; grid-row: 1 / span 2; position: relative; display: flex; justify-content: center; align-items: center; }
.ac-visulab-preview::before { content: ""; position: absolute; width: 78%; height: 78%; border-radius: 999px; background: radial-gradient(circle, rgba(255, 178, 230, .26), transparent 62%), radial-gradient(circle, rgba(196, 170, 255, .18), transparent 68%); filter: blur(42px); opacity: .9; transform: translate(18px, 16px); pointer-events: none; }
.ac-visulab-preview-frame { position: relative; z-index: 1; width: min(680px, 100%); border-radius: 30px; overflow: hidden; border: 1px solid rgba(255, 200, 240, .22); background: rgba(255, 255, 255, .07); box-shadow: 0 34px 100px rgba(0, 0, 0, .46), 0 0 48px rgba(255, 94, 199, .13), inset 0 1px 0 rgba(255, 255, 255, .18); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); transition: transform .35s ease, box-shadow .35s ease; }
.ac-visulab-preview-frame:hover { transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateY(-6px); box-shadow: 0 42px 120px rgba(0, 0, 0, .52), 0 0 64px rgba(255, 94, 199, .2), inset 0 1px 0 rgba(255, 255, 255, .2); }
.ac-visulab-preview-frame a, .ac-visulab-preview-frame img { display: block; width: 100%; }
.ac-visulab-preview-frame img { height: auto; }
.ac-visulab-preview-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.22), transparent 34%), linear-gradient(180deg, transparent 64%, rgba(4,4,14,.22)); pointer-events: none; }
.ac-visulab-preview-badge { position: absolute; left: 22px; bottom: 22px; z-index: 2; padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(255, 200, 240, .24); background: rgba(8, 8, 20, .62); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: rgba(255, 240, 250, .88); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- MEO Motion ---------- */
.ac-meo-motion { overflow: hidden; isolation: isolate; }
.ac-meo-motion img { position: relative; z-index: 1; }
.ac-meo-motion-layer { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; border-radius: 28px; }
.ac-meo-routes { position: absolute; inset: 0; width: 100%; height: 100%; }
.ac-meo-route { fill: none; stroke: rgba(255, 87, 128, .82); stroke-width: 3.2; stroke-linecap: round; stroke-dasharray: 18 780; filter: drop-shadow(0 0 8px rgba(255,87,128,.78)) drop-shadow(0 0 16px rgba(255,87,128,.45)); opacity: .72; animation: acMeoRouteFlow 4.8s linear infinite; }
.ac-meo-route-2 { animation-delay: .7s; opacity: .66; }
.ac-meo-route-3 { animation-delay: 1.3s; opacity: .72; }
.ac-meo-route-4 { animation-delay: 2s; opacity: .62; }
.ac-meo-route-5 { animation-delay: 2.7s; opacity: .58; }
.ac-meo-pin-pulse { position: absolute; left: 50%; top: 51%; width: 72px; height: 72px; border-radius: 999px; transform: translate(-50%, -50%); border: 1px solid rgba(255,90,130,.78); box-shadow: 0 0 24px rgba(255,90,130,.95), 0 0 62px rgba(255,90,130,.6); animation: acMeoPinPulse 2.4s ease-in-out infinite; }
.ac-meo-pin-pulse::before, .ac-meo-pin-pulse::after { content: ""; position: absolute; inset: -18px; border-radius: inherit; border: 1px solid rgba(255,90,130,.34); animation: acMeoRipple 2.4s ease-out infinite; }
.ac-meo-pin-pulse::after { inset: -34px; animation-delay: .8s; }
.ac-meo-search-pulse, .ac-meo-card-glow-1 { display: none !important; }
.ac-meo-card-glow { position: absolute; border-radius: 18px; border: 1px solid rgba(255,90,130,.22); background: linear-gradient(110deg, transparent 0%, rgba(255,130,160,.12) 46%, transparent 62%); background-size: 220% 100%; box-shadow: inset 0 0 14px rgba(255,90,130,.12), 0 0 10px rgba(255,90,130,.08); animation: acMeoCardScan 5.5s ease-in-out infinite; }
.ac-meo-card-glow-2 { right: 6.5%; top: 30%; width: 27%; height: 31%; border-radius: 20px; animation-delay: 1.1s; }
.ac-meo-card-glow-3 { left: 31%; bottom: 10%; width: 23%; height: 19%; border-radius: 18px; animation-delay: 2.2s; }
.ac-meo-particle { position: absolute; left: 51%; top: 51%; width: 4px; height: 4px; border-radius: 999px; background: rgba(255,135,160,.95); box-shadow: 0 0 10px rgba(255,90,130,.95), 0 0 22px rgba(255,90,130,.5); opacity: 0; animation: acMeoParticleMove 5s ease-in-out infinite; }
.ac-meo-particle-1 { --move-x: -260px; --move-y: -130px; animation-delay: 0s; }
.ac-meo-particle-2 { --move-x: 310px; --move-y: -105px; animation-delay: 1.1s; }
.ac-meo-particle-3 { --move-x: -330px; --move-y: 115px; animation-delay: 2.2s; }
.ac-meo-particle-4 { --move-x: 280px; --move-y: 150px; animation-delay: 3.3s; }
@media (min-width: 1025px) { .ac-meo-grid { grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; } .ac-meo-img-wrap { width: 100%; max-width: 100%; justify-self: start; transform: translateX(-42px); } .ac-meo-img-wrap img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center center; background: #020207; } .ac-meo-motion-layer { aspect-ratio: 16 / 9; height: auto; } }
.ac-meo-img-wrap, .ac-meo-motion-layer { overflow: hidden; }
.ac-meo-img-wrap::before { opacity: .55; }
@keyframes acMeoRouteFlow { 0% { stroke-dashoffset: 780; opacity: 0; } 12% { opacity: .86; } 72% { opacity: .76; } 100% { stroke-dashoffset: -120; opacity: 0; } }
@keyframes acMeoPinPulse { 0%, 100% { transform: translate(-50%, -50%) scale(.96); opacity: .72; } 50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; } }
@keyframes acMeoRipple { 0% { transform: scale(.55); opacity: .7; } 100% { transform: scale(1.65); opacity: 0; } }
@keyframes acMeoCardScan { 0%, 48% { background-position: 150% 0; opacity: .18; } 62% { opacity: .62; } 100% { background-position: -80% 0; opacity: .18; } }
@keyframes acMeoParticleMove { 0% { transform: translate(0,0) scale(.6); opacity: 0; } 10% { opacity: 1; } 55% { opacity: .95; } 100% { transform: translate(var(--move-x, 240px), var(--move-y, -90px)) scale(1.15); opacity: 0; } }

/* ---------- Responsive Final ---------- */
@media (max-width: 1024px) {
  .ac-hero-grid, .ac-two-col, .ac-meo-grid, .ac-visulab-grid { grid-template-columns: 1fr; }
  .ac-visulab-head, .ac-visulab-body, .ac-visulab-preview { grid-column: auto; grid-row: auto; }
  .ac-visulab-grid { gap: 28px; }
  .ac-visulab-preview { order: 2; }
  .ac-visulab-body { order: 3; }
  .ac-visulab-preview-frame { width: min(760px, 100%); transform: none; }
  .ac-visulab-preview-frame:hover { transform: translateY(-4px); }
}

@media (max-width: 768px) {
  .ac-hero { padding: 70px 0 64px; min-height: auto; }
  .ac-hero-core-visual { min-height: 340px !important; margin-top: 24px !important; padding: 16px 0 24px !important; transform: none !important; overflow: hidden !important; }
  .ac-core-service { display: none !important; }
  .ac-core-logo-stage { width: min(330px, 88vw) !important; aspect-ratio: 1.25 / 1 !important; }
  .ac-core-logo-pad { width: 88% !important; }
  .ac-core-logo-pad img { width: 82% !important; }
  .ac-core-brand { bottom: 2px !important; }
  .ac-core-brand-name { font-size: 28px !important; letter-spacing: .12em !important; }
  .ac-core-orbit { opacity: .32 !important; }
  .ac-core-orbit-1 { width: 360px !important; height: 220px !important; }
  .ac-core-orbit-2 { width: 300px !important; height: 300px !important; }
  .ac-core-orbit-3 { width: 410px !important; height: 180px !important; }
  .ac-core-dot { width: 6px !important; height: 6px !important; opacity: .6 !important; }
  .ac-visulab-section { padding-top: 74px; }
  .ac-visulab-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 26px !important; }
  .ac-visulab-head { order: 1; }
  .ac-visulab-preview { order: 2; margin-top: -4px; }
  .ac-visulab-body { order: 3; }
  .ac-visulab-preview-frame { width: 100% !important; border-radius: 22px !important; transform: none !important; }
  .ac-visulab-preview-badge { left: 14px; bottom: 14px; font-size: 9.5px; padding: 7px 11px; }
  .ac-visulab-actions { margin-top: 24px; flex-direction: column; }
  .ac-meo-img-wrap { transform: none !important; }
  .ac-meo-motion-layer { border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .ac-core-logo-stage, .ac-core-service, .ac-core-orbit, .ac-core-dot,
  .ac-meo-route, .ac-meo-pin-pulse, .ac-meo-pin-pulse::before, .ac-meo-pin-pulse::after,
  .ac-meo-card-glow, .ac-meo-particle { animation: none !important; }
}


/* ============================================================
   Final Hero Layout v1.0.5
   HTML order is visual first, copy second.
   PC: visual left / copy right. Mobile: visual above all text.
   ============================================================ */
@media (min-width: 1025px) {
  .ac-hero-grid {
    grid-template-columns: .92fr 1.08fr !important;
    gap: 72px !important;
    align-items: center !important;
  }

  .ac-hero-core-visual {
    order: 1 !important;
    min-height: 620px !important;
    transform: translateX(-28px) scale(1.02) !important;
  }

  .ac-hero-copy {
    order: 2 !important;
  }

  .ac-hero h1 {
    font-size: clamp(44px, 5.8vw, 78px) !important;
  }

  .ac-hero-lead {
    max-width: 640px !important;
  }
}

@media (max-width: 768px) {
  .ac-hero {
    padding-top: 52px !important;
    padding-bottom: 62px !important;
    align-items: flex-start !important;
  }

  .ac-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .ac-hero-core-visual {
    order: 1 !important;
    min-height: 250px !important;
    height: 250px !important;
    margin: -10px 0 8px !important;
    padding: 0 !important;
    transform: none !important;
    overflow: hidden !important;
  }

  .ac-hero-copy {
    order: 2 !important;
  }

  .ac-hero-kicker {
    margin-bottom: 18px !important;
  }

  .ac-hero h1 {
    font-size: clamp(42px, 14.2vw, 62px) !important;
    line-height: 1.04 !important;
  }

  .ac-hero-lead {
    margin-top: 26px !important;
    font-size: 15px !important;
    line-height: 1.95 !important;
  }

  .ac-hero-actions {
    margin-top: 30px !important;
  }

  .ac-core-service,
  .ac-core-metrics,
  .ac-core-service-local {
    display: none !important;
  }

  .ac-core-logo-stage {
    width: min(300px, 78vw) !important;
    aspect-ratio: 1.24 / 1 !important;
  }

  .ac-core-logo-pad {
    width: 88% !important;
  }

  .ac-core-logo-pad img {
    width: 82% !important;
  }

  .ac-core-brand {
    bottom: -2px !important;
  }

  .ac-core-brand-name {
    font-size: 25px !important;
    letter-spacing: .12em !important;
  }

  .ac-core-brand-sub {
    display: none !important;
  }

  .ac-core-orbit {
    opacity: .30 !important;
  }

  .ac-core-orbit-1 {
    width: 330px !important;
    height: 200px !important;
  }

  .ac-core-orbit-2 {
    width: 275px !important;
    height: 275px !important;
  }

  .ac-core-orbit-3 {
    width: 365px !important;
    height: 160px !important;
  }

  .ac-core-dot {
    width: 6px !important;
    height: 6px !important;
    opacity: .56 !important;
  }
}
