:root{--navy:#1e3a5f;--amber:#c8692a;--white:#fff;--off-white:#f7f7f5;--light-grey:#efefec;--text:#2d2d2d;--text-muted:#666;--max-width:1100px;--gap:2rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.7;color:var(--text);background:var(--white)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}h1{font-size:clamp(2rem,4vw,3rem);line-height:1.15}h1,h2{color:var(--navy)}h2{font-size:clamp(1.4rem,2.5vw,1.9rem);line-height:1.25}h3{font-size:1.15rem;font-weight:700;color:var(--navy)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--navy{background:var(--navy)}.section--navy,.section--navy h1,.section--navy h2,.section--navy h3{color:var(--white)}.section--grey{background:var(--off-white)}.section--amber-line{border-top:4px solid var(--amber)}.btn{display:inline-block;padding:.8rem 2rem;border-radius:3px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .15s ease;border:none}.btn:hover{opacity:.88}.btn--amber{background:var(--amber);color:var(--white)}.btn--outline{background:transparent;color:var(--amber);border:2px solid var(--amber)}.btn--outline-white{background:transparent;color:var(--white);border:2px solid var(--white)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);border-bottom:3px solid var(--amber);box-shadow:0 1px 8px rgba(0,0,0,.06)}.header__inner{justify-content:space-between;height:100px}.header__inner,.header__nav{display:flex;align-items:center}.header__nav{gap:2rem}.header__nav a{color:var(--navy);font-size:.95rem;opacity:.8;transition:opacity .15s}.header__nav a:hover{opacity:1}.header__nav .btn{padding:.5rem 1.25rem;font-size:.9rem}.header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.header__burger span{display:block;width:24px;height:2px;background:var(--navy);transition:all .2s}.header__mobile-nav{display:none;flex-direction:column;background:var(--white);padding:1rem 1.5rem 1.5rem;gap:1rem;border-top:1px solid rgba(0,0,0,.08)}.header__mobile-nav a{color:var(--navy);font-size:1rem;opacity:.9}.header__mobile-nav.open{display:flex}@media (max-width:768px){.header__nav{display:none}.header__burger{display:flex}}.footer{background:var(--navy);color:var(--white);padding:2.5rem 0;font-size:.9rem}.footer__inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer__logo{font-weight:700;font-size:1.1rem;letter-spacing:.06em}.footer__logo span{color:var(--amber)}.footer__links{display:flex;gap:1.5rem;opacity:.75}.footer__links a:hover{opacity:1}.footer__copy{opacity:.55}.hero{background:var(--navy);padding:6rem 0 5rem}.hero,.hero h1{color:var(--white)}.hero h1{margin-bottom:1.25rem;max-width:680px}.hero__sub{font-size:1.2rem;opacity:.85;max-width:560px;margin-bottom:2.5rem}.hero__amber-line{width:56px;height:4px;background:var(--amber);margin-bottom:1.5rem}.stats{background:var(--navy);padding:3.5rem 0}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;text-align:center}@media (max-width:900px){.stats__grid{grid-template-columns:repeat(2,1fr)}}.stat__number{font-size:2.5rem;font-weight:700;color:var(--amber);line-height:1;margin-bottom:.5rem}.stat__label{font-size:.95rem;color:var(--white);opacity:.8}@media (max-width:600px){.stats__grid{grid-template-columns:1fr;gap:2.5rem}}.content-section{padding:4.5rem 0}.content-section__label{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);margin-bottom:.75rem}.content-section h2{margin-bottom:1.25rem}.content-section p{color:var(--text-muted);max-width:680px}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}@media (max-width:768px){.two-col{grid-template-columns:1fr}}.phases{display:grid;grid-gap:1.5rem;gap:1.5rem}.phase{border-left:4px solid var(--amber);padding:1.5rem 1.5rem 1.5rem 2rem;background:var(--off-white);border-radius:0 4px 4px 0}.phase__number{font-size:.8rem;font-weight:700;color:var(--amber);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.4rem}.phase__title{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}.phase__body{font-size:.95rem;color:var(--text-muted);margin:0}.case-study{border:1px solid #e0e0da;border-radius:6px;padding:2rem;margin-bottom:2rem}.case-study__sector{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--amber);margin-bottom:.5rem}.case-study__result{margin-top:1.25rem;padding-top:1.25rem;border-top:2px solid var(--amber);font-weight:700;color:var(--navy)}.bullet-list{display:grid;grid-gap:.75rem;gap:.75rem}.bullet-list li{padding-left:1.5rem;position:relative;color:var(--text-muted);font-size:.97rem}.bullet-list li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background:var(--amber);border-radius:50%}.cta-banner{background:var(--off-white);border-top:4px solid var(--amber);padding:4rem 0;text-align:center}.cta-banner h2{margin-bottom:.75rem}.cta-banner p{color:var(--text-muted);margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto}.page-header{background:var(--navy);padding:4rem 0 3rem;color:var(--white)}.page-header h1{color:var(--white);margin-bottom:.75rem}.page-header p{opacity:.8;max-width:600px;font-size:1.1rem;margin:0}.book-layout{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:4rem;gap:4rem;align-items:start}.book-sidebar h3{margin-bottom:1rem}.book-sidebar p{color:var(--text-muted);font-size:.97rem}.calendly-placeholder{background:var(--off-white);border:2px dashed #ccc;border-radius:6px;padding:3rem 2rem;text-align:center;color:var(--text-muted);font-size:.95rem}@media (max-width:768px){.book-layout{grid-template-columns:1fr}}