@charset "UTF-8";
/* CookieTeam Site Tuning v2 — dark minimal */

:root {
  --ct-bg: #0b0a09;
  --ct-bg-2: #100f0d;
  --ct-panel: #161412;
  --ct-panel-2: #1d1a17;
  --ct-line: #2a2622;
  --ct-line-2: #3a342e;
  --ct-text: #f7f3ee;
  --ct-muted: #ada59c;
  --ct-dim: #756d64;
  --ct-accent: #ffb547;
  --ct-accent-2: #ff8a3d;
  --ct-accent-ink: #1a1206;
  --ct-radius: 10px;
  --ct-radius-lg: 16px;
  --ct-wrap: 1200px;
  --ct-gutter: clamp(16px, 4vw, 32px);
  --ct-header-h: 72px;
  --ct-font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Malgun Gothic", sans-serif;
  --ct-ease: cubic-bezier(.2, .7, .2, 1);
}

html { background: #0b0a09; scroll-behavior: smooth; scroll-padding-top: calc(var(--ct-header-h) + 16px); }
html.ct-menu-open { overflow: hidden; }

body.ct-v2 {
  margin: 0;
  color: var(--ct-text);
  background: var(--ct-bg);
  font-family: var(--ct-font);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.ct-v2 *, body.ct-v2 *::before, body.ct-v2 *::after { box-sizing: border-box; }
body.ct-v2 ::selection { color: var(--ct-accent-ink); background: var(--ct-accent); }
body.ct-v2 :focus-visible { outline: 2px solid var(--ct-accent); outline-offset: 3px; }
body.ct-v2 a { color: inherit; transition: color .2s, background-color .2s, border-color .2s, transform .25s var(--ct-ease), opacity .2s; }
body.ct-v2 h1, body.ct-v2 h2, body.ct-v2 h3, body.ct-v2 h4, body.ct-v2 h5, body.ct-v2 h6 { font-family: var(--ct-font); }

.ct-v2 .screen-reader-text,
.ct-sr {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.ct-skip {
  position: fixed; top: 8px; left: 8px; z-index: 10001;
  padding: 10px 16px; border-radius: 8px;
  color: var(--ct-accent-ink); background: var(--ct-accent);
  font-weight: 700; text-decoration: none;
  transform: translateY(-160%);
}
.ct-skip:focus { transform: none; }

.ct-wrap { width: min(var(--ct-wrap), 100% - var(--ct-gutter) * 2); margin-inline: auto; }

/* Elementor sets page backgrounds with higher specificity (e.g. body.elementor-page-7). */
html body.ct-v2 { background-color: var(--ct-bg) !important; }

/* Buttons & primitives */
.ct-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 24px;
  border: 1px solid var(--ct-accent); border-radius: var(--ct-radius);
  color: var(--ct-accent-ink) !important; background: var(--ct-accent);
  font-size: 15px; font-weight: 700; line-height: 1; letter-spacing: -0.02em;
  text-decoration: none !important; white-space: nowrap; cursor: pointer;
}
.ct-btn:hover { background: #ffc56b; border-color: #ffc56b; transform: translateY(-2px); }
.ct-btn--ghost { color: var(--ct-text) !important; background: transparent; border-color: var(--ct-line-2); }
.ct-btn--ghost:hover { background: var(--ct-panel); border-color: var(--ct-muted); }
.ct-btn--sm { min-height: 40px; padding: 0 16px; font-size: 14px; }

.ct-eyebrow {
  margin: 0 0 18px;
  color: var(--ct-accent);
  font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.ct-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--ct-text); font-size: 15px; font-weight: 600;
  text-decoration: none; border-bottom: 1px solid var(--ct-line-2); padding-bottom: 4px;
}
.ct-link:hover { color: var(--ct-accent); border-color: var(--ct-accent); }
.ct-tag {
  display: inline-flex; align-items: center; min-height: 24px; padding: 0 9px;
  border: 1px solid var(--ct-line-2); border-radius: 999px;
  color: var(--ct-accent); font-size: 12px; font-weight: 600;
}

/* Header */
.ct-v2 .elementor-location-header { display: none !important; }

.ct-header {
  position: sticky; top: var(--wp-admin--admin-bar--height, 0px); z-index: 9999;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
/* Blur lives on a pseudo-element: backdrop-filter on the header itself would
   trap the fixed mobile menu inside the header box. */
.ct-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(11, 10, 9, .72);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  transition: background-color .2s;
}
.ct-header.is-scrolled, .ct-header.is-open { border-bottom-color: var(--ct-line); }
.ct-header.is-scrolled::before, .ct-header.is-open::before { background: rgba(11, 10, 9, .92); }
.ct-header__inner {
  display: flex; align-items: center; gap: 24px;
  width: min(1280px, 100% - var(--ct-gutter) * 2); height: var(--ct-header-h); margin-inline: auto;
}
.ct-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ct-text) !important; text-decoration: none !important; }
.ct-logo__mark {
  position: relative; width: 26px; height: 26px; border-radius: 50%;
  background: radial-gradient(circle at 30% 35%, var(--ct-accent-ink) 0 2.5px, transparent 3px),
              radial-gradient(circle at 64% 60%, var(--ct-accent-ink) 0 2.5px, transparent 3px),
              radial-gradient(circle at 40% 72%, var(--ct-accent-ink) 0 2px, transparent 2.5px),
              linear-gradient(135deg, var(--ct-accent), var(--ct-accent-2));
}
.ct-logo__mark::after {
  content: ""; position: absolute; top: -3px; right: -3px; width: 11px; height: 11px;
  border-radius: 50%; background: var(--ct-bg);
}
.ct-logo__text { font-size: 17px; font-weight: 500; letter-spacing: .04em; }
.ct-logo__text b { font-weight: 800; }

