/* THL Theme — /join conversion page (page-join.php). Ported from
   join-page-mockup.html. Nav / announcement / footer / sign-in modal come from
   the global theme. Tokens from style.css :root. The hero/stat wrappers are
   prefixed (.join-hero/.join-stats) to avoid clashing with other templates. */

/* ============================================================ */
/* HERO — full-bleed video, conversion-first                     */
/* ============================================================ */
.join-hero { position: relative; min-height: 92vh; overflow: hidden; display: flex; align-items: center; background: var(--ink); margin-top: calc(-1 * var(--nav-h)); }
.join-hero .hero-video { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; animation: heroDrift 36s ease-in-out infinite alternate; filter: saturate(0.92); }
@keyframes heroDrift { from { transform: scale(1) translateX(0); } to { transform: scale(1.06) translateX(-1.5%); } }
.join-hero .hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10,13,21,0.82) 0%, rgba(10,13,21,0.5) 52%, rgba(10,13,21,0.28) 100%), linear-gradient(180deg, rgba(10,13,21,0.6) 0%, rgba(10,13,21,0.1) 30%, rgba(16,21,31,0.3) 70%, var(--bg) 100%); }
.join-hero .hero-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 150px 48px 90px; width: 100%; display: grid; grid-template-columns: minmax(0, 1.1fr) 400px; gap: 64px; align-items: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue-bright); margin-bottom: 22px; }
.hero-kicker::before { content: ''; width: 26px; height: 1px; background: var(--blue); }
.join-hero h1 { font-weight: 700; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 20px; max-width: 600px; }
.join-hero h1 .accent { color: var(--blue); }
.hero-sub { font-size: clamp(15px, 1.25vw, 17px); font-weight: 400; line-height: 1.65; color: var(--t-mid); margin-bottom: 30px; max-width: 520px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 26px; font-size: 12.5px; color: var(--t-soft); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 14px; height: 14px; color: var(--blue); flex-shrink: 0; }

