/**
 * TAYFUN SILVER WHOLESALE — Assortment Concepts
 * File: /assets/css/assortment-concepts.css
 * Canonical Build: 6.1.1 (Clean + Mobile Stability + Slider Polish)
 *
 * ✅ Scope: html.ac-ac, body.ac-ac, .ac-page (no global pollution)
 * ✅ Bright / clean (no heavy dim/glow)
 * ✅ Mobile-first stability: overflow kill, grid scroll fixes, safe-area, 100% zoom
 *
 * ✅ v6.1.1 Slider polish:
 *  - Pack/Theme Sheet + Theme Modal: oklar KALDIRILDI (touch/swipe + dots).
 *  - Dots: minimal (7px) + title overlay ile çakışmaz.
 *  - Touch cihazlarda Theme Card slider okları görünmez (swipe / dots yeterli).
 *  - Mobile sheet: görsel daha büyük + alttaki beyaz fade daha az (foto daha çok görünür).
 *  - Theme Modal: görsel üstü “WATCH BOARD VIDEO” pill gizlendi (CTA’lar yeterli).
 */

/* ========================================================================== */
/* 0) PAGE-SCOPED HORIZONTAL OVERFLOW KILLER (Single Scrollbar Fix)            */
/* ========================================================================== */
@supports (overflow-x: clip) {
  html.ac-ac, body.ac-ac { overflow-x: clip !important; }
}
@supports not (overflow-x: clip) {
  html.ac-ac, body.ac-ac { overflow-x: hidden !important; }
}
@supports (scrollbar-gutter: stable) {
  html.ac-ac { scrollbar-gutter: stable; }
}

/* ========================================================================== */
/* 1) BASE / RESET (Scoped)                                                    */
/* ========================================================================== */
.ac-page,
.ac-page * { box-sizing: border-box; }

.ac-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  position: relative;
  overflow-x: hidden;
  overflow-x: clip;

  background: #ffffff;
  color: #121316;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  -webkit-text-size-adjust: 100%;

  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.45;

  /* Design Tokens */
  --ac-font-serif: "Playfair Display", ui-serif, Georgia, "Times New Roman", serif;
  --ac-font-sans: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --ac-bg: #ffffff;
  --ac-text: #121316;
  --ac-muted: #5e6674;
  --ac-border: rgba(16, 18, 22, 0.10);

  --ac-gold: #d7c08a;
  --ac-gold-2: #cdb57d;

  --ac-radius-sm: 12px;
  --ac-radius-md: 18px;
  --ac-radius-lg: 26px;
  --ac-radius-xl: 32px;

  --ac-shadow-sm: 0 10px 28px rgba(10, 15, 22, 0.07);
  --ac-shadow-md: 0 18px 44px rgba(10, 15, 22, 0.09);
  --ac-shadow-lg: 0 26px 70px rgba(10, 15, 22, 0.11);

  --ac-pad: clamp(16px, 3.2vw, 44px);
  --ac-container-max: 1600px;

  --ac-ease: cubic-bezier(.2, .8, .2, 1);
  --ac-fast: 160ms;
  --ac-mid: 260ms;
  --ac-slow: 520ms;

  --ac-safe-top: env(safe-area-inset-top, 0px);
  --ac-safe-right: env(safe-area-inset-right, 0px);
  --ac-safe-bottom: env(safe-area-inset-bottom, 0px);
  --ac-safe-left: env(safe-area-inset-left, 0px);

  /* subtle warm paper (still white) */
  --ac-paper: linear-gradient(180deg, #ffffff 0%, #fbfbfb 60%, #ffffff 100%);
}

