.elementor-8222 .elementor-element.elementor-element-f3c9e23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8222 .elementor-element.elementor-element-ce20e4a{width:auto;max-width:auto;}.elementor-8222 .elementor-element.elementor-element-ce20e4a > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8222 .elementor-element.elementor-element-c93eb5e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8222 .elementor-element.elementor-element-c93eb5e.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-8222 .elementor-element.elementor-element-db8b801{width:100%;max-width:100%;}.elementor-8222 .elementor-element.elementor-element-db8b801 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8222 .elementor-element.elementor-element-7c98f25{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8222 .elementor-element.elementor-element-c1709cf{width:100%;max-width:100%;}.elementor-8222 .elementor-element.elementor-element-c1709cf > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8222 .elementor-element.elementor-element-fc76eb0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8222 .elementor-element.elementor-element-5ee7847{width:100%;max-width:100%;}.elementor-8222 .elementor-element.elementor-element-5ee7847 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8222 .elementor-element.elementor-element-136701c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8222 .elementor-element.elementor-element-69df1a6{width:100%;max-width:100%;}.elementor-8222 .elementor-element.elementor-element-69df1a6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8222 .elementor-element.elementor-element-ed5668a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8222 .elementor-element.elementor-element-1b0a541{width:100%;max-width:100%;}.elementor-8222 .elementor-element.elementor-element-1b0a541 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8222 .elementor-element.elementor-element-19cc357{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-8222{padding:0px 0px 0px 0px;}/* Start custom CSS *//*
==========================================================
  WELL-BEING IN THE AGE OF AI — ComPsych
  Elementor Global CSS
  Paste into: Elementor → Site Settings → Custom CSS
             OR Appearance → Customize → Additional CSS
 
  FONTS: Upload Beatrice.otf and Bright-Clones.otf via
  a plugin such as "Custom Fonts" by Brainstorm Force,
  then reference them here.
==========================================================
*/
 
/* ─── BRAND TOKENS ─── */
:root {
  --deep-sea:       #070F36;
  --sky:            #BADCFF;
  --cornflower:     #8DC9F4;
  --snow:           #FFFFFF;
  --navy:           #070F36;
  --navy-mid:       #0d1d5c;
  --blue:           #8DC9F4;
  --sky-light:      #e8f4ff;
  --border:         #c8dff5;
  --cloud:          #f0f7ff;
  --off-white:      #f5f9fe;
  --ink:            #070F36;
  --body:           #2b3a6b;
  --muted:          #6b85b5;
  --radius:         16px;
  --radius-lg:      28px;
}
 
/* ─── BASE ─── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
 
body {
  font-family: 'Beatrice', 'Helvetica Neue', sans-serif !important;
  background: var(--snow);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
 
/* ─── SHARED BUTTONS ─── */
.btn-primary {
  background: var(--sky);
  color: var(--navy);
  font-family: 'Beatrice', sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 15px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(186,220,255,0.4);
}
.btn-primary:hover { background: #cce7ff; transform: translateY(-2px); }
 
.btn-navy {
  background: var(--navy);
  color: white;
  font-family: 'Beatrice', sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  box-shadow: 0 6px 24px rgba(7,15,54,0.2);
}
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); }
 
.btn-outline-navy {
  background: transparent;
  color: var(--navy);
  font-family: 'Beatrice', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  border: 2px solid var(--border);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
}
.btn-outline-navy:hover { border-color: var(--navy); }
 
.btn-ghost-white {
  background: rgba(255,255,255,0.12);
  color: white;
  font-family: 'Beatrice', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,0.25);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.2); }
 
.btn-assess {
  display: inline-block;
  background: var(--navy);
  color: white;
  font-family: 'Beatrice', sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 6px 24px rgba(7,15,54,0.2);
}
.btn-assess:hover { background: var(--navy-mid); transform: translateY(-2px); }
 
.btn-sky {
  display: inline-block;
  background: var(--sky);
  color: var(--navy);
  font-family: 'Beatrice', sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 15px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(186,220,255,0.25);
}
.btn-sky:hover { background: #cce7ff; transform: translateY(-2px); }
 
/* ─── SHARED LABELS ─── */
.section-tag {
  display: inline-block;
  background: var(--sky-light);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}
 
.script-accent {
  font-family: 'Bright Clones DEMO', cursive;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--cornflower);
  display: inline;
}
 
