/* =========================================================
   Chicago App Development — Premium Windy City Redesign
   Scoped to body.chi-premium
   ========================================================= */

body.chi-premium {
  --chi-navy: #07111f;
  --chi-deep: #0c1c33;
  --chi-ink: #121820;
  --chi-muted: #5b6573;
  --chi-paper: #f6f2eb;
  --chi-cream: #fbf8f3;
  --chi-white: #ffffff;
  --chi-red: #d00304;
  --chi-gold: #e8b84a;
  --chi-blue: #4db7e8;
  --chi-line: rgba(14, 28, 48, 0.1);
  --chi-shadow: 0 24px 60px rgba(7, 17, 31, 0.12);
  --chi-radius: 22px;
  --chi-stats-half: 96px;
  background: var(--chi-cream);
  color: var(--chi-ink);
  overflow-x: clip;
}

body.chi-premium .chi-wrap {
  position: relative;
  overflow-x: clip;
}

body.chi-premium .chi-wrap > section {
  position: relative;
  z-index: 1;
}

body.chi-premium .container {
  position: relative;
  z-index: 2;
}

body.chi-premium .chi-wrap h1,
body.chi-premium .chi-wrap h2,
body.chi-premium .chi-wrap h3,
body.chi-premium .chi-wrap h4,
body.chi-premium .chi-wrap h5 {
  letter-spacing: -0.02em;
  color: var(--chi-ink);
  text-transform: none;
  font-weight: 700;
}

body.chi-premium .chi-wrap p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--chi-muted);
}

body.chi-premium .chi-wrap a {
  transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* ---------- Keyframes ---------- */
@keyframes chiFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
@keyframes chiFloatAlt {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(12px) rotate(-4deg); }
}
@keyframes chiPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.18); }
}
@keyframes chiShine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes chiSpinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes chiSweep {
  0% { transform: translateX(-120%) skewX(-18deg); opacity: 0; }
  18% { opacity: 0.55; }
  100% { transform: translateX(220%) skewX(-18deg); opacity: 0; }
}
@keyframes chiWind {
  0% { transform: translateX(-40%); opacity: 0; }
  20% { opacity: 0.5; }
  100% { transform: translateX(140%); opacity: 0; }
}
@keyframes chiRise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes chiGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232, 184, 74, 0.35); }
  50% { box-shadow: 0 0 28px 8px rgba(232, 184, 74, 0.18); }
}
@keyframes chiStarTwinkle {
  0%, 100% { opacity: 0.35; transform: scale(0.9) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(12deg); }
}
@keyframes chiMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Shared decor ---------- */
.chi-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.chi-decor .grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(77, 183, 232, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 183, 232, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse at center, #000 18%, transparent 74%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 18%, transparent 74%);
}
.chi-decor .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.chi-decor .blob.b1 {
  width: 340px; height: 340px; top: -90px; right: -80px;
  background: radial-gradient(circle, rgba(208, 3, 4, 0.28), transparent 70%);
  animation: chiFloat 10s ease-in-out infinite;
}
.chi-decor .blob.b2 {
  width: 280px; height: 280px; left: -70px; bottom: 18%;
  background: radial-gradient(circle, rgba(77, 183, 232, 0.16), transparent 70%);
  animation: chiFloatAlt 12s ease-in-out infinite;
}
.chi-decor .blob.b3 {
  width: 220px; height: 220px; right: 18%; top: 22%;
  background: radial-gradient(circle, rgba(232, 184, 74, 0.2), transparent 70%);
  animation: chiFloat 14s ease-in-out infinite;
}
.chi-decor .ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(232, 184, 74, 0.22);
}
.chi-decor .ring.r1 {
  width: 360px; height: 360px; top: -110px; left: -90px;
  animation: chiFloat 11s ease-in-out infinite;
}
.chi-decor .ring.r2 {
  width: 220px; height: 220px; right: -50px; bottom: 40px;
  border-color: rgba(77, 183, 232, 0.28);
  animation: chiFloatAlt 9s ease-in-out infinite;
}
.chi-decor .dot {
  position: absolute;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--chi-gold);
  box-shadow: 0 0 12px rgba(232, 184, 74, 0.8);
  animation: chiPulse 2.8s ease-in-out infinite;
}
.chi-decor .dot.d1 { top: 16%; left: 8%; }
.chi-decor .dot.d2 { top: 38%; right: 10%; animation-delay: 0.5s; background: var(--chi-red); box-shadow: 0 0 12px rgba(208,3,4,.6); }
.chi-decor .dot.d3 { bottom: 20%; left: 16%; animation-delay: 1s; background: var(--chi-blue); }
.chi-decor .star {
  position: absolute;
  width: 18px; height: 18px;
  background: var(--chi-red);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: chiStarTwinkle 3.4s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(208, 3, 4, 0.6));
}
.chi-decor .star.s1 { top: 12%; right: 22%; }
.chi-decor .star.s2 { top: 28%; left: 18%; animation-delay: 0.8s; }
.chi-decor .star.s3 { bottom: 28%; right: 16%; animation-delay: 1.4s; }
.chi-decor .star.s4 { bottom: 14%; left: 28%; animation-delay: 1.9s; }
.chi-decor .beam {
  position: absolute;
  top: -20%;
  width: 90px;
  height: 160%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.08), transparent);
  animation: chiSweep 9s linear infinite;
}
.chi-decor .beam.bm1 { left: 18%; animation-duration: 11s; }
.chi-decor .beam.bm2 { left: 58%; animation-duration: 14s; animation-delay: 3s; }
.chi-decor .wind {
  position: absolute;
  height: 1px;
  width: 180px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
  animation: chiWind 6s linear infinite;
}
.chi-decor .wind.w1 { top: 24%; left: 0; }
.chi-decor .wind.w2 { top: 46%; left: 10%; animation-delay: 1.4s; width: 240px; }
.chi-decor .wind.w3 { top: 68%; left: -8%; animation-delay: 2.6s; }
.chi-decor .corner {
  position: absolute;
  width: 58px; height: 58px;
  border: 2px solid rgba(232, 184, 74, 0.35);
}
.chi-decor .corner.tl { top: 24px; left: 24px; border-right: 0; border-bottom: 0; border-radius: 12px 0 0 0; }
.chi-decor .corner.br { right: 24px; bottom: 24px; border-left: 0; border-top: 0; border-radius: 0 0 12px 0; border-color: rgba(77,183,232,0.4); }

/* ---------- Buttons ---------- */
.chi-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(110deg, #ff5c5c 0%, #ff1f1f 42%, #d00304 100%);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 15px 28px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(232, 184, 74, 0.35),
    0 10px 28px rgba(208, 3, 4, 0.45);
  text-decoration: none !important;
}
.chi-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.28) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}
.chi-btn:hover:after { transform: translateX(120%); }
.chi-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(208, 3, 4, 0.42);
  color: #fff !important;
}
.chi-btn i { font-size: 0.85rem; }
.chi-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff !important;
  border-radius: 999px;
  padding: 15px 26px;
  font-weight: 700;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  text-decoration: none !important;
}
.chi-btn-ghost:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-2px);
  color: #fff !important;
}
.chi-btn-dark {
  background: var(--chi-navy);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.22);
}
.chi-btn-dark:hover { box-shadow: 0 16px 34px rgba(7, 17, 31, 0.32); }

.chi-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ---------- Headings ---------- */
.chi-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem !important;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--chi-red) !important;
  margin-bottom: 14px;
}
.chi-kicker .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--chi-gold);
  box-shadow: 0 0 10px rgba(232,184,74,0.8);
  animation: chiPulse 2.2s ease-in-out infinite;
}
.chi-kicker.light { color: var(--chi-gold) !important; }
.chi-title {
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  line-height: 1.12;
  margin: 0 0 18px;
  font-weight: 800;
}
.chi-title span {
  background: linear-gradient(90deg, var(--chi-red), #ff7a3a 40%, var(--chi-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.chi-lead {
  font-size: 1.12rem;
  max-width: 760px;
  margin: 0 auto;
}
.chi-head { text-align: center; max-width: 860px; margin: 0 auto 48px; }
.chi-head p { margin: 0 auto; }

@keyframes chiKen {
  from { transform: scale(1.06) translate(0, 0); }
  to { transform: scale(1.14) translate(-1.4%, 1.2%); }
}

/* ---------- Hero ---------- */
.chi-hero {
  background: #070b16;
  color: #fff;
  padding: 148px 0 calc(var(--chi-stats-half) + 40px);
  min-height: 720px;
  overflow: hidden;
  z-index: 3;
}
.chi-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("../images/country/chic-banner.jpg") center top / cover no-repeat;
  animation: chiKen 28s ease-in-out infinite alternate;
  pointer-events: none;
}
.chi-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(208, 3, 4, 0.42), transparent 46%),
    radial-gradient(ellipse at 92% 12%, rgba(232, 184, 74, 0.22), transparent 42%),
    radial-gradient(ellipse at 78% 88%, rgba(208, 3, 4, 0.18), transparent 48%),
    linear-gradient(105deg, rgba(6, 9, 20, 0.94) 0%, rgba(6, 9, 20, 0.82) 38%, rgba(6, 9, 20, 0.5) 64%, rgba(6, 9, 20, 0.78) 100%),
    linear-gradient(to top, #070b16 0%, rgba(7, 11, 22, 0.96) 22%, rgba(7, 11, 22, 0.45) 58%, rgba(7, 11, 22, 0.16) 100%);
}
.chi-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, #070b16 0%, #070b16 28%, rgba(7, 11, 22, 0.78) 62%, transparent 100%);
}
.chi-hero .chi-hero-decor {
  z-index: 1;
  opacity: 1;
}
.chi-hero .chi-hero-decor .grid {
  opacity: 0.4;
  mask-image: linear-gradient(to top, transparent 0%, #000 42%, #000 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 42%, #000 100%);
}
body.chi-premium .chi-hero .container {
  z-index: 5;
}
body.chi-premium .chi-hero h1,
body.chi-premium .chi-wrap .chi-hero h1 {
  color: #fffaf4 !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 2.2vw, 2.65rem);
  max-width: none;
  line-height: 1.12;
  margin: 0 0 22px;
  font-weight: 600;
  letter-spacing: -0.035em;
  text-shadow: 0 18px 44px rgba(0,0,0,0.4);
}
@supports not (font-size: 1cqi) {
  body.chi-premium .chi-hero h1,
  body.chi-premium .chi-wrap .chi-hero h1 {
    font-size: clamp(1.9rem, 2.2vw, 2.65rem);
  }
}
body.chi-premium .chi-hero h1 .chi-h1-line {
  display: block;
  white-space: nowrap !important;
  background: none;
  color: #fffaf4 !important;
  -webkit-background-clip: unset;
  background-clip: unset;
  font-style: normal;
  font-weight: 600;
  width: auto;
  max-width: none;
  padding: 0;
  position: static;
}
body.chi-premium .chi-hero h1 .chi-h1-line:after { display: none; }
body.chi-premium .chi-hero h1 .chi-gold {
  display: inline;
  background: linear-gradient(100deg, #fff4c4 0%, #e8b84a 42%, #ffd36a 78%, #fff8de 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 0;
  width: auto;
}
body.chi-premium .chi-hero h1 .chi-gold:after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 100%;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #e8b84a, rgba(232,184,74,0));
}
.chi-hero .chi-kicker {
  font-size: 0.62rem !important;
  letter-spacing: 0.12em;
  padding: 5px 11px 5px 9px;
  border-radius: 999px;
  background: rgba(232, 184, 74, 0.12);
  border: 1px solid rgba(232, 184, 74, 0.32);
  backdrop-filter: blur(10px);
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.chi-hero .chi-kicker .dot {
  width: 6px;
  height: 6px;
}
body.chi-premium .chi-hero .chi-hero-copy > p:not(.chi-kicker) {
  color: rgba(255, 245, 235, 0.82) !important;
  max-width: 54ch;
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0;
}
.chi-hero .row,
.chi-hero-row {
  align-items: center;
  position: relative;
  z-index: 3;
}
.chi-hero-copy {
  position: relative;
  z-index: 4;
  padding: 28px 0 36px;
  container-type: inline-size;
}
body.chi-premium .chi-hero .chi-btn,
body.chi-premium .chi-hero a.chi-btn,
body.chi-premium .chi-hero a.chi-btn:link,
body.chi-premium .chi-hero a.chi-btn:visited,
body.chi-premium .chi-hero a.chi-btn:hover,
body.chi-premium .chi-hero a.chi-btn:focus,
body.chi-premium .chi-hero a.chi-btn:active,
body.chi-premium .chi-hero a.various.chi-btn,
body.chi-premium .chi-hero a.various.popclick.chi-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #e10606 !important;
  background-image: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  border: 2px solid #fff4d6 !important;
  box-shadow:
    0 0 0 2px rgba(232, 184, 74, 0.65),
    0 10px 28px rgba(255, 30, 30, 0.55) !important;
  z-index: 6;
  filter: none !important;
  mix-blend-mode: normal !important;
}
body.chi-premium .chi-hero .chi-btn span,
body.chi-premium .chi-hero a.chi-btn span,
body.chi-premium .chi-hero .chi-btn i,
body.chi-premium .chi-hero a.chi-btn i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  background: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
  z-index: 2;
}
body.chi-premium .chi-hero .chi-btn:after {
  display: none !important;
}
body.chi-premium .chi-hero .chi-btn:hover,
body.chi-premium .chi-hero a.chi-btn:hover {
  background: #ff2a2a !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow:
    0 0 0 2px rgba(255, 220, 140, 0.8),
    0 12px 28px rgba(255, 50, 50, 0.62) !important;
}
.chi-hero-visual {
  position: relative;
  z-index: 3;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0;
  overflow: visible;
}
.chi-phone-stage {
  position: relative;
  width: 78%;
  max-width: 430px;
  margin: 0 0 0 auto;
}
.chi-phone-stage img {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  animation: chiFloat 6s ease-in-out infinite;
  filter: drop-shadow(0 28px 46px rgba(0,0,0,0.45));
}
.chi-halo {
  position: absolute;
  width: 340px; height: 340px;
  left: 50%; top: 10%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,184,74,0.34), rgba(208,3,4,0.12) 42%, transparent 70%);
  animation: chiPulse 4s ease-in-out infinite;
  z-index: 1;
}
.chi-orbit {
  position: absolute;
  left: 50%; top: 22%;
  border: 1px dashed rgba(255,255,255,0.18);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: chiSpinSlow 28s linear infinite;
  z-index: 2;
}
.chi-orbit.o1 { width: 240px; height: 240px; }
.chi-orbit.o2 { width: 320px; height: 320px; animation-duration: 40s; animation-direction: reverse; }
.chi-orbit i {
  position: absolute;
  top: 0; left: 50%;
  width: 12px; height: 12px;
  margin-left: -6px;
  border-radius: 50%;
  background: var(--chi-gold);
  box-shadow: 0 0 12px var(--chi-gold);
}
.chi-chip {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
  animation: chiFloat 5.5s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.chi-chip i { color: var(--chi-gold); }
.chi-chip.c1 { top: 18%; left: -8%; }
.chi-chip.c2 { top: 46%; right: -10%; animation-delay: 0.8s; }
.chi-chip.c3 { bottom: 22%; left: 0; animation-delay: 1.4s; }

.chi-skyline { display: none; }

.chi-stats-bar {
  position: relative;
  z-index: 6;
  width: 100%;
  margin-top: calc(var(--chi-stats-half) * -1);
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.chi-stats-bar:before,
.chi-stats-bar:after { display: none; }
.chi-stats-glow { display: none; }
.chi-stats-bar .container {
  position: relative;
  z-index: 2;
}
.chi-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background:
    linear-gradient(180deg, #fffefb 0%, #fbf8f3 58%, #f6efe4 100%);
  border: 1px solid rgba(232, 184, 74, 0.22);
  border-radius: 28px;
  padding: 22px 10px 20px;
  box-shadow:
    0 28px 64px rgba(7, 17, 31, 0.18),
    0 -12px 32px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}
.chi-stats-grid:before {
  content: "";
  position: absolute;
  top: 0; left: 22px; right: 22px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--chi-red), var(--chi-gold), var(--chi-blue), var(--chi-gold), var(--chi-red));
  display: block;
}
.chi-stat {
  text-align: center;
  color: var(--chi-ink);
  border-right: 0;
  padding: 8px 28px 4px;
  position: relative;
}
.chi-stat:not(:last-child):after {
  content: "";
  position: absolute;
  top: 12px; bottom: 12px; right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(232, 184, 74, 0.55), rgba(208, 3, 4, 0.28), transparent);
}
.chi-stat i {
  display: inline-flex;
  width: 46px; height: 46px;
  align-items: center; justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #fff, #fff6e4 55%, #f3e2b8);
  color: var(--chi-red);
  font-size: 0.95rem;
  margin-bottom: 10px;
  border: 1px solid rgba(232, 184, 74, 0.45);
  box-shadow:
    0 0 0 4px rgba(232, 184, 74, 0.1),
    0 8px 18px rgba(7, 17, 31, 0.08);
}
.chi-stat-text strong { font-size: 1.45rem; padding-top: 0; display: block; }
.chi-stat strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 3.2vw, 2.85rem);
  font-weight: 600;
  color: #8f1b16;
  line-height: 1.05;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}
