/* ==========================================================================
   CONTACT US — 聯絡我們
   Layered over styles.css. Uses Liao mascots + dotted SEA map.
   Design system: brand gradient on dark stage, white editorial body,
   mascot-led contact channels, 3-office map with location pins.
   ========================================================================== */

/* Force solid white nav on this page so links stay legible over the warm hero */
.nav {
  background: rgba(255,255,255,0.92) !important;
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid #EFE6F2 !important;
}
.nav .nav-links a { color: #14111C; }

/* ------------------------------------------------------------------
   HERO — light editorial split: copy on left, form on right
------------------------------------------------------------------ */
.cu-hero {
  position: relative;
  padding: 140px 0 96px;
  overflow: hidden;
  color: #14111C;
}
.cu-hero.cu-hero-light {
  background:
    radial-gradient(ellipse 60% 50% at 90% 20%, rgba(255,159,28,0.10) 0%, transparent 65%),
    radial-gradient(ellipse 70% 60% at 10% 90%, rgba(196,166,255,0.16) 0%, transparent 65%),
    linear-gradient(180deg, #FAF7FB 0%, #FFFFFF 60%);
}
.cu-hero-bg-orb {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgba(138,43,226,0.18), rgba(224,23,143,0.22), rgba(255,159,28,0.16), rgba(138,43,226,0.18));
  filter: blur(80px);
  opacity: 0.7;
  pointer-events: none;
  animation: cuOrbSpin 32s linear infinite;
}
@keyframes cuOrbSpin {
  to { transform: rotate(360deg); }
}

.cu-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: start;
}
.cu-hero-copy {
  padding-top: 24px;
}
.cu-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #8A2BE2;
  text-transform: uppercase;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(138,43,226,0.18);
  border-radius: 999px;
  margin-bottom: 32px;
  box-shadow: 0 6px 18px -8px rgba(138,43,226,0.18);
}
.cu-hero-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #FF2D87;
  box-shadow: 0 0 12px #FF2D87;
  animation: pulse 1.6s infinite;
}
.cu-hero-title {
  font-size: clamp(48px, 5.4vw, 88px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.045em;
  color: #14111C;
  margin-bottom: 28px;
}
.cu-hero-title .accent {
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 50%, #FF9F1C 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: gradShift 8s ease-in-out infinite;
}
.cu-hero-sub {
  font-size: 17px;
  line-height: 1.75;
  color: #4A4358;
  max-width: 480px;
  margin-bottom: 32px;
}
.cu-hero-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  font-size: 13.5px;
  color: #2A2530;
  font-weight: 500;
  margin-bottom: 48px;
}
.cu-hero-quick span {
  display: inline-flex; align-items: center; gap: 8px;
}
.cu-hero-quick svg {
  color: #fff;
  background: linear-gradient(135deg, #EC0677, #FF9F1C);
  border-radius: 50%;
  padding: 4px;
  width: 22px; height: 22px;
  flex-shrink: 0;
}

/* mascot trio — playful asymmetric stage */
.cu-hero-mascots {
  position: relative;
  margin-top: 28px;
  padding-top: 32px;
  border-top: 1px solid rgba(20,17,28,0.08);
}

/* Stage — gives an asymmetric playful layout */
.cu-mascot-stage {
  position: relative;
  height: 200px;
  padding-top: 36px;
}

/* Decorative dotted gradient path connecting the trio */
.cu-mascot-path {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  opacity: 0.7;
  z-index: 0;
  animation: cuPathDrift 12s ease-in-out infinite alternate;
}
@keyframes cuPathDrift {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-4px); }
}