@supports (width: 100dvw) {
  .ac-page {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}

@media (max-width: 640px) {
  .ac-page { --ac-pad: 14px; }
}

/* Media resets */
.ac-page img,
.ac-page svg { max-width: 100%; height: auto; }
.ac-page video { max-width: 100%; }

.ac-page a { text-decoration: none; }
.ac-page a:not(.ac-btn):not(.ac-program-video-btn) { color: inherit; }

.ac-page button { font-family: inherit; }
.ac-page [role="button"] { -webkit-tap-highlight-color: transparent; }

.ac-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ========================================================================== */
/* 2) OVERLAY HOOKS (Scroll Lock + Scroll-to-top hide)                         */
/* ========================================================================== */
html.ac-ac.ac-lock,
body.ac-ac.ac-lock { overflow: hidden !important; }

html.ac-ac.ac-lock #toTop,
body.ac-ac.ac-lock #toTop,
html.ac-ac.ac-lock #scrollUp,
body.ac-ac.ac-lock #scrollUp,
html.ac-ac.ac-lock #scrollup,
body.ac-ac.ac-lock #scrollup,
html.ac-ac.ac-lock #back_to_top,
body.ac-ac.ac-lock #back_to_top,
html.ac-ac.ac-lock #back-to-top,
body.ac-ac.ac-lock #back-to-top,
html.ac-ac.ac-lock #return-to-top,
body.ac-ac.ac-lock #return-to-top,
html.ac-ac.ac-lock .return-to-top,
body.ac-ac.ac-lock .return-to-top,
html.ac-ac.ac-lock .scrollup,
body.ac-ac.ac-lock .scrollup,
html.ac-ac.ac-lock .scroll-up,
body.ac-ac.ac-lock .scroll-up,
html.ac-ac.ac-lock .to-top,
body.ac-ac.ac-lock .to-top,
html.ac-ac.ac-lock .totop,
body.ac-ac.ac-lock .totop,
html.ac-ac.ac-lock .scrollToTop,
body.ac-ac.ac-lock .scrollToTop,
html.ac-ac.ac-lock .scroll-to-top,
body.ac-ac.ac-lock .scroll-to-top,
html.ac-ac.ac-lock .back-to-top,
body.ac-ac.ac-lock .back-to-top,
html.ac-ac.ac-lock .go-top,
body.ac-ac.ac-lock .go-top,
html.ac-ac.ac-lock .gotop,
body.ac-ac.ac-lock .gotop,
html.ac-ac.ac-lock .upbutton,
body.ac-ac.ac-lock .upbutton,
html.ac-ac.ac-lock .up-btn,
body.ac-ac.ac-lock .up-btn,
html.ac-ac.ac-lock a[href="#top"],
body.ac-ac.ac-lock a[href="#top"],
html.ac-ac.ac-lock a[href="#Top"],
body.ac-ac.ac-lock a[href="#Top"],
html.ac-ac.ac-lock a[href="#TOP"],
body.ac-ac.ac-lock a[href="#TOP"],
html.ac-ac.ac-overlay-open #toTop,
body.ac-ac.ac-overlay-open #toTop,
html.ac-ac.ac-overlay-open #scrollUp,
body.ac-ac.ac-overlay-open #scrollUp,
html.ac-ac.ac-overlay-open #scrollup,
body.ac-ac.ac-overlay-open #scrollup,
html.ac-ac.ac-overlay-open #back_to_top,
body.ac-ac.ac-overlay-open #back_to_top,
html.ac-ac.ac-overlay-open #back-to-top,
body.ac-ac.ac-overlay-open #back-to-top,
html.ac-ac.ac-overlay-open #return-to-top,
body.ac-ac.ac-overlay-open #return-to-top,
html.ac-ac.ac-overlay-open .return-to-top,
body.ac-ac.ac-overlay-open .return-to-top,
html.ac-ac.ac-overlay-open .scrollup,
body.ac-ac.ac-overlay-open .scrollup,
html.ac-ac.ac-overlay-open .scroll-up,
body.ac-ac.ac-overlay-open .scroll-up,
html.ac-ac.ac-overlay-open .to-top,
body.ac-ac.ac-overlay-open .to-top,
html.ac-ac.ac-overlay-open .totop,
body.ac-ac.ac-overlay-open .totop,
html.ac-ac.ac-overlay-open .scrollToTop,
body.ac-ac.ac-overlay-open .scrollToTop,
html.ac-ac.ac-overlay-open .scroll-to-top,
body.ac-ac.ac-overlay-open .scroll-to-top,
html.ac-ac.ac-overlay-open .back-to-top,
body.ac-ac.ac-overlay-open .back-to-top,
html.ac-ac.ac-overlay-open .go-top,
body.ac-ac.ac-overlay-open .go-top,
html.ac-ac.ac-overlay-open .gotop,
body.ac-ac.ac-overlay-open .gotop,
html.ac-ac.ac-overlay-open .upbutton,
body.ac-ac.ac-overlay-open .upbutton,
html.ac-ac.ac-overlay-open .up-btn,
body.ac-ac.ac-overlay-open .up-btn,
html.ac-ac.ac-overlay-open a[href="#top"],
body.ac-ac.ac-overlay-open a[href="#top"],
html.ac-ac.ac-overlay-open a[href="#Top"],
body.ac-ac.ac-overlay-open a[href="#Top"],
html.ac-ac.ac-overlay-open a[href="#TOP"],
body.ac-ac.ac-overlay-open a[href="#TOP"]{
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ========================================================================== */
/* 3) LAYOUT HELPERS                                                           */
/* ========================================================================== */
.ac-container {
  width: min(var(--ac-container-max), calc(100% - (var(--ac-pad) * 2)));
  margin-left: auto;
  margin-right: auto;
}

.ac-ico { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
.ac-ico-sm { width: 16px; height: 16px; }

.ac-page i.ac-ico {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Focus */
.ac-page a:focus-visible,
.ac-page button:focus-visible,
.ac-page [role="button"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(215, 192, 138, 0.28);
}

/* ========================================================================== */
/* 4) BUTTONS                                                                  */
/* ========================================================================== */
.ac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  height: 46px;
  padding: 0 18px;

  border-radius: 999px;
  border: 1px solid transparent;

  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 14px;

  cursor: pointer;
  transition: transform var(--ac-fast) var(--ac-ease),
              background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              box-shadow var(--ac-fast) var(--ac-ease),
              opacity var(--ac-fast) var(--ac-ease);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ac-btn span { display: inline-block; }
.ac-btn:active { transform: translateY(1px) scale(0.99); }

.ac-btn-primary {
  background: linear-gradient(180deg, #efe3c4 0%, var(--ac-gold) 100%);
  color: #1b1a12;
  border-color: rgba(191, 167, 108, 0.34);
  box-shadow: none;
}
.ac-btn-primary:hover {
  background: linear-gradient(180deg, #f6eed6 0%, var(--ac-gold-2) 100%);
  border-color: rgba(191, 167, 108, 0.44);
}

.ac-btn-ghost {
  background: rgba(255, 255, 255, 0.86);
  color: rgba(18, 19, 22, 0.92);
  border-color: rgba(16, 18, 22, 0.14);
}
.ac-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(16, 18, 22, 0.18);
  box-shadow: 0 12px 28px rgba(10,15,22,0.08);
}

.ac-btn-dark {
  background: #121620;
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(18, 19, 22, 0.10);
  box-shadow: none;
}
.ac-btn-dark:hover {
  background: #0f131c;
  border-color: rgba(18, 19, 22, 0.16);
}

.ac-btn-full {
  width: 100%;
  border-radius: 16px;
  height: 48px;
  justify-content: flex-start;
  padding: 0 16px;
  font-weight: 950;
}
.ac-btn-video { background: #121620; }

/* ========================================================================== */
/* 5) REVEAL ANIMATIONS                                                        */
/* ========================================================================== */
.ac-reveal { opacity: 1; transform: none; }

html.ac-js .ac-page .ac-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--ac-slow) var(--ac-ease), transform var(--ac-slow) var(--ac-ease);
  will-change: opacity, transform;
}
html.ac-js .ac-page .ac-reveal.is-visible { opacity: 1; transform: translateY(0); }
.ac-reveal.delay-1 { transition-delay: 70ms; }
.ac-reveal.delay-2 { transition-delay: 140ms; }
.ac-reveal.delay-3 { transition-delay: 210ms; }

@media (prefers-reduced-motion: reduce) {
  .ac-reveal { opacity: 1; transform: none; transition: none; }
}

/* ========================================================================== */
/* 6) INTRO OVERLAY (Fullscreen, no white box, no page bleed)                  */
/* ========================================================================== */
.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;

  display: flex;
  align-items: stretch;
  justify-content: center;

  background: #000;
  overflow: hidden;
  opacity: 1;
}
.intro-overlay.gone { display: none; }

@supports (height: 100dvh) { .intro-overlay { height: 100dvh; } }
@supports (height: 100svh) { .intro-overlay { height: 100svh; } }

html.ac-js .intro-overlay { transition: opacity var(--ac-slow) var(--ac-ease); }
html.ac-js .intro-overlay.is-closing {
  opacity: 0;
  pointer-events: none !important;
}

.intro-overlay::before,
.intro-overlay::after { display: none !important; content: none !important; }

.intro-video,
.intro-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: none;
}

/* ✅ Intro overlay: gerçek viewport yüksekliği (iOS/toolbar gap fix) */
#video-intro.intro-overlay{
  height: calc(var(--ac-vh, 1vh) * 100);
  min-height: calc(var(--ac-vh, 1vh) * 100);
}

/* ✅ Intro video/image: her cihazda full cover (siyah boşluk kalmaz) */
#video-intro .intro-video,
#video-intro .intro-image{
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
}

.intro-content {
  position: relative;
  z-index: 2;

  width: min(980px, calc(100% - (var(--ac-pad) * 2)));
  margin: auto;
  text-align: center;

  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  box-shadow: none;
}

html.ac-js .intro-content { opacity: 1; transform: none; transition: none; }
html.ac-js .intro-overlay.is-closing .intro-content {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--ac-slow) var(--ac-ease), transform var(--ac-slow) var(--ac-ease);
}

.intro-kicker {
  font-size: 12px;
  letter-spacing: 0.26em;
  font-weight: 950;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  margin-bottom: 12px;
  text-shadow: 0 10px 28px rgba(0,0,0,0.40);
}

.intro-logo-top {
  display: block;
  font-family: var(--ac-font-serif);
  font-weight: 860;
  letter-spacing: 0.008em;
  font-size: clamp(34px, 5.6vw, 72px);
  color: rgba(255, 255, 255, 0.96);
  line-height: 0.98;
  text-shadow: 0 14px 34px rgba(0,0,0,0.42);
}
.intro-logo-bottom {
  display: block;
  margin-top: 10px;
  font-weight: 950;
  font-size: clamp(13px, 1.65vw, 18px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(215, 192, 138, 0.98);
  text-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

.intro-sub {
  margin-top: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.08em;
  text-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

.intro-actions {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  justify-items: center;
}

/* ✅ Intro button — Hero CTA ile uyumlu (kibar premium outline) */
.btn-enter{
  position: relative;
  height: 48px;                 /* 54 -> 48 (kibar) */
  padding: 0 18px;              /* 24 -> 18 */
  border-radius: 999px;

  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.42);

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  font-weight: 780;             /* daha ince premium */
  font-size: 13px;              /* hero ile aynı */
  letter-spacing: 0.06em;       /* hero ile aynı */

  cursor: pointer;
  transition: transform var(--ac-fast) var(--ac-ease),
              background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease);
  box-shadow: none;
}

.btn-enter:hover{
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.55);
}

.btn-enter:active{
  transform: translateY(1px);
}

.intro-hint {
  font-size: 12px;
  color: rgba(255,255,255,0.70);
  text-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

@media (max-width: 520px) {
  .intro-sub { letter-spacing: 0.06em; }
  .btn-enter { height: 52px; padding: 0 20px; }
}

/* ========================================================================== */
/* 7) HERO — Wholesale Platform style (Centered + Outline CTA)                 */
/* ========================================================================== */
.ac-hero{
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: calc(var(--ac-vh, 1vh) * 100);
  min-height: calc(var(--ac-vh, 1vh) * 100);

  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: #000; /* fallback */
}

@supports (height: 100dvh) { .ac-hero{ min-height: 100dvh; } }
@supports (height: 100svh) { .ac-hero{ min-height: 100svh; } }

/* Overlay: only bottom (no heavy dim) */
.ac-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.00) 0%,
    rgba(0,0,0,0.06) 55%,
    rgba(0,0,0,0.28) 100%
  );
}

/* Slides */
.ac-hero-slide{
  position:absolute;
  inset:0;
  z-index:1;
  opacity:0;
  transition: opacity var(--ac-slow) var(--ac-ease);
}
.ac-hero-slide.is-active{ opacity:1; }

.ac-hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.ac-hero-media picture{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}