.chi-stat span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #5b6573 !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 28ch;
  margin: 0 auto;
}

/* ---------- Intro ---------- */
.chi-intro {
  padding: calc(var(--chi-stats-half) + 36px) 0 40px;
  margin-top: calc(var(--chi-stats-half) * -1);
  background: var(--chi-cream);
  z-index: 1;
}
.chi-intro-card {
  background: #fff;
  border-radius: 28px;
  padding: 42px 42px 36px;
  box-shadow: var(--chi-shadow);
  border: 1px solid rgba(14,28,48,0.06);
  position: relative;
  overflow: hidden;
}
.chi-intro-card:before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--chi-red), var(--chi-gold), var(--chi-blue));
}
.chi-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.chi-pills span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff6ea;
  color: #8a5a12;
  border: 1px solid rgba(232,184,74,0.35);
}

/* ---------- Services ---------- */
.chi-services {
  position: relative;
  overflow: hidden;
  padding: 56px 0 92px;
  background:
    radial-gradient(900px 360px at 8% 0%, rgba(232,184,74,0.12), transparent 55%),
    radial-gradient(800px 320px at 100% 80%, rgba(208,3,4,0.06), transparent 50%),
    var(--chi-cream);
}
.chi-svc-atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.chi-services .container { position: relative; z-index: 2; }
.chi-svc-atmos .sv-grid {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    radial-gradient(rgba(208, 3, 4, 0.12) 1px, transparent 1.2px),
    linear-gradient(rgba(169, 28, 22, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 28, 22, 0.06) 1px, transparent 1px);
  background-size: 26px 26px, 44px 44px, 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 38%, #000 18%, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 38%, #000 18%, transparent 76%);
}
.chi-svc-atmos .sv-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.chi-svc-atmos .sv-bloom.a {
  width: 280px; height: 280px;
  left: -80px; top: 8%;
  background: radial-gradient(circle, rgba(232, 184, 74, 0.28), transparent 70%);
  animation: chiFaqFloat 11s ease-in-out infinite;
}
.chi-svc-atmos .sv-bloom.b {
  width: 320px; height: 320px;
  right: -100px; bottom: 4%;
  background: radial-gradient(circle, rgba(208, 3, 4, 0.16), transparent 70%);
  animation: chiFaqFloat 13s ease-in-out infinite reverse;
}
.chi-svc-atmos .sv-bloom.c {
  width: 180px; height: 180px;
  left: 42%; top: -40px;
  background: radial-gradient(circle, rgba(77, 183, 232, 0.16), transparent 70%);
  animation: chiFaqFloat 15s ease-in-out infinite;
}
.chi-svc-atmos .sv-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed rgba(232, 184, 74, 0.38);
}
.chi-svc-atmos .sv-ring.r1 {
  width: 220px; height: 220px;
  top: 36px; right: 6%;
  animation: chiFaqSpin 42s linear infinite;
}
.chi-svc-atmos .sv-ring.r1:before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid rgba(208, 3, 4, 0.16);
}
.chi-svc-atmos .sv-ring.r2 {
  width: 130px; height: 130px;
  left: 4%; bottom: 60px;
  border-color: rgba(208, 3, 4, 0.2);
  border-style: solid;
  animation: chiFaqSpin 36s linear infinite reverse;
}
.chi-svc-atmos .sv-star {
  position: absolute;
  width: 16px; height: 16px;
  background: var(--chi-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.42;
}
.chi-svc-atmos .sv-star.s1 { left: 8%; top: 18%; }
.chi-svc-atmos .sv-star.s2 { right: 12%; top: 22%; width: 11px; height: 11px; opacity: 0.3; }
.chi-svc-atmos .sv-star.s3 { left: 22%; bottom: 14%; width: 13px; height: 13px; opacity: 0.34; background: #d00304; }
.chi-svc-atmos .sv-spark {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #e8b84a;
  box-shadow: 0 0 10px rgba(232, 184, 74, 0.8);
  animation: chiFaqPulse 2.6s ease-in-out infinite;
}
.chi-svc-atmos .sv-spark.p1 { top: 26%; right: 20%; }
.chi-svc-atmos .sv-spark.p2 { bottom: 22%; left: 16%; background: #d00304; box-shadow: 0 0 10px rgba(208, 3, 4, 0.65); animation-delay: 0.7s; }
.chi-svc-atmos .sv-spark.p3 { top: 58%; left: 7%; width: 4px; height: 4px; animation-delay: 1.3s; }
.chi-svc-atmos .sv-beam {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 108px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,184,74,0.45), rgba(208,3,4,0.28), transparent);
}
.chi-svc-atmos .sv-corner {
  position: absolute;
  width: 42px; height: 42px;
  border: 2px solid rgba(232, 184, 74, 0.35);
}
.chi-svc-atmos .sv-corner.tl { top: 24px; left: 24px; border-right: 0; border-bottom: 0; border-radius: 10px 0 0 0; }
.chi-svc-atmos .sv-corner.br { right: 24px; bottom: 24px; border-left: 0; border-top: 0; border-radius: 0 0 10px 0; border-color: rgba(208, 3, 4, 0.28); }
.chi-svc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
  padding: 6px;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(14,28,48,0.06);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(7,17,31,0.05);
}
.chi-svc-nav button {
  border: 0;
  background: transparent;
  color: var(--chi-ink);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}
.chi-svc-nav button:hover,
.chi-svc-nav button.is-active {
  background: var(--chi-navy);
  color: #fff;
  box-shadow: 0 10px 20px rgba(7,17,31,0.16);
}
.chi-svc-stage {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 16px;
  align-items: center;
}
.chi-svc-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(14,28,48,0.12);
  background: #fff;
  color: var(--chi-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: 0.25s ease;
  box-shadow: 0 10px 24px rgba(7,17,31,0.08);
}
.chi-svc-arrow:hover {
  background: var(--chi-navy);
  color: #fff;
  border-color: var(--chi-navy);
}
.chi-svc-slider { min-width: 0; padding: 8px 2px 4px; }
.chi-svc-slider .owl-stage-outer { overflow: hidden; padding: 10px 0 6px; }
.chi-svc-slider .owl-stage { display: flex; }
.chi-svc-slider .owl-item {
  display: flex;
  height: auto;
  overflow: hidden;
}
.chi-svc-slider .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}
.chi-svc-slider .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: rgba(14,28,48,0.18) !important;
  border: 0;
  padding: 0 !important;
  transition: 0.25s ease;
}
.chi-svc-slider .owl-dot.active {
  width: 28px;
  background: linear-gradient(90deg, #e8b84a, #d00304) !important;
}
.chi-svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  perspective: 1100px;
}
.chi-svc-card {
  --chi-tone: #d00304;
  position: relative;
  width: 100%;
  height: 420px;
  min-height: 420px;
  max-height: 420px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(180px 90px at 100% 0%, color-mix(in srgb, var(--chi-tone) 16%, transparent), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f3 100%);
  border-radius: 28px;
  padding: 26px 24px 20px;
  border: 1px solid rgba(14,28,48,0.08);
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.chi-svc-card[data-cat="custom"] { --chi-tone: #d00304; }
.chi-svc-card[data-cat="native"] { --chi-tone: #2f6fbf; }
.chi-svc-card[data-cat="native"]:has([alt="Android"]) { --chi-tone: #3d8b40; }
.chi-svc-card[data-cat="cross"] { --chi-tone: #c7922b; }
.chi-svc-card[data-cat="design"] { --chi-tone: #c45c2a; }
.chi-svc-card[data-cat="engine"] { --chi-tone: #1a9a8f; }
.chi-svc-card[data-cat="launch"] { --chi-tone: #d00304; }
.chi-svc-card:after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--chi-gold), var(--chi-tone));
  opacity: 1;
}
.chi-svc-card:before {
  content: "";
  position: absolute;
  inset: auto -30% -20% auto;
  width: 180px; height: 180px;
  background: radial-gradient(circle, color-mix(in srgb, var(--chi-tone) 14%, transparent), transparent 70%);
  pointer-events: none;
}
.chi-svc-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--chi-tone) 45%, transparent);
  box-shadow: none;
}
.chi-svc-num {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--chi-tone);
  opacity: 0.7;
}
.chi-svc-ico {
  width: 58px; height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #fff8e8, #fff);
  color: var(--chi-tone);
  font-size: 1.25rem;
  margin-bottom: 16px;
  box-shadow:
    0 10px 20px color-mix(in srgb, var(--chi-tone) 18%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--chi-gold) 55%, transparent);
}
.chi-svc-card h3 {
  font-size: 1.55rem;
  margin: 0 0 12px;
  font-weight: 700;
}
.chi-svc-card p { margin-bottom: 12px; }
.chi-svc-card p:last-child { margin-bottom: 0; }
.chi-svc-card.is-hidden { display: none; }

/* ---------- Types ---------- */
.chi-types {
  position: relative;
  padding: 92px 0 100px;
  background:
    radial-gradient(720px 360px at 6% 12%, rgba(232,184,74,0.22), transparent 58%),
    radial-gradient(640px 320px at 96% 88%, rgba(208,3,4,0.22), transparent 55%),
    radial-gradient(520px 280px at 70% 8%, rgba(58,168,255,0.16), transparent 52%),
    radial-gradient(480px 260px at 28% 92%, rgba(46,201,184,0.14), transparent 50%),
    #07111f;
  color: #fff;
  overflow: hidden;
}
.chi-types-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.chi-types .container { position: relative; z-index: 1; }
.chi-types-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(232,184,74,0.16) 1px, transparent 1.2px),
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px, 48px 48px, 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 42%, #000 22%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 42%, #000 22%, transparent 80%);
}
.chi-types-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.chi-types-orb.o1 {
  width: 260px; height: 260px; left: -70px; top: 40px;
  background: radial-gradient(circle, rgba(232,184,74,0.42), transparent 70%);
}
.chi-types-orb.o2 {
  width: 300px; height: 300px; right: -90px; bottom: -20px;
  background: radial-gradient(circle, rgba(255,91,110,0.32), transparent 70%);
}
.chi-types-orb.o3 {
  width: 200px; height: 200px; left: 46%; top: -40px;
  background: radial-gradient(circle, rgba(106,168,255,0.3), transparent 70%);
}
.chi-types-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed rgba(232,184,74,0.48);
}
.chi-types-ring.r1 {
  width: 380px; height: 380px; left: -140px; bottom: -90px;
  animation: chiWheelSpin 80s linear infinite;
}
.chi-types-ring.r2 {
  width: 240px; height: 240px; right: -50px; top: 30px;
  border-color: rgba(255,91,110,0.28);
  animation: chiWheelSpin 64s linear infinite reverse;
}
.chi-types-ring.r3 {
  width: 160px; height: 160px; left: 18%; top: 18%;
  border-color: rgba(46,201,184,0.28);
  border-style: solid;
  opacity: 0.7;
}
.chi-types-star {
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--chi-gold);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.55;
}
.chi-types-star.s1 { left: 8%; top: 22%; }
.chi-types-star.s2 { right: 11%; bottom: 18%; width: 14px; height: 14px; opacity: 0.4; }
.chi-types-beam {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,184,74,0.45), rgba(255,91,110,0.35), rgba(106,168,255,0.4), transparent);
}
.chi-types .chi-title,
.chi-types h2 { color: #fff; }
.chi-types .chi-head p { color: rgba(255,255,255,0.78); }
.chi-type-stage {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 16px;
  align-items: center;
}
.chi-type-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: 0.25s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.chi-type-arrow:hover {
  background: #fff;
  color: #07111f;
  border-color: #fff;
}
.chi-type-slider { min-width: 0; padding: 8px 2px 4px; }
.chi-type-slider .owl-stage-outer { overflow: hidden; padding: 10px 0 6px; }
.chi-type-slider .owl-stage { display: flex; }
.chi-type-slider .owl-item {
  display: flex;
  height: auto;
  overflow: hidden;
}
.chi-type-slider .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}
.chi-type-slider .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: rgba(255,255,255,0.28) !important;
  border: 0;
  padding: 0 !important;
  transition: 0.25s ease;
}
.chi-type-slider .owl-dot.active {
  width: 28px;
  background: linear-gradient(90deg, #e8b84a, #ff5b6e) !important;
}
.chi-type-card {
  --chi-tone: #e8b84a;
  position: relative;
  width: 100%;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--chi-tone) 28%, transparent), rgba(255,255,255,0.05));
  border: 1px solid color-mix(in srgb, var(--chi-tone) 48%, transparent);
  border-radius: 26px;
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(12px);
  transition: 0.35s ease;
  min-height: 360px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}
.chi-type-card:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--chi-tone), transparent 85%);
}
.chi-type-card.is-shop { --chi-tone: #e8b84a; }
.chi-type-card.is-health { --chi-tone: #2ec9b8; }
.chi-type-card.is-demand { --chi-tone: #ff8a3d; }
.chi-type-card.is-social { --chi-tone: #6aa8ff; }
.chi-type-card.is-edu { --chi-tone: #ff5b6e; }
.chi-type-card.is-ent { --chi-tone: #c4a6ff; }
.chi-type-card:hover {
  transform: translateY(-8px);
  border-color: var(--chi-tone);
  box-shadow: 0 24px 50px rgba(0,0,0,0.28);
}
.chi-type-num {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--chi-tone);
}
.chi-type-card h3 { color: #fff; font-size: 1.42rem; margin: 14px 0 10px; line-height: 1.25; }
.chi-type-text {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  margin-bottom: 6px;
}
body.chi-premium .chi-wrap .chi-type-card p,
body.chi-premium .chi-wrap .chi-type-card .chi-type-text p {
  color: #f6f3ee !important;
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0 0 12px;
}
body.chi-premium .chi-wrap .chi-type-card .chi-type-text p:last-child {
  margin-bottom: 0;
}
.chi-type-text > p:first-child {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.chi-type-text > p + p { display: none; }
.chi-type-card:has(.chi-more[open]) .chi-type-text {
  max-height: 210px;
  overflow: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--chi-tone) rgba(255,255,255,0.12);
}
.chi-type-card:has(.chi-more[open]) .chi-type-text > p:first-child {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.chi-type-card:has(.chi-more[open]) .chi-type-text > p + p { display: block; }
.chi-type-card:has(.chi-more[open]) .chi-type-text::-webkit-scrollbar { width: 6px; }
.chi-type-card:has(.chi-more[open]) .chi-type-text::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.08);
  border-radius: 99px;
}
.chi-type-card:has(.chi-more[open]) .chi-type-text::-webkit-scrollbar-thumb {
  background: var(--chi-tone);
  border-radius: 99px;
}
.chi-type-ico {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: var(--chi-tone);
  color: #07111f;
  font-size: 1.2rem;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--chi-tone) 42%, transparent);
}

/* ---------- Process cycle wheel ---------- */
.chi-process {
  padding: 96px 0 100px;
  background:
    radial-gradient(900px 420px at 12% 8%, rgba(232,184,74,0.12), transparent 55%),
    radial-gradient(800px 380px at 90% 92%, rgba(208,3,4,0.08), transparent 50%),
    var(--chi-cream);
  overflow: hidden;
}
.chi-cycle {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 28px 48px;
  align-items: center;
  margin-top: 12px;
}
.chi-cycle-copy {
  position: relative;
  background: #fff;
  border: 1px solid rgba(14,28,48,0.07);
  border-radius: 32px;
  padding: 42px 40px 40px;
  box-shadow: 0 28px 70px rgba(7,17,31,0.08);
  min-height: 420px;
  overflow: hidden;
}
.chi-cycle-copy:before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--chi-gold), var(--chi-red));
}
.chi-cycle-hint {
  margin: 0 0 22px !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--chi-gold) !important;
}
.chi-cycle-panel { display: none; }
.chi-cycle-panel.is-active {
  display: block;
  animation: chiPanelIn 0.5s ease;
}
@keyframes chiPanelIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.chi-cycle-num {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--chi-red);
  margin-bottom: 18px;
}
.chi-cycle-ico {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  background: linear-gradient(160deg, #fff6dc, #ffe8ea);
  color: var(--chi-red);
  font-size: 1.5rem;
  box-shadow: 0 12px 28px rgba(208,3,4,0.12);
}
.chi-cycle-panel h3 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 16px;
  color: var(--chi-ink);
}
.chi-cycle-panel p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5b6573;
}
.chi-wheel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.chi-wheel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.chi-wheel:before,
.chi-wheel:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.chi-wheel:before {
  width: 118%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(232,184,74,0.16), transparent 62%);
}
.chi-wheel:after {
  width: 108%;
  aspect-ratio: 1;
  border: 1px dashed rgba(232,184,74,0.28);
  animation: chiWheelSpin 90s linear infinite reverse;
}
.chi-wheel-disc {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(232,184,74,0.0) 0 9deg,
      rgba(232,184,74,0.38) 9deg 9.55deg,
      rgba(232,184,74,0) 9.55deg 12.85deg
    ),
    radial-gradient(circle at 50% 38%, #27456f 0%, #07111f 68%);
  box-shadow:
    0 48px 90px rgba(7,17,31,0.3),
    0 0 0 1px rgba(232,184,74,0.28),
    inset 0 0 70px rgba(0,0,0,0.28);
  container-type: inline-size;
}
.chi-wheel-bezel {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 5;
  box-shadow:
    inset 0 0 0 11px #07111f,
    inset 0 0 0 12.5px rgba(232,184,74,0.92),
    inset 0 0 0 19px #0c1730;
}
.chi-wheel-orbit {
  position: absolute;
  inset: 7.5%;
  border-radius: 50%;
  border: 1px dashed rgba(232,184,74,0.32);
  animation: chiWheelSpin 48s linear infinite reverse;
  pointer-events: none;
  z-index: 2;
}
.chi-wheel-glow {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,184,74,0.22), transparent 68%);
  pointer-events: none;
}
.chi-wheel-shine {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background: conic-gradient(from 200deg, transparent 0 68%, rgba(255,255,255,0.16) 76%, transparent 86%);
  animation: chiWheelSpin 22s linear infinite;
  mix-blend-mode: soft-light;
}
.chi-wheel-spin {
  position: absolute;
  inset: 0;
  animation: chiWheelSpin 72s linear infinite;
  z-index: 3;
}
.chi-wheel-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.chi-wheel-seg {
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  transition: filter 0.35s ease, opacity 0.35s ease;
  opacity: 0.92;
}
.chi-wheel-seg:hover,
.chi-wheel-seg.is-active {
  opacity: 1;
  filter: brightness(1.08) drop-shadow(0 0 10px rgba(255,214,120,0.4));
}
.chi-seg-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 108px;
  margin: 0;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  z-index: 4;
  padding: 0;
  text-align: center;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(var(--a)) translateY(-34.2cqi);
  filter: none;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}
