*{box-sizing:border-box;margin:0;padding:0}
:root{
  --orange:#F26522;
  --dark:#d4551c;
  --black:#1A1A1A;
  --mid:#555;
  --light:#888;
  --gray:#F7F7F7;
  --border:#E8E8E8;
  --white:#fff;
}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;color:var(--black);background:var(--white);line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}

/* ── TOP BAR ── */
.topbar{background:var(--orange);padding:9px 24px;text-align:center;font-size:13px;font-weight:700;color:white}
.topbar span{opacity:.82;font-weight:400}

/* ── NAV ── */
nav{background:var(--black);padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}
.nav-logo{font-size:19px;font-weight:800;letter-spacing:-.5px;color:white}
.nav-logo .you{color:var(--orange)}
.nav-cta{background:var(--orange);color:white;border-radius:5px;font-size:13px;font-weight:700;transition:background .2s;white-space:nowrap}
.nav-cta:hover{background:var(--dark)}

/* ── HERO ── */
.hero{background:var(--black);padding:80px 24px 72px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 100%,rgba(242,101,34,.15) 0%,transparent 65%);pointer-events:none}
.hero-inner{max-width:780px;margin:0 auto;position:relative;z-index:1}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(242,101,34,.14);border:1px solid rgba(242,101,34,.28);color:var(--orange);padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:22px}
.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);animation:pulse 1.8s ease-in-out infinite;flex-shrink:0}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}
.hero-tag{font-size:12px;font-weight:700;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:2px;margin-bottom:14px}
.hero h1{font-size:clamp(34px,5.5vw,60px);font-weight:800;color:white;letter-spacing:-2.5px;line-height:1.06;margin-bottom:22px}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-sub{font-size:clamp(15px,1.8vw,18px);color:rgba(255,255,255,.6);max-width:600px;line-height:1.75;margin-bottom:38px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:52px}
.btn{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;border:none;transition:all .2s}
.btn-primary{background:var(--orange);color:white}
.btn-primary:hover{background:var(--dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(242,101,34,.35)}
.btn-ghost{background:transparent;color:rgba(255,255,255,.8);border:2px solid rgba(255,255,255,.18)}
.btn-ghost:hover{border-color:rgba(255,255,255,.45)}
.hero-trust{display:flex;gap:24px;flex-wrap:wrap}
.trust-chip{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.55);padding:7px 14px;border-radius:20px;font-size:12px;font-weight:600}

/* ── SECTION BASE ── */
.section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);margin-bottom:10px}
.section-title{font-size:clamp(26px,4vw,42px);font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin-bottom:14px}
.section-sub{font-size:16px;color:var(--mid);line-height:1.72;max-width:600px;margin-bottom:48px}