.hero-card { background: linear-gradient(165deg, rgba(17,22,31,0.86) 0%, rgba(13,17,25,0.82) 100%); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(122,175,201,0.28); border-radius: 18px; padding: 34px 34px 30px; box-shadow: 0 30px 80px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
.hero-card::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(122,175,201,0.7), transparent); }
.hero-card .plan { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue-bright); margin-bottom: 14px; }
.price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.price-row .price { font-size: 50px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.price-row .price--text { font-size: 30px; letter-spacing: -0.01em; }
.price-row .per { font-size: 14px; color: var(--t-soft); font-weight: 500; }
.price-note { font-size: 12.5px; color: var(--t-soft); margin-bottom: 8px; }
.price-rise { display: inline-block; font-size: 11.5px; font-weight: 600; color: #ffd9a8; background: rgba(255,180,90,0.1); border: 1px solid rgba(255,180,90,0.25); border-radius: 999px; padding: 5px 12px; margin: 10px 0 22px; }
.price-rise--save { color: #9fe0b5; background: rgba(127,207,155,0.1); border-color: rgba(127,207,155,0.3); }
.price-cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; background: var(--blue); color: var(--navy-deeper); padding: 16px 20px; border-radius: 9px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: all 0.3s var(--ease-out); }
.price-cta svg { width: 14px; height: 14px; }
.price-cta:hover { background: var(--blue-bright); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(122,175,201,0.3); }
.price-foot { margin-top: 14px; text-align: center; font-size: 11.5px; color: var(--t-soft); line-height: 1.6; }
.price-foot strong { color: var(--t-mid); }
@media (max-width: 1020px) {
  .join-hero { min-height: 0; }
  .join-hero .hero-content { grid-template-columns: 1fr; gap: 44px; padding: 130px 24px 64px; }
  .hero-card { max-width: 460px; margin: 0 auto; width: 100%; text-align: center; }
  .hero-card .price-row { justify-content: center; }
}
@media (max-width: 560px) { .hero-card { max-width: 100%; padding: 28px 24px 26px; } }

/* ============================================================ */
/* STAT BAND                                                     */
/* ============================================================ */
.join-stats { padding: 60px 48px 54px; border-bottom: 1px solid var(--line); background: var(--bg); }
.stats-inner { max-width: 1100px; margin: 0 auto; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stat .num { font-size: clamp(34px, 4.2vw, 54px); font-weight: 700; letter-spacing: -0.025em; line-height: 1; color: var(--t-strong); }
.stat .num small { font-size: 0.5em; font-weight: 600; vertical-align: super; margin-left: 2px; color: var(--blue); }
.stat .label { margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--t-soft); }
.stats-note { margin-top: 38px; text-align: center; font-size: 13px; color: var(--t-soft); }
.stats-note strong { color: var(--t-mid); font-weight: 600; }
@media (max-width: 760px) { .join-stats { padding: 44px 24px 40px; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; } }

/* ============================================================ */
/* SECTION SCAFFOLD                                              */
/* ============================================================ */
.section { padding: 80px 48px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.kicker { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue-bright); margin-bottom: 14px; }
.section h2 { font-size: clamp(25px, 2.8vw, 38px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 16px; }
.section .lede { font-size: 15px; color: var(--t-mid); line-height: 1.7; max-width: 620px; }
.centered { text-align: center; }
.centered .lede { margin: 0 auto; }
@media (max-width: 760px) { .section { padding: 56px 24px; } }

/* WATCH ANYWHERE */
.devices { background: var(--bg-deep); border-top: 1px solid var(--line); }
.devices-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 60px; align-items: center; }
/* Subtitle section: device art is a transparent PNG (background = the section's #0c1018,
   pixel-perfect, no banding); only the laptop screen is live video, overlaid on the still. */
.device-frame { position: relative; line-height: 0; }
.device-frame .subs-art { display: block; width: 100%; height: auto; }
.device-frame .subs-screen { position: absolute; left: 10.635%; top: 6.667%; width: 78.889%; height: 70.444%; object-fit: cover; display: block; }
.devices-points { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 26px; }
.devices-points li { display: flex; gap: 13px; align-items: flex-start; font-size: 14.5px; color: var(--t-mid); line-height: 1.6; }
.devices-points svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 3px; color: var(--blue); }
.devices-points strong { color: var(--t-strong); font-weight: 600; }
@media (max-width: 940px) { .devices-grid { grid-template-columns: 1fr; gap: 40px; } }

/* PREVIEWS */
.previews { background: var(--bg); border-top: 1px solid var(--line); }
.previews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 36px; }
.preview-card { border-radius: 16px; overflow: hidden; border: 1px solid var(--line-2); background: var(--navy-deeper); box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.preview-frame { position: relative; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.preview-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.preview-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 70%; filter: brightness(0.72); transition: filter 0.3s var(--ease-out), transform 0.6s var(--ease-out); }
.preview-frame .play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 64px; height: 64px; border-radius: 50%; background: rgba(122,175,201,0.95); color: var(--navy-deeper); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 32px rgba(0,0,0,0.5); transition: all 0.3s var(--ease-out); }
.preview-frame .play svg { width: 22px; height: 22px; fill: currentColor; transform: translateX(2px); }
.preview-frame .dur { position: absolute; bottom: 12px; right: 12px; z-index: 2; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; background: rgba(10,13,21,0.75); color: var(--t-strong); padding: 4px 9px; border-radius: 6px; }
a.preview-link { display: block; text-decoration: none; }
a.preview-link:hover .preview-frame img { filter: brightness(0.85); }
a.preview-link:hover .preview-frame .play { background: var(--blue-bright); transform: translate(-50%, -50%) scale(1.08); }
.preview-caption { padding: 16px 20px; background: rgba(255,255,255,0.03); border-top: 1px solid var(--line); text-align: left; }
.preview-caption .title { font-size: 14.5px; font-weight: 700; color: var(--t-strong); line-height: 1.4; }
.preview-caption .sub { font-size: 12px; color: var(--t-soft); margin-top: 4px; }
.previews-foot { margin-top: 28px; text-align: center; }
.previews-foot a { display: inline-flex; align-items: center; gap: 8px; color: var(--t-mid); text-decoration: none; font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s var(--ease), gap 0.25s var(--ease); }
.previews-foot a:hover { color: var(--blue-bright); gap: 12px; }
.previews-foot svg { width: 13px; height: 13px; }
@media (max-width: 860px) { .previews-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; } }

/* WHAT'S INCLUDED */
.included { background: var(--bg-deep); border-top: 1px solid var(--line); }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.inc-card { background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 15px; padding: 28px 28px 26px; }
.inc-card .head { display: flex; align-items: center; gap: 14px; margin-bottom: 13px; text-align: left; }
.inc-card .ico { width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: rgba(122,175,201,0.13); border: 1px solid rgba(122,175,201,0.3); color: var(--blue-bright); }
.inc-card .ico svg { width: 19px; height: 19px; }
.inc-card h4 { font-size: 16px; font-weight: 700; }
.inc-card p { font-size: 13px; color: var(--t-soft); line-height: 1.65; text-align: left; }
.inc-card p strong { color: var(--t-mid); font-weight: 600; }
@media (max-width: 920px) { .included-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .included-grid { grid-template-columns: 1fr; } }