.ac-hero-image,
.ac-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:none;
  filter:none;
}

/* Content */
.ac-hero-inner{
  position: relative;
  z-index: 3;
  min-height: inherit;
  display: grid;
  align-items: center;
  padding-top: calc(22px + var(--ac-safe-top));
  padding-bottom: calc(70px + var(--ac-safe-bottom));
}

.ac-hero-copy{
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 0;

  text-align: center;
  color: rgba(255,255,255,0.96);

  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ac-hero-eyebrow{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  color: rgba(255,255,255,0.78);
  text-shadow: 0 14px 36px rgba(0,0,0,0.28);
}

.ac-hero-title{
  margin: 14px 0 12px;
  font-family: var(--ac-font-serif);
  font-weight: 860;
  line-height: 1.02;
  font-feature-settings: "liga" 1, "kern" 1;
  text-shadow: 0 14px 36px rgba(0,0,0,0.28);
}

.ac-hero-title-main{
  display:block;
  font-size: clamp(44px, 5.6vw, 82px);
  letter-spacing: 0.006em;
  color: rgba(255,255,255,0.98);
}

.ac-hero-title-sub{
  display:block;
  margin-top: 8px;

  font-family: var(--ac-font-serif);
  font-weight: 820;
  font-size: clamp(32px, 4.6vw, 70px);
  letter-spacing: 0.004em;
  text-transform: none;

  color: rgba(255,255,255,0.96);
}

.ac-hero-lead{
  margin: 14px auto 0;
  max-width: 78ch;
  font-size: clamp(14px, 1.55vw, 18px);
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  text-shadow: 0 14px 36px rgba(0,0,0,0.28);

  overflow-wrap: break-word;
  word-break: break-word;
}

/* Clean hero */
.ac-hero-stats{ display:none !important; }

/* CTAs — stacked outline pills */
.ac-hero-actions{
  margin: 18px auto 0;
  width: min(380px, 100%);  /* 440 -> 380, daha zarif */
  display: grid;
  gap: 10px;                /* 12 -> 10 */
  justify-items: stretch;
}

.ac-hero .ac-btn{
  height: 48px;                 /* 56 -> 48 */
  width: 100%;
  justify-content: center;
  border-radius: 999px;

  font-weight: 780;             /* 850 -> 780 */
  letter-spacing: 0.06em;       /* daha premium “ince” */
  font-size: 13px;              /* 15 -> 13 */

  box-shadow: none;
  transform: none;
  border-width: 1px;            /* 1.2 -> 1 */
}

.ac-hero .ac-btn-primary,
.ac-hero .ac-btn-ghost{
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.42);

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.ac-hero .ac-btn-primary:hover,
.ac-hero .ac-btn-ghost:hover{
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.55);
}

.ac-hero .ac-btn-primary:active,
.ac-hero .ac-btn-ghost:active{
  transform: translateY(1px);
}

.ac-hero .ac-hero-actions .ac-ico{ display:none !important; }

/* Controls — visible only on hover (desktop); mobile hidden */
.ac-hero-controls{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
}

.ac-hero-nav{
  pointer-events:auto;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;

  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(0,0,0,0.20);
  color: rgba(255,255,255,0.92);

  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;

  transition: opacity var(--ac-fast) var(--ac-ease),
              background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease);
  opacity: 0;
}

.ac-hero-nav[data-ac-hero-prev]{ left: calc(var(--ac-pad) - 4px); }
.ac-hero-nav[data-ac-hero-next]{ right: calc(var(--ac-pad) - 4px); }

@media (hover: hover) and (pointer: fine){
  .ac-hero:hover .ac-hero-nav{ opacity: 1; }
  .ac-hero-nav:hover{
    background: rgba(0,0,0,0.30);
    border-color: rgba(255,255,255,0.62);
  }
}

/* Indicators — tight dots */
.ac-hero-indicators{
  position:absolute;
  left: 50%;
  bottom: calc(10px + var(--ac-safe-bottom));
  transform: translateX(-50%);
  z-index: 5;

  display:flex;
  justify-content:center;
  gap: 7px;
  pointer-events:auto;
}

.ac-hero-dot{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.52);
  background: rgba(255,255,255,0.22);
  cursor:pointer;
  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease);
}

.ac-hero-dot.is-active{
  background: rgba(255,255,255,0.95);
  border-color: rgba(255,255,255,0.95);
  transform: scale(1.05);
}

/* Mobile tuning */
@media (max-width: 640px){
  .ac-hero-inner{
    align-items: center;
    padding-top: calc(18px + var(--ac-safe-top));
    padding-bottom: calc(76px + var(--ac-safe-bottom));
  }

  .ac-hero-title-main{
    font-size: clamp(36px, 9.2vw, 52px);
  }
  .ac-hero-title-sub{
    font-size: clamp(30px, 8.2vw, 46px);
    margin-top: 6px;
  }

  .ac-hero-lead{
    font-size: 14px;
    line-height: 1.55;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .ac-hero-nav{ display:none; }

  .ac-hero-actions{
    width: min(520px, 100%);
  }
}

/* ========================================================================== */
/* 8) INTRO + LOGIC SECTION                                                    */
/* ========================================================================== */
.ac-intro {
  padding: clamp(32px, 5vw, 70px) 0;
  background: var(--ac-paper);
}

.ac-intro-title {
  margin: 0;
  font-family: var(--ac-font-serif);
  font-size: clamp(26px, 3.2vw, 44px);
  letter-spacing: 0.01em;
  color: var(--ac-text);
  font-feature-settings: "liga" 1, "kern" 1;
}

.ac-intro-lead {
  margin: 8px 0 22px;
  color: var(--ac-muted);
  font-size: clamp(14px, 1.5vw, 18px);
  max-width: 72ch;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ac-logic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ac-logic-item {
  padding: 16px 16px 14px;
  border-radius: var(--ac-radius-md);
  border: 1px solid var(--ac-border);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(10, 15, 22, 0.06);
  min-height: 92px;
}

.ac-logic-ico {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(215, 192, 138, 0.22);
  border: 1px solid rgba(215, 192, 138, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2a2616;
}

.ac-logic-k {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.20em;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(18, 19, 22, 0.62);
}

.ac-logic-v {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(18, 19, 22, 0.84);
  font-weight: 650;
}

@media (max-width: 980px) { .ac-logic { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .ac-logic { grid-template-columns: 1fr; } }

/* ========================================================================== */
/* 8.5) DECISION RAIL                                                          */
/* ========================================================================== */
.ac-decision {
  padding: 0 0 clamp(18px, 3.6vw, 34px);
  background: var(--ac-paper);
}

.ac-decision-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: end;
  padding: clamp(18px, 2.2vw, 30px);
  border-radius: var(--ac-radius-xl);
  border: 1px solid rgba(16, 18, 22, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(10, 15, 22, 0.06);
}

.ac-decision-title {
  margin: 10px 0 0;
  font-family: var(--ac-font-serif);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.06;
  color: var(--ac-text);
}

.ac-decision-lead {
  margin: 10px 0 0;
  max-width: 62ch;
  color: var(--ac-muted);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.62;
}

.ac-decision-tools {
  display: grid;
  gap: 12px;
}

.ac-filter-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ac-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 18, 22, 0.10);
  background: #fbfaf7;
  color: rgba(18, 19, 22, 0.74);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              color var(--ac-fast) var(--ac-ease),
              box-shadow var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease);
}

.ac-filter-chip span,
.ac-filter-chip strong {
  display: inline-flex;
  align-items: center;
}

.ac-filter-chip strong {
  min-width: 24px;
  height: 24px;
  justify-content: center;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(16, 18, 22, 0.06);
  color: rgba(18, 19, 22, 0.92);
  font-size: 11px;
  font-weight: 950;
}

.ac-filter-chip:hover {
  border-color: rgba(16, 18, 22, 0.16);
  background: #ffffff;
  color: rgba(18, 19, 22, 0.92);
  box-shadow: 0 10px 24px rgba(10, 15, 22, 0.06);
}

.ac-filter-chip.is-active {
  background: linear-gradient(180deg, #f3e8cd 0%, rgba(215, 192, 138, 0.92) 100%);
  border-color: rgba(191, 167, 108, 0.42);
  color: rgba(17, 15, 10, 0.94);
  box-shadow: 0 12px 28px rgba(191, 167, 108, 0.18);
}

.ac-filter-chip.is-active strong {
  background: rgba(255, 255, 255, 0.76);
  color: rgba(17, 15, 10, 0.94);
}

.ac-filter-chip:active {
  transform: translateY(1px);
}

.ac-filter-summary {
  margin: 0;
  color: rgba(18, 19, 22, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .ac-decision-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .ac-decision-shell { padding: 16px; }
  .ac-filter-rail {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .ac-filter-rail::-webkit-scrollbar { display: none; }
  .ac-filter-chip { flex: 0 0 auto; }
}

/* ========================================================================== */
/* 9) SECTION HEAD                                                             */
/* ========================================================================== */
.ac-section-head { margin-bottom: 22px; }

.ac-section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.24em;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(18, 19, 22, 0.44);
}

.ac-section-title {
  margin: 10px 0 6px;
  font-family: var(--ac-font-serif);
  font-size: clamp(28px, 3.6vw, 52px);
  color: var(--ac-text);
  letter-spacing: 0.008em;
  line-height: 1.02;
  font-feature-settings: "liga" 1, "kern" 1;
}

.ac-section-lead {
  margin: 0;
  color: var(--ac-muted);
  font-size: clamp(14px, 1.55vw, 18px);
  max-width: 80ch;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* ========================================================================== */
/* 10) PROGRAMS GRID                                                           */
/* ========================================================================== */
.ac-programs {
  padding: clamp(28px, 5vw, 76px) 0;
  background: var(--ac-paper);
}

.ac-programs-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 1080px) { .ac-programs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ac-programs-grid { grid-template-columns: 1fr; } }

.ac-program-card {
  border-radius: var(--ac-radius-xl);
  border: 1px solid rgba(16,18,22,0.09);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(10, 15, 22, 0.08);
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--ac-mid) var(--ac-ease),
              box-shadow var(--ac-mid) var(--ac-ease),
              border-color var(--ac-mid) var(--ac-ease);
  outline: none;

  display: flex;
  flex-direction: column;
}

.ac-program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 52px rgba(10, 15, 22, 0.10);
  border-color: rgba(16, 18, 22, 0.14);
}

.ac-program-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(215, 192, 138, 0.28), 0 20px 52px rgba(10, 15, 22, 0.10);
}

