*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
 --o:#E8500A;
 --o2:#C43F00;
 --o-dim:rgba(232,80,10,.12);
 --ink:#0B0E14;
 --ink2:#161921;
 --ink3:#1E2330;
 --white:#FFFFFF;
 --cream:#F7F4F0;
 --cream2:#EDE9E3;
 --muted:#6B7280;
 --muted2:#9CA3AF;
 --border:#E2DDD8;
 --border-dark:rgba(255,255,255,.08);
 --green:#22C55E;
 --red:#EF4444;
 --amber:#F59E0B;
}

html{scroll-behavior:smooth;}
body{
 font-family:'Inter',system-ui,sans-serif;
 background:var(--white);
 color:var(--ink);
 line-height:1.65;
 -webkit-font-smoothing:antialiased;
 overflow-x:hidden;
}

.f-display,.hero-title,.section-heading,.stat-num,.card-num,.t-result{
 font-family:'Manrope',system-ui,sans-serif;
}
.f-display{font-weight:800;letter-spacing:-0.04em;}
.italic-accent{font-style:italic;font-weight:700;}

.inner{max-width:960px;margin:0 auto;}
.inner-sm{max-width:680px;margin:0 auto;}
.tc{text-align:center;}
.section{padding:96px 24px;}

.eyebrow{
 display:inline-flex;align-items:center;gap:8px;
 font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:3px;
 color:var(--o);margin-bottom:16px;
}

.grain::after{
 content:'';position:absolute;inset:0;pointer-events:none;
 background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
 opacity:.4;mix-blend-mode:overlay;border-radius:inherit;
}

.reveal{
 opacity:0;
 transform:translateY(28px);
 transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);
}
.reveal.visible{opacity:1;transform:none;}
.reveal-d1{transition-delay:.08s;}
.reveal-d2{transition-delay:.16s;}
.reveal-d3{transition-delay:.24s;}
.reveal-d4{transition-delay:.32s;}
.reveal-d5{transition-delay:.4s;}
.reveal-d6{transition-delay:.48s;}

@media(prefers-reduced-motion:reduce){
 .reveal{opacity:1;transform:none;transition:none;}
}

/* ── HERO ── */
.hero{
 position:relative;
 background:var(--ink);
 color:var(--white);
 padding:72px 24px 88px;
 text-align:center;
 overflow:hidden;
}
.hero::before{
 content:'';position:absolute;
 top:-120px;left:50%;transform:translateX(-50%);
 width:700px;height:700px;
 background:radial-gradient(circle,rgba(232,80,10,.18) 0%,transparent 70%);
 pointer-events:none;
}
.hero-badge{
 display:inline-flex;align-items:center;gap:9px;
 font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;
 color:var(--o);
 border:1px solid rgba(232,80,10,.35);
 padding:7px 18px;border-radius:100px;margin-bottom:36px;
 background:rgba(232,80,10,.06);
}
.live-dot{
 width:7px;height:7px;background:var(--o);border-radius:50%;
 box-shadow:0 0 0 0 rgba(232,80,10,.6);
 animation:live-pulse 2s ease-out infinite;
}
@keyframes live-pulse{
 0%{box-shadow:0 0 0 0 rgba(232,80,10,.6);}
 60%{box-shadow:0 0 0 9px rgba(232,80,10,0);}
 100%{box-shadow:0 0 0 0 rgba(232,80,10,0);}
}
.hero-title{
 font-size:clamp(28px,4.2vw,52px);
 font-weight:800;
 line-height:1.04;
 letter-spacing:-0.035em;
 color:var(--white);
 margin-bottom:24px;
}
.hero-title .line-accent{
 position:relative;
 display:inline-block;
 color:var(--o);
 font-style:italic;
}
.hero-lead{
 font-size:17px;color:rgba(255,255,255,.6);
 max-width:520px;margin:0 auto 44px;line-height:1.8;
}
.video-wrap{
 position:relative;
 border-radius:16px;overflow:hidden;
 background:#000;
 max-width:740px;margin:0 auto 44px;
 box-shadow:0 0 0 1px rgba(255,255,255,.08),0 40px 100px rgba(0,0,0,.6);
}
.video-wrap video{width:100%;display:block;max-height:480px;object-fit:cover;}
.video-wrap iframe{width:100%;aspect-ratio:16/9;display:block;border:0;}

