@charset "utf-8";
/* =========================================================================
   ONE JOURNEY. MANY WAYS TO CONTINUE.  (interactive channel dock — Figma)
   + ALWAYS THERE. NEVER IN THE WAY.    (orchestration closing section)
   ========================================================================= */

.section-journey{ position:relative; overflow:hidden;
  background: linear-gradient(180deg, #0A0820 0%, #0C0925 55%, #09071C 100%); }
.jr-glow{ position:absolute; border-radius:50%; filter:blur(90px); pointer-events:none; z-index:0; }
.jr-glow-1{ width:780px; height:560px; left:4%; top:-180px;
  background:radial-gradient(circle, rgba(123,97,255,.45), transparent 64%);
  animation: glowFloat 12s ease-in-out infinite alternate; }
.jr-glow-2{ width:640px; height:480px; right:-80px; bottom:20px;
  background:radial-gradient(circle, rgba(80,70,229,.4), transparent 64%);
  animation: glowFloat 14s ease-in-out infinite alternate-reverse; }
@keyframes glowFloat{ 0%{ transform:translate3d(0,0,0) } 100%{ transform:translate3d(5%,4%,0) scale(1.1) } }

/* ------------------------------- LEFT INTRO ----------------------------- */
.journey-intro .journey-pill{ display:inline-block; font-size:13px; font-weight:600; color:#D9D2FF;
  background:rgba(123,97,255,.2); border:1px solid rgba(123,97,255,.42); border-radius:999px; padding:6px 16px; margin-bottom:20px; }
.journey-intro h2{ color:#fff; font-size:clamp(34px,3.4vw,52px); line-height:1.07; margin-bottom:20px; }
.journey-intro h2 .grad{ background:linear-gradient(100deg,#9C86FF 0%,#6E4DF6 100%);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.journey-intro p{ color:#A9A6C2; font-size:15px; line-height:1.65; max-width:340px; margin:0; }

/* ----------------------- CENTER STAGE (channel boards = hero) ----------- */
.journey-stagecol{ position:relative; }
.journey-board-stage{ position:relative; width:100%; aspect-ratio:832 / 608; container-type:inline-size;
  border-radius:24px; overflow:hidden; border:1px solid rgba(123,97,255,.22);
  background:#0B0920; box-shadow:0 60px 150px -50px rgba(123,97,255,.5), 0 30px 80px -40px rgba(0,0,0,.85); }
.journey-board{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center;
  opacity:0; transform:scale(1.035); transition:opacity .6s ease, transform 6s ease; }
.journey-board.is-active{ opacity:1; transform:scale(1); z-index:1; }

/* raster scene board (full Figma composition exported to webp) */
.jb-scene{ overflow:hidden; background:#0B0920; }
.jb-scene img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; display:block; }

/* live (HTML/CSS) channel board — crisp frosted-glass overlays (sizes in cqw scale with the stage) */
.jb-live{ overflow:hidden; background:radial-gradient(130% 120% at 80% 28%, #1B1742 0%, #0C0A24 52%, #07061A 100%); transform:none; }
/* photo fills the whole board so the glass has real content to refract */
.jb-photo{ position:absolute; inset:0; }
.jb-photo img{ width:100%; height:100%; object-fit:cover; object-position:64% 28%; }
.jb-photo::after{ content:""; position:absolute; inset:0;
  background:
    linear-gradient(103deg, rgba(8,6,22,.9) 0%, rgba(8,6,22,.58) 30%, rgba(8,6,22,.14) 58%, rgba(8,6,22,0) 82%),
    linear-gradient(0deg, rgba(8,6,22,.7) 0%, rgba(8,6,22,0) 40%); }
/* frosted-glass cards (Apple-style: heavy blur + vibrancy + specular edges) */
.jb-ad, .jb-foot{ position:absolute; z-index:3; color:#F2F0FF; overflow:hidden;
  background:rgba(22,17,50,.34);
  -webkit-backdrop-filter:blur(34px) saturate(1.9) brightness(1.08);
  backdrop-filter:blur(34px) saturate(1.9) brightness(1.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 4cqw 9cqw -3.5cqw rgba(0,0,0,.6),
             inset 0 1px 0 rgba(255,255,255,.3),
             inset 0 0 2cqw rgba(160,140,255,.06); }
.jb-ad::before, .jb-foot::before{ content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none; z-index:0;
  background:linear-gradient(140deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.03) 24%, rgba(255,255,255,0) 48%); }
.jb-ad > *, .jb-foot > *{ position:relative; z-index:1; }
.jb-ad{ left:2.6cqw; top:4.4cqw; width:44cqw; border-radius:2.3cqw; padding:2.4cqw 2.5cqw 2.7cqw; }
.jb-ad-head{ display:flex; align-items:center; gap:1.2cqw; margin-bottom:2.1cqw; }
.jb-badge{ width:4cqw; height:4cqw; flex:0 0 auto; border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:1.8cqw; font-weight:700; color:#fff; background:linear-gradient(135deg,#8B6CFF,#5B3FE0); }
.jb-ad-id{ display:flex; flex-direction:column; line-height:1.12; }
.jb-bank{ font-size:2cqw; font-weight:700; color:#fff; }
.jb-tag{ font-size:1.4cqw; color:#9C99B5; }
.jb-more{ margin-left:auto; color:#9C99B5; width:2.6cqw; height:.9cqw; }
.jb-more svg{ width:100%; }
.jb-ad-row{ display:flex; align-items:flex-start; justify-content:space-between; gap:1.6cqw; }
.jb-ad-copy h4{ font-size:3.4cqw; font-weight:800; line-height:1.05; color:#fff; margin:0 0 1.2cqw; }
.jb-ad-copy p{ font-size:1.6cqw; line-height:1.35; color:#C7C5DC; margin:0; max-width:23cqw; }
.jb-credit{ position:relative; width:13cqw; height:8.2cqw; flex:0 0 auto; border-radius:1.4cqw;
  background:linear-gradient(135deg,#2A2740,#15132A); border:1px solid rgba(255,255,255,.1); }
.jb-chip{ position:absolute; left:1.3cqw; top:1.6cqw; width:2.3cqw; height:1.7cqw; border-radius:.4cqw; background:#E4B53C; }
.jb-visa{ position:absolute; right:1.3cqw; bottom:1.2cqw; font-size:1.6cqw; font-weight:700; font-style:italic; color:#fff; }
.jb-perks{ display:flex; gap:2cqw; margin:2.4cqw 0; }
.jb-perk{ display:flex; flex-direction:column; }
.jb-pico{ color:#C9BBFF; width:2.2cqw; height:2.2cqw; margin-bottom:1cqw; }
.jb-pico svg{ width:100%; height:100%; }
.jb-perk b{ font-size:1.7cqw; color:#fff; font-weight:700; }
.jb-perk span{ font-size:1.4cqw; color:#9C99B5; }
.jb-apply{ width:100%; border:0; border-radius:1.4cqw; padding:1.6cqw; font-size:1.8cqw; font-weight:700; color:#fff;
  background:linear-gradient(135deg,#7B61FF,#5B3FE0); cursor:pointer; transition:filter .2s ease; }
.jb-apply:hover{ filter:brightness(1.1); }
.jb-foot{ left:2.6cqw; bottom:2.6cqw; width:55cqw; border-radius:2.4cqw; padding:2.2cqw 2.6cqw;
  display:flex; align-items:center; gap:2cqw; }
.jb-foot-ico{ width:6cqw; height:6cqw; flex:0 0 auto; border-radius:1.5cqw; display:flex; align-items:center; justify-content:center;
  color:#C9BBFF; background:rgba(123,97,255,.2); border:1px solid rgba(123,97,255,.36); }
.jb-foot-ico svg{ width:3.2cqw; height:3.2cqw; }
.jb-foot-txt{ display:flex; flex-direction:column; line-height:1.25; min-width:0; }
.jb-foot-txt strong{ font-size:2.7cqw; color:#fff; font-weight:700; }
.jb-foot-sub{ font-size:1.95cqw; color:#AEAEB8; }
.jb-foot-from{ display:flex; align-items:center; gap:1cqw; font-size:1.95cqw; color:#C7C5DC; margin-top:.4cqw; }
.jb-foot-from i{ width:1.2cqw; height:1.2cqw; flex:0 0 auto; border-radius:50%; background:#8B6CFF; }
.jb-foot-from b{ color:#9C86FF; font-weight:600; }

/* ===== shared surface card (Email / Web Push / SMS / WhatsApp / RCS) ===== */
.jb-surface{ position:absolute; left:2.6cqw; top:4.4cqw; z-index:3; width:44cqw; color:#F2F0FF; overflow:hidden;
  border-radius:2.3cqw; padding:2.4cqw 2.5cqw 2.6cqw;
  background:rgba(22,17,50,.34);
  -webkit-backdrop-filter:blur(34px) saturate(1.9) brightness(1.08); backdrop-filter:blur(34px) saturate(1.9) brightness(1.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 4cqw 9cqw -3.5cqw rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 2cqw rgba(160,140,255,.06); }
.jb-surface::before{ content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none; z-index:0;
  background:linear-gradient(140deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.03) 24%, rgba(255,255,255,0) 48%); }
.jb-surface > *{ position:relative; z-index:1; }
.jb-surface.light{ color:#15141f; background:rgba(252,252,255,.82);
  -webkit-backdrop-filter:blur(36px) saturate(1.7) brightness(1.3); backdrop-filter:blur(36px) saturate(1.7) brightness(1.3);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 4cqw 9cqw -3cqw rgba(30,22,70,.42), 0 0 7cqw -2.5cqw rgba(123,97,255,.38),
             inset 0 1.4px 0 rgba(255,255,255,.95), inset 0 0 5cqw rgba(255,255,255,.32); }
.jb-surface.light::before{ background:linear-gradient(150deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.12) 28%, rgba(255,255,255,0) 54%); }
.jb-badge.green{ background:linear-gradient(135deg,#3bd07a,#1ea65a); }
.jb-badge.blue{ background:linear-gradient(135deg,#3f8cff,#1f6fe0); }
.jb-time{ margin-left:auto; font-size:1.5cqw; color:#9C99B5; }

/* EMAIL */
.jb-eh{ display:flex; align-items:center; gap:1.2cqw; margin-bottom:2.1cqw; }
.jb-eh .jb-ad-id{ display:flex; flex-direction:column; line-height:1.12; }
.jb-email .jb-ad-copy h4{ margin-bottom:1.2cqw; }
.jb-email .jb-apply{ margin-top:2cqw; }
.jb-email-actions{ display:flex; justify-content:space-between; margin-top:2.2cqw; padding-top:1.8cqw; border-top:1px solid rgba(255,255,255,.1); }
.jb-email-actions span{ display:flex; flex-direction:column; align-items:center; gap:.7cqw; font-size:1.45cqw; color:#C7C5DC; }
.jb-email-actions svg{ width:2.2cqw; height:2.2cqw; }

/* WEB PUSH (light) */
.jb-push-head{ display:flex; align-items:center; gap:1.1cqw; margin-bottom:1.6cqw; }
.jb-push-head .jb-bank{ color:#1d1c2b; font-size:1.9cqw; }
.jb-chrome{ width:2.8cqw; height:2.8cqw; }
.jb-chrome svg{ width:100%; height:100%; }
.jb-push .jb-time{ color:#8a8a99; }
.jb-push-row{ display:flex; gap:1.6cqw; align-items:flex-start; }
.jb-push-row p{ font-size:1.75cqw; line-height:1.4; color:#3a3a48; margin:0; flex:1; }
.jb-push .jb-credit.dark{ width:12cqw; height:7.6cqw; background:linear-gradient(135deg,#23222e,#0e0d16); }
.jb-push-primary{ display:block; text-align:center; font-size:1.9cqw; font-weight:600; color:#2f6bff;
  margin-top:1.8cqw; padding-top:1.8cqw; border-top:1px solid rgba(0,0,0,.1); }
.jb-push-secondary{ display:block; text-align:center; font-size:1.9cqw; color:#6a6a78;
  margin-top:1.4cqw; padding-top:1.4cqw; border-top:1px solid rgba(0,0,0,.1); }
.jb-push-primary:hover{ color:#2f6bff; }
.jb-push-secondary:hover{ color:#6a6a78; }

/* SMS (light) */
.jb-sms{ width:40cqw; }
.jb-sms-head{ text-align:center; margin-bottom:1.8cqw; }
.jb-sms-av{ display:inline-flex; align-items:center; justify-content:center; width:5.2cqw; height:5.2cqw; border-radius:50%;
  background:linear-gradient(135deg,#8B6CFF,#5B3FE0); color:#fff; margin-bottom:.8cqw;
  box-shadow:0 .8cqw 2cqw -.6cqw rgba(123,97,255,.7); }
.jb-sms-av svg{ width:3.1cqw; height:3.1cqw; }
.jb-sms-name{ display:block; font-size:1.95cqw; font-weight:700; color:#15141f; }
.jb-sms-time{ display:block; font-size:1.45cqw; color:#8a8a99; margin-top:.3cqw; }
.jb-sms-bubble{ background:#ececf2; color:#16161a; font-size:1.75cqw; line-height:1.4; border-radius:2.2cqw; padding:1.7cqw 1.9cqw;
  border:1px solid rgba(255,255,255,.7); box-shadow:0 .8cqw 2cqw -.8cqw rgba(40,30,90,.18); }
.jb-sms-reply{ display:flex; justify-content:flex-end; margin-top:1.8cqw; }
.jb-sms-reply span{ background:linear-gradient(135deg,#3ad36a,#26b257); color:#fff; font-size:1.85cqw; font-weight:600;
  padding:1.2cqw 2.8cqw; border-radius:2.6cqw; box-shadow:0 .9cqw 2.2cqw -.5cqw rgba(52,199,89,.65); }

/* WHATSAPP */
.jb-wa-head{ display:flex; align-items:center; gap:1.2cqw; margin-bottom:1.6cqw; }
.jb-wa-bubble{ position:relative; background:#fff; color:#1c1c1e; font-size:1.7cqw; line-height:1.4; border-radius:1.4cqw; border-top-left-radius:.3cqw; padding:1.6cqw 1.8cqw 2.4cqw; }
.jb-wa-time{ position:absolute; right:1.4cqw; bottom:1cqw; font-size:1.3cqw; color:#8a8a99; }
.jb-wa-link{ display:inline-flex; align-items:center; gap:.6cqw; font-size:1.8cqw; font-weight:700; color:#27c46b; margin:1.8cqw 0; }
.jb-wa-link:hover{ color:#27c46b; }
.jb-wa-link svg{ width:2cqw; height:2cqw; }
.jb-wa-input{ display:flex; align-items:center; justify-content:space-between; gap:1.2cqw; background:#fff; border-radius:3cqw; padding:1.1cqw 1.1cqw 1.1cqw 2cqw; }
.jb-wa-input span:first-child{ font-size:1.7cqw; color:#9a9aa5; }
.jb-wa-mic{ width:3.6cqw; height:3.6cqw; flex:0 0 auto; border-radius:50%; background:#25D366; color:#fff; display:flex; align-items:center; justify-content:center; }
.jb-wa-mic svg{ width:2.1cqw; height:2.1cqw; }

/* RCS */
.jb-rcs-head{ display:flex; align-items:center; gap:1.2cqw; margin-bottom:1.8cqw; }
.jb-rcs-check{ width:2.2cqw; height:2.2cqw; color:#3f8cff; }
.jb-rcs-check svg{ width:100%; height:100%; }
.jb-rcs-title{ font-size:2.6cqw; font-weight:800; color:#fff; margin:0 0 .8cqw; }
.jb-rcs-sub{ font-size:1.6cqw; color:#A9A6C2; margin:0 0 2cqw; }
.jb-rcs-tiles{ display:flex; gap:1.6cqw; }
.jb-rcs-tile{ display:flex; flex-direction:column; flex:1; }
.jb-rcs-ic{ width:6cqw; height:6cqw; border-radius:1.4cqw; display:flex; align-items:center; justify-content:center; color:#fff;
  background:linear-gradient(135deg,#7B61FF,#5B3FE0); margin-bottom:1.2cqw; }
.jb-rcs-ic svg{ width:3.2cqw; height:3.2cqw; }
.jb-rcs-tile b{ font-size:1.7cqw; color:#fff; margin-bottom:.5cqw; }
.jb-rcs-tile span{ font-size:1.4cqw; color:#A9A6C2; line-height:1.3; }
.jb-rcs-dots{ display:flex; gap:1cqw; justify-content:center; margin:2cqw 0; }
.jb-rcs-dots i{ width:1.1cqw; height:1.1cqw; border-radius:50%; background:rgba(255,255,255,.3); }
.jb-rcs-dots i.on{ background:#3f8cff; }
.jb-rcs-btn{ width:100%; border:0; border-radius:1.5cqw; padding:1.6cqw; font-size:1.85cqw; font-weight:700; color:#fff;
  background:linear-gradient(135deg,#3f8cff,#1f6fe0); cursor:pointer; transition:filter .2s ease; }
.jb-rcs-btn:hover{ filter:brightness(1.08); }

/* -------------------------------- DOCK ---------------------------------- */
.channel-dock-wrap{ margin-top:var(--section-gap-medium); position:relative; z-index:2; }
.channel-dock{ display:flex; align-items:flex-start; justify-content:space-between; gap:6px;
  background:rgba(13,10,32,.55); -webkit-backdrop-filter:blur(16px); backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.08); border-radius:22px; padding:18px 20px; overflow-x:auto; scrollbar-width:none; }
.channel-dock::-webkit-scrollbar{ display:none; }
.ch-tab{ position:relative; flex:1 1 0; min-width:74px; background:none; border:0; cursor:pointer; padding:6px 2px 0;
  display:flex; flex-direction:column; align-items:center; gap:10px; }
.ch-ico{ width:54px; height:54px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  color:#9089BE; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.02);
  transition:all .35s cubic-bezier(.4,0,.2,1); }
.ch-ico svg{ width:23px; height:23px; }
.ch-label{ font-size:12.5px; color:#8E8AAE; font-weight:500; white-space:nowrap; transition:color .3s ease; }
.ch-underline{ width:30px; height:3px; border-radius:2px; background:transparent; transition:background .3s ease; }
.ch-tab:hover .ch-ico{ color:#CFC7FF; border-color:rgba(123,97,255,.5); transform:translateY(-3px); }
.ch-tab:hover .ch-label{ color:#CFC7FF; }
.ch-tab.active .ch-ico{ color:#fff; border-color:transparent; background:linear-gradient(135deg,#8B6CFF,#5B3FE0);
  box-shadow:0 12px 28px -8px rgba(123,97,255,.85); transform:none; }
.ch-tab.active .ch-label{ color:#fff; font-weight:600; }
.ch-tab.active .ch-underline{ background:#7B61FF; }

.dock-progress{ height:3px; border-radius:999px; background:#1C1934; margin:16px auto 0; max-width:300px; overflow:hidden; }
.dock-progress-bar{ display:block; height:100%; width:0; border-radius:999px; background:linear-gradient(90deg,#7B61FF,#C9BBFF); }
.channel-dock-wrap.playing .dock-progress-bar{ animation: dockFill var(--ch-dur,3800ms) linear forwards; }
@keyframes dockFill{ from{width:0} to{width:100%} }

/* ------------------------------ FOOTER LINE ----------------------------- */
.journey-footer-line{ margin-top:26px; }
.jfl-ico{ width:32px; height:32px; flex:0 0 32px; border-radius:9px; display:inline-flex; align-items:center; justify-content:center;
  color:#B6A7FF; background:rgba(123,97,255,.14); border:1px solid rgba(123,97,255,.3); }
.jfl-ico svg{ width:18px; height:18px; }
.jfl-text strong{ display:block; font-size:13.5px; color:#EDEBFA; font-weight:600; }
.jfl-text span{ font-size:13px; color:#8E8AAE; }

/* =========================================================================
   ORCHESTRATION  —  ALWAYS THERE. NEVER IN THE WAY.
   ========================================================================= */
.section-orchestration{ position:relative;
  background: radial-gradient(120% 80% at 50% 0%, #100C2A 0%, #08061C 52%, #050410 100%); }

/* centered header */
.orch-header{ position:relative; z-index:2; }
.orch-pill{ display:inline-block; font-size:14px; font-weight:600; color:#fff; background:#7B61FF;
  border-radius:999px; padding:8px 22px; margin-bottom:26px; box-shadow:0 10px 30px -10px rgba(123,97,255,.85); }
.orch-header h2{ color:#fff; font-size:clamp(36px,5.2vw,72px); line-height:1.04; margin-bottom:0; }
.orch-header h2 .grad{ background:linear-gradient(100deg,#8E73FF,#6E4DF6);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.orch-divider{ height:1px; max-width:1180px; margin:26px auto;
  background:linear-gradient(90deg, transparent, rgba(96,124,255,.95) 50%, transparent);
  box-shadow:0 0 18px 1px rgba(96,124,255,.55); }
.orch-header p{ color:#AEAEB8; font-size:16px; line-height:1.65; max-width:920px; }

/* orbit stage */
.orch-stage{ position:relative; max-width:1080px; margin:var(--section-gap-medium) auto 0; aspect-ratio:1080 / 720; }
.orch-orbit{ position:absolute; inset:0; width:100%; height:100%; z-index:1; pointer-events:none; overflow:visible; }
.orch-orbit ellipse{ fill:none; stroke:rgba(168,174,224,.3); stroke-width:1.3; stroke-dasharray:2 9; stroke-linecap:round; }

.orch-photo{ position:absolute; left:50%; bottom:0; transform:translateX(-50%); width:46%; min-width:340px; height:86%; z-index:2; }
.orch-photo::before{ content:""; position:absolute; left:50%; bottom:-6%; transform:translateX(-50%);
  width:130%; height:55%; background:radial-gradient(circle, rgba(123,97,255,.38), transparent 70%); filter:blur(34px); z-index:-1; }
.orch-photo img{ width:100%; height:100%; object-fit:cover; object-position:center 32%; display:block;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 86%, transparent 100%);
          mask-composite: intersect; }

/* orbit signals */
.o-sig{ position:absolute; z-index:4; display:inline-flex; align-items:center; gap:12px; animation:floatY 6s ease-in-out infinite; }
.o-ico{ width:48px; height:48px; flex:0 0 48px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  color:#C7BCFF; border:1px solid rgba(150,135,255,.42); background:rgba(20,16,44,.5);
  -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); box-shadow:0 8px 26px -12px rgba(0,0,0,.85); }
.o-ico svg{ width:22px; height:22px; }
.o-lab{ font-size:15px; font-weight:600; color:#EAE8F7; line-height:1.24; white-space:nowrap; }
.sig-1{ top:6%;  left:32%; animation-delay:0s; }
.sig-2{ top:6%;  left:58%; animation-delay:.5s; }
.sig-3{ top:31%; left:11%; animation-delay:1s; }
.sig-4{ top:38%; left:70%; animation-delay:1.5s; }
.sig-5{ top:49%; left:5%;  animation-delay:2s; }
.sig-6{ top:60%; left:71%; animation-delay:2.5s; }
@keyframes floatY{ 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-8px) } }

/* Hi Maya card — frosted glass */
.himaya-card{ position:absolute; left:0; bottom:6%; z-index:5; width:min(360px,42%); overflow:hidden;
  background:rgba(26,20,58,.34);
  -webkit-backdrop-filter:blur(30px) saturate(1.8) brightness(1.08);
  backdrop-filter:blur(30px) saturate(1.8) brightness(1.08);
  border:1px solid rgba(255,255,255,.16); border-radius:20px; padding:20px;
  box-shadow:0 40px 90px -36px rgba(0,0,0,.92), 0 0 80px -24px rgba(123,97,255,.5),
             inset 0 1px 0 rgba(255,255,255,.28), inset 0 0 30px rgba(150,125,255,.07); }
.himaya-card::before{ content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none; z-index:0;
  background:linear-gradient(140deg, rgba(255,255,255,.16), rgba(255,255,255,.02) 26%, rgba(255,255,255,0) 50%); }
.himaya-card > *{ position:relative; z-index:1; }
.hm-top{ margin-bottom:14px; }
.hm-avatar{ width:30px; height:30px; flex:0 0 30px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:700; color:#fff; background:linear-gradient(135deg,#8B6CFF,#5B3FE0); }
.hm-name{ font-size:15px; font-weight:600; color:#EDEBFA; }
.hm-left{ min-width:0; }
.hm-title{ font-size:21px; font-weight:800; color:#fff; line-height:1.18; margin-bottom:8px; }
.hm-sub{ font-size:13.5px; color:#B9B5D2; margin-bottom:18px; }
.hm-btn{ display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:#fff;
  background:linear-gradient(135deg,#7B61FF,#5B3FE0); border-radius:11px; padding:10px 20px; transition:all .25s ease; }
.hm-btn svg{ width:18px; height:18px; transition:transform .25s ease; }
.hm-btn:hover{ color:#fff; filter:brightness(1.1); transform:translateY(-1px); }
.hm-btn:hover svg{ transform:translateX(3px); }
.hm-doc{ position:relative; width:64px; height:64px; flex:0 0 64px; border-radius:16px; display:inline-flex; align-items:center; justify-content:center;
  color:#C7BCFF; background:rgba(123,97,255,.18); border:1px solid rgba(150,135,255,.34); }
.hm-doc > svg{ width:30px; height:30px; }
.hm-doc-check{ position:absolute; right:-6px; bottom:-6px; width:22px; height:22px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  color:#fff; background:linear-gradient(135deg,#8B6CFF,#5B3FE0); border:2px solid #0B0822; }
.hm-doc-check svg{ width:12px; height:12px; }

/* =========================================================================
   DRAGGABLE SLIDERS — make it obvious they can be dragged (hand cursor)
   ========================================================================= */
.resolve-Swiper, .decide-cards-Swiper, .additional-resources-Swiper{ cursor: grab; }
.resolve-Swiper .swiper-slide,
.decide-cards-Swiper .swiper-slide,
.additional-resources-Swiper .swiper-slide{ cursor: grab; }
.resolve-Swiper:active, .decide-cards-Swiper:active, .additional-resources-Swiper:active,
.resolve-Swiper.swiper-grabbing, .decide-cards-Swiper.swiper-grabbing{ cursor: grabbing; }

/* DECIDE carousel pager (3-dot indicator) */
.decide-cards .decide-pagination{ position:static; margin-top:34px; display:flex; align-items:center; justify-content:center; gap:9px; }
.decide-cards .decide-pagination .swiper-pagination-bullet{ width:9px; height:9px; margin:0 !important;
  background:#CBC7EA; opacity:1; transition:all .3s ease; }
.decide-cards .decide-pagination .swiper-pagination-bullet-active{ width:26px; border-radius:5px; background:var(--PrimaryClr); }

/* RESOLVE carousel pager (matches DECIDE) */
.resolve-Swiper .resolve-pagination{ position:static; margin-top:28px; display:flex; align-items:center; justify-content:center; gap:9px; }
.resolve-Swiper .resolve-pagination .swiper-pagination-bullet{ width:9px; height:9px; margin:0 !important;
  background:#CBC7EA; opacity:1; transition:all .3s ease; }
.resolve-Swiper .resolve-pagination .swiper-pagination-bullet-active{ width:26px; border-radius:5px; background:var(--PrimaryClr); }

/* =========================================================================
   EVERY MOMENT IS AN OPPORTUNITY — bento card animations
   ========================================================================= */
.moment-cards [data-aos]{ will-change:transform, opacity; }
.moment-cards img{ border-radius:16px; cursor:pointer; will-change:transform;
  transition: transform .5s cubic-bezier(.22,1,.36,1), filter .45s ease, box-shadow .45s ease, opacity .4s ease;
  animation: bentoFloat 7s ease-in-out infinite; }
.moment-cards .col-md-3:nth-child(2) img{ animation-delay:-1.6s; }
.moment-cards .col-md-3:nth-child(3) img{ animation-delay:-3.2s; }
.moment-cards .col-md-3:nth-child(4) img{ animation-delay:-4.8s; }
@keyframes bentoFloat{ 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-9px) } }

/* auto "live capture" highlight that travels from card to card */
.moment-cards img.capturing{ box-shadow:0 0 0 2px rgba(143,118,255,.85), 0 24px 60px -22px rgba(123,97,255,.7);
  filter:brightness(1.08); }

/* hover-to-focus: lift the pointed card, dim the rest */
.moment-cards:hover img{ animation-play-state:paused; }
.moment-cards:hover img:not(:hover){ opacity:.4; filter:saturate(.7) brightness(.85); }
.moment-cards img:hover{ position:relative; z-index:2; transform:translateY(-8px) scale(1.03); filter:brightness(1.08);
  box-shadow:0 0 0 2px rgba(143,118,255,.9), 0 32px 72px -24px rgba(123,97,255,.85); opacity:1 !important; }

/* ------------------------------ RESPONSIVE ------------------------------ */
@media (max-width:991px){
  .journey-intro{ text-align:center; }
  .journey-intro p{ max-width:620px; margin-inline:auto; }
  .journey-intro .journey-pill{ margin-top:6px; }
  .journey-board-stage{ max-width:680px; margin:0 auto; }
  .o-lab{ font-size:13.5px; }
  .o-ico{ width:44px; height:44px; flex-basis:44px; }
  .himaya-card{ width:min(320px,46%); padding:16px; }
  .hm-doc{ width:54px; height:54px; flex-basis:54px; }
}
@media (max-width:767px){
  .journey-board-stage{ max-width:none; }
  /* channel dock → tidy 5×2 grid on mobile (no sideways scroll) */
  .channel-dock{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px 2px; overflow-x:visible; padding:16px 10px; }
  .ch-tab{ min-width:0; flex:none; padding:4px 0 0; }
  .ch-ico{ width:46px; height:46px; }
  .ch-ico svg{ width:20px; height:20px; }
  .ch-label{ font-size:10.5px; white-space:normal; line-height:1.15; }
  .ch-underline{ display:none; }
  .journey-footer-line{ flex-direction:column; text-align:center; }
  .jfl-text{ text-align:center; }
  .moment-cards img{ animation:none; }

  /* orchestration → stacked: photo, signal grid, card */
  .orch-stage{ aspect-ratio:auto; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:14px 20px; margin-top:2rem; }
  .orch-orbit{ display:none; }
  .orch-photo{ position:relative; left:auto; bottom:auto; transform:none; width:100%; min-width:0; order:0; display:flex; justify-content:center; }
  .orch-photo img{ width:min(340px,82%); }
  .o-sig{ position:static; order:1; animation:none; gap:9px; }
  .o-ico{ width:40px; height:40px; flex-basis:40px; }
  .o-lab{ font-size:12.5px; }
  .himaya-card{ position:relative; left:auto; bottom:auto; order:2; width:100%; max-width:420px; }
}
@media (prefers-reduced-motion: reduce){
  .jr-glow, .moment-cards img, .stage-photo, .mj-context i, .o-sig{ animation:none !important; }
}

/* =========================================================================
   PAGE SIGNAL — traces each section's perimeter, then flows to the next
   ========================================================================= */
main{ position:relative; }
.page-signal{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:6; pointer-events:none; overflow:visible; }
.page-signal .ps-trail{ fill:none; stroke:#8C73FF; stroke-width:2.4; stroke-linecap:round; filter:url(#psGlow); }
.page-signal .ps-comet{ fill:url(#psCometGrad); filter:url(#psGlow); }

@media (max-width:1100px){ .page-signal{ display:none; } }
@media (prefers-reduced-motion: reduce){ .page-signal{ display:none; } }