.ac-program-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #f2f4f8;
  overflow: hidden !important;
  flex: 0 0 auto;
}

.ac-program-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: none;
}

/* shared video button (packs + themes) */
.ac-program-video-btn {
  position: relative;

  height: 42px;
  width: 42px;
  border-radius: 999px;
  border: 1px solid rgba(16,18,22,0.14);

  background: rgba(255,255,255,0.86);
  color: rgba(18,19,22,0.92);
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: transform var(--ac-fast) var(--ac-ease),
              background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              box-shadow var(--ac-fast) var(--ac-ease);
}

.ac-program-media .ac-program-video-btn{
  position: absolute;
  top: 14px;
  right: 14px;
}

.ac-program-video-btn:hover {
  background: rgba(255,255,255,0.94);
  border-color: rgba(16,18,22,0.18);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(10,15,22,.10);
}
.ac-program-video-btn:active { transform: translateY(0); }

.ac-program-video-btn svg { width: 18px; height: 18px; }

.ac-program-video-btn.is-disabled {
  opacity: 0.55;
  pointer-events: none !important;
}

.ac-program-body {
  padding: 18px 18px 20px;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.ac-program-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(16, 18, 22, 0.05);
  border: 1px solid rgba(16, 18, 22, 0.08);
  color: rgba(18, 19, 22, 0.74);
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 900;
  text-transform: uppercase;
}

.ac-program-meta {
  display: flex;
  gap: 8px;
  margin: 10px 0 10px;
}

.ac-meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 900;
  color: rgba(18, 19, 22, 0.80);

  background: rgba(215, 192, 138, 0.18);
  border: 1px solid rgba(215, 192, 138, 0.22);
}

.ac-program-title {
  margin: 0;
  font-size: 18px;
  font-weight: 950;
  color: rgba(18,19,22,0.96);
  line-height: 1.18;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ac-program-sub {
  margin: 8px 0 12px;
  color: var(--ac-muted);
  font-size: 14px;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ac-program-fit {
  margin: 0 0 12px;
  padding: 12px 13px;
  border-radius: 16px;
  border: 1px solid rgba(16, 18, 22, 0.08);
  background: rgba(16, 18, 22, 0.025);
  display: grid;
  gap: 5px;
}

.ac-program-fit-k {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(18, 19, 22, 0.48);
}

.ac-program-fit-v {
  color: rgba(18, 19, 22, 0.82);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.ac-iconrows {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 18, 22, 0.08);
}

.ac-iconrow {
  display: grid;
  grid-template-columns: 18px minmax(72px, 92px) 1fr;
  align-items: center;
  gap: 10px;
}

.ac-ir-k {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(18, 19, 22, 0.46);
}

.ac-ir-v {
  font-size: 13px;
  font-weight: 800;
  color: rgba(18, 19, 22, 0.82);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ac-program-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(16, 18, 22, 0.08);
  color: rgba(18, 19, 22, 0.70);
  font-size: 13px;
  line-height: 1.58;
  font-weight: 700;
}

.ac-program-card[hidden],
.ac-program-card.is-filtered-out {
  display: none !important;
}

/* Empty states */
.ac-empty {
  margin-top: 18px;
  border-radius: var(--ac-radius-xl);
  border: 1px solid var(--ac-border);
  padding: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 15, 22, 0.06);
}
.ac-empty-title { font-weight: 950; font-size: 16px; color: var(--ac-text); }
.ac-empty-sub { margin-top: 6px; color: var(--ac-muted); font-size: 14px; }

/* Optional dark variant (PHP uses .ac-empty-dark) */
.ac-empty.ac-empty-dark{
  background: #fff;
  border-color: rgba(16,18,22,0.10);
}

/* ========================================================================== */
/* 11) CONCEPT BOARDS                                                          */
/* ========================================================================== */
.ac-concepts {
  position: relative;
  padding: clamp(32px, 5.2vw, 86px) 0;
  background: var(--ac-paper);
  color: var(--ac-text);
  overflow: hidden;
}

.ac-concepts-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
}
.ac-dark-eyebrow {
  font-size: 12px;
  letter-spacing: 0.24em;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(18, 19, 22, 0.44);
}
.ac-dark-title {
  margin: 10px 0 0;
  font-family: var(--ac-font-serif);
  font-size: clamp(28px, 3.8vw, 56px);
  line-height: 1.02;
  color: rgba(18,19,22,0.96);
  letter-spacing: 0.008em;
  font-feature-settings: "liga" 1, "kern" 1;
}
.ac-concepts-right {
  color: rgba(18, 19, 22, 0.64);
  font-size: clamp(13px, 1.45vw, 16px);
  max-width: 62ch;
  justify-self: end;
}
@media (max-width: 980px) {
  .ac-concepts-head { grid-template-columns: 1fr; }
  .ac-concepts-right { justify-self: start; }
}

.ac-themes-grid {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 1080px) { .ac-themes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ac-themes-grid { grid-template-columns: 1fr; } }

.ac-theme-card {
  border-radius: var(--ac-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(16,18,22,0.09);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(10, 15, 22, 0.08);
  cursor: pointer;
  transition: transform var(--ac-mid) var(--ac-ease),
              border-color var(--ac-mid) var(--ac-ease),
              box-shadow var(--ac-mid) var(--ac-ease);
  outline: none;

  display: flex;
  flex-direction: column;
}
.ac-theme-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 18, 22, 0.14);
  box-shadow: 0 20px 52px rgba(10, 15, 22, 0.10);
}
.ac-theme-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(215, 192, 138, 0.28), 0 20px 52px rgba(10, 15, 22, 0.10);
}

.ac-theme-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #f2f4f8;
  overflow: hidden !important;
  flex: 0 0 auto;
}

/* Card slider */
.ac-tc-slider { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.ac-tc-track { position: absolute; inset: 0; }

.ac-tc-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  opacity: 0;
  transition: opacity var(--ac-mid) var(--ac-ease);
}
.ac-tc-slide.is-active { opacity: 1; }