.video-wrap.custom-vimeo-player{
 max-width:780px;
 border-radius:10px;
 border:3px solid rgba(232,80,10,.95);
 box-shadow:
  0 0 0 1px rgba(255,255,255,.08),
  0 0 0 8px rgba(232,80,10,.12),
  0 26px 80px rgba(0,0,0,.6),
  0 0 48px rgba(232,80,10,.32);
}
.custom-vimeo-player .vimeo-stage{
 position:relative;
 width:100%;
 aspect-ratio:16/9;
 background:#050505;
 overflow:hidden;
}
.custom-vimeo-player iframe{
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
 aspect-ratio:auto;
 border:0;
 pointer-events:none;
}
.custom-vimeo-player::after{
 content:'';
 position:absolute;inset:0;
 pointer-events:none;
 background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,.56) 100%);
}
.vp-sound{
 position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;
 display:inline-flex;align-items:center;gap:10px;
 padding:16px 28px;border-radius:999px;border:none;
 background:var(--o);
 color:#fff;font-family:'Inter',sans-serif;font-size:16px;font-weight:700;
 box-shadow:0 8px 32px rgba(232,80,10,.55);
 cursor:pointer;transition:opacity .25s,transform .25s,background .2s;
 white-space:nowrap;
}
.vp-sound:hover{background:var(--o2);transform:translate(-50%,-50%) scale(1.05);}
.vp-sound.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.9);}
.vp-sound svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;}
.vp-center-play{
 position:absolute;left:50%;top:50%;z-index:4;
 width:78px;height:78px;border-radius:50%;
 transform:translate(-50%,-50%) scale(.96);
 display:flex;align-items:center;justify-content:center;
 border:1px solid rgba(255,255,255,.24);
 background:rgba(0,0,0,.58);
 color:#fff;cursor:pointer;
 box-shadow:0 18px 60px rgba(0,0,0,.45),0 0 0 8px rgba(255,255,255,.05);
 transition:opacity .22s,transform .22s,background .2s;
}
.vp-center-play:hover{background:var(--o);transform:translate(-50%,-50%) scale(1);}
.vp-center-play.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.88);}
.vp-center-play svg{width:34px;height:34px;fill:#fff;margin-left:4px;}
.vp-controls{
 position:absolute;left:18px;right:18px;bottom:16px;z-index:4;
 display:flex;align-items:center;gap:14px;
 opacity:1;transition:opacity .5s ease;
}
.custom-vimeo-player.is-playing .vp-controls{
 opacity:0;
}
.custom-vimeo-player.is-playing:hover .vp-controls{
 opacity:1;
}
.vp-toggle{
 width:42px;height:34px;border-radius:6px;
 display:flex;align-items:center;justify-content:center;
 border:1px solid rgba(255,255,255,.12);
 background:rgba(0,0,0,.68);
 color:#fff;cursor:pointer;flex:0 0 auto;
 transition:background .2s,transform .15s;
}
.vp-toggle:hover{background:var(--o);transform:translateY(-1px);}
.vp-toggle svg{width:18px;height:18px;fill:#fff;stroke:#fff;stroke-width:0;}
.vp-toggle .pause-icon{display:none;}
.custom-vimeo-player.is-playing .vp-toggle .play-icon{display:none;}
.custom-vimeo-player.is-playing .vp-toggle .pause-icon{display:block;}
.vp-timeline{
 position:relative;
 height:18px;flex:1;
 display:flex;align-items:center;
 cursor:pointer;
}
.vp-track{
 position:absolute;left:0;right:0;top:50%;
 height:4px;transform:translateY(-50%);
 background:rgba(255,255,255,.55);
 overflow:hidden;
}
.vp-buffer{position:absolute;left:0;top:0;bottom:0;width:0%;background:rgba(255,255,255,.28);}
.vp-progress{position:absolute;left:0;top:0;bottom:0;width:0%;background:#fff;}
.vp-knob{
 position:absolute;left:0;top:50%;
 width:11px;height:11px;border-radius:50%;
 background:#fff;transform:translate(-50%,-50%);
 box-shadow:0 0 0 3px rgba(255,255,255,.24);
}
.vp-time{
 min-width:42px;text-align:center;
 color:rgba(255,255,255,.88);font-size:12px;font-weight:700;
 text-shadow:0 1px 4px rgba(0,0,0,.6);
}
.vp-icon-btn,.vp-hd{
 width:32px;height:32px;border-radius:6px;
 border:0;background:transparent;color:#fff;
 display:flex;align-items:center;justify-content:center;
 cursor:pointer;transition:background .2s,opacity .2s;
}
.vp-icon-btn:hover,.vp-hd:hover{background:rgba(255,255,255,.14);}
.vp-icon-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;}
.vp-icon-btn .sound-on{display:none;}
.custom-vimeo-player.has-sound .vp-icon-btn .sound-off{display:none;}
.custom-vimeo-player.has-sound .vp-icon-btn .sound-on{display:block;}
.vp-hd{font-size:10px;font-weight:900;letter-spacing:.5px;border:1px solid rgba(255,255,255,.75);height:22px;width:24px;margin:0 2px;}
@media(max-width:620px){
 .video-wrap.custom-vimeo-player{border-radius:10px;}
 .vp-controls{left:10px;right:10px;bottom:10px;gap:8px;}
 .vp-time,.vp-hd{display:none;}
 .vp-sound{top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;padding:12px 22px;}
 .vp-center-play{width:62px;height:62px;}
}

.btn-primary{
 display:inline-flex;align-items:center;gap:10px;
 font-family:'Inter',sans-serif;font-size:16px;font-weight:700;
 background:var(--o);color:var(--white);
 padding:17px 40px;border-radius:10px;
 text-decoration:none;border:none;cursor:pointer;
 box-shadow:0 4px 0 var(--o2),0 8px 32px rgba(232,80,10,.4);
 transition:background .2s,transform .15s,box-shadow .15s;
 position:relative;top:0;
}
.btn-primary:hover{
 background:var(--o2);top:-2px;
 box-shadow:0 6px 0 #9e3200,0 16px 40px rgba(232,80,10,.45);
}
.btn-primary:active{top:2px;box-shadow:0 2px 0 var(--o2),0 4px 16px rgba(232,80,10,.3);}
.btn-primary.btn-lg{font-size:18px;padding:19px 48px;}
.hero-fine{color:rgba(255,255,255,.28);font-size:13px;margin-top:12px;}

.hero-stats{
 display:flex;justify-content:center;flex-wrap:wrap;
 margin-top:60px;padding-top:44px;
 gap:0;
}
.hero-stat{
 flex:1;min-width:160px;max-width:220px;
 padding:0 28px;
 text-align:center;
}
.hero-stat:last-child{border-right:none;}
.hero-stat-num{
 font-family:'Manrope',system-ui,sans-serif;
 font-size:36px;font-weight:800;
 color:var(--o);letter-spacing:-1.5px;line-height:1;
 white-space:nowrap;
}
.hero-stat.is-wide{min-width:220px;}
.hero-stat-label{font-size:12px;color:rgba(255,255,255,.4);margin-top:7px;letter-spacing:.3px;}

/* ── CRITERIA BAND ── */
.criteria-band{
 background:linear-gradient(135deg,#E8500A 0%,#C43F00 100%);
 padding:28px 24px;text-align:center;
}
.cpills{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px;}
.cpill-label{font-size:14px;font-weight:700;color:rgba(255,255,255,.8);margin-right:4px;}
.cpill{
 display:inline-flex;align-items:center;gap:6px;
 background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.22);
 color:#fff;font-size:13px;font-weight:600;padding:6px 14px;border-radius:100px;
}
.cpill svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}
.cbtn{
 display:inline-flex;align-items:center;gap:8px;
 background:#fff;color:var(--o);
 font-size:15px;font-weight:800;padding:13px 28px;border-radius:9px;
 text-decoration:none;box-shadow:0 4px 20px rgba(0,0,0,.2);
 transition:transform .15s,box-shadow .2s;font-family:'Inter',sans-serif;
}
.cbtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.25);}