.ct-nav { display: flex; align-items: center; flex: 1; }
.ct-nav ul { display: flex; align-items: center; gap: 2px; margin: 0 auto; padding: 0; list-style: none; }
.ct-nav li { margin: 0; }
.ct-nav ul a {
  display: block; padding: 8px 13px; border-radius: 8px;
  color: var(--ct-muted); font-size: 15px; font-weight: 500; text-decoration: none;
}
.ct-nav ul a:hover, .ct-nav ul a[aria-current="page"] { color: var(--ct-text); }
.ct-nav ul a[aria-current="page"] { background: var(--ct-panel); }
.ct-nav__cta { display: none; }
.ct-menu-toggle { display: none; }

@media (max-width: 1100px) {
  .ct-header__cta { margin-left: auto; }
  .ct-menu-toggle {
    position: relative; display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; margin-right: -8px; padding: 0;
    border: 0; border-radius: 8px; background: transparent; color: var(--ct-text); cursor: pointer;
  }
  .ct-menu-toggle > span[aria-hidden],
  .ct-menu-toggle > span[aria-hidden]::before,
  .ct-menu-toggle > span[aria-hidden]::after {
    position: absolute; left: 12px; width: 20px; height: 1.5px; background: currentColor;
    transition: transform .25s var(--ct-ease), opacity .2s;
  }
  .ct-menu-toggle > span[aria-hidden] { top: 21px; }
  .ct-menu-toggle > span[aria-hidden]::before, .ct-menu-toggle > span[aria-hidden]::after { content: ""; left: 0; }
  .ct-menu-toggle > span[aria-hidden]::before { top: -6px; }
  .ct-menu-toggle > span[aria-hidden]::after { top: 6px; }
  .is-open .ct-menu-toggle > span[aria-hidden] { background: transparent; }
  .is-open .ct-menu-toggle > span[aria-hidden]::before { transform: translateY(6px) rotate(45deg); }
  .is-open .ct-menu-toggle > span[aria-hidden]::after { transform: translateY(-6px) rotate(-45deg); }

  .ct-nav {
    position: fixed; inset: calc(var(--ct-header-h) + var(--wp-admin--admin-bar--height, 0px)) 0 0 0;
    display: flex; flex-direction: column; align-items: stretch; gap: 24px;
    padding: 20px var(--ct-gutter) 40px; overflow-y: auto;
    background: var(--ct-bg);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .25s, transform .25s var(--ct-ease), visibility 0s .25s;
  }
  .is-open .ct-nav { opacity: 1; visibility: visible; transform: none; transition: opacity .25s, transform .25s var(--ct-ease); }
  .ct-nav ul { flex-direction: column; align-items: stretch; gap: 0; margin: 0; }
  .ct-nav ul a { padding: 18px 4px; border-bottom: 1px solid var(--ct-line); border-radius: 0; color: var(--ct-text); font-size: 20px; font-weight: 600; }
  .ct-nav ul a[aria-current="page"] { background: none; color: var(--ct-accent); }
  .ct-nav__cta { display: inline-flex; min-height: 52px; font-size: 16px; }
}
@media (max-width: 480px) { .ct-header__cta { display: none; } .ct-menu-toggle { margin-left: auto; } }

/* Home */
.ct-home .elementor-location-header + * { margin-top: 0; }
.ct-main { display: block; outline: none; }

.ct-hero { position: relative; overflow: hidden; padding: clamp(72px, 12vw, 150px) 0 0; }
.ct-hero__glow {
  position: absolute; top: -30%; right: -10%; width: 70vw; height: 70vw; max-width: 900px; max-height: 900px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(255, 181, 71, .16), rgba(255, 138, 61, .05) 45%, transparent 70%);
}
.ct-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: clamp(32px, 5vw, 64px); }
.ct-hero h1 {
  margin: 0 0 28px; color: var(--ct-text);
  font-size: clamp(42px, 6vw, 84px); font-weight: 800; line-height: 1.08; letter-spacing: -0.05em;
}
.ct-hero h1 em { font-style: normal; color: var(--ct-accent); }
.ct-hero__lead { max-width: 560px; margin: 0 0 40px; color: var(--ct-muted); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.75; }
.ct-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ct-hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 48px 0 0; }
.ct-hero__stats > div { padding: 18px 16px 0 0; border-top: 1px solid var(--ct-line); }
.ct-hero__stats dt { margin: 0 0 4px; color: var(--ct-dim); font-size: 13px; font-weight: 500; }
.ct-hero__stats dd { margin: 0; color: var(--ct-text); font-size: 24px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.2; }
.ct-hero__stats dd small { margin-left: 3px; color: var(--ct-muted); font-size: 15px; font-weight: 500; }

.ct-marquee { margin-top: clamp(64px, 10vw, 120px); padding: 22px 0; border-block: 1px solid var(--ct-line); overflow: hidden; }
.ct-marquee__track { display: flex; width: max-content; animation: ct-marquee 36s linear infinite; }
.ct-marquee span {
  display: inline-flex; align-items: center; gap: 48px; padding-right: 48px;
  color: var(--ct-dim); font-size: clamp(18px, 2.4vw, 28px); font-weight: 700; letter-spacing: .02em; white-space: nowrap;
}
.ct-marquee span::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ct-accent); }
@keyframes ct-marquee { to { transform: translateX(-50%); } }