/* Card slider arrows (desktop only; touch devices hide) */
.ac-tc-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;

  border: 1px solid rgba(16,18,22,0.14);
  background: rgba(255,255,255,0.86);
  color: rgba(18,19,22,0.92);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  z-index: 2;
  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease),
              box-shadow var(--ac-fast) var(--ac-ease);
}
.ac-tc-prev { left: 12px; }
.ac-tc-next { right: 12px; }
.ac-tc-nav:hover {
  background: rgba(255,255,255,0.94);
  border-color: rgba(16,18,22,0.18);
  box-shadow: 0 12px 26px rgba(10,15,22,.10);
}
.ac-tc-nav:active { transform: translateY(-50%) translateY(1px); }

/* Touch devices: no arrows (swipe + dots) */
@media (hover: none) and (pointer: coarse) {
  .ac-tc-nav { display: none !important; }
}

.ac-tc-dots{
  position:absolute;
  left:0; right:0;
  bottom:12px;
  display:flex;
  justify-content:center;
  gap:8px;
  padding:0 10px;
  z-index:2;
}
.ac-tc-dots button{
  width: 20px;
  height: 7px;
  border-radius:999px;
  border:1px solid rgba(16,18,22,0.14);
  background: rgba(255,255,255,0.72);
  cursor:pointer;
  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease);
}
.ac-tc-dots button:hover { background: rgba(255,255,255,0.86); }
.ac-tc-dots button:active { transform: translateY(1px); }
.ac-tc-dots button.is-active{
  background: rgba(215,192,138,0.94);
  border-color: rgba(191,167,108,0.58);
}
.ac-tc-slider.is-single .ac-tc-nav,
.ac-tc-slider.is-single .ac-tc-dots { display: none !important; }

/* Theme actions */
.ac-theme-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 10px;
  z-index: 4;
}
.ac-theme-actions .ac-program-video-btn{
  position: relative;
  top: auto;
  right: auto;
  background: rgba(255,255,255,0.92);
}

/* Online variant */
.ac-program-video-btn--online {
  background: rgba(255,255,255,0.86);
  border-color: rgba(16,18,22,0.14);
}
.ac-program-video-btn--online:hover {
  background: rgba(255,255,255,0.94);
  border-color: rgba(16,18,22,0.18);
}

.ac-theme-content {
  padding: 18px 18px 20px;
  flex: 1 1 auto;
  background:#fff;
  display: flex;
  flex-direction: column;
}

.ac-program-meta--dark .ac-meta-pill {
  color: rgba(18,19,22,0.80);
  background: rgba(215, 192, 138, 0.18);
  border-color: rgba(215, 192, 138, 0.22);
}

.ac-theme-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 10px;
  border-radius: 999px;

  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 950;

  color: rgba(17, 15, 10, 0.92);
  background: rgba(215, 192, 138, 0.92);
  border: 1px solid rgba(191,167,108,0.40);
}

.ac-theme-title {
  margin: 10px 0 6px;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.18;
  color: rgba(18,19,22,0.94);
}
.ac-theme-sub {
  margin: 0 0 12px;
  color: rgba(18,19,22,0.62);
  font-size: 14px;
}

.ac-theme-fit {
  margin: 0 0 12px;
  padding: 12px 13px;
  border-radius: 16px;
  border: 1px solid rgba(16, 18, 22, 0.08);
  background: rgba(16, 18, 22, 0.025);
  display: grid;
  gap: 5px;
}

.ac-theme-fit-k {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(18, 19, 22, 0.48);
}

.ac-theme-fit-v {
  color: rgba(18, 19, 22, 0.82);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.ac-iconrows--dark { border-top: 1px solid rgba(16,18,22,0.08); }
.ac-iconrows--dark .ac-ir-k { color: rgba(18,19,22,0.46); }
.ac-iconrows--dark .ac-ir-v { color: rgba(18,19,22,0.82); }

.ac-theme-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: rgba(191, 167, 108, 0.98);
}

/* ========================================================================== */
/* 11.5) PROCESS                                                               */
/* ========================================================================== */
.ac-process {
  padding: clamp(28px, 5vw, 76px) 0 clamp(34px, 5vw, 82px);
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
}

.ac-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ac-process-card {
  padding: clamp(18px, 2vw, 24px);
  border-radius: var(--ac-radius-xl);
  border: 1px solid rgba(16, 18, 22, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(10, 15, 22, 0.06);
}

.ac-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(215, 192, 138, 0.18);
  border: 1px solid rgba(215, 192, 138, 0.24);
  color: rgba(17, 15, 10, 0.92);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.ac-process-title {
  margin: 16px 0 0;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.22;
  color: rgba(18, 19, 22, 0.94);
  font-weight: 950;
}

.ac-process-copy {
  margin: 10px 0 0;
  color: rgba(18, 19, 22, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.ac-process-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ac-process-actions .ac-btn {
  min-width: min(260px, 100%);
}

@media (max-width: 980px) {
  .ac-process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .ac-process-actions { display: grid; }
  .ac-process-actions .ac-btn {
    width: 100%;
    min-width: 0;
  }
}

/* ========================================================================== */
/* 12) BACKDROP (Bright “fog”, not dark dim)                                   */
/* ========================================================================== */
.ac-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1400;

  background: radial-gradient(900px 520px at 50% 30%,
            rgba(255,255,255,0.88) 0%,
            rgba(255,255,255,0.72) 55%,
            rgba(10,15,22,0.10) 100%);

  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ac-mid) var(--ac-ease);

  overscroll-behavior: none;
}
.ac-backdrop.is-active { opacity: 1; pointer-events: auto; }
/* ========================================================================== */
/* PACK IMAGE PREVIEW (Desktop only)                                           */
/* ========================================================================== */
.ac-pack-preview{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 520px; /* JS bunu sheet width ile override ediyor */
  z-index: 1450; /* backdrop(1400) üstü, sheet(1500) altı */

  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;

  padding: clamp(16px, 3vw, 44px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ac-mid) var(--ac-ease);
  background: transparent;
}

.ac-pack-preview.is-active{
  opacity: 1;
  pointer-events: auto;
}

/* Sabit “frame” — görseller burada aynı konum/boyut hissiyle durur */
.ac-pack-preview-stage{
  width: min(920px, 100%);
  max-height: calc(100% - 86px);
  aspect-ratio: 1 / 1;           /* istersen 4/5 veya 16/11 yaparız */
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(10,15,22,0.10);

  display: grid;
  place-items: center;
  overflow: hidden;

  cursor: zoom-in;
}

.ac-pack-preview-stage.is-zoom{
  cursor: zoom-out;
}

.ac-pack-preview-img{
  width: 100%;
  height: 100%;
  object-fit: contain;            /* kırpmaz, profesyonel inceleme */
  object-position: center;
  transform: none;
  transform-origin: 50% 50%;
}

/* Close */
.ac-pack-preview-close{
  position: absolute;
  top: calc(14px + var(--ac-safe-top));
  left: calc(14px + var(--ac-safe-left));
  width: 42px;
  height: 42px;
  border-radius: 999px;

  border: 1px solid rgba(16,18,22,0.14);
  background: rgba(255,255,255,0.92);
  color: rgba(18,19,22,0.92);
  cursor: pointer;
}

/* Prev/Next */
.ac-pack-preview-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;

  border: 1px solid rgba(16,18,22,0.14);
  background: rgba(255,255,255,0.92);
  color: rgba(18,19,22,0.92);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.ac-pack-preview-prev{ left: calc(14px + var(--ac-safe-left)); }
.ac-pack-preview-next{ right: calc(14px + var(--ac-safe-left)); } /* right: sağ panel zaten yok, preview alanının sağı */

.ac-pack-preview-meta{
  margin-top: 14px;
  display: grid;
  gap: 6px;
  justify-items: center;
  color: rgba(18,19,22,0.70);
  font-weight: 850;
}

.ac-pack-preview-count{
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(18,19,22,0.62);
}

.ac-pack-preview-hint{
  font-size: 12px;
  color: rgba(18,19,22,0.58);
}

/* PC’de pack sheet görselinde zoom hissi */
@media (min-width: 981px){
  #acPackSheet .ac-ps-slide{ cursor: zoom-in; }
}

/* PC dışı: tamamen kapalı */
@media (max-width: 980px){
  .ac-pack-preview{ display:none !important; }
}
/* ========================================================================== */
/* 13) SHEETS (Pack + Theme Sheet)                                             */
/* ========================================================================== */
.ac-sheet {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(520px, 92vw);
  z-index: 1500;

  background: #ffffff;
  color: rgba(18, 19, 22, 0.94);
  border-left: 1px solid rgba(16, 18, 22, 0.10);

  transform: translateX(110%);
  transition: transform var(--ac-mid) var(--ac-ease);
  box-shadow: -26px 0 76px rgba(10,15,22,0.14);

  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;

  overscroll-behavior: none;
}
.ac-sheet.is-active { transform: translateX(0); }

.ac-sheet-close {
  position: absolute;
  top: calc(14px + var(--ac-safe-top));
  right: calc(14px + var(--ac-safe-right));
  z-index: 10;

  width: 42px;
  height: 42px;
  border-radius: 999px;

  border: 1px solid rgba(16,18,22,0.14);
  background: rgba(255,255,255,0.90);
  color: rgba(18,19,22,0.92);

  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease);
}
.ac-sheet-close:hover {
  background: rgba(255,255,255,0.96);
  border-color: rgba(16,18,22,0.18);
}
.ac-sheet-close:active { transform: translateY(1px); }