/* ── PERSONAL SHIFT ── */
.personal-shift{
 background:
  radial-gradient(circle at 12% 8%, rgba(232,80,10,.08), transparent 34%),
  linear-gradient(180deg,#F7F4F0 0%,#EFE9E2 100%);
 position:relative;overflow:hidden;
}

.personal-shift-head{
  display:block;
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}
.personal-shift-head h2 em{font-style:italic;color:var(--o);}

.shift-board{display:grid;grid-template-columns:1fr 1fr;gap:22px;position:relative;z-index:1;}
.shift-col{border-radius:24px;padding:34px 34px 30px;position:relative;overflow:hidden;min-height:100%;}
.shift-left{background:rgba(255,255,255,.72);border:1.5px solid rgba(239,68,68,.18);box-shadow:0 24px 70px rgba(11,14,20,.06);}
.shift-right{
 background:radial-gradient(circle at 90% 0%, rgba(232,80,10,.22), transparent 36%),linear-gradient(145deg,#11151F 0%,#1B2130 100%);
 border:1.5px solid rgba(255,255,255,.10);box-shadow:0 28px 80px rgba(11,14,20,.22);color:#fff;
}
.shift-right::after{
 content:'';position:absolute;inset:0;
 background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
 pointer-events:none;mix-blend-mode:overlay;
}
.shift-top{display:flex;gap:14px;align-items:flex-start;margin-bottom:28px;position:relative;z-index:1;}
.shift-mark{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:21px;font-weight:800;}
.shift-mark.bad{background:#FFF1F1;color:#EF4444;}
.shift-mark.good{background:rgba(232,80,10,.18);color:#FFB37E;}
.shift-kicker{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2.2px;margin-bottom:5px;}
.shift-left .shift-kicker{color:#B88C8C;}
.shift-right .shift-kicker{color:rgba(255,255,255,.42);}
.shift-top h3{font-family:'Manrope',system-ui,sans-serif;font-size:25px;line-height:1.1;letter-spacing:-.03em;}
.shift-left .shift-top h3{color:#111827;}
.shift-right .shift-top h3{color:#fff;}
.shift-list{list-style:none;display:flex;flex-direction:column;gap:0;position:relative;z-index:1;}
.shift-list li span{font-family:'Manrope',system-ui,sans-serif;font-size:15px;font-weight:800;line-height:1.6;}
.shift-right .shift-list li span{color:var(--o);}
.shift-list li p{font-size:15px;line-height:1.65;margin:0;}
.shift-right .shift-list li:nth-child(3) p{color:#fff;font-weight:700;}
@media(max-width:760px){
 .personal-shift-head{grid-template-columns:1fr;gap:22px;}
 .personal-note{max-width:360px;transform:rotate(-1deg);}
 .shift-board{grid-template-columns:1fr;}
}
@media(max-width:520px){
 .personal-shift{padding-left:16px;padding-right:16px;}
 .personal-shift::before{display:none;}
 .shift-col{padding:28px 22px 24px;border-radius:20px;}
 .shift-top h3{font-size:22px;}
 .shift-list li{grid-template-columns:28px 1fr;gap:10px;}
 .shift-list li p{font-size:14.5px;}
}

/* ── FOR YOU ── */
.for-you{
  background:var(--white);
  color:var(--ink);
  padding:104px 24px 112px;
}
.for-you .inner{max-width:1120px;}
.for-you .tc{text-align:center;max-width:860px;margin:0 auto;}
.for-you .eyebrow{justify-content:center;color:var(--o);}
.for-you .section-heading{
  color:var(--ink);text-align:center;
  font-family:'Manrope', system-ui, sans-serif;
  font-size:clamp(34px, 4vw, 54px);
  font-weight:800;line-height:1.02;letter-spacing:-0.045em;
}
.fy-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:12px;margin-top:50px;}
.fy-card-icon{display:none;}
.fy-card{
  position:relative;background:#fff;
  border:1px solid rgba(11,14,20,.10);border-radius:18px;
  padding:34px 26px 32px;min-height:230px;
  box-shadow:0 12px 36px rgba(11,14,20,.055);
  text-align:center;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.fy-card::before,.fy-card::after{content:none !important;display:none !important;}
.fy-card:hover{transform:translateY(-4px);border-color:rgba(11,14,20,.22);box-shadow:0 20px 54px rgba(11,14,20,.09);}
.fy-card h3{
  font-family:'Manrope', system-ui, sans-serif;color:var(--ink);
  font-size:22px;font-weight:800;line-height:1.08;
  letter-spacing:-0.035em;margin:0 auto 16px;max-width:220px;
}
.fy-card p{
  font-family:'Inter', system-ui, sans-serif;color:rgba(11,14,20,.62);
  font-size:14.5px;line-height:1.75;max-width:230px;margin:0 auto;
}
@media(max-width:980px){.fy-grid{grid-template-columns:repeat(2, 1fr);}}
@media(max-width:560px){
  .for-you{padding:78px 18px 86px;}
  .fy-grid{grid-template-columns:1fr;gap:12px;margin-top:36px;}
  .fy-card{min-height:auto;}
}

/* ── RESULTS ── */

.results-section{
 background:#F7F4F0;
 color:#0B0E14;
 padding:96px 24px 108px;
}

.results-section .inner{
 max-width:1120px;
}

.results-section .tc{
 text-align:center;
 max-width:880px;
 margin:0 auto;
}

.results-section .eyebrow{
 display:inline-flex;
 justify-content:center;
 color:var(--o);
 font-size:11px;
 font-weight:800;
 text-transform:uppercase;
 letter-spacing:4px;
 margin-bottom:18px;
}

.results-section .section-heading{
 color:#0B0E14;
 text-align:center;
 font-family:'Manrope', system-ui, sans-serif;
 font-size:clamp(36px, 4.6vw, 56px);
 font-weight:800;
 line-height:1.02;
 letter-spacing:-0.055em;
 max-width:820px;
 margin:0 auto;
}

.results-intro{
 max-width:640px;
 margin:18px auto 0;
 color:rgba(11,14,20,.62);
 font-size:16px;
 line-height:1.75;
 text-align:center;
}

.results-grid{
 display:grid;
 grid-template-columns:repeat(3, 1fr);
 gap:14px;
 margin-top:58px;
}

.result-card{
 position:relative;
 background:#FFFFFF;
 border:1px solid rgba(11,14,20,.10);
 border-radius:12px;
 padding:34px 30px 34px;
 min-height:230px;
 overflow:hidden;
 box-shadow:0 16px 45px rgba(11,14,20,.045);
 transition:
  background .2s ease,
  border-color .2s ease,
  transform .2s ease,
  box-shadow .2s ease;
}

.result-card::before{
 content:'';
 position:absolute;
 top:0;
 left:0;
 right:0;
 height:2px;
 background:linear-gradient(
  90deg,
  var(--o) 0%,
  rgba(232,80,10,.45) 48%,
  rgba(232,80,10,0) 100%
 );
 opacity:.95;
}

.result-card:hover{
 background:#FFFCFA;
 border-color:rgba(232,80,10,.28);
 transform:translateY(-3px);
 box-shadow:0 22px 55px rgba(11,14,20,.08);
}

.result-card h3{
 font-family:'Manrope', system-ui, sans-serif;
 color:var(--o);
 font-size:23px;
 font-weight:800;
 line-height:1.08;
 letter-spacing:-0.045em;
 margin-bottom:16px;
 max-width:280px;
}

.result-card p{
 font-family:'Inter', system-ui, sans-serif;
 color:rgba(11,14,20,.72);
 font-size:15px;
 line-height:1.75;
 max-width:295px;
}

.result-card:nth-child(1)::after{content:'01';}
.result-card:nth-child(2)::after{content:'02';}
.result-card:nth-child(3)::after{content:'03';}
.result-card:nth-child(4)::after{content:'04';}
.result-card:nth-child(5)::after{content:'05';}
.result-card:nth-child(6)::after{content:'06';}

.result-card::after{
 position:absolute;
 top:28px;
 right:28px;
 font-family:'Manrope', system-ui, sans-serif;
 font-size:13px;
 font-weight:900;
 color:rgba(11,14,20,.18);
 letter-spacing:.05em;
}

@media(max-width:900px){
 .results-grid{
  grid-template-columns:repeat(2, 1fr);
 }
}

@media(max-width:560px){
 .results-section{
  padding:76px 18px;
 }

 .results-section .section-heading{
  font-size:clamp(30px, 9vw, 42px);
 }

 .results-grid{
  grid-template-columns:1fr;
  gap:12px;
  margin-top:38px;
 }

 .result-card{
  min-height:auto;
  padding:28px 24px;
 }

 .result-card h3{
  font-size:22px;
 }

 .result-card p{
  font-size:14.5px;
 }

 .result-card::after{
  top:24px;
  right:24px;
 }
}

/* ── CLIENT RESULTS ── */
.client-results{background:var(--ink2);color:var(--white);position:relative;}
.client-results h2{color:var(--white);}
.c-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px;margin-top:48px;}
.c-card{
 background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
 border-radius:18px;padding:32px 28px;
 transition:border-color .2s,background .2s,transform .2s;position:relative;overflow:hidden;
}
.c-card::before{
 content:'';position:absolute;top:0;left:0;right:0;height:2px;
 background:linear-gradient(90deg,var(--o),rgba(232,80,10,.3));
 transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.22,1,.36,1);
}
.c-card:hover{border-color:rgba(232,80,10,.3);background:rgba(232,80,10,.06);transform:translateY(-3px);}
.c-card:hover::before{transform:scaleX(1);}
.c-num{font-family:'Manrope',sans-serif;font-size:28px;font-weight:800;letter-spacing:-0.03em;color:var(--o);margin-bottom:8px;line-height:1.15;}
.c-name{font-weight:700;font-size:13px;color:#fff;margin-bottom:10px;}
.c-desc{font-size:13px;color:rgba(255,255,255,.5);line-height:1.7;font-style:italic;}

/* ── CRITERIA REPEAT ── */
.criteria-repeat{
 background:var(--ink3);padding:40px 24px;text-align:center;
 border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);
}
.criteria-repeat p{font-size:14px;color:rgba(255,255,255,.5);margin-bottom:18px;line-height:1.6;}
.criteria-repeat strong{color:var(--o);}

/* ── TESTIMONIALS ── */
.testimonials-section{
 background:
  radial-gradient(circle at 50% 0%, rgba(232,80,10,.12), transparent 38%),
  linear-gradient(180deg, var(--ink) 0%, #111520 100%);
 position:relative;
 overflow:hidden;
 padding:96px 24px;
}

.testimonials-section .inner{
 max-width:1040px;
}

.t-intro{
 max-width:560px;
 margin:14px auto 0;
 color:rgba(255,255,255,.48);
 font-size:15px;
 line-height:1.75;
 text-align:center;
}

.t-grid{
 display:flex;
 grid-template-columns:none;
 gap:0;
 margin-top:52px;
 align-items:stretch;
 width:max-content;
 animation:testimonial-scroll 380s linear infinite;
 will-change:transform;
}

.t-grid.is-paused{
 animation-play-state:paused;
}

.t-grid:hover{
 animation-play-state:paused;
}

@keyframes testimonial-scroll{
 from{
  transform:translateX(0);
 }
 to{
  transform:translateX(-50%);
 }
}

.t-card{
 flex:0 0 clamp(300px, 28vw, 360px);
 margin-right:18px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:20px;
 overflow:hidden;
 display:flex;
 flex-direction:column;
 position:relative;
 cursor:pointer;
 transition:border-color .25s, background .25s, transform .2s;
}

.t-card::after{
 content:'';
 position:absolute;
 top:0;
 left:0;
 right:0;
 height:2px;
 background:linear-gradient(90deg, var(--o) 0%, rgba(232,80,10,0) 100%);
 opacity:0;
 transition:opacity .3s;
}

.t-card:hover{
 border-color:rgba(232,80,10,.30);
 background:rgba(232,80,10,.04);
 transform:translateY(-4px);
}

.t-card:hover::after{
 opacity:1;
}

.t-body{
 padding:26px 26px 24px;
 display:flex;
 flex-direction:column;
 flex:1;
}

.t-stars{
 color:#F59E0B;
 font-size:13px;
 letter-spacing:3px;
 margin-bottom:16px;
 display:block;
}

.t-result{
 font-family:'Manrope',system-ui,sans-serif;
 font-size:17px;
 font-weight:800;
 color:var(--o);
 letter-spacing:-.02em;
 margin-bottom:12px;
 line-height:1.2;
}

.t-text{
 font-size:14px;
 color:rgba(255,255,255,.60);
 line-height:1.82;
 flex:1;
 margin:0 0 22px;
 position:relative;
}

.t-text::before{
 content:'\201C';
 font-family:'Manrope',system-ui,sans-serif;
 font-size:50px;
 line-height:1;
 color:rgba(232,80,10,.14);
 position:absolute;
 left:-4px;
 top:-20px;
 pointer-events:none;
}

.t-foot{
 margin-top:auto;
 padding-top:18px;
 border-top:1px solid rgba(255,255,255,.07);
 display:flex;
 align-items:center;
 gap:12px;
}

.t-avatar{
 width:70px;
 height:70px;
 border-radius:50%;
 flex:0 0 auto;
 position:relative;
 background:rgba(232,80,10,.15);
 overflow:hidden;
}

.t-avatar-initials{
 position:absolute;
 inset:0;
 display:flex;
 align-items:center;
 justify-content:center;
 font-family:'Manrope',system-ui,sans-serif;
 font-size:15px;
 font-weight:800;
 color:var(--o);
 z-index:1;
 user-select:none;
}

.t-avatar img{
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
 object-fit:cover;
 display:block;
 z-index:2;
}

.t-meta{
 min-width:0;
 flex:1;
}

.t-author{
 font-weight:700;
 font-size:14px;
 color:#fff;
 line-height:1.2;
}

.t-role{
 font-size:12px;
 color:rgba(255,255,255,.40);
 margin-top:3px;
 line-height:1.3;
}

.t-tag{
 flex:0 0 auto;
 font-size:10px;
 font-weight:900;
 letter-spacing:1.5px;
 text-transform:uppercase;
 color:rgba(232,80,10,.9);
 background:rgba(232,80,10,.10);
 border:1px solid rgba(232,80,10,.22);
 border-radius:100px;
 padding:5px 10px;
}

.testimonials-section .t-card.reveal{
 opacity:1;
 transform:none;
}

@media(max-width:620px){
 .testimonials-section{
  padding:76px 18px;
 }

 .t-grid{
  margin-top:36px;
  animation-duration:340s;
 }

 .t-card{
  flex-basis:min(86vw, 340px);
  margin-right:14px;
 }

 .t-body{
  padding:22px;
 }

 .t-result{
  font-size:18px;
 }

 .t-text{
  font-size:14px;
  line-height:1.72;
 }

 .t-foot{
  display:flex;
  align-items:center;
 }

 .t-tag{
  margin-top:2px;
 }
}

@media(prefers-reduced-motion:reduce){
 .t-grid{
  animation:none;
  transform:none;
 }
}

/* ── LOGOS ── */

.logo-carousel-section{
  background:#ffffff;
  color:var(--ink);
  padding:72px 0 80px;
}

.logo-carousel-inner{
  width:100%;
  margin:0 auto;
}

.logo-carousel-section .section-heading{
  color:var(--ink) !important;
}

.logo-carousel-wrap{
  margin-top:48px;
  width:100%;
  overflow:visible;
  position:relative;
  padding:8px 0;
}

.logo-carousel-wrap::before,
.logo-carousel-wrap::after{
  display:none;
}

.logo-carousel-track{
  display:flex;
  justify-content:center;
  width:100%;
  overflow-x:auto;
  scrollbar-width:none;
  animation:none;
  transform:none;
}

.logo-carousel-track::-webkit-scrollbar{display:none;}

.logo-set{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:0;
  padding-right:0;
  flex-shrink:0;
}

.logo-card{
  flex:0 0 auto;
  width:140px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  background:transparent;
  border:none;
  border-right:1px solid rgba(0,0,0,0.08);
  border-radius:0;
  box-shadow:none;
  transition:opacity .2s;
}

.logo-card:last-child{
  border-right:none;
}

.logo-card img{
  width:100%;
  max-height:42px;
  object-fit:contain;
  display:block;
  filter:grayscale(0.4) contrast(0.9);
  opacity:0.75;
  transition:filter .2s, opacity .2s;
}

.logo-card:hover img{
  filter:grayscale(0) contrast(1);
  opacity:1;
}

.logo-card:hover{
  transform:none;
  border-color:transparent;
  box-shadow:none;
}

.logo-carousel-section::before,
.logo-carousel-section::after{
  display:none;
}

@media(max-width:700px){
  .logo-carousel-section{
    padding:60px 0 68px;
  }

  .logo-carousel-wrap{
    margin-top:28px;
  }
}
/* ── WHAT YOU GET ── */
.what-you-get{background:var(--cream);}
.wyg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:18px;margin-top:52px;}
.wyg-card{
 background:var(--white);border:1.5px solid transparent;border-radius:18px;padding:28px;
 box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s,border-color .2s;
}
.wyg-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.09);border-color:var(--border);}
.wyg-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.wyg-icon svg{width:24px;height:24px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.wi-orange{background:#fff3ed;}.wi-orange svg{stroke:var(--o);}
.wi-blue{background:#eff6ff;}.wi-blue svg{stroke:#3B82F6;}
.wi-purple{background:#f5f3ff;}.wi-purple svg{stroke:#8B5CF6;}
.wi-teal{background:#f0fdfa;}.wi-teal svg{stroke:#14B8A6;}
.wi-green{background:#f0fdf4;}.wi-green svg{stroke:#22C55E;}
.wi-pink{background:#fdf2f8;}.wi-pink svg{stroke:#EC4899;}
.wyg-card h3{font-size:15px;margin-bottom:8px;}
.wyg-card p{font-size:13.5px;color:var(--muted);line-height:1.7;}

/* ── HOW IT WORKS ── */
.how-it-works{background:var(--white);}
.steps{margin-top:48px;border:1.5px solid var(--border);border-radius:20px;overflow:hidden;}
.step{display:flex;gap:20px;align-items:flex-start;padding:28px 32px;border-bottom:1px solid var(--border);transition:background .2s;}
.step:last-child{border-bottom:none;}
.step:hover{background:rgba(232,80,10,.025);}
.step-num{
 flex-shrink:0;width:32px;height:32px;border-radius:8px;
 background:var(--o-dim);display:flex;align-items:center;justify-content:center;
 font-family:'Manrope',sans-serif;font-size:13px;font-weight:700;color:var(--o);margin-top:1px;
}
.step h3{font-size:15px;margin-bottom:6px;}
.step p{font-size:14px;color:var(--muted);line-height:1.7;}

/* ── STATS BAND ── */
.stats-band{background:var(--ink);padding:88px 24px;position:relative;overflow:hidden;}
.stats-band::before{
 content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
 width:800px;height:400px;
 background:radial-gradient(ellipse,rgba(232,80,10,.12) 0%,transparent 70%);pointer-events:none;
}
.stats-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:0;}
.stat-item{flex:1;min-width:180px;padding:0 40px;text-align:center;border-right:1px solid rgba(255,255,255,.07);}
.stat-item:last-child{border-right:none;}
.stat-num{font-family:'Manrope',sans-serif;font-size:clamp(40px,5vw,58px);font-weight:800;color:var(--o);letter-spacing:-3px;line-height:1;}
.stat-label{font-size:13px;color:rgba(255,255,255,.45);margin-top:10px;}

/* ── ABOUT ── */
.about{background:var(--cream2);}
.about-inner{display:grid;grid-template-columns:300px 1fr;gap:64px;align-items:start;}
@media(max-width:700px){
 .about-inner{grid-template-columns:1fr;}
 .about-photo-wrap{max-width:260px;margin:0 auto;}
}
.about-photo-wrap{position:relative;}
.about-photo{width:100%;aspect-ratio:4/5;border-radius:20px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.18);}
.about-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.about-badge{
 position:absolute;bottom:-16px;right:-16px;
 background:var(--o);color:#fff;border-radius:14px;padding:14px 18px;
 box-shadow:0 8px 32px rgba(232,80,10,.4);text-align:center;min-width:100px;
}
.about-badge-num{font-family:'Manrope',sans-serif;font-size:26px;font-weight:800;letter-spacing:-1px;line-height:1;}
.about-badge-label{font-size:11px;opacity:.85;margin-top:3px;}
.about-text h2{font-family:'Manrope',sans-serif;font-size:clamp(24px,3vw,36px);font-weight:800;letter-spacing:-0.03em;margin-bottom:18px;line-height:1.15;}
.about-text p{font-size:15.5px;color:#374151;line-height:1.82;margin-bottom:14px;}
.cred-list{margin-top:24px;display:flex;flex-direction:column;gap:10px;}
.cred{display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:500;color:var(--ink);}
.cred-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:rgba(34,197,94,.12);flex-shrink:0;}
.cred-icon svg{width:12px;height:12px;stroke:var(--green);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}

/* ── FAQ ── */
.faq{background:var(--cream);}
.faq-wrap{margin-top:44px;max-width:700px;border:1.5px solid var(--border);border-radius:20px;overflow:hidden;}
.faq-item{border-bottom:1px solid var(--border);}
.faq-item:last-child{border-bottom:none;}
.faq-toggle{
 width:100%;background:none;border:none;cursor:pointer;
 display:flex;align-items:center;justify-content:space-between;gap:16px;
 padding:22px 28px;text-align:left;transition:background .15s;
}
.faq-toggle:hover{background:var(--cream2);}
.faq-toggle h3{font-size:15px;font-weight:600;color:var(--ink);line-height:1.4;}
.faq-chevron{flex-shrink:0;width:18px;height:18px;stroke:var(--muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s cubic-bezier(.22,1,.36,1);}
.faq-item.open .faq-chevron{transform:rotate(180deg);stroke:var(--o);}
.faq-body{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.faq-body p{padding:0 28px 22px;font-size:14.5px;color:var(--muted);line-height:1.78;}

/* ── FINAL CTA ── */
.final-cta{background:var(--ink);padding:112px 24px;text-align:center;position:relative;overflow:hidden;}
.final-cta::before{
 content:'';position:absolute;bottom:-200px;left:50%;transform:translateX(-50%);
 width:800px;height:600px;
 background:radial-gradient(circle,rgba(232,80,10,.14) 0%,transparent 65%);pointer-events:none;
}
.final-cta h2{font-family:'Manrope',sans-serif;font-size:clamp(26px,4vw,48px);font-weight:800;letter-spacing:-0.03em;color:var(--white);margin-bottom:16px;line-height:1.1;}
.final-cta h2 em{font-style:italic;color:var(--o);}
.final-cta-lead{color:rgba(255,255,255,.6);font-size:17px;max-width:480px;margin:0 auto 48px;line-height:1.8;}
.cta-box{
 background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:22px;
 max-width:460px;margin:0 auto;padding:40px;text-align:left;
 box-shadow:0 40px 100px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.05);position:relative;
}
.cta-box-header h3{font-family:'Manrope',sans-serif;font-size:22px;font-weight:700;color:var(--white);margin-bottom:5px;}
.cta-box-header p{color:rgba(255,255,255,.45);font-size:13px;margin-bottom:24px;}
.microtrust{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:22px;}
.mt-item{display:flex;align-items:center;gap:5px;font-size:12px;color:rgba(255,255,255,.5);}
.mt-item svg{width:13px;height:13px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.form-field{
 width:100%;padding:13px 16px;font-family:'Inter',sans-serif;font-size:15px;
 border:1.5px solid rgba(255,255,255,.13);border-radius:10px;
 background:rgba(255,255,255,.06);color:var(--white);outline:none;margin-bottom:10px;
 transition:border-color .2s,background .2s;
}
.form-field::placeholder{color:rgba(255,255,255,.3);}
.form-field:focus{border-color:var(--o);background:rgba(255,255,255,.09);}
.btn-submit{
 width:100%;font-family:'Inter',sans-serif;font-size:16px;font-weight:700;
 background:var(--o);color:#fff;border:none;border-radius:10px;padding:17px;cursor:pointer;
 margin-top:4px;box-shadow:0 4px 0 var(--o2),0 8px 32px rgba(232,80,10,.4);
 transition:background .2s,transform .15s,box-shadow .15s;position:relative;top:0;
}
.btn-submit:hover{background:var(--o2);top:-2px;box-shadow:0 6px 0 #9e3200,0 16px 40px rgba(232,80,10,.45);}
.btn-submit:active{top:2px;box-shadow:0 2px 0 var(--o2);}
.form-disclaimer{font-size:12px;color:rgba(255,255,255,.25);text-align:center;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:6px;}
.form-disclaimer svg{width:13px;height:13px;stroke:rgba(255,255,255,.3);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.success-state{display:none;text-align:center;padding:24px 0;}
.success-state h3{color:#fff;margin-bottom:8px;font-family:'Manrope',sans-serif;font-size:22px;}
.success-state p{color:rgba(255,255,255,.55);font-size:15px;}

/* ── STICKY BAR ── */
.sticky-bar{
 position:fixed;bottom:0;left:0;right:0;z-index:999;
 background:rgba(11,14,20,.96);backdrop-filter:blur(20px);
 border-top:1px solid rgba(255,255,255,.06);
 display:flex;align-items:center;justify-content:space-between;padding:14px 32px;
}
.sticky-text{font-size:14px;font-weight:600;color:#fff;line-height:1.3;}
.sticky-sub{font-size:12px;color:rgba(255,255,255,.38);margin-top:2px;}
.sticky-btn{
 font-family:'Inter',sans-serif;font-size:14px;font-weight:700;
 background:var(--o);color:#fff;padding:11px 22px;border-radius:8px;
 text-decoration:none;white-space:nowrap;transition:background .2s;
 box-shadow:0 2px 12px rgba(232,80,10,.35);
}
.sticky-btn:hover{background:var(--o2);}
@media(max-width:560px){
 .sticky-sub{display:none;}
 .sticky-btn{padding:11px 16px;font-size:13px;}
}

/* ── FOOTER ── */
footer{text-align:center;padding:32px 24px 100px;font-size:13px;color:var(--muted);border-top:1px solid var(--border);background:var(--white);}
footer a{color:var(--muted);}

/* ── POPUP ── */
#popup-overlay{
 position:fixed;inset:0;z-index:9999;
 background:radial-gradient(circle at 50% 15%,rgba(232,80,10,.18),transparent 32%),rgba(5,7,12,.76);
 backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:18px;
 opacity:0;pointer-events:none;transition:opacity .4s ease;
}

#popup-box{
 width:100%;max-width:480px;background:#fff;border-radius:22px;overflow:hidden;position:relative;
 transform:translateY(28px) scale(.97);transition:transform .4s cubic-bezier(.22,1,.36,1);
 box-shadow:0 44px 120px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.08);
}

.popup-close{
 position:absolute;top:14px;right:14px;z-index:5;
 width:36px;height:36px;border-radius:50%;border:1px solid rgba(11,14,20,.08);
 background:#fff;color:#111827;font-size:20px;line-height:1;cursor:pointer;
 display:flex;align-items:center;justify-content:center;
 box-shadow:0 8px 24px rgba(0,0,0,.10);transition:background .15s,transform .15s;
}

.popup-close:hover{background:#F7F4F0;transform:translateY(-1px);}

.popup-top{
 display:grid;grid-template-columns:100px 1fr;gap:16px;align-items:center;padding:22px 28px 18px;
 background:radial-gradient(circle at 12% 8%, rgba(232,80,10,.13), transparent 36%),linear-gradient(180deg,#fff 0%,#FAF7F3 100%);
 border-bottom:1px solid #E8E1DA;
}

.popup-photo{
 width:88px;height:88px;border-radius:50%;overflow:hidden;border:3px solid var(--o);
 box-shadow:0 10px 24px rgba(232,80,10,.20);background:#eee;
}

.popup-photo img{width:100%;height:100%;object-fit:cover;display:block;}

.popup-kicker{
 font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.8px;
 color:#B8882D;margin-bottom:6px;
}

.popup-title{
 font-family:'Manrope',system-ui,sans-serif;font-size:22px;line-height:1.05;
 font-weight:800;letter-spacing:-.03em;color:#0B0E14;margin:0 0 8px;
}

.popup-title em{color:var(--o);font-style:italic;}

.popup-note{
 font-size:14px;line-height:1.6;color:#4B5563;max-width:390px;
}

.popup-note strong{color:#111827;}

.popup-body{padding:16px 28px 20px;}

.popup-handnote{
 display:flex;gap:10px;align-items:flex-start;
 background:#FFF7F1;border:1px solid rgba(232,80,10,.18);border-radius:14px;
 padding:10px 12px;margin-bottom:14px;font-size:13px;line-height:1.5;color:#374151;
}

.popup-handnote span{
 font-family:'Manrope',system-ui,sans-serif;font-style:italic;font-weight:700;
 color:var(--o);white-space:nowrap;
}

.popup-handnote p{margin:0;}

.popup-form-grid{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:12px;
}

.popup-field{
 display:flex;
 flex-direction:column;
 gap:6px;
}

.popup-field.full{
 grid-column:1 / -1;
}

.popup-field label{
 font-size:13px;
 font-weight:700;
 color:#111827;
}

.popup-input{
 width:100%;padding:10px 12px;font-family:'Inter',system-ui,sans-serif;font-size:14px;
 border:1.5px solid #D9D3CC;border-radius:9px;background:#fff;color:#0B0E14;outline:none;
 transition:border-color .2s, box-shadow .2s, background .2s;
}

.popup-input::placeholder{color:#9CA3AF;}

.popup-input:focus{
 border-color:var(--o);
 box-shadow:0 0 0 4px rgba(232,80,10,.10);
 background:#FFFCFA;
}

.popup-submit{
 width:100%;margin-top:10px;font-family:'Inter',system-ui,sans-serif;font-size:15px;font-weight:800;
 background:var(--o);color:#fff;border:none;border-radius:10px;padding:13px 20px;cursor:pointer;
 box-shadow:0 4px 0 var(--o2),0 16px 34px rgba(232,80,10,.30);
 transition:background .2s, transform .15s, box-shadow .15s;position:relative;top:0;
}

.popup-submit:hover{
 background:var(--o2);
 top:-2px;
 box-shadow:0 6px 0 #9e3200,0 22px 44px rgba(232,80,10,.34);
}

.popup-trust{
 display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:10px;
 font-size:12px;color:#6B7280;
}

.popup-trust span{
 display:inline-flex;
 align-items:center;
 gap:5px;
}

.popup-trust span::before{
 content:'';
 width:6px;
 height:6px;
 border-radius:50%;
 background:var(--o);
 opacity:.7;
}

.popup-disclaimer{
 font-size:12px;
 color:#9CA3AF;
 text-align:center;
 margin-top:12px;
}

#popup-success{
 display:none;
 text-align:center;
 padding:32px 24px 22px;
}

#popup-success h3{
 margin-bottom:8px;
 font-family:'Manrope',system-ui,sans-serif;
 font-size:24px;
 letter-spacing:-.03em;
 color:#0B0E14;
}

#popup-success p{
 font-size:14px;
 color:#6B7280;
}

/* MOBILE */
@media(max-width:640px){
 #popup-overlay{
  align-items:center;
  padding:8px;
 }

 #popup-box{
  max-width:calc(100vw - 16px);
  max-height:calc(100dvh - 16px);
  border-radius:16px;
  overflow:auto;
 }

 .popup-close{
  width:32px;
  height:32px;
  top:8px;
  right:8px;
  font-size:18px;
 }

 .popup-top{
  grid-template-columns:1fr;
  text-align:center;
  justify-items:center;
  gap:8px;
  padding:16px 18px 12px;
 }

 .popup-photo{
  width:68px;
  height:68px;
  border-width:2px;
 }

 .popup-kicker{
  font-size:10px;
  letter-spacing:1.4px;
  margin-bottom:4px;
 }

 .popup-title{
  font-size:21px;
  line-height:1;
  margin-bottom:6px;
 }

 .popup-note{
  font-size:13px;
  line-height:1.4;
  max-width:100%;
 }

 .popup-body{
  padding:12px 18px 14px;
 }

 .popup-handnote{
  padding:10px 12px;
  margin-bottom:10px;
  font-size:12.5px;
  line-height:1.35;
  text-align:left;
  border-radius:12px;
 }

 .popup-form-grid{
  grid-template-columns:1fr 1fr;
  gap:8px;
 }

 .popup-field.full{
  grid-column:1 / -1;
 }

 .popup-field{
  gap:4px;
 }

 .popup-field label{
  font-size:12px;
 }

 .popup-input{
  padding:10px 12px;
  font-size:14px;
  border-radius:8px;
 }

 .popup-submit{
  margin-top:10px;
  padding:12px 14px;
  font-size:14px;
  border-radius:9px;
 }

 .popup-trust,
 .popup-disclaimer{
  display:none;
 }
}

@media(max-width:390px){
 .popup-top{
  padding:14px 16px 10px;
 }

 .popup-photo{
  width:62px;
  height:62px;
 }

 .popup-title{
  font-size:20px;
 }

 .popup-note{
  font-size:12.5px;
  line-height:1.35;
 }

 .popup-body{
  padding:10px 16px 12px;
 }

 .popup-handnote{
  font-size:12px;
  line-height:1.3;
  margin-bottom:8px;
 }

 .popup-input{
  padding:9px 10px;
  font-size:13.5px;
 }

 .popup-submit{
  padding:11px 12px;
  font-size:13.5px;
 }
}

/* ── SECTION HEADINGS SHARED ── */
.section-heading{font-family:'Manrope',sans-serif;font-size:clamp(26px,3.6vw,44px);font-weight:800;letter-spacing:-0.035em;line-height:1.08;}
.sh-dark{color:var(--white);}
.sh-light{color:var(--ink);}
.sh-center{text-align:center;}
.heading-block{margin-bottom:0;}
.heading-block .section-heading{margin-bottom:12px;}

/* ── HERO ABOVE THE FOLD FIX ── */
.hero{padding:clamp(24px,4.5dvh,52px) 24px clamp(56px,8dvh,78px);}
.hero .inner{max-width:min(780px,100%);}
.hero-title{font-size:clamp(30px,min(5.1vw,7.2dvh),58px);line-height:.98;margin-bottom:clamp(10px,1.6dvh,18px);}
.hero-title .line-accent{max-width:100%;}
.hero-lead{font-size:clamp(14px,min(1.7vw,2.2dvh),16px);line-height:1.55;max-width:560px;margin-bottom:clamp(16px,2.6dvh,30px);}
.video-wrap{margin-bottom:clamp(22px,3.4dvh,34px);}
.video-wrap.custom-vimeo-player{width:min(780px,100%);}
.custom-vimeo-player .vimeo-stage{height:auto;max-height:clamp(205px,48dvh,438px);}
.custom-vimeo-player iframe{width:100%;height:100%;}
.hero .btn-primary.btn-lg{font-size:clamp(15px,1.8vw,18px);padding:clamp(14px,2.2dvh,19px) clamp(26px,4vw,48px);}
.hero-fine{margin-top:clamp(8px,1.4dvh,12px);}
.hero-stats{margin-top:clamp(34px,5dvh,60px);padding-top:clamp(26px,4dvh,44px);}

@media(max-height:760px){
 .hero{padding-top:clamp(14px,3dvh,28px);}
 .hero-title br{display:none;}
 .hero-title{font-size:clamp(28px,min(4.4vw,6.4dvh),48px);max-width:920px;margin-left:auto;margin-right:auto;}
 .hero-lead{max-width:620px;margin-bottom:clamp(12px,2dvh,20px);}
 .custom-vimeo-player .vimeo-stage{max-height:44dvh;}
}
@media(max-width:620px){
 .hero{padding:18px 14px 56px;}
 .hero-title br{display:none;}
 .hero-title{font-size:clamp(28px,9.2vw,40px);line-height:1.02;margin-bottom:10px;}
 .hero-lead{font-size:14px;line-height:1.45;margin-bottom:16px;}
 .video-wrap.custom-vimeo-player{border-radius:10px;max-width:100%;}
 .custom-vimeo-player .vimeo-stage{max-height:42dvh;}
 .hero .btn-primary.btn-lg{width:100%;justify-content:center;padding:14px 18px;}
 .hero-stats{margin-top:34px;padding-top:24px;}
 .sticky-bar{padding:10px 14px;}
}
@media(max-width:380px){
 .hero-title{font-size:clamp(20px,7vw,28px);}
 .hero-lead{font-size:13px;}
 .custom-vimeo-player .vimeo-stage{max-height:38dvh;}
}
@media(max-width:600px){
 .hero-stat{padding:0 14px;min-width:130px;}
 .stat-item{padding:0 20px;min-width:140px;}
 .step{padding:22px 20px;}
 .cta-box{padding:28px 22px;}
}

/* ── PERSONAL SHIFT ── */

.personal-shift .personal-shift-head{
 max-width:760px;
 margin:0 auto 42px;
 text-align:center;
}

.personal-shift .shift-board-single{
 display:grid;
 grid-template-columns:minmax(0,1fr);
 max-width:760px;
 margin:0 auto;
}

.personal-shift .shift-single{
 position:relative;
 overflow:hidden;
 border-radius:24px;
 padding:34px 34px 30px;
 background:
  radial-gradient(circle at 90% 0%, rgba(232,80,10,.22), transparent 36%),
  linear-gradient(145deg,#11151F 0%,#1B2130 100%);
 border:1.5px solid rgba(255,255,255,.10);
 box-shadow:0 28px 80px rgba(11,14,20,.22);
 color:#fff;
 text-align:center;
}

.personal-shift .shift-single::after{
 content:'';
 position:absolute;
 inset:0;
 background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
 pointer-events:none;
 mix-blend-mode:overlay;
}

.personal-shift .shift-top{
 position:relative;
 z-index:1;
 margin-bottom:28px;
 justify-content:center;
 text-align:center;
}

.personal-shift .shift-kicker{
 color:rgba(255,255,255,.42);
 font-size:11px;
 font-weight:800;
 text-transform:uppercase;
 letter-spacing:2.2px;
 margin-bottom:5px;
}

.personal-shift .shift-top h3{
 color:#fff;
 max-width:640px;
 margin-left:auto;
 margin-right:auto;
 font-family:'Manrope',system-ui,sans-serif;
 font-size:25px;
 line-height:1.1;
 letter-spacing:-.03em;
}

.personal-shift .shift-list{
 position:relative;
 z-index:1;
 list-style:none;
 display:flex;
 flex-direction:column;
 gap:14px;
 max-width:620px;
 margin:0 auto;
 padding:0;
 align-items:center;
}

.personal-shift .shift-list li{
 width:100%;
 max-width:600px;
 display:grid;
 grid-template-columns:32px 1fr;
 gap:12px;
 align-items:start;
 justify-content:center;
}

.personal-shift .shift-check{
 width:26px;
 height:26px;
 border-radius:999px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 background:rgba(232,80,10,.16);
 border:1px solid rgba(232,80,10,.28);
 color:var(--o);
 font-size:15px;
 font-weight:900;
 line-height:1;
 margin-top:2px;
 box-shadow:0 0 0 4px rgba(232,80,10,.045);
}

.personal-shift .shift-list li p{
 color:rgba(255,255,255,.86);
 font-size:15.5px;
 line-height:1.65;
 font-weight:600;
 margin:0;
 text-align:left;
}

.personal-shift .shift-bottom{
 position:relative;
 z-index:1;
 max-width:620px;
 margin:24px auto 0;
 padding-top:20px;
 color:#fff;
 font-size:16px;
 line-height:1.7;
 font-weight:800;
 text-align:center;
}

.personal-shift .shift-bottom strong{
 color:var(--o);
}

@media(max-width:520px){
 .personal-shift .personal-shift-head{
  margin-bottom:32px;
 }

 .personal-shift .shift-single{
  padding:28px 22px 24px;
  border-radius:20px;
 }

 .personal-shift .shift-top h3{
  font-size:22px;
 }

.personal-shift .shift-list{
 align-items:center;
 text-align:center;
}

.personal-shift .shift-list li{
 display:flex;
 align-items:center;
 justify-content:center;
 gap:12px;
 width:100%;
 max-width:620px;
}

 .personal-shift .shift-check{
  width:24px;
  height:24px;
  font-size:14px;
 }

.personal-shift .shift-list li p{
 text-align:center;
 margin:0;
}

 .personal-shift .shift-bottom{
  font-size:15px;
  max-width:100%;
 }
}

/* ── SOCIAL MEDIA SECTION ── */

.social-section{
  background:var(--ink);
  color:var(--white);
  padding:96px 20px 105px;
  text-align:center;
}

.social-inner{
  max-width:820px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.social-logo{
  max-width:210px;
  width:100%;
  height:auto;
  margin-bottom:34px;
  display:block;
}

.social-section h2{
  color:var(--white);
  font-size:clamp(34px,5vw,58px);
  line-height:1.05;
  letter-spacing:-.05em;
  margin:0 0 42px;
}

.social-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
}

.social-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-width:215px;
  padding:20px 30px;
  border-radius:999px;
  color:var(--white);
  text-decoration:none;
  font-size:18px;
  font-weight:800;
  transition:transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.social-link:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.1);
  box-shadow:0 22px 55px rgba(0,0,0,.28);
}

.social-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 34px;
}

.social-icon svg{
  width:22px;
  height:22px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.linkedin-link .social-icon svg{
  fill:currentColor;
  stroke:none;
}

.instagram-link .social-icon{
  color:#fff;
  background:linear-gradient(135deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
}

.linkedin-link .social-icon{
  color:#fff;
  background:#0a66c2;
}

@media(max-width:700px){
  .social-section{
    padding:74px 18px 82px;
  }

  .social-logo{
    max-width:170px;
    margin-bottom:28px;
  }

  .social-section h2{
    margin-bottom:34px;
  }

  .social-links{
    flex-direction:column;
    width:100%;
  }

.social-link{
  background:transparent;
  border:none;
  box-shadow:none;
  padding:10px 14px;
  min-width:auto;
}
.social-link:hover{
  background:transparent;
  border:none;
  box-shadow:none;
  transform:translateY(-3px);
}
}

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body{
  min-width:0;
  padding-bottom:max(92px, env(safe-area-inset-bottom));
}

img,video,iframe,svg{
  max-width:100%;
}

input,button,textarea,select{
  font:inherit;
}

.inner,
.inner-sm,
.logo-carousel-inner,
.social-inner{
  width:100%;
}

.section,
.hero,
.final-cta,
.testimonials-section,
.social-section,
.results-section,
.stats-band,
.criteria-band,
.criteria-repeat{
  overflow-x:clip;
}

@supports not (overflow:clip){
  .section,
  .hero,
  .final-cta,
  .testimonials-section,
  .social-section,
  .results-section,
  .stats-band,
  .criteria-band,
  .criteria-repeat{
    overflow-x:hidden;
  }
}

@media(max-width:900px){
  .section{padding:84px 20px;}

  .shift-board,
  .results-grid,
  .fy-grid{
    grid-template-columns:1fr 1fr;
  }

  .stats-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }

  .stat-item{
    min-width:0;
    padding:0 18px;
  }

  .about-inner{
    grid-template-columns:260px 1fr;
    gap:42px;
  }
}

@media(max-width:700px){
  body{
    line-height:1.58;
    padding-bottom:96px;
  }

  .section{padding:74px 18px;}

  .section-heading{
    font-size:clamp(30px,9vw,42px);
    line-height:1.06;
  }

  .eyebrow{
    letter-spacing:2.2px;
    margin-bottom:14px;
  }

  .hero{
    padding:22px 16px 58px;
  }

  .hero::before{
    width:520px;
    height:520px;
    top:-170px;
  }

  .hero-title{
    font-size:clamp(30px,10vw,42px);
    line-height:1.03;
    max-width:24ch;
    margin-left:auto;
    margin-right:auto;
  }

  .hero-lead{
    font-size:15px;
    line-height:1.55;
    max-width:34ch;
  }

  .video-wrap,
  .video-wrap.custom-vimeo-player{
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  .custom-vimeo-player .vimeo-stage{
    aspect-ratio:16/9;
    max-height:none;
  }

  .vp-controls{
    left:10px;
    right:10px;
    bottom:10px;
    gap:8px;
  }

  .vp-toggle{
    width:40px;
    height:34px;
  }

  .vp-icon-btn{
    width:30px;
    height:30px;
  }

  .btn-primary,
  .cbtn,
  .btn-submit,
  .popup-submit{
    min-height:48px;
  }

  .btn-primary.btn-lg,
  .cbtn{
    width:100%;
    max-width:380px;
    justify-content:center;
    text-align:center;
  }

  .hero-stats{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:32px;
    padding-top:22px;
  }

  .hero-stat,
  .hero-stat.is-wide{
    min-width:0;
    max-width:none;
    width:100%;
    padding:16px 14px;
  }

  .hero-stat-num{
    font-size:34px;
  }

  .criteria-band,
  .criteria-repeat{
    padding-left:18px;
    padding-right:18px;
  }

  .cpill-label{
    width:100%;
    margin:0 0 4px;
  }

  .cpill{
    width:100%;
    max-width:380px;
    justify-content:center;
  }

  .personal-shift .shift-single,
  .shift-col{
    padding:28px 22px 24px;
    border-radius:20px;
  }

  .personal-shift .shift-list li,
  .shift-list li{
    display:grid;
    grid-template-columns:28px minmax(0,1fr);
    justify-content:start;
    align-items:start;
  }

  .personal-shift .shift-list li p,
  .shift-list li p{
    text-align:left;
  }

  .results-grid,
  .fy-grid,
  .wyg-grid,
  .c-grid{
    grid-template-columns:1fr !important;
    gap:12px;
    margin-top:36px;
  }

  .result-card,
  .fy-card,
  .wyg-card,
  .c-card{
    min-height:auto;
    padding:26px 22px;
  }

  .result-card h3,
  .fy-card h3,
  .wyg-card h3{
    max-width:none;
  }

  .result-card p,
  .fy-card p,
  .wyg-card p{
    max-width:none;
  }

  .testimonials-section{
    padding:74px 18px;
  }

  .t-grid{
    margin-top:36px;
    animation-duration:340s;
  }

  .t-card{
    flex-basis:min(86vw,340px);
    margin-right:14px;
  }

  .logo-carousel-section{
    padding:72px 16px 78px;
  }

  .logo-set{
    flex-wrap:nowrap;
    gap:0;
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .logo-set::-webkit-scrollbar{display:none;}

  .logo-card{
    flex:0 0 auto;
    width:110px;
    height:68px;
    padding:6px 10px;
    border-right:1px solid rgba(0,0,0,0.08);
    border-bottom:none;
  }

  .logo-card:nth-child(3n){
    border-right:1px solid rgba(0,0,0,0.08);
  }

  .logo-card img{
    max-height:36px;
  }

  .steps{
    margin-top:34px;
    border-radius:18px;
  }

  .step{
    gap:14px;
    padding:22px 18px;
  }

  .step-num{
    width:30px;
    height:30px;
  }

  .stats-band{
    padding:72px 18px;
  }

  .stats-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .stat-item{
    border-right:0;
    border-radius:16px;
    padding:24px 18px;
  }

  .stat-num{
    font-size:clamp(38px,13vw,52px);
  }

  .about-inner{
    grid-template-columns:1fr;
    gap:34px;
  }

  .about-photo-wrap{
    max-width:260px;
    margin:0 auto;
  }

  .about-badge{
    right:8px;
    bottom:8px;
  }

  .cred{
    align-items:flex-start;
  }

  .faq-wrap{
    margin-top:34px;
    border-radius:18px;
  }

  .faq-toggle{
    padding:20px 18px;
  }

  .faq-body p{
    padding:0 18px 20px;
  }

  .final-cta{
    padding:78px 18px 92px;
  }

  .final-cta-lead{
    font-size:15.5px;
    margin-bottom:34px;
  }

  .cta-box{
    max-width:100%;
    padding:28px 22px;
    border-radius:18px;
  }

  .microtrust,
  .form-disclaimer{
    justify-content:center;
    text-align:center;
  }

  .form-field,
  .popup-input{
    font-size:16px;
  }

  .social-section{
    padding:74px 18px 82px;
  }

  .social-section h2{
    font-size:clamp(30px,10vw,44px);
    margin-bottom:30px;
  }

  .social-links{
    flex-direction:column;
    width:100%;
    gap:14px;
  }

  .social-link{
    width:100%;
    max-width:320px;
    min-width:0;
    padding:14px 18px;
    justify-content:center;
  }

  footer{
    padding:28px 18px 142px;
  }

  footer a{
    overflow-wrap:anywhere;
  }

  .sticky-bar{
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:8px;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  }

  .sticky-text{
    text-align:center;
    font-size:13px;
  }

  .sticky-sub{
    display:none;
  }

  .sticky-btn{
    display:flex;
    width:100%;
    justify-content:center;
    text-align:center;
    white-space:normal;
    line-height:1.2;
    padding:12px 16px;
  }

  #popup-overlay{
    padding:12px;
    align-items:center;
  }

  #popup-box{
    max-width:430px;
    max-height:calc(100dvh - 24px);
    border-radius:18px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }

  .popup-close{
    top:10px;
    right:10px;
  }

  .popup-top{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
    padding:28px 22px 20px;
  }

  .popup-photo{
    width:98px;
    height:98px;
  }

  .popup-title{
    font-size:25px;
  }

  .popup-note{
    max-width:100%;
  }

  .popup-body{
    padding:22px;
  }

  .popup-form-grid{
    grid-template-columns:1fr;
  }

  .popup-handnote{
    flex-direction:column;
    gap:4px;
  }

  .popup-handnote span{
    white-space:normal;
  }
}

@media(max-width:420px){
  body{padding-bottom:100px;}

  .section,
  .results-section,
  .testimonials-section,
  .social-section,
  .final-cta,
  .stats-band{
    padding-left:14px;
    padding-right:14px;
  }

  .hero{
    padding-left:14px;
    padding-right:14px;
  }

  .hero-title{
    font-size:clamp(28px,9.6vw,36px);
    max-width:23ch;
  }

  .hero-lead{
    font-size:14px;
  }

  .hero-stat-num{
    font-size:31px;
  }

  .result-card,
  .fy-card,
  .wyg-card,
  .c-card,
  .cta-box{
    padding-left:20px;
    padding-right:20px;
  }

  .t-card{
    flex-basis:calc(100vw - 40px);
  }

  .t-body{
    padding:21px;
  }

  .t-foot{
    gap:10px;
  }

  .t-avatar{
    width:58px;
    height:58px;
  }

  .logo-set{
    gap:0;
  }

  .logo-card{
    flex:0 0 auto;
    width:100px;
    height:60px;
  }

  .social-logo{
    max-width:150px;
  }

  .social-link{
    max-width:100%;
  }

  .popup-body,
  .popup-top{
    padding-left:18px;
    padding-right:18px;
  }

  .sticky-bar{
    padding-left:10px;
    padding-right:10px;
  }

  .sticky-btn{
    font-size:13px;
  }
}

@media(max-width:360px){
  .hero-title{
    font-size:27px;
  }

  .section-heading{
    font-size:clamp(27px,9vw,34px);
  }

  .vp-controls{
    gap:6px;
  }

  .vp-toggle{
    width:38px;
  }

  .vp-icon-btn{
    width:28px;
  }

  .hero-stat-num{
    font-size:29px;
  }

  .sticky-text{
    font-size:12px;
  }

  .sticky-btn{
    font-size:12.5px;
    padding-left:10px;
    padding-right:10px;
  }
}