@supports not (width: 1cqi) {
  .chi-seg-btn { transform: translate(-50%, -50%) rotate(var(--a)) translateY(-170px); }
}
.chi-seg-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  line-height: 1;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  animation: chiWheelCounter 72s linear infinite;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.chi-seg-inner b {
  display: block;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.chi-seg-inner small {
  display: block;
  max-width: 7.6em;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: none;
  color: #fff;
  opacity: 1;
  white-space: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.chi-seg-btn.is-active .chi-seg-inner {
  background: none;
  box-shadow: none;
}
.chi-seg-btn.is-active .chi-seg-inner b {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.chi-seg-btn.is-active .chi-seg-inner:after {
  content: "";
  width: 18px;
  height: 2px;
  margin-top: 3px;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.9;
}
.chi-seg-btn[data-step="1"] .chi-seg-inner,
.chi-seg-btn[data-step="5"] .chi-seg-inner {
  color: #07111f;
}
.chi-seg-btn[data-step="1"] .chi-seg-inner b,
.chi-seg-btn[data-step="1"] .chi-seg-inner small,
.chi-seg-btn[data-step="5"] .chi-seg-inner b,
.chi-seg-btn[data-step="5"] .chi-seg-inner small,
.chi-seg-btn.is-active[data-step="1"] .chi-seg-inner b,
.chi-seg-btn.is-active[data-step="5"] .chi-seg-inner b {
  color: #07111f;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
.chi-wheel-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 32%, #ffffff 0%, #f7f1e4 62%, #ead7a8 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 6;
  pointer-events: none;
  box-shadow:
    0 14px 36px rgba(7,17,31,0.22),
    inset 0 0 0 3px #fff,
    inset 0 0 0 7px rgba(232,184,74,0.7),
    inset 0 0 0 10px #07111f;
  padding: 16px;
}
.chi-wheel-hub:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
  background:
    radial-gradient(circle at 50% 50%, var(--chi-gold) 28%, transparent 30%),
    conic-gradient(from 90deg, var(--chi-gold) 0 20%, transparent 0 40%, var(--chi-gold) 0 60%, transparent 0 80%, var(--chi-gold) 0 100%);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.9;
}
.chi-wheel-hub strong {
  display: block;
  font-size: clamp(0.95rem, 3.4cqi, 1.22rem);
  font-weight: 800;
  color: var(--chi-ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.chi-wheel-hub span {
  display: block;
  margin-top: 4px;
  font-size: clamp(0.56rem, 2.1cqi, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--chi-red);
}
.chi-wheel-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 11px 18px 11px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(14, 28, 48, 0.08);
  box-shadow: 0 12px 28px rgba(7,17,31,0.08);
  color: var(--chi-ink);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  z-index: 2;
}
.chi-wheel-cue i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #fff4d6, #ffe4e4);
  color: var(--chi-red);
  font-size: 0.85rem;
  animation: chiTapHint 1.5s ease-in-out infinite;
}
@keyframes chiTapHint {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}
@keyframes chiWheelSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes chiWheelCounter {
  from { transform: rotate(calc(var(--a) * -1)); }
  to { transform: rotate(calc(-360deg - var(--a))); }
}
.chi-cycle.is-paused .chi-wheel-spin,
.chi-cycle.is-paused .chi-seg-inner,
.chi-cycle.is-paused .chi-wheel-orbit,
.chi-cycle.is-paused .chi-wheel-shine,
.chi-cycle.is-paused .chi-wheel:after {
  animation-play-state: paused;
}

@media (max-width: 991px) {
  .chi-cycle {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .chi-cycle-copy { order: 2; min-height: 0; padding: 32px 26px; }
  .chi-wheel-wrap { order: 1; }
  .chi-wheel-disc { width: min(420px, 92vw); }
}
@media (max-width: 575px) {
  .chi-seg-inner b { font-size: 1.08rem; }
  .chi-seg-inner small { font-size: 0.46rem; letter-spacing: 0.02em; }
  .chi-seg-btn { width: 90px; }
  .chi-cycle-panel h3 { font-size: 1.55rem; }
  .chi-wheel-hub:before { width: 14px; height: 14px; }
  .chi-wheel-cue { font-size: 0.82rem; padding: 10px 14px; }
}

/* ---------- Why / Cost / Choose ---------- */
.chi-why,
.chi-cost,
.chi-choose,
.chi-good {
  padding: 80px 0;
}
.chi-why { background: #fff; }
.chi-why-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.chi-why-photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  background: #0c1c33 url("../images/country/chic-abt.png") center/cover no-repeat;
  box-shadow: var(--chi-shadow);
}
.chi-why-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7,17,31,0.55));
}
.chi-float-note {
  position: absolute;
  z-index: 2;
  bottom: 22px; left: 22px; right: 22px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
  color: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 600;
}
.chi-points { display: grid; gap: 16px; margin-top: 22px; }
.chi-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}
.chi-point i {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: #fff4e5;
  color: var(--chi-red);
  display: flex; align-items: center; justify-content: center;
}
.chi-point p { margin: 0; }