/* ── FOUNDER STORY ── */
.founder{padding:88px 24px;background:var(--white)}
.founder-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1.55fr;gap:72px;align-items:start}
.founder-photo{border-radius:16px;overflow:hidden;background:var(--black);aspect-ratio:4/5;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;flex-shrink:0}
.photo-initials{font-size:80px;font-weight:800;color:var(--orange);line-height:1}
.photo-sub{font-size:11px;color:rgba(255,255,255,.35);font-weight:600;letter-spacing:1.5px;margin-top:10px}
.founder-badge{position:absolute;bottom:18px;left:16px;right:16px;background:rgba(242,101,34,.92);color:white;padding:9px 14px;border-radius:8px;font-size:12px;font-weight:700;text-align:center}
.founder-content .section-label{text-align:left}
.founder-content h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;letter-spacing:-1.5px;margin-bottom:20px;line-height:1.12}
.founder-content p{font-size:15px;color:var(--mid);line-height:1.78;margin-bottom:14px}
.ventures{margin:24px 0;display:flex;flex-direction:column;gap:10px}
.venture{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:8px;background:var(--gray);border-left:3px solid var(--orange)}
.venture-name{font-size:14px;font-weight:800;color:var(--black);margin-bottom:2px}
.venture-desc{font-size:12px;color:var(--light)}
.founder-quote{margin-top:20px;padding:18px 20px;border-left:3px solid var(--orange);background:#fff8f4;border-radius:0 8px 8px 0}
.founder-quote p{font-size:14px;color:var(--mid);font-style:italic;line-height:1.7;margin:0}
.founder-quote strong{font-style:normal;color:var(--black)}

/* ── WHY ── */
.why{padding:88px 24px;background:var(--black)}
.why-inner{max-width:780px;margin:0 auto;text-align:center}
.why h2{font-size:clamp(26px,4vw,42px);font-weight:800;letter-spacing:-1.5px;color:white;line-height:1.1;margin-bottom:32px}
.quote-block{background:rgba(242,101,34,.1);border:1px solid rgba(242,101,34,.25);border-radius:12px;padding:28px 32px;margin-bottom:32px}
.quote-block blockquote{font-size:clamp(17px,2.5vw,22px);font-style:italic;color:white;line-height:1.55;font-weight:500}
.quote-block blockquote::before{content:'\201C';color:var(--orange);font-size:48px;line-height:0;vertical-align:-.4em;margin-right:4px}
.why-body{font-size:16px;color:rgba(255,255,255,.6);line-height:1.78;margin-bottom:16px;max-width:660px;margin-left:auto;margin-right:auto}
.why-body strong{color:white;font-weight:700}

/* ── PROCESS ── */
.process{padding:88px 24px;background:var(--gray)}
.process-inner{max-width:900px;margin:0 auto}
.process-header{text-align:center;margin-bottom:52px}
.process-header h2{font-size:clamp(26px,4vw,42px);font-weight:800;letter-spacing:-1.5px;margin-bottom:12px}
.process-header p{font-size:16px;color:var(--mid)}
.steps{display:flex;flex-direction:column;gap:0}
.step{display:flex;gap:24px;align-items:flex-start;padding:22px 0;border-bottom:1px solid var(--border)}
.step:last-child{border-bottom:none}
.step-num{width:44px;height:44px;border-radius:50%;background:var(--orange);color:white;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.step-content h3{font-size:17px;font-weight:800;margin-bottom:5px}
.step-content p{font-size:14px;color:var(--mid);line-height:1.65}

/* ── CLIENT WORK ── */
.clients{padding:88px 24px;background:var(--white)}
.clients-inner{max-width:1020px;margin:0 auto}
.clients-header{text-align:center;margin-bottom:56px}
.clients-header h2{font-size:clamp(26px,4vw,42px);font-weight:800;letter-spacing:-1.5px;margin-bottom:12px}
.clients-header p{font-size:16px;color:var(--mid);max-width:560px;margin:0 auto}
.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:900px){.client-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.client-grid{grid-template-columns:1fr}}
.client-card{border-radius:14px;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column;transition:box-shadow .25s}
.client-card:hover{box-shadow:0 12px 36px rgba(0,0,0,.1)}
.cc-head{background:var(--black);padding:22px 22px 18px}
.cc-logo{width:100%;height:72px;background:rgba(255,255,255,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border:1px dashed rgba(255,255,255,.12);overflow:hidden}
.cc-logo img{max-width:100%;max-height:100%;object-fit:contain}
.cc-logo-placeholder{font-size:11px;color:rgba(255,255,255,.25);font-weight:600;letter-spacing:.5px}
.cc-industry{font-size:10px;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px}
.cc-name{font-size:18px;font-weight:800;color:white;letter-spacing:-.5px;margin-bottom:6px}
.cc-desc{font-size:12px;color:rgba(255,255,255,.45);line-height:1.55}
.cc-body{background:white;padding:20px 22px;flex:1}
.cc-body h4{font-size:12px;font-weight:800;color:var(--black);text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}
.cc-bullets{list-style:none;display:flex;flex-direction:column;gap:8px}
.cc-bullets li{font-size:13px;color:var(--mid);line-height:1.55;padding-left:16px;position:relative}
.cc-bullets li::before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:var(--orange);flex-shrink:0}
.cc-foot{background:var(--gray);padding:12px 22px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border)}
.cc-tag{font-size:11px;color:var(--light);font-weight:600}
/* CTA card */
.client-card.cta-card{border:2px dashed var(--border);background:var(--gray)}
.cta-card-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 28px;height:100%;gap:12px}
.cta-card-icon{font-size:36px;margin-bottom:4px}
.cta-card h3{font-size:18px;font-weight:800;color:var(--black)}
.cta-card p{font-size:13px;color:var(--light);line-height:1.6;max-width:220px}
.cta-card .btn{margin-top:8px;width:100%;justify-content:center}