/* Sparkles scattered around */
.cu-spark {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cu-spark::before,
.cu-spark::after {
  content: '';
  position: absolute;
  inset: 0;
  background: currentColor;
  border-radius: 999px;
}
.cu-spark::before { transform: scaleX(0.18); }
.cu-spark::after { transform: scaleY(0.18); }
.cu-spark.s1 { top: 12px;  left: 26%;  color: #EC0677; animation: cuSpark 2.4s ease-in-out infinite; }
.cu-spark.s2 { top: 40px;  left: 56%;  color: #FF9F1C; animation: cuSpark 2.8s ease-in-out infinite -0.7s; }
.cu-spark.s3 { top: 8px;   left: 88%;  color: #8A2BE2; animation: cuSpark 3.2s ease-in-out infinite -1.5s; }
@keyframes cuSpark {
  0%, 100% { transform: scale(0.4) rotate(0deg);   opacity: 0.2; }
  50%      { transform: scale(1.0) rotate(45deg);  opacity: 1; }
}

/* Mascot figures — staged with absolute positioning for an asymmetric layout */
.cu-mascot-fig {
  position: absolute;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  z-index: 2;
}
.cu-mascot-fig .cu-mascot-halo {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -55%);
  width: 88px; height: 88px;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.95;
}
.cu-mascot-fig.bo   .cu-mascot-halo { background: radial-gradient(circle at 30% 25%, #FFE7F3 0%, rgba(255,231,243,0.45) 45%, transparent 75%); }
.cu-mascot-fig.liao .cu-mascot-halo { background: radial-gradient(circle at 30% 25%, #EFE3FF 0%, rgba(239,227,255,0.45) 45%, transparent 75%); }
.cu-mascot-fig.jam  .cu-mascot-halo { background: radial-gradient(circle at 30% 25%, #FFF1D8 0%, rgba(255,241,216,0.45) 45%, transparent 75%); }

.cu-mascot-fig img {
  position: relative;
  z-index: 1;
  width: 84px;
  height: auto;
  filter: drop-shadow(0 14px 20px rgba(20,17,28,0.22));
  transition: transform .55s var(--ease, cubic-bezier(.22,1,.36,1));
  transform-origin: 50% 90%;
}
.cu-mascot-fig figcaption {
  position: relative;
  z-index: 1;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B6478;
  transition: color .25s, transform .25s;
}

/* Speech bubble — appears on hover/focus, sits well above the mascot */
.cu-bubble {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translate(-50%, 4px) scale(0.6);
  background: #14111C;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: transform .35s var(--ease, cubic-bezier(.22,1,.36,1)), opacity .25s;
  z-index: 4;
}
.cu-bubble::after {
  content: '';
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border: 4px solid transparent;
  border-top-color: #14111C;
}
.cu-mascot-fig:hover .cu-bubble,
.cu-mascot-fig:focus .cu-bubble,
.cu-mascot-fig.cu-talking .cu-bubble {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.cu-mascot-fig:hover figcaption,
.cu-mascot-fig:focus figcaption {
  color: #14111C;
  transform: translateY(2px);
}
.cu-mascot-fig:hover img {
  transform: translateY(-10px) rotate(-4deg) scale(1.08);
}

/* Per-character placement, scale, idle animations */
.cu-mascot-fig.liao { left: 4%;   top: 24px; }
.cu-mascot-fig.bo   { left: 38%;  top: 6px;  }
.cu-mascot-fig.jam  { left: 72%;  top: 32px; }

.cu-mascot-fig.liao img { width: 84px; animation: cuFloatA 5.6s ease-in-out infinite; }
.cu-mascot-fig.bo   img { width: 100px; animation: cuFloatB 6.2s ease-in-out infinite -1.4s; }
.cu-mascot-fig.jam  img { width: 76px; animation: cuFloatC 5.0s ease-in-out infinite -2.8s; }

/* Each char has its own micro-personality */
@keyframes cuFloatA { /* LiaoLiao — gentle nod */
  0%, 100% { transform: translateY(0)    rotate(-2deg); }
  50%      { transform: translateY(-7px) rotate(2deg);  }
}
@keyframes cuFloatB { /* BoBo — center hop */
  0%, 100% { transform: translateY(0)     scale(1); }
  45%      { transform: translateY(-9px)  scale(1.02); }
  55%      { transform: translateY(-9px)  scale(0.99); }
}
@keyframes cuFloatC { /* JamJam — quick bouncy peek */
  0%, 100% { transform: translateY(0)     rotate(3deg); }
  35%      { transform: translateY(-5px)  rotate(-4deg); }
  70%      { transform: translateY(-2px)  rotate(2deg);  }
}



/* Mobile — collapse stage to row */
@media (max-width: 720px) {
  .cu-mascot-stage { height: 170px; padding-top: 30px; }
  .cu-mascot-fig.liao { left: 2%;  top: 28px; }
  .cu-mascot-fig.bo   { left: 36%; top: 8px;  }
  .cu-mascot-fig.jam  { left: 70%; top: 34px; }
  .cu-mascot-fig.liao img { width: 70px; }
  .cu-mascot-fig.bo   img { width: 86px; }
  .cu-mascot-fig.jam  img { width: 64px; }
}

/* form card — right side, white, embedded in hero */
.cu-form-card {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 40px;
  border: 1px solid rgba(20,17,28,0.06);
  box-shadow:
    0 40px 80px -30px rgba(138,43,226,0.18),
    0 12px 28px -10px rgba(20,17,28,0.08);
  position: relative;
}
.cu-form-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 1.5px;
  background: linear-gradient(160deg, rgba(138,43,226,0.25), transparent 30%, transparent 70%, rgba(255,159,28,0.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
.cu-form-card h3 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.025em;
  color: #14111C;
  margin: 0 0 8px;
}
.cu-form-card .lead {
  font-size: 14px;
  line-height: 1.6;
  color: #6B6478;
  margin: 0 0 28px;
}
.cu-form-card .lead .req { color: #EC0677; font-weight: 800; }

/* ------------------------------------------------------------------
   CHANNELS — three mascot cards
------------------------------------------------------------------ */
.cu-channels {
  background: #FFFFFF;
  padding: 100px 0 60px;
  color: #14111C;
}
.cu-section-head {
  max-width: 760px;
  margin-bottom: 60px;
}
.cu-section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.cu-eyebrow {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(224,23,143,0.08);
  color: #EC0677;
  border: 1px solid rgba(224,23,143,0.18);
}
.cu-section-title {
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  color: #14111C;
}
.cu-section-title .accent {
  background: var(--brand-gradient);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cu-section-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #5A5360;
  max-width: 620px;
}
.cu-section-head.center .cu-section-sub { margin-left: auto; margin-right: auto; }

.cu-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cu-channel-card {
  position: relative;
  border-radius: 28px;
  padding: 36px 32px 32px;
  border: 1px solid #EFE7F4;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s, border-color .25s;
}
.cu-channel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -25px rgba(138,43,226,0.3);
  border-color: transparent;
}
.cu-channel-card.c-liao {
  background: linear-gradient(165deg, #FFE5E5 0%, #FFF6F2 100%);
}
.cu-channel-card.c-bo {
  background: linear-gradient(165deg, #FFE0EE 0%, #F8E8FF 100%);
}
.cu-channel-card.c-jam {
  background: linear-gradient(165deg, #FFF3D6 0%, #FFFAEB 100%);
}

.cu-channel-mascot {
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: 240px;
  pointer-events: none;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12));
  transition: transform .4s var(--ease);
}
.cu-channel-card:hover .cu-channel-mascot {
  transform: rotate(-6deg) scale(1.06);
}

.cu-channel-tag {
  font-family: var(--font-en);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #14111C;
  background: rgba(255,255,255,0.6);
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 20px;
  width: fit-content;
}
.cu-channel-card.c-liao .cu-channel-tag { color: #B61F1F; background: rgba(255,255,255,0.7); }
.cu-channel-card.c-bo .cu-channel-tag { color: #B30769; background: rgba(255,255,255,0.7); }
.cu-channel-card.c-jam .cu-channel-tag { color: #8A5A00; background: rgba(255,255,255,0.7); }

.cu-channel-name {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 8px;
  color: #14111C;
}
.cu-channel-meet {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  color: #4A4255;
  margin-bottom: 14px;
}
.cu-channel-meet b { font-weight: 800; }
.cu-channel-card.c-liao .cu-channel-meet b { color: #E63946; }
.cu-channel-card.c-bo .cu-channel-meet b { color: #EC0677; }
.cu-channel-card.c-jam .cu-channel-meet b { color: #E89B00; }

.cu-channel-blurb {
  font-size: 15px;
  line-height: 1.6;
  color: #2A2530;
  margin-bottom: 28px;
  max-width: 78%;
}
.cu-channel-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
  max-width: 80%;
}
.cu-channel-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.9);
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #14111C;
  transition: all .2s;
}
.cu-channel-row:hover {
  background: #fff;
  transform: translateX(4px);
}
.cu-channel-row svg { flex-shrink: 0; }
.cu-channel-row .label {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  color: #7A7289;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}
.cu-channel-row .val {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  color: #14111C;
  letter-spacing: -0.005em;
}

/* ------------------------------------------------------------------
   FORM — left form, right info card
------------------------------------------------------------------ */
.cu-form-section {
  background: #FAF7FB;
  padding: 120px 0;
  color: #14111C;
  position: relative;
  overflow: hidden;
}
.cu-form-section::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,23,143,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.cu-form-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.cu-form-card {
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #EFE7F4;
  padding: 48px;
  box-shadow: 0 30px 60px -30px rgba(20,17,28,0.12);
  /* Vertical rhythm: every direct child (h3, .cu-form-field, .cu-form-row,
     #turnstile-container, button) gets a uniform 20px gap. */
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cu-form-card h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 4px;          /* gap handles the rest */
}
.cu-form-card .lead {
  font-size: 15px;
  line-height: 1.6;
  color: #5A5360;
  margin: 0;                /* gap handles spacing */
}
.cu-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;                /* horizontal gap between paired fields */
  /* margin-bottom removed — parent gap handles vertical spacing */
}
.cu-form-field { display: flex; flex-direction: column; gap: 8px; }
.cu-form-field.full { grid-column: 1 / -1; }
.cu-form-field label {
  font-size: 13px;
  font-weight: 600;
  color: #2A2530;
  letter-spacing: 0.01em;
}
.cu-form-field label .req { color: #EC0677; margin-left: 2px; }
.cu-form-field input,
.cu-form-field select,
.cu-form-field textarea {
  font-family: var(--font-zh);
  font-size: 15px;
  color: #14111C;
  padding: 14px 16px;
  border: 1px solid #E2D7EC;
  background: #FFFFFF;
  border-radius: 12px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
}
.cu-form-field input:focus,
.cu-form-field select:focus,
.cu-form-field textarea:focus {
  border-color: #EC0677;
  box-shadow: 0 0 0 3px rgba(224,23,143,0.12);
}
.cu-form-field textarea {
  min-height: 120px;
  resize: vertical;
}
.cu-form-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237A7289' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }

.cu-form-topics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 6px;
}
.cu-form-topic {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 8px;
  border: 1px solid #E2D7EC;
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  transition: all .2s;
  color: #2A2530;
}
.cu-form-topic input { display: none; }
.cu-form-topic:hover { border-color: #C4A6FF; }
.cu-form-topic.active {
  background: var(--brand-gradient);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px -8px rgba(224,23,143,0.5);
}

.cu-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  font-size: 13px;
  color: #5A5360;
  line-height: 1.5;
}
.cu-form-consent input { margin-top: 3px; flex-shrink: 0; }
.cu-form-consent a { color: #EC0677; font-weight: 600; }

.cu-form-submit {
  margin-top: 8px;          /* small extra emphasis; parent gap = 20px */
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--brand-gradient);
  background-size: 180% 180%;
  background-position: 0% 50%;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .25s var(--ease);
  box-shadow: 0 14px 30px -10px rgba(224,23,143,0.45);
}
.cu-form-submit:hover {
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -10px rgba(224,23,143,0.6);
}

/* form aside — quick contact + JamJam */
.cu-form-aside {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cu-aside-card {
  border-radius: 24px;
  padding: 32px;
  background: #14111C;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cu-aside-card.dark {
  background: linear-gradient(160deg, #1A1227 0%, #0E0816 100%);
  border: 1px solid rgba(255,255,255,0.08);
}
.cu-aside-card h4 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.cu-aside-card p {
  font-size: 14px;
  color: #B5ADC2;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative; z-index: 1;
}
.cu-aside-mascot {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 220px;
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}
.cu-aside-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.cu-aside-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s;
}
.cu-aside-list li:hover { background: rgba(255,255,255,0.12); }
.cu-aside-list li svg { color: #FF6FB8; flex-shrink: 0; }
.cu-aside-list .lbl {
  font-family: var(--font-en);
  font-size: 10.5px;
  font-weight: 700;
  color: #7A7289;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
}
.cu-aside-list .val { font-family: var(--font-en); font-size: 14px; font-weight: 700; color: #fff; }

.cu-aside-hours {
  background: linear-gradient(135deg, #FFE5E5 0%, #FFF6F2 100%);
  color: #14111C;
  border-radius: 24px;
  padding: 28px 32px;
  position: relative;
  overflow: hidden;
}
.cu-aside-hours h5 {
  font-family: var(--font-en);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #B61F1F;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cu-aside-hours .big {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.cu-aside-hours .meta {
  font-size: 13px;
  color: #5A5360;
}

/* ------------------------------------------------------------------
   OFFICES — map + cards
------------------------------------------------------------------ */
.cu-offices {
  background: #FFFFFF;
  padding: 120px 0;
  color: #14111C;
  position: relative;
}
.cu-office-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.cu-map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 600px;
}
.cu-map-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cu-map-glow {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,23,143,0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.cu-office-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cu-office-card {
  position: relative;
  cursor: default;
  padding: 24px 28px;
  border: 1px solid #EFE7F4;
  border-radius: 20px;
  background: #FFFFFF;
  transition: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.cu-office-card .cu-office-cta { display: none; }
.cu-office-card.active {
  border-color: transparent;
  background: linear-gradient(135deg, #FFF0F8 0%, #FFF8E6 100%);
  box-shadow: 0 24px 40px -20px rgba(224,23,143,0.25);
}
.cu-office-tel {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 700;
  color: #14111C;
  margin-top: 6px;
  letter-spacing: 0.02em;
}
.cu-office-num {
  font-family: var(--font-en);
  font-weight: 900;
  font-size: 28px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--brand-gradient);
  color: #fff;
  display: grid;
  place-items: center;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  box-shadow: 0 10px 24px -6px rgba(224,23,143,0.45);
}
.cu-office-body { min-width: 0; }
.cu-office-tag {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #EC0677;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.cu-office-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
.cu-office-addr {
  font-size: 13.5px;
  color: #5A5360;
  line-height: 1.55;
}
.cu-office-cta {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  color: #14111C;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.cu-office-cta svg { transition: transform .2s; }
.cu-office-card:hover .cu-office-cta svg { transform: translateX(3px); }

/* pins overlay on map */
.cu-pin {
  position: absolute;
  width: 38px; height: 50px;
  z-index: 2;
  cursor: pointer;
  transition: transform .3s var(--ease);
}
.cu-pin:hover { transform: translate(-50%, -100%) scale(1.15) !important; }
.cu-pin.active { z-index: 3; }
.cu-pin-tip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #14111C;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}
.cu-pin.active .cu-pin-tip { opacity: 1; transform: translateX(-50%) translateY(-2px); }

/* ------------------------------------------------------------------
   BOTTOM CTA — full-width gradient box
------------------------------------------------------------------ */
.cu-cta {
  padding: 0 0 140px;
  background: #FFFFFF;
}
.cu-cta-box {
  position: relative;
  border-radius: 40px;
  padding: 80px 64px;
  background: var(--brand-gradient);
  background-size: 200% 200%;
  animation: gradShift 12s ease-in-out infinite;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}
.cu-cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(30% 40% at 15% 20%, rgba(255,255,255,0.25) 0%, transparent 60%),
    radial-gradient(30% 40% at 85% 80%, rgba(0,0,0,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.cu-cta-content { position: relative; z-index: 1; }
.cu-cta-eyebrow {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cu-cta-title {
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 18px;
}
.cu-cta-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 460px;
}
.cu-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cu-cta-actions .btn-dark { background: #0A0A0A; }
.cu-cta-actions .btn-ghost-light {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}
.cu-cta-actions .btn-ghost-light:hover { background: rgba(255,255,255,0.28); }

.cu-cta-mascot-wrap {
  position: relative;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cu-cta-mascot-wrap img {
  height: 100%;
  width: auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
  animation: cuFloatCenter 5s ease-in-out infinite;
  transform: translateX(-50%);
  position: absolute;
  bottom: -40px;
  left: 50%;
}
.cu-cta-mascot-wrap img.m-bo { width: 180px; left: 30%; bottom: 40px; height: auto; transform: none; animation: cuFloat 6s ease-in-out infinite; z-index: 2; }
.cu-cta-mascot-wrap img.m-jam { width: 160px; left: 65%; bottom: 0; height: auto; transform: none; animation: cuFloat 5.5s ease-in-out infinite -2s; z-index: 1; }


/* ------------------------------------------------------------------
   RESPONSIVE
------------------------------------------------------------------ */
@media (max-width: 1024px) {
  .cu-channel-grid { grid-template-columns: 1fr; gap: 18px; }
  .cu-channel-card { min-height: 320px; }
  .cu-form-grid { grid-template-columns: 1fr; gap: 32px; }
  .cu-form-aside { position: static; }
  .cu-office-grid { grid-template-columns: 1fr; gap: 40px; }
  .cu-cta-box { grid-template-columns: 1fr; padding: 56px 32px; }
  .cu-cta-mascot-wrap { display: none; }
}
@media (max-width: 720px) {
  .cu-hero { padding-top: 120px; }
  .cu-hero-grid { grid-template-columns: 1fr; padding-bottom: 80px; gap: 40px; }
  .cu-hero-stage { max-width: 360px; aspect-ratio: 1; }
  .cu-hero-bubble { font-size: 13px; padding: 10px 16px; }
  .cu-form-card { padding: 32px 24px; }
  .cu-form-row { grid-template-columns: 1fr; gap: 16px; }
  .cu-form-topics { grid-template-columns: repeat(2, 1fr); }
  .cu-office-card { grid-template-columns: auto 1fr; gap: 14px; padding: 20px; }
  .cu-office-cta { display: none; }
  .cu-channels, .cu-form-section, .cu-offices { padding: 80px 0; }
}