.chi-cost {
  position: relative;
  padding: 92px 0 96px;
  background:
    radial-gradient(700px 380px at 8% 40%, rgba(7,17,31,0.08), transparent 58%),
    radial-gradient(620px 320px at 92% 70%, rgba(232,184,74,0.16), transparent 55%),
    #f3eee6;
  overflow: hidden;
}
.chi-cost .container { position: relative; z-index: 2; }
.chi-cost-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.chi-cost-deco .grid {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(14, 28, 48, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 28, 48, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 42%, #000 12%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 42%, #000 12%, transparent 72%);
}
.chi-cost-deco .g1,
.chi-cost-deco .g2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.chi-cost-deco .g1 {
  width: 300px; height: 300px; left: -80px; top: 16%;
  background: radial-gradient(circle, rgba(232,184,74,0.24), transparent 70%);
}
.chi-cost-deco .g2 {
  width: 260px; height: 260px; right: -50px; bottom: 8%;
  background: radial-gradient(circle, rgba(208,3,4,0.14), transparent 70%);
}
.chi-cost-deco .ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(232,184,74,0.28);
}
.chi-cost-deco .ring.r1 {
  right: 6%;
  top: 10%;
  width: 170px;
  height: 170px;
}
.chi-cost-deco .ring.r1:before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px dashed rgba(208,3,4,0.2);
}
.chi-cost-deco .ring.r2 {
  left: 7%;
  bottom: 12%;
  width: 110px;
  height: 110px;
  border-color: rgba(208,3,4,0.16);
}
.chi-cost-deco .star {
  position: absolute;
  width: 14px; height: 14px;
  background: var(--chi-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.4;
}
.chi-cost-deco .star.s1 { left: 10%; top: 22%; }
.chi-cost-deco .star.s2 { right: 18%; bottom: 20%; width: 11px; height: 11px; opacity: 0.28; }
.chi-cost-deco .spark {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #e8b84a;
  box-shadow: 0 0 10px rgba(232,184,74,0.8);
}
.chi-cost-deco .spark.p1 { top: 30%; right: 24%; }
.chi-cost-deco .spark.p2 { bottom: 28%; left: 16%; background: #d00304; box-shadow: 0 0 10px rgba(208,3,4,0.6); }
.chi-cost-deco .corner {
  position: absolute;
  width: 38px; height: 38px;
  border: 2px solid rgba(232,184,74,0.32);
}
.chi-cost-deco .corner.tl { top: 24px; left: 24px; border-right: 0; border-bottom: 0; border-radius: 10px 0 0 0; }
.chi-cost-deco .corner.br { right: 24px; bottom: 24px; border-left: 0; border-top: 0; border-radius: 0 0 10px 0; border-color: rgba(208,3,4,0.22); }

.chi-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.chi-panel {
  position: relative;
  border-radius: 32px;
  padding: 36px 28px 28px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.chi-panel-frame {
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(232, 184, 74, 0.28);
  pointer-events: none;
  z-index: 2;
}
.chi-panel-rule {
  display: block;
  width: 64px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #e8b84a, #d00304);
  margin: 0 0 22px;
  position: relative;
  z-index: 1;
}
.chi-panel-rule.light {
  background: linear-gradient(90deg, #d00304, #e8b84a);
}
.chi-panel h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.1vw, 2.05rem);
  margin-bottom: 14px;
  line-height: 1.22;
  letter-spacing: -0.03em;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.chi-panel h2 em {
  font-style: italic;
  background: linear-gradient(100deg, #fff4c4, #e8b84a, #ffd36a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.chi-panel-n {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.72rem;
  font-weight: 700;
}

.chi-panel.is-cost {
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(232,184,74,0.2), transparent 55%),
    radial-gradient(380px 200px at 0% 100%, rgba(208,3,4,0.18), transparent 50%),
    linear-gradient(165deg, #14253d 0%, #07111f 58%);
  color: #fff;
  box-shadow:
    0 32px 74px rgba(7,17,31,0.3),
    inset 0 0 0 1px rgba(232,184,74,0.28);
}
.chi-cost-mark {
  position: absolute;
  right: -6px;
  top: 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 0.8;
  color: rgba(232,184,74,0.1);
  pointer-events: none;
  z-index: 0;
}
.chi-panel.is-cost > * { position: relative; z-index: 1; }
.chi-panel.is-cost .chi-panel-frame { z-index: 2; }
.chi-panel.is-cost .chi-cost-mark { z-index: 0; }
body.chi-premium .chi-wrap .chi-panel.is-cost h2 {
  color: #fffaf4 !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-weight: 600 !important;
}
body.chi-premium .chi-wrap .chi-panel.is-cost p {
  color: rgba(255, 245, 235, 0.86);
}
.chi-panel.is-cost .chi-kicker { margin-bottom: 12px; }
.chi-panel.is-cost > p:not(.chi-kicker) {
  position: relative;
  margin: 0 0 10px;
  padding: 14px 14px 14px 58px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  font-size: 0.98rem;
  line-height: 1.65;
}
.chi-panel.is-cost > p:not(.chi-kicker):last-child { margin-bottom: 0; }
.chi-panel.is-cost .chi-panel-n {
  color: #07111f;
  background: linear-gradient(145deg, #fff4c4, #e8b84a);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}
.chi-panel.is-cost .chi-metric {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 18px;
}
.chi-panel.is-cost .chi-metric b {
  background: rgba(7,17,31,0.45);
  border: 1px solid rgba(232,184,74,0.38);
  color: #fff;
  border-radius: 18px;
  padding: 14px 8px 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  min-width: 0;
  text-align: center;
  display: block;
  box-shadow: inset 0 0 20px rgba(232,184,74,0.08);
}
.chi-panel.is-cost .chi-metric b small {
  display: block;
  color: var(--chi-gold);
  font-family: inherit;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 6px;
}

.chi-panel.is-time {
  background:
    linear-gradient(180deg, #fffdf8 0%, #fff 48%, #fff6e8 100%);
  border: 1px solid rgba(232,184,74,0.28);
  box-shadow: 0 28px 60px rgba(7,17,31,0.08);
  padding-left: 44px;
}
.chi-panel.is-time .chi-panel-frame {
  border-color: rgba(232, 184, 74, 0.22);
}
.chi-time-rail {
  position: absolute;
  left: 18px;
  top: 38px;
  bottom: 38px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--chi-gold), var(--chi-red));
  z-index: 1;
}
.chi-time-rail:before,
.chi-time-rail:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--chi-gold);
  transform: translateX(-50%);
  box-shadow: 0 0 0 4px #fff;
}
.chi-time-rail:before { top: 0; }
.chi-time-rail:after {
  bottom: 0;
  background: var(--chi-red);
}
.chi-time-dial {
  position: absolute;
  right: -28px;
  top: -28px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 10px solid rgba(232,184,74,0.16);
  box-shadow:
    inset 0 0 0 2px rgba(232,184,74,0.35),
    0 0 0 1px rgba(208,3,4,0.08);
  pointer-events: none;
  z-index: 0;
}
.chi-time-dial:before,
.chi-time-dial:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--chi-red);
  transform-origin: bottom center;
  border-radius: 2px;
}
.chi-time-dial:before {
  width: 3px;
  height: 38px;
  margin: -38px 0 0 -1.5px;
  transform: rotate(38deg);
  transform-origin: bottom center;
}
.chi-time-dial:after {
  width: 2px;
  height: 26px;
  margin: -26px 0 0 -1px;
  background: var(--chi-navy);
  transform: rotate(-50deg);
  transform-origin: bottom center;
}
body.chi-premium .chi-wrap .chi-panel.is-time h2 {
  color: var(--chi-ink) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-weight: 600 !important;
}
.chi-panel.is-time .chi-btns { margin-top: 18px; position: relative; z-index: 1; }
.chi-panel.is-time > p:not(.chi-kicker) {
  position: relative;
  margin: 0 0 10px;
  padding: 14px 14px 14px 58px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(14, 28, 48, 0.06);
  border-radius: 16px;
  color: var(--chi-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  box-shadow: 0 8px 18px rgba(7, 17, 31, 0.04);
}
.chi-panel.is-time > p:not(.chi-kicker):last-of-type { margin-bottom: 4px; }
.chi-panel.is-time .chi-panel-n {
  color: #9a1010;
  background: #fff;
  border: 1px solid rgba(232, 184, 74, 0.45);
  box-shadow: 0 6px 14px rgba(7, 17, 31, 0.06);
}

.chi-metric {
  display: flex;
  gap: 14px;
  margin: 22px 0 8px;
  flex-wrap: wrap;
}
.chi-metric b {
  background: var(--chi-navy);
  color: var(--chi-gold);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 1.35rem;
  min-width: 110px;
  text-align: center;
  display: inline-block;
}
.chi-metric b small {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 2px;
}

.chi-choose {
  background:
    radial-gradient(720px 340px at 8% 12%, rgba(232, 184, 74, 0.16), transparent 58%),
    radial-gradient(640px 300px at 96% 88%, rgba(208, 3, 4, 0.1), transparent 55%),
    #f3eee6;
  overflow: hidden;
  padding: 90px 0 96px;
}
.chi-choose-atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.chi-choose-atmos .cg-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
}
.chi-choose-atmos .cg-bloom.l {
  width: 280px; height: 280px;
  left: -80px; top: 18%;
  background: radial-gradient(circle, rgba(232, 184, 74, 0.22), transparent 70%);
}
.chi-choose-atmos .cg-bloom.r {
  width: 320px; height: 320px;
  right: -90px; bottom: 8%;
  background: radial-gradient(circle, rgba(208, 3, 4, 0.14), transparent 70%);
}
.chi-choose-atmos .cg-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(232, 184, 74, 0.22);
}
.chi-choose-atmos .cg-ring.a {
  width: 180px; height: 180px;
  top: 40px; right: 8%;
}
.chi-choose-atmos .cg-ring.a:before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px dashed rgba(208, 3, 4, 0.18);
}
.chi-choose-atmos .cg-ring.b {
  width: 120px; height: 120px;
  left: 6%; bottom: 50px;
  border-color: rgba(208, 3, 4, 0.16);
}
.chi-choose-folio {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 48px 42px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,250,244,0.96));
  box-shadow:
    0 30px 70px rgba(7, 17, 31, 0.1),
    inset 0 1px 0 rgba(255,255,255,0.9);
  overflow: visible;
}
.chi-choose-frame {
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(232, 184, 74, 0.28);
  pointer-events: none;
  z-index: 0;
}
.chi-choose-frame:after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 16px;
  border: 1px dashed rgba(14, 28, 48, 0.06);
}
.chi-choose-ribbon {
  position: absolute;
  top: -6px;
  right: 54px;
  width: 26px;
  height: 78px;
  background: linear-gradient(180deg, #ff4a4a, #d00304 62%, #9a1010);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
  box-shadow: 4px 10px 18px rgba(208, 3, 4, 0.28);
  z-index: 5;
}
.chi-choose-ribbon:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: rgba(255,255,255,0.18);
}
.chi-choose .chi-head {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}
.chi-choose .chi-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.chi-choose .chi-title em {
  font-style: italic;
  background: linear-gradient(100deg, #c9a227, #e8b84a, #ffd36a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.chi-choose .chi-lead {
  color: var(--chi-muted);
}
.chi-choose-nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0 auto 34px;
  padding: 0;
  max-width: 420px;
}
.chi-choose-nav:before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #e8b84a, #d00304, #e8b84a);
  opacity: 0.45;
  z-index: 0;
}
.chi-choose-nav li { position: relative; z-index: 1; }
.chi-choose-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(232, 184, 74, 0.45);
  background: #fffaf4;
  color: #8a7040;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(7, 17, 31, 0.06);
  transition: 0.28s ease;
}
.chi-choose-nav button:hover,
.chi-choose-nav button.is-on {
  background: linear-gradient(145deg, #ff3a3a, #d00304);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 12px 24px rgba(208, 3, 4, 0.28);
}
.chi-choose-path {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 6px 8px 0 0;
}
.chi-choose-path:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #e8b84a, #d00304 50%, #e8b84a);
  opacity: 0.7;
}
.chi-choose-step {
  position: relative;
  display: grid;
  grid-template-columns: 58px 52px 1fr;
  gap: 16px;
  align-items: start;
  margin: 0 0 16px;
  padding: 22px 24px 20px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(14, 28, 48, 0.06);
  box-shadow: 0 8px 24px rgba(7, 17, 31, 0.04);
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.chi-choose-step:nth-child(even) { margin-left: 48px; }
.chi-choose-step:last-child { margin-bottom: 0; }
.chi-choose-step:hover,
.chi-choose-step.is-on {
  background: #fff;
  border-color: rgba(232, 184, 74, 0.4);
  box-shadow: 0 18px 40px rgba(7, 17, 31, 0.1), inset 4px 0 0 #d00304;
  transform: translateY(-4px);
}
.chi-choose-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
  color: #c9a227;
  padding-top: 8px;
  letter-spacing: -0.03em;
  transition: color 0.3s ease;
}
.chi-choose-step.is-on .chi-choose-num,
.chi-choose-step:hover .chi-choose-num { color: #d00304; }
.chi-choose-ico {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d00304;
  background: rgba(232, 184, 74, 0.12);
  border: 1px solid rgba(232, 184, 74, 0.28);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.65);
  font-size: 1rem;
  margin-top: 2px;
  transition: 0.3s ease;
}
.chi-choose-step.is-on .chi-choose-ico {
  color: #fff;
  background: linear-gradient(145deg, #ff3a3a, #d00304);
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(208, 3, 4, 0.25);
}
.chi-choose-step p {
  margin: 0;
  color: var(--chi-muted) !important;
  font-size: 1.02rem !important;
  line-height: 1.7;
}
.chi-choose-step p strong {
  display: inline;
  color: var(--chi-ink);
  font-weight: 700;
}

@media (max-width: 991px) {
  .chi-choose-folio { padding: 36px 22px 28px; }
  .chi-choose-step:nth-child(even) { margin-left: 28px; }
  .chi-choose-ribbon { right: 28px; }
}
@media (max-width: 767px) {
  .chi-choose-folio { padding: 28px 16px 22px; border-radius: 24px; }
  .chi-choose-frame { inset: 10px; }
  .chi-choose-ribbon { right: 18px; height: 62px; width: 22px; }
  .chi-choose-path { padding: 0; }
  .chi-choose-path:before { display: none; }
  .chi-choose-step,
  .chi-choose-step:nth-child(even) { margin-left: 0; }
  .chi-choose-step {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 18px 16px;
  }
  .chi-choose-ico { display: none; }
  .chi-choose-nav { max-width: 100%; }
  .chi-choose-nav button { width: 40px; height: 40px; font-size: 0.82rem; }
}
@media (prefers-reduced-motion: reduce) {
  .chi-choose-step,
  .chi-choose-nav button { transition: none; }
}

/* ---------- Ranking / market shortlist ---------- */
.chi-rank {
  padding: 100px 0 110px;
  background: #07111f;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.chi-rank-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.chi-rank-aura .g1,
.chi-rank-aura .g2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.chi-rank-aura .g1 {
  width: 520px; height: 520px;
  left: -160px; top: -180px;
  background: radial-gradient(circle, rgba(232,184,74,0.16), transparent 68%);
}
.chi-rank-aura .g2 {
  width: 460px; height: 460px;
  right: -120px; bottom: -80px;
  background: radial-gradient(circle, rgba(208,3,4,0.16), transparent 68%);
}
.chi-rank-aura .star {
  position: absolute;
  width: 18px; height: 18px;
  background: var(--chi-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.35;
}
.chi-rank-aura .s1 { left: 8%; top: 22%; }
.chi-rank-aura .s2 { right: 12%; top: 16%; width: 12px; height: 12px; opacity: 0.22; }
.chi-rank-aura .s3 { right: 22%; bottom: 12%; width: 14px; height: 14px; opacity: 0.2; }
.chi-rank .container { position: relative; z-index: 2; }
.chi-rank .chi-head {
  max-width: 1080px;
}
.chi-rank .chi-title,
.chi-rank h2 {
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.03em;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}
.chi-rank .chi-lead {
  max-width: 82ch;
}
.chi-rank .chi-head p {
  color: rgba(255,255,255,0.72) !important;
}
.chi-rank .chi-lead-gap { margin-top: 16px; }
.chi-rank-spot {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(232,184,74,0.28);
  background: linear-gradient(120deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow: 0 30px 70px rgba(0,0,0,0.28);
  margin-bottom: 36px;
}
.chi-rank-spot-media {
  position: relative;
  min-height: 360px;
}
.chi-rank-spot-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 360px;
}
.chi-rank-spot-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 40%, rgba(7,17,31,0.35) 100%);
}
.chi-rank-spot-no {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(180deg, #fff4c4, #e8b84a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.chi-rank-spot-copy {
  padding: 42px 40px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.chi-rank-spot-copy em {
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--chi-gold);
  margin-bottom: 12px;
}
.chi-rank-spot-copy h3 {
  font-size: clamp(2.1rem, 3.6vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 16px;
}
.chi-rank-spot-copy p {
  color: rgba(255,255,255,0.78) !important;
  margin: 0;
}
.chi-rank-spot-copy .chi-btns { margin-top: 24px; }
.chi-rank-board {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}
.chi-rank-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px 22px;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.25s ease;
}
.chi-rank-row:last-child { border-bottom: 0; }
.chi-rank-row:hover {
  background: rgba(232,184,74,0.06);
}
.chi-rank-idx {
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #fff4c4, #e8b84a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-top: 2px;
}
.chi-rank-row h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.chi-rank-row p {
  margin: 0;
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.98rem;
  line-height: 1.7;
}
.chi-rank-note {
  max-width: 78ch;
  margin: 36px auto 0;
  text-align: center;
  color: rgba(255,255,255,0.62);
  font-size: 1rem;
  line-height: 1.75;
  padding: 22px 26px 0;
  border-top: 1px solid rgba(232,184,74,0.22);
}

@media (max-width: 991px) {
  .chi-rank-spot {
    grid-template-columns: 1fr;
  }
  .chi-rank-spot-media,
  .chi-rank-spot-media img { min-height: 240px; }
  .chi-rank-spot-copy { padding: 28px 24px; }
  .chi-rank-row {
    grid-template-columns: 56px 1fr;
    padding: 20px 18px;
  }
  .chi-rank .chi-title,
  .chi-rank h2 { max-width: none; }
}

/* ---------- Good company / selection criteria ---------- */
.chi-good {
  position: relative;
  overflow: hidden;
  padding: 92px 0 88px;
  background:
    radial-gradient(640px 300px at 8% 18%, rgba(232, 184, 74, 0.14), transparent 58%),
    radial-gradient(560px 280px at 94% 82%, rgba(208, 3, 4, 0.08), transparent 55%),
    var(--chi-cream);
}
.chi-good-atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.chi-good-atmos .gd-grid {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(14, 28, 48, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 28, 48, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 45%, #000 14%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 45%, #000 14%, transparent 72%);
}
.chi-good-atmos .gd-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.chi-good-atmos .gd-bloom.a {
  width: 280px; height: 280px;
  left: -80px; top: 10%;
  background: radial-gradient(circle, rgba(232, 184, 74, 0.22), transparent 70%);
}
.chi-good-atmos .gd-bloom.b {
  width: 300px; height: 300px;
  right: -90px; bottom: 8%;
  background: radial-gradient(circle, rgba(208, 3, 4, 0.12), transparent 70%);
}
.chi-good-atmos .gd-ring {
  position: absolute;
  width: 160px; height: 160px;
  top: 36px; right: 8%;
  border-radius: 50%;
  border: 1.5px solid rgba(232, 184, 74, 0.28);
}
.chi-good-atmos .gd-ring:before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px dashed rgba(208, 3, 4, 0.18);
}
.chi-good-atmos .gd-star {
  position: absolute;
  width: 14px; height: 14px;
  background: var(--chi-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.4;
}
.chi-good-atmos .gd-star.s1 { left: 8%; top: 24%; }
.chi-good-atmos .gd-star.s2 { right: 16%; bottom: 18%; width: 11px; height: 11px; opacity: 0.28; }
.chi-good-atmos .gd-spark {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  top: 42%; left: 12%;
  background: #e8b84a;
  box-shadow: 0 0 10px rgba(232, 184, 74, 0.75);
}
.chi-good-atmos .gd-corner {
  position: absolute;
  width: 38px; height: 38px;
  border: 2px solid rgba(232, 184, 74, 0.32);
}
.chi-good-atmos .gd-corner.tl { top: 24px; left: 24px; border-right: 0; border-bottom: 0; border-radius: 10px 0 0 0; }
.chi-good-atmos .gd-corner.br { right: 24px; bottom: 24px; border-left: 0; border-top: 0; border-radius: 0 0 10px 0; border-color: rgba(208, 3, 4, 0.22); }

.chi-good .container { position: relative; z-index: 2; }
.chi-quote {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow:
    0 36px 80px rgba(7, 17, 31, 0.14),
    0 0 0 1px rgba(232, 184, 74, 0.12);
}
.chi-quote:before { display: none; }
.chi-quote-glow {
  position: absolute;
  inset: -2px;
  border-radius: 34px;
  background: linear-gradient(120deg, rgba(208, 3, 4, 0.35), rgba(232, 184, 74, 0.4), rgba(208, 3, 4, 0.28));
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  filter: blur(18px);
}
.chi-quote-frame {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  pointer-events: none;
  z-index: 3;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}
.chi-quote-head {
  position: relative;
  z-index: 2;
  padding: 32px 40px 26px;
  background:
    radial-gradient(520px 180px at 8% 0%, rgba(232, 184, 74, 0.18), transparent 55%),
    linear-gradient(165deg, #141c2c 0%, #07111f 100%);
  color: #fff;
}
.chi-quote-head .chi-kicker { margin-bottom: 12px; }
body.chi-premium .chi-wrap .chi-quote-head h2,
body.chi-premium .chi-wrap .chi-quote-head .chi-title {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem) !important;
  font-weight: 600 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.03em;
  color: #fffaf4 !important;
  -webkit-text-fill-color: #fffaf4;
  text-align: left;
  margin: 0 0 16px;
  max-width: none;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}
.chi-quote-rule {
  display: block;
  width: 72px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #e8b84a, #d00304);
}
.chi-quote-split {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: stretch;
}
.chi-quote-aside {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px 28px;
  background:
    radial-gradient(220px 160px at 50% 100%, rgba(208, 3, 4, 0.18), transparent 60%),
    linear-gradient(180deg, #0c1524 0%, #07111f 100%);
  color: #fff;
  overflow: hidden;
}
.chi-quote-aside:after {
  content: "";
  position: absolute;
  right: 0; top: 12%;
  width: 1px; height: 76%;
  background: linear-gradient(180deg, transparent, rgba(232, 184, 74, 0.4), transparent);
}
.chi-quote-mark {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4.5rem, 7vw, 6.5rem);
  line-height: 0.7;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(232, 184, 74, 0.7), rgba(208, 3, 4, 0.22));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
  pointer-events: none;
}
.chi-quote-body {
  position: relative;
  z-index: 2;
  padding: 36px 36px 32px 32px;
  background:
    linear-gradient(180deg, #fffefb 0%, #fbf8f3 100%);
}
.chi-quote-body p {
  position: relative;
  margin: 0 0 14px;
  padding: 16px 16px 16px 70px;
  color: var(--chi-muted);
  line-height: 1.7;
  font-size: 1rem;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(14, 28, 48, 0.06);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.04);
}
.chi-quote-body p:last-child { margin-bottom: 0; }
.chi-quote-n {
  position: absolute;
  left: 14px;
  top: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #9a1010;
  background: #fff;
  border: 1px solid rgba(232, 184, 74, 0.45);
  box-shadow: 0 6px 14px rgba(7, 17, 31, 0.06);
}

/* ---------- FAQ ---------- */
@keyframes chiFaqFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes chiFaqSpin { to { transform: rotate(360deg); } }
@keyframes chiFaqPulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.28); }
}
.chi-faq {
  position: relative;
  padding: 96px 0 108px;
  overflow: hidden;
  background:
    radial-gradient(680px 320px at 6% 12%, rgba(232, 184, 74, 0.16), transparent 58%),
    radial-gradient(620px 300px at 96% 88%, rgba(208, 3, 4, 0.1), transparent 55%),
    #f3eee6;
}
.chi-faq-atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.chi-faq-atmos .fq-grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(169, 28, 22, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 28, 22, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 12%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 12%, transparent 72%);
}
.chi-faq-atmos .fq-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.chi-faq-atmos .fq-bloom.a {
  width: 300px; height: 300px;
  left: -90px; top: 12%;
  background: radial-gradient(circle, rgba(232, 184, 74, 0.24), transparent 70%);
  animation: chiFaqFloat 11s ease-in-out infinite;
}
.chi-faq-atmos .fq-bloom.b {
  width: 340px; height: 340px;
  right: -110px; bottom: 6%;
  background: radial-gradient(circle, rgba(208, 3, 4, 0.16), transparent 70%);
  animation: chiFaqFloat 13s ease-in-out infinite reverse;
}
.chi-faq-atmos .fq-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(232, 184, 74, 0.28);
}
.chi-faq-atmos .fq-ring.r1 {
  width: 190px; height: 190px;
  top: 48px; right: 7%;
}
.chi-faq-atmos .fq-ring.r1:before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px dashed rgba(208, 3, 4, 0.2);
  animation: chiFaqSpin 28s linear infinite;
}
.chi-faq-atmos .fq-ring.r2 {
  width: 110px; height: 110px;
  left: 5%; bottom: 70px;
  border-color: rgba(208, 3, 4, 0.18);
}
.chi-faq-atmos .fq-star {
  position: absolute;
  width: 16px; height: 16px;
  background: var(--chi-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.4;
}
.chi-faq-atmos .fq-star.s1 { left: 9%; top: 22%; }
.chi-faq-atmos .fq-star.s2 { right: 14%; top: 18%; width: 11px; height: 11px; opacity: 0.28; }
.chi-faq-atmos .fq-star.s3 { right: 24%; bottom: 16%; width: 13px; height: 13px; opacity: 0.32; }
.chi-faq-atmos .fq-spark {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #e8b84a;
  box-shadow: 0 0 10px rgba(232, 184, 74, 0.8);
  animation: chiFaqPulse 2.6s ease-in-out infinite;
}
.chi-faq-atmos .fq-spark.p1 { top: 28%; right: 22%; }
.chi-faq-atmos .fq-spark.p2 { bottom: 24%; left: 18%; background: #d00304; box-shadow: 0 0 10px rgba(208, 3, 4, 0.65); animation-delay: 0.7s; }
.chi-faq-atmos .fq-spark.p3 { top: 62%; left: 8%; width: 4px; height: 4px; animation-delay: 1.3s; }
.chi-faq-atmos .fq-corner {
  position: absolute;
  width: 42px; height: 42px;
  border: 2px solid rgba(232, 184, 74, 0.35);
}
.chi-faq-atmos .fq-corner.tl { top: 28px; left: 28px; border-right: 0; border-bottom: 0; border-radius: 10px 0 0 0; }
.chi-faq-atmos .fq-corner.br { right: 28px; bottom: 28px; border-left: 0; border-top: 0; border-radius: 0 0 10px 0; border-color: rgba(208, 3, 4, 0.28); }

.chi-faq .container { position: relative; z-index: 2; }
.chi-faq-folio {
  position: relative;
  z-index: 2;
  padding: 46px 42px 40px;
  border-radius: 32px;
  background:
    linear-gradient(165deg, rgba(255,255,255,0.94) 0%, rgba(255,250,244,0.97) 48%, rgba(252,246,238,0.96) 100%);
  box-shadow:
    0 32px 72px rgba(7, 17, 31, 0.1),
    inset 0 1px 0 rgba(255,255,255,0.92);
}
.chi-faq-frame {
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(232, 184, 74, 0.3);
  pointer-events: none;
  z-index: 0;
}
.chi-faq-frame:after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 16px;
  border: 1px dashed rgba(14, 28, 48, 0.06);
}
.chi-faq-ribbon {
  position: absolute;
  top: -6px;
  right: 52px;
  width: 26px;
  height: 78px;
  background: linear-gradient(180deg, #ff4a4a, #d00304 62%, #9a1010);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
  box-shadow: 4px 10px 18px rgba(208, 3, 4, 0.28);
  z-index: 5;
}
.chi-faq-ribbon:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: rgba(255,255,255,0.18);
}
.chi-faq-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 36px 42px;
  align-items: start;
}
.chi-faq-intro {
  position: sticky;
  top: 28px;
  padding: 8px 8px 0 6px;
}
.chi-faq-mark {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(6.5rem, 10vw, 9rem);
  line-height: 0.72;
  font-weight: 700;
  letter-spacing: -0.06em;
  background: linear-gradient(180deg, rgba(208, 3, 4, 0.16), rgba(232, 184, 74, 0.08));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: -8px 0 8px;
  pointer-events: none;
}
.chi-faq-intro .chi-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 0 0 18px;
  max-width: 16ch;
}
.chi-faq-intro .chi-title em {
  font-style: italic;
  background: linear-gradient(100deg, #9a1010, #d00304 40%, #e8b84a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.chi-faq-intro .chi-kicker { margin-bottom: 14px; }
.chi-faq-rule {
  display: block;
  width: 72px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #d00304, #e8b84a);
  margin-bottom: 18px;
}
.chi-faq-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chi-faq-chips li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b3a3a;
  background: rgba(232, 184, 74, 0.12);
  border: 1px solid rgba(232, 184, 74, 0.28);
}
.chi-faq-chips i { color: #d00304; font-size: 0.78rem; }

.chi-faq-list {
  max-width: none;
  margin: 0;
  position: relative;
}
.chi-faq-list:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(232, 184, 74, 0.55), rgba(208, 3, 4, 0.25), transparent);
  pointer-events: none;
}
.chi-faq-item {
  border: 1px solid rgba(14, 28, 48, 0.08);
  border-radius: 18px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, transform 0.3s ease;
  position: relative;
}
.chi-faq-item:last-child { margin-bottom: 0; }
.chi-faq-item.is-open {
  border-color: rgba(208, 3, 4, 0.22);
  background: #fff;
  box-shadow: 0 16px 36px rgba(7, 17, 31, 0.08);
  transform: translateY(-1px);
}
.chi-faq-item.is-open:before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #d00304, #e8b84a);
}
.chi-faq-q {
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  padding: 16px 16px 16px 12px;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--chi-ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  font-family: inherit;
  line-height: 1.35;
}
.chi-faq-no {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #9a1010;
  background: #fff;
  border: 1px solid rgba(232, 184, 74, 0.4);
  box-shadow: 0 6px 14px rgba(7, 17, 31, 0.06);
  position: relative;
  z-index: 1;
}
.chi-faq-item.is-open .chi-faq-no {
  color: #fff;
  background: linear-gradient(145deg, #ff3a3a, #d00304 58%, #9a1010);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(208, 3, 4, 0.28);
}
.chi-faq-qtxt { flex: 1; min-width: 0; }
.chi-faq-toggle {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(208, 3, 4, 0.08);
  color: var(--chi-red);
}
.chi-faq-q i {
  color: inherit;
  font-size: 0.78rem;
  transition: transform 0.3s ease;
}
.chi-faq-item.is-open .chi-faq-q i { transform: rotate(45deg); }
.chi-faq-item.is-open .chi-faq-toggle {
  background: rgba(208, 3, 4, 0.12);
}
.chi-faq-a {
  display: none;
  padding: 0 18px 18px 70px;
}
.chi-faq-item.is-open .chi-faq-a { display: block; animation: chiRise 0.35s ease; }
.chi-faq-a p {
  margin: 0;
  color: var(--chi-muted);
  line-height: 1.7;
  font-size: 0.98rem;
}

/* ---------- CTA — Airbnb-style premium lead card ---------- */
@keyframes chiCtaFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, -22px) scale(1.08); }
}
@keyframes chiCtaFloatAlt {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-24px, 16px) scale(1.1); }
}
@keyframes chiCtaSpin { to { transform: rotate(360deg); } }
@keyframes chiCtaPulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 0.95; transform: scale(1.2); }
}
@keyframes chiCtaShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes chiCtaBarRun {
  0% { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}
@keyframes chiCtaPanelIn {
  from { opacity: 0; transform: translateY(28px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes chiCtaFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes chiCtaBtnGlow {
  0%, 100% { box-shadow: 0 16px 36px rgba(208, 3, 4, 0.32), 0 0 0 0 rgba(208, 3, 4, 0.2); }
  50% { box-shadow: 0 22px 48px rgba(208, 3, 4, 0.48), 0 0 0 10px rgba(208, 3, 4, 0); }
}
@keyframes chiCtaShineSweep {
  0% { transform: translateX(-120%) skewX(-18deg); opacity: 0; }
  30% { opacity: 0.55; }
  100% { transform: translateX(220%) skewX(-18deg); opacity: 0; }
}
@keyframes chiCtaMeshDrift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 60px 40px, -40px 30px; }
}
@keyframes chiCtaBorderGlow {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}
@keyframes chiCtaBtnPulse {
  0% { transform: scale(0.85); opacity: 0.55; }
  100% { transform: scale(1.55); opacity: 0; }
}
@keyframes chiCtaArrow {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}
@keyframes chiCtaDot {
  0%, 100% { opacity: 0.45; box-shadow: 0 0 0 0 rgba(232, 184, 74, 0.4); }
  50% { opacity: 1; box-shadow: 0 0 0 6px rgba(232, 184, 74, 0); }
}
@keyframes chiCtaTrustIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes chiCtaTitleGlow {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  50% { text-shadow: 0 0 28px rgba(232, 184, 74, 0.18); }
}

.chi-cta {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 88px 0 96px;
  text-align: center;
  font-family: "DM Sans", system-ui, sans-serif;
  background:
    radial-gradient(900px 400px at 90% 0%, rgba(232, 184, 74, 0.18), transparent 55%),
    radial-gradient(800px 380px at 0% 100%, rgba(208, 3, 4, 0.32), transparent 52%),
    radial-gradient(600px 300px at 50% 50%, rgba(255, 80, 80, 0.08), transparent 60%),
    linear-gradient(155deg, #2c1414 0%, #1a0c0c 48%, #120808 100%);
}
.chi-cta-atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.chi-cta-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px, 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 20%, transparent 75%);
  animation: chiCtaMeshDrift 22s linear infinite;
}
.chi-cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}
.chi-cta-orb.a {
  width: 460px; height: 460px; top: -180px; right: -100px;
  background: radial-gradient(circle, rgba(232, 184, 74, 0.28), transparent 68%);
  animation: chiCtaFloat 8s ease-in-out infinite;
}
.chi-cta-orb.b {
  width: 380px; height: 380px; left: -120px; bottom: -140px;
  background: radial-gradient(circle, rgba(208, 3, 4, 0.4), transparent 70%);
  animation: chiCtaFloatAlt 10s ease-in-out infinite;
}
.chi-cta-orb.c {
  width: 240px; height: 240px; top: 38%; left: 46%;
  background: radial-gradient(circle, rgba(255, 195, 40, 0.16), transparent 70%);
  animation: chiCtaFloat 11s ease-in-out infinite;
  animation-delay: -3s;
}
.chi-cta-orb.d {
  width: 180px; height: 180px; top: 18%; left: 18%;
  background: radial-gradient(circle, rgba(255, 60, 60, 0.18), transparent 70%);
  animation: chiCtaFloatAlt 9s ease-in-out infinite;
  animation-delay: -2s;
}
.chi-cta-atmos .chi-cta-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
}
.chi-cta-atmos .chi-cta-ring.r1 {
  width: 260px; height: 260px; top: 10%; left: 6%;
  box-shadow: 0 0 0 14px rgba(232, 184, 74, 0.05);
  animation: chiCtaSpin 28s linear infinite;
}
.chi-cta-atmos .chi-cta-ring.r1::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 1px dashed rgba(232, 184, 74, 0.35);
}
.chi-cta-atmos .chi-cta-ring.r2 {
  width: 170px; height: 170px; right: 8%; bottom: 12%;
  border-color: rgba(232, 184, 74, 0.28);
  animation: chiCtaSpin 22s linear infinite reverse;
}
.chi-cta-atmos .chi-cta-ring.r3 {
  width: 120px; height: 120px; top: 55%; right: 22%;
  border-style: dotted;
  border-color: rgba(208, 3, 4, 0.35);
  animation: chiCtaSpin 16s linear infinite;
}
.chi-cta-shine {
  position: absolute;
  left: 50%; top: 0;
  width: 2px; height: 100%;
  background: linear-gradient(180deg, transparent, rgba(232, 184, 74, 0.45), transparent);
  transform: translateX(-50%);
  opacity: 0.5;
  animation: chiCtaPulse 3.5s ease-in-out infinite;
}
.chi-cta-beam {
  position: absolute;
  width: 2px; height: 140%;
  top: -20%;
  background: linear-gradient(180deg, transparent, rgba(232, 184, 74, 0.28), rgba(208, 3, 4, 0.2), transparent);
  opacity: 0.45;
  filter: blur(0.5px);
}
.chi-cta-beam.bm1 { left: 22%; transform: rotate(18deg); animation: chiCtaPulse 5s ease-in-out infinite; }
.chi-cta-beam.bm2 { right: 18%; transform: rotate(-14deg); animation: chiCtaPulse 6s ease-in-out infinite reverse; }
.chi-cta-spark {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #e8b84a;
  box-shadow: 0 0 12px rgba(232, 184, 74, 0.8);
  animation: chiCtaPulse 2.4s ease-in-out infinite;
}
.chi-cta-spark.s1 { top: 18%; right: 16%; }
.chi-cta-spark.s2 { bottom: 22%; left: 14%; background: #d00304; box-shadow: 0 0 12px rgba(208, 3, 4, 0.65); animation-delay: 0.5s; }
.chi-cta-spark.s3 { top: 52%; right: 26%; width: 4px; height: 4px; animation-delay: 1s; }
.chi-cta-spark.s4 { top: 28%; left: 30%; width: 5px; height: 5px; animation-delay: 1.4s; }
.chi-cta-spark.s5 { bottom: 34%; right: 12%; background: #ff6b6b; animation-delay: 0.8s; }
.chi-cta-spark.s6 { top: 68%; left: 42%; width: 4px; height: 4px; animation-delay: 1.8s; }

.chi-cta > .container,
.chi-cta-wide {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px !important;
}
.chi-cta-box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 56px 56px 42px;
  border-radius: 32px;
  background: transparent;
  border: 0;
  min-height: 0;
  color: #fff;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45);
  animation: chiCtaPanelIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
  overflow: visible;
  isolation: isolate;
}
.chi-cta-glow {
  position: absolute;
  inset: -5px;
  border-radius: 36px;
  background: linear-gradient(120deg, rgba(208, 3, 4, 0.55), rgba(232, 184, 74, 0.4), rgba(208, 3, 4, 0.55));
  background-size: 200% 200%;
  animation: chiCtaShimmer 6s ease-in-out infinite, chiCtaBorderGlow 3.5s ease-in-out infinite;
  z-index: 0;
  filter: blur(16px);
  opacity: 0.75;
  pointer-events: none;
}
.chi-cta-frame {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(700px 280px at 50% 0%, rgba(232, 184, 74, 0.1), transparent 55%),
    linear-gradient(165deg, rgba(48, 24, 24, 0.96) 0%, rgba(22, 12, 12, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(232, 184, 74, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.chi-cta-frame::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.chi-cta-box::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(90deg, #7a1212, #d00304, #ffc328, #d00304, #7a1212);
  background-size: 200% 100%;
  animation: chiCtaBarRun 6s linear infinite;
  z-index: 3;
}
.chi-cta-box::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 40%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: chiCtaShineSweep 4.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
  border-radius: 32px;
}
.chi-cta-box .chi-kicker {
  margin: 0 0 16px;
  font-size: 12px !important;
  letter-spacing: 0.16em;
  color: #e8b84a !important;
  animation: chiCtaFadeUp 0.7s ease 0.12s both;
  position: relative;
  z-index: 4;
  justify-content: center;
}
.chi-cta-box .chi-kicker .dot {
  animation: chiCtaDot 2s ease-in-out infinite;
}
.chi-cta-box h2 {
  margin: 0 auto 16px !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(30px, 3.8vw, 50px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
  line-height: 1.16 !important;
  color: #fffaf4 !important;
  max-width: 18ch;
  position: relative;
  z-index: 4;
  text-transform: none;
  animation: chiCtaFadeUp 0.75s ease 0.22s both, chiCtaTitleGlow 4s ease-in-out 1s infinite;
}
.chi-cta-lead,
.chi-cta-extra,
.chi-cta-meta {
  position: relative;
  z-index: 4;
}
.chi-cta-lead {
  margin: 0 auto;
  font-size: 17px !important;
  line-height: 1.7;
  max-width: 56ch;
  color: rgba(255, 245, 235, 0.72) !important;
  animation: chiCtaFadeUp 0.75s ease 0.34s both;
}
.chi-cta-extra {
  margin: 14px auto 0;
  max-width: 62ch;
  animation: chiCtaFadeUp 0.75s ease 0.4s both;
}
.chi-cta-extra p {
  margin: 0;
  font-size: 15px !important;
  line-height: 1.7;
  color: rgba(255, 245, 235, 0.58) !important;
}
.chi-cta-extra p + p { margin-top: 10px; }
.chi-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  position: relative;
  z-index: 4;
  animation: chiCtaFadeUp 0.75s ease 0.46s both;
  min-height: 72px;
}
.chi-cta-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chi-cta-pulse {
  position: absolute;
  left: 50%; top: 50%;
  width: 220px; height: 220px;
  margin: -110px 0 0 -110px;
  border-radius: 50%;
  border: 2px solid rgba(208, 3, 4, 0.35);
  animation: chiCtaBtnPulse 2.6s ease-out infinite;
  pointer-events: none;
}
.chi-cta-pulse.p2 {
  animation-delay: 1.3s;
  border-color: rgba(232, 184, 74, 0.3);
}
.chi-cta-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 42px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  text-transform: none !important;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: linear-gradient(110deg, #ff3a3a 0%, #d00304 35%, #9a1010 70%, #d00304 100%) !important;
  background-size: 220% 100% !important;
  animation: chiCtaShimmer 4.5s ease-in-out infinite, chiCtaBtnGlow 2.8s ease-in-out infinite;
  transition: transform .28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .28s ease !important;
}
.chi-cta-btn:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 26px 55px rgba(208, 3, 4, 0.5);
  color: #fff !important;
}
.chi-cta-btn i {
  font-size: 13px;
  animation: chiCtaArrow 1.8s ease-in-out infinite;
}
.chi-cta-btn:hover i { animation: none; transform: translateX(6px); }
.chi-cta-btn-shine {
  position: absolute;
  top: 0; left: 0;
  width: 40%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: chiCtaShineSweep 3.2s ease-in-out infinite;
  pointer-events: none;
}
.chi-cta-chat {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 26px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: rgba(255, 245, 235, 0.88) !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(6px);
  z-index: 2;
}
.chi-cta-chat:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  transform: translateY(-3px);
}
.chi-cta-meta {
  margin: 18px auto 0;
  max-width: 52ch;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: rgba(255, 245, 235, 0.55) !important;
  animation: chiCtaFadeUp 0.75s ease 0.58s both;
}
.chi-cta-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  position: relative;
  z-index: 4;
}
.chi-cta-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 245, 235, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  animation: chiCtaTrustIn 0.65s ease both;
}
.chi-cta-trust li:nth-child(1) { animation-delay: 0.62s; }
.chi-cta-trust li:nth-child(2) { animation-delay: 0.72s; }
.chi-cta-trust li:nth-child(3) { animation-delay: 0.82s; }
.chi-cta-trust li i { color: #e8b84a; font-size: 11px; }

@media (prefers-reduced-motion: reduce) {
  .chi-cta-atmos .chi-cta-orb,
  .chi-cta-atmos .chi-cta-ring,
  .chi-cta-spark,
  .chi-cta-shine,
  .chi-cta-mesh,
  .chi-cta-beam,
  .chi-cta-box,
  .chi-cta-box::before,
  .chi-cta-box::after,
  .chi-cta-glow,
  .chi-cta-box .chi-kicker,
  .chi-cta-box .chi-kicker .dot,
  .chi-cta-box h2,
  .chi-cta-lead,
  .chi-cta-extra,
  .chi-cta-actions,
  .chi-cta-pulse,
  .chi-cta-meta,
  .chi-cta-trust li,
  .chi-cta-btn,
  .chi-cta-btn-shine,
  .chi-cta-btn i { animation: none !important; }
}
@media (max-width: 991px) {
  .chi-cta-box { padding: 40px 26px 32px; border-radius: 26px; }
  .chi-cta-box h2 { max-width: none; }
  .chi-cta-pulse { display: none !important; }
  .chi-cta-spark,
  .chi-cta-beam { display: none; }
}
@media (max-width: 767px) {
  .chi-cta { padding: 48px 0 56px; }
  .chi-cta-box { padding: 32px 18px 26px; border-radius: 22px; overflow: hidden; }
  .chi-cta-btn { width: 100%; }
  .chi-cta-chat { width: 100%; }
  .chi-cta-trust { flex-direction: column; align-items: stretch; gap: 8px; }
  .chi-cta-trust li { justify-content: center; }
}

/* ---------- Ticker ---------- */
.chi-ticker {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
  margin-top: 40px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.chi-ticker-track {
  display: flex;
  width: max-content;
  animation: chiMarquee 28s linear infinite;
  gap: 0;
}
.chi-ticker span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  color: rgba(255,255,255,0.72);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0 22px;
}
.chi-ticker span i { color: var(--chi-gold); }

/* ---------- Floating CTA ---------- */
.chi-float-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(110deg, #ff3a3a, #d00304);
  color: #fff !important;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 16px 40px rgba(208,3,4,0.4);
  text-decoration: none !important;
  animation: chiGlow 3s ease-in-out infinite;
}
.chi-float-cta:hover { color: #fff !important; transform: translateY(-3px); }

/* ---------- Spotlight follow ---------- */
.chi-spot {
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(232,184,74,0.16), transparent 70%);
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: screen;
}

/* ---------- Misc ---------- */
.chi-intro-card p + p { margin-top: 14px; }
.chi-panel p + p,
.chi-cta-box p + p { margin-top: 12px; }

body.chi-premium .heading h2:after,
body.chi-premium h2:after { display: none !important; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .chi-hero { min-height: 0; padding: 118px 0 calc(var(--chi-stats-half) + 28px); overflow: hidden; }
  .chi-hero .chi-title, .chi-hero h1 { max-width: none; }
  body.chi-premium .chi-hero h1,
  body.chi-premium .chi-wrap .chi-hero h1 {
    font-size: clamp(1.7rem, 4.4vw, 2.6rem);
  }
  body.chi-premium .chi-hero h1 .chi-h1-line {
    white-space: normal !important;
  }
  .chi-hero-visual { min-height: 420px; margin-top: 10px; justify-content: center; }
  .chi-phone-stage { width: 72%; max-width: 360px; margin: 0 auto; }
  .chi-chip.c1 { left: 0; }
  .chi-chip.c2 { right: 0; }
  .chi-stats-grid { grid-template-columns: repeat(3, 1fr); }
  .chi-stat { padding: 8px 12px 4px; }
  .chi-stat span { font-size: 0.7rem; }
  .chi-svc-grid,
  .chi-split,
  .chi-why-grid,
  .chi-rank-list { grid-template-columns: 1fr; }
  .chi-intro-card { padding: 28px 22px; }
  .chi-quote-head { padding: 26px 22px 20px; }
  .chi-quote-split { grid-template-columns: 1fr; }
  .chi-quote-aside {
    display: none;
  }
  .chi-quote-aside:after { display: none; }
  .chi-quote-body { padding: 22px 18px 20px; }
  .chi-faq-layout { grid-template-columns: 1fr; gap: 18px; }
  .chi-faq-intro { position: static; }
  .chi-faq-intro .chi-title { max-width: none; }
  .chi-faq-mark { font-size: 5.2rem; margin-bottom: 0; }
  .chi-faq-folio { padding: 32px 20px 24px; }
  .chi-faq-ribbon { right: 28px; }
  .chi-faq-list:before { display: none; }
  .chi-faq-a { padding-left: 18px; }
  .chi-why-photo { min-height: 280px; }
  .chi-float-cta { right: 12px; bottom: 12px; font-size: 0.85rem; padding: 12px 14px; }
}
@media (max-width: 575px) {
  body.chi-premium .chi-hero h1,
  body.chi-premium .chi-wrap .chi-hero h1 {
    font-size: clamp(1.55rem, 7vw, 1.95rem);
  }
  .chi-stats-bar { margin-top: calc(var(--chi-stats-half) * -1); }
  .chi-intro {
    padding-top: calc(var(--chi-stats-half) + 28px);
    margin-top: calc(var(--chi-stats-half) * -1);
  }
  .chi-stats-grid { grid-template-columns: 1fr; }
  .chi-hero-visual { display: none; }
  .chi-chip { display: none; }
  .chi-btns { flex-direction: column; align-items: stretch; }
  .chi-btn, .chi-btn-ghost { justify-content: center; }
  .chi-timeline:before { left: 21px; }
  .chi-step { grid-template-columns: 42px 1fr; gap: 14px; }
  .chi-faq-folio { padding: 26px 14px 18px; border-radius: 24px; }
  .chi-faq-frame { inset: 10px; }
  .chi-faq-ribbon { right: 18px; height: 62px; width: 22px; }
  .chi-faq-q { font-size: 0.95rem; gap: 10px; padding: 14px 10px 14px 8px; }
  .chi-faq-no { flex-basis: 40px; width: 40px; height: 40px; font-size: 0.82rem; }
  .chi-quote-body p { padding: 14px 14px 14px 62px; font-size: 0.95rem; }
  .chi-quote-n { width: 36px; height: 36px; top: 14px; left: 12px; font-size: 0.75rem; }
  .chi-good-atmos .gd-ring,
  .chi-good-atmos .gd-corner { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .chi-hero-photo,
  .chi-decor *,
  .chi-phone-stage img,
  .chi-chip,
  .chi-orbit,
  .chi-ticker-track,
  .chi-float-cta,
  .chi-halo,
  .chi-wheel-spin,
  .chi-seg-inner,
  .chi-wheel-orbit,
  .chi-wheel-shine,
  .chi-wheel:after,
  .chi-wheel-cue i,
  .chi-types-ring,
  .chi-faq-atmos .fq-bloom,
  .chi-faq-atmos .fq-spark,
  .chi-faq-atmos .fq-ring.r1:before,
  .chi-svc-atmos .sv-bloom,
  .chi-svc-atmos .sv-spark,
  .chi-svc-atmos .sv-ring {
    animation: none !important;
  }
}

/* =========================================================
   v2 — cleaner premium layout
   ========================================================= */
body.chi-premium .chi-services .chi-decor,
body.chi-premium .chi-types .chi-decor,
body.chi-premium .chi-process .chi-decor,
body.chi-premium .chi-cost .chi-decor,
body.chi-premium .chi-rank .chi-decor,
body.chi-premium .chi-intro .chi-decor,
body.chi-premium .chi-cta-box .chi-decor {
  display: none;
}

.chi-btn-ghost.is-light {
  color: var(--chi-ink) !important;
  border-color: rgba(12, 28, 48, 0.16);
  background: #fff;
  box-shadow: 0 8px 20px rgba(7,17,31,0.06);
}
.chi-btn-ghost.is-light:hover {
  background: #fff8ee;
  color: var(--chi-ink) !important;
}

.chi-intro-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: center;
}
.chi-intro-visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--chi-shadow);
}
.chi-intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 420px;
}
.chi-intro-copy {
  background: #fff;
  border-radius: 28px;
  padding: 36px 34px;
  border: 1px solid rgba(14,28,48,0.06);
  box-shadow: var(--chi-shadow);
}
.chi-intro-copy:before {
  content: none;
}

