/* Elite Business Conversations — static Cloudflare upload */
:root {
  --blue:#0082cc;
  --navy:#0d1f45;
  --orange:#ff3b18;
  --ink:#172033;
  --muted:#5e6878;
  --line:#dbe2ea;
  --soft:#f5f8fb;
  --white:#ffffff;
  --max:1180px;
  --shadow:0 18px 48px rgba(13,31,69,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Museo Sans","Avenir Next","Segoe UI",Arial,sans-serif;font-weight:300;line-height:1.58;-webkit-font-smoothing:antialiased}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}
.skip{position:absolute;left:-9999px;top:auto}.skip:focus{left:16px;top:16px;background:#fff;padding:10px 14px;z-index:9999;border:1px solid var(--line)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(13,31,69,.08);backdrop-filter:blur(10px)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand img{width:205px;height:auto;display:block}
.nav{display:flex;align-items:center;gap:24px;font-weight:500}.nav a{color:var(--navy);font-size:.94rem}.nav a:hover{text-decoration:none;color:var(--blue)}
.nav .nav-cta{border:1px solid var(--navy);padding:10px 15px;border-radius:3px}.nav .nav-cta:hover{background:var(--navy);color:#fff}
.menu-btn{display:none;border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:4px;color:var(--navy);font:inherit;font-weight:500}
.hero{padding:86px 0 62px}.hero-grid{display:grid;grid-template-columns:1.13fr .87fr;gap:70px;align-items:center}
.eyebrow{display:inline-block;color:var(--blue);text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;font-weight:500;margin-bottom:17px}
h1,h2,h3{font-weight:500;color:var(--navy);line-height:1.08;margin:0 0 18px;letter-spacing:-.025em}
h1{font-size:clamp(3.15rem,7vw,6.4rem);max-width:880px}.hero h1 .accent{color:var(--blue)}
h2{font-size:clamp(2.05rem,4.2vw,3.8rem)}h3{font-size:1.28rem;line-height:1.25}
.lede{font-size:clamp(1.18rem,2vw,1.52rem);color:#3e4857;max-width:800px;margin:0 0 30px}
.hero-copy p{font-size:1.06rem;max-width:720px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:3px;font-weight:500;border:1px solid transparent;min-height:50px}.btn:hover{text-decoration:none}.btn-primary{background:var(--blue);color:white}.btn-primary:hover{background:#006fae}.btn-secondary{border-color:var(--navy);color:var(--navy);background:#fff}.btn-secondary:hover{background:var(--navy);color:#fff}
.hero-panel{border-left:5px solid var(--blue);padding:28px 30px;background:var(--soft)}.hero-panel strong{display:block;color:var(--navy);font-weight:500;font-size:1.15rem;margin-bottom:6px}.hero-panel p{margin:0 0 20px}.hero-panel p:last-child{margin-bottom:0}
.stat-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.stats{display:grid;grid-template-columns:repeat(3,1fr)}.stat{padding:27px 34px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat b{display:block;color:var(--blue);font-size:1.8rem;line-height:1.1;font-weight:500}.stat span{font-size:.96rem;color:var(--muted)}
.section{padding:86px 0}.section.soft{background:var(--soft)}.section.navy{background:var(--navy);color:#fff}.section.navy h2,.section.navy h3{color:#fff}.section.navy p{color:#dfe7f4}.section.orange-rule{border-top:4px solid var(--orange)}
.section-head{max-width:800px;margin-bottom:42px}.section-head p{font-size:1.12rem;color:var(--muted);margin:0}.section.navy .section-head p{color:#cbd5e5}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:50px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);padding:28px;border-radius:4px}.card h3{margin-top:0}.card p:last-child{margin-bottom:0}.card .kicker{color:var(--blue);font-weight:500;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}.card.dark{background:#132753;border-color:#2a4271;color:#fff}.card.dark h3{color:#fff}.card.dark p{color:#dfe7f4}
.problem-list{display:grid;gap:14px}.problem{padding:21px 22px;border-left:3px solid var(--blue);background:#fff;border-top:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.problem strong{font-weight:500;color:var(--navy)}
.framework{display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:stretch}.question{background:#fff;color:var(--navy);padding:38px;border-radius:4px}.question .num{font-size:3rem;color:var(--blue);font-weight:500;line-height:1}.question p{font-size:1.5rem;font-weight:500;line-height:1.24;margin:15px 0 0;color:var(--blue)}.and{align-self:center;background:var(--blue);color:#fff;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-weight:500;text-transform:uppercase;font-size:.8rem;letter-spacing:.08em}
.process{counter-reset:steps;display:grid;gap:2px}.step{counter-increment:steps;display:grid;grid-template-columns:72px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid var(--line)}.step:before{content:counter(steps, decimal-leading-zero);color:var(--blue);font-weight:500;font-size:1.45rem}.step h3{margin:0 0 7px}.step p{margin:0;color:var(--muted)}
.callout{padding:48px;background:var(--navy);color:#fff;border-radius:5px;position:relative;overflow:hidden}.callout:after{content:"";position:absolute;right:-90px;top:-120px;width:310px;height:310px;border:55px solid rgba(0,130,204,.25);border-radius:50%}.callout>*{position:relative;z-index:1}.callout h2{color:#fff;max-width:780px}.callout p{max-width:780px;color:#dce5f3}.callout .btn-secondary{border-color:#fff;color:#fff;background:transparent}.callout .btn-secondary:hover{background:#fff;color:var(--navy)}
.owner-proof{display:grid;grid-template-columns:.74fr 1.26fr;gap:60px;align-items:center}.owner-proof img{width:100%;max-width:360px;justify-self:center;border-radius:4px;box-shadow:var(--shadow)}.owner-proof blockquote{font-size:clamp(1.65rem,3vw,2.6rem);line-height:1.2;color:var(--navy);margin:0 0 24px;font-weight:500}.owner-proof p{font-size:1.08rem}
.results{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.result{background:#fff;padding:28px}.result b{display:block;color:var(--blue);font-size:2.45rem;line-height:1;font-weight:500}.result span{display:block;margin-top:9px;color:var(--navy);font-weight:500}.result p{font-size:.93rem;color:var(--muted);margin:10px 0 0}
.split-title{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:start}.split-title>p{font-size:1.14rem;color:var(--muted);margin:4px 0 0}
.text-page{padding:72px 0 100px}.prose{max-width:820px}.prose h1{font-size:clamp(2.7rem,5vw,4.7rem)}.prose h2{font-size:2rem;margin-top:50px}.prose h3{margin-top:32px}.prose p,.prose li{font-size:1.02rem}.prose ul{padding-left:21px}.prose .updated{color:var(--muted);font-size:.92rem}
.person-hero{padding:78px 0}.person-copy{max-width:980px}.person-copy h1{font-size:clamp(3rem,6vw,5.5rem)}.person-copy .lede{font-size:1.35rem;max-width:860px}
.scheduler-wrap{max-width:1080px;margin:0 auto}.scheduler-frame-shell{border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:var(--shadow);overflow:hidden;min-height:720px}.scheduler-frame{width:100%;height:820px;border:0;display:block;background:#fff}.scheduler-pending{padding:54px 34px;text-align:center}.scheduler-pending h2{font-size:2rem}.scheduler-pending p{color:var(--muted);max-width:650px;margin:0 auto}.schedule-intro{padding-bottom:24px}.schedule-intro h1{font-size:clamp(2.8rem,6vw,5.2rem);max-width:900px}.schedule-intro p{font-size:1.18rem;color:var(--muted);max-width:720px}label{display:block;color:var(--navy);font-weight:500;font-size:.92rem;margin:0 0 7px}.field{margin-bottom:20px}input,select,textarea{width:100%;border:1px solid #bfc9d7;border-radius:3px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff}textarea{min-height:130px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(0,130,204,.15);border-color:var(--blue)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fine{font-size:.86rem;color:var(--muted)}.form-status{margin-top:16px;padding:12px 14px;background:var(--soft);border-left:3px solid var(--blue);display:none}.form-status.show{display:block}
.site-footer{background:#09162f;color:#d8e0ec;padding:50px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.site-footer h3{color:#fff;font-size:1rem;letter-spacing:.02em}.site-footer p,.site-footer a{font-size:.9rem;color:#c9d3e2}.site-footer a:hover{color:#fff}.footer-logo{width:215px;background:#fff;padding:7px;border-radius:3px}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid #26334d;margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#aab7c8;font-size:.82rem}
.banner{padding:50px 0 26px}.banner h1{font-size:clamp(2.8rem,6vw,5.2rem);max-width:940px}.banner p{font-size:1.2rem;max-width:820px;color:var(--muted)}
.orange{color:var(--orange)}.blue{color:var(--blue)}.navy-text{color:var(--navy)}.smallcaps{text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:500;color:var(--blue)}
@media(max-width:900px){.hero-grid,.two-col,.owner-proof,.split-title{grid-template-columns:1fr}.hero{padding-top:58px}.hero-grid{gap:36px}.three-col,.four-col{grid-template-columns:1fr 1fr}.framework{grid-template-columns:1fr}.and{justify-self:center}.stats{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.stat:last-child{border-bottom:0}.results{grid-template-columns:1fr 1fr}.nav{position:absolute;top:82px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 20px 22px;display:none;flex-direction:column;align-items:flex-start;gap:15px}.nav.open{display:flex}.menu-btn{display:block}.brand img{width:175px}}
@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--max))}.hero,.section{padding:58px 0}.hero h1{font-size:3.25rem}.three-col,.four-col,.results,.field-grid{grid-template-columns:1fr}.card,.question,.form-card,.callout{padding:24px}.nav-wrap{height:74px}.nav{top:74px}.brand img{width:155px}.footer-grid{grid-template-columns:1fr}.stat{padding:23px 10px}.step{grid-template-columns:55px 1fr}}

@media(max-width:620px){.scheduler-frame{height:940px}.scheduler-frame-shell{min-height:760px}}


/* V3 — requested visual corrections */
.question p{color:var(--blue)!important}
.person-hero .person-photo,.person-hero img{display:none!important}

/* V3 — Cloudflare-hosted live scheduler. No Google iframe. */
.scheduler-section{padding-top:34px}
.scheduler-native{max-width:1180px;margin:0 auto}
.scheduler-toolbar{
  display:grid;
  grid-template-columns:52px 1fr 52px;
  align-items:center;
  gap:14px;
  margin-bottom:10px;
}
.scheduler-week-title{text-align:center;color:var(--navy)}
.scheduler-week-title strong{display:block;font-size:1.2rem;font-weight:500;line-height:1.25}
.scheduler-week-title span{display:block;color:var(--muted);font-size:.88rem;margin-top:3px}
.week-arrow{
  width:50px;height:46px;
  border:1px solid var(--line);
  border-radius:3px;
  background:#fff;
  color:var(--navy);
  font-size:1.55rem;
  font-weight:500;
  cursor:pointer;
}
.week-arrow:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}
.week-arrow:disabled{opacity:.3;cursor:not-allowed}
.scheduler-status{
  min-height:24px;
  margin:0 0 12px;
  text-align:center;
  color:var(--muted);
  font-size:.93rem;
}
.week-table-wrap{
  overflow-x:auto;
  border:1px solid var(--line);
  border-radius:5px;
  background:#fff;
  box-shadow:var(--shadow);
}
.week-table{
  min-width:1015px;
  display:grid;
  grid-template-columns:repeat(7,minmax(145px,1fr));
}
.week-day{min-width:0;border-right:1px solid var(--line)}
.week-day:last-child{border-right:0}
.week-day-head{
  min-height:78px;
  padding:13px 9px 10px;
  text-align:center;
  background:var(--soft);
  border-bottom:1px solid var(--line);
}
.week-day-name{color:var(--navy);font-weight:500;font-size:.92rem}
.week-day-date{color:var(--blue);font-weight:500;font-size:1.02rem;margin-top:3px}
.week-slot-list{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-height:335px;
  padding:10px 8px 16px;
}
.week-slot{
  min-height:41px;
  padding:8px 6px;
  border:1px solid #bac7d6;
  border-radius:3px;
  background:#fff;
  color:var(--navy);
  font:inherit;
  font-weight:500;
  cursor:pointer;
}
.week-slot:hover,.week-slot:focus{
  border-color:var(--blue);
  outline:2px solid rgba(0,130,204,.12);
}
.week-slot.selected{background:var(--blue);border-color:var(--blue);color:#fff}
.week-empty{
  padding:23px 6px;
  color:#8a94a3;
  text-align:center;
  font-size:.8rem;
  line-height:1.35;
}
.scheduler-loading,.scheduler-load-error{
  grid-column:1/-1;
  padding:54px 20px;
  text-align:center;
  color:var(--muted);
}
.booking-details{
  margin-top:28px;
  padding:30px;
  background:var(--soft);
  border-top:4px solid var(--blue);
}
.booking-details-head{margin-bottom:22px}
.booking-details-head h2{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:0}
.booking-submit-row{display:flex;justify-content:flex-end;margin-top:4px}
.booking-success{
  margin-top:28px;
  padding:44px 30px;
  text-align:center;
  border:1px solid var(--line);
  background:var(--soft);
}
.success-check{
  width:58px;height:58px;
  margin:0 auto 18px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-size:1.7rem;
  font-weight:500;
}
.booking-success h2{margin-bottom:12px}
.booking-success p{color:var(--muted)}
.booking-success .success-when{color:var(--navy);font-weight:500;font-size:1.1rem}
.booking-success .btn{margin-top:12px}
#booking-error{display:none}
#booking-error.show{display:block}

@media(max-width:760px){
  .scheduler-toolbar{grid-template-columns:46px 1fr 46px}
  .week-arrow{width:44px;height:44px}
  .week-table{min-width:910px;grid-template-columns:repeat(7,minmax(130px,1fr))}
  .booking-details{padding:24px 18px}
}