/* ── WHAT YOU GET ── */
.offer{padding:88px 24px;background:var(--black)}
.offer-inner{max-width:900px;margin:0 auto;text-align:center}
.offer h2{font-size:clamp(26px,4vw,42px);font-weight:800;letter-spacing:-1.5px;color:white;margin-bottom:12px;line-height:1.1}
.offer-sub{font-size:16px;color:rgba(255,255,255,.5);max-width:540px;margin:0 auto 52px;line-height:1.72}
.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;text-align:left}
.offer-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:28px;transition:border-color .2s}
.offer-card:hover{border-color:rgba(242,101,34,.4)}
.offer-num{font-size:10px;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
.offer-card h3{font-size:16px;font-weight:800;color:white;margin-bottom:8px}
.offer-card p{font-size:13px;color:rgba(255,255,255,.45);line-height:1.65}
.offer-note{margin-top:36px;font-size:13px;color:rgba(255,255,255,.3);font-style:italic}

/* ── TESTIMONIALS ── */
.proof{padding:88px 24px;background:var(--gray)}
.proof-inner{max-width:960px;margin:0 auto;text-align:center}
.proof h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;letter-spacing:-1.5px;margin-bottom:10px}
.proof-sub{font-size:15px;color:var(--mid);margin-bottom:48px}
.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;text-align:left}
.testi{background:white;border-radius:12px;padding:28px;border:1px solid var(--border)}
.testi-stars{color:var(--orange);font-size:14px;letter-spacing:2px;margin-bottom:14px}
.testi-text{font-size:14px;color:var(--mid);line-height:1.72;margin-bottom:20px;font-style:italic}
.testi-text::before{content:'\201C'}
.testi-text::after{content:'\201D'}
.testi-author{display:flex;align-items:center;gap:12px}
.author-avatar{width:38px;height:38px;border-radius:50%;background:var(--black);color:var(--orange);font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.author-name{font-size:14px;font-weight:800}
.author-role{font-size:12px;color:var(--light)}

/* ── BOOK ── */
.book{padding:88px 24px;background:var(--white)}
.book-inner{max-width:960px;margin:0 auto}
.book-header{text-align:center;margin-bottom:48px}
.book-header h2{font-size:clamp(28px,4vw,46px);font-weight:800;letter-spacing:-2px;margin-bottom:14px;line-height:1.08}
.book-header p{font-size:16px;color:var(--mid);max-width:520px;margin:0 auto;line-height:1.7}
.calendly-wrap{border-radius:16px;overflow:hidden;border:1px solid var(--border);box-shadow:0 8px 40px rgba(0,0,0,.07)}
#calendly-embed{min-width:320px;height:700px}

/* ── FAQ ── */
.faq{padding:80px 24px;background:var(--gray)}
.faq-inner{max-width:680px;margin:0 auto;text-align:center}
.faq-inner h2{font-size:clamp(22px,3vw,34px);font-weight:800;letter-spacing:-1px;margin-bottom:36px}
.faq-item{background:white;border-radius:10px;border:1px solid var(--border);overflow:hidden;margin-bottom:10px;text-align:left}
.faq-q{padding:17px 20px;font-size:15px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;user-select:none}
.faq-q:hover{background:#fafafa}
.faq-icon{font-size:20px;color:var(--orange);flex-shrink:0;transition:transform .2s;line-height:1}
.faq-a{font-size:14px;color:var(--mid);line-height:1.72;padding:0 20px 18px;display:none}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-icon{transform:rotate(45deg)}

/* ── FOOTER ── */
footer{background:var(--black);padding:36px 24px;text-align:center}
.footer-logo{font-size:18px;font-weight:800;color:white;margin-bottom:10px}
.footer-logo .you{color:var(--orange)}
footer p{font-size:12px;color:rgba(255,255,255,1);line-height:1.7}
.footer-links{display:flex;gap:20px;justify-content:center;margin-top:12px;flex-wrap:wrap}
.footer-links a{color:rgba(255,255,255,.4);font-size:12px;transition:color .2s}
.footer-links a:hover{color:var(--orange)}

/* ── MOBILE STICKY ── */
.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:white;border-top:1px solid var(--border);z-index:200;box-shadow:0 -4px 20px rgba(0,0,0,.1)}
.sticky-cta a{display:block;text-align:center;background:var(--orange);color:white;padding:14px;border-radius:8px;font-size:15px;font-weight:700}

/* ── RESPONSIVE ── */
@media(max-width:768px){
  .founder-inner{grid-template-columns:1fr;gap:36px}
  .founder-photo{max-width:260px;margin:0 auto}
  .hero-trust{gap:10px}
  #calendly-embed{height:600px}
  .sticky-cta{display:block}
  body{padding-bottom:72px}
}