/* Coaching Workbench — marketing site.
   Deliberately its own stylesheet, not the app's: a visitor should download a
   small document, not an application. Same palette as index.html's :root so
   the site and the product look like one thing. */
:root{
  --ink:#1C2E3B; --muted:#748690; --line:#D3DEE3; --card:#FBFDFD; --bg:#F1F5F6;
  --brand:#3A5568; --brand-hover:#2E4656; --brand2:#3C5E80; --on-brand:#fff;
  --accent:#3C5E80; --coral:#E08A6E; --navy:#2A5478; --plum:#7A3E77; --clay:#C06A2E;
  --gold:#E0A72E; --teal-deep:#0F2E29;
  --maxw:1080px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;background:var(--bg);color:var(--ink);line-height:1.6;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size:16px;-webkit-font-smoothing:antialiased;}
img{max-width:100%;display:block;}
a{color:var(--brand2);}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px;}

/* ---- header ---- */
.site-head{position:sticky;top:0;z-index:50;background:rgba(251,253,253,.92);
  backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--line);}
.site-head .wrap{display:flex;align-items:center;gap:18px;height:66px;}
/* Mark + wordmark as one unit, so the pair never wraps apart on a narrow
   header. The mark is inlined in the markup rather than fetched — one fewer
   request, and it can take the page's own colours. */
.brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;font-size:17px;
  letter-spacing:-.01em;text-decoration:none;color:var(--ink);line-height:1.15;}
.brand-mark{width:34px;height:34px;flex:none;display:block;}
.brand-txt{display:block;}
.brand-txt b{font-weight:800;display:block;}
.brand-txt span{display:block;font-size:11px;font-weight:600;letter-spacing:.1em;
  text-transform:uppercase;color:var(--muted);}
@media(max-width:420px){ .brand-txt span{display:none;} }
.site-nav{margin-left:auto;display:flex;align-items:center;gap:6px;}
.site-nav a{padding:8px 12px;font-size:14px;font-weight:600;color:var(--muted);text-decoration:none;border-radius:8px;}
.site-nav a:hover{color:var(--ink);background:#EDF3F6;}
/* Header links never break mid-label. Scoped to the header: the hero's long CTA
   still needs to wrap on a very narrow phone. */
.site-nav a, .site-nav .btn{white-space:nowrap;}
/* Collapses at 900 rather than 780: with About added there are five section
   links plus two buttons, which wrap onto a second line on a small laptop. */
@media(max-width:900px){ .site-nav a.hide-sm{display:none;} }

/* Phones: at 390px the brand plus both buttons overflow, and "Sign in" and
   "Start free trial" each break onto two lines. Tighten the spacing and swap
   the CTA for a shorter label. */
.cta-short{display:none;}
@media(max-width:520px){
  .site-head .wrap{gap:10px;padding:0 16px;}
  .brand{font-size:15.5px;gap:9px;}
  .brand-mark{width:30px;height:30px;}
  .site-nav{gap:4px;}
  .site-nav a{padding:8px 9px;font-size:13.5px;}
  .site-nav .btn{padding:10px 16px;font-size:14px;}
  .cta-long{display:none;}
  .cta-short{display:inline;}
}

.btn{display:inline-block;border:1px solid var(--brand);background:var(--brand);color:var(--on-brand);
  border-radius:24px;padding:11px 22px;font-size:14.5px;font-weight:700;text-decoration:none;cursor:pointer;
  transition:background .15s,border-color .15s;}
.btn:hover{background:var(--brand-hover);border-color:var(--brand-hover);color:var(--on-brand);}
.btn-ghost{background:#fff;color:var(--brand2);border-color:var(--line);}
.btn-ghost:hover{background:#EDF3F6;color:var(--brand2);border-color:#B9CBD6;}
.btn-lg{padding:14px 30px;font-size:15.5px;}

/* ---- sections ---- */
section{padding:64px 0;}
section.tint{background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;}
h1{font-size:clamp(30px,5vw,46px);line-height:1.12;letter-spacing:-.02em;margin:0 0 16px;font-weight:800;}
h2{font-size:clamp(22px,3.2vw,30px);line-height:1.2;letter-spacing:-.015em;margin:0 0 12px;font-weight:800;}
h3{font-size:17px;margin:0 0 6px;font-weight:700;}
.lede{font-size:clamp(16px,2vw,18.5px);color:#4B5D68;max-width:62ch;margin:0 0 26px;}
.sec-intro{max-width:62ch;color:var(--muted);margin:0 0 30px;}

/* ---- hero ---- */
.hero{padding:76px 0 60px;}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:14px;}
.hero-note{font-size:13.5px;color:var(--muted);margin:0;}

/* ---- generic grid of cards ---- */
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:16px;}
.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:20px 22px;}
.card.stripe{border-left:4px solid var(--accent);}
.card p{margin:0;color:var(--muted);font-size:14.5px;}

/* ---- steps ---- */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px;}
.step-num{width:32px;height:32px;border-radius:50%;background:var(--brand);color:#fff;font-weight:800;
  font-size:14px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;}

