/* Relentless — Jake Seals funnel. Shared stylesheet for both pages.
   Page-specific overrides are scoped under body.pg-booking / body.pg-thankyou. */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--gold:#B99A1E;--ink:#0f0f0f;--body:#5a574f;--muted:#8b877d;--line:#ebe9e3;--off:#faf9f7}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,'SF Pro Display','Inter','Segoe UI',Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%}

/* ---- Shared hero primitives (values that differ per page are scoped below) ---- */
.hero{margin:0 auto;text-align:center}
.hero-logo{height:72px;width:auto;display:block}
.sec-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--gold);text-align:center;margin-bottom:8px}
h1{font-weight:700;background:linear-gradient(180deg,#DCC136 0%,#A8871C 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px;text-wrap:balance}
h1 .ink{background:none;-webkit-text-fill-color:var(--ink);color:var(--ink)}
.hero-sub{font-size:16px;color:var(--body);line-height:1.65;text-wrap:pretty}
.sec-h{font-weight:700;letter-spacing:-1px;line-height:1.12;color:var(--ink);text-align:center;text-wrap:balance}

/* ---- Student-wins video section (identical on both pages) ---- */
.wins{background:var(--off);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:80px 24px 44px}
.wins-inner{max-width:1060px;margin:0 auto;text-align:center}
.yt-featured{margin:48px auto 20px;max-width:760px;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px -22px rgba(15,15,15,0.28);aspect-ratio:16/9;background:#111}
.yt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:16px 0 44px}
.yt-card{border-radius:14px;overflow:hidden;box-shadow:0 12px 30px -14px rgba(15,15,15,0.22);aspect-ratio:16/9;background:#111}
.yt-featured iframe,.yt-card iframe{width:100%;height:100%;border:none;display:block}
/* Click-to-load facade: a thumbnail + play button that swaps in the real player only on click */
.yt-facade{position:relative;display:block;width:100%;height:100%;padding:0;border:none;background:#111;cursor:pointer;overflow:hidden}
.yt-facade img{width:100%;height:100%;object-fit:cover;display:block}
.yt-facade .yt-play{position:absolute;top:50%;left:50%;width:68px;height:48px;transform:translate(-50%,-50%);opacity:.92;filter:drop-shadow(0 2px 10px rgba(0,0,0,0.45));transition:transform .2s ease,opacity .2s ease}
.yt-facade:hover .yt-play,.yt-facade:focus-visible .yt-play{transform:translate(-50%,-50%) scale(1.12);opacity:1}
.yt-facade .yt-play svg{display:block;width:100%;height:100%}

/* ---- Auto-scrolling wins slider (identical on both pages) ---- */
.ss-wins{background:var(--off);border-bottom:1px solid var(--line);padding:0 0 80px;overflow:hidden}
.ss-wins-header{text-align:center;padding:0 24px 40px}
.ss-wins-header .sub{font-size:15px;color:var(--muted);margin-top:8px}
.slider-viewport{position:relative;width:100%;overflow:hidden}
.slider-track{display:flex;gap:14px;will-change:transform}
.ss-card{flex-shrink:0;width:260px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px -8px rgba(15,15,15,0.14);border:1px solid var(--line);background:#fff}
.ss-card img{width:100%;height:auto;display:block}

/* ---- Shared button ---- */
.btn{display:inline-block;background:var(--ink);color:#fff;font-weight:700;font-size:15px;letter-spacing:-.2px;padding:18px 44px;border-radius:100px;text-decoration:none;transition:background .2s ease,transform .2s ease}
.btn:hover{background:var(--gold);transform:translateY(-1px)}

/* ---- Footer (identical on both pages) ---- */
footer{border-top:1px solid var(--line);padding:28px 24px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;color:var(--muted)}
footer img{height:24px;width:auto}

/* ================= BOOKING PAGE ================= */
.pg-booking .hero{max-width:900px;padding:64px 24px 24px}
.pg-booking .hero-logo{margin:0 auto 36px}
.pg-booking h1{font-size:clamp(36px,5.8vw,64px);line-height:1.15;letter-spacing:-1.5px}
.pg-booking .hero-sub{max-width:520px;margin:0 auto}
.pg-booking .sec-h{font-size:clamp(28px,4.2vw,46px)}
.pg-booking .wins-inner .sec-h{margin-bottom:6px}

.proof-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:40px;flex-wrap:wrap}
.avatars{display:flex;align-items:center}
.avatar{width:42px;height:42px;border-radius:50%;border:2.5px solid #fff;margin-left:-12px;background:linear-gradient(135deg,#c9a227,#8f7212);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;overflow:hidden}
.avatar:first-child{margin-left:0}
.avatar img{width:100%;height:100%;object-fit:cover;display:block}
.avatar.count{background:#fff;border:2px solid var(--gold);color:var(--ink);font-size:10.5px;font-weight:800}
.proof-stack{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.stars{color:#E2B93B;font-size:17px;letter-spacing:2px;line-height:1}
.proof-text{font-size:15px;font-weight:500;color:var(--ink)}

.cal-section{max-width:780px;margin:0 auto;padding:44px 24px 80px}
.cal-frame{border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:0 24px 70px -28px rgba(15,15,15,0.22);overflow:hidden}
.cal-frame iframe{width:100%;height:100%;border:none;display:block}
.iclosed-widget{display:block}

.jake-section{border-top:1px solid var(--line);padding:80px 24px;text-align:center}
.jake-inner{max-width:640px;margin:0 auto}
.jake-photo{width:320px;border-radius:18px;overflow:hidden;margin:0 auto 32px;box-shadow:0 20px 50px -16px rgba(15,15,15,0.3)}
.jake-photo img{width:100%;height:auto;display:block}
.jake-name{font-size:clamp(32px,4vw,48px);font-weight:800;letter-spacing:-1.5px;line-height:1;margin-bottom:20px}
.jake-name span{background:linear-gradient(180deg,#DCC136 0%,#A8871C 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.jake-bio{font-size:15px;color:var(--body);line-height:1.75;margin:0 auto 28px;max-width:520px}
.jake-stats{display:flex;flex-direction:column;gap:10px;margin:0 auto 32px;text-align:left;max-width:480px}
.jake-stat{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;font-weight:600}
.jake-stat .arrow{color:var(--gold);font-size:16px;flex-shrink:0;margin-top:1px}
.jake-cta{display:inline-block;background:var(--gold);color:var(--ink);font-weight:800;font-size:13px;letter-spacing:1px;text-transform:uppercase;padding:16px 40px;border-radius:100px;text-decoration:none;transition:opacity .2s}
.jake-cta:hover{opacity:.85}

.faq{max-width:720px;margin:0 auto;padding:80px 24px}
.faq .sec-h{margin-bottom:44px}
.faq-item{border-top:1px solid var(--line);padding:24px 0}
.faq-item:last-of-type{border-bottom:1px solid var(--line)}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;user-select:none;font-size:15.5px;font-weight:600;letter-spacing:-.3px;line-height:1.4}
.faq-q .ic{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;transition:all .22s ease}
.faq-item.open .faq-q .ic{background:var(--gold);border-color:var(--gold)}
.faq-q .ic svg{transition:transform .28s ease;stroke:var(--muted)}
.faq-item.open .faq-q .ic svg{transform:rotate(45deg);stroke:#fff}
.faq-a{font-size:14.5px;color:var(--body);line-height:1.75;max-height:0;overflow:hidden;transition:max-height .6s ease,padding .3s ease}
.faq-item.open .faq-a{max-height:900px;padding-top:16px}

.bottom{text-align:center;padding:24px 24px 100px}
.bottom .sec-h{margin-bottom:12px}
.bottom p{font-size:16px;color:var(--body);margin-bottom:36px}

/* ================= THANK-YOU PAGE ================= */
.pg-thankyou .hero{max-width:760px;padding:64px 24px 0}
.pg-thankyou .hero-logo{margin:0 auto 48px}
.pg-thankyou h1{font-size:clamp(32px,5vw,52px);line-height:1.12;letter-spacing:-1.5px}
.pg-thankyou .hero-sub{max-width:480px;margin:0 auto 48px}
.pg-thankyou .sec-h{font-size:clamp(28px,4.2vw,42px)}

.badge{display:inline-flex;align-items:center;gap:8px;background:#ecfae5;border:1px solid #c5eab8;border-radius:100px;padding:8px 20px 8px 14px;margin-bottom:32px}
.badge-dot{width:10px;height:10px;border-radius:50%;background:#4ade60;flex-shrink:0}
.badge-text{font-size:14px;font-weight:600;color:#1a7a2e}

.video-section{max-width:760px;margin:0 auto;padding:0 24px 48px}
.video-frame{border-radius:24px;overflow:hidden;box-shadow:0 24px 60px -24px rgba(15,15,15,0.28);aspect-ratio:16/9;background:#111}
.video-frame iframe{width:100%;height:100%;border:none;display:block}

.checklist-section{max-width:560px;margin:0 auto;padding:0 24px 80px}
.checklist-title{font-size:20px;font-weight:700;letter-spacing:-0.5px;text-align:center;margin-bottom:28px}
.checklist{display:flex;flex-direction:column}
.check-item{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border-top:1px solid var(--line);cursor:pointer}
.check-item:last-child{border-bottom:1px solid var(--line)}
.check-box{flex-shrink:0;width:28px;height:28px;border-radius:8px;border:2px solid var(--line);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;margin-top:1px}
.check-item.done .check-box{background:var(--gold);border-color:var(--gold)}
.check-box svg{opacity:0;transition:opacity 0.2s}
.check-item.done .check-box svg{opacity:1}
.check-label{font-size:15.5px;font-weight:600;letter-spacing:-0.2px;line-height:1.3;transition:color 0.2s}
.check-item.done .check-label{color:var(--muted);text-decoration:line-through}
.check-desc{font-size:13.5px;color:var(--muted);line-height:1.6;margin-top:4px}

/* ================= RESPONSIVE ================= */
@media(max-width:860px){.yt-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){
  .hero-logo{height:52px}
  .wins{padding:52px 18px 36px}.yt-featured{border-radius:14px;margin-top:32px}
  .yt-grid{grid-template-columns:1fr;gap:12px}.yt-card{border-radius:12px}
  .ss-wins{padding-bottom:52px}.ss-card{width:220px;border-radius:12px}
  footer{padding:24px 18px}

  .pg-booking .hero{padding:44px 18px 20px}
  .pg-booking .hero-logo{margin-bottom:24px}
  .pg-booking h1{font-size:34px}
  .cal-section{padding:28px 16px 52px}.cal-frame{border-radius:16px}
  .jake-section{padding:56px 18px}.jake-photo{width:200px}
  .faq{padding:52px 18px}.bottom{padding:12px 18px 72px}
  .avatar{width:36px;height:36px}.proof-text{font-size:13px}

  .pg-thankyou .hero{padding:44px 18px 0}
  .pg-thankyou .hero-logo{margin-bottom:32px}
  .pg-thankyou h1{font-size:30px}
  .video-section{padding:0 18px 36px}.video-frame{border-radius:16px}
  .checklist-section{padding:0 18px 56px}
}
