/* ══════════════════════════════════════
       SERVICES HERO
    ══════════════════════════════════════ */
    .services-hero {
      min-height: 68vh; display: flex; align-items: flex-end;
      position: relative; overflow: hidden;
      padding-top: var(--nav-height);
    }
    .sh-bg {
      position: absolute; inset: 0; z-index: 0;
      background: url('https://hopebridgewellnesscenter.com/assets/images/office.jpeg?w=1920&q=85') center/cover no-repeat;
    }
    .sh-overlay {
      position: absolute; inset: 0; z-index: 1;
      background: linear-gradient(155deg, rgba(13,31,60,0.96) 0%, rgba(13,31,60,0.82) 55%, rgba(27,94,59,0.55) 100%);
    }
    .sh-pattern {
      position: absolute; inset: 0; z-index: 2;
      background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0);
      background-size: 40px 40px;
    }
    .sh-content {
      position: relative; z-index: 3;
      padding: 80px 60px 90px; max-width: 820px;
    }
    .hero-breadcrumb {
      display: flex; align-items: center; gap: 10px;
      font-size: 0.75rem; color: rgba(255,255,255,0.45); letter-spacing: 1px; margin-bottom: 28px;
    }
    .hero-breadcrumb a { color: rgba(255,255,255,0.45); transition: color var(--t); }
    .hero-breadcrumb a:hover { color: var(--gold); }
    .hero-breadcrumb span { color: var(--gold); }
    .hero-breadcrumb i { font-size: 0.6rem; opacity: 0.5; }
    .sh-eyebrow {
      display: inline-flex; align-items: center; gap: 10px;
      background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.35);
      padding: 7px 18px; color: var(--gold); font-size: 0.72rem;
      letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; margin-bottom: 28px;
    }
    .services-hero h1 {
      font-size: clamp(3rem,6vw,5.5rem); font-weight: 300;
      color: var(--white); line-height: 1.0; margin-bottom: 24px;
    }
    .services-hero h1 em { font-style: italic; font-weight: 700; color: var(--gold); }
    .sh-desc {
      font-size: 1.1rem; color: rgba(255,255,255,0.68);
      max-width: 560px; font-weight: 300; line-height: 1.85; margin-bottom: 44px;
    }
    .sh-actions { display: flex; gap: 14px; flex-wrap: wrap; }
    .sh-btn-primary {
      display: inline-flex; align-items: center; gap: 10px; padding: 15px 36px;
      background: linear-gradient(135deg, var(--jungle), var(--jungle-light));
      color: var(--white); font-weight: 600; font-size: 0.93rem;
      box-shadow: 0 8px 28px rgba(27,94,59,0.5); transition: all var(--t);
    }
    .sh-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(27,94,59,0.6); }
    .sh-btn-ghost {
      display: inline-flex; align-items: center; gap: 10px; padding: 15px 36px;
      border: 1.5px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.8);
      font-weight: 500; font-size: 0.93rem; transition: all var(--t);
    }
    .sh-btn-ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.45); }

    .sh-scroll {
      position: absolute; right: 60px; bottom: 40px; z-index: 3;
      display: flex; flex-direction: column; align-items: center; gap: 10px;
      color: rgba(255,255,255,0.3); font-size: 0.68rem; letter-spacing: 2.5px; text-transform: uppercase;
    }
    .sh-scroll-line { width: 1px; height: 50px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.35)); }

    /* ══════════════════════════════════════
       SERVICE NAV (sticky tab strip)
    ══════════════════════════════════════ */
    .service-nav {
      background: var(--white); border-bottom: 1px solid var(--border-light);
      position: sticky; top: var(--nav-height); z-index: 800;
      box-shadow: var(--shadow-sm);
    }
    .service-nav-inner {
      display: flex; align-items: center; gap: 0;
      padding: 0 60px; overflow-x: auto;
      scrollbar-width: none;
    }
    .service-nav-inner::-webkit-scrollbar { display: none; }
    .sn-tab {
      display: flex; align-items: center; gap: 8px;
      padding: 18px 22px; white-space: nowrap;
      font-size: 0.83rem; font-weight: 500; color: var(--text-mid);
      border-bottom: 3px solid transparent;
      transition: color var(--t), border-color var(--t);
      cursor: pointer;
    }
    .sn-tab:hover { color: var(--jungle); }
    .sn-tab.active { color: var(--jungle); border-bottom-color: var(--jungle); font-weight: 600; }
    .sn-tab i { font-size: 0.9rem; }

    /* ══════════════════════════════════════
       INTRO STRIP
    ══════════════════════════════════════ */
    .intro-strip {
      background: var(--jungle); padding: 0;
    }
    .intro-strip-inner {
      display: flex; align-items: stretch;
    }
    .is-item {
      flex: 1; padding: 32px 24px; text-align: center;
      border-right: 1px solid rgba(255,255,255,0.12);
      display: flex; flex-direction: column; align-items: center; gap: 6px;
      transition: background var(--t);
    }
    .is-item:last-child { border-right: none; }
    .is-item:hover { background: rgba(255,255,255,0.06); }
    .is-icon { font-size: 1.6rem; margin-bottom: 4px; }
    .is-label { font-size: 0.72rem; color: rgba(255,255,255,0.6); letter-spacing: 2px; text-transform: uppercase; }
    .is-val { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: var(--white); line-height: 1; }
    .is-val span { color: var(--gold); }

    /* ══════════════════════════════════════
       INDIVIDUAL COUNSELING
    ══════════════════════════════════════ */
    .svc-counseling { background: var(--white); }
    .svc-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
    }
    .svc-visual { position: relative; }
    .sv-img-wrap { position: relative; overflow: hidden; }
    .sv-img { width: 100%; height: 520px; object-fit: cover; display: block; box-shadow: var(--shadow-xl); }
    .sv-badge {
      position: absolute; top: 36px; left: -24px;
      background: var(--jungle); color: var(--white);
      padding: 18px 22px; text-align: center; box-shadow: var(--shadow-lg);
    }
    .sv-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 700; line-height: 1; display: block; }
    .sv-badge-lbl { font-size: 0.6rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,0.8); display: block; margin-top: 3px; }
    .sv-price-tag {
      position: absolute; bottom: 28px; right: -20px;
      background: var(--gold); color: var(--navy);
      padding: 16px 20px; box-shadow: var(--shadow-lg); text-align: center;
    }
    .sv-price-num { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; line-height: 1; }
    .sv-price-lbl { font-size: 0.62rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; display: block; margin-top: 3px; }
    .sv-deco { position: absolute; bottom: 60px; left: -14px; width: 56px; height: 2px; background: var(--gold); }

    .svc-content {}
    .issues-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 28px;
    }
    .issue-item {
      display: flex; align-items: center; gap: 10px;
      font-size: 0.86rem; color: var(--text-mid); padding: 10px 14px;
      background: var(--jungle-pale); border-left: 3px solid var(--jungle);
      transition: all var(--t);
    }
    .issue-item:hover { background: var(--jungle); color: var(--white); }
    .issue-item i { color: var(--jungle); font-size: 0.8rem; transition: color var(--t); flex-shrink: 0; }
    .issue-item:hover i { color: var(--white); }

    .expect-list { display: flex; flex-direction: column; gap: 14px; margin: 24px 0 32px; }
    .expect-item { display: flex; gap: 16px; align-items: flex-start; }
    .ei-num {
      font-family: 'Cormorant Garamond', serif; font-size: 1.6rem;
      font-weight: 700; color: var(--jungle); line-height: 1;
      min-width: 36px; flex-shrink: 0;
    }
    .ei-body h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: var(--navy); margin-bottom: 3px; }
    .ei-body p { font-size: 0.84rem; color: var(--text-mid); line-height: 1.65; }

    .svc-book-btn {
      display: inline-flex; align-items: center; gap: 10px; padding: 15px 36px;
      background: linear-gradient(135deg, var(--jungle), var(--jungle-light));
      color: var(--white); font-weight: 600; font-size: 0.93rem;
      box-shadow: 0 6px 24px rgba(27,94,59,0.4); transition: all var(--t);
    }
    .svc-book-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(27,94,59,0.5); }

    /* ══════════════════════════════════════
       SERVICES GRID (cards approach)
    ══════════════════════════════════════ */
    .svc-cards-section { background: var(--cream); }
    .svc-cards-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px;
    }
    .svc-card {
      background: var(--white); overflow: hidden;
      box-shadow: var(--shadow-sm); position: relative;
      transition: all var(--t);
    }
    .svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
    .svc-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0;
      height: 4px; background: var(--jungle); transition: height var(--t);
    }
    .svc-card:hover::before { height: 5px; }
    .svc-card:nth-child(2)::before { background: var(--gold); }
    .svc-card:nth-child(3)::before { background: var(--navy); }

    .svc-card-img { height: 200px; overflow: hidden; position: relative; }
    .svc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); filter: brightness(0.92); }
    .svc-card:hover .svc-card-img img { transform: scale(1.06); filter: brightness(1); }
    .svc-card-img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(13,31,60,0.5) 0%, transparent 60%);
    }
    .svc-card-icon {
      position: absolute; bottom: 14px; left: 18px;
      width: 44px; height: 44px; background: var(--jungle);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem; color: var(--white);
      box-shadow: var(--shadow-md);
    }
    .svc-card:nth-child(2) .svc-card-icon { background: var(--gold-dark); }
    .svc-card:nth-child(3) .svc-card-icon { background: var(--navy); }

    .svc-card-body { padding: 28px 26px; }
    .svc-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.45rem; font-weight: 600; color: var(--navy); margin-bottom: 10px;
    }
    .svc-card-desc { font-size: 0.86rem; color: var(--text-mid); line-height: 1.72; margin-bottom: 16px; }
    .svc-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
    .svc-card-tag {
      font-size: 0.7rem; padding: 4px 10px; font-weight: 600;
      background: var(--jungle-pale); color: var(--jungle); letter-spacing: 0.3px;
    }
    .svc-card:nth-child(2) .svc-card-tag { background: rgba(201,168,76,0.12); color: var(--gold-dark); }
    .svc-card:nth-child(3) .svc-card-tag { background: var(--navy-light); color: var(--navy-mid); }
    .svc-card-footer {
      display: flex; align-items: center; justify-content: space-between;
      padding: 16px 26px; border-top: 1px solid var(--border-light);
      background: var(--cream);
    }
    .svc-card-price { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--jungle); }
    .svc-card-price span { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; color: var(--text-light); font-weight: 400; }
    .svc-card-btn {
      display: inline-flex; align-items: center; gap: 7px;
      padding: 9px 18px; background: var(--jungle-pale); color: var(--jungle);
      font-size: 0.8rem; font-weight: 600; border: 1.5px solid var(--border);
      transition: all var(--t);
    }
    .svc-card-btn:hover { background: var(--jungle); color: var(--white); border-color: var(--jungle); }
    .svc-card:nth-child(2) .svc-card-btn { background: rgba(201,168,76,0.12); color: var(--gold-dark); border-color: rgba(201,168,76,0.3); }
    .svc-card:nth-child(2) .svc-card-btn:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
    .svc-card:nth-child(3) .svc-card-btn { background: var(--navy-light); color: var(--navy); border-color: rgba(13,31,60,0.15); }
    .svc-card:nth-child(3) .svc-card-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

    /* ══════════════════════════════════════
       COUNSELING SECTION (full detail)
    ══════════════════════════════════════ */
    .svc-full { padding: 100px 0; }
    .svc-full:nth-of-type(even) { background: var(--navy-light); }
    .svc-full.alt-bg { background: var(--jungle-pale); }

    /* ══════════════════════════════════════
       LARGE SERVICE DETAIL CARDS
    ══════════════════════════════════════ */
    .svc-detail-wrap {
      display: grid; grid-template-columns: 5fr 4fr;
      gap: 72px; align-items: start; padding: 80px 0;
    }
    .svc-detail-wrap.reverse { grid-template-columns: 4fr 5fr; }
    .svc-detail-wrap.reverse .svc-detail-content { order: 2; }
    .svc-detail-wrap.reverse .svc-detail-aside { order: 1; }

    .svc-detail-content {}
    .svc-detail-aside {
      position: sticky; top: calc(var(--nav-height) + 80px);
    }
    .svc-aside-card {
      background: var(--white); box-shadow: var(--shadow-md);
      overflow: hidden; border-top: 5px solid var(--jungle);
    }
    .sac-img { height: 220px; overflow: hidden; }
    .sac-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .sac-body { padding: 28px; }
    .sac-price-row {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border-light);
    }
    .sac-price {
      font-family: 'Cormorant Garamond', serif; font-size: 2rem;
      font-weight: 700; color: var(--jungle); line-height: 1;
    }
    .sac-price small { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 400; color: var(--text-light); display: block; }
    .sac-duration {
      font-size: 0.8rem; color: var(--text-mid); text-align: right;
    }
    .sac-duration strong { display: block; font-size: 1rem; color: var(--navy); font-family: 'Cormorant Garamond', serif; }
    .sac-checklist { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
    .sac-check { display: flex; align-items: center; gap: 10px; font-size: 0.84rem; color: var(--text-mid); }
    .sac-check i { color: var(--jungle); font-size: 0.75rem; flex-shrink: 0; }
    .sac-book-btn {
      display: flex; align-items: center; justify-content: center; gap: 10px;
      padding: 14px; background: linear-gradient(135deg, var(--jungle), var(--jungle-light));
      color: var(--white); font-weight: 600; font-size: 0.92rem;
      box-shadow: 0 6px 20px rgba(27,94,59,0.35); transition: all var(--t); width: 100%;
    }
    .sac-book-btn:hover { box-shadow: 0 10px 28px rgba(27,94,59,0.5); transform: translateY(-2px); }
    .sac-wa-btn {
      display: flex; align-items: center; justify-content: center; gap: 10px;
      padding: 12px; background: rgba(37,211,102,0.1); color: #128C7E;
      font-weight: 600; font-size: 0.85rem; margin-top: 10px;
      border: 1.5px solid rgba(37,211,102,0.25); transition: all var(--t); width: 100%;
    }
    .sac-wa-btn:hover { background: #25D366; color: var(--white); border-color: #25D366; }

    /* Section dividers */
    .svc-divider {
      border: none; height: 1px; background: var(--border-light); margin: 32px 0;
    }

    .approaches-list { display: flex; flex-direction: column; gap: 14px; margin: 24px 0; }
    .approach-chip {
      display: flex; align-items: flex-start; gap: 16px;
      padding: 16px 20px; background: var(--cream);
      border-left: 4px solid var(--jungle); transition: all var(--t);
      box-shadow: var(--shadow-sm);
    }
    .approach-chip:hover { border-left-color: var(--gold); transform: translateX(4px); }
    .ac-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
    .ac-body h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
    .ac-body p { font-size: 0.83rem; color: var(--text-mid); line-height: 1.65; }

    /* ══════════════════════════════════════
       MENTORSHIP SECTION
    ══════════════════════════════════════ */
    .mentorship-section { background: var(--navy); position: relative; overflow: hidden; }
    .mentorship-section::before {
      content: ''; position: absolute; inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.025) 1px, transparent 0);
      background-size: 40px 40px;
    }
    .mentorship-section .container { position: relative; }
    .mentorship-section .section-title { color: var(--white); }
    .mentorship-section .section-title em { color: var(--gold); }
    .mentorship-section .section-desc { color: rgba(255,255,255,0.65); }
    .mentorship-section .section-label { color: var(--gold); }
    .mentorship-section .section-label::before { background: var(--gold); }

    .mentor-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 50px; }
    .mentor-card {
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09);
      padding: 32px 28px; position: relative; overflow: hidden;
      transition: all var(--t);
    }
    .mentor-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--jungle); }
    .mentor-card:nth-child(2)::before { background: var(--gold); }
    .mentor-card:nth-child(3)::before { background: var(--navy-mid); }
    .mentor-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-6px); }
    .mc-icon { font-size: 2rem; margin-bottom: 16px; }
    .mc-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: var(--white); margin-bottom: 10px; }
    .mc-desc { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 20px; }
    .mc-list { display: flex; flex-direction: column; gap: 7px; }
    .mc-list li { display: flex; align-items: center; gap: 9px; font-size: 0.82rem; color: rgba(255,255,255,0.7); }
    .mc-list li i { color: var(--gold); font-size: 0.7rem; flex-shrink: 0; }

    /* ══════════════════════════════════════
       TALKS & TRAININGS
    ══════════════════════════════════════ */
    .talks-section { background: var(--cream); }
    .talks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .talks-items { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
    .talk-item {
      display: flex; gap: 18px; align-items: flex-start;
      padding: 18px 20px; background: var(--white); box-shadow: var(--shadow-sm);
      border-left: 4px solid transparent; transition: all var(--t);
    }
    .talk-item:hover { border-left-color: var(--jungle); transform: translateX(6px); box-shadow: var(--shadow-md); }
    .ti-icon {
      width: 46px; height: 46px; background: var(--jungle-pale);
      display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0;
      transition: background var(--t);
    }
    .talk-item:hover .ti-icon { background: var(--jungle); }
    .ti-body h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
    .ti-body p { font-size: 0.83rem; color: var(--text-mid); line-height: 1.65; }
    .talks-visual { position: relative; }
    .talks-img-wrap { position: relative; overflow: hidden; box-shadow: var(--shadow-xl); }
    .talks-img { width: 100%; height: 480px; object-fit: cover; display: block; }
    .talks-img-quote {
      position: absolute; bottom: -24px; left: -24px;
      background: var(--jungle); color: var(--white); padding: 24px 28px; max-width: 260px; box-shadow: var(--shadow-lg);
    }
    .talks-img-quote p {
      font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; font-weight: 600; line-height: 1.5; color: var(--white); margin-bottom: 8px;
    }
    .talks-img-quote cite { font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); font-style: normal; font-weight: 600; }

    /* ══════════════════════════════════════
       PSYCHO-EDUCATION
    ══════════════════════════════════════ */
    .psycho-section { background: var(--white); }
    .psycho-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 50px; }
    .psycho-card {
      padding: 36px 28px; background: var(--cream);
      position: relative; overflow: hidden; transition: all var(--t);
      box-shadow: var(--shadow-sm); border-bottom: 3px solid transparent;
    }
    .psycho-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-bottom-color: var(--jungle); }
    .pc-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--jungle-pale); line-height: 1; margin-bottom: 12px; }
    .pc-icon { font-size: 1.8rem; margin-bottom: 14px; display: block; }
    .pc-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
    .pc-desc { font-size: 0.85rem; color: var(--text-mid); line-height: 1.72; }

    /* ══════════════════════════════════════
       PRICING TABLE
    ══════════════════════════════════════ */
    .pricing-section { background: var(--cream); }
    .pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 56px; }
    .pricing-card {
      background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden;
      transition: all var(--t); position: relative;
    }
    .pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
    .pricing-card.featured {
      border: 2px solid var(--jungle);
      transform: translateY(-8px);
      box-shadow: var(--shadow-xl);
    }
    .pricing-card.featured:hover { transform: translateY(-14px); }
    .pc-header {
      padding: 28px 24px 20px; background: var(--jungle-pale);
      border-bottom: 1px solid var(--border);
    }
    .pricing-card.featured .pc-header { background: var(--jungle); }
    .pc-featured-badge {
      display: inline-block; background: var(--gold); color: var(--navy);
      font-size: 0.62rem; letter-spacing: 1.5px; text-transform: uppercase;
      font-weight: 700; padding: 3px 10px; margin-bottom: 10px;
    }
    .pc-name { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
    .pricing-card.featured .pc-name { color: var(--white); }
    .pc-tagline { font-size: 0.78rem; color: var(--text-mid); }
    .pricing-card.featured .pc-tagline { color: rgba(255,255,255,0.7); }
    .pc-body { padding: 24px; }
    .pc-price { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; color: var(--jungle); line-height: 1; margin-bottom: 4px; }
    .pc-price span { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 400; color: var(--text-light); }
    .pc-duration { font-size: 0.78rem; color: var(--text-light); margin-bottom: 20px; }
    .pc-features { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
    .pc-feature { display: flex; align-items: center; gap: 9px; font-size: 0.83rem; color: var(--text-mid); }
    .pc-feature i { color: var(--jungle); font-size: 0.72rem; flex-shrink: 0; }
    .pc-book-btn {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      padding: 12px; background: var(--jungle-pale); color: var(--jungle);
      font-size: 0.85rem; font-weight: 600; border: 1.5px solid var(--border);
      width: 100%; transition: all var(--t);
    }
    .pc-book-btn:hover { background: var(--jungle); color: var(--white); border-color: var(--jungle); }
    .pricing-card.featured .pc-book-btn {
      background: var(--jungle); color: var(--white); border-color: var(--jungle);
    }
    .pricing-card.featured .pc-book-btn:hover { background: var(--jungle-light); }

    /* ══════════════════════════════════════
       FAQ SECTION
    ══════════════════════════════════════ */
    .faq-section { background: var(--white); }
    .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
    .faq-list { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }
    .faq-item { border-bottom: 1px solid var(--border-light); }
    .faq-q {
      width: 100%; display: flex; align-items: center; justify-content: space-between;
      padding: 20px 0; font-size: 0.95rem; font-weight: 600; color: var(--navy);
      cursor: pointer; gap: 16px; text-align: left; font-family: inherit;
      background: none; border: none; transition: color var(--t);
    }
    .faq-q:hover { color: var(--jungle); }
    .faq-q[aria-expanded="true"] { color: var(--jungle); }
    .faq-icon {
      width: 28px; height: 28px; background: var(--jungle-pale); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.72rem; color: var(--jungle); flex-shrink: 0;
      transition: background var(--t), transform 0.4s var(--ease);
    }
    .faq-q[aria-expanded="true"] .faq-icon { background: var(--jungle); color: var(--white); transform: rotate(45deg); }
    .faq-a {
      overflow: hidden; max-height: 0;
      transition: max-height 0.4s var(--ease), opacity 0.3s var(--ease);
      opacity: 0;
    }
    .faq-a.open { max-height: 300px; opacity: 1; }
    .faq-a-inner { padding: 0 0 20px; font-size: 0.88rem; color: var(--text-mid); line-height: 1.78; }
    .faq-aside { position: sticky; top: calc(var(--nav-height) + 60px); }
    .faq-contact-card {
      background: linear-gradient(145deg, var(--jungle), var(--navy));
      padding: 44px 36px; color: var(--white);
      position: relative; overflow: hidden;
    }
    .faq-contact-card::before {
      content: ''; position: absolute; inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
      background-size: 28px 28px;
    }
    .faq-contact-card > * { position: relative; z-index: 1; }
    .fcc-icon { font-size: 2.8rem; margin-bottom: 16px; }
    .fcc-title { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--white); margin-bottom: 12px; }
    .fcc-desc { font-size: 0.87rem; color: rgba(255,255,255,0.65); line-height: 1.75; margin-bottom: 28px; }
    .fcc-actions { display: flex; flex-direction: column; gap: 10px; }
    .fcc-btn {
      display: flex; align-items: center; justify-content: center; gap: 10px;
      padding: 13px 24px; font-size: 0.88rem; font-weight: 600; transition: all var(--t);
    }
    .fcc-btn.primary { background: var(--gold); color: var(--navy); }
    .fcc-btn.primary:hover { background: var(--gold-light); }
    .fcc-btn.ghost { background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.25); color: var(--white); }
    .fcc-btn.ghost:hover { background: rgba(255,255,255,0.2); }

    /* ══════════════════════════════════════
       CTA STRIP
    ══════════════════════════════════════ */
    .services-cta {
      background: linear-gradient(135deg, var(--jungle), var(--navy));
      position: relative; overflow: hidden;
    }
    .services-cta::before {
      content: ''; position: absolute; inset: 0;
      background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
      background-size: 36px 36px;
    }
    .cta-inner {
      position: relative; display: flex; align-items: center;
      justify-content: space-between; gap: 40px; flex-wrap: wrap; padding: 70px 60px;
    }
    .cta-text h2 {
      font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3.5vw,2.8rem);
      font-weight: 600; color: var(--white); line-height: 1.15; margin-bottom: 12px;
    }
    .cta-text h2 em { font-style: italic; color: var(--gold); }
    .cta-text p { font-size: 0.95rem; color: rgba(255,255,255,0.65); max-width: 480px; line-height: 1.8; }
    .cta-actions { display: flex; gap: 14px; flex-shrink: 0; flex-wrap: wrap; }
    .cta-btn-primary {
      display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px;
      background: var(--gold); color: var(--navy); font-weight: 700; font-size: 0.93rem; transition: all var(--t);
    }
    .cta-btn-primary:hover { background: var(--gold-light); transform: translateY(-3px); }
    .cta-btn-ghost {
      display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px;
      border: 1.5px solid rgba(255,255,255,0.3); color: var(--white);
      font-weight: 500; font-size: 0.93rem; transition: all var(--t);
    }
    .cta-btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.55); }
    
    /* ══════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════ */
    @media (max-width: 1200px) {
      .pricing-grid { grid-template-columns: repeat(2,1fr); }
      .svc-detail-wrap { gap: 48px; }
    }
    @media (max-width: 1024px) {
      .container { padding: 0 40px; }
      .nav-inner { padding: 0 40px; }
      .footer-inner { padding: 0 40px; }
      .cta-inner { padding: 60px 40px; }
      .svc-grid { grid-template-columns: 1fr; }
      .svc-visual { display: none; }
      .talks-grid { grid-template-columns: 1fr; }
      .talks-visual { display: none; }
      .svc-detail-wrap { grid-template-columns: 1fr; }
      .svc-detail-wrap.reverse { grid-template-columns: 1fr; }
      .svc-detail-wrap.reverse .svc-detail-content,
      .svc-detail-wrap.reverse .svc-detail-aside { order: unset; }
      .svc-detail-aside { position: static; }
      .faq-grid { grid-template-columns: 1fr; }
      .faq-aside { position: static; }
      .mentor-cards { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }
    @media (max-width: 768px) {
      .container { padding: 0 24px; }
      .nav-inner { padding: 0 24px; }
      .footer-inner { padding: 0 24px; }
      .section { padding: 72px 0; }
      .nav-menu, .nav-right .nav-phone { display: none; }
      .hamburger { display: flex; }
      .announcement-bar { padding: 10px 24px; }
      .sh-content { padding: 60px 24px 80px; }
      .sh-actions { flex-direction: column; }
      .service-nav-inner { padding: 0 24px; }
      .svc-cards-grid { grid-template-columns: 1fr; }
      .mentor-cards { grid-template-columns: 1fr; }
      .psycho-grid { grid-template-columns: 1fr 1fr; }
      .pricing-grid { grid-template-columns: 1fr; }
      .pricing-card.featured { transform: none; }
      .issues-grid { grid-template-columns: 1fr; }
      .cta-inner { flex-direction: column; padding: 52px 24px; }
      .footer-grid { grid-template-columns: 1fr; }
      .newsletter-form { flex-direction: column; width: 100%; }
      .newsletter-input { width: 100%; }
      .intro-strip-inner { flex-direction: column; }
      .is-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
    }
    @media (max-width: 480px) {
      .container { padding: 0 20px; }
      .nav-inner { padding: 0 20px; }
      .footer-inner { padding: 0 20px; }
      .section { padding: 60px 0; }
      .psycho-grid { grid-template-columns: 1fr; }
      .cta-actions { flex-direction: column; }
      .footer-bottom .footer-inner { flex-direction: column; align-items: flex-start; }
    }