/* ---- pricing ---- */
.price{max-width:440px;margin:0 auto;background:var(--card);border:1px solid var(--line);
  border-radius:16px;padding:30px 28px;text-align:center;box-shadow:0 10px 30px -18px rgba(28,46,59,.4);}
.price-amt{font-size:44px;font-weight:800;letter-spacing:-.02em;line-height:1;}
.price-amt small{font-size:17px;font-weight:600;color:var(--muted);}
.price-note{font-size:13.5px;color:var(--muted);margin:8px 0 20px;}
.price ul{list-style:none;margin:0 0 22px;padding:0;text-align:left;}
.price li{padding:9px 0;border-top:1px solid var(--line);font-size:14.5px;display:flex;gap:10px;}
.price li:before{content:"✓";color:var(--brand2);font-weight:800;flex:none;}

/* ---- faq ---- */
.faq{max-width:760px;}
.faq details{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:0 18px;margin-bottom:10px;}
.faq summary{cursor:pointer;padding:15px 0;font-weight:700;font-size:15px;list-style:none;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary:after{content:"+";float:right;color:var(--muted);font-weight:700;}
.faq details[open] summary:after{content:"–";}
.faq details p{margin:0 0 16px;color:var(--muted);font-size:14.5px;}

/* ---- footer ---- */
.site-foot{background:var(--ink);color:#C3D2DC;padding:44px 0 34px;font-size:14px;}
.site-foot a{color:#fff;text-decoration:none;}
.site-foot a:hover{text-decoration:underline;}
.foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:26px;margin-bottom:28px;}
.foot-grid h4{color:#fff;font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin:0 0 10px;}
.foot-grid p, .foot-grid li{margin:0 0 6px;}
.foot-grid ul{list-style:none;margin:0;padding:0;}
.foot-legal{border-top:1px solid rgba(255,255,255,.18);padding-top:18px;font-size:12.5px;color:#93A7B4;
  display:flex;gap:16px;flex-wrap:wrap;align-items:center;}

/* ---- legal pages ---- */
/* Keeps .wrap's 22px side padding: this element carries both classes, and a
   shorthand of "52px 0 70px" here silently zeroed the horizontal padding, so on
   any screen under 780px the legal text ran edge to edge. */
.legal{max-width:780px;padding:52px 22px 70px;}
.legal h1{font-size:clamp(26px,4vw,36px);}
.legal h2{font-size:19px;margin:34px 0 8px;}
.legal p, .legal li{color:#3F515C;font-size:15px;}
.legal ul{padding-left:20px;}
.legal .updated{color:var(--muted);font-size:13.5px;margin:0 0 30px;}
/* Anything the business still has to supply. Loud on purpose — these must not
   reach Paystack unfilled. */
.todo{background:#FBF3E2;border:1px dashed #D8B45E;border-radius:6px;padding:1px 7px;font-weight:700;color:#8A6414;}

/* ---- product shots ----
   Every screenshot on this site is fabricated sample data. Real client material
   may never appear here: the privacy policy promises coaches confidentiality and
   POPIA treats coaching records as special personal information. */
.shot{margin:0;}
/* height:auto is required, not optional: the width/height attributes on the img
   are there to reserve space and stop layout shift, but the height attribute is
   also a presentational hint. Without height:auto it wins, and width:100% then
   squashes the shot to the container width at its full pixel height. */
.shot img{width:100%;height:auto;border-radius:12px;border:1px solid var(--line);
  box-shadow:0 18px 40px -24px rgba(28,46,59,.55);background:var(--card);}
.shot figcaption{font-size:12.5px;color:var(--muted);margin-top:10px;display:flex;
  gap:8px;align-items:center;flex-wrap:wrap;}
.sample-tag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.07em;
  text-transform:uppercase;color:var(--muted);background:#EDF3F6;border:1px solid var(--line);
  border-radius:20px;padding:2px 9px;flex:none;}
/* Stands in until the real screenshot exists. Deliberately looks unfinished — it
   must never be mistaken for the product, and it must not look like a broken img. */
.shot-ph{aspect-ratio:16/10;border:2px dashed #B9CBD6;border-radius:12px;
  background:repeating-linear-gradient(45deg,#EDF3F6,#EDF3F6 10px,#F6FAFB 10px,#F6FAFB 20px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:22px;gap:7px;}
.shot-ph b{color:var(--brand);font-size:14.5px;}
.shot-ph span{font-size:12.5px;max-width:36ch;color:var(--muted);}
.shot-ph.phone{aspect-ratio:390/844;max-width:264px;margin:0 auto;}
/* A portrait shot must not take the full column width — at ~560px wide it would
   stand over 1200px tall and swamp the row it sits in. */
.phone-shot{max-width:286px;margin:0 auto;}
.hero-shot{margin-top:38px;}

/* ---- alternating feature rows ----
   Image gets the wider column on both sides, so flipping the order never makes
   the screenshot the narrow one. */
.row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.18fr);gap:44px;
  align-items:center;padding:40px 0;border-top:1px solid var(--line);}
.row.flip{grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);}
.row-txt h3{font-size:21px;letter-spacing:-.012em;margin-bottom:10px;}
.row-txt p{color:var(--muted);font-size:15px;margin:0 0 14px;}
.row-txt ul{list-style:none;margin:0;padding:0;}
.row-txt li{font-size:14.5px;color:#4B5D68;padding:5px 0 5px 25px;position:relative;}
.row-txt li:before{content:"✓";position:absolute;left:0;top:5px;color:var(--brand2);font-weight:800;}
@media(min-width:821px){ .row.flip .row-txt{order:2;} }
/* Full-width lead block where a screenshot would only repeat the hero shot. */
.lead-row{padding:8px 0 38px;}
.lead-row p{max-width:70ch;}
.lead-row ul, .stack-txt ul{columns:2;column-gap:40px;}
.lead-row li, .stack-txt li{break-inside:avoid;}
@media(max-width:640px){ .lead-row ul, .stack-txt ul{columns:1;} }

/* Stacked block: text across the top, screenshot full width beneath. Used where
   the shot carries detail that has to be legible — beside the text it renders at
   roughly a third of life size, which turns body copy into grey mush. */
.stack{padding:40px 0;border-top:1px solid var(--line);}
.stack-txt{margin-bottom:26px;}
.stack-txt p{max-width:70ch;}
@media(max-width:820px){
  .row{grid-template-columns:1fr;gap:24px;padding:32px 0;}
  .row.flip{grid-template-columns:1fr;}
  .row-img{order:-1;}
}

/* ---- about ---- */
.about{display:grid;grid-template-columns:minmax(0,250px) minmax(0,1fr);gap:38px;align-items:start;}
.about-card{background:var(--card);border:1px solid var(--line);border-radius:14px;
  padding:24px 22px;text-align:center;}
.about-card img{width:124px;height:124px;border-radius:50%;margin:0 auto 14px;object-fit:cover;
  box-shadow:0 8px 22px -10px rgba(28,46,59,.55);}
.about-ph{width:124px;height:124px;border-radius:50%;margin:0 auto 14px;border:2px dashed #B9CBD6;
  background:#EDF3F6;display:flex;align-items:center;justify-content:center;text-align:center;
  padding:10px;font-size:11px;color:var(--muted);line-height:1.35;}
.about-card b{display:block;font-size:16px;}
.about-card span{display:block;font-size:13px;color:var(--muted);margin-top:2px;}
.about blockquote{margin:0 0 18px;padding:18px 24px;background:var(--card);
  border-left:4px solid var(--plum);border-radius:0 12px 12px 0;font-size:16.5px;
  color:#3F515C;line-height:1.55;}
.about blockquote cite{display:block;font-style:normal;font-size:13px;color:var(--muted);margin-top:10px;}
.about p{color:var(--muted);font-size:15px;}
@media(max-width:820px){ .about{grid-template-columns:1fr;} }

/* ---- who it's for ---- */
.who{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;max-width:860px;margin:0 auto;}
.who span{background:var(--card);border:1px solid var(--line);border-radius:22px;
  padding:8px 17px;font-size:14.5px;font-weight:600;color:#4B5D68;}

/* ---- built for South African practice ---- */
.za-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;}
.za-item{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:17px 19px;}
.za-item h4{margin:0 0 5px;font-size:14.5px;font-weight:700;}
.za-item p{margin:0;font-size:13.5px;color:var(--muted);}
.za-shot{margin:32px auto 0;}