/* SPEAKERS GRID */
.speakers { background: var(--bg); border-top: 1px solid var(--line); }
.speakers-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 34px 18px; margin-top: 44px; }
.sp { text-align: center; text-decoration: none; transition: transform 0.35s var(--ease-out); }
.sp img { width: 100%; max-width: 116px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; object-position: center top; margin: 0 auto 12px; border: 2px solid rgba(255,255,255,0.13); transition: border-color 0.3s var(--ease-out), filter 0.3s var(--ease-out); }
.sp .name { font-size: 12.5px; font-weight: 700; color: var(--t-strong); line-height: 1.35; }
.sp .where { font-size: 11px; color: var(--t-soft); margin-top: 2px; }
@media (hover: hover) { .sp:hover { transform: translateY(-5px); } .sp:hover img { border-color: rgba(122,175,201,0.55); filter: brightness(1.08); } }
.speakers-foot { margin-top: 40px; text-align: center; font-size: 13px; color: var(--t-soft); }
@media (max-width: 980px) { .speakers-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 600px) { .speakers-grid { grid-template-columns: repeat(3, 1fr); gap: 26px 12px; } }

/* STRUCTURED LEARNING */
.pathway { background: var(--bg-deep); border-top: 1px solid var(--line); }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.path-step { position: relative; background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 15px; padding: 26px 26px 24px; }
.path-step .n { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-bright); margin-bottom: 13px; display: flex; align-items: center; gap: 9px; }
.path-step .n::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.path-step h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.path-step p { font-size: 13px; color: var(--t-soft); line-height: 1.6; }
.path-step p strong { color: var(--t-mid); font-weight: 600; }
@media (max-width: 820px) { .pathway-grid { grid-template-columns: 1fr; } }

/* TESTIMONIALS */
.testimonials { padding: 80px 0 70px; background: var(--bg); border-top: 1px solid var(--line); overflow: hidden; }
.testimonials-head { text-align: center; margin-bottom: 48px; padding: 0 24px; }
.testimonials-head .kicker { margin-bottom: 14px; }
.testimonials-head h2 { font-size: clamp(26px, 2.8vw, 38px); font-weight: 700; letter-spacing: -0.02em; }
.marquee { display: flex; gap: 20px; width: max-content; padding: 4px 0; }
.marquee-track { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent); mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent); }
.marquee-track + .marquee-track { margin-top: 20px; }
.marquee.m1 { animation: scrollL 70s linear infinite; }
.marquee.m2 { animation: scrollR 84s linear infinite; }
.marquee-track:hover .marquee { animation-play-state: paused; }
@keyframes scrollL { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scrollR { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.tcard { width: 420px; flex-shrink: 0; background: rgba(255,255,255,0.035); border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; }
.tcard .quote { font-size: 13.5px; color: var(--t-mid); line-height: 1.65; margin-bottom: 20px; }
.tcard .who { display: flex; align-items: center; gap: 13px; }
.tcard .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255,255,255,0.15); }
.tcard .who .name { font-size: 13px; font-weight: 700; color: var(--t-strong); }
.tcard .who .where { font-size: 11.5px; color: var(--t-soft); }
@media (prefers-reduced-motion: reduce) { .marquee.m1, .marquee.m2 { animation: none; } }
@media (max-width: 700px) {
  .marquee.m1, .marquee.m2 { animation: none; }
  .marquee-track { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; -webkit-mask-image: none; mask-image: none; padding: 0 20px 4px; scrollbar-width: none; }
  .marquee-track::-webkit-scrollbar { display: none; }
  .tcard { scroll-snap-align: center; }
}
@media (max-width: 600px) { .tcard { width: 320px; padding: 22px; } }