.chi-svc-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.chi-svc-card {
  padding: 26px 24px 18px;
  min-height: 420px;
  max-height: 420px;
  height: 420px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.chi-svc-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 36px 14px 0;
  position: relative;
  z-index: 1;
}
.chi-svc-ico {
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.chi-svc-ico img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.chi-svc-card h3 {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.25;
  padding-right: 8px;
}
.chi-svc-text {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.chi-svc-text > p:first-child {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.chi-svc-text > p + p { display: none; }
.chi-svc-card:has(.chi-more[open]) .chi-svc-text {
  overflow: auto;
  max-height: 210px;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #d00304 #f4eee6;
}
.chi-svc-card:has(.chi-more[open]) .chi-svc-text > p:first-child {
  display: block !important;
  -webkit-line-clamp: unset;
  overflow: visible;
  margin-bottom: 12px;
}
.chi-svc-card:has(.chi-more[open]) .chi-svc-text > p + p { display: block; }
.chi-svc-card:has(.chi-more[open]) .chi-svc-text::-webkit-scrollbar { width: 6px; }
.chi-svc-card:has(.chi-more[open]) .chi-svc-text::-webkit-scrollbar-track {
  background: #f4eee6;
  border-radius: 99px;
}
.chi-svc-card:has(.chi-more[open]) .chi-svc-text::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #e8b84a, #d00304);
  border-radius: 99px;
}
.chi-more {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
}
.chi-more summary {
  cursor: pointer;
  color: var(--chi-red);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  z-index: 2;
}
.chi-more summary::-webkit-details-marker { display: none; }
.chi-more summary:after {
  content: "+";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, #ff4a4a, #d00304);
  box-shadow: 0 6px 14px rgba(208,3,4,0.25);
}
.chi-more[open] summary:after {
  content: "–";
  background: linear-gradient(135deg, #1b2433, #07111f);
  box-shadow: none;
}
.chi-more[open] {
  margin-top: 12px;
}
.chi-more[open] summary {
  order: 2;
  margin-top: 4px;
  padding-top: 10px;
  width: 100%;
  justify-content: center;
  border-top: 1px solid rgba(14,28,48,0.08);
  color: var(--chi-navy);
}
.chi-more-scroll {
  display: none;
}
.chi-more[open] .chi-more-scroll {
  display: block;
  order: 1;
  max-height: 138px;
  overflow-y: auto;
  padding: 2px 12px 10px 0;
  scrollbar-width: thin;
  scrollbar-color: #d00304 #f4eee6;
}
.chi-more-scroll::-webkit-scrollbar { width: 5px; }
.chi-more-scroll::-webkit-scrollbar-track {
  background: #f4eee6;
  border-radius: 99px;
}
.chi-more-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #e8b84a, #d00304);
  border-radius: 99px;
}
.chi-more-scroll p { margin: 0 0 12px; }
.chi-more-scroll p:last-child { margin-bottom: 0; }

.chi-type-card .chi-more summary { color: var(--chi-tone); }
.chi-type-card .chi-more[open] summary { color: #fff; border-top-color: rgba(255,255,255,0.14); }

.chi-proc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.chi-proc-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px 18px 18px;
  border: 1px solid rgba(14,28,48,0.07);
  box-shadow: 0 12px 30px rgba(7,17,31,0.05);
  transition: 0.3s ease;
  height: 100%;
}
.chi-proc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--chi-shadow);
}
.chi-proc-ico {
  width: 46px; height: 46px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #fff4d6, #ffe8ea);
  color: var(--chi-red);
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.chi-proc-card em {
  display: block;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--chi-gold);
  margin-bottom: 6px;
}
.chi-proc-card h3 { font-size: 1.15rem; margin: 0 0 8px; }
.chi-proc-card p { margin: 0; font-size: 0.95rem; }