.ct-section { padding: clamp(80px, 11vw, 140px) 0; }
.ct-section--line { border-top: 1px solid var(--ct-line); }
.ct-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 64px); }
.ct-head h2 {
  margin: 0 0 16px; color: var(--ct-text);
  font-size: clamp(32px, 4.6vw, 56px); font-weight: 800; line-height: 1.15; letter-spacing: -0.045em;
}
.ct-head p:not(.ct-eyebrow) { margin: 0; color: var(--ct-muted); font-size: 17px; }
.ct-head--row { display: flex; align-items: end; justify-content: space-between; gap: 24px; max-width: none; }
.ct-head--row h2 { margin-bottom: 0; }
.ct-head--side .ct-link { margin-top: 32px; }
.ct-split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 7vw, 96px); align-items: start; }
.ct-split .ct-head { position: sticky; top: calc(var(--ct-header-h) + 40px); margin-bottom: 0; }

/* Services */
.ct-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg); background: var(--ct-line); overflow: hidden; }
.ct-services li { margin: 0; }
.ct-service {
  position: relative; display: flex; flex-direction: column; height: 100%;
  padding: clamp(28px, 4vw, 44px); background: var(--ct-bg);
  color: var(--ct-text) !important; text-decoration: none !important;
}
.ct-service:hover { background: var(--ct-panel); }
.ct-service__no { position: absolute; top: clamp(28px, 4vw, 44px); right: clamp(28px, 4vw, 44px); color: var(--ct-dim); font-size: 14px; font-weight: 600; }
.ct-service__en { margin-bottom: 14px; color: var(--ct-accent); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.ct-service h3 { margin: 0 0 12px; color: var(--ct-text); font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.2; }
.ct-service p { flex: 1; margin: 0 0 36px; color: var(--ct-muted); font-size: 16px; max-width: 420px; }
.ct-service__more { display: inline-flex; gap: 6px; font-size: 14px; font-weight: 600; color: var(--ct-text); }
.ct-service__more span { transition: transform .25s var(--ct-ease); }
.ct-service:hover .ct-service__more { color: var(--ct-accent); }
.ct-service:hover .ct-service__more span { transform: translate(3px, -3px); }

/* Roster */
.ct-roster { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ct-line); }
.ct-roster li { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 20px; margin: 0; padding: 24px 0; border-bottom: 1px solid var(--ct-line); }
.ct-roster__pos { color: var(--ct-accent); font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.ct-roster__champ { color: var(--ct-text); font-size: 17px; font-weight: 600; }
.ct-roster__range { color: var(--ct-muted); font-size: 14px; text-align: right; }

/* Steps */
.ct-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.ct-steps li { margin: 0; padding: 28px 24px 32px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg); background: var(--ct-bg-2); }
.ct-steps__no { display: block; margin-bottom: 40px; color: var(--ct-accent); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.ct-steps h3 { margin: 0 0 10px; color: var(--ct-text); font-size: 20px; font-weight: 700; letter-spacing: -0.03em; }
.ct-steps p { margin: 0; color: var(--ct-muted); font-size: 15px; }

/* Proof */
.ct-proofs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 20px; margin: 0; padding: 0; list-style: none; }
.ct-proofs li { margin: 0; }
.ct-proof { display: block; color: var(--ct-text) !important; text-decoration: none !important; }
.ct-proof__img { display: block; aspect-ratio: 16 / 9; margin-bottom: 14px; overflow: hidden; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: var(--ct-panel); }
.ct-proof__img img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ct-ease), opacity .3s; opacity: .9; }
.ct-proof:hover .ct-proof__img img { transform: scale(1.04); opacity: 1; }
.ct-proof__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; color: var(--ct-dim); font-size: 13px; }
.ct-proof h3 { margin: 0; color: var(--ct-text); font-size: 17px; font-weight: 600; letter-spacing: -0.02em; }
.ct-proof:hover h3 { color: var(--ct-accent); }

/* Reviews */
.ct-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.ct-reviews li { margin: 0; }
.ct-review { display: flex; flex-direction: column; justify-content: space-between; height: 100%; margin: 0; padding: 32px 28px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg); background: var(--ct-bg-2); }
.ct-review blockquote { position: relative; margin: 0 0 32px; padding: 36px 0 0; border: 0; }
.ct-review blockquote::before { content: "\201C"; position: absolute; top: -12px; left: -2px; color: var(--ct-accent); font-family: Georgia, serif; font-size: 56px; line-height: 1; }
.ct-review blockquote p { margin: 0; color: var(--ct-text); font-size: 16px; line-height: 1.8; }
.ct-review figcaption { display: grid; gap: 4px; padding-top: 20px; border-top: 1px solid var(--ct-line); }
.ct-review figcaption strong { color: var(--ct-text); font-size: 15px; font-weight: 600; }
.ct-review figcaption span { color: var(--ct-dim); font-size: 13px; }
.ct-note { margin: 20px 0 0; color: var(--ct-dim); font-size: 13px; }

/* FAQ */
.ct-faq { border-top: 1px solid var(--ct-line); }
.ct-faq__item { border-bottom: 1px solid var(--ct-line); }
.ct-faq__item summary { display: grid; grid-template-columns: 40px minmax(0, 1fr) 20px; align-items: center; gap: 12px; padding: 24px 0; cursor: pointer; list-style: none; }
.ct-faq__item summary::-webkit-details-marker { display: none; }
.ct-faq__no { color: var(--ct-dim); font-size: 13px; font-weight: 600; }
.ct-faq__item h3 { margin: 0; color: var(--ct-text); font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.ct-faq__item summary:hover h3 { color: var(--ct-accent); }
.ct-faq__icon { position: relative; width: 16px; height: 16px; }
.ct-faq__icon::before, .ct-faq__icon::after { content: ""; position: absolute; top: 7.5px; left: 0; width: 16px; height: 1.5px; background: var(--ct-muted); transition: transform .25s var(--ct-ease); }
.ct-faq__icon::after { transform: rotate(90deg); }
.ct-faq__item[open] .ct-faq__icon::after { transform: rotate(0deg); }
.ct-faq__item p { margin: 0; padding: 0 32px 28px 52px; color: var(--ct-muted); font-size: 16px; line-height: 1.8; }

/* Reveal */
.ct-js .ct-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ct-ease), transform .7s var(--ct-ease); }
.ct-js .ct-reveal.is-in { opacity: 1; transform: none; }