.ac-sheet-media { position: relative; background: #f2f4f8; min-height: 0; overflow: hidden; }
.ac-sheet-footer { min-height: 0; }

.ac-ps-slider { position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
.ac-ps-track { position: absolute; inset: 0; }

.ac-ps-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  opacity: 0;
  transition: opacity var(--ac-mid) var(--ac-ease);
}
.ac-ps-slide.is-active { opacity: 1; }

/* ✅ v6.1.1: arrows removed — keep compatibility safety */
.ac-ps-nav { display: none !important; }

/* Dots lane */
.ac-ps-slider.is-single .ac-ps-dots { display: none !important; }

.ac-ps-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:14px;
  display:flex;
  justify-content:center;
  gap:7px;
  padding:0 10px;
  z-index:10;
}

/* Minimal dots (7px) */
.ac-ps-dots button{
  width: 7px;
  height: 7px;
  border-radius: 999px;

  border: 1px solid rgba(16,18,22,0.18);
  background: rgba(255,255,255,0.72);
  cursor: pointer;
  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease);
}
.ac-ps-dots button:hover { background: rgba(255,255,255,0.86); }
.ac-ps-dots button:active { transform: translateY(1px); }
.ac-ps-dots button.is-active{
  background: rgba(215,192,138,0.96);
  border-color: rgba(191,167,108,0.62);
}

.ac-sheet-media-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: flex-end;
  padding: 16px 16px 38px; /* ✅ dots lane reserve */
  pointer-events: none;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.82) 55%,
    rgba(255,255,255,0.96) 100%
  );
  z-index: 9;
}

.ac-sheet-title {
  font-size: 20px;
  font-weight: 950;
  line-height: 1.14;
  color: rgba(18, 19, 22, 0.94);

  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ac-sheet-body {
  padding: 16px;
  overflow: auto;
  overflow-x: hidden;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.ac-sheet-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.ac-statbox {
  border-radius: 16px;
  padding: 12px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(16,18,22,0.06);
  box-shadow: 0 10px 26px rgba(10,15,22,0.06);
}
.ac-statbox-v { font-size: 18px; font-weight: 950; color: rgba(18, 19, 22, 0.92); }
.ac-statbox-k {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(18, 19, 22, 0.58);
}

.ac-sheet-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 18, 22, 0.08);
}

.ac-sheet-h {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(18, 19, 22, 0.62);
  margin-bottom: 12px;
  line-height: 1.25;
}

.ac-sheet-p {
  color: rgba(18, 19, 22, 0.72);
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ac-sheet-callout {
  margin-top: 12px;
  border-radius: 16px;
  padding: 12px;
  background: rgba(215, 192, 138, 0.14);
  border: 1px solid rgba(215, 192, 138, 0.20);
}
.ac-sheet-callout-k {
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(191, 167, 108, 0.98);
}
.ac-sheet-callout-v {
  margin-top: 6px;
  color: rgba(18, 19, 22, 0.86);
  font-weight: 800;
  font-size: 14px;
}

.ac-sheet-finish {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 12px;
  border-radius: 16px;
  background: rgba(16, 18, 22, 0.03);
  border: 1px solid rgba(16, 18, 22, 0.08);
  color: rgba(18, 19, 22, 0.86);
  font-weight: 900;
}

.ac-verified {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(191, 167, 108, 0.98);
  white-space: nowrap;
}

.ac-sheet-green {
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(46, 160, 120, 0.10);
  border: 1px solid rgba(46, 160, 120, 0.18);
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}
.ac-sheet-green-k { font-size: 12px; font-weight: 950; color: rgba(18, 19, 22, 0.92); }
.ac-sheet-green-v { margin-top: 4px; font-size: 13px; color: rgba(18, 19, 22, 0.70); font-weight: 800; line-height: 1.45; }

.ac-sheet-footer {
  padding: 14px 16px calc(16px + var(--ac-safe-bottom));
  border-top: 1px solid rgba(16, 18, 22, 0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.98));
  display: grid;
  gap: 10px;
}

/* Mobile sheet becomes fullscreen drawer */
@media (max-width: 720px) {
  .ac-sheet {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 100dvh;

    border-left: 0;
    border-top: 0;
    border-radius: 0;

    transform: translateY(110%);
  }
  .ac-sheet.is-active { transform: translateY(0); }

  @supports (height: 100svh){
    .ac-sheet{ height: 100svh; }
  }

  /* ✅ Mobile: görsel alanı büyüt (foto daha çok görünsün) */
  .ac-ps-slider{
    aspect-ratio: auto;
    height: clamp(300px, 46vh, 520px);
  }

  .ac-sheet-close{
    top: calc(12px + var(--ac-safe-top));
    right: calc(12px + var(--ac-safe-right));
  }

  /* ✅ Mobile: alttaki beyaz fade daha az “yiyen” */
  .ac-sheet-media-overlay{
    padding: 12px 14px 46px;
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0.00) 0%,
      rgba(255,255,255,0.00) 68%,
      rgba(255,255,255,0.78) 88%,
      rgba(255,255,255,0.96) 100%
    );
  }

  /* ✅ Mobile: title chip gibi dursun (fotoğrafı kapatmaz) */
  .ac-sheet-title{
    width: max-content;
    max-width: calc(100% - 6px);
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(16,18,22,0.10);
    box-shadow: 0 12px 30px rgba(10,15,22,0.08);
  }

  .ac-ps-dots{
    bottom: 16px;
  }
}

/* ========================================================================== */
/* 14) THEME MODAL (Desktop)                                                   */
/* ========================================================================== */
.ac-modal {
  position: fixed;
  inset: 0;
  z-index: 1550;
  display: none;
  place-items: center;

  --ac-modal-padY: clamp(8px, 1.4vh, 14px);
  --ac-modal-padX: clamp(10px, 1.4vw, 16px);

  padding: calc(var(--ac-modal-padY) + var(--ac-safe-top))
           calc(var(--ac-modal-padX) + var(--ac-safe-right))
           calc(var(--ac-modal-padY) + var(--ac-safe-bottom))
           calc(var(--ac-modal-padX) + var(--ac-safe-left));

  overscroll-behavior: none;
}
.ac-modal.is-active { display: grid; }

.ac-modal-close {
  position: absolute;
  top: calc(var(--ac-modal-padY) + 8px + var(--ac-safe-top));
  right: calc(var(--ac-modal-padX) + 8px + var(--ac-safe-right));
  z-index: 3;

  width: 44px;
  height: 44px;
  border-radius: 999px;

  border: 1px solid rgba(16,18,22,0.14);
  background: rgba(255,255,255,0.92);
  color: rgba(18,19,22,0.92);

  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease);
}
.ac-modal-close:hover {
  background: rgba(255,255,255,0.98);
  border-color: rgba(16,18,22,0.18);
}
.ac-modal-close:active { transform: translateY(1px); }
/* Theme Modal sağ üst kapatma butonu — .ac-btn-dark ile aynı renk */
#ac-page .ac-modal-close{
  background: #121620 !important;              /* ✅ buton rengi */
  border-color: rgba(18, 22, 32, 0.22) !important;
  color: rgba(255,255,255,0.96) !important;   /* ✅ X beyaz */
}