/* ACCREDITATION */
.accred { padding: 72px 48px; background: var(--bg-deep); border-top: 1px solid var(--line); }
.accred-head { max-width: 880px; margin: 0 auto 28px; }
.accred-pace { max-width: 880px; margin: 0 auto; display: flex; gap: 30px; align-items: center; background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 16px; padding: 24px 30px; }
.accred-logo { flex-shrink: 0; background: white; border-radius: 12px; padding: 12px 16px; display: flex; align-items: center; justify-content: center; }
.accred-logo img { height: 66px; width: auto; }
.accred-text { font-size: 12.5px; color: var(--t-soft); line-height: 1.7; }
.accred-text strong { color: var(--t-mid); font-weight: 600; display: block; font-size: 14px; margin-bottom: 6px; }
.accred-bodies { max-width: 880px; margin: 16px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.accred-body { background: rgba(255,255,255,0.02); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; }
.accred-body .region { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 6px; }
.accred-body .body { font-size: 12.5px; color: var(--t-mid); line-height: 1.55; }
.accred-note { max-width: 880px; margin: 18px auto 0; font-size: 12px; color: var(--t-soft); line-height: 1.7; }
.accred-note a { color: var(--blue-bright); text-decoration: none; }
.accred-note a:hover, .accred-note a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 880px) { .accred-bodies { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .accred { padding: 52px 24px; } .accred-pace { flex-direction: column; text-align: center; gap: 20px; padding: 24px; } }
@media (max-width: 480px) { .accred-bodies { grid-template-columns: 1fr; } }

/* PRICING */
.pricing { padding: 92px 48px; background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(122,175,201,0.12) 0%, transparent 55%), linear-gradient(180deg, #0e1623 0%, var(--bg-deep) 100%); border-top: 1px solid var(--line); }
.pricing-inner { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: 1fr 430px; gap: 64px; align-items: center; }
.pricing h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; margin-bottom: 18px; }
.pricing .lede { font-size: 15.5px; color: var(--t-mid); line-height: 1.65; margin-bottom: 28px; max-width: 460px; }
.member-list { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.member-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 14.5px; color: var(--t-mid); }
.member-list svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 3px; color: var(--blue); }
.member-list strong { color: var(--t-strong); font-weight: 600; }
.lock-note { margin-top: 26px; max-width: 460px; background: rgba(122,175,201,0.07); border: 1px solid rgba(122,175,201,0.2); border-radius: 13px; padding: 18px 22px; font-size: 13px; color: var(--t-mid); line-height: 1.65; }
.lock-note strong { color: var(--t-strong); font-weight: 600; }
.price-card { background: linear-gradient(165deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.025) 100%); border: 1px solid rgba(122,175,201,0.28); border-radius: 18px; padding: 38px 36px; box-shadow: 0 30px 80px rgba(0,0,0,0.4); position: relative; overflow: hidden; }
.price-card::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(122,175,201,0.7), transparent); }
.price-card .plan { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue-bright); margin-bottom: 14px; }
.price-card .price-row .price { font-size: 54px; }
.price-card .price-row .price--text { font-size: 30px; }
.price-includes { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 20px 0 24px; }
.price-includes li { display: flex; gap: 11px; align-items: flex-start; font-size: 13px; color: var(--t-mid); line-height: 1.5; text-align: left; }
.price-includes svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; color: var(--blue); }
@media (max-width: 920px) { .pricing { padding: 64px 24px; } .pricing-inner { grid-template-columns: 1fr; gap: 44px; } .price-card { max-width: 460px; margin: 0 auto; width: 100%; } }

/* FAQ */
.faq { background: var(--bg); border-top: 1px solid var(--line); }
.faq-list { max-width: 760px; margin: 36px auto 0; text-align: left; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 4px; text-align: left; font-size: 15px; font-weight: 600; color: var(--t-strong); transition: color 0.2s; }
.faq-q:hover { color: var(--blue-bright); }
.faq-q svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--t-soft); transition: transform 0.3s var(--ease); }
.faq-item.open .faq-q svg { transform: rotate(45deg); color: var(--blue-bright); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-a-inner { padding: 0 4px 22px; font-size: 14px; color: var(--t-mid); line-height: 1.7; max-width: 680px; }
.faq-a-inner a { color: var(--blue-bright); text-decoration: none; }
.faq-a-inner a:hover, .faq-a-inner a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

/* FINAL CTA */
.final { padding: 96px 48px; background: radial-gradient(ellipse 60% 90% at 50% 100%, rgba(122,175,201,0.1) 0%, transparent 60%), var(--bg-deep); border-top: 1px solid var(--line); text-align: center; }
.final h2 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 16px; }
.final p { font-size: 15px; color: var(--t-mid); max-width: 540px; margin: 0 auto 32px; line-height: 1.65; }
.final .cta-solid { display: inline-flex; align-items: center; gap: 10px; background: var(--blue); color: var(--navy-deeper); padding: 17px 34px; border-radius: 8px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: all 0.3s var(--ease-out); box-shadow: 0 6px 22px rgba(122,175,201,0.25); }
.final .cta-solid svg { width: 14px; height: 14px; }
.final .cta-solid:hover { background: var(--blue-bright); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(122,175,201,0.35); }
.final .sub { margin-top: 18px; font-size: 12px; color: var(--t-soft); }
@media (max-width: 760px) { .final { padding: 64px 24px; } }

/* MOBILE STICKY ACTION BAR */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; display: none; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 18px calc(11px + env(safe-area-inset-bottom)); background: rgba(12,16,24,0.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line-2); transform: translateY(110%); transition: transform 0.35s var(--ease); }
.mobile-bar.show { transform: translateY(0); }
.mb-info { font-size: 13px; color: var(--t-mid); line-height: 1.3; min-width: 0; }
.mb-info strong { display: block; font-size: 15px; font-weight: 700; color: var(--t-strong); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mb-info .mb-sub { display: block; font-size: 11px; color: var(--t-soft); }
.mb-cta { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: var(--navy-deeper); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 13px 20px; border-radius: 9px; text-decoration: none; }
.mb-cta:active { background: var(--blue-bright); }
@media (max-width: 768px) { .mobile-bar { display: flex; } }