/* Footer */
.ct-footer { position: relative; padding: clamp(80px, 10vw, 120px) 0 40px; border-top: 1px solid var(--ct-line); background: var(--ct-bg); color: var(--ct-muted); }
.ct-footer__cta { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: clamp(56px, 8vw, 88px); border-bottom: 1px solid var(--ct-line); }
.ct-footer__cta .ct-eyebrow { flex-basis: 100%; margin-bottom: -8px; }
.ct-footer__cta h2 { margin: 0; color: var(--ct-text); font-size: clamp(30px, 4.4vw, 52px); font-weight: 800; line-height: 1.2; letter-spacing: -0.045em; }
.ct-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding: 56px 0; }
.ct-footer__brand p { max-width: 320px; margin: 18px 0 0; font-size: 14px; }
.ct-footer__nav { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.ct-footer__nav strong { margin-bottom: 6px; color: var(--ct-dim); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.ct-footer__nav a { color: var(--ct-muted); text-decoration: none; }
.ct-footer__nav a:hover { color: var(--ct-text); }
.ct-footer__nav span { color: var(--ct-dim); font-size: 13px; }
.ct-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; border-top: 1px solid var(--ct-line); color: var(--ct-dim); font-size: 13px; }

/* Floating Kakao button (Elementor footer) */
.ct-v2 .elementor-location-footer .elementor-element-06403d3 { right: 20px !important; bottom: 20px !important; left: auto !important; top: auto !important; z-index: 9990 !important; width: 60px !important; }
.ct-v2 .elementor-location-footer .elementor-element-06403d3 img { width: 60px !important; height: 60px !important; border-radius: 50%; box-shadow: 0 10px 30px rgba(0, 0, 0, .5); transition: transform .25s var(--ct-ease); }
.ct-v2 .elementor-location-footer .elementor-element-06403d3 a:hover img { transform: translateY(-3px); }
.ct-v2 .elementor-location-footer .elementor-section { padding: 0 !important; margin: 0 !important; min-height: 0 !important; }

/* ===== Inner pages (Elementor content) ===== */
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] { padding-bottom: 40px; color: var(--ct-muted); }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-section,
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-column > .elementor-element-populated { background-color: transparent !important; background-image: none; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-background-overlay { display: none; }

body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-heading-title,
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] h1,
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] h2,
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] h3,
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] h4 { color: var(--ct-text) !important; font-family: var(--ct-font) !important; letter-spacing: -0.035em; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-widget-text-editor,
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-widget-text-editor p,
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-widget-text-editor li { color: var(--ct-muted) !important; font-family: var(--ct-font) !important; font-size: 16px; line-height: 1.85; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-widget-text-editor strong,
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-widget-text-editor b { color: var(--ct-text); }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-widget-text-editor a { color: var(--ct-accent) !important; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-divider-separator { border-color: var(--ct-line) !important; }

/* Page hero = first top section */
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:first-child {
  width: min(var(--ct-wrap), 100% - var(--ct-gutter) * 2);
  margin: 0 auto !important;
  padding: clamp(64px, 10vw, 120px) 0 clamp(40px, 6vw, 64px) !important;
  min-height: 0 !important;
  border-bottom: 1px solid var(--ct-line);
  background: none !important;
}
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:first-child > .elementor-container { max-width: none; min-height: 0 !important; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:first-child .elementor-element-populated { padding: 0 !important; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:first-child h6 {
  margin: 0 0 16px; color: var(--ct-accent) !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: .16em !important; text-transform: uppercase;
}
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:first-child h1 {
  margin: 0 0 20px; font-size: clamp(38px, 6vw, 72px) !important; font-weight: 800 !important; line-height: 1.1 !important; letter-spacing: -0.05em !important;
}
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:first-child .elementor-widget-text-editor { max-width: 720px; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:first-child .elementor-widget-text-editor p { font-size: 17px; }

/* Other top sections */
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:not(:first-child) {
  width: min(var(--ct-wrap), 100% - var(--ct-gutter) * 2);
  margin: 0 auto !important;
  padding: clamp(48px, 7vw, 88px) 0 !important;
  border-bottom: 1px solid var(--ct-line);
}
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:last-child { border-bottom: 0; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:not(:first-child) > .elementor-container { max-width: none; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] > .elementor-top-section:not(:first-child) h2 { font-size: clamp(26px, 3.4vw, 40px) !important; font-weight: 800 !important; line-height: 1.25 !important; }

/* Price image links (service pages, second section) */
body.ct-v2:is(.page-id-29, .page-id-27, .page-id-5682, .page-id-5687) [data-elementor-type="wp-page"] > .elementor-top-section:nth-child(2) > .elementor-container { gap: 12px; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-widget-image img { border-radius: var(--ct-radius); }
body.ct-v2:is(.page-id-29, .page-id-27, .page-id-5682, .page-id-5687) [data-elementor-type="wp-page"] > .elementor-top-section:nth-child(2) .elementor-widget-image a {
  display: block; overflow: hidden; border: 1px solid var(--ct-line); border-radius: var(--ct-radius);
}
body.ct-v2:is(.page-id-29, .page-id-27, .page-id-5682, .page-id-5687) [data-elementor-type="wp-page"] > .elementor-top-section:nth-child(2) .elementor-widget-image a:hover { border-color: var(--ct-accent); transform: translateY(-3px); }

/* Inner cards */
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-inner-section > .elementor-container { gap: 12px; }
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-inner-section .elementor-column > .elementor-element-populated {
  height: 100%; padding: 28px 22px !important;
  border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg);
  background: var(--ct-bg-2) !important;
}
body.ct-v2:not(.ct-home) [data-elementor-type="wp-page"] .elementor-inner-section .elementor-column:hover > .elementor-element-populated { border-color: var(--ct-line-2); background: var(--ct-panel) !important; }
body.ct-v2:not(.ct-home):not(.page-id-639) [data-elementor-type="wp-page"] .elementor-inner-section .elementor-widget-image img { width: auto; max-width: 100%; max-height: 100px; object-fit: contain; border-radius: 0; }

/* Roster page cards (기사 현황) */
body.ct-v2.page-id-639 [data-elementor-type="wp-page"] .elementor-column > .elementor-element-populated { border-radius: var(--ct-radius-lg); }

/* Toggles */
body.ct-v2 .elementor-toggle .elementor-toggle-item { margin: 0 !important; border: 0; border-bottom: 1px solid var(--ct-line); border-radius: 0; background: transparent; }
body.ct-v2 .elementor-toggle .elementor-toggle-item:first-child { border-top: 1px solid var(--ct-line); }
body.ct-v2 .elementor-toggle .elementor-tab-title { padding: 22px 4px !important; border: 0 !important; background: transparent !important; color: var(--ct-text) !important; font-family: var(--ct-font); font-size: 17px; font-weight: 600; }
body.ct-v2 .elementor-toggle .elementor-tab-title a { color: inherit !important; }
body.ct-v2 .elementor-toggle .elementor-tab-title.elementor-active, body.ct-v2 .elementor-toggle .elementor-tab-title:hover { color: var(--ct-accent) !important; }
body.ct-v2 .elementor-toggle .elementor-toggle-icon svg { fill: currentColor !important; }
body.ct-v2 .elementor-toggle .elementor-tab-content { padding: 0 4px 24px !important; border: 0 !important; background: transparent !important; color: var(--ct-muted) !important; line-height: 1.85; }

/* ===== KBoard (작업 인증 / 작업 후기 / 문서 보기) ===== */
.ct-v2 [id^="kboard-"] { color: var(--ct-muted); font-family: var(--ct-font) !important; }
.ct-v2 [id^="kboard-"] :is(div, section, form, ul, ol, li, dl, dt, dd, thead, tbody, tfoot) { background-color: transparent !important; }
.ct-v2 [id^="kboard-"] a { color: var(--ct-text) !important; text-decoration: none; }
.ct-v2 [id^="kboard-"] .kboard-mobile-contents, .ct-v2 [id^="kboard-"] .kboard-mobile-contents span { color: var(--ct-dim) !important; }
.ct-v2 [id^="kboard-"] a:hover { color: var(--ct-accent) !important; }
.ct-v2 [id^="kboard-"] table { border-collapse: collapse; background: transparent !important; border-color: var(--ct-line) !important; }
.ct-v2 [id^="kboard-"] th,
.ct-v2 [id^="kboard-"] td,
.ct-v2 [id^="kboard-"] tr { color: var(--ct-muted) !important; background: transparent !important; border-color: var(--ct-line) !important; }
.ct-v2 [id^="kboard-"] thead th, .ct-v2 [id^="kboard-"] .kboard-list-header td, .ct-v2 [id^="kboard-"] .kboard-list-header th { color: var(--ct-dim) !important; font-weight: 600; border-top: 1px solid var(--ct-line-2) !important; }
.ct-v2 [id^="kboard-"] tbody tr:hover td { background: var(--ct-bg-2) !important; }
.ct-v2 [id^="kboard-"] .kboard-list-notice td { background: var(--ct-bg-2) !important; }
.ct-v2 [id^="kboard-"] .kboard-list-title, .ct-v2 [id^="kboard-"] .kboard-list-title a, .ct-v2 [id^="kboard-"] .cut_strings { color: var(--ct-text) !important; }
.ct-v2 [id^="kboard-"] input[type="text"], .ct-v2 [id^="kboard-"] input[type="password"], .ct-v2 [id^="kboard-"] input[type="email"], .ct-v2 [id^="kboard-"] input[type="search"], .ct-v2 [id^="kboard-"] select, .ct-v2 [id^="kboard-"] textarea {
  color: var(--ct-text) !important; background: var(--ct-panel) !important; border: 1px solid var(--ct-line-2) !important; border-radius: 8px !important; box-shadow: none !important;
}
.ct-v2 [id^="kboard-"] button, .ct-v2 [id^="kboard-"] input[type="submit"], .ct-v2 [id^="kboard-"] [class*="-button-small"], .ct-v2 [id^="kboard-"] [class*="-button-medium"], .ct-v2 [id^="kboard-"] [class*="-button-large"] {
  color: var(--ct-text) !important; background: var(--ct-panel-2) !important; border: 1px solid var(--ct-line-2) !important; border-radius: 8px !important; box-shadow: none !important; text-shadow: none !important;
}
.ct-v2 [id^="kboard-"] button:hover, .ct-v2 [id^="kboard-"] [class*="-button-small"]:hover { border-color: var(--ct-accent) !important; color: var(--ct-accent) !important; }
.ct-v2 [id^="kboard-"] .kboard-tree-category-wrap, .ct-v2 [id^="kboard-"] .kboard-category, .ct-v2 [id^="kboard-"] .kboard-sort, .ct-v2 [id^="kboard-"] .kboard-header { background: transparent !important; border-color: var(--ct-line) !important; }
.ct-v2 [id^="kboard-"] .kboard-tree-category-wrap a, .ct-v2 [id^="kboard-"] .kboard-category li a { color: var(--ct-muted) !important; }
.ct-v2 [id^="kboard-"] .kboard-tree-category-wrap .active a, .ct-v2 [id^="kboard-"] .kboard-category .kboard-category-selected a { color: var(--ct-accent) !important; }
.ct-v2 [id^="kboard-"] .kboard-pagination .kboard-pagination-pages li a { color: var(--ct-muted) !important; background: transparent !important; border: 1px solid var(--ct-line) !important; border-radius: 8px !important; }
.ct-v2 [id^="kboard-"] .kboard-pagination .kboard-pagination-pages li.active a { color: var(--ct-accent-ink) !important; background: var(--ct-accent) !important; border-color: var(--ct-accent) !important; }
.ct-v2 [id^="kboard-"] .kboard-poweredby { display: none; }
.ct-v2 [id^="kboard-"] .kboard-document-wrap, .ct-v2 [id^="kboard-"] .kboard-content, .ct-v2 [id^="kboard-"] .kboard-detail, .ct-v2 [id^="kboard-"] .kboard-attr-row, .ct-v2 [id^="kboard-"] .kboard-title { color: var(--ct-muted) !important; background: transparent !important; border-color: var(--ct-line) !important; }
.ct-v2 [id^="kboard-"] .kboard-title h1, .ct-v2 [id^="kboard-"] .kboard-title p { color: var(--ct-text) !important; }
.ct-v2 [id^="kboard-"] .kboard-content .content-view, .ct-v2 [id^="kboard-"] .kboard-content .content-view * { color: var(--ct-muted); }
.ct-v2 [id^="kboard-"] .kboard-list-thumbnail img, .ct-v2 [id^="kboard-"] .kboard-thumbnail img { border-radius: 8px; }
.ct-v2 [id^="kboard-comments-"] .comments-list-item, .ct-v2 [id^="kboard-comments-"] .comments-header, .ct-v2 [id^="kboard-comments-"] .comments-field { border-color: var(--ct-line) !important; background: transparent !important; }


/* Hero visual */
.ct-hero__visual { position: relative; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg); background: var(--ct-panel); }
.ct-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 46% 35%; transform: scale(1.02); }
.ct-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11, 10, 9, .85)); }
.ct-hero__visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 1; display: flex; justify-content: space-between; gap: 12px; color: var(--ct-text); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.ct-hero__visual figcaption span:last-child { color: var(--ct-accent); }

/* Tier ladder */
.ct-ladder { padding: clamp(64px, 9vw, 110px) 0 0; }
.ct-ladder__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.ct-ladder__head .ct-eyebrow { margin: 0; }
.ct-ladder__head h2 { margin: 0; color: var(--ct-text); font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: -0.035em; }
.ct-ladder__list { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.ct-ladder__list li { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 0; padding: 18px 4px 16px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: var(--ct-bg-2); transition: border-color .2s, transform .25s var(--ct-ease); }
.ct-ladder__list li:hover { border-color: var(--ct-line-2); transform: translateY(-4px); }
.ct-ladder__list img { width: 100%; max-width: 110px; height: auto; filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .5)); }
.ct-ladder__list span { color: var(--ct-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; }

/* Service images */
.ct-service__img { display: block; aspect-ratio: 580 / 340; margin: calc(clamp(28px, 4vw, 44px) * -1) calc(clamp(28px, 4vw, 44px) * -1) 28px; overflow: hidden; border-bottom: 1px solid var(--ct-line); }
.ct-service__img img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ct-ease); }
.ct-service:hover .ct-service__img img { transform: scale(1.04); }
.ct-service__no { z-index: 1; top: 16px !important; right: 18px !important; padding: 4px 9px; border-radius: 999px; background: rgba(11, 10, 9, .7); color: var(--ct-text); }

