
:root{
  --bg:#000000;
  --bg-soft:#070707;
  --panel:#0d0d0d;
  --panel-2:#121212;
  --white:#ffffff;

  --gold-shadow:#6D4107;
  --gold-mid:#D09B33;
  --gold:#E8C06C;
  --gold-2:#E5BA59;
  --gold-hi:#FBE7A1;

  --teal-shadow:#023937;
  --teal:#008282;
  --teal-bright:#029798;
  --teal-hi:#62DCDB;

  --muted:#d5c596;
  --muted-2:#9fb8b3;
  --line:rgba(232,192,108,.18);
  --shadow:0 30px 80px rgba(0,0,0,.35);
  --radius:28px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.peak-world-page{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--white);
  overflow-x:hidden;
}
.peak-world-page img{display:block;max-width:100%}
.peak-world-page a{color:inherit;text-decoration:none}
.peak-world-page button,.peak-world-page input,.peak-world-page select,.peak-world-page textarea{font:inherit}
.peak-world-page button{cursor:pointer}
.peak-world-site .shell{width:100%;max-width:none;margin:0;padding-left:clamp(22px,4vw,72px);padding-right:clamp(22px,4vw,72px)}
.peak-world-site .nav{
  position:fixed;inset:0 0 auto 0;z-index:60;
  background:rgba(0,0,0,.82);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(232,192,108,.12)
}
.peak-world-site .nav-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.peak-world-site .brand{display:flex;align-items:center;gap:14px;font-weight:900;letter-spacing:-.04em}
.peak-world-site .brand-logo{
  width:56px;height:56px;border-radius:16px;overflow:hidden;flex:0 0 auto;
  border:1px solid rgba(232,192,108,.28);box-shadow:0 12px 30px rgba(232,192,108,.12);object-fit:cover
}
.peak-world-site .brand small{display:block;font-size:10px;letter-spacing:.16em;color:var(--teal-hi);font-weight:700;margin-top:2px}
.peak-world-site .nav-links{display:flex;gap:22px;color:#eadfbe;font-size:14px}
.peak-world-site .nav-links a:hover{color:var(--gold-hi)}
.peak-world-site .nav-actions{display:flex;gap:10px}
.peak-world-site .btn{
  border:0;border-radius:999px;padding:13px 18px;font-weight:850;
  transition:.22s transform,.22s background,.22s box-shadow,.22s border;
  display:inline-flex;align-items:center;gap:9px
}
.peak-world-site .btn:hover{transform:translateY(-2px)}
.peak-world-site .btn-primary{
  color:#120b00;
  background:linear-gradient(90deg,var(--gold-2),var(--gold-hi));
  box-shadow:0 12px 35px rgba(232,192,108,.16)
}
.peak-world-site .btn-ghost{color:#fff;background:rgba(255,255,255,.04);border:1px solid rgba(232,192,108,.18)}
.peak-world-site .hero{
  min-height:100vh;display:grid;align-items:center;padding:132px 0 70px;position:relative;isolation:isolate
}
.peak-world-site .hero:before{
  content:"";position:absolute;inset:0;z-index:-3;
  background:
    radial-gradient(circle at 15% 15%,rgba(232,192,108,.18),transparent 30%),
    radial-gradient(circle at 82% 16%,rgba(0,130,130,.18),transparent 28%),
    radial-gradient(circle at 60% 80%,rgba(232,192,108,.10),transparent 31%),
    linear-gradient(180deg,#000000 0%,#050505 100%);
}
.peak-world-site .hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:64px;align-items:center}
.peak-world-site .eyebrow{
  display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(232,192,108,.18);
  border-radius:999px;background:rgba(255,255,255,.03);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#f3e4be
}
.peak-world-site .pulse{width:8px;height:8px;border-radius:50%;background:var(--teal-hi);box-shadow:0 0 0 7px rgba(98,220,219,.10)}
.peak-world-site h1{
  font-size:clamp(52px,7.2vw,96px);line-height:.91;letter-spacing:-.065em;margin:24px 0 24px;
  max-width:760px
}
.peak-world-site .gradient-text{
  background:linear-gradient(90deg,var(--gold-2),var(--gold-hi) 42%,var(--teal-hi) 90%);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.peak-world-site .hero p{font-size:19px;line-height:1.65;color:#e2d5ae;max-width:650px;margin:0}
.peak-world-site .hero-actions{display:flex;gap:12px;margin-top:31px;flex-wrap:wrap}
.peak-world-site .hero-visual{position:relative;min-height:640px}
.peak-world-site .hero-image{
  position:absolute;inset:24px 0 24px 0;border-radius:36px;overflow:hidden;box-shadow:var(--shadow);
  border:1px solid rgba(232,192,108,.18);object-fit:cover;width:100%;height:100%
}
.peak-world-site .float-card{
  position:absolute;background:rgba(7,7,7,.82);backdrop-filter:blur(18px);border:1px solid rgba(232,192,108,.18);
  box-shadow:0 20px 60px rgba(0,0,0,.25);border-radius:20px;padding:15px 16px;animation:peakFloat 5s ease-in-out infinite
}
.peak-world-site .float-card .k{font-size:11px;color:#c7b17f;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.peak-world-site .float-card .v{font-size:24px;font-weight:950;margin-top:4px;letter-spacing:-.04em}
.peak-world-site .fc1{top:0;right:-12px}
.peak-world-site .fc2{left:-38px;top:190px;animation-delay:-1.4s}
.peak-world-site .fc3{right:-24px;bottom:92px;animation-delay:-2.2s}
.peak-world-site .ring{
  width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin-right:10px;
  background:conic-gradient(var(--gold) 0 82%,rgba(255,255,255,.12) 82% 100%);
  position:relative;font-weight:900;color:#07111f
}
.peak-world-site .ring:after{content:"82%";position:absolute;inset:6px;border-radius:50%;background:#101010;color:#fff;display:grid;place-items:center;font-size:12px}
.peak-world-site .progress-card{display:flex;align-items:center;min-width:200px}
@keyframes peakFloat{50%{transform:translateY(-10px)}}
.peak-world-site .section{padding:110px 0;position:relative}
.peak-world-site .alt{background:linear-gradient(180deg,#050505,#0a0a0a)}
.peak-world-site .section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:46px}
.peak-world-site .section-head h2{font-size:clamp(39px,5vw,70px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:800px}
.peak-world-site .section-head p{max-width:430px;color:#cdbf98;line-height:1.65;margin:0}
.peak-world-site .role-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.peak-world-site .role-card{
  min-height:220px;padding:22px;border:1px solid rgba(232,192,108,.18);background:#080808;border-radius:24px;display:flex;flex-direction:column;
  justify-content:space-between;transition:.25s transform,.25s box-shadow,.25s border;position:relative;overflow:hidden;color:#fff
}
.peak-world-site .role-card:hover,.peak-world-site .role-card.active{transform:translateY(-6px);box-shadow:0 22px 50px rgba(0,0,0,.26);border-color:var(--gold)}
.peak-world-site .role-card:before{content:"";position:absolute;inset:auto -18px -18px auto;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(0,130,130,.20),transparent 65%)}
.peak-world-site .role-icon{font-size:27px;color:var(--gold-hi)}
.peak-world-site .role-card h3{margin:0 0 8px;font-size:18px}
.peak-world-site .role-card p{font-size:13px;line-height:1.5;color:#d5c8a2;margin:0}
.peak-world-site .role-arrow{width:34px;height:34px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;align-self:flex-end}
.peak-world-site .role-reveal{
  margin-top:20px;background:#090909;color:#fff;padding:28px;border-radius:28px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;
  border:1px solid rgba(232,192,108,.16)
}
.peak-world-site .role-reveal h3{font-size:28px;margin:0 0 8px;letter-spacing:-.035em}
.peak-world-site .role-reveal p{margin:0;color:#decd9d;max-width:720px;line-height:1.55}
.peak-world-site .question-stage{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:center}
.peak-world-site .question-photo,
.peak-world-site .feature-image{
  width:100%;height:100%;object-fit:cover;border-radius:32px;border:1px solid rgba(232,192,108,.18);box-shadow:var(--shadow)
}
.peak-world-site .question-photo{min-height:560px}
.peak-world-site .question-wrap{position:relative}
.peak-world-site .question-wrap .tag{position:absolute;left:24px;bottom:24px;background:rgba(0,0,0,.72);backdrop-filter:blur(16px);padding:14px 16px;border-radius:16px;font-weight:850;color:var(--gold-hi)}
.peak-world-site .questions{display:grid;gap:12px}
.peak-world-site .q{
  padding:20px 22px;border:1px solid rgba(232,192,108,.15);border-radius:18px;background:rgba(255,255,255,.02);
  color:#dacb9e;transition:.25s;cursor:default
}
.peak-world-site .q:hover{transform:translateX(8px);background:rgba(0,130,130,.08);color:#fff;border-color:rgba(98,220,219,.32)}
.peak-world-site .q strong{color:#fff}
.peak-world-site .journey{display:grid;grid-template-columns:repeat(8,1fr);gap:9px}
.peak-world-site .step{padding:18px 12px;border-radius:18px;background:#090909;border:1px solid rgba(232,192,108,.18);text-align:center;transition:.2s}
.peak-world-site .step:hover{transform:translateY(-5px);border-color:var(--gold)}
.peak-world-site .step b{display:block;font-size:11px;color:var(--teal-hi);margin-bottom:7px}
.peak-world-site .step span{font-size:13px;font-weight:850}
.peak-world-site .journey-note{
  margin-top:19px;border-radius:24px;padding:24px;background:#090909;color:#fff;display:flex;justify-content:space-between;gap:20px;align-items:center;border:1px solid rgba(232,192,108,.18)
}
.peak-world-site .journey-note strong{font-size:24px;letter-spacing:-.03em;color:var(--gold-hi)}
.peak-world-site .journey-note p{margin:4px 0 0;color:#ddcd9c}
.peak-world-site .coach{
  background:
   radial-gradient(circle at 10% 0,rgba(232,192,108,.12),transparent 28%),
   radial-gradient(circle at 90% 80%,rgba(0,130,130,.12),transparent 30%),
   #040404;
}
.peak-world-site .coach-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:center}
.peak-world-site .coach-copy h2{font-size:clamp(46px,6vw,78px);line-height:.96;letter-spacing:-.06em;margin:0 0 22px}
.peak-world-site .coach-copy p{color:#ddcd9c;font-size:17px;line-height:1.65}
.peak-world-site .pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:23px}
.peak-world-site .pill{border:1px solid rgba(232,192,108,.18);padding:9px 12px;border-radius:999px;color:#eedcb0;font-size:12px}
.peak-world-site .phone{
  width:min(100%,540px);margin:auto;border-radius:34px;background:#111;padding:14px;box-shadow:0 40px 100px rgba(0,0,0,.36);
  border:1px solid rgba(232,192,108,.20)
}
.peak-world-site .phone-screen{min-height:575px;border-radius:25px;background:#faf8f2;color:#102033;overflow:hidden;display:flex;flex-direction:column}
.peak-world-site .chat-head{padding:18px;border-bottom:1px solid #e4dcc8;display:flex;align-items:center;gap:12px;background:#fffdf7}
.peak-world-site .coach-avatar{width:40px;height:40px;border-radius:15px;background:linear-gradient(135deg,var(--gold-2),var(--teal-hi));display:grid;place-items:center;font-weight:950;color:#07111f}
.peak-world-site .chat-head small{display:block;color:#6b7c8e;margin-top:2px}
.peak-world-site .chat-body{padding:20px;display:flex;flex-direction:column;gap:14px;flex:1}
.peak-world-site .bubble{max-width:84%;padding:13px 15px;border-radius:17px;font-size:14px;line-height:1.5}
.peak-world-site .student{align-self:flex-end;background:#0b1012;color:#fff;border-bottom-right-radius:5px}
.peak-world-site .coach-msg{align-self:flex-start;background:#efe6d0;border-bottom-left-radius:5px}
.peak-world-site .typing{width:60px;height:42px}
.peak-world-site .dot{display:inline-block;width:6px;height:6px;background:#8093a7;border-radius:50%;margin:0 2px;animation:peakBounce 1.2s infinite}
.peak-world-site .dot:nth-child(2){animation-delay:.15s}
.peak-world-site .dot:nth-child(3){animation-delay:.3s}
@keyframes peakBounce{50%{transform:translateY(-5px)}}
.peak-world-site .chat-actions{padding:14px 18px;border-top:1px solid #e4dcc8;display:flex;gap:8px;flex-wrap:wrap;background:#fffdf7}
.peak-world-site .chat-chip{border:1px solid #d7c59e;background:#fff;border-radius:999px;padding:9px 11px;font-size:12px;color:#24364a}
.peak-world-site .chat-chip:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
.peak-world-site .dashboard-stage{display:grid;grid-template-columns:260px 1fr;gap:18px}
.peak-world-site .persona-list{display:grid;gap:9px}
.peak-world-site .persona{
  border:1px solid rgba(232,192,108,.18);background:#090909;padding:16px;border-radius:18px;text-align:left;font-weight:850;color:#f4e4b9
}
.peak-world-site .persona.active{background:linear-gradient(135deg,var(--gold-shadow),#1a1206);color:#fff;border-color:var(--gold)}
.peak-world-site .dash{background:#080808;border-radius:28px;padding:25px;min-height:500px;color:#fff;overflow:hidden;position:relative;border:1px solid rgba(232,192,108,.18)}
.peak-world-site .dash-top{display:flex;justify-content:space-between;gap:20px;align-items:center}
.peak-world-site .dash-title h3{margin:0;font-size:27px;letter-spacing:-.035em}
.peak-world-site .dash-title p{color:#d8c89e;margin:5px 0 0;font-size:13px}
.peak-world-site .badge{padding:9px 12px;border-radius:999px;background:rgba(0,130,130,.12);color:var(--teal-hi);font-size:11px;font-weight:850}
.peak-world-site .metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}
.peak-world-site .metric{background:rgba(255,255,255,.03);border:1px solid rgba(232,192,108,.12);padding:17px;border-radius:18px}
.peak-world-site .metric small{color:#cfbf97}
.peak-world-site .metric b{display:block;font-size:28px;margin-top:5px;letter-spacing:-.04em;color:var(--gold-hi)}
.peak-world-site .chart{
  height:210px;margin-top:13px;border-radius:20px;background:
  linear-gradient(180deg,rgba(0,130,130,.16),transparent),
  repeating-linear-gradient(0deg,transparent 0 39px,rgba(255,255,255,.05) 40px),
  repeating-linear-gradient(90deg,transparent 0 79px,rgba(255,255,255,.03) 80px);
  position:relative;overflow:hidden;border:1px solid rgba(232,192,108,.10)
}
.peak-world-site .chart svg{position:absolute;inset:0;width:100%;height:100%}
.peak-world-site .insights{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-top:10px}
.peak-world-site .insight{border-radius:18px;background:rgba(255,255,255,.03);padding:17px;border:1px solid rgba(232,192,108,.10)}
.peak-world-site .insight small{color:#cfbf97}
.peak-world-site .insight p{margin:8px 0 0;color:#f7eed6;font-size:13px;line-height:1.5}
.peak-world-site .audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.peak-world-site .audience-card{
  background:#090909;border:1px solid rgba(232,192,108,.14);border-radius:28px;overflow:hidden
}
.peak-world-site .audience-card .copy{padding:26px}
.peak-world-site .audience-card h3{font-size:32px;letter-spacing:-.035em;margin:0 0 10px;color:var(--gold-hi)}
.peak-world-site .audience-card p{margin:0;color:#ddcd9c;line-height:1.6}
.peak-world-site .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.peak-world-site .feature{
  min-height:245px;padding:24px;border-radius:24px;border:1px solid rgba(232,192,108,.14);background:rgba(255,255,255,.02);
  transition:.25s;position:relative;overflow:hidden
}
.peak-world-site .feature:hover{transform:translateY(-7px);background:rgba(255,255,255,.05);border-color:rgba(232,192,108,.28)}
.peak-world-site .feature .num{font-size:11px;color:var(--teal-hi);font-weight:900;letter-spacing:.1em}
.peak-world-site .feature h3{font-size:22px;margin:50px 0 8px;letter-spacing:-.035em;color:var(--gold-hi)}
.peak-world-site .feature p{color:#dccd9f;font-size:14px;line-height:1.55}
.peak-world-site .feature:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(232,192,108,.13),transparent 65%);right:-30px;top:-30px}
.peak-world-site .compare{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.peak-world-site .compare-card{padding:32px;border-radius:28px;background:#090909;border:1px solid rgba(232,192,108,.16)}
.peak-world-site .compare-card.peak{background:linear-gradient(135deg,#130e05,#071818 75%);color:#fff;border-color:rgba(232,192,108,.30);box-shadow:var(--shadow)}
.peak-world-site .compare-card h3{font-size:28px;margin:0 0 18px;letter-spacing:-.04em;color:var(--gold-hi)}
.peak-world-site .check{display:flex;gap:10px;padding:9px 0;color:#dccd9f}
.peak-world-site .check i{width:21px;height:21px;border-radius:50%;background:#1a1a1a;display:grid;place-items:center;font-size:11px;font-style:normal;border:1px solid rgba(232,192,108,.18)}
.peak-world-site .peak .check i{background:rgba(0,130,130,.18);color:var(--teal-hi);border-color:rgba(0,130,130,.25)}
.peak-world-site .manifesto{
  min-height:620px;border-radius:36px;overflow:hidden;display:flex;align-items:flex-end;padding:38px;position:relative;
  border:1px solid rgba(232,192,108,.15);box-shadow:var(--shadow)
}
.peak-world-site .manifesto img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.peak-world-site .manifesto:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.90))}
.peak-world-site .manifesto h2{position:relative;z-index:2;font-size:clamp(44px,6.5vw,86px);line-height:.92;letter-spacing:-.06em;margin:0;max-width:900px}
.peak-world-site .manifesto span{color:var(--gold-hi)}
.peak-world-site .cta-panel{
  padding:54px;border-radius:34px;background:
  radial-gradient(circle at 90% 0,rgba(232,192,108,.15),transparent 25%),
  linear-gradient(135deg,#120d05,#061313 58%);
  border:1px solid rgba(232,192,108,.16);display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center
}
.peak-world-site .cta-panel h2{font-size:clamp(40px,5vw,66px);line-height:.96;letter-spacing:-.055em;margin:0 0 13px;color:var(--gold-hi)}
.peak-world-site .cta-panel p{color:#dfd0a3;max-width:700px;line-height:1.6;margin:0}
.peak-world-site .form-card{
  background:#090909;border:1px solid rgba(232,192,108,.14);border-radius:28px;padding:30px
}
.peak-world-site .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.peak-world-site .field{display:grid;gap:6px}
.peak-world-site .field.full{grid-column:1/-1}
.peak-world-site .field label{font-size:12px;font-weight:800;color:#ddcd9c}
.peak-world-site .field input,.peak-world-site .field select,.peak-world-site .field textarea{
  width:100%;border:1px solid rgba(232,192,108,.18);border-radius:13px;padding:14px;background:#111;color:#fff;outline:0
}
.peak-world-site .field input:focus,.peak-world-site .field select:focus,.peak-world-site .field textarea:focus{
  border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,130,130,.12)
}
.peak-world-site .footer{padding:55px 0 30px;border-top:1px solid rgba(232,192,108,.10);color:#d8c89e}
.peak-world-site .footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}
.peak-world-site .footer h4{color:var(--gold-hi);margin:0 0 14px}
.peak-world-site .footer a{display:block;margin:9px 0;font-size:13px}
.peak-world-site .footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:46px;padding-top:22px;border-top:1px solid rgba(232,192,108,.08);font-size:12px}
.peak-world-site .reveal{opacity:0;transform:translateY(22px);transition:.7s ease}
.peak-world-site .reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
  .peak-world-site .nav-links{display:none}
  .peak-world-site .hero-grid,.peak-world-site .coach-grid,.peak-world-site .question-stage{grid-template-columns:1fr}
  .peak-world-site .hero-visual{min-height:540px}
  .peak-world-site .role-grid{grid-template-columns:repeat(2,1fr)}
  .peak-world-site .role-grid .role-card:last-child{grid-column:1/-1}
  .peak-world-site .journey{grid-template-columns:repeat(4,1fr)}
  .peak-world-site .dashboard-stage{grid-template-columns:1fr}
  .peak-world-site .persona-list{grid-template-columns:repeat(5,1fr)}
  .peak-world-site .persona{font-size:11px;padding:12px 8px;text-align:center}
  .peak-world-site .audience-grid,.peak-world-site .feature-grid{grid-template-columns:repeat(2,1fr)}
  .peak-world-site .footer-grid{grid-template-columns:1fr 1fr}
  .peak-world-site .cta-panel{grid-template-columns:1fr}
}
@media(max-width:640px){
  .peak-world-site .nav-actions .btn-ghost{display:none}
  .peak-world-site .nav-inner{height:72px}
  .peak-world-site .brand-logo{width:48px;height:48px}
  .peak-world-site .hero{padding-top:112px}
  .peak-world-site .hero p{font-size:16px}
  .peak-world-site .hero-visual{min-height:500px}
  .peak-world-site .fc2{left:-6px}
  .peak-world-site .fc1{right:-5px}
  .peak-world-site .fc3{right:-5px}
  .peak-world-site .section{padding:76px 0}
  .peak-world-site .section-head{display:block}
  .peak-world-site .section-head p{margin-top:16px}
  .peak-world-site .role-grid,.peak-world-site .feature-grid,.peak-world-site .compare,.peak-world-site .metrics,.peak-world-site .insights,.peak-world-site .footer-grid,.peak-world-site .audience-grid,.peak-world-site .form-grid{grid-template-columns:1fr}
  .peak-world-site .role-reveal{grid-template-columns:1fr}
  .peak-world-site .journey{grid-template-columns:repeat(2,1fr)}
  .peak-world-site .journey-note{display:block}
  .peak-world-site .journey-note .btn{margin-top:18px}
  .peak-world-site .question-photo{min-height:430px}
  .peak-world-site .persona-list{grid-template-columns:repeat(2,1fr)}
  .peak-world-site .dash{padding:18px}
  .peak-world-site .chart{height:170px}
  .peak-world-site .manifesto{min-height:520px;padding:24px}
  .peak-world-site .cta-panel{padding:32px 23px}
  .peak-world-site .field.full{grid-column:auto}
  .peak-world-site .footer-bottom{display:block}
}


/* Full-screen fluid layout refinement */
.peak-world-site .nav-inner,
.peak-world-site .hero-grid,
.peak-world-site .section-head,
.peak-world-site .question-stage,
.peak-world-site .coach-grid,
.peak-world-site .dashboard-stage,
.peak-world-site .audience-grid,
.peak-world-site .feature-grid,
.peak-world-site .compare,
.peak-world-site .cta-panel,
.peak-world-site .footer-grid{
  width:100%;
}

.peak-world-site .hero{
  width:100%;
  min-height:100vh;
}

.peak-world-site .hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(0,1.15fr);
  gap:clamp(36px,5vw,84px);
}

.peak-world-site .hero-visual{
  min-height:min(72vh,760px);
}

.peak-world-site .hero-image{
  inset:0;
  border-radius:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.peak-world-site .hero-visual{
  border-radius:30px;
  overflow:visible;
}

.peak-world-site .section{
  width:100%;
}

.peak-world-site .role-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.peak-world-site .audience-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.peak-world-site .manifesto{
  width:100%;
}

@media (min-width:1440px){
  .peak-world-site .shell{
    padding-left:clamp(44px,4.5vw,90px);
    padding-right:clamp(44px,4.5vw,90px);
  }
  .peak-world-site h1{
    font-size:clamp(68px,6.6vw,112px);
  }
  .peak-world-site .section-head h2{
    font-size:clamp(48px,4.8vw,78px);
  }
}

@media(max-width:980px){
  .peak-world-site .hero-grid{
    grid-template-columns:1fr;
  }
  .peak-world-site .hero-visual{
    min-height:58vh;
  }
}

@media(max-width:640px){
  .peak-world-site .shell{
    padding-left:18px;
    padding-right:18px;
  }
  .peak-world-site .hero-visual{
    min-height:52vh;
  }
}


/* Product clarity and benefit-led sections */
.peak-world-site .peak-explainer{
  background:
    radial-gradient(circle at 82% 20%,rgba(0,130,130,.10),transparent 26%),
    linear-gradient(180deg,#050505,#000);
}
.peak-world-site .explainer-hero{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:clamp(32px,6vw,90px);
  align-items:end;
  margin-bottom:42px;
}
.peak-world-site .explainer-hero h2{
  font-size:clamp(46px,6vw,86px);
  line-height:.94;
  letter-spacing:-.06em;
  margin:18px 0 0;
  max-width:760px;
}
.peak-world-site .explainer-definition{
  padding:30px;
  border-radius:28px;
  background:linear-gradient(135deg,rgba(232,192,108,.10),rgba(0,130,130,.08));
  border:1px solid rgba(232,192,108,.20);
}
.peak-world-site .explainer-definition strong{
  display:block;
  color:var(--gold-hi);
  font-size:24px;
  letter-spacing:-.025em;
  margin-bottom:12px;
}
.peak-world-site .explainer-definition p{
  margin:0;
  color:#eadcb6;
  font-size:17px;
  line-height:1.7;
}
.peak-world-site .pillar-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.peak-world-site .pillar-card{
  min-height:260px;
  padding:25px;
  border-radius:24px;
  border:1px solid rgba(232,192,108,.16);
  background:#090909;
  transition:.25s transform,.25s border,.25s background;
}
.peak-world-site .pillar-card:hover{
  transform:translateY(-6px);
  border-color:var(--teal-hi);
  background:#0c1111;
}
.peak-world-site .pillar-card span{
  color:var(--teal-hi);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.peak-world-site .pillar-card h3{
  color:var(--gold-hi);
  font-size:30px;
  margin:62px 0 10px;
  letter-spacing:-.04em;
}
.peak-world-site .pillar-card p{
  color:#d8c89e;
  line-height:1.6;
  margin:0;
}
.peak-world-site .plain-language{
  margin-top:20px;
  padding:28px 30px;
  border-left:3px solid var(--gold);
  background:rgba(232,192,108,.055);
  display:grid;
  grid-template-columns:180px 1fr;
  gap:26px;
  align-items:center;
}
.peak-world-site .plain-language-label{
  color:var(--teal-hi);
  font-size:11px;
  letter-spacing:.14em;
  font-weight:950;
}
.peak-world-site .plain-language p{
  margin:0;
  font-size:22px;
  line-height:1.5;
  color:#f0e3c1;
}
.peak-world-site .plain-language strong{color:var(--gold-hi)}

.peak-world-site .benefit-section{
  background:
    radial-gradient(circle at 12% 15%,rgba(232,192,108,.09),transparent 25%),
    #000;
}
.peak-world-site .value-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.peak-world-site .value-card{
  min-height:245px;
  padding:25px;
  border-radius:24px;
  background:linear-gradient(180deg,#0b0b0b,#060606);
  border:1px solid rgba(232,192,108,.14);
}
.peak-world-site .value-number{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(0,130,130,.12);
  border:1px solid rgba(98,220,219,.18);
  color:var(--teal-hi);
  font-size:12px;font-weight:950
}
.peak-world-site .value-card h3{
  margin:40px 0 10px;
  color:var(--gold-hi);
  font-size:24px;
  letter-spacing:-.035em
}
.peak-world-site .value-card p{
  margin:0;
  color:#d7c89d;
  line-height:1.6
}

.peak-world-site .audience-benefits{
  background:linear-gradient(180deg,#000,#050505 50%,#000)
}
.peak-world-site .benefit-story{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:570px;
  margin-top:28px;
  border:1px solid rgba(232,192,108,.16);
  border-radius:32px;
  overflow:hidden;
  background:#080808;
}
.peak-world-site .benefit-story.reverse .benefit-image{order:2}
.peak-world-site .benefit-story.reverse .benefit-copy{order:1}
.peak-world-site .benefit-image{
  min-height:100%;
  overflow:hidden;
  position:relative;
}
.peak-world-site .benefit-image:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,transparent 60%,rgba(0,0,0,.18));
  pointer-events:none
}
.peak-world-site .benefit-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.peak-world-site .benefit-copy{
  padding:clamp(30px,5vw,62px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.peak-world-site .benefit-kicker{
  color:var(--teal-hi);
  font-size:11px;
  font-weight:950;
  letter-spacing:.15em;
  margin-bottom:15px;
}
.peak-world-site .benefit-copy h3{
  font-size:clamp(36px,4vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
  color:var(--gold-hi);
  margin:0 0 18px;
}
.peak-world-site .benefit-lead{
  color:#eadab0;
  font-size:17px;
  line-height:1.65;
  margin:0 0 22px;
}
.peak-world-site .benefit-list{
  display:grid;
  gap:13px;
  margin-bottom:28px;
}
.peak-world-site .benefit-list div{
  display:grid;
  grid-template-columns:155px 1fr;
  gap:14px;
  padding:13px 0;
  border-top:1px solid rgba(232,192,108,.10);
}
.peak-world-site .benefit-list b{
  color:#fff;
}
.peak-world-site .benefit-list span{
  color:#cdbf98;
  line-height:1.5;
}

.peak-world-site .before-after{
  display:grid;
  grid-template-columns:1fr 80px 1fr;
  gap:18px;
  align-items:stretch;
}
.peak-world-site .state-card{
  padding:32px;
  border-radius:28px;
  border:1px solid rgba(232,192,108,.16);
  background:#080808;
}
.peak-world-site .state-card.after{
  background:linear-gradient(135deg,#120e05,#061515);
  border-color:rgba(98,220,219,.22);
}
.peak-world-site .state-label{
  color:var(--teal-hi);
  font-size:11px;
  font-weight:950;
  letter-spacing:.13em;
}
.peak-world-site .state-card h3{
  color:var(--gold-hi);
  font-size:31px;
  letter-spacing:-.04em;
  margin:18px 0 22px;
}
.peak-world-site .state-card ul{
  padding:0;margin:0;list-style:none;display:grid;gap:13px
}
.peak-world-site .state-card li{
  color:#d8c89e;
  line-height:1.5;
  padding-left:23px;
  position:relative;
}
.peak-world-site .state-card li:before{
  content:"";
  position:absolute;
  left:0;top:.58em;
  width:8px;height:8px;border-radius:50%;
  background:var(--gold-mid)
}
.peak-world-site .state-card.after li:before{background:var(--teal-hi)}
.peak-world-site .state-arrow{
  display:grid;place-items:center;
  color:var(--gold-hi);
  font-size:42px;
}
.peak-world-site .outcome-note{
  margin-top:20px;
  border-radius:20px;
  padding:22px 26px;
  border:1px solid rgba(232,192,108,.15);
  background:rgba(232,192,108,.05);
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.peak-world-site .outcome-note strong{
  color:var(--gold-hi);
  min-width:280px;
}
.peak-world-site .outcome-note span{
  color:#d8c89e;
  line-height:1.6
}

.peak-world-site .faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.peak-world-site .faq-grid details{
  border:1px solid rgba(232,192,108,.14);
  border-radius:20px;
  background:#090909;
  padding:0 20px;
}
.peak-world-site .faq-grid summary{
  cursor:pointer;
  list-style:none;
  padding:21px 0;
  color:var(--gold-hi);
  font-weight:850;
  font-size:17px;
}
.peak-world-site .faq-grid summary::-webkit-details-marker{display:none}
.peak-world-site .faq-grid summary:after{
  content:"+";
  float:right;
  color:var(--teal-hi);
  font-size:22px;
}
.peak-world-site .faq-grid details[open] summary:after{content:"−"}
.peak-world-site .faq-grid details p{
  color:#d8c89e;
  line-height:1.65;
  padding:0 0 22px;
  margin:0
}

@media(max-width:980px){
  .peak-world-site .explainer-hero,
  .peak-world-site .benefit-story,
  .peak-world-site .before-after{
    grid-template-columns:1fr;
  }
  .peak-world-site .pillar-grid,
  .peak-world-site .value-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .peak-world-site .plain-language{
    grid-template-columns:1fr;
  }
  .peak-world-site .benefit-story.reverse .benefit-image,
  .peak-world-site .benefit-story.reverse .benefit-copy{
    order:initial
  }
  .peak-world-site .benefit-image{min-height:420px}
  .peak-world-site .state-arrow{transform:rotate(90deg);height:50px}
  .peak-world-site .outcome-note{display:block}
  .peak-world-site .outcome-note strong{display:block;min-width:0;margin-bottom:8px}
}
@media(max-width:640px){
  .peak-world-site .pillar-grid,
  .peak-world-site .value-grid,
  .peak-world-site .faq-grid{
    grid-template-columns:1fr;
  }
  .peak-world-site .benefit-list div{
    grid-template-columns:1fr;
    gap:4px;
  }
  .peak-world-site .benefit-image{min-height:320px}
  .peak-world-site .plain-language p{font-size:18px}
}


/* ==========================================================
   BALANCED MEDIA PASS
   Keeps the site screen-filling without forcing every image
   to become full-bleed or unnaturally tall.
   ========================================================== */

/* Main page rhythm: wide, but never touching the browser edges */
.peak-world-site .shell{
  width:min(94vw,1700px);
  max-width:1700px;
  margin-left:auto;
  margin-right:auto;
  padding-left:0;
  padding-right:0;
}

/* Keep navigation aligned with the same content rails */
.peak-world-site .nav .shell{
  width:min(94vw,1700px);
}

/* HERO: preserve the generated 16:9 composition */
.peak-world-site .hero-grid{
  grid-template-columns:minmax(0,.95fr) minmax(560px,1.05fr);
  gap:clamp(42px,5vw,86px);
}
.peak-world-site .hero-visual{
  min-height:0;
  aspect-ratio:16 / 9;
  width:100%;
  max-width:920px;
  justify-self:end;
  margin-block:34px;
  border-radius:32px;
}
.peak-world-site .hero-image{
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:32px;
  border:1px solid rgba(232,192,108,.18);
  box-shadow:var(--shadow);
}
.peak-world-site .fc1{right:-10px;top:-14px}
.peak-world-site .fc2{left:-26px;top:38%}
.peak-world-site .fc3{right:-14px;bottom:-12px}

/* The parent image beside the report-card question is a 4:3 image.
   Let it remain 4:3 rather than forcing it to match the copy height. */
.peak-world-site .question-stage{
  grid-template-columns:minmax(420px,.86fr) minmax(0,1.14fr);
  gap:clamp(42px,5vw,82px);
}
.peak-world-site .question-wrap{
  width:100%;
  max-width:670px;
  justify-self:center;
  padding:16px;
  border-radius:36px;
  background:linear-gradient(145deg,rgba(232,192,108,.07),rgba(0,130,130,.04));
  border:1px solid rgba(232,192,108,.12);
}
.peak-world-site .question-photo{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
  box-shadow:0 22px 60px rgba(0,0,0,.28);
}
.peak-world-site .question-wrap .tag{
  left:34px;
  bottom:34px;
}

/* Benefit stories: image becomes a framed visual inside the card,
   rather than a full-height slab stretched against the card edges. */
.peak-world-site .benefit-story{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  min-height:0;
  padding:20px;
  gap:clamp(20px,2.2vw,38px);
  align-items:center;
  overflow:visible;
}
.peak-world-site .benefit-story.reverse{
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
}
.peak-world-site .benefit-image{
  min-height:0;
  width:100%;
  padding:0;
  overflow:visible;
  display:flex;
  align-items:center;
  justify-content:center;
}
.peak-world-site .benefit-image:after{
  display:none;
}
.peak-world-site .benefit-image img{
  display:block;
  width:100%;
  max-width:720px;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
  border:1px solid rgba(232,192,108,.16);
  box-shadow:0 24px 70px rgba(0,0,0,.30);
}
.peak-world-site .benefit-copy{
  padding:clamp(26px,3.5vw,54px);
}
.peak-world-site .benefit-story.reverse .benefit-image{
  order:2;
}
.peak-world-site .benefit-story.reverse .benefit-copy{
  order:1;
}

/* Slightly vary visual weight so the page does not feel like repeated
   edge-to-edge image/text stripes. */
.peak-world-site .benefit-story:nth-of-type(2) .benefit-image img,
.peak-world-site .benefit-story:nth-of-type(4) .benefit-image img{
  max-width:650px;
}
.peak-world-site .benefit-story:nth-of-type(3){
  margin-left:clamp(0px,2vw,34px);
  margin-right:clamp(0px,2vw,34px);
}

/* General 4:3 section images should keep their natural proportions */
.peak-world-site .feature-image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
}

/* Replace the previous full-bleed manifesto with a calmer split section */
.peak-world-site .manifesto-section{
  padding-top:90px;
  padding-bottom:90px;
}
.peak-world-site .manifesto-split{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);
  gap:clamp(38px,5vw,82px);
  align-items:center;
  border-radius:34px;
  padding:clamp(28px,4vw,58px);
  background:
    radial-gradient(circle at 90% 10%,rgba(0,130,130,.10),transparent 28%),
    linear-gradient(135deg,#0b0905,#050b0b);
  border:1px solid rgba(232,192,108,.15);
}
.peak-world-site .manifesto-copy h2{
  font-size:clamp(42px,5vw,76px);
  line-height:.95;
  letter-spacing:-.06em;
  margin:22px 0 20px;
}
.peak-world-site .manifesto-copy h2 span{
  color:var(--gold-hi);
}
.peak-world-site .manifesto-copy p{
  margin:0;
  max-width:650px;
  color:#d8c89e;
  font-size:17px;
  line-height:1.7;
}
.peak-world-site .manifesto-media{
  width:100%;
  max-width:840px;
  justify-self:end;
  padding:12px;
  border-radius:28px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(232,192,108,.10);
}
.peak-world-site .manifesto-media img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:cover;
  object-position:center;
  border-radius:20px;
}

/* Keep visual cards away from the very edge on wide screens */
.peak-world-site .dashboard-stage,
.peak-world-site .role-grid,
.peak-world-site .pillar-grid,
.peak-world-site .value-grid,
.peak-world-site .feature-grid,
.peak-world-site .compare,
.peak-world-site .faq-grid{
  max-width:1540px;
  margin-left:auto;
  margin-right:auto;
}

/* Desktop spacing */
@media(min-width:1500px){
  .peak-world-site .section{
    padding-top:118px;
    padding-bottom:118px;
  }
  .peak-world-site .benefit-story{
    max-width:1540px;
    margin-left:auto;
    margin-right:auto;
  }
}

/* Tablet */
@media(max-width:1100px){
  .peak-world-site .shell,
  .peak-world-site .nav .shell{
    width:min(92vw,1100px);
  }
  .peak-world-site .hero-grid,
  .peak-world-site .question-stage,
  .peak-world-site .manifesto-split{
    grid-template-columns:1fr;
  }
  .peak-world-site .hero-visual{
    max-width:900px;
    justify-self:center;
    margin-top:10px;
  }
  .peak-world-site .question-wrap{
    max-width:720px;
  }
  .peak-world-site .manifesto-media{
    max-width:900px;
    justify-self:center;
  }
}

/* Mobile */
@media(max-width:780px){
  .peak-world-site .shell,
  .peak-world-site .nav .shell{
    width:calc(100% - 32px);
  }

  .peak-world-site .hero-visual{
    aspect-ratio:16 / 10;
    margin-block:24px 10px;
  }
  .peak-world-site .float-card{
    transform:scale(.88);
  }
  .peak-world-site .fc1{right:-4px}
  .peak-world-site .fc2{left:-6px}
  .peak-world-site .fc3{right:-4px}

  .peak-world-site .benefit-story,
  .peak-world-site .benefit-story.reverse{
    grid-template-columns:1fr;
    padding:14px;
    gap:8px;
  }
  .peak-world-site .benefit-story.reverse .benefit-image,
  .peak-world-site .benefit-story.reverse .benefit-copy{
    order:initial;
  }
  .peak-world-site .benefit-image img{
    max-width:none;
    border-radius:20px;
  }
  .peak-world-site .benefit-copy{
    padding:24px 12px 20px;
  }
  .peak-world-site .manifesto-split{
    padding:20px;
  }
}

@media(max-width:520px){
  .peak-world-site .hero-visual{
    aspect-ratio:4 / 3;
  }
  .peak-world-site .question-wrap{
    padding:10px;
    border-radius:26px;
  }
  .peak-world-site .question-photo{
    border-radius:18px;
  }
  .peak-world-site .question-wrap .tag{
    left:22px;
    bottom:22px;
  }
}


/* Final enrollment gateway */
.peak-world-site .enrollment-section{
  background:
    radial-gradient(circle at 12% 8%,rgba(232,192,108,.10),transparent 25%),
    radial-gradient(circle at 88% 86%,rgba(0,130,130,.10),transparent 28%),
    #000;
}
.peak-world-site .enrollment-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:1540px;
  margin:0 auto;
}
.peak-world-site .enrollment-card{
  min-height:430px;
  padding:30px;
  border-radius:28px;
  border:1px solid rgba(232,192,108,.16);
  background:linear-gradient(180deg,#0b0b0b,#060606);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.25s transform,.25s border,.25s box-shadow;
}
.peak-world-site .enrollment-card:hover{
  transform:translateY(-7px);
  border-color:rgba(232,192,108,.38);
  box-shadow:0 28px 70px rgba(0,0,0,.30);
}
.peak-world-site .enrollment-card.featured{
  background:
    radial-gradient(circle at 88% 10%,rgba(98,220,219,.10),transparent 25%),
    linear-gradient(145deg,#120e05,#061515);
  border-color:rgba(98,220,219,.24);
}
.peak-world-site .enrollment-number{
  width:46px;height:46px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(0,130,130,.12);
  color:var(--teal-hi);
  border:1px solid rgba(98,220,219,.18);
  font-size:12px;font-weight:950;
  margin-bottom:52px;
}
.peak-world-site .enrollment-type{
  color:var(--teal-hi);
  font-size:11px;
  letter-spacing:.14em;
  font-weight:950;
}
.peak-world-site .enrollment-card h3{
  color:var(--gold-hi);
  font-size:clamp(28px,2.5vw,40px);
  line-height:1.03;
  letter-spacing:-.045em;
  margin:14px 0;
}
.peak-world-site .enrollment-card p{
  margin:0 0 30px;
  color:#d8c89e;
  line-height:1.65;
}
.peak-world-site .enrollment-button{
  width:100%;
  justify-content:center;
  text-align:center;
}
.peak-world-site .enrollment-note{
  max-width:1540px;
  margin:18px auto 0;
  padding:22px 24px;
  border-radius:22px;
  border:1px solid rgba(232,192,108,.12);
  background:rgba(255,255,255,.025);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.peak-world-site .enrollment-note strong{
  display:block;
  color:var(--gold-hi);
  margin-bottom:4px;
}
.peak-world-site .enrollment-note span{
  color:#d8c89e;
  line-height:1.5;
}
@media(max-width:980px){
  .peak-world-site .enrollment-grid{
    grid-template-columns:1fr;
  }
  .peak-world-site .enrollment-card{
    min-height:0;
  }
  .peak-world-site .enrollment-number{
    margin-bottom:34px;
  }
}
@media(max-width:640px){
  .peak-world-site .enrollment-note{
    display:block;
  }
  .peak-world-site .enrollment-note .btn{
    margin-top:16px;
  }
}


/* WordPress theme handles the site header and footer */
.peak-world-site .hero{
  padding-top:clamp(54px,6vw,90px);
}
.peak-world-site .existing-account{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
  color:#cdbf98;
  font-size:13px;
}
.peak-world-site .existing-account a{
  color:var(--teal-hi);
  font-weight:850;
  text-decoration:none;
  border-bottom:1px solid rgba(98,220,219,.28);
  padding-bottom:2px;
}
.peak-world-site .existing-account a:hover{
  color:var(--gold-hi);
  border-color:rgba(232,192,108,.45);
}
@media(max-width:640px){
  .peak-world-site .hero{
    padding-top:44px;
  }
  .peak-world-site .existing-account{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
}


/* ==========================================================
   ASTRA LIVE-SITE OVERRIDE
   The standalone preview has no Astra .ast-container wrapper.
   These rules make this custom template genuinely full-width.
   ========================================================== */

body.page-template-page-peak-world,
body.page-template-page-peak-world-php{
  background:#000000 !important;
}

/* Remove Astra's global centered content rail ONLY on PEAK World */
body.page-template-page-peak-world #content,
body.page-template-page-peak-world-php #content,
body.page-template-page-peak-world .site-content,
body.page-template-page-peak-world-php .site-content{
  width:100% !important;
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
  background:#000000 !important;
}

body.page-template-page-peak-world #content > .ast-container,
body.page-template-page-peak-world-php #content > .ast-container,
body.page-template-page-peak-world .site-content > .ast-container,
body.page-template-page-peak-world-php .site-content > .ast-container{
  width:100% !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  display:block !important;
}

/* If Astra introduces any additional page content wrapper */
body.page-template-page-peak-world #primary,
body.page-template-page-peak-world-php #primary,
body.page-template-page-peak-world .content-area,
body.page-template-page-peak-world-php .content-area{
  width:100% !important;
  max-width:none !important;
  flex:0 0 100% !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
}

/* Hard breakout fallback if a future Astra version reintroduces a max-width parent */
body.page-template-page-peak-world .peak-world-page,
body.page-template-page-peak-world-php .peak-world-page{
  position:relative;
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:0 !important;
  background:#000000 !important;
  color:#ffffff !important;
  overflow:hidden;
}

body.page-template-page-peak-world .peak-world-site,
body.page-template-page-peak-world-php .peak-world-site{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  background:#000000 !important;
  color:#ffffff !important;
}

/* Prevent Astra typography / link colors from replacing PEAK brand styling */
body.page-template-page-peak-world .peak-world-site h1,
body.page-template-page-peak-world .peak-world-site h2,
body.page-template-page-peak-world .peak-world-site h3,
body.page-template-page-peak-world .peak-world-site h4,
body.page-template-page-peak-world-php .peak-world-site h1,
body.page-template-page-peak-world-php .peak-world-site h2,
body.page-template-page-peak-world-php .peak-world-site h3,
body.page-template-page-peak-world-php .peak-world-site h4{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

body.page-template-page-peak-world .peak-world-site .btn-primary,
body.page-template-page-peak-world-php .peak-world-site .btn-primary{
  color:#120b00 !important;
  background:linear-gradient(90deg,#E5BA59,#FBE7A1) !important;
  border-color:transparent !important;
}

body.page-template-page-peak-world .peak-world-site .btn-ghost,
body.page-template-page-peak-world-php .peak-world-site .btn-ghost{
  color:#ffffff !important;
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(232,192,108,.18) !important;
}

/* Keep the final art direction exactly within controlled gutters */
body.page-template-page-peak-world .peak-world-site .shell,
body.page-template-page-peak-world-php .peak-world-site .shell{
  width:min(94vw,1700px) !important;
  max-width:1700px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

@media(max-width:780px){
  body.page-template-page-peak-world .peak-world-site .shell,
  body.page-template-page-peak-world-php .peak-world-site .shell{
    width:calc(100% - 32px) !important;
  }
}


/* ==========================================================
   FINAL CONTRAST LOCK
   Protects PEAK World text from Astra global theme colors.
   ========================================================== */

/* Main headings must remain readable on the dark PEAK World background */
body.page-template-page-peak-world .peak-world-site h1,
body.page-template-page-peak-world .peak-world-site h2,
body.page-template-page-peak-world .peak-world-site h3,
body.page-template-page-peak-world .peak-world-site h4,
body.page-template-page-peak-world .peak-world-site h5,
body.page-template-page-peak-world .peak-world-site h6,
body.page-template-page-peak-world-php .peak-world-site h1,
body.page-template-page-peak-world-php .peak-world-site h2,
body.page-template-page-peak-world-php .peak-world-site h3,
body.page-template-page-peak-world-php .peak-world-site h4,
body.page-template-page-peak-world-php .peak-world-site h5,
body.page-template-page-peak-world-php .peak-world-site h6{
  color:#FFFFFF !important;
}

/* Brand-gold headings */
body.page-template-page-peak-world .peak-world-site .pillar-card h3,
body.page-template-page-peak-world .peak-world-site .value-card h3,
body.page-template-page-peak-world .peak-world-site .benefit-copy h3,
body.page-template-page-peak-world .peak-world-site .feature h3,
body.page-template-page-peak-world .peak-world-site .compare-card h3,
body.page-template-page-peak-world .peak-world-site .enrollment-card h3,
body.page-template-page-peak-world .peak-world-site .cta-panel h2,
body.page-template-page-peak-world .peak-world-site .explainer-definition strong,
body.page-template-page-peak-world .peak-world-site .journey-note strong,
body.page-template-page-peak-world-php .peak-world-site .pillar-card h3,
body.page-template-page-peak-world-php .peak-world-site .value-card h3,
body.page-template-page-peak-world-php .peak-world-site .benefit-copy h3,
body.page-template-page-peak-world-php .peak-world-site .feature h3,
body.page-template-page-peak-world-php .peak-world-site .compare-card h3,
body.page-template-page-peak-world-php .peak-world-site .enrollment-card h3,
body.page-template-page-peak-world-php .peak-world-site .cta-panel h2,
body.page-template-page-peak-world-php .peak-world-site .explainer-definition strong,
body.page-template-page-peak-world-php .peak-world-site .journey-note strong{
  color:#FBE7A1 !important;
}

/* Keep the gradient headline working even when Astra forces heading colors */
body.page-template-page-peak-world .peak-world-site .gradient-text,
body.page-template-page-peak-world-php .peak-world-site .gradient-text{
  background:linear-gradient(90deg,#E5BA59,#FBE7A1 42%,#62DCDB 90%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  color:transparent !important;
}

/* Brighter body copy for accessibility and easier scanning */
body.page-template-page-peak-world .peak-world-site .hero p,
body.page-template-page-peak-world .peak-world-site .section-head p,
body.page-template-page-peak-world .peak-world-site .explainer-definition p,
body.page-template-page-peak-world .peak-world-site .pillar-card p,
body.page-template-page-peak-world .peak-world-site .plain-language p,
body.page-template-page-peak-world .peak-world-site .value-card p,
body.page-template-page-peak-world .peak-world-site .role-card p,
body.page-template-page-peak-world .peak-world-site .role-reveal p,
body.page-template-page-peak-world .peak-world-site .journey-note p,
body.page-template-page-peak-world .peak-world-site .coach-copy p,
body.page-template-page-peak-world .peak-world-site .dash-title p,
body.page-template-page-peak-world .peak-world-site .insight p,
body.page-template-page-peak-world .peak-world-site .benefit-lead,
body.page-template-page-peak-world .peak-world-site .benefit-list span,
body.page-template-page-peak-world .peak-world-site .feature p,
body.page-template-page-peak-world .peak-world-site .check,
body.page-template-page-peak-world .peak-world-site .state-card li,
body.page-template-page-peak-world .peak-world-site .outcome-note span,
body.page-template-page-peak-world .peak-world-site .faq-grid details p,
body.page-template-page-peak-world .peak-world-site .manifesto-copy p,
body.page-template-page-peak-world .peak-world-site .enrollment-card p,
body.page-template-page-peak-world .peak-world-site .enrollment-note span,
body.page-template-page-peak-world .peak-world-site .existing-account span,

body.page-template-page-peak-world-php .peak-world-site .hero p,
body.page-template-page-peak-world-php .peak-world-site .section-head p,
body.page-template-page-peak-world-php .peak-world-site .explainer-definition p,
body.page-template-page-peak-world-php .peak-world-site .pillar-card p,
body.page-template-page-peak-world-php .peak-world-site .plain-language p,
body.page-template-page-peak-world-php .peak-world-site .value-card p,
body.page-template-page-peak-world-php .peak-world-site .role-card p,
body.page-template-page-peak-world-php .peak-world-site .role-reveal p,
body.page-template-page-peak-world-php .peak-world-site .journey-note p,
body.page-template-page-peak-world-php .peak-world-site .coach-copy p,
body.page-template-page-peak-world-php .peak-world-site .dash-title p,
body.page-template-page-peak-world-php .peak-world-site .insight p,
body.page-template-page-peak-world-php .peak-world-site .benefit-lead,
body.page-template-page-peak-world-php .peak-world-site .benefit-list span,
body.page-template-page-peak-world-php .peak-world-site .feature p,
body.page-template-page-peak-world-php .peak-world-site .check,
body.page-template-page-peak-world-php .peak-world-site .state-card li,
body.page-template-page-peak-world-php .peak-world-site .outcome-note span,
body.page-template-page-peak-world-php .peak-world-site .faq-grid details p,
body.page-template-page-peak-world-php .peak-world-site .manifesto-copy p,
body.page-template-page-peak-world-php .peak-world-site .enrollment-card p,
body.page-template-page-peak-world-php .peak-world-site .enrollment-note span,
body.page-template-page-peak-world-php .peak-world-site .existing-account span{
  color:#EADDBD !important;
}

/* Small labels need the bright teal, not Astra's muted global color */
body.page-template-page-peak-world .peak-world-site .eyebrow,
body.page-template-page-peak-world .peak-world-site .benefit-kicker,
body.page-template-page-peak-world .peak-world-site .state-label,
body.page-template-page-peak-world .peak-world-site .enrollment-type,
body.page-template-page-peak-world .peak-world-site .pillar-card > span,
body.page-template-page-peak-world .peak-world-site .feature .num,
body.page-template-page-peak-world .peak-world-site .step b,
body.page-template-page-peak-world .peak-world-site .badge,
body.page-template-page-peak-world .peak-world-site .plain-language-label,

body.page-template-page-peak-world-php .peak-world-site .eyebrow,
body.page-template-page-peak-world-php .peak-world-site .benefit-kicker,
body.page-template-page-peak-world-php .peak-world-site .state-label,
body.page-template-page-peak-world-php .peak-world-site .enrollment-type,
body.page-template-page-peak-world-php .peak-world-site .pillar-card > span,
body.page-template-page-peak-world-php .peak-world-site .feature .num,
body.page-template-page-peak-world-php .peak-world-site .step b,
body.page-template-page-peak-world-php .peak-world-site .badge,
body.page-template-page-peak-world-php .peak-world-site .plain-language-label{
  color:#62DCDB !important;
}

/* Cards and interactive elements */
body.page-template-page-peak-world .peak-world-site .role-card,
body.page-template-page-peak-world .peak-world-site .persona,
body.page-template-page-peak-world-php .peak-world-site .role-card,
body.page-template-page-peak-world-php .peak-world-site .persona{
  color:#FFFFFF !important;
}
body.page-template-page-peak-world .peak-world-site .role-arrow,
body.page-template-page-peak-world-php .peak-world-site .role-arrow{
  color:#FFFFFF !important;
}
body.page-template-page-peak-world .peak-world-site .q,
body.page-template-page-peak-world-php .peak-world-site .q{
  color:#EADDBD !important;
}
body.page-template-page-peak-world .peak-world-site .q strong,
body.page-template-page-peak-world-php .peak-world-site .q strong{
  color:#FFFFFF !important;
}

/* Dashboard text */
body.page-template-page-peak-world .peak-world-site .metric small,
body.page-template-page-peak-world .peak-world-site .insight small,
body.page-template-page-peak-world .peak-world-site .float-card .k,
body.page-template-page-peak-world-php .peak-world-site .metric small,
body.page-template-page-peak-world-php .peak-world-site .insight small,
body.page-template-page-peak-world-php .peak-world-site .float-card .k{
  color:#E2D4AA !important;
}
body.page-template-page-peak-world .peak-world-site .metric b,
body.page-template-page-peak-world .peak-world-site .float-card .v,
body.page-template-page-peak-world-php .peak-world-site .metric b,
body.page-template-page-peak-world-php .peak-world-site .float-card .v{
  color:#FFFFFF !important;
}

/* FAQ titles */
body.page-template-page-peak-world .peak-world-site .faq-grid summary,
body.page-template-page-peak-world-php .peak-world-site .faq-grid summary{
  color:#FBE7A1 !important;
}

/* Existing account link should stand out clearly */
body.page-template-page-peak-world .peak-world-site .existing-account a,
body.page-template-page-peak-world-php .peak-world-site .existing-account a{
  color:#62DCDB !important;
}

/* PEAK philosophy sentence */
body.page-template-page-peak-world .peak-world-site .manifesto-copy h2 span,
body.page-template-page-peak-world-php .peak-world-site .manifesto-copy h2 span{
  color:#FBE7A1 !important;
}

/* Chat is deliberately a light card, so lock its dark text too */
body.page-template-page-peak-world .peak-world-site .phone-screen,
body.page-template-page-peak-world-php .peak-world-site .phone-screen{
  color:#102033 !important;
}
body.page-template-page-peak-world .peak-world-site .coach-msg,
body.page-template-page-peak-world-php .peak-world-site .coach-msg{
  color:#102033 !important;
}
body.page-template-page-peak-world .peak-world-site .student,
body.page-template-page-peak-world-php .peak-world-site .student{
  color:#FFFFFF !important;
}