#ac-page .ac-modal-close:hover{
  background: #0f131c !important;             /* ✅ buton hover */
  border-color: rgba(18, 22, 32, 0.28) !important;
}

#ac-page .ac-modal-close svg{
  stroke: currentColor !important;
}
.ac-modal-split {
  width: min(1100px, 100%);
  border-radius: var(--ac-radius-xl);
  overflow: hidden;

  border: 1px solid rgba(16, 18, 22, 0.10);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--ac-shadow-lg);

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;

  max-height: calc(100dvh - (var(--ac-modal-padY) * 2) - var(--ac-safe-top) - var(--ac-safe-bottom));
}
@supports not (height: 100dvh) {
  .ac-modal-split{
    max-height: calc(100vh - (var(--ac-modal-padY) * 2) - var(--ac-safe-top) - var(--ac-safe-bottom));
  }
}

.ac-modal-media,
.ac-modal-card{
  min-height: 0;
  min-width: 0;
}

.ac-modal-media {
  position: relative;
  background: #f2f4f8;
  overflow: hidden;
}

/* Slider (modal) */
.ac-tm-slider { position: absolute; inset: 0; overflow: hidden; }
.ac-tm-track { position: absolute; inset: 0; }

.ac-tm-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

  opacity: 0;
  transition: opacity var(--ac-mid) var(--ac-ease);
}
.ac-tm-slide.is-active { opacity: 1; }

/* ✅ v6.1.1: arrows removed — keep compatibility safety */
.ac-tm-nav { display: none !important; }

/* dots */
.ac-tm-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  z-index: 2;
}
.ac-tm-dots button {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 1px solid rgba(16,18,22,0.18);
  background: rgba(255,255,255,0.72);
  cursor: pointer;
  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease);
}
.ac-tm-dots button:hover { background: rgba(255,255,255,0.86); }
.ac-tm-dots button:active { transform: translateY(1px); }
.ac-tm-dots button.is-active {
  background: rgba(215,192,138,0.96);
  border-color: rgba(191,167,108,0.62);
}
.ac-tm-slider.is-single .ac-tm-dots { display: none !important; }

/* Play button overlay (kept for compatibility; hidden below) */
.ac-modal-play {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(16,18,22,0.14);
  background: rgba(255,255,255,0.90);
  color: rgba(18,19,22,0.92);

  cursor: pointer;
  -webkit-tap-highlight-color: transparent;

  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease),
              box-shadow var(--ac-fast) var(--ac-ease);
}
.ac-modal-play:hover {
  background: rgba(255,255,255,0.96);
  border-color: rgba(16,18,22,0.18);
  box-shadow: 0 12px 26px rgba(10,15,22,.10);
}
.ac-modal-play:active { transform: translateY(1px); }

.ac-modal-play.is-disabled{
  opacity: 0.55;
  pointer-events: none !important;
}

.ac-modal-play-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(215, 192, 138, 0.92);
  color: #15160f;
  font-weight: 950;
}

.ac-modal-play-txt {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 950;
  white-space: nowrap;
}

.ac-modal-card {
  padding: 14px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  color: rgba(18, 19, 22, 0.94);
}

.ac-modal-chiprow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }

.ac-modal-chip {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(215, 192, 138, 0.16);
  border: 1px solid rgba(215, 192, 138, 0.22);
  color: rgba(191, 167, 108, 0.98);
}

.ac-modal-title {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.16;
}

.ac-modal-sub {
  margin-top: 6px;
  color: rgba(18, 19, 22, 0.64);
  font-size: 14px;
  line-height: 1.55;
}

.ac-modal-block {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 18, 22, 0.08);
}

.ac-modal-h {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(18, 19, 22, 0.62);
  margin-bottom: 10px;
}

.ac-modal-p { color: rgba(18, 19, 22, 0.70); font-size: 14px; line-height: 1.55; }

.ac-modal-stats {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ac-modal-comp {
  display: grid;
  gap: 8px;
  border-radius: 16px;
  padding: 10px;
  background: rgba(16, 18, 22, 0.03);
  border: 1px solid rgba(16, 18, 22, 0.08);
}

.ac-comp-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(180px, 1.2fr);
  gap: 10px;
  font-size: 13px;
}
.ac-comp-k { color: rgba(18, 19, 22, 0.58); font-weight: 850; letter-spacing: 0.06em; }
.ac-comp-v { color: rgba(18, 19, 22, 0.90); font-weight: 950; text-align: right; white-space: normal; }

.ac-modal-callout {
  margin-top: 10px;
  border-radius: 16px;
  padding: 10px;
  background: rgba(46, 160, 120, 0.10);
  border: 1px solid rgba(46, 160, 120, 0.18);
}
.ac-modal-callout-k {
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(18, 19, 22, 0.62);
}
.ac-modal-callout-v {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 900;
  color: rgba(18, 19, 22, 0.86);
}

.ac-modal-cta{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(16,18,22,0.08);
  display: grid;
  gap: 10px;
}

@media (max-width: 980px) {
  .ac-modal-split { grid-template-columns: 1fr; }
  .ac-modal-media { height: clamp(220px, 34vh, 340px); }
}
@media (max-width: 520px) {
  .ac-comp-row{ grid-template-columns: 1fr; }
  .ac-comp-v{ text-align: left; }
}

/* ========================================================================== */
/* 15) VIDEO MODAL (TRUE Fullscreen)                                           */
/* ========================================================================== */
.ac-vmodal {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: none;
  place-items: center;
  padding: 0;
  overscroll-behavior: none;
}
.ac-vmodal.is-active { display: grid; }

.ac-vmodal-close {
  position: absolute;
  top: calc(14px + var(--ac-safe-top));
  right: calc(14px + var(--ac-safe-right));
  z-index: 3;

  width: 46px;
  height: 46px;
  border-radius: 999px;

  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.52);
  color: rgba(255, 255, 255, 0.94);

  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: background var(--ac-fast) var(--ac-ease),
              border-color var(--ac-fast) var(--ac-ease),
              transform var(--ac-fast) var(--ac-ease);
}
.ac-vmodal-close:hover {
  background: rgba(0, 0, 0, 0.64);
  border-color: rgba(255, 255, 255, 0.24);
}
.ac-vmodal-close:active { transform: translateY(1px); }

.ac-vmodal-inner {
  width: 100vw;
  height: 100dvh;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: rgba(0, 0, 0, 0.92);
  padding: 0;
  display: grid;
  place-items: center;
}
@supports (height: 100svh) { .ac-vmodal-inner { height: 100svh; } }

.ac-vmodal-video {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #000;
  object-fit: contain;
}

.ac-vmodal-empty {
  position: absolute;
  inset: 0;
  padding: 24px;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ac-vmodal-empty-title { font-weight: 950; font-size: 16px; color: rgba(255, 255, 255, 0.92); }
.ac-vmodal-empty-sub { color: rgba(255, 255, 255, 0.70); font-size: 14px; max-width: 64ch; }

/* ========================================================================== */
/* 16) CTA STACK GUARANTEE (No overlap, ever)                                  */
/* ========================================================================== */
.ac-page .ac-sheet-footer,
.ac-page .ac-modal-cta{
  display: grid;
  grid-auto-rows: max-content;
  gap: 10px;
}

.ac-page .ac-sheet-footer .ac-btn,
.ac-page .ac-sheet-footer a.ac-btn,
.ac-page .ac-sheet-footer button.ac-btn,
.ac-page .ac-modal-cta .ac-btn,
.ac-page .ac-modal-cta a.ac-btn,
.ac-page .ac-modal-cta button.ac-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  z-index: 0;
  line-height: 1;
  overflow: hidden;
}

/* ========================================================================== */
/* 17) TOUCH / HOVER NEUTRALIZATION (prevents sticky hover jitter)             */
/* ========================================================================== */
.ac-page .ac-program-card,
.ac-page .ac-theme-card { touch-action: manipulation; }

@media (hover: none) and (pointer: coarse) {
  .ac-program-card:hover,
  .ac-theme-card:hover{
    transform: none;
    box-shadow: 0 16px 40px rgba(10, 15, 22, 0.08);
  }
  .ac-program-video-btn:hover,
  .ac-hero-nav:hover,
  .ac-tc-nav:hover{
    box-shadow: none;
    transform: none;
  }
}