/* Roster avatars */
.ct-roster li { grid-template-columns: 56px 110px minmax(0, 1fr) auto; }
.ct-roster__img { width: 56px; height: 56px; border: 1px solid var(--ct-line-2); border-radius: 12px; object-fit: cover; }

/* Footer CTA art */
.ct-footer__cta { position: relative; flex-wrap: nowrap; align-items: center; overflow: hidden; }
.ct-footer__cta-copy { position: relative; z-index: 1; display: grid; gap: 28px; justify-items: start; }
.ct-footer__cta-copy .ct-eyebrow { margin: 0 0 -12px; }
.ct-footer__art { width: min(46%, 520px); aspect-ratio: 900 / 531; object-fit: cover; border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg); }

/* ===== Price tables (service pages) ===== */
.ct-prices { width: min(var(--ct-wrap), 100% - var(--ct-gutter) * 2); margin: 0 auto; padding: 32px 0 clamp(56px, 8vw, 96px); }
.ct-prices__tabs { position: sticky; top: calc(var(--ct-header-h) + var(--wp-admin--admin-bar--height, 0px)); z-index: 5; display: flex; gap: 8px; margin: 0 0 8px; padding: 14px 0; overflow-x: auto; background: linear-gradient(180deg, var(--ct-bg) 80%, transparent); scrollbar-width: none; }
.ct-prices__tabs::-webkit-scrollbar { display: none; }
.ct-prices__tabs a { flex: none; padding: 10px 16px; border: 1px solid var(--ct-line-2); border-radius: 999px; color: var(--ct-muted) !important; font-size: 14px; font-weight: 600; text-decoration: none !important; }
.ct-prices__tabs a:hover { border-color: var(--ct-accent); color: var(--ct-accent) !important; }
.ct-prices__group { padding: clamp(40px, 6vw, 64px) 0; border-bottom: 1px solid var(--ct-line); scroll-margin-top: calc(var(--ct-header-h) + 80px); }
.ct-prices__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 48px; align-items: start; margin-bottom: 32px; }
.ct-prices__head h2 { margin: 0 0 14px; color: var(--ct-text); font-size: clamp(26px, 3.2vw, 38px); font-weight: 800; line-height: 1.2; letter-spacing: -0.04em; }
.ct-prices__head .ct-eyebrow { margin-bottom: 12px; }
.ct-prices__notes { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ct-prices__notes li { position: relative; margin: 0; padding-left: 16px; color: var(--ct-muted); font-size: 15px; line-height: 1.6; }
.ct-prices__notes li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 6px; border-radius: 50%; background: var(--ct-accent); }
.ct-prices__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.ct-price { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; align-items: center; gap: 14px; margin: 0; padding: 14px 18px 14px 10px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); background: var(--ct-bg-2); transition: border-color .2s, background-color .2s; }
.ct-price:hover { border-color: var(--ct-line-2); background: var(--ct-panel); }
.ct-price__icon { display: flex; align-items: center; justify-content: center; width: 76px; height: 58px; }
.ct-price__icon img { width: 76px; height: 57px; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .5)); }
.ct-price__glyph { display: flex; width: 40px; height: 40px; color: var(--ct-accent); }
.ct-price__glyph svg { width: 100%; height: 100%; }
.ct-price__name { display: grid; gap: 2px; min-width: 0; }
.ct-price__name strong { color: var(--ct-text); font-size: 16px; font-weight: 700; letter-spacing: -0.02em; }
.ct-price__name small { color: var(--ct-dim); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.ct-price__value { display: grid; justify-items: end; gap: 2px; text-align: right; }
.ct-price__value small { color: var(--ct-dim); font-size: 12px; font-weight: 600; }
.ct-price__value b { color: var(--ct-text); font-size: 19px; font-weight: 800; letter-spacing: -0.02em; white-space: nowrap; }
.ct-price__value b em { margin-left: 2px; color: var(--ct-muted); font-size: 13px; font-style: normal; font-weight: 600; }
.ct-price.is-ask .ct-price__value b { color: var(--ct-accent); font-size: 16px; }
.ct-prices__cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; padding: 28px 32px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg); background: var(--ct-bg-2); }
.ct-prices__cta p { margin: 0; color: var(--ct-muted); font-size: 15px; }