/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
 
/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  50%       { opacity: 1;   transform: translateX(-50%) scale(1.08); }
}
@keyframes chatPop {
  from { opacity: 0; transform: translateY(8px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
 
/* ─── HERO SECTION ─── */
.hero {
  background: linear-gradient(160deg, #070F36 0%, #0c1a52 55%, #122468 100%);
  padding: 80px 48px 0;
  min-height: 90vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  top: -100px; right: -100px;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  background: rgba(141,201,244,0.12);
  border-radius: 50%;
  bottom: 100px; left: 48px;
  pointer-events: none;
}
.cloud-deco { position: absolute; border-radius: 50px; background: rgba(255,255,255,0.06); pointer-events: none; }
.cd-1 { width: 120px; height: 40px; top: 80px; left: 15%; }
.cd-2 { width: 80px; height: 28px; top: 140px; left: 22%; }
.cd-3 { width: 100px; height: 35px; top: 60px; right: 20%; }
.cd-4 { width: 60px; height: 22px; top: 110px; right: 28%; }
 
.hero-left { padding-bottom: 80px; position: relative; z-index: 2; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(186,220,255,0.18); border: 1px solid rgba(186,220,255,0.45);
  border-radius: 50px; padding: 8px 16px; margin-bottom: 28px;
  animation: fadeUp 0.7s ease forwards; opacity: 0;
}
.eyebrow-dot { width: 7px; height: 7px; background: var(--sky); border-radius: 50%; animation: blink 2.5s infinite; flex-shrink: 0; }
.hero-eyebrow span { font-size: 12px; font-weight: 700; color: var(--sky); letter-spacing: 0.08em; text-transform: uppercase; }
 
.hero h1 {
  font-size: clamp(42px, 5.5vw, 72px); font-weight: 900; color: white;
  line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 8px;
  animation: fadeUp 0.7s 0.1s ease forwards; opacity: 0;
}
.hero h1 .script {
  font-family: 'Bright Clones DEMO', cursive; font-weight: 700; color: var(--sky);
  font-size: 1.15em; display: block; line-height: 1; position: relative;
}
.hero h1 .script::after {
  content: ''; display: block; height: 3px; background: var(--cornflower);
  border-radius: 2px; margin-top: 4px; width: 80%;
}
.hero-sub {
  font-size: 18px; line-height: 1.65; color: rgba(255,255,255,0.75);
  font-weight: 400; max-width: 460px; margin: 24px 0 40px;
  animation: fadeUp 0.7s 0.2s ease forwards; opacity: 0;
}
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  animation: fadeUp 0.7s 0.3s ease forwards; opacity: 0;
}
.hero-right {
  position: relative; z-index: 2;
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-illus-wrap {
  position: relative; width: 100%; max-width: 460px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
 
/* ─── CHAT WINDOW ─── */
.chat-window {
  width: 100%; max-width: 460px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px; overflow: hidden; backdrop-filter: blur(12px); margin-bottom: 40px;
}
.chat-header {
  background: rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 14px 18px; display: flex; align-items: center; gap: 7px;
}
.chat-header-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.2); flex-shrink: 0; }
.chat-header-label { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.45); letter-spacing: 0.06em; text-transform: uppercase; margin-left: 6px; }
.chat-body { padding: 20px 18px; display: flex; flex-direction: column; gap: 10px; }
.chat-msg {
  max-width: 82%; padding: 11px 16px; border-radius: 18px;
  font-size: 14px; font-weight: 600; line-height: 1.45;
  opacity: 0; animation: chatPop 0.4s ease forwards;
}
.chat-msg.user { background: rgba(255,255,255,0.12); color: white; align-self: flex-end; border-bottom-right-radius: 4px; }
.chat-msg.user:nth-child(1) { animation-delay: 0.6s; }
.chat-msg.user:nth-child(2) { animation-delay: 1.1s; }
.chat-msg.user:nth-child(3) { animation-delay: 1.6s; }
.chat-msg.user:nth-child(4) { animation-delay: 2.1s; }
.chat-msg.ai { background: var(--sky); color: var(--navy); align-self: flex-start; border-bottom-left-radius: 4px; animation-delay: 2.7s; }
.chat-guide-tag { display: inline-block; font-weight: 800; white-space: nowrap; }
 
/* ─── ASSESSMENT SECTION ─── */
.assess-section { background: var(--snow); padding: 96px 48px; border-top: 1px solid var(--border); }
.assess-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.assess-visual { display: flex; justify-content: center; align-items: center; }
.laptop-wrap { position: relative; width: 340px; }
.laptop-glow {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 280px; height: 200px;
  background: radial-gradient(ellipse, rgba(141,201,244,0.35) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none; animation: glowPulse 3s ease-in-out infinite;
}
.laptop-body { position: relative; z-index: 2; }
.laptop-screen {
  background: var(--navy); border-radius: 12px 12px 0 0; padding: 14px 16px 20px;
  border: 2px solid rgba(141,201,244,0.3); border-bottom: none;
  box-shadow: 0 0 40px rgba(141,201,244,0.2), 0 16px 48px rgba(7,15,54,0.25);
}
.screen-topbar { display: flex; gap: 6px; margin-bottom: 16px; }
.stb-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.screen-content { display: flex; flex-direction: column; gap: 12px; }
.screen-tag { font-size: 9px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cornflower); }
.screen-question { font-size: 15px; font-weight: 800; color: white; line-height: 1.35; }
.screen-options { display: flex; flex-direction: column; gap: 6px; }
.screen-opt { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 8px 12px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.55); }
.screen-opt.selected { background: rgba(186,220,255,0.12); border-color: rgba(186,220,255,0.3); color: var(--sky); }
.screen-progress { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.progress-bar { flex: 1; height: 4px; background: rgba(255,255,255,0.1); border-radius: 4px; overflow: hidden; }
.progress-fill { width: 40%; height: 100%; background: linear-gradient(90deg, var(--cornflower), var(--sky)); border-radius: 4px; }
.screen-progress span { font-size: 10px; color: rgba(255,255,255,0.3); font-weight: 600; white-space: nowrap; }
.laptop-hinge { height: 6px; background: linear-gradient(to bottom, #0d1a4a, #1a2d6a); border-left: 2px solid rgba(141,201,244,0.2); border-right: 2px solid rgba(141,201,244,0.2); }
.laptop-base { height: 18px; background: linear-gradient(to bottom, #1a2d6a, #0d1a4a); border-radius: 0 0 8px 8px; border: 2px solid rgba(141,201,244,0.2); border-top: none; display: flex; justify-content: center; align-items: center; }
.laptop-notch { width: 48px; height: 4px; background: rgba(141,201,244,0.15); border-radius: 4px; }
.assess-badge { position: absolute; background: white; border-radius: 50px; padding: 8px 14px; display: flex; align-items: center; gap: 8px; box-shadow: 0 8px 24px rgba(7,15,54,0.12); font-size: 12px; font-weight: 700; color: var(--navy); white-space: nowrap; animation: float 4s ease-in-out infinite; }
.ab-1 { bottom: 20px; left: -24px; animation-delay: 0s; }
.ab-2 { top: 30px; right: -20px; animation-delay: 2s; }
.ab-icon { font-size: 14px; }
.assess-copy h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 900; color: var(--navy); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; margin-top: 14px; }
.assess-copy p { font-size: 16px; line-height: 1.75; color: var(--body); font-weight: 400; margin-bottom: 14px; }
.assess-callout { display: flex; align-items: flex-start; gap: 12px; background: var(--sky-light); border-radius: 12px; padding: 16px 18px; margin: 24px 0 32px; font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.55; }
.ac-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
 
/* ─── PILLARS ─── */
.pillars { background: var(--off-white); padding: 96px 48px; border-top: 1px solid var(--border); }
.section-header { max-width: 1080px; margin: 0 auto 56px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.section-header h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 900; color: var(--navy); line-height: 1.15; letter-spacing: -0.02em; }
.section-header p { font-size: 16px; color: var(--body); line-height: 1.7; max-width: 340px; text-align: right; font-weight: 400; }
.pillars-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pillar-card { background: white; border-radius: var(--radius-lg); padding: 36px 28px; border: 1.5px solid var(--border); position: relative; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: default; }
.pillar-card::before { content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg); opacity: 0; transition: opacity 0.3s; }
.pc-think::before { background: linear-gradient(135deg, rgba(186,220,255,0.06), rgba(141,201,244,0.06)); }
.pc-feel::before  { background: linear-gradient(135deg, rgba(141,201,244,0.06), rgba(186,220,255,0.04)); }
.pc-connect::before { background: linear-gradient(135deg, rgba(186,220,255,0.08), rgba(141,201,244,0.04)); }
.pc-balance::before { background: linear-gradient(135deg, rgba(141,201,244,0.06), rgba(186,220,255,0.06)); }
.pillar-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(27,45,91,0.1); }
.pillar-card:hover::before { opacity: 1; }
.pillar-icon-wrap { width: 88px; height: 88px; border-radius: 0; background: none !important; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pillar-icon-wrap img { width: 88px; height: 88px; object-fit: contain; display: block; }
.pillar-verb { font-family: 'Bright Clones DEMO', cursive; font-size: 28px; font-weight: 700; margin-bottom: 2px; line-height: 1; display: block; }
.pv-think   { color: #070F36; }
.pv-feel    { color: #1a4a8a; }
.pv-connect { color: #1e6aaa; }
.pv-balance { color: #3a8dc4; }
.pillar-noun { font-size: 13px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.pillar-card p { font-size: 14px; color: var(--body); line-height: 1.65; font-weight: 400; margin-bottom: 20px; }
.pillar-question { font-size: 13px; font-weight: 700; font-style: italic; color: var(--navy); line-height: 1.5; padding-top: 16px; border-top: 1px solid var(--border); }
 
/* ─── GUIDE PREVIEW ─── */
.guide-section { padding: 96px 48px; background: white; }
.guide-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.guide-text h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 900; color: var(--navy); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; }
.guide-text p { font-size: 17px; line-height: 1.75; color: var(--body); margin-bottom: 14px; }
.feature-list { display: flex; flex-direction: column; gap: 12px; margin: 32px 0; }
.feat-item { display: flex; align-items: flex-start; gap: 14px; }
.feat-check { width: 24px; height: 24px; border-radius: 50%; background: var(--sky-light); flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.feat-check svg { width: 12px; height: 12px; }
.feat-item p { font-size: 15px; color: var(--ink); font-weight: 600; margin: 0; line-height: 1.5; }
.feat-item p span { font-weight: 800; }
.book-display { display: flex; justify-content: center; align-items: center; position: relative; }
.book-card { background: linear-gradient(155deg, #070F36 0%, #0f2060 100%); border-radius: var(--radius-lg); padding: 44px 36px; width: 100%; max-width: 340px; box-shadow: 0 24px 72px rgba(27,45,91,0.28); position: relative; overflow: hidden; transition: transform 0.4s ease; }
.book-card:hover { transform: translateY(-8px) rotate(1deg); }
.book-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,0.05); pointer-events: none; }
.book-card::after  { content: ''; position: absolute; bottom: -40px; left: -40px; width: 160px; height: 160px; border-radius: 50%; background: rgba(141,201,244,0.08); pointer-events: none; }
.book-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sky); margin-bottom: 14px; }
.book-title { font-family: 'Bright Clones DEMO', cursive; font-size: 36px; font-weight: 700; color: white; line-height: 1.1; margin-bottom: 8px; }
.book-sub { font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.75); line-height: 1.4; margin-bottom: 32px; }
.book-chapters { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px; position: relative; z-index: 2; }
.bc { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.bc:last-child { border-bottom: none; }
.bc-pill { font-size: 9px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 8px; border-radius: 50px; flex-shrink: 0; }
.bcp-think   { background: rgba(186,220,255,0.2); color: #BADCFF; }
.bcp-feel    { background: rgba(141,201,244,0.2); color: #acd8f8; }
.bcp-connect { background: rgba(186,220,255,0.15); color: #b0d5f7; }
.bcp-balance { background: rgba(141,201,244,0.15); color: #a2cef5; }
.bc-label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.65); }
.float-card { position: absolute; background: white; border-radius: 14px; padding: 14px 18px; box-shadow: 0 12px 36px rgba(27,45,91,0.15); animation: float 5s ease-in-out infinite; }
.fc-1 { top: -24px; right: -28px; animation-delay: 0s; }
.fc-2 { bottom: 40px; left: -28px; animation-delay: 2s; }
.fc-1 .fc-label, .fc-2 .fc-label { font-size: 12px; font-weight: 800; color: var(--navy); display: block; }
.fc-1 .fc-sub, .fc-2 .fc-sub { font-size: 11px; color: var(--muted); font-weight: 600; }
.fc-stars { color: var(--cornflower); font-size: 11px; margin-bottom: 2px; }
 
/* ─── VIDEO SECTION ─── */
.video-section { background: var(--navy); padding: 96px 48px; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.video-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.video-text h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 900; color: white; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; }
.video-text p { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.65); font-weight: 400; margin-bottom: 32px; }
.author-credits { display: flex; flex-direction: column; gap: 16px; }
.author-credit { display: flex; align-items: center; gap: 14px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: rgba(186,220,255,0.15); border: 1.5px solid rgba(186,220,255,0.3); color: var(--sky); font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; letter-spacing: 0.02em; }
.author-name { font-size: 14px; font-weight: 800; color: white; line-height: 1.3; }
.author-title { font-size: 13px; color: rgba(255,255,255,0.45); font-weight: 400; margin-top: 2px; }
.video-player-wrap { position: relative; }
.video-placeholder { width: 100%; aspect-ratio: 16 / 9; background: rgba(255,255,255,0.05); border: 1.5px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; cursor: pointer; transition: background 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; }
.video-placeholder::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(141,201,244,0.08) 0%, transparent 70%); pointer-events: none; }
.video-placeholder:hover { background: rgba(255,255,255,0.08); border-color: rgba(186,220,255,0.3); }
.video-play-btn { width: 64px; height: 64px; transition: transform 0.25s ease; }
.video-play-btn svg { width: 64px; height: 64px; }
.video-placeholder:hover .video-play-btn { transform: scale(1.1); }
.video-placeholder-label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.45); text-align: center; line-height: 1.5; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.vp-tag { background: rgba(186,220,255,0.15); color: var(--sky); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 50px; }
 
/* ─── HR LEADERS SECTION ─── */
.hr-section { background: var(--navy); padding: 80px 48px; border-top: 1px solid rgba(186,220,255,0.08); }
.hr-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; gap: 64px; align-items: center; }
.hr-badge-col { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hr-badge { width: 160px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.hr-badge-icon { width: 72px; height: 72px; background: rgba(186,220,255,0.1); border: 1.5px solid rgba(186,220,255,0.25); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.hr-badge-label { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(186,220,255,0.5); line-height: 1.4; }
.hr-content h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 900; color: white; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; margin-top: 14px; }
.hr-content p { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.65); font-weight: 400; margin-bottom: 12px; }
.hr-content p em { color: rgba(255,255,255,0.85); font-style: italic; }
.hr-pillars-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 32px; }
.hr-pillar-chip { display: flex; align-items: center; gap: 8px; background: rgba(186,220,255,0.08); border: 1px solid rgba(186,220,255,0.15); border-radius: 50px; padding: 7px 14px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.65); }
.hpc-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
 
/* ─── QUOTE BAND ─── */
.quote-band { background: linear-gradient(135deg, #070F36 0%, #0e1e60 100%); padding: 80px 48px; text-align: center; position: relative; overflow: hidden; }
.quote-band::before { content: '"'; position: absolute; top: -40px; left: 48px; font-family: 'Bright Clones DEMO', cursive; font-size: 320px; color: rgba(255,255,255,0.04); line-height: 1; pointer-events: none; }
.quote-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.quote-inner blockquote { font-size: clamp(20px, 2.5vw, 28px); font-weight: 700; color: white; line-height: 1.5; margin-bottom: 24px; }
.quote-inner blockquote strong { color: var(--sky); font-weight: 900; }
.quote-source { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.1); border-radius: 50px; padding: 8px 20px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; text-transform: uppercase; }
.quote-source .qs-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sky); }
 
/* ─── FOOTER ─── */
footer { background: var(--navy); padding: 32px 48px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
footer p { font-size: 13px; color: rgba(255,255,255,0.4); font-weight: 600; }
footer p strong { color: rgba(255,255,255,0.7); font-weight: 800; }
footer a { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; font-weight: 600; transition: color 0.2s; }
footer a:hover { color: white; }
 
/* ─── MODAL ─── */
.modal-overlay { position: fixed; inset: 0; background: rgba(7,15,54,0.7); backdrop-filter: blur(6px); z-index: 500; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box { background: white; border-radius: var(--radius-lg); padding: 48px; width: 100%; max-width: 580px; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: 0 32px 80px rgba(7,15,54,0.3); transform: translateY(20px) scale(0.98); transition: transform 0.3s ease; }
.modal-overlay.open .modal-box { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 16px; right: 20px; background: var(--cloud); border: none; border-radius: 50%; width: 32px; height: 32px; font-size: 14px; color: var(--muted); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; font-family: 'Beatrice', sans-serif; }
.modal-close:hover { background: var(--border); color: var(--navy); }
.modal-progress-wrap { height: 5px; background: var(--cloud); border-radius: 4px; overflow: hidden; margin-bottom: 8px; }
.modal-progress-bar { height: 100%; background: linear-gradient(90deg, var(--cornflower), var(--sky)); border-radius: 4px; width: 10%; transition: width 0.4s ease; }
.modal-progress-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 28px; }
.modal-q { display: none; }
.modal-q.active { display: block; }
.modal-q-tag { display: inline-block; background: var(--sky-light); color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; margin-bottom: 14px; }
.modal-q h3 { font-size: 20px; font-weight: 800; color: var(--navy); line-height: 1.35; letter-spacing: -0.01em; margin-bottom: 24px; }
.modal-options { display: flex; flex-direction: column; gap: 10px; }
.mopt { background: var(--off-white); border: 1.5px solid var(--border); border-radius: 12px; padding: 14px 18px; font-family: 'Beatrice', sans-serif; font-size: 14px; font-weight: 600; color: var(--body); cursor: pointer; text-align: left; transition: all 0.2s ease; line-height: 1.4; }
.mopt:hover { border-color: var(--cornflower); background: var(--sky-light); color: var(--navy); }
.mopt.chosen { border-color: var(--navy); background: var(--navy); color: white; }
.modal-result { text-align: center; padding-top: 8px; }
.result-icon { font-size: 56px; margin-bottom: 16px; line-height: 1; }
.result-label { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 16px; border-radius: 50px; margin-bottom: 16px; }
.result-label.green  { background: #e6f9ee; color: #1a7a3a; }
.result-label.yellow { background: #fff8e0; color: #8a6000; }
.result-label.red    { background: #feeae6; color: #a02010; }
.modal-result h3 { font-size: 22px; font-weight: 900; color: var(--navy); margin-bottom: 12px; line-height: 1.3; }
.modal-result p { font-size: 15px; color: var(--body); line-height: 1.7; margin-bottom: 32px; }
.result-cta-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
 
/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 48px; }
  .hero-right { display: none; }
  .assess-inner, .guide-inner, .video-inner { grid-template-columns: 1fr; gap: 48px; }
  .assess-visual, .book-display { display: none; }
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .section-header { grid-template-columns: 1fr; }
  .section-header p { text-align: left; }
  .hr-inner { grid-template-columns: 1fr; gap: 32px; }
  .hr-badge-col { display: none; }
  .hero, .assess-section, .pillars, .guide-section, .video-section, .hr-section, .quote-band, footer { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 600px) {
  .pillars-grid { grid-template-columns: 1fr; }
  .modal-box { padding: 32px 24px; }
  }
  .elementor-section-wrap,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}/* End custom CSS */