.chi-midcta {
  padding: 10px 0 50px;
  background: var(--chi-cream);
}
.chi-midcta-box {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  align-items: center;
  background:
    linear-gradient(105deg, rgba(8,12,24,0.97) 0%, rgba(8,12,24,0.88) 46%, rgba(8,12,24,0.35) 72%, rgba(8,12,24,0.55) 100%),
    url("../images/country/chic-cta.png") right center / 48% no-repeat,
    #0b1220;
  border-radius: 32px;
  padding: 52px 48px;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 70px rgba(7,17,31,0.28);
  border: 1px solid rgba(232,184,74,0.18);
}
.chi-midcta-box:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px 220px at 18% 20%, rgba(232,184,74,0.12), transparent 70%);
}
.chi-midcta-box > div { position: relative; z-index: 2; }
body.chi-premium .chi-wrap .chi-midcta-box h3 {
  color: #ffffff !important;
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  line-height: 1.08;
  margin: 0 0 14px;
  max-width: 14ch;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-shadow: 0 10px 28px rgba(0,0,0,0.35);
}
body.chi-premium .chi-wrap .chi-midcta-box h3 span {
  display: inline-block;
  background: linear-gradient(100deg, #fff4c4, #e8b84a, #ffd36a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-style: italic;
  font-weight: 700;
}
.chi-midcta-box p {
  color: rgba(255,255,255,0.88) !important;
  margin: 0 0 26px;
  max-width: 46ch;
  font-size: 1.08rem;
}

body.chi-premium .chi-wrap .chi-cta-box h2 {
  color: #fffaf4 !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(30px, 3.8vw, 50px) !important;
  font-weight: 600 !important;
  max-width: 18ch;
  text-transform: none;
  text-shadow: none;
}
body.chi-premium .chi-wrap .chi-rank h2,
body.chi-premium .chi-wrap .chi-rank h3 {
  color: #ffffff !important;
  font-family: inherit;
}
body.chi-premium .chi-wrap .chi-types h2,
body.chi-premium .chi-wrap .chi-type-card h3 {
  color: #fff !important;
}
body.chi-premium .chi-wrap .chi-cta-box h2 span {
  background: linear-gradient(100deg, #fff4c4, #e8b84a, #ffd36a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-style: italic;
}

@media (max-width: 991px) {
  .chi-intro-grid,
  .chi-midcta-box,
  .chi-proc-grid,
  .chi-svc-grid { grid-template-columns: 1fr 1fr; }
  .chi-intro-visual,
  .chi-intro-visual img { min-height: 260px; }
  .chi-midcta-box { background-size: 0; padding: 28px 22px; }
  .chi-type-stage,
  .chi-svc-stage { gap: 10px; grid-template-columns: 44px minmax(0,1fr) 44px; }
  .chi-type-arrow,
  .chi-svc-arrow { width: 44px; height: 44px; }
}
@media (max-width: 575px) {
  .chi-intro-grid,
  .chi-midcta-box,
  .chi-proc-grid,
  .chi-svc-grid { grid-template-columns: 1fr; }
  .chi-type-stage,
  .chi-svc-stage { grid-template-columns: 1fr; }
  .chi-type-arrow,
  .chi-svc-arrow {
    position: absolute;
    top: 42%;
    z-index: 4;
  }
  .chi-type-arrow.is-prev,
  .chi-svc-arrow.is-prev { left: 4px; }
  .chi-type-arrow.is-next,
  .chi-svc-arrow.is-next { right: 4px; }
  .chi-type-card { min-height: 320px; }
  .chi-panel { padding: 28px 18px; }
  .chi-panel.is-time { padding-left: 36px; }
  .chi-panel.is-cost .chi-metric { grid-template-columns: repeat(3, 1fr); }
  .chi-cost-mark { font-size: 6.5rem; }
  .chi-cost-deco .ring,
  .chi-cost-deco .corner { display: none; }
}

/* Click/quote popup: Fancybox .fancybox-content { background:#fff; overflow:auto; padding:44px }
   loads after style-web-op.css on this page and was wiping the left artwork + adding a scrollbar. */
body.chi-premium .fancybox-content.popupform,
body.chi-premium .fancybox-container .popupform {
  box-sizing: border-box !important;
  background-color: #fff !important;
  background-image: url("../images/popop-bg.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: cover !important;
  overflow: hidden !important;
  padding: 20px 0 0 !important;
  max-height: 90vh !important;
  scrollbar-width: none !important;
}
body.chi-premium .popupform .popup-art {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: left center !important;
  z-index: 0 !important;
  max-width: none !important;
  opacity: 1 !important;
}
body.chi-premium .fancybox-container:has(.popupform) .fancybox-outer,
body.chi-premium .fancybox-container:has(.popupform) .fancybox-inner,
body.chi-premium .fancybox-container:has(.popupform) .fancybox-stage,
body.chi-premium .fancybox-container .fancybox-slide:has(.popupform) {
  overflow: hidden !important;
}
@media (max-width: 991px) {
  body.chi-premium .fancybox-content.popupform,
  body.chi-premium .fancybox-container .popupform {
    background: linear-gradient(165deg, #fff8f6 0%, #ffffff 45%, #fff5f0 100%) !important;
    height: auto !important;
    overflow-y: auto !important;
  }
  body.chi-premium .popupform .popup-art {
    display: none !important;
  }
}

/* ========== Mobile / tablet polish (wins last) ========== */
@media (max-width: 991px) {
  body.chi-premium,
  body.chi-premium .chi-wrap {
    overflow-x: clip;
  }
  body.chi-premium .chi-hero h1 .chi-h1-line {
    white-space: normal !important;
  }
  .chi-hero .row,
  .chi-hero-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .chi-hero-copy {
    padding-left: 2px;
    padding-right: 2px;
  }
  .chi-hero .chi-kicker {
    max-width: 100%;
    white-space: normal;
    line-height: 1.4;
    text-align: left;
  }
  .chi-hero-copy > p:not(.chi-kicker) {
    max-width: none;
  }
  .chi-chip.c1,
  .chi-chip.c2,
  .chi-chip.c3 {
    left: auto;
    right: auto;
    position: relative;
    display: none;
  }
  .chi-wheel:before,
  .chi-wheel:after {
    width: 100%;
  }
  .chi-wheel-wrap {
    max-width: 100%;
    overflow: hidden;
  }
  body.chi-premium .chi-wrap .chi-midcta-box h3 {
    max-width: none;
    font-size: clamp(1.6rem, 5vw, 2.4rem) !important;
  }
  .chi-rank .chi-title,
  .chi-rank h2 {
    max-width: none;
  }
  .chi-faq-intro .chi-title {
    max-width: none;
  }
  .chi-faq-mark {
    font-size: 3.6rem;
    line-height: 0.8;
  }
  .chi-cost-mark {
    font-size: 5.5rem;
    right: -12px;
    opacity: 0.7;
  }
}

@media (max-width: 575px) {
  body.chi-premium {
    --chi-stats-half: 48px;
    padding-bottom: 72px;
  }
  body.chi-premium .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.chi-premium header.header-new.rc-header-pro .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .chi-hero {
    padding: 108px 0 calc(var(--chi-stats-half) + 24px);
  }
  .chi-hero-decor .blob {
    opacity: 0.28;
  }
  .chi-hero .chi-kicker {
    font-size: 0.56rem !important;
    letter-spacing: 0.08em;
    padding: 5px 10px 5px 8px;
  }
  body.chi-premium .chi-hero h1,
  body.chi-premium .chi-wrap .chi-hero h1 {
    font-size: clamp(1.45rem, 6.4vw, 1.85rem);
  }
  .chi-stats-bar {
    margin-top: calc(var(--chi-stats-half) * -1);
  }
  .chi-intro {
    padding-top: 28px;
    margin-top: 0;
  }
  .chi-stats-grid {
    grid-template-columns: 1fr;
    padding: 18px 16px 8px;
    border-radius: 22px;
  }
  .chi-stat {
    padding: 14px 10px 16px;
  }
  .chi-stat i {
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
    margin-bottom: 8px;
  }
  .chi-stat strong {
    font-size: 1.7rem;
    margin-bottom: 6px;
  }
  .chi-stat span {
    font-size: 0.72rem;
    line-height: 1.4;
    max-width: none;
    text-transform: none;
    letter-spacing: 0.02em;
  }
  .chi-stat:not(:last-child):after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 18%;
    width: 64%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(232, 184, 74, 0.55), rgba(208, 3, 4, 0.28), transparent);
  }
  .chi-intro-visual,
  .chi-intro-visual img,
  .chi-why-photo {
    min-height: 220px;
  }
  .chi-intro-card {
    padding: 24px 16px 20px;
    border-radius: 20px;
  }
  body.chi-premium .chi-wrap h2,
  body.chi-premium .chi-wrap .chi-title {
    max-width: none;
    overflow-wrap: break-word;
  }
  .chi-quote-head {
    padding: 22px 16px 18px;
  }
  .chi-quote-body {
    padding: 16px 12px 14px;
  }
  .chi-cost-mark {
    font-size: 3.8rem;
    right: -8px;
    opacity: 0.45;
  }
  .chi-svc-card,
  .chi-type-card {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .chi-wheel-disc {
    width: min(300px, 82vw);
  }
  .chi-seg-inner small {
    font-size: 0.52rem;
    max-width: 8.2em;
  }
  .chi-choose,
  .chi-rank,
  .chi-cta,
  .chi-hero {
    overflow-x: clip;
  }
  .chi-seg-btn {
    width: 78px;
  }
  .chi-cycle-copy {
    padding: 22px 16px;
  }
  .chi-panel.is-cost .chi-metric {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .chi-panel.is-cost > p:not(.chi-kicker),
  .chi-panel.is-time > p:not(.chi-kicker) {
    padding: 12px 12px 12px 52px;
    font-size: 0.92rem;
  }
  .chi-panel-n {
    width: 32px;
    height: 32px;
    left: 10px;
    top: 12px;
    font-size: 0.68rem;
  }
  .chi-faq-mark {
    display: none;
  }
  .chi-faq-chips {
    display: none;
  }
  .chi-faq-qtxt {
    font-size: 0.92rem;
  }
  .chi-rank-row {
    grid-template-columns: 48px 1fr;
    padding: 16px 14px;
  }
  .chi-rank-note {
    padding: 18px 8px 0;
    font-size: 0.92rem;
  }
  .chi-choose-nav {
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
  .chi-cta-box {
    padding: 28px 16px 22px;
  }
  .chi-float-cta {
    right: 10px;
    bottom: 10px;
    padding: 12px 14px;
    font-size: 0.78rem;
    gap: 6px;
  }
  .chi-good,
  .chi-cost,
  .chi-choose,
  .chi-why,
  .chi-faq,
  .chi-rank {
    padding-left: 0;
    padding-right: 0;
  }
  .chi-faq-atmos .fq-bloom,
  .chi-good-atmos .gd-bloom,
  .chi-cost-deco .g1,
  .chi-cost-deco .g2,
  .chi-svc-atmos .sv-bloom {
    display: none;
  }
  .chi-ticker {
    margin-top: 24px;
  }
  .chi-midcta-box {
    padding: 22px 16px !important;
  }
  .chi-svc-slider,
  .chi-type-slider {
    overflow: hidden;
  }
  .chi-cta-lead,
  .chi-cta-extra p {
    font-size: 0.92rem;
  }
}

/* Tablet: keep stats readable between phone and desktop */
@media (min-width: 576px) and (max-width: 767px) {
  .chi-stats-grid {
    grid-template-columns: 1fr;
    padding: 16px 14px 8px;
  }
  .chi-stat {
    padding: 12px 8px 14px;
  }
  .chi-stat:not(:last-child):after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 22%;
    width: 56%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(232, 184, 74, 0.55), rgba(208, 3, 4, 0.28), transparent);
  }
  .chi-intro {
    padding-top: 28px;
    margin-top: 0;
  }
  body.chi-premium {
    --chi-stats-half: 56px;
  }
}

/* Hero CTA must sit above the banner fade and keep white label */
body.chi-premium .chi-hero .container {
  z-index: 5 !important;
}
body.chi-premium .chi-hero::after {
  z-index: 1 !important;
  pointer-events: none !important;
}
body.chi-premium .chi-hero a.chi-btn,
body.chi-premium .chi-hero a.chi-btn:link,
body.chi-premium .chi-hero a.chi-btn:visited,
body.chi-premium .chi-hero a.chi-btn:hover,
body.chi-premium .chi-hero a.chi-btn:focus,
body.chi-premium .chi-hero a.chi-btn:active,
body.chi-premium .chi-hero a.various.popclick.chi-btn {
  background: #e10606 !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.chi-premium .chi-hero a.chi-btn span,
body.chi-premium .chi-hero a.chi-btn i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

/* ========== Shared country-page extras (all body.chi-premium) ==========
   City photos stay on body.aus-premium / future city classes.
   Compare ledger, ask script, chips, motion: reuse HTML classes, no extra CSS file.
*/
/* City photography only — add a body class per city, keep layout CSS shared */
body.aus-premium .chi-hero-photo {
  background-image: url("../images/country/aust-banner.jpg");
}
body.aus-premium .chi-why-photo {
  background: #0c1c33 url("../images/country/aust-abt.png") center/cover no-repeat;
}

body.chi-premium .chi-svc-text ul,
body.chi-premium .chi-type-text ul,
body.chi-premium .chi-quote-body ul,
body.chi-premium .chi-choose-step ul,
body.chi-premium .chi-panel ul,
body.chi-premium .chi-compare-card ul,
body.chi-premium .chi-cycle-panel ul,
body.chi-premium .aus-cost-factors ul {
  list-style: none;
  margin: 12px 0 4px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.chi-premium .chi-svc-text ul,
body.chi-premium .chi-type-text ul {
  display: none;
}
body.chi-premium .chi-svc-card:has(.chi-more[open]) .chi-svc-text ul,
body.chi-premium .chi-type-card:has(.chi-more[open]) .chi-type-text ul {
  display: flex;
}
body.chi-premium .chi-svc-text li,
body.chi-premium .chi-type-text li,
body.chi-premium .chi-quote-body li,
body.chi-premium .chi-choose-step ul li,
body.chi-premium .chi-panel li,
body.chi-premium .chi-compare-card li,
body.chi-premium .chi-cycle-panel li,
body.chi-premium .aus-cost-factors li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 14px 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 700;
  color: #2a3340;
  background: #fff;
  border: 1px solid rgba(232, 184, 74, 0.32);
  box-shadow: 0 6px 14px rgba(7, 17, 31, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
body.chi-premium .chi-svc-text li:before,
body.chi-premium .chi-type-text li:before,
body.chi-premium .chi-quote-body li:before,
body.chi-premium .chi-choose-step ul li:before,
body.chi-premium .chi-panel li:before,
body.chi-premium .chi-compare-card li:before,
body.chi-premium .chi-cycle-panel li:before,
body.chi-premium .aus-cost-factors li:before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #e8b84a;
  box-shadow: 0 0 0 3px rgba(232, 184, 74, 0.2);
}
body.chi-premium .chi-svc-text li:hover,
body.chi-premium .chi-type-text li:hover,
body.chi-premium .chi-quote-body li:hover,
body.chi-premium .chi-choose-step ul li:hover,
body.chi-premium .chi-panel li:hover,
body.chi-premium .chi-compare-card li:hover,
body.chi-premium .chi-cycle-panel li:hover,
body.chi-premium .aus-cost-factors li:hover {
  transform: translateY(-2px);
  border-color: rgba(208, 3, 4, 0.35);
  box-shadow: 0 10px 18px rgba(208, 3, 4, 0.1);
}
body.chi-premium .chi-type-text li,
body.chi-premium .chi-panel.is-cost li,
body.chi-premium .aus-cmp-deep li {
  color: #fff4c4;
  background: rgba(232, 184, 74, 0.1);
  border-color: rgba(232, 184, 74, 0.3);
  box-shadow: none;
}
body.chi-premium .chi-type-text li:before,
body.chi-premium .chi-panel.is-cost li:before,
body.chi-premium .aus-cmp-deep li:before {
  background: #e8b84a;
  box-shadow: 0 0 0 3px rgba(232, 184, 74, 0.18);
}

body.chi-premium .chi-tech {
  padding: 20px 0 70px;
  background: var(--chi-cream);
}
body.chi-premium .chi-tech-box {
  background: #fff;
  border: 1px solid rgba(14, 28, 48, 0.06);
  border-radius: 28px;
  padding: 36px 32px 28px;
  box-shadow: var(--chi-shadow);
}
body.chi-premium .chi-tech-box .chi-pills {
  margin-top: 18px;
}

body.chi-premium .chi-choose-nav {
  max-width: 560px;
  flex-wrap: wrap;
  gap: 10px 6px;
}
body.chi-premium .chi-choose-step > div p {
  margin: 0 0 8px;
}
body.chi-premium .chi-point p strong {
  display: block;
  color: var(--chi-ink);
  margin-bottom: 4px;
}

body.chi-premium .chi-cost:has(.aus-cost-grid) .chi-split {
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}
body.chi-premium .chi-cost:has(.aus-cost-grid) .chi-panel {
  height: auto;
  overflow: visible;
}
body.chi-premium .chi-cost:has(.aus-cost-grid) .chi-cost-mark {
  font-size: 7.5rem;
  right: 8px;
  top: 8px;
}
body.chi-premium .aus-cost-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 12px;
}
body.chi-premium .chi-panel.is-cost .aus-cost-copy p,
body.chi-premium .chi-panel.is-cost .aus-cost-factors > p {
  position: relative;
  margin: 0 0 10px;
  padding: 14px 14px 14px 58px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 245, 235, 0.86);
}
body.chi-premium .chi-panel.is-time .aus-cost-copy p,
body.chi-premium .chi-panel.is-time .aus-cost-factors > p {
  position: relative;
  margin: 0 0 10px;
  padding: 14px 14px 14px 58px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(14, 28, 48, 0.06);
  border-radius: 16px;
  color: var(--chi-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  box-shadow: 0 8px 18px rgba(7, 17, 31, 0.04);
}
body.chi-premium .aus-cost-factors {
  background: rgba(7, 17, 31, 0.18);
  border: 1px solid rgba(232, 184, 74, 0.18);
  border-radius: 22px;
  padding: 16px 14px 14px;
}
body.chi-premium .chi-panel.is-time .aus-cost-factors {
  background: rgba(255, 248, 236, 0.9);
  border-color: rgba(232, 184, 74, 0.28);
}
body.chi-premium .aus-cost-factors ul {
  margin: 0;
}
body.chi-premium .aus-cost-factors li {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
}
body.chi-premium .chi-panel.is-time .aus-cost-factors li {
  background: #fff;
  color: var(--chi-ink);
}
@media (max-width: 991px) {
  body.chi-premium .aus-cost-grid {
    grid-template-columns: 1fr;
  }
}

body.chi-premium .chi-compare {
  padding: 0 0 80px;
  background: #07111f;
  color: #fff;
}
body.chi-premium .chi-compare .chi-title,
body.chi-premium .chi-compare h2,
body.chi-premium .chi-compare h3 {
  color: #fff !important;
  font-family: "Playfair Display", Georgia, serif;
}

/* Austin compare — evaluation ledger */
@keyframes ausCmpSpin { to { transform: rotate(360deg); } }
@keyframes ausCmpPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.08); opacity: 1; }
}
body.chi-premium .aus-compare {
  position: relative;
  overflow: hidden;
  padding: 28px 0 96px;
}
body.chi-premium .aus-compare .container { position: relative; z-index: 2; }
body.chi-premium .aus-cmp-atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
body.chi-premium .aus-cmp-atmos .cm-grid {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(232,184,74,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232,184,74,0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse at 50% 28%, #000 12%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 28%, #000 12%, transparent 72%);
}
body.chi-premium .aus-cmp-atmos .cm-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}
body.chi-premium .aus-cmp-atmos .cm-bloom.a {
  width: 280px; height: 280px;
  left: -90px; top: 8%;
  background: radial-gradient(circle, rgba(232,184,74,0.22), transparent 70%);
}
body.chi-premium .aus-cmp-atmos .cm-bloom.b {
  width: 320px; height: 320px;
  right: -110px; bottom: 6%;
  background: radial-gradient(circle, rgba(208,3,4,0.18), transparent 70%);
}
body.chi-premium .aus-cmp-atmos .cm-ring {
  position: absolute;
  width: 180px; height: 180px;
  right: 7%; top: 42px;
  border-radius: 50%;
  border: 1.5px dashed rgba(232,184,74,0.32);
  animation: ausCmpSpin 48s linear infinite;
}
body.chi-premium .aus-cmp-atmos .cm-star {
  position: absolute;
  width: 14px; height: 14px;
  background: #e8b84a;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.4;
}
body.chi-premium .aus-cmp-atmos .cm-star.s1 { left: 9%; top: 18%; }
body.chi-premium .aus-cmp-atmos .cm-star.s2 { right: 18%; top: 28%; width: 10px; height: 10px; background: #d00304; }
body.chi-premium .aus-cmp-atmos .cm-beam {
  position: absolute;
  left: 12%; right: 12%; top: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,184,74,0.4), rgba(208,3,4,0.25), transparent);
}
body.chi-premium .aus-cmp-atmos .cm-corner {
  position: absolute;
  width: 38px; height: 38px;
  border: 2px solid rgba(232,184,74,0.32);
}
body.chi-premium .aus-cmp-atmos .cm-corner.tl { top: 22px; left: 22px; border-right: 0; border-bottom: 0; border-radius: 8px 0 0 0; }
body.chi-premium .aus-cmp-atmos .cm-corner.br { right: 22px; bottom: 22px; border-left: 0; border-top: 0; border-radius: 0 0 8px 0; border-color: rgba(208,3,4,0.28); }

