    
    
        :root {
      --header-bg: #f6f7fb;
      --header-surface: #ffffff;
      --header-line: #e5e8ef;
      --header-line-strong: #d7dbe5;
      --header-text: #17191f;
      --header-muted: #6e7687;
      --bg: #0b0e13;
      --bg-soft: #121722;
      --panel: #f5f6fb;
      --panel-line: rgba(255,255,255,0.08);
      --text: #f6f7fb;
      --muted: rgba(255,255,255,0.66);
      --muted-dark: #5d6473;
      --brand: #4a68ff;
      --brand-2: #7f92ff;
      --brand-soft: #eef0ff;
      --white: #fff;
      --max: 1320px;
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 18px;
      --radius-sm: 12px;
      --radius-xs: 8px;
      --shadow: 0 24px 60px rgba(0,0,0,0.28);
      --shadow-card: 0 18px 36px rgba(36,46,78,0.08);
      --shadow-float: 0 16px 40px rgba(0,0,0,0.22);
      --toast-bg: rgba(22,26,38,0.96);
      --toast-border: rgba(255,255,255,0.12);
      --toast-border-brand: rgba(74,104,255,0.3);
      --toast-border-success: rgba(52,211,153,0.22);
      --urgency-bg: rgba(74,104,255,0.08);
      --urgency-border: rgba(74,104,255,0.2);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
      background:
        radial-gradient(circle at 50% 0%, rgba(66,104,255,0.12), transparent 18%),
        linear-gradient(180deg, #090b0f 0%, #0b0e13 32%, #0d1015 100%);
      color: var(--text);
    }

    a { color: inherit; text-decoration: none; }

    .wrap {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 28px;
    }
    
    .top-shell {
      position: sticky;
      top: 0;
      z-index: 120;
      background: rgba(255,255,255,0.94);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--header-line);
      transition: transform 0.28s ease, opacity 0.28s ease;
    }

    .top-shell.is-collapsed {
      transform: translateY(-100%);
      opacity: 0;
    }

    .sticky-category-shell {
      position: sticky;
      top: 0;
      z-index: 110;
      background: rgba(247,248,252,0.98);
      border-top: 1px solid #edf0f6;
      border-bottom: 1px solid var(--header-line);
      backdrop-filter: blur(12px);
    }

    .inner {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 20px;
    }

    .family-bar {
      background: #fff;
    }

    .family-outer {
      display: flex;
      justify-content: center;
      padding: 10px 0;
    }

    .family-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 4px;
      border: 1px solid var(--header-line-strong);
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 4px 16px rgba(32, 43, 73, 0.08);
      overflow-x: auto;
      scrollbar-width: none;
      white-space: nowrap;
    }

    .family-wrap::-webkit-scrollbar,
    .category-tabs::-webkit-scrollbar {
      display: none;
    }

    .family-link {
      flex: 0 0 auto;
      padding: 8px 12px;
      border-radius: 10px;
      font-size: 13px;
      font-weight: 700;
      color: var(--header-muted);
    }

    .family-link.is-active {
      background: var(--brand-soft);
      color: var(--brand);
    }

    .main-header {
      background: #fff;
    }

    .main-header-wrap {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 16px;
      min-height: 78px;
    }

    .header-promo {
      justify-self: start;
      align-self: stretch;
      display: flex;
      align-items: center;
      padding: 0 16px;
      border-radius: 0 0 14px 14px;
      border: 1px solid #dfe3ff;
      border-top: 0;
      background: linear-gradient(180deg, #eef2ff 0%, #f6f8ff 100%);
      color: var(--brand);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
    }

    .brand {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-self: center;
      text-align: center;
      gap: 6px;
      min-width: 0;
    }

    .brand-mark {
      width: 132px;
      height: 44px;
      object-fit: contain;
    }

    .brand-copy span {
      display: block;
      color: var(--header-muted);
      font-size: 12px;
      line-height: 1.45;
    }

    .header-actions {
      display: flex;
      align-items: center;
      justify-self: end;
      gap: 8px;
    }

    .cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 12px;
      border: 1px solid var(--brand);
      background: var(--brand);
      color: #fff;
      font-weight: 700;
      font-size: 13px;
    }


        .category-row {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      min-height: 58px;
      gap: 12px;
    }

    .category-balance {
      justify-self: start;
      width: 120px;
      min-height: 1px;
    }

    .category-tabs {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2px;
      overflow-x: auto;
      scrollbar-width: none;
      white-space: nowrap;
    }

    .category-tab {
      flex: 0 0 auto;
      position: relative;
      padding: 0 16px;
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      color: var(--header-muted);
    }

    .category-tab.is-active {
      color: var(--brand);
    }

    .category-tab.is-active::after {
      content: "";
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 0;
      height: 3px;
      background: var(--brand);
      border-radius: 999px;
    }

    .category-utility {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 6px;
      width: 240px;
      justify-self: end;
    }

    .utility-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      border: 1px solid #e4e7ef;
      background: #f8f9fc;
      color: #6f7786;
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
      cursor: pointer;
    }

    .utility-link:hover {
      background: var(--brand-soft);
      color: var(--brand);
      border-color: #cdd1f8;
    }

    .util-divider {
      width: 1px;
      height: 16px;
      background: #dde0ea;
      display: inline-block;
      margin: 0 4px;
    }

        @media (max-width: 760px) {
      .wrap,
      .inner { padding: 0 16px; }

      .main-header-wrap,
      .category-row {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .header-promo,
      .header-actions,
      .brand {
        justify-self: center;
      }

      .header-promo,
      .header-actions {
        display: none;
      }

      .category-balance {
        display: none;
      }

      .category-utility {
        width: auto;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
        padding-bottom: 8px;
      }

      .category-utility::-webkit-scrollbar { display: none; }

      .category-tabs,
      .category-utility {
        justify-content: flex-start;
      }

      .hero {
        padding-top: 64px;
      }

      .hero-stage {
        min-height: 520px;
      }

      .paper-window {
        width: calc(100% - 24px);
        transform: translate(-50%, -34%);
      }

      .paper-body {
        padding: 14px;
      }

      .bubble {
        display: none;
      }

      .copy-block h2,
      .hero h1,
      .portfolio-head h2,
      .cta-band h2 {
        font-size: 28px;
      }

      .visual-card {
        min-height: 360px;
      }

      .visual-card .overlay-card,
      .chat-stack {
        width: calc(100% - 32px);
        right: 16px;
      }

      .testimonial-copy {
        padding: 26px;
      }

      .mobile-floating-cta {
        right: 14px;
        bottom: 14px;
      }

      /* Section padding compression — mobile bloat 방지 */
      .section-dark,
      .section-light,
      .section-panel { padding: 56px 0 !important; }
      .portfolio-band { padding: 50px 0 !important; }
      .testimonial-band { padding: 56px 0 70px !important; }
      .faq-band { padding: 48px 0 56px !important; }
      .cta-band { padding: 60px 0 72px !important; }

      /* SP Layer — floating CTA 위로 이동 (mobile) */
      .sp-layer { bottom: 96px; right: 12px; left: auto; top: auto; }
      .sp-toast { min-width: 175px; max-width: calc(100vw - 60px); padding: 10px 14px; }

      /* Urgency band mobile */
      .urgency-band__inner { flex-wrap: wrap; gap: 10px; }
      .urgency-band__cta { width: 100%; justify-content: center; margin-top: 4px; }
    }

    @media (max-width: 480px) {
      .hero h1 { font-size: 26px !important; }
      .hero-stat-row { display: none; }
      .sp-toast { width: calc(100vw - 24px); min-width: auto; }
    }

    /* ======================================================
       SOCIAL PROOF TOAST LAYER
    ====================================================== */
    .sp-layer {
      position: fixed;
      bottom: 90px;
      right: 24px;
      left: auto;
      top: auto;
      z-index: 140;
      display: flex;
      flex-direction: column;
      gap: 10px;
      pointer-events: none;
    }

    .sp-toast {
      background: rgba(22, 26, 38, 0.96);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 14px;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      padding: 10px 14px;
      min-width: 210px;
      max-width: 290px;
      box-shadow: 0 16px 40px rgba(0,0,0,0.28);
      display: flex;
      align-items: center;
      gap: 10px;
      pointer-events: auto;
      transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
    }

    .sp-toast.is-hidden {
      opacity: 0;
      transform: translateY(-8px) translateX(8px);
      pointer-events: none;
    }

    .sp-toast.is-visible {
      opacity: 1;
      transform: none;
    }

    .sp-toast--visitor { border-color: var(--toast-border-brand); }
    .sp-toast--success  { border-color: var(--toast-border-success); }

    .sp-toast__dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #4a68ff;
      flex-shrink: 0;
      animation: sp-pulse 2s ease infinite;
    }

    @keyframes sp-pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50%       { opacity: 0.55; transform: scale(1.18); }
    }

    .sp-toast__text {
      font-size: 13px;
      color: rgba(255,255,255,0.86);
      font-weight: 600;
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
    }

    .sp-toast__text strong { color: #fff; }

    .sp-toast__avatar {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: linear-gradient(135deg, #4a68ff, #a78bfa);
      font-size: 12px;
      font-weight: 800;
      color: #fff;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
    }

    .sp-toast__body {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }

    .sp-toast__name {
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
    }

    .sp-toast__action {
      font-size: 12px;
      color: rgba(255,255,255,0.7);
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
    }

    .sp-toast__time {
      font-size: 11px;
      color: rgba(255,255,255,0.4);
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
    }

    /* ======================================================
       URGENCY BANNER
    ====================================================== */
    .urgency-band {
      background: linear-gradient(90deg, rgba(74,104,255,0.18), rgba(127,146,255,0.10));
      border-top: 1px solid var(--urgency-border);
      border-bottom: 1px solid var(--urgency-border);
      padding: 14px 0;
    }

    .urgency-band__inner {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .urgency-band__icon {
      font-size: 16px;
      flex-shrink: 0;
    }

    .urgency-band__text {
      font-size: 14px;
      color: rgba(255,255,255,0.8);
      flex: 1;
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
    }

    .urgency-band__text strong {
      color: #a5b4fc;
      font-weight: 700;
    }

    .urgency-band__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 16px;
      border-radius: 999px;
      background: var(--brand);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      flex-shrink: 0;
      transition: transform 0.2s ease, background 0.2s ease;
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
      text-decoration: none;
    }

    .urgency-band__cta:hover {
      background: #3a58ef;
      transform: translateY(-1px);
    }

    /* ======================================================
       SCROLL REVEAL ANIMATIONS
    ====================================================== */
    .reveal-item {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .reveal-item.is-visible {
      opacity: 1;
      transform: none;
    }

    .reveal-item:nth-child(2) { transition-delay: 0.1s; }
    .reveal-item:nth-child(3) { transition-delay: 0.2s; }
    .reveal-item:nth-child(4) { transition-delay: 0.3s; }
    .reveal-item:nth-child(5) { transition-delay: 0.35s; }

    /* ======================================================
       MOBILE FLOATING CTA — 통합 (PC=흰 pill, Mobile=브랜드 바)
       기본: display:none !important
       .is-floating-active 시 PC/Mobile 각각 노출
    ====================================================== */
    .mobile-floating-cta {
      display: none !important;
      position: fixed;
      z-index: 900;
    }

    /* PC: 흰 frosted-glass pill, 우하단 */
    .mobile-floating-cta.is-floating-active {
      display: inline-flex !important;
      right: 20px;
      left: auto;
      bottom: 24px;
      align-items: center;
      gap: 10px;
      min-height: 56px;
      padding: 10px 18px 10px 12px;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.96);
      color: #161a22;
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(230, 234, 244, 0.9);
      pointer-events: auto;
      text-decoration: none;
    }

    .mobile-floating-cta img {
      width: 28px;
      height: 28px;
      border-radius: 8px;
      object-fit: contain;
      flex-shrink: 0;
    }

    .mobile-floating-cta strong {
      display: block;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.3;
      color: #161a22;
    }

    .mobile-floating-cta span {
      display: block;
      font-size: 11px;
      color: #5f6878;
      line-height: 1.3;
    }

    /* Mobile: 전폭 브랜드 바, 하단 */
    @media (max-width: 760px) {
      .mobile-floating-cta.is-floating-active {
        display: flex !important;
        right: 16px;
        left: 16px;
        bottom: 20px;
        border-radius: 16px;
        background: var(--brand) !important;
        padding: 14px 18px;
        box-shadow: 0 16px 40px rgba(74, 104, 255, 0.4) !important;
        border: none !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }

      .mobile-floating-cta strong {
        color: #fff;
        font-size: 14px;
      }

      .mobile-floating-cta span {
        color: rgba(255, 255, 255, 0.75);
        font-size: 12px;
      }
    }

    /* ──────────────────────────────────────────────────────
       category-utility 모바일 항상 숨김 (tabs만 노출)
    ────────────────────────────────────────────────────── */
    @media (max-width: 760px) {
      .sticky-category-shell .category-utility {
        display: none !important;
      }
    }

    /* ======================================================
       ICON SYMBOL VISIBILITY FIX
       — 단색 기호 아이콘이 배경색에 묻히지 않도록 명시적 색상 지정
    ====================================================== */
    .phi-icon, .f-icon, .p-icon, .s-icon,
    .eval-icon, .principle-icon, .c-icon, .t-ic {
      color: var(--brand);
    }
    /* 다크 섹션 내 아이콘: 라이트 브랜드 컬러 */
    .section-dark .phi-icon,
    .section-dark .eval-icon,
    .section-dark .principle-icon { color: var(--brand-2); }

    /* SP Toast: 상담 패널 있을 때 왼쪽 배치 (PC) */
    @media (min-width: 761px) {
      body.has-consult-panel .sp-layer {
        right: auto;
        left: 24px;
      }
      body.has-consult-panel .sp-toast.is-hidden {
        transform: translateY(-8px) translateX(-8px);
      }
    }


    /* ======================================================
       CONSULT PANEL — 공통 상담 신청 패널
       PC: 우측 고정 슬라이드 패널 (기본 열림)
       Mobile: 하단 시트 (floating CTA 클릭 시 열림)
    ====================================================== */

    /* 오버레이 */
    .cp-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.48);
      z-index: 490;
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
    }
    .cp-overlay.cp-ov--show { display: block; }

    /* 패널 본체 */
    .cp {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateX(calc(100% + 1px)) translateY(-50%);
      width: 340px;
      max-height: calc(100vh - 40px);
      z-index: 500;
      background: #fff;
      border-radius: 20px 0 0 20px;
      box-shadow: -6px 0 48px rgba(0, 0, 0, 0.14);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1);
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
    }
    .cp.cp--open {
      transform: translateX(0) translateY(-50%);
    }

    /* Header */
    .cp__hd {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 14px 18px;
      border-bottom: 1px solid #f0f2f7;
      flex-shrink: 0;
      background: #fff;
    }
    .cp__hd-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #4a68ff;
      flex-shrink: 0;
      animation: cp-dot-pulse 2s ease infinite;
    }
    @keyframes cp-dot-pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.55; transform: scale(1.2); }
    }
    .cp__hd-title {
      flex: 1;
      font-size: 14px;
      font-weight: 800;
      color: #17191f;
    }
    .cp__hd-min {
      width: 26px; height: 26px;
      border: none; border-radius: 7px;
      background: #f5f6fb; color: #6e7687;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s, color 0.2s;
      flex-shrink: 0;
    }
    .cp__hd-min:hover { background: #eef0ff; color: #4a68ff; }

    /* Body */
    .cp__bd {
      flex: 1; overflow-y: auto;
      padding: 18px;
      scrollbar-width: thin;
      scrollbar-color: #e5e8ef transparent;
    }
    .cp__bd::-webkit-scrollbar { width: 4px; }
    .cp__bd::-webkit-scrollbar-thumb { background: #e5e8ef; border-radius: 4px; }

    /* 빠른 연결 버튼 */
    .cp__quick { display: flex; gap: 8px; margin-bottom: 16px; }
    .cp__qbtn {
      flex: 1;
      display: inline-flex; align-items: center; justify-content: center; gap: 6px;
      min-height: 38px; border-radius: 10px;
      font-size: 12px; font-weight: 700;
      text-decoration: none; cursor: pointer;
      border: none;
      transition: opacity 0.2s, transform 0.2s;
    }
    .cp__qbtn:hover { transform: translateY(-1px); opacity: 0.88; }
    .cp__qbtn--call { background: #f5f6fb; color: #17191f; border: 1px solid #e5e8ef; }
    .cp__qbtn--kakao { background: #FEE500; color: #3A1D1D; }

    /* 구분선 */
    .cp__sep {
      display: flex; align-items: center; gap: 8px;
      margin-bottom: 16px; color: #c0c8d8; font-size: 11px;
    }
    .cp__sep::before, .cp__sep::after { content: ""; flex: 1; height: 1px; background: #f0f2f7; }

    /* 폼 */
    .cp__form { display: flex; flex-direction: column; gap: 10px; }
    .cp__field { display: flex; flex-direction: column; gap: 4px; }
    .cp__lbl { font-size: 11px; font-weight: 700; color: #6e7687; }
    .cp__lbl em { color: #4a68ff; font-style: normal; }
    .cp__inp, .cp__ta {
      width: 100%; padding: 9px 11px;
      border: 1.5px solid #e5e8ef; border-radius: 9px;
      font-size: 13px; font-family: inherit; color: #17191f;
      background: #fff; outline: none;
      transition: border-color 0.2s;
      box-sizing: border-box;
    }
    .cp__inp:focus, .cp__ta:focus { border-color: #4a68ff; }
    .cp__inp::placeholder, .cp__ta::placeholder { color: #c0c8d8; }
    .cp__ta { resize: vertical; min-height: 68px; line-height: 1.5; }

    /* 개인정보 동의 */
    .cp__consent {
      display: flex; align-items: flex-start; gap: 8px; cursor: pointer;
      padding: 9px 11px;
      background: #f8f9fc; border-radius: 9px; border: 1.5px solid #e5e8ef;
      font-size: 11px; line-height: 1.6; color: #6e7687;
    }
    .cp__consent input[type="checkbox"] {
      width: 14px; height: 14px; margin-top: 2px;
      accent-color: #4a68ff; flex-shrink: 0; cursor: pointer;
    }
    .cp__consent strong { display: block; font-size: 12px; color: #17191f; margin-bottom: 1px; }

    /* 제출 버튼 */
    .cp__sub {
      width: 100%; min-height: 42px; border: none; border-radius: 11px;
      background: #4a68ff; color: #fff;
      font-size: 14px; font-weight: 800; font-family: inherit;
      cursor: pointer; margin-top: 2px;
      transition: background 0.2s, transform 0.2s;
    }
    .cp__sub:hover { background: #3a58ef; transform: translateY(-1px); }
    .cp__sub:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
    .cp__note { text-align: center; font-size: 11px; color: #b0b7c3; margin: 4px 0 0; }

    /* 완료 상태 */
    .cp__done {
      display: none; flex-direction: column; align-items: center;
      text-align: center; gap: 8px; padding: 16px 0;
    }
    .cp__done-ico {
      width: 48px; height: 48px; border-radius: 50%;
      background: #eef2ff; color: #4a68ff; font-size: 22px; font-weight: 800;
      display: flex; align-items: center; justify-content: center; margin-bottom: 4px;
    }
    .cp__done strong { font-size: 15px; color: #17191f; }
    .cp__done p { font-size: 13px; color: #6e7687; line-height: 1.7; margin: 0; }
    .cp__done .cp__qbtn { width: 100%; margin-top: 8px; }

    /* PC 탭 트리거 (패널 닫힘 시) */
    .cp-tab {
      position: fixed;
      right: 0; top: 50%; z-index: 499;
      transform: translateY(-50%);
      background: #4a68ff; color: #fff; border: none;
      border-radius: 10px 0 0 10px;
      padding: 18px 10px;
      cursor: pointer;
      font-size: 12px; font-weight: 800; letter-spacing: 0.06em;
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      box-shadow: -2px 0 14px rgba(74, 104, 255, 0.3);
      transition: background 0.2s;
      display: flex; align-items: center; gap: 3px;
    }
    .cp-tab:hover { background: #3a58ef; }
    .cp-tab.cp-tab--hidden { display: none !important; }

    /* 모바일: 하단 시트 */
    @media (max-width: 760px) {
      .cp-tab { display: none !important; }
      .cp {
        top: auto; bottom: 0; left: 0; right: 0;
        width: 100%; max-height: 88vh;
        border-radius: 24px 24px 0 0;
        transform: translateY(100%);
      }
      .cp.cp--open { transform: translateY(0); }

      /* 모바일: 패널 열려있을 때 플로팅 버튼 숨김 */
      body.cp-is-open .mobile-floating-cta { display: none !important; }
    }

    /* 상담창 이미 열림 힌트 토스트 */
    .cp-hint-toast {
      position: fixed;
      bottom: 28px;
      left: 50%;
      transform: translateX(-50%) translateY(14px);
      background: rgba(23, 25, 31, 0.96);
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.55;
      padding: 11px 20px;
      border-radius: 26px;
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
      z-index: 600;
      opacity: 0;
      transition: opacity 0.26s ease, transform 0.26s ease;
      pointer-events: none;
      white-space: pre-line;
      text-align: center;
      font-family: "Pretendard", "Noto Sans KR", sans-serif;
    }
    .cp-hint-toast.is-visible {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
    /* ── wrap 모바일 패딩 ── */
    @media (max-width: 760px) {
      .wrap { padding: 0 16px !important; }
      .section-dark,
      .section-light,
      .section-panel { padding: 56px 0; }
      h1 { word-break: keep-all; }
      h2 { word-break: keep-all; }
      p  { word-break: keep-all; }
    }