/* ========================================================================== */
/* 18) SCROLLBARS (Subtle premium)                                             */
/* ========================================================================== */
.ac-sheet-body,
.ac-modal-card {
  scrollbar-width: thin;
  scrollbar-color: rgba(191,167,108,.40) rgba(16,18,22,.06);
}
.ac-sheet-body::-webkit-scrollbar,
.ac-modal-card::-webkit-scrollbar { width: 10px; }
.ac-sheet-body::-webkit-scrollbar-track,
.ac-modal-card::-webkit-scrollbar-track {
  background: rgba(16,18,22,0.04);
  border-radius: 999px;
}
.ac-sheet-body::-webkit-scrollbar-thumb,
.ac-modal-card::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(215,192,138,.55), rgba(215,192,138,.22));
  border: 2px solid rgba(255,255,255,0.90);
  border-radius: 999px;
}
.ac-sheet-body::-webkit-scrollbar-thumb:hover,
.ac-modal-card::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(215,192,138,.65), rgba(215,192,138,.28));
}

/* ========================================================================== */
/* 19) REDUCED MOTION SAFETY                                                   */
/* ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .ac-page * { scroll-behavior: auto !important; }
  .ac-hero-slide,
  .ac-ps-slide,
  .ac-tc-slide,
  .ac-tm-slide,
  .ac-backdrop,
  .ac-sheet,
  .ac-modal,
  .ac-vmodal,
  .intro-overlay,
  .intro-content { transition: none !important; }
}

/* ========================================================================== */
/* THEME MODAL MEDIA — COVER/FILL GUARANTEE (no gap, no bleed)                */
/* ========================================================================== */
#acThemeModal .ac-modal-media{
  padding: 0 !important;
  background: #000; /* sadece görsel yüklenmezse görünür */
}

#acThemeModal .ac-tm-slider,
#acThemeModal .ac-tm-track{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#acThemeModal .ac-tm-slide{
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  display: block !important;
  object-fit: cover !important;       /* “cuk otursun” = boşluk yok */
  object-position: center center !important;
}

/* ✅ Theme Modal: görsel üstü “WATCH BOARD VIDEO” pill tamamen kapalı */
#acThemeModal .ac-modal-play{ display:none !important; }

/* =========================================================
   AC — Media Fill / Frame Fit (Pack Sheet + Preview + Theme)
   Görseller yuvasını TAM doldursun (cover) + taşma olmasın
   ========================================================= */

/* 1) Genel: görsel kutuları taşırmasın */
#ac-page .ac-sheet-media,
#ac-page .ac-ps-slider,
#ac-page .ac-tm-slider,
#ac-page .ac-tc-slider,
#ac-page .ac-pack-preview-stage,
#ac-page .ac-program-media,
#ac-page .ac-theme-media{
  overflow: hidden;
}

/* 2) Slider/Preview içindeki görseller: her zaman FULL FILL */
#ac-page .ac-ps-slide,
#ac-page .ac-ts-slide,
#ac-page .ac-tm-slide,
#ac-page .ac-tc-slide,
#ac-page #acPackPreviewImg,
#ac-page .ac-program-media img,
#ac-page .ac-theme-media img{
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;         /* ✅ yuvayı doldurur */
  object-position: center;   /* ✅ ortadan crop */
}

/* 3) Eğer bazı yerlerde img “kendi yüksekliğini” dayatıyorsa (özellikle preview) */
#ac-page .ac-pack-preview-stage{
  position: relative;
}
#ac-page #acPackPreviewImg{
  position: absolute;
  inset: 0;
}

/* 4) Pack Sheet slider track yüksekliği yoksa: track %100 çalışsın */
#ac-page .ac-ps-track,
#ac-page .ac-tm-track,
#ac-page .ac-tc-track{
  width: 100%;
  height: 100%;
}

/* 5) (Opsiyonel ama öneririm) Kart görselleri hep aynı oran olsun */
@media (min-width: 768px){
  #ac-page .ac-program-media{ aspect-ratio: 16 / 9; }
  #ac-page .ac-theme-media{   aspect-ratio: 16 / 9; }
}
/* =========================================================
   AC — Pack Preview Controls FIX (z-index + clickability)
   Butonlar görselin ARKASINDA kalmasın
   ========================================================= */

#ac-page .ac-pack-preview{
  position: fixed;          
  z-index: 1450; /* ✅ backdrop(1400) üstü, sheet(1500) altı, video(1600) altı */
}

#ac-page .ac-pack-preview-stage{
  position: relative;
  z-index: 1;               /* stage taban */
}

#ac-page #acPackPreviewImg{
  position: absolute;
  inset: 0;
  z-index: 1;               /* görsel stage’in içinde ama kontrolün altında */
}

/* Kontroller her zaman en üstte */
#ac-page .ac-pack-preview-nav,
#ac-page .ac-pack-preview-close{
  position: absolute;
  z-index: 50;
  pointer-events: auto;
}

/* Sağ/sol butonlar */
#ac-page .ac-pack-preview-nav{
  top: 50%;
  transform: translateY(-50%);
}

/* Konumlar */
#ac-page .ac-pack-preview-prev{ left: 14px; }
#ac-page .ac-pack-preview-next{ right: 14px; }

/* Kapat */
#ac-page .ac-pack-preview-close{
  top: 14px;
  left: 14px; /* sende solda güzel duruyor, istersen right:14px yaparız */
}

/* Assortment Packs (Preview) — NAV OKLARI: night navy */
#ac-page .ac-pack-preview-nav{
  width: 44px;
  height: 44px;
  border-radius: 999px;

  background: rgba(11, 18, 32, 0.92);      /* ✅ gece mavisi */
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.96);           /* ‹ › beyaz */

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 26px rgba(11,18,32,0.22);
}

/* Kapat butonu (×) aynı kalsın (dokunmuyoruz) */
#ac-page .ac-pack-preview-close{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Hover hissi */
@media (hover:hover){
  #ac-page .ac-pack-preview-nav:hover{
    background: rgba(16, 42, 82, 0.95);    /* ✅ hover navy */
    border-color: rgba(255,255,255,0.26);
  }
}}
}
/* =========================================================
   AC — Concept Boards slider arrows (Theme Sheet + Theme Modal)
   ========================================================= */

#ac-page #acTsSlider,
#ac-page #acTmSlider{
  position: relative;
}

/* ok butonları */
#ac-page .ac-ac-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;                 /* ✅ görselin üstünde */
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 8px 22px rgba(0,0,0,.10);
  cursor: pointer;
}
/* ✅ Mobile: Theme Sheet/Modal oklarını kaldır (swipe + dots yeterli) */
@media (hover: none) and (pointer: coarse) {
  #ac-page #acTsSlider .ac-ac-nav,
  #ac-page #acTmSlider .ac-ac-nav{
    display: none !important;
  }
}
#ac-page .ac-ac-nav .ac-ico{ width: 20px; height: 20px; }

#ac-page .ac-ac-nav--prev{ left: 14px; }
#ac-page .ac-ac-nav--next{ right: 14px; }

/* tek görsel varsa okları gizle */
#ac-page #acTsSlider.is-single .ac-ac-nav,
#ac-page #acTmSlider.is-single .ac-ac-nav{
  display: none !important;
}
/* ========== Concept Boards: Slider Arrows (Theme Sheet + Theme Modal) ========== */
#acTsSlider, #acTmSlider { position: relative; }

#acTsSlider .ac-ac-nav,
#acTmSlider .ac-ac-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.88);
  color: #0b1220;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

#acTsSlider .ac-ac-nav:hover,
#acTmSlider .ac-ac-nav:hover{
  background: #fff;
}

#acTsSlider .ac-ac-nav:active,
#acTmSlider .ac-ac-nav:active{
  transform: translateY(-50%) scale(.98);
}

#acTsSlider .ac-ac-nav--prev,
#acTmSlider .ac-ac-nav--prev{ left: 12px; }

#acTsSlider .ac-ac-nav--next,
#acTmSlider .ac-ac-nav--next{ right: 12px; }

#acTsSlider.is-single .ac-ac-nav,
#acTmSlider.is-single .ac-ac-nav{
  display: none !important;
}