@media (max-width: 1024px) {
  .ct-hero__grid { grid-template-columns: 1fr; }
  .ct-hero__visual { aspect-ratio: 16 / 10; }
  .ct-ladder__list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .ct-ladder__head { flex-direction: column; align-items: flex-start; }
  .ct-prices__head { grid-template-columns: 1fr; }
  .ct-footer__cta { flex-wrap: wrap; }
  .ct-footer__art { width: 100%; }
}
@media (max-width: 767px) {
  .ct-roster li { grid-template-columns: 48px minmax(0, 1fr); column-gap: 14px; }
  .ct-roster__img { grid-row: span 3; width: 48px; height: 48px; }
  .ct-price { grid-template-columns: 60px minmax(0, 1fr) auto; padding: 12px 14px 12px 6px; gap: 10px; }
  .ct-price__icon, .ct-price__icon img { width: 60px; height: 45px; }
  .ct-price__value b { font-size: 17px; }
  .ct-prices__cta { padding: 22px; }
  .ct-prices__cta .ct-btn { width: 100%; }
}

/* Responsive */
@media (max-width: 1024px) {
  .ct-hero__grid { grid-template-columns: 1fr; }
  .ct-hero__stats { grid-template-columns: repeat(3, 1fr); min-width: 0; border-top: 0; }
  .ct-hero__stats > div { padding: 18px 16px 18px 0; border-top: 1px solid var(--ct-line); }
  .ct-hero__stats dd { font-size: 22px; }
  .ct-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-proofs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-reviews { grid-template-columns: 1fr; }
  .ct-split { grid-template-columns: 1fr; }
  .ct-split .ct-head { position: static; margin-bottom: 40px; }
  .ct-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .ct-hero__actions .ct-btn { flex: 1 1 100%; }
  .ct-hero__stats dd { font-size: 17px; }
  .ct-hero__stats dd small { font-size: 12px; }
  .ct-services { grid-template-columns: 1fr; }
  .ct-steps { grid-template-columns: 1fr; }
  .ct-steps__no { margin-bottom: 16px; }
  .ct-roster__range { text-align: left; }
  .ct-head--row { flex-direction: column; align-items: flex-start; }
  .ct-proofs { gap: 24px 12px; }
  .ct-proof h3 { font-size: 15px; }
  .ct-faq__item summary { grid-template-columns: 28px minmax(0, 1fr) 16px; }
  .ct-faq__item h3 { font-size: 16px; }
  .ct-faq__item p { padding: 0 0 24px 40px; font-size: 15px; }
  .ct-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .ct-v2 [id^="kboard-"] table { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ct-marquee__track { animation: none; }
  body.ct-v2 *, body.ct-v2 *::before, body.ct-v2 *::after { transition-duration: .01ms !important; }
}

/* ===== 기사 현황 (roster page) ===== */
.ct-roster-page { padding: clamp(56px, 8vw, 96px) 0 clamp(72px, 10vw, 120px); }
.ct-roster-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.ct-roster-card { margin: 0; overflow: hidden; border: 1px solid var(--ct-line); border-radius: var(--ct-radius-lg); background: var(--ct-bg-2); transition: border-color .25s, transform .35s var(--ct-ease); }
.ct-roster-card:hover { border-color: var(--ct-line-2); transform: translateY(-3px); }
.ct-roster-card__shot { display: block; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--ct-line); background: #000; }
.ct-roster-card__shot img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ct-ease); }
.ct-roster-card:hover .ct-roster-card__shot img { transform: scale(1.03); }
.ct-roster-card__body { padding: 26px 28px 30px; }
.ct-roster-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.ct-roster-card__season { color: var(--ct-accent); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.ct-roster-card h3 { margin: 6px 0 0; color: var(--ct-text); font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.ct-roster-card h3 small { margin-left: 6px; color: var(--ct-muted); font-size: 16px; font-weight: 600; letter-spacing: 0; }
.ct-roster-card__tier { width: 84px; height: auto; flex: none; filter: drop-shadow(0 6px 14px rgba(0,0,0,.5)); }
.ct-roster-card dl { display: grid; gap: 0; margin: 0 0 20px; border-top: 1px solid var(--ct-line); }
.ct-roster-card dl > div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--ct-line); }
.ct-roster-card dt { color: var(--ct-dim); font-size: 14px; }
.ct-roster-card dd { margin: 0; color: var(--ct-text); font-size: 15px; font-weight: 500; }
.ct-champs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.ct-champs__label { flex-basis: 100%; margin-bottom: 2px; color: var(--ct-dim); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.ct-champ { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px 4px 4px; border: 1px solid var(--ct-line-2); border-radius: 999px; background: var(--ct-panel); color: var(--ct-text); font-size: 14px; font-weight: 600; line-height: 1; }
.ct-champ img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
body.ct-v2.page-id-639 [data-elementor-type="wp-page"] > .elementor-top-section:first-child { border-bottom: 0; padding-bottom: 0 !important; }
@media (max-width: 900px) { .ct-roster-cards { grid-template-columns: 1fr; } }

/* Hero visual: centered wordmark over the champion art */
.ct-hero__visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse 70% 55% at 50% 50%, rgba(11,10,9,.62), rgba(11,10,9,.15) 70%, transparent); pointer-events: none; }
.ct-hero__visual-copy { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 24px; text-align: center; pointer-events: none; }
.ct-hero__visual-kicker { color: var(--ct-accent); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.ct-hero__visual-copy strong { color: var(--ct-text); font-size: clamp(48px, 7vw, 96px); font-weight: 900; line-height: .92; letter-spacing: -0.02em; text-shadow: 0 8px 40px rgba(0,0,0,.6); }
.ct-hero__visual-tag { padding: 8px 14px; border: 1px solid rgba(255,181,71,.45); border-radius: 999px; background: rgba(11,10,9,.55); color: var(--ct-text); font-size: 12px; font-weight: 700; letter-spacing: .18em; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.ct-hero__visual figcaption { z-index: 3; }
.ct-hero__visual figcaption span:last-child { letter-spacing: .04em; }

/* Price cards: keep tier names like "다이아몬드 1" on one line */
.ct-prices__grid { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.ct-price { grid-template-columns: 64px minmax(0, 1fr) auto; gap: 12px; }
.ct-price__name strong, .ct-price__name small, .ct-price__value b, .ct-price__value small { white-space: nowrap; }
.ct-price__name strong { overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 767px) {
  .ct-prices__grid { grid-template-columns: 1fr; }
  .ct-price { grid-template-columns: 56px minmax(0, 1fr) auto; }
}

/* Hero visual: landscape instead of tall portrait */
.ct-hero__visual { aspect-ratio: 4 / 3; max-height: 520px; }
@media (max-width: 1024px) { .ct-hero__visual { aspect-ratio: 16 / 9; max-height: none; } }
@media (max-width: 767px) { .ct-hero__visual { aspect-ratio: 16 / 10; } .ct-hero__visual-copy strong { font-size: 44px; } }

/* Text overlays inside images */
.ct-service__img, .ct-proof__img { position: relative; }
.ct-img-label { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: grid; gap: 6px; padding: 56px 24px 20px; background: linear-gradient(180deg, transparent, rgba(11,10,9,.55) 40%, rgba(11,10,9,.92)); color: var(--ct-text); pointer-events: none; }
.ct-img-label em { color: var(--ct-accent); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .18em; }
.ct-img-label strong, .ct-img-label h3 { font-size: clamp(26px, 3.2vw, 38px); font-weight: 900; line-height: 1.1; letter-spacing: -0.04em; text-shadow: 0 4px 20px rgba(0,0,0,.6); }
.ct-img-label > span { color: var(--ct-muted); font-size: 13px; font-weight: 600; }
.ct-service:hover .ct-img-label > span { color: var(--ct-accent); }
.ct-img-label--sm { gap: 4px; padding: 40px 14px 12px; }
.ct-img-label--sm strong, .ct-img-label--sm h3 { font-size: 16px; font-weight: 800; letter-spacing: -0.02em; }
.ct-img-label--sm em { font-size: 10px; }
.ct-footer__art { position: relative; margin: 0; overflow: hidden; }
.ct-footer__art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ct-footer__art .ct-img-label { padding: 72px 28px 24px; }

.ct-img-label h3 { margin: 0; color: var(--ct-text); }
.ct-service .ct-img-label h3 { font-size: clamp(30px, 3.6vw, 44px); }
.ct-proof:hover .ct-img-label h3 { color: var(--ct-accent); }
.ct-proof__meta { margin-bottom: 0; }