body.chi-premium .aus-cmp-brief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
  padding: 28px 32px;
  border-radius: 28px;
  background:
    linear-gradient(165deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(232,184,74,0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 24px 50px rgba(0,0,0,0.22);
}
body.chi-premium .aus-cmp-brief .chi-title { margin: 0 0 12px; }
body.chi-premium .aus-cmp-brief .chi-lead {
  margin: 0;
  color: rgba(255,255,255,0.74) !important;
  max-width: 720px;
}
body.chi-premium .aus-cmp-brief .chi-lead-gap { margin-top: 10px; }
body.chi-premium .aus-cmp-meter {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #2a1a12, #0c1524 68%);
  border: 1px solid rgba(232,184,74,0.4);
  box-shadow: 0 0 0 8px rgba(232,184,74,0.06), 0 16px 32px rgba(0,0,0,0.28);
}
body.chi-premium .aus-cmp-meter-n {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(100deg, #fff4c4, #e8b84a 50%, #ffd36a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body.chi-premium .aus-cmp-meter-l {
  margin-top: 4px;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,244,196,0.72);
}
body.chi-premium .aus-cmp-meter-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1.5px dashed rgba(232,184,74,0.45);
  animation: ausCmpSpin 22s linear infinite;
}

body.chi-premium .aus-cmp-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
body.chi-premium .aus-cmp-deep {
  position: relative;
  padding: 26px 24px 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}
body.chi-premium .aus-cmp-deep.is-tech {
  background:
    linear-gradient(180deg, rgba(208,3,4,0.16), rgba(255,255,255,0.03));
  border-color: rgba(208,3,4,0.28);
}
body.chi-premium .aus-cmp-deep:before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #e8b84a, #d00304);
}
body.chi-premium .aus-cmp-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
body.chi-premium .aus-cmp-n {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #07111f;
  background: linear-gradient(145deg, #fff4c4, #e8b84a);
  border-radius: 999px;
  min-width: 36px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
body.chi-premium .aus-cmp-top i,
body.chi-premium .aus-cmp-lens > i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e8b84a;
  background: rgba(232,184,74,0.12);
  border: 1px solid rgba(232,184,74,0.22);
  font-size: 0.9rem;
}
body.chi-premium .aus-cmp-deep h3,
body.chi-premium .aus-cmp-lens h3 {
  margin: 0;
  font-size: 1.28rem;
  color: #fff8de !important;
}
body.chi-premium .aus-cmp-deep p,
body.chi-premium .aus-cmp-lens p {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.74) !important;
  font-size: 0.92rem;
  line-height: 1.55;
}
body.chi-premium .aus-cmp-deep ul {
  margin: 6px 0 0;
}
body.chi-premium .aus-cmp-deep li {
  font-size: 0.76rem;
}

body.chi-premium .aus-cmp-lenses {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
body.chi-premium .aus-cmp-lens {
  position: relative;
  padding: 22px 20px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 100%;
}
body.chi-premium .aus-cmp-lens > .aus-cmp-n {
  position: absolute;
  top: 16px;
  right: 16px;
}
body.chi-premium .aus-cmp-lens > i { margin-bottom: 14px; }
body.chi-premium .aus-cmp-lens h3 { margin: 0 0 10px; font-size: 1.08rem; }
body.chi-premium .aus-cmp-lens p { margin: 0; }

body.chi-premium .aus-cmp-deep:hover,
body.chi-premium .aus-cmp-lens:hover {
  transform: translateY(-8px);
  border-color: rgba(232,184,74,0.45);
  box-shadow: 0 22px 44px rgba(0,0,0,0.3);
}

body.chi-premium .chi-ask {
  padding: 80px 0;
  background: var(--chi-cream);
}
body.chi-premium .aus-ask {
  position: relative;
  overflow: hidden;
  padding: 72px 0 88px;
}
body.chi-premium .aus-ask .container { position: relative; z-index: 2; }
body.chi-premium .aus-ask-atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
body.chi-premium .aus-ask-atmos .ak-grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(208,3,4,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208,3,4,0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at 30% 20%, #000 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 30% 20%, #000 10%, transparent 70%);
}
body.chi-premium .aus-ask-atmos .ak-bloom {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
}
body.chi-premium .aus-ask-atmos .ak-bloom.a {
  width: 260px; height: 260px;
  left: -80px; top: 6%;
  background: radial-gradient(circle, rgba(232,184,74,0.22), transparent 70%);
}
body.chi-premium .aus-ask-atmos .ak-bloom.b {
  width: 280px; height: 280px;
  right: -90px; bottom: 8%;
  background: radial-gradient(circle, rgba(208,3,4,0.1), transparent 70%);
}
body.chi-premium .aus-ask-atmos .ak-star {
  position: absolute;
  width: 14px; height: 14px;
  right: 12%; top: 14%;
  background: #e8b84a;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.45;
}

body.chi-premium .aus-ask-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}
body.chi-premium .aus-ask-brief {
  position: sticky;
  top: 96px;
  padding: 32px 28px 28px;
  border-radius: 28px;
  background:
    radial-gradient(520px 220px at 80% 0%, rgba(232,184,74,0.16), transparent 55%),
    linear-gradient(165deg, #122033 0%, #07111f 100%);
  color: #fff;
  border: 1px solid rgba(232,184,74,0.22);
  box-shadow: 0 28px 56px rgba(7,17,31,0.18);
}
body.chi-premium .aus-ask-brief .chi-title {
  color: #fff !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.18;
  margin: 0 0 16px;
}
body.chi-premium .aus-ask-brief > p:not(.chi-kicker) {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 1.02rem;
  line-height: 1.55;
}
body.chi-premium .aus-ask-stamp {
  margin-top: 28px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  transform: rotate(-8deg);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff4c4, #e8b84a 55%, #c4922e);
  box-shadow: 0 12px 24px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.45);
  border: 2px dashed rgba(7,17,31,0.18);
}
body.chi-premium .aus-ask-stamp-n {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #07111f;
}
body.chi-premium .aus-ask-stamp-l {
  margin-top: 2px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5a3d12;
}

body.chi-premium .aus-ask-list {
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: ask;
  position: relative;
}
body.chi-premium .aus-ask-list:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: linear-gradient(180deg, #e8b84a, #d00304 55%, #07111f);
  border-radius: 2px;
}
body.chi-premium .aus-ask-list li {
  counter-increment: ask;
  position: relative;
  margin: 0;
  padding: 15px 18px 15px 64px;
  border-radius: 16px;
  background: #fff;
  color: var(--chi-ink);
  font-weight: 600;
  line-height: 1.45;
  border: 1px solid rgba(14, 28, 48, 0.07);
  box-shadow: 0 8px 18px rgba(7,17,31,0.04);
}
body.chi-premium .aus-ask-list li:before {
  content: counter(ask, decimal-leading-zero);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.64rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #e8b84a, #c4922e);
  box-shadow: 0 0 0 4px var(--chi-cream);
  z-index: 1;
}
body.chi-premium .aus-ask-list li:nth-child(n+7):before {
  background: linear-gradient(145deg, #ff3a3a, #d00304);
}
body.chi-premium .aus-ask-list li:nth-child(n+13):before {
  background: linear-gradient(145deg, #1a2c44, #07111f);
  color: #fff4c4;
}
body.chi-premium .aus-ask-list li:hover {
  transform: translateX(8px);
  background: #fffaf3;
  border-color: rgba(232,184,74,0.45);
  box-shadow: 0 14px 28px rgba(208,3,4,0.08);
}
body.chi-premium .aus-ask .chi-ask-note {
  margin: 16px 0 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(232,184,74,0.12);
  border: 1px solid rgba(232,184,74,0.28);
  color: #3a2a12;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 991px) {
  body.chi-premium .chi-tech-box {
    padding: 26px 18px 20px;
  }
  body.chi-premium .aus-ask-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.chi-premium .aus-ask-brief {
    position: static;
    padding: 24px 20px 22px;
  }
  body.chi-premium .aus-cmp-brief {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    text-align: left;
  }
  body.chi-premium .aus-cmp-meter { margin: 4px auto 0; }
  body.chi-premium .aus-cmp-board,
  body.chi-premium .aus-cmp-lenses {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- Austin premium motion polish ---------- */
@keyframes ausKen {
  from { transform: scale(1.08) translate(0, 0) rotate(0deg); }
  to { transform: scale(1.2) translate(-2.2%, 1.6%) rotate(-0.6deg); }
}
@keyframes ausShimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes ausGlowPulse {
  0%, 100% { box-shadow: 0 10px 24px rgba(208,3,4,0.28), 0 0 0 0 rgba(232,184,74,0.35); }
  50% { box-shadow: 0 16px 36px rgba(208,3,4,0.48), 0 0 0 8px rgba(232,184,74,0); }
}
@keyframes ausChipDance {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-14px) rotate(2deg); }
}
@keyframes ausHaloBreath {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.85; }
  50% { transform: translateX(-50%) scale(1.18); opacity: 1; }
}
@keyframes ausShineSweep {
  0% { transform: translateX(-130%) skewX(-18deg); }
  100% { transform: translateX(230%) skewX(-18deg); }
}
@keyframes ausFloatBeat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.04); }
}
@keyframes ausReveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}
@keyframes ausRise {
  from { transform: translateY(36px); }
  to { transform: none; }
}
@keyframes ausStarPop {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.42; }
  50% { transform: scale(1.35) rotate(18deg); opacity: 0.9; }
}

body.chi-premium { scroll-behavior: smooth; }
body.chi-premium .chi-hero-photo {
  translate: var(--chi-px, 0px) var(--chi-py, 0px);
  animation: ausKen 18s ease-in-out infinite alternate;
}
body.chi-premium .chi-hero h1 .chi-gold {
  background-size: 220% auto !important;
  animation: ausShimmer 3.6s linear infinite;
}
body.chi-premium .chi-hero .chi-btn:hover {
  transform: translateY(-2px) scale(1.03);
}
body.chi-premium .chi-cta-btn {
  animation: ausGlowPulse 2.4s ease-in-out infinite;
}
body.chi-premium .chi-halo {
  animation: ausHaloBreath 3.4s ease-in-out infinite;
}
body.chi-premium .chi-orbit.o1 { animation-duration: 16s; }
body.chi-premium .chi-orbit.o2 { animation-duration: 22s; }
body.chi-premium .chi-chip {
  animation: ausChipDance 4.2s ease-in-out infinite;
}
body.chi-premium .chi-phone-stage img {
  animation-duration: 4.2s;
}
body.chi-premium .chi-hero-copy .chi-kicker,
body.chi-premium .chi-hero-copy h1,
body.chi-premium .chi-hero-copy > p,
body.chi-premium .chi-hero-copy .chi-btns {
  animation: ausReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}
body.chi-premium .chi-hero-copy h1 { animation-delay: 0.12s; }
body.chi-premium .chi-hero-copy > p { animation-delay: 0.24s; }
body.chi-premium .chi-hero-copy .chi-btns { animation-delay: 0.36s; }

body.chi-premium .chi-stat {
  position: relative;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
body.chi-premium .chi-stat:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
  animation: ausShineSweep 3.8s ease-in-out infinite;
  pointer-events: none;
}
body.chi-premium .chi-stat:hover { transform: translateY(-6px); }

body.chi-premium .aus-rise.aus-in {
  animation: ausRise 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.chi-premium .aus-cmp-deep,
body.chi-premium .aus-cmp-lens,
body.chi-premium .chi-svc-card,
body.chi-premium .chi-type-card,
body.chi-premium .chi-tech-box,
body.chi-premium .chi-panel,
body.chi-premium .chi-choose-folio,
body.chi-premium .chi-quote,
body.chi-premium .aus-ask-brief,
body.chi-premium .chi-faq-folio,
body.chi-premium .chi-cta-box,
body.chi-premium .chi-compare-card,
body.chi-premium .chi-rank-row,
body.chi-premium .chi-rank-spot,
body.chi-premium .chi-point,
body.chi-premium .chi-ask-list li {
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease, border-color 0.45s ease, background 0.35s ease;
}
body.chi-premium .chi-svc-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 28px 54px rgba(7,17,31,0.16);
}
body.chi-premium .chi-type-card:hover {
  transform: translateY(-10px) scale(1.015);
}
body.chi-premium .chi-tech-box:hover,
body.chi-premium .chi-choose-folio:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(7,17,31,0.12);
}
body.chi-premium .chi-pills span {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
body.chi-premium .chi-pills span:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 10px 20px rgba(208,3,4,0.16);
}
body.chi-premium .chi-point:hover { transform: translateX(8px); }
body.chi-premium .chi-compare-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232,184,74,0.45) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}
body.chi-premium .chi-rank-row:hover { transform: translateX(10px); }
body.chi-premium .aus-cost-factors li {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
body.chi-premium .chi-faq-item {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
body.chi-premium .chi-faq-item:hover { transform: translateY(-3px); }
body.chi-premium .chi-float-cta {
  animation: ausFloatBeat 2.2s ease-in-out infinite;
}
body.chi-premium .chi-svc-atmos .sv-star,
body.chi-premium .chi-faq-atmos .fq-star {
  animation: ausStarPop 3.2s ease-in-out infinite;
}
body.chi-premium .chi-title span,
body.chi-premium .chi-cta-box h2 span {
  background-size: 200% auto;
  animation: ausShimmer 5s linear infinite;
}
body.chi-premium .chi-btn,
body.chi-premium .chi-cta-btn {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
body.chi-premium .chi-midcta-box {
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
body.chi-premium .chi-midcta-box:hover {
  transform: translateY(-6px);
}

@media (max-width: 767px) {
  body.chi-premium .chi-hero-photo { animation-duration: 26s; }
  body.chi-premium .chi-chip { animation-duration: 5.5s; }
  body.chi-premium .aus-cmp-board,
  body.chi-premium .aus-cmp-lenses {
    grid-template-columns: 1fr;
  }
  body.chi-premium .aus-cmp-meter { width: 110px; height: 110px; }
  body.chi-premium .aus-cmp-atmos .cm-bloom,
  body.chi-premium .aus-cmp-atmos .cm-ring { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  body.chi-premium,
  body.chi-premium * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
