/* John Midtbo executive portfolio */
:root{--bg:#f7f2e8;--ink:#101828;--muted:#667085;--card:#fffdf8;--line:#ded6c7;--blue:#173b63;--gold:#a66f1e;--green:#176048;--soft:#eef4f8;--shadow:0 22px 60px rgba(17,24,39,.11)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:linear-gradient(135deg,#fbf8ef,#eef4f8 62%,#f7efe1);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}.page{min-height:100vh;padding:18px 26px;display:flex;flex-direction:column}.top{height:72px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex:none}.brand{display:flex;align-items:center;gap:13px;text-decoration:none}.avatar{width:58px;height:58px;border-radius:18px;object-fit:cover;border:1px solid var(--line)}.brand b{display:block;font-size:24px;letter-spacing:-.045em}.brand small,.contact{display:block;color:var(--muted);font-size:13px;font-weight:750}.nav{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.nav a,.btn{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);padding:9px 13px;text-decoration:none;font-weight:900;font-size:13px;color:#344054}.btn.primary,.nav a.active{background:var(--ink);border-color:var(--ink);color:white}.single-screen{flex:1;min-height:0;border:1px solid var(--line);border-radius:34px;background:rgba(255,253,248,.88);box-shadow:var(--shadow);padding:clamp(24px,4vw,44px);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:30px;align-items:center;overflow:hidden}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:950}h1{font-size:clamp(44px,6.2vw,82px);line-height:.9;letter-spacing:-.075em;margin:12px 0 16px}h2{font-size:clamp(32px,4.2vw,54px);line-height:.96;letter-spacing:-.055em;margin:0}h3{margin:0 0 8px;font-size:19px;letter-spacing:-.025em}.lead{font-size:clamp(18px,1.65vw,22px);line-height:1.42;color:#344054;max-width:870px}.bio{border-left:5px solid var(--blue);padding-left:18px;color:#344054;line-height:1.55;font-size:16px;max-width:850px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.choiceGrid,.cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice,.card{border:1px solid var(--line);border-radius:22px;background:white;padding:18px;text-decoration:none;color:inherit;box-shadow:0 10px 24px rgba(17,24,39,.06);transition:.18s transform,.18s box-shadow}.choice:hover,.card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(17,24,39,.12)}.choice b{display:block;font-size:18px}.choice span,.card p{display:block;color:var(--muted);font-size:14px;line-height:1.45;margin-top:6px}.split{display:grid;grid-template-columns:.75fr 1.25fr;gap:22px;align-items:center}.pill{display:inline-flex;background:#eef6f2;color:#176048;border-radius:999px;padding:6px 10px;font-weight:900;font-size:12px;margin:4px 4px 0 0}.timelinePage{overflow:hidden}.timelineScreen{flex:1;min-height:0;border:1px solid var(--line);border-radius:34px;background:rgba(255,253,248,.88);box-shadow:var(--shadow);padding:24px;display:grid;grid-template-rows:auto 1fr;gap:8px;overflow:hidden}.timelineHead{display:flex;justify-content:space-between;align-items:end;gap:16px}.timelineHead p{margin:0;color:var(--muted);font-weight:850;display:flex;align-items:center;gap:8px}.timelineStage{position:relative;min-height:0;display:grid;place-items:center;overflow:hidden}.timeline{position:relative;width:min(1360px,98%);height:min(64vh,520px);transition:.25s transform}.timeline.hasActive{transform:translateY(64px)}.rail{position:absolute;left:22px;right:22px;top:50%;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--green),var(--gold));transform:translateY(-50%)}.role{position:absolute;width:205px;min-height:112px;border:1px solid var(--line);background:white;border-radius:26px;padding:16px;cursor:pointer;text-align:left;box-shadow:0 14px 32px rgba(17,24,39,.08);transition:.22s transform,.22s border,.22s box-shadow,.22s width,.22s min-height,.22s z-index}.role:hover,.role.active{border-color:var(--blue);box-shadow:0 26px 66px rgba(23,59,99,.2);z-index:5}.role.top:hover,.role.top.active{transform:translateY(-132px) scale(1.03)}.role.bottom:hover,.role.bottom.active{transform:translateY(132px) scale(1.03)}.role:after{content:"";position:absolute;left:50%;width:2px;height:44px;background:#c9c1b3}.role.top:after{top:100%}.role.bottom:after{bottom:100%}.role h3{font-size:15px;line-height:1.13;margin:0;max-width:95%}.role .company{font-size:13px;color:var(--blue);font-weight:950;margin-top:8px}.role .dates{font-size:12px;color:var(--muted);font-weight:850;margin-top:6px}.role .details{display:none;margin-top:12px;border-top:1px solid var(--line);padding-top:11px}.role.active,.role:hover{width:390px;min-height:292px}.role.active .details,.role:hover .details{display:block}.role .details p{font-size:13px;line-height:1.38;color:#344054;margin:0 0 9px}.role blockquote{margin:10px 0 0;border-left:4px solid var(--gold);padding:8px 0 8px 10px;color:#344054;font-size:12.5px;line-height:1.32;background:#fff8ec;border-radius:0 12px 12px 0}.metricRow{display:flex;gap:6px;flex-wrap:wrap}.metric{background:#f2eadc;color:#775114;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:950}.r1{left:0;top:calc(50% - 188px)}.r2{left:16%;top:calc(50% + 72px)}.r3{left:32%;top:calc(50% - 188px)}.r4{left:48%;top:calc(50% + 72px)}.r5{left:64%;top:calc(50% - 188px)}.r6{right:0;top:calc(50% + 72px)}@media(max-width:1100px){body{overflow:auto}.page{padding:14px}.top{height:auto;display:block}.nav{justify-content:flex-start;margin-top:12px}.single-screen{display:block;overflow:visible}.choiceGrid,.cards,.split{grid-template-columns:1fr;margin-top:20px}.timelinePage{overflow:auto}.timelineScreen{overflow:visible}.timelineStage{overflow-x:auto;display:block}.timeline{width:1240px;height:620px;margin:20px 0}.timeline.hasActive{transform:none}.role.active,.role:hover{width:340px}.role.top:hover,.role.top.active,.role.bottom:hover,.role.bottom.active{transform:scale(1.02)}}@media(max-height:780px) and (min-width:1101px){.page{padding:12px 20px}.top{height:64px}.single-screen{padding:24px}h1{font-size:clamp(40px,5.6vw,70px)}.lead{font-size:18px}.bio{font-size:14px}.choice{padding:14px}.timelineScreen{padding:18px}.timeline{height:440px}.timeline.hasActive{transform:translateY(58px)}.role.top:hover,.role.top.active{transform:translateY(-112px) scale(1.03)}.role.bottom:hover,.role.bottom.active{transform:translateY(112px) scale(1.03)}}
/* Timeline V3: bottom timeline with expanded spotlight */
.timelineV3{grid-template-rows:auto minmax(0,1fr) 176px;gap:14px}.timelineV3 .hint{font-size:13px;opacity:.72;background:rgba(255,255,255,.7);border:1px solid var(--line);border-radius:999px;padding:7px 10px}.spotlight{min-height:0;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);gap:22px;align-items:stretch;border-radius:30px;background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid var(--line);padding:28px;box-shadow:0 18px 46px rgba(17,24,39,.08);overflow:hidden}.spotlight h1{font-size:clamp(34px,4.6vw,62px);line-height:.92;margin:8px 0 8px}.spotlight h3{font-size:21px;color:var(--blue);margin-bottom:12px}.spotlight .lead{font-size:clamp(16px,1.35vw,19px);max-width:900px}.spotMetrics{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.recommendation{border-left:5px solid var(--gold);background:#fff8ec;border-radius:0 24px 24px 0;padding:20px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.recommendation blockquote{margin:8px 0 0;color:#344054;font-size:clamp(17px,1.55vw,22px);line-height:1.34;font-weight:760}.bottomTimeline{position:relative;display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:end;padding:18px 4px 0}.bottomTimeline .rail{position:absolute;left:2%;right:2%;top:26px;height:5px}.node{position:relative;border:1px solid var(--line);border-radius:24px;background:#fff;padding:18px 13px 14px;text-align:left;min-height:122px;box-shadow:0 12px 28px rgba(17,24,39,.08);cursor:pointer;transition:.18s transform,.18s border,.18s box-shadow}.node:before{content:"";position:absolute;left:50%;top:-22px;width:12px;height:12px;border-radius:50%;background:var(--blue);border:3px solid #fff;box-shadow:0 0 0 1px var(--line);transform:translateX(-50%)}.node:hover,.node.active{transform:translateY(-8px);border-color:var(--blue);box-shadow:0 20px 42px rgba(23,59,99,.16)}.node.active{background:#f8fbff}.node b,.node span,.node small{display:block}.node b{font-size:13px;line-height:1.15;letter-spacing:-.02em}.node span{font-size:12px;color:var(--blue);font-weight:950;line-height:1.2;margin-top:7px}.node small{font-size:11px;color:var(--muted);font-weight:850;margin-top:7px}@media(max-width:1100px){.timelineV3{display:block}.spotlight{grid-template-columns:1fr;margin:16px 0}.bottomTimeline{grid-template-columns:1fr}.bottomTimeline .rail,.node:before{display:none}.node{min-height:auto}.timelineV3 .hint{display:inline-flex;margin-top:8px}}@media(max-height:780px) and (min-width:1101px){.timelineV3{grid-template-rows:auto minmax(0,1fr) 150px}.spotlight{padding:22px}.spotlight h1{font-size:clamp(30px,4vw,52px)}.spotlight .lead{font-size:16px}.recommendation blockquote{font-size:17px}.node{min-height:105px;padding:15px 10px 11px}.node b{font-size:12px}.node span{font-size:11px}.node small{font-size:10px}.spotMetrics{margin-top:10px}.metric{font-size:10.5px}}
/* Timeline V4: half-screen modal-style expanded job view */
.timelineV3{grid-template-rows:auto minmax(0,1fr) 164px}.spotlight{width:min(980px,92%);max-height:52vh;margin:0 auto;align-self:center;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);padding:22px;border-radius:32px;box-shadow:0 28px 80px rgba(17,24,39,.18);overflow:auto}.spotHeader{display:flex;gap:16px;align-items:flex-start}.spotLogo{width:104px;max-height:58px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:16px;padding:8px;flex:none}.spotlight h1{font-size:clamp(28px,3.2vw,44px);line-height:.96}.spotlight h3{font-size:18px}.spotlight .lead{font-size:16px;line-height:1.42}.recommendation{gap:18px;justify-content:flex-start;overflow:auto}.recommendation blockquote{font-size:15px}.awards{margin:10px 0 0;padding-left:18px;color:#344054}.awards li{margin:0 0 7px;font-weight:780;line-height:1.3}.bottomTimeline{align-items:center}.bottomTimeline .rail{top:18px;z-index:0}.node{z-index:1;border-radius:22px;min-height:112px;padding:15px 12px 12px}.node:before{top:-21px;z-index:2}.node b{font-size:12.5px}.node span{font-size:11.5px}.node small{font-size:11px}@media(max-height:780px) and (min-width:1101px){.timelineV3{grid-template-rows:auto minmax(0,1fr) 140px}.spotlight{max-height:50vh;padding:18px}.spotLogo{width:86px;max-height:48px}.spotlight h1{font-size:32px}.spotlight .lead{font-size:14px}.recommendation blockquote{font-size:13px}.awards li{font-size:12px}.node{min-height:96px}.node b{font-size:11px}.node span,.node small{font-size:10px}}
.logoStack{display:flex;gap:8px;flex-wrap:wrap;max-width:190px;flex:none}.logoStack img{width:54px;height:54px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:14px;padding:6px}
/* Timeline V5: logos in timeline nodes + cleaner spotlight logo placement */
.spotBrand{text-align:left}.spotLogoWrap{display:inline-flex;margin-bottom:12px;background:white;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:0 8px 20px rgba(17,24,39,.06)}.spotLogoWrap .spotLogo{width:118px;max-height:58px;object-fit:contain;border:0;padding:0;background:transparent}.spotHeader{display:block}.nodeLogo{display:block;width:42px;height:28px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:9px;padding:3px;margin-bottom:8px}.node.active .nodeLogo,.node:hover .nodeLogo{border-color:rgba(23,59,99,.35)}.logoStack{display:flex;gap:8px;flex-wrap:wrap;max-width:230px;margin-bottom:12px}.logoStack img{width:58px;height:58px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:14px;padding:6px}
/* Timeline V6: compact heading, anchored spotlight, connector, founder full width */
.timelineHead.compact{position:absolute;top:18px;left:24px;right:24px;z-index:3;align-items:center;pointer-events:none}.timelineHead.compact .eyebrow{background:rgba(255,253,248,.78);border:1px solid var(--line);border-radius:999px;padding:7px 11px;box-shadow:0 8px 18px rgba(17,24,39,.05)}.timelineHead.compact .hint{margin-left:auto;font-size:12px;padding:6px 9px}.timelineV3{position:relative;grid-template-rows:minmax(0,1fr) 164px;padding-top:18px}.spotlight{position:absolute;left:var(--spot-left,24px);top:74px;width:min(900px,calc(100% - 48px));max-height:50vh;margin:0;z-index:2;transition:.22s left,.22s width}.spotlight.founderSpot{left:24px!important;width:calc(100% - 48px);grid-template-columns:minmax(0,.9fr) minmax(300px,.55fr)}.connector{position:absolute;bottom:164px;width:2px;height:54px;background:linear-gradient(var(--blue),rgba(23,59,99,.18));z-index:1;display:none}.connector:before{content:"";position:absolute;top:-5px;left:50%;width:10px;height:10px;background:var(--blue);border-radius:50%;transform:translateX(-50%)}#spotQuote p{margin:0 0 10px}.ventureGrid{display:none;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.founderSpot .ventureGrid{display:grid}.ventureGrid section{background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:13px}.ventureGrid h3{font-size:15px;color:var(--blue);margin-bottom:6px}.ventureGrid p{font-size:13px;line-height:1.35;color:#344054;margin:0}.founderSpot .spotMetrics{display:none}@media(max-width:1100px){.timelineHead.compact{position:static;pointer-events:auto}.spotlight,.spotlight.founderSpot{position:static;width:auto;max-height:none}.connector{display:none!important}.ventureGrid,.founderSpot .ventureGrid{grid-template-columns:1fr;display:grid}}
/* Timeline V7: force timeline nav to bottom; keep labels off the rail */
.timelineV3{display:block;position:relative;min-height:0;padding:18px 24px 24px}.timelineHead.compact{top:14px;left:24px;right:auto;width:auto}.timelineHead.compact .hint{position:fixed;right:34px;bottom:18px;z-index:6;opacity:.72;background:rgba(255,253,248,.9)}.spotlight{top:82px;max-height:54vh}.bottomTimeline{position:absolute;left:24px;right:24px;bottom:26px;height:154px;display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:end;padding:28px 0 0}.bottomTimeline .rail{top:24px;left:0;right:0}.node{min-height:104px}.node:before{top:-17px}.connector{bottom:180px;height:52px}.connector:after{content:"";position:absolute;bottom:-6px;left:50%;width:8px;height:8px;border-radius:50%;background:var(--blue);transform:translateX(-50%)}@media(max-height:780px) and (min-width:1101px){.spotlight{top:68px;max-height:51vh}.bottomTimeline{height:132px;bottom:18px}.connector{bottom:150px}.timelineHead.compact{top:10px}.timelineHead.compact .hint{bottom:10px}}
/* Timeline V8: alignment, richer modal, founder-specific treatment */
.spotlight{width:min(1120px,calc(100% - 48px));max-height:58vh}.spotlight.founderSpot{grid-template-columns:1fr}.founderSpot .recommendation{display:none!important}.connector{transform:translateX(-1px)}.bottomTimeline{grid-template-columns:1.05fr 1fr 1fr 1fr 1fr 1.05fr 1.15fr}.node:before{left:50%}.node.active:after{content:"";position:absolute;left:50%;top:-27px;width:18px;height:18px;border-radius:50%;border:2px solid var(--blue);transform:translateX(-50%);background:rgba(23,59,99,.08)}.inlineLogos{display:inline-flex;gap:8px;vertical-align:middle;margin-left:12px;flex-wrap:wrap}.inlineLogos img{width:42px;height:42px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:10px;padding:5px}.founderSpot .spotLogoWrap,.founderSpot .logoStack{display:none!important}.founderSpot #spotCompany{display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:100%;font-size:18px}.founderSpot .ventureGrid{grid-template-columns:repeat(4,1fr)}@media(max-height:780px) and (min-width:1101px){.spotlight{max-height:56vh}.spotlight .lead{font-size:14.5px}.recommendation blockquote,#spotQuote p{font-size:12.5px}.spotlight h1{font-size:34px}.ventureGrid section{padding:10px}.ventureGrid p{font-size:12px}}
/* Timeline V9: founder ventures as three larger cards */
.founderSpot .ventureGrid{grid-template-columns:repeat(3,1fr);gap:14px}.ventureGrid section img{width:72px;height:54px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:14px;padding:7px;margin-bottom:8px}.ventureGrid section a{display:inline-flex;margin-top:10px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;text-decoration:none;font-size:12px;font-weight:900;color:var(--blue);background:white}.founderSpot #spotCompany .inlineLogos{display:none}
/* Timeline V10: venture descriptions + accomplishment bullets */
.ventureAccomplishments{margin-top:10px;border-top:1px solid var(--line);padding-top:9px}.ventureAccomplishments b{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:6px}.ventureAccomplishments ul{margin:0;padding-left:18px}.ventureAccomplishments li{font-size:12.5px;line-height:1.32;color:#344054;margin-bottom:5px}
/* Timeline V11: founder AI tour CTA + tighter venture cards */
.companyRow{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.aiTourBtn{display:none;border:1px solid var(--blue);background:var(--blue);color:white;text-decoration:none;border-radius:999px;padding:10px 14px;font-weight:950;font-size:13px;box-shadow:0 10px 24px rgba(23,59,99,.18);white-space:nowrap}.ventureTitle{display:flex;align-items:center;gap:10px;margin-bottom:8px}.ventureGrid section .ventureTitle img{width:48px;height:42px;margin:0;flex:none}.ventureTitle h3{margin:0!important}.founderSpot .ventureGrid section{padding:12px}.founderSpot .ventureGrid section>p{font-size:12.5px;line-height:1.32}.founderSpot .ventureAccomplishments{margin-top:8px;padding-top:8px}.founderSpot .ventureAccomplishments li{font-size:12px;margin-bottom:4px}.founderSpot .ventureGrid section a{margin-top:8px}
/* Timeline V12: remove page label, reclaim founder space */
.timelineHead.compact{display:none!important}.timelineV3{padding-top:10px}.spotlight{top:34px;max-height:64vh}.connector{bottom:180px;height:88px}.aiTourBtn{font-size:12.5px;text-transform:none}.founderSpot .companyRow{position:absolute;right:20px;top:18px}.founderSpot #spotCompany:empty{display:none}.founderSpot .aiTourBtn{display:inline-flex!important}.founderSpot .spotBrand{padding-right:300px}@media(max-height:780px) and (min-width:1101px){.spotlight{top:28px;max-height:62vh}.founderSpot .spotBrand{padding-right:270px}.connector{height:70px}}
/* Timeline V13: larger founder logos + split tour CTA */
.founderSpot .ventureGrid section .ventureTitle img{width:96px;height:84px;border-radius:18px;padding:9px}.founderSpot .ventureTitle{align-items:center;gap:14px}.founderSpot .ventureTitle h3{font-size:18px}.aiTourBtn{gap:8px;align-items:center;background:white;color:var(--blue);border-color:rgba(23,59,99,.25);box-shadow:0 10px 24px rgba(17,24,39,.08);padding:8px 10px 8px 13px}.aiTourBtn span{font-weight:800;color:#344054}.aiTourBtn strong{background:var(--blue);color:white;border-radius:999px;padding:7px 10px;font-weight:950;white-space:nowrap}
@media(max-height:780px) and (min-width:1101px){.founderSpot .ventureGrid section .ventureTitle img{width:76px;height:64px}.founderSpot .ventureTitle h3{font-size:16px}.aiTourBtn span{display:none}}
/* Timeline V14: selected roles expand in the page instead of scrolling inside a modal. */
@media(min-width:1101px){
  .timelinePage{overflow:auto}
  .timelineScreen.timelineV3{display:grid;min-height:0;overflow:visible;padding:34px 24px 24px;grid-template-rows:auto auto;align-content:start}
  .spotlight,.spotlight.founderSpot{position:relative;top:auto;left:auto!important;width:min(1240px,100%);max-height:none;margin:0 auto;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);overflow:visible}
  .recommendation{overflow:visible}
  .connector{display:none!important}
  .bottomTimeline{position:relative;left:auto;right:auto;bottom:auto;width:min(1240px,100%);height:168px;margin:24px auto 0}
}
/* Strengths interactive card */
.strengthsPage{overflow:hidden}.strengthsScreen{flex:1;min-height:0;border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 18% 12%,rgba(166,111,30,.13),transparent 34%),radial-gradient(circle at 92% 18%,rgba(23,59,99,.13),transparent 30%),rgba(255,253,248,.9);box-shadow:var(--shadow);padding:26px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:20px;overflow:hidden}.strengthIntro{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:22px;align-items:end}.strengthIntro h1{font-size:clamp(34px,4.8vw,62px);margin-bottom:0}.strengthIntro .lead{font-size:17px;margin:0}.strengthLayout{min-height:0;display:grid;grid-template-columns:minmax(520px,.95fr) minmax(420px,1.05fr);gap:18px}.strengthGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.strength{border:1px solid var(--line);border-radius:24px;background:white;padding:17px;text-align:left;cursor:pointer;box-shadow:0 12px 28px rgba(17,24,39,.07);transition:.18s transform,.18s border,.18s box-shadow,.18s background;position:relative;overflow:hidden}.strength:before{content:"";position:absolute;inset:auto -20% -45% auto;width:150px;height:150px;border-radius:50%;background:rgba(23,59,99,.06)}.strength:hover,.strength.active{transform:translateY(-5px);border-color:var(--blue);box-shadow:0 22px 50px rgba(23,59,99,.16);background:#f8fbff}.strength .score{display:block;color:#d39a28;font-size:18px;letter-spacing:1px;margin-bottom:10px}.strength b{display:block;font-size:19px;letter-spacing:-.03em}.strength small{display:block;color:var(--muted);font-weight:750;line-height:1.35;margin-top:7px}.evidenceCard{background:#101828;color:white;border-radius:30px;padding:24px;box-shadow:0 24px 70px rgba(17,24,39,.22);overflow:auto}.evidenceCard h2{font-size:clamp(30px,4vw,50px);margin:8px 0 10px}.evidenceCard p{color:#d0d5dd;font-size:17px;line-height:1.45}.evidenceColumns{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.evidenceColumns>div{border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.06);padding:16px}.evidenceColumns h3{color:#fff;font-size:16px}.evidenceColumns ul{margin:10px 0 0;padding-left:18px}.evidenceColumns li{color:#d0d5dd;line-height:1.38;margin-bottom:8px;font-size:14px}@media(max-width:1100px){.strengthsPage{overflow:auto}.strengthsScreen{display:block;overflow:visible}.strengthIntro,.strengthLayout,.evidenceColumns{grid-template-columns:1fr}.strengthGrid{grid-template-columns:1fr;margin:18px 0}.evidenceCard{overflow:visible}}@media(max-height:780px) and (min-width:1101px){.strengthsScreen{padding:20px;gap:14px}.strengthIntro h1{font-size:42px}.strengthIntro .lead{font-size:15px}.strength{padding:13px}.strength b{font-size:16px}.strength small{font-size:12px}.strength .score{font-size:15px}.evidenceCard{padding:18px}.evidenceCard h2{font-size:36px}.evidenceCard p{font-size:15px}.evidenceColumns li{font-size:12.5px}.evidenceColumns>div{padding:12px}}
/* Strengths V2: denser 14-card layout, lighter visual language */
.strengthsScreen{background:radial-gradient(circle at 18% 12%,rgba(166,111,30,.10),transparent 34%),radial-gradient(circle at 92% 18%,rgba(23,59,99,.08),transparent 30%),rgba(255,253,248,.92)}.strengthIntro{grid-template-columns:1fr}.strengthIntro h1{display:none}.strengthTopic{font-size:clamp(24px,3vw,38px)!important;font-weight:950;letter-spacing:-.045em;color:#173b63;margin:4px 0 0}.strengthLayout{grid-template-columns:minmax(650px,1.15fr) minmax(380px,.85fr)}.compactStrengths{grid-template-columns:repeat(2,1fr);gap:8px}.compactStrengths .strength{padding:10px 12px;border-radius:18px}.compactStrengths .strength .score{font-size:13px;margin-bottom:5px}.compactStrengths .strength b{font-size:14px}.compactStrengths .strength small{font-size:11.5px;line-height:1.22;margin-top:4px}.evidenceCard{background:white;color:var(--ink);border:1px solid var(--line);box-shadow:0 22px 60px rgba(17,24,39,.11)}.evidenceCard h2{font-size:clamp(26px,3vw,40px);color:var(--blue)}.evidenceCard p,.evidenceColumns li{color:#344054}.evidenceColumns>div{background:#f8fbff;border-color:var(--line)}.evidenceColumns h3{color:var(--ink)}@media(max-height:780px) and (min-width:1101px){.compactStrengths .strength{padding:8px 10px}.compactStrengths .strength b{font-size:13px}.compactStrengths .strength small{font-size:10.5px}.strengthTopic{font-size:28px!important}.strengthLayout{grid-template-columns:minmax(620px,1.2fr) minmax(360px,.8fr)}}
/* Strengths V3: one-line topic, richer right-side visual, 15-card fit */
.strengthTopic{white-space:nowrap}.strengthIntro{min-height:42px}.strengthsScreen{gap:10px}.strengthLayout{grid-template-columns:minmax(700px,1.22fr) minmax(390px,.78fr)}.compactStrengths{grid-template-columns:repeat(3,1fr);gap:7px}.compactStrengths .strength{padding:8px 10px;border-radius:16px}.compactStrengths .strength .score{font-size:12px;margin-bottom:4px}.compactStrengths .strength b{font-size:13px}.compactStrengths .strength small{font-size:10.5px;line-height:1.18}.evidenceCard{background:linear-gradient(145deg,#253248,#101828);color:white;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(17,24,39,.18)}.evidenceCard h2,.evidenceColumns h3{color:white}.evidenceCard p,.evidenceColumns li{color:#d0d5dd}.evidenceColumns>div{background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.13)}@media(max-width:1100px){.strengthTopic{white-space:normal}.compactStrengths{grid-template-columns:1fr}.strengthLayout{grid-template-columns:1fr}}@media(max-height:780px) and (min-width:1101px){.strengthTopic{font-size:25px!important}.compactStrengths .strength{padding:7px 9px}.compactStrengths .strength b{font-size:12px}.compactStrengths .strength small{font-size:9.8px}.compactStrengths .strength .score{font-size:11px}.strengthLayout{grid-template-columns:minmax(700px,1.28fr) minmax(360px,.72fr)}}
@media(min-width:1101px){.compactStrengths{gap:6px}.compactStrengths .strength{padding:7px 9px}.compactStrengths .strength .score{font-size:11px;margin-bottom:3px}.compactStrengths .strength b{font-size:12.2px}.compactStrengths .strength small{font-size:9.6px;line-height:1.12}.evidenceCard h2{font-size:30px}.evidenceCard p{font-size:14px;line-height:1.35}.evidenceColumns{gap:10px;margin-top:12px}.evidenceColumns>div{padding:12px}.evidenceColumns li{font-size:12px;line-height:1.25;margin-bottom:6px}}
@media(min-width:1101px){.strengthLayout{grid-template-columns:minmax(680px,.95fr) minmax(520px,.75fr)}.evidenceColumns h3{font-size:15px}}
.strengthRecommendation p{font-size:12px!important;line-height:1.32!important;color:#d0d5dd!important;margin:0 0 8px!important;font-weight:760}.strengthRecommendation small{display:block;color:#ffe2aa;font-size:10.5px;line-height:1.25;font-weight:900}.strengthRecommendationControls{display:flex;align-items:center;gap:6px;margin-top:10px}.strengthRecommendationControls button{border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:white;padding:5px 7px;font-size:10px;font-weight:950;cursor:pointer}.strengthRecommendationControls span{color:#d0d5dd;font-size:10px;font-weight:900;white-space:nowrap}@media(min-width:1101px){.evidenceColumns{grid-template-columns:repeat(3,minmax(0,1fr))}.evidenceColumns>div{min-width:0}.evidenceColumns li,.strengthRecommendation p,.strengthRecommendation small{overflow-wrap:anywhere}.strengthRecommendation p{font-size:10.6px!important;line-height:1.22!important}.strengthRecommendation small{font-size:9.4px}.strengthRecommendationControls{gap:4px;flex-wrap:wrap}.strengthRecommendationControls button{font-size:9px;padding:4px 6px}.strengthRecommendationControls span{font-size:9px}}
/* AI project hub + detail pages */
.aiHubPage,.aiDetailPage{overflow:hidden}.aiHubScreen,.aiDetailScreen{flex:1;min-height:0;border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 15% 10%,rgba(23,59,99,.12),transparent 32%),radial-gradient(circle at 88% 16%,rgba(166,111,30,.13),transparent 34%),rgba(255,253,248,.92);box-shadow:var(--shadow);padding:28px;overflow:hidden}.aiHubScreen{display:grid;grid-template-rows:auto minmax(0,1fr);gap:24px}.aiHubIntro h1{font-size:clamp(34px,4.8vw,64px);max-width:1050px}.aiHubIntro .lead{max-width:980px}.aiProjectGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.aiProjectCard{position:relative;border:1px solid var(--line);border-radius:30px;background:white;text-decoration:none;padding:26px;box-shadow:0 18px 46px rgba(17,24,39,.1);overflow:hidden;transition:.2s transform,.2s box-shadow,.2s border}.aiProjectCard:before{content:"";position:absolute;right:-60px;bottom:-70px;width:210px;height:210px;border-radius:50%;background:rgba(23,59,99,.08)}.aiProjectCard:hover{transform:translateY(-8px);border-color:var(--blue);box-shadow:0 28px 70px rgba(23,59,99,.16)}.aiProjectCard span{display:inline-flex;background:#f2eadc;color:#775114;border-radius:999px;padding:7px 11px;font-weight:950;font-size:12px}.aiProjectCard h2{font-size:clamp(24px,3vw,36px);margin:18px 0 12px}.aiProjectCard p{color:#344054;line-height:1.45}.aiProjectCard b{display:inline-flex;margin-top:18px;color:var(--blue)}.aiDetailScreen{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:16px}.projectNav{display:flex;justify-content:space-between;align-items:center;gap:12px}.projectNav a,.projectButton{border:1px solid var(--line);border-radius:999px;background:white;padding:10px 13px;text-decoration:none;font-weight:950;color:var(--blue)}.projectNav span{font-weight:950;color:var(--muted)}.projectNav .disabled{opacity:.35;pointer-events:none}.projectHero{min-height:0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.65fr);gap:22px;align-items:stretch}.projectHero>div,.projectHero aside,.projectBody>div{border:1px solid var(--line);border-radius:30px;background:white;padding:26px;box-shadow:0 16px 42px rgba(17,24,39,.08)}.projectHero h1{font-size:clamp(38px,5.5vw,72px)}.projectHero aside{background:linear-gradient(145deg,#253248,#101828);color:white}.projectHero aside p{color:#d0d5dd;line-height:1.5}.projectTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.projectTags span{background:#eef6f2;color:#176048;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950}.contextTags{margin-top:8px}.serviceHighlights .contextTags span{background:#f2eadc;color:#775114}.projectBody{display:grid;grid-template-columns:1fr 1fr;gap:16px}.projectBody h2{font-size:24px}.projectBody p,.projectBody li{color:#344054;line-height:1.45}@media(max-width:1100px){.aiHubPage,.aiDetailPage{overflow:auto}.aiHubScreen,.aiDetailScreen{overflow:visible}.aiProjectGrid,.projectHero,.projectBody{grid-template-columns:1fr}.projectNav{flex-wrap:wrap}}@media(max-height:780px) and (min-width:1101px){.aiHubScreen,.aiDetailScreen{padding:20px}.aiHubIntro h1{font-size:44px}.aiProjectCard{padding:20px}.aiProjectCard h2{font-size:26px}.projectHero h1{font-size:46px}.projectHero>div,.projectHero aside,.projectBody>div{padding:20px}.projectBody li,.projectBody p,.projectHero aside p{font-size:13px}}
/* AI Tour V2: guided entry, no project picker */
.aiTourStart{flex:1;min-height:0;border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 18% 18%,rgba(23,59,99,.16),transparent 34%),radial-gradient(circle at 86% 20%,rgba(166,111,30,.16),transparent 32%),rgba(255,253,248,.94);box-shadow:var(--shadow);padding:clamp(34px,6vw,72px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:hidden}.aiTourStart h1{max-width:1080px;font-size:clamp(44px,6.5vw,86px)}.tourBadge{display:inline-flex;border:1px solid var(--line);background:white;border-radius:999px;padding:9px 13px;font-weight:950;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:12px}.tourUseCases{display:flex;gap:9px;flex-wrap:wrap;margin:22px 0 28px}.tourUseCases span{background:white;border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-weight:900;color:#344054}.startTourBtn{display:inline-flex;background:var(--blue);color:white;text-decoration:none;border-radius:999px;padding:14px 18px;font-weight:950;box-shadow:0 18px 38px rgba(23,59,99,.22)}
/* About Me landing */
.aboutPage{overflow:hidden}.aboutScreen{flex:1;min-height:0;border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 12% 14%,rgba(23,59,99,.13),transparent 34%),radial-gradient(circle at 86% 16%,rgba(166,111,30,.15),transparent 34%),rgba(255,253,248,.94);box-shadow:var(--shadow);padding:30px;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:18px;overflow:hidden}.aboutHero{min-height:0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.78fr);gap:26px;align-items:center}.aboutCopy h1{font-size:clamp(42px,5.8vw,76px);max-width:980px}.aboutBody{font-size:16px;line-height:1.52;color:#344054;max-width:900px}.aboutActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.aboutCompass{display:grid;grid-template-columns:1fr 1fr;gap:12px}.compassCard{border:1px solid var(--line);border-radius:24px;background:white;padding:18px;box-shadow:0 14px 34px rgba(17,24,39,.08)}.compassCard span{display:inline-flex;background:#f2eadc;color:#775114;border-radius:999px;padding:6px 9px;font-weight:950;font-size:12px}.compassCard h3{margin-top:12px;color:var(--blue)}.compassCard p{color:#344054;line-height:1.4;font-size:14px}.siteGateway{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.siteGateway a{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.82);padding:14px;text-decoration:none;box-shadow:0 10px 24px rgba(17,24,39,.06);transition:.18s transform,.18s border}.siteGateway a:hover{transform:translateY(-4px);border-color:var(--blue)}.siteGateway b,.siteGateway span{display:block}.siteGateway span{color:var(--muted);font-size:12px;margin-top:4px;font-weight:750}@media(max-width:1100px){.aboutPage{overflow:auto}.aboutScreen{display:block;overflow:visible}.aboutHero,.siteGateway{grid-template-columns:1fr}.aboutCompass{margin-top:20px}.siteGateway{margin-top:18px}}@media(max-height:780px) and (min-width:1101px){.aboutScreen{padding:22px}.aboutCopy h1{font-size:54px}.aboutCopy .lead{font-size:17px}.aboutBody{font-size:14px}.compassCard{padding:14px}.compassCard p{font-size:12.5px}.siteGateway a{padding:11px}}
/* Global header cleanup + About V2 */
.cleanTop{justify-content:space-between}.cleanTop .nav{margin-left:auto}.nav a[href="index.html"]{order:-1}.aboutV2{grid-template-rows:1fr;display:flex;align-items:center;justify-content:center}.aboutV2 .aboutHero{width:100%;grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);align-items:center}.aboutIdentity{display:grid;gap:18px;justify-items:start}.aboutPortrait{width:min(310px,24vw);aspect-ratio:1/1;object-fit:cover;border-radius:42px;border:1px solid var(--line);box-shadow:0 24px 60px rgba(17,24,39,.16)}.aboutIdentity h1{margin:0;font-size:clamp(54px,7vw,96px)}.aboutIdentity h2{margin:8px 0 0;font-size:clamp(22px,2.4vw,34px);line-height:1.05;letter-spacing:-.045em;color:var(--blue);max-width:560px}.aboutV2 .aboutCopy{border-left:5px solid var(--gold);padding-left:28px}.aboutV2 .lead{font-size:clamp(20px,2vw,28px);line-height:1.35;color:#243044;font-weight:650}.pillActions .btn,.pillActions .startTourBtn{border-radius:999px}.aboutCompass{display:none!important}@media(max-width:1100px){.cleanTop{display:block}.aboutV2 .aboutHero{grid-template-columns:1fr}.aboutV2 .aboutCopy{border-left:0;padding-left:0}.aboutPortrait{width:220px}}
/* About V3: consistent CTA pill sizing */
.pillActions{align-items:center}.pillActions .btn,.pillActions .startTourBtn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 16px;line-height:1;text-align:center}.pillActions .btn{background:white;border-color:var(--line);box-shadow:0 10px 24px rgba(17,24,39,.06)}.pillActions .btn:hover{border-color:var(--blue);transform:translateY(-2px)}
/* Timeline V14: align rail above standardized job cards */
.bottomTimeline{height:168px;bottom:18px;align-items:end;padding-top:46px}.bottomTimeline .rail{top:28px}.node{height:118px;min-height:118px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;padding:12px 11px 10px}.nodeLogo{width:38px;height:24px;margin-bottom:6px}.node b{font-size:11.5px;line-height:1.12;min-height:27px}.node span{font-size:10.5px;line-height:1.15;margin-top:5px}.node small{font-size:10px;margin-top:auto}.node:before{top:-24px}.node.active:after{top:-31px}.connector{bottom:186px;height:78px}@media(max-height:780px) and (min-width:1101px){.bottomTimeline{height:150px;bottom:14px;padding-top:42px}.bottomTimeline .rail{top:26px}.node{height:104px;min-height:104px;padding:10px 9px 8px}.node b{font-size:10.5px;min-height:24px}.node span{font-size:9.8px}.node small{font-size:9.5px}.connector{bottom:164px;height:62px}}
/* AI project live preview iframe */
.projectIframeSection{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;min-height:260px}.projectIframeSection>div{border:1px solid var(--line);border-radius:24px;background:white;padding:20px;box-shadow:0 12px 30px rgba(17,24,39,.07)}.projectIframeSection h2{font-size:24px;margin:0 0 8px}.projectIframeSection p{color:#344054;line-height:1.4}.projectIframeSection iframe{width:100%;height:300px;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 18px 46px rgba(17,24,39,.10)}@media(max-width:1100px){.projectIframeSection{grid-template-columns:1fr}.projectIframeSection iframe{height:520px}}@media(max-height:780px) and (min-width:1101px){.projectIframeSection{min-height:210px}.projectIframeSection iframe{height:230px}.projectIframeSection>div{padding:16px}}
/* ServiceProMagic showcase page: iframe-first, non-scroll desktop */
.serviceMagicShowcase{grid-template-rows:auto auto minmax(0,1fr) auto;gap:10px;overflow:hidden}.showcaseTop{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end}.showcaseCopy h1{font-size:clamp(30px,4.2vw,56px);margin:6px 0 8px}.showcaseCopy .lead{font-size:clamp(15px,1.35vw,18px);max-width:980px;margin:0}.showcaseTop .projectTags{margin-top:10px}.liveSiteFrame{min-height:0;border:1px solid var(--line);border-radius:28px;background:white;box-shadow:0 18px 46px rgba(17,24,39,.10);overflow:hidden}.liveSiteFrame iframe{width:100%;height:100%;min-height:360px;border:0;background:white}.showcaseProof{display:grid;grid-template-columns:1fr 1fr;gap:10px}.showcaseProof>div{border:1px solid var(--line);border-radius:20px;background:white;padding:14px;box-shadow:0 10px 24px rgba(17,24,39,.06)}.showcaseProof h2{font-size:18px;margin:0 0 6px}.showcaseProof ul{margin:0;padding-left:18px}.showcaseProof li{font-size:12.5px;line-height:1.28;color:#344054;margin-bottom:4px}@media(max-height:780px) and (min-width:1101px){.serviceMagicShowcase{gap:8px}.showcaseCopy h1{font-size:40px}.showcaseCopy .lead{font-size:14px}.projectTags span{font-size:11px;padding:5px 8px}.liveSiteFrame iframe{min-height:310px}.showcaseProof>div{padding:10px}.showcaseProof li{font-size:11.5px}.projectNav a,.projectButton{padding:8px 11px}}
@media(max-width:1100px){.serviceMagicShowcase{overflow:visible}.showcaseTop,.showcaseProof{grid-template-columns:1fr}.liveSiteFrame iframe{height:620px}}
/* ServiceProMagic V2: left highlights + right live site */
.serviceMagicShowcase{grid-template-rows:auto auto minmax(0,1fr)}.serviceMagicMain{min-height:0;display:grid;grid-template-columns:minmax(280px,40%) minmax(0,60%);gap:14px}.serviceHighlights{border:1px solid var(--line);border-radius:28px;background:white;padding:18px;box-shadow:0 14px 34px rgba(17,24,39,.08);overflow:hidden}.serviceHighlights h2{font-size:20px;margin:0 0 8px;color:var(--blue)}.serviceHighlights h2+ul{margin-top:0}.serviceHighlights ul{padding-left:18px;margin:0 0 14px}.serviceHighlights li{font-size:13px;line-height:1.35;color:#344054;margin-bottom:6px}.serviceMagicMain .liveSiteFrame{min-height:0;height:100%}.serviceMagicMain .liveSiteFrame iframe{min-height:0;height:100%}.showcaseProof{display:none}@media(max-width:1100px){.serviceMagicMain{grid-template-columns:1fr}.serviceMagicMain .liveSiteFrame iframe{height:620px}.serviceHighlights{overflow:visible}}@media(max-height:780px) and (min-width:1101px){.serviceHighlights{padding:14px}.serviceHighlights h2{font-size:17px}.serviceHighlights li{font-size:11.8px;margin-bottom:4px}}
/* AI tool links in ServiceProMagic tour pages */
.serviceHighlights p{font-size:13.5px;line-height:1.42;color:#344054;margin:0 0 14px}.toolLinks{display:grid;grid-template-columns:1fr;gap:7px}.toolLinks a{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:999px;background:#f8fbff;color:var(--blue);text-decoration:none;font-weight:900;font-size:12.5px;padding:8px 10px}.toolLinks a:hover{border-color:var(--blue);background:white}
/* Website generator try-it callout */
.tryToolCallout{border:1px solid rgba(23,59,99,.18);background:#f8fbff;border-radius:18px;padding:12px;margin:12px 0 14px}.tryToolCallout b{display:block;color:var(--blue);font-size:14px;margin-bottom:5px}.tryToolCallout p{font-size:12.5px!important;line-height:1.35!important;margin:0!important}.tryToolCallout strong{color:var(--ink)}
/* SmartScheduler safe booking demo */
.demoBookingFrame{min-height:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#f8fbff,#fff8ec);box-shadow:0 18px 46px rgba(17,24,39,.10);overflow:hidden}.demoPhone{width:min(520px,94%);max-height:100%;overflow:auto;background:white;border:1px solid var(--line);border-radius:30px;padding:20px;box-shadow:0 22px 60px rgba(17,24,39,.16)}.demoHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.demoHeader b{font-size:24px;letter-spacing:-.04em;color:var(--blue)}.demoHeader span{font-size:12px;color:#775114;background:#fff8ec;border:1px solid #f2eadc;border-radius:999px;padding:6px 9px;font-weight:900}.demoPhone form{display:grid;gap:10px}.demoPhone label{display:grid;gap:5px;font-size:12px;font-weight:900;color:#344054}.demoPhone input,.demoPhone select,.demoPhone textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:10px 11px;font:inherit;background:#fff}.demoPhone textarea{min-height:70px;resize:vertical}.demoGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.demoPhone .check{display:flex;grid-template-columns:auto 1fr;align-items:flex-start;font-size:11.5px;line-height:1.35}.demoPhone .check input{width:auto;margin-top:2px}.demoPhone button{border:0;border-radius:999px;background:var(--blue);color:white;font-weight:950;padding:12px 14px;cursor:pointer}.demoResult{min-height:20px;margin:0;color:var(--green);font-size:12.5px;font-weight:850}.demoBookingFrame+.liveSiteFrame{display:none}@media(max-height:780px) and (min-width:1101px){.demoPhone{padding:14px}.demoHeader b{font-size:20px}.demoPhone form{gap:7px}.demoPhone input,.demoPhone select,.demoPhone textarea{padding:8px}.demoPhone textarea{min-height:48px}.demoPhone button{padding:9px 12px}}
/* Form Cannon screenshot showcase */
.screenshotFrame{min-height:0;border:1px solid var(--line);border-radius:28px;background:white;box-shadow:0 18px 46px rgba(17,24,39,.10);overflow:auto;display:grid;place-items:start center}.screenshotFrame img{width:100%;height:auto;display:block}.wideScreenshot{place-items:center}.wideScreenshot img{width:100%;height:100%;object-fit:cover;object-position:left top}.serviceHighlights li{margin-bottom:5px}@media(max-height:780px) and (min-width:1101px){.screenshotFrame img{width:96%}.wideScreenshot img{width:100%;height:100%}.serviceHighlights li{font-size:11.6px}}
/* SmartScheduler V2: sandboxed real form iframe */
.safeSchedulerFrame{position:relative}.safeSchedulerFrame iframe{width:100%;height:100%;min-height:0;border:0}.safeOverlayNote{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,248,236,.96);border:1px solid #f2eadc;color:#775114;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-align:center;box-shadow:0 10px 22px rgba(17,24,39,.08);pointer-events:none}
/* Content Autopilot screenshot treatment */
.contentAutopilotShot{background:#f8fafc;place-items:center;overflow:auto}.contentAutopilotShot img{width:100%;height:auto;max-height:none;border-radius:18px}
/* AI Superpowers landing polish */
.superpowerStart{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);gap:28px;align-items:center;justify-content:normal}.superHeroCopy{max-width:1060px}.superpowerStart h1{max-width:1050px;font-size:clamp(42px,5.8vw,78px)}.superPunchline{max-width:880px;border-left:5px solid var(--gold);background:white;border-radius:0 24px 24px 0;padding:17px 20px;margin:20px 0 0;color:#243044;font-weight:900;font-size:clamp(17px,1.45vw,21px);line-height:1.36;box-shadow:0 14px 34px rgba(17,24,39,.07)}.superSupport{max-width:860px;color:#344054;font-size:clamp(16px,1.25vw,19px);line-height:1.45;font-weight:750;margin:16px 0 0}.superHeroPanel{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:34px;background:linear-gradient(145deg,#253248,#101828);color:white;padding:28px;box-shadow:0 28px 80px rgba(17,24,39,.22);overflow:hidden}.superHeroPanel:before{content:"";position:absolute;right:-72px;top:-78px;width:210px;height:210px;border-radius:50%;background:rgba(166,111,30,.28)}.heroEmblem{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#d39a28,#a66f1e);color:white;font-weight:1000;font-size:30px;letter-spacing:-.06em;box-shadow:0 18px 42px rgba(0,0,0,.22);margin-bottom:18px}.superHeroPanel h2{font-size:clamp(28px,3vw,42px);margin-bottom:10px;color:white}.superPanelLead{color:#fff8ec;font-size:14px;line-height:1.42;font-weight:800;margin:0 0 16px}.superHeroPanel ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.superHeroPanel li{border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.065);padding:14px}.superHeroPanel b,.superHeroPanel span{display:block}.superHeroPanel b{font-size:15px;margin-bottom:5px}.superHeroPanel span{font-size:13px;line-height:1.38;color:#d0d5dd}.superAnswer{margin:18px 0 0;color:#fff8ec;font-weight:950;line-height:1.35}.superpowerStart .tourUseCases{margin-bottom:24px}@media(max-width:1100px){.superpowerStart{grid-template-columns:1fr;overflow:visible}.aiTourStart.superpowerStart{display:grid}.superHeroPanel{margin-top:6px}}@media(max-height:780px) and (min-width:1101px){.superpowerStart{gap:18px}.superpowerStart h1{font-size:54px}.superpowerStart .lead{font-size:17px}.superPunchline{font-size:16px;padding:13px 16px;margin-top:14px}.superSupport{font-size:15px;margin-top:10px}.superHeroPanel{padding:20px}.heroEmblem{width:64px;height:64px;font-size:23px;margin-bottom:12px}.superHeroPanel h2{font-size:30px;margin-bottom:8px}.superPanelLead{font-size:12.5px;margin-bottom:10px}.superHeroPanel ul{gap:9px}.superHeroPanel li{padding:11px}.superHeroPanel span{font-size:12px}.superAnswer{font-size:13px;margin-top:12px}.superpowerStart .tourUseCases{margin:16px 0 20px}}
/* Proof repository page */
.proofPage{overflow:hidden}.proofScreen{flex:1;min-height:0;border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 15% 10%,rgba(23,59,99,.12),transparent 32%),radial-gradient(circle at 90% 12%,rgba(166,111,30,.13),transparent 34%),rgba(255,253,248,.94);box-shadow:var(--shadow);padding:26px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;overflow:hidden}.proofHero{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);gap:22px;align-items:end}.proofHero h1{font-size:clamp(42px,5vw,72px);margin-bottom:8px}.proofHero .lead{font-size:clamp(16px,1.35vw,20px);margin:0}.proofStats{display:grid;grid-template-columns:1fr 1fr;gap:9px}.proofStats span{border:1px solid var(--line);border-radius:20px;background:white;padding:13px;box-shadow:0 10px 24px rgba(17,24,39,.06);color:#344054;font-size:12px;font-weight:850}.proofStats b{display:block;color:var(--blue);font-size:26px;letter-spacing:-.05em}.proofGrid{min-height:0;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(360px,.82fr);gap:16px}.proofColumn{min-height:0;border:1px solid var(--line);border-radius:28px;background:white;padding:18px;box-shadow:0 14px 34px rgba(17,24,39,.08);overflow:auto}.proofColumn h2{font-size:24px;color:var(--blue);margin:0 0 12px}.quoteWall{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quoteWall article{border:1px solid var(--line);border-radius:20px;background:#f8fbff;padding:14px}.quoteWall h3{font-size:14px;color:var(--ink);margin:0 0 7px}.quoteWall p{font-size:12.5px;line-height:1.36;color:#344054;margin:0 0 9px}.quoteWall small{display:block;color:var(--muted);font-size:11px;line-height:1.25;font-weight:800}.proofList h3{font-size:15px;color:var(--gold);margin:14px 0 6px}.proofList h3:first-child{margin-top:0}.proofList ul{margin:0;padding-left:18px}.proofList li{font-size:12.5px;line-height:1.32;color:#344054;margin-bottom:5px}.metricStack{display:flex;flex-wrap:wrap;gap:7px}.metricStack span{background:#eef6f2;color:#176048;border-radius:999px;padding:7px 9px;font-size:11.5px;font-weight:950}@media(max-width:1100px){.proofPage{overflow:auto}.proofScreen{display:block;overflow:visible}.proofHero,.proofGrid,.quoteWall{grid-template-columns:1fr}.proofStats{grid-template-columns:1fr 1fr;margin:16px 0}.proofColumn{overflow:visible;margin-top:14px}}@media(max-height:780px) and (min-width:1101px){.proofScreen{padding:20px;gap:12px}.proofHero h1{font-size:50px}.proofHero .lead{font-size:15px}.proofStats span{padding:10px}.proofStats b{font-size:22px}.proofColumn{padding:14px}.proofColumn h2{font-size:20px}.quoteWall{gap:8px}.quoteWall article{padding:11px}.quoteWall h3{font-size:12.5px}.quoteWall p{font-size:11.2px}.quoteWall small{font-size:10px}.proofList li{font-size:11.4px}.metricStack span{font-size:10.5px;padding:6px 8px}}
.proofColumnHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.proofColumnHeader h2{margin:0}.carouselControls{display:flex;align-items:center;gap:8px;white-space:nowrap}.carouselControls button{border:1px solid var(--line);border-radius:999px;background:#fff;padding:7px 10px;color:var(--blue);font-weight:950;cursor:pointer}.carouselControls span{color:var(--muted);font-size:12px;font-weight:950}.recommendationCarousel{position:relative;min-height:320px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,#253248,#101828);overflow:hidden}.recommendationCarousel article{position:absolute;inset:0;opacity:0;pointer-events:none;transform:translateX(22px);transition:.32s opacity,.32s transform;padding:28px;display:flex;flex-direction:column;justify-content:center}.recommendationCarousel article.active{opacity:1;pointer-events:auto;transform:translateX(0)}.recommendationCarousel h3{font-size:clamp(23px,2.6vw,34px);line-height:1.02;color:white;margin:0 0 14px}.recommendationCarousel p{color:#e4e7ec;font-size:clamp(17px,1.55vw,22px);line-height:1.4;margin:0 0 18px;font-weight:760}.recommendationCarousel small{display:block;color:#ffe2aa;font-size:12px;line-height:1.35;font-weight:900}.carouselDots{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.carouselDots button{width:10px;height:10px;border:0;border-radius:999px;background:#c7c0b3;cursor:pointer}.carouselDots button.active{width:28px;background:var(--blue)}@media(max-width:1100px){.proofColumnHeader{align-items:flex-start;flex-direction:column}.recommendationCarousel{min-height:420px}.recommendationCarousel article{padding:22px}}@media(max-height:780px) and (min-width:1101px){.recommendationCarousel{min-height:280px}.recommendationCarousel article{padding:20px}.recommendationCarousel h3{font-size:24px}.recommendationCarousel p{font-size:16px}.recommendationCarousel small{font-size:11px}}
/* Sitewide confidential proof unlock */
.confidentialUnlockBtn{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(166,111,30,.35);border-radius:999px;background:#fff8ec;color:#775114;padding:9px 13px;font-weight:950;font-size:13px;cursor:pointer;box-shadow:0 8px 18px rgba(17,24,39,.05)}.confidentialUnlockBtn:hover{border-color:var(--gold);background:white}.confidentialIcon{font-size:13px;line-height:1}.confidentialUnlockBtn.unlocked{background:#eef6f2;color:#176048;border-color:rgba(23,96,72,.3)}.confidentialVault{border:1px dashed rgba(166,111,30,.55);background:#fff8ec;border-radius:22px;padding:14px;margin-top:14px}.confidentialVault h3{color:#775114;margin:0 0 6px}.confidentialVault p{color:#344054;font-size:13px;line-height:1.4;margin:0}.confidentialVault a{display:inline-flex;margin-top:10px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--blue);text-decoration:none;font-weight:900;font-size:12.5px;padding:8px 10px}[hidden]{display:none!important}
.confidentialUnlockBtn{position:relative}.confidentialUnlockBtn:after{content:'Access semi-confidential information, including reviews and other performance data.';position:absolute;right:0;top:calc(100% + 8px);width:260px;background:#101828;color:white;border-radius:14px;padding:10px 12px;font-size:11.5px;line-height:1.3;font-weight:750;text-align:left;box-shadow:0 14px 34px rgba(17,24,39,.2);opacity:0;transform:translateY(-4px);pointer-events:none;transition:.15s opacity,.15s transform;z-index:20}.confidentialUnlockBtn:hover:after,.confidentialUnlockBtn:focus-visible:after{opacity:1;transform:translateY(0)}
/* AI Superpowers minimal right panel */
.minimalHeroPanel{background:white;color:var(--ink);border-color:var(--line);box-shadow:0 18px 46px rgba(17,24,39,.10);padding:22px}.minimalHeroPanel:before{display:none}.minimalHeroPanel h2{color:var(--blue);font-size:clamp(24px,2.4vw,34px);line-height:1.02;margin-bottom:6px}.minimalHeroPanel .superPanelLead{color:#775114;background:#fff8ec;border:1px solid #f2eadc;border-radius:999px;display:inline-flex;padding:7px 10px;margin:0 0 14px;font-size:12.5px}.minimalHeroPanel ul{gap:8px}.minimalHeroPanel li{background:#f8fbff;border-color:var(--line);padding:12px;border-radius:18px}.minimalHeroPanel b{color:var(--ink)}.minimalHeroPanel span{color:#344054;font-size:12.5px}.minimalHeroPanel .heroEmblem{display:none}@media(max-height:780px) and (min-width:1101px){.minimalHeroPanel{padding:16px}.minimalHeroPanel h2{font-size:25px}.minimalHeroPanel li{padding:9px}.minimalHeroPanel span{font-size:11.2px}.minimalHeroPanel .superPanelLead{margin-bottom:9px}}
.labProof{display:flex;gap:10px;align-items:center;flex-wrap:wrap;max-width:850px;margin:20px 0 22px;border:1px solid rgba(166,111,30,.35);background:#fff8ec;border-radius:999px;padding:10px 13px;color:#344054;box-shadow:0 10px 24px rgba(17,24,39,.06)}.labProof b{color:#775114}.labProof span{font-size:14px;font-weight:800}.minimalHeroPanel{display:flex;align-items:center;justify-content:center;text-align:center}.minimalHeroPanel h2{margin:0}@media(max-width:1100px){.minimalHeroPanel{min-height:140px}.labProof{border-radius:20px;align-items:flex-start}}@media(max-height:780px) and (min-width:1101px){.labProof{margin:14px 0 16px;padding:8px 11px}.labProof span{font-size:12.5px}}
/* AI Chatbot invention demo */
.chatbotDemoFrame{min-height:0;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#f8fbff,#fff8ec);box-shadow:0 18px 46px rgba(17,24,39,.10);overflow:auto;display:grid;place-items:center;padding:22px}.chatWidget{width:min(560px,96%);background:white;border:1px solid var(--line);border-radius:30px;box-shadow:0 26px 70px rgba(17,24,39,.18);overflow:hidden}.chatHeader{display:flex;justify-content:space-between;align-items:center;gap:14px;background:linear-gradient(145deg,#253248,#101828);color:white;padding:18px 20px}.chatHeader b,.chatHeader span{display:block}.chatHeader b{font-size:20px;letter-spacing:-.035em}.chatHeader span{font-size:12px;color:#d0d5dd;font-weight:800;margin-top:3px}.chatHeader em{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#d39a28;font-style:normal}.chatMessages{display:grid;gap:10px;padding:18px;background:#f8fafc}.chatMessages p{max-width:82%;margin:0;border-radius:18px;padding:10px 12px;font-size:13px;line-height:1.35;box-shadow:0 8px 18px rgba(17,24,39,.05)}.chatMessages .bot{background:white;border:1px solid var(--line);color:#344054;border-bottom-left-radius:6px}.chatMessages .user{justify-self:end;background:var(--blue);color:white;border-bottom-right-radius:6px}.leadCaptureCard{margin:0 18px 18px;border:1px solid rgba(23,96,72,.25);border-radius:22px;background:#eef6f2;padding:16px}.leadCaptureCard h3{color:#176048;margin:0 0 12px}.leadCaptureCard dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 14px}.leadCaptureCard div{border:1px solid rgba(23,96,72,.14);background:white;border-radius:14px;padding:9px}.leadCaptureCard dt{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#667085;font-weight:950}.leadCaptureCard dd{margin:3px 0 0;color:#101828;font-weight:900;font-size:12.5px}.leadCaptureCard button{width:100%;border:0;border-radius:999px;background:#176048;color:white;font-weight:950;padding:11px 13px}.chatInput{margin:0 18px 18px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#667085;font-size:12.5px;font-weight:800;padding:12px 14px}@media(max-height:780px) and (min-width:1101px){.chatbotDemoFrame{padding:14px}.chatHeader{padding:13px 16px}.chatHeader b{font-size:17px}.chatMessages{gap:7px;padding:13px}.chatMessages p{font-size:11.5px;padding:8px 10px}.leadCaptureCard{padding:12px;margin:0 13px 13px}.leadCaptureCard dl{gap:6px;margin-bottom:10px}.leadCaptureCard div{padding:7px}.chatInput{margin:0 13px 13px;padding:9px 11px}}
/* Content Autopilot outcome demo */
.contentEngineDemo{min-height:0;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#f8fbff,#fff8ec);box-shadow:0 18px 46px rgba(17,24,39,.10);overflow:auto;padding:18px;display:grid;grid-template-rows:auto auto auto;gap:12px}.contentQueue,.articlePreview{background:white;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 30px rgba(17,24,39,.07);overflow:hidden}.contentDemoHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:15px 16px;background:linear-gradient(145deg,#253248,#101828);color:white}.contentDemoHeader b,.contentDemoHeader span{display:block}.contentDemoHeader b{font-size:20px;letter-spacing:-.035em}.contentDemoHeader span{font-size:12px;color:#d0d5dd;font-weight:800;margin-top:3px}.contentDemoHeader em{font-style:normal;background:#d39a28;color:white;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:950}.queueList{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px}.queueList article{border:1px solid var(--line);border-radius:18px;background:#f8fafc;padding:12px}.queueList h3{font-size:13.5px;line-height:1.18;margin:7px 0 5px;color:#101828}.queueList p{font-size:11.5px;line-height:1.32;color:#667085;margin:0}.status{display:inline-flex;border-radius:999px;padding:5px 7px;font-size:10px;font-weight:950}.status.published{background:#eef6f2;color:#176048}.status.ready{background:#fff8ec;color:#775114}.status.scheduled{background:#eef4f8;color:#173b63}.status.review{background:#fff1f3;color:#b42318}.articlePreview{padding:18px}.previewBadge{display:inline-flex;background:#eef6f2;color:#176048;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:950;margin-bottom:10px}.articlePreview h2{font-size:clamp(22px,2.4vw,34px);color:#173b63;margin:0 0 8px}.articlePreview p{font-size:13px;line-height:1.45;color:#344054;margin:0 0 12px}.articleMeta{display:flex;flex-wrap:wrap;gap:7px}.articleMeta span,.automationStrip span{border:1px solid var(--line);border-radius:999px;background:#fff;padding:7px 9px;font-size:11px;font-weight:900;color:#344054}.automationStrip{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.automationStrip span{background:#eef6f2;color:#176048;border-color:rgba(23,96,72,.2)}@media(max-height:780px) and (min-width:1101px){.contentEngineDemo{padding:12px;gap:9px}.contentDemoHeader{padding:11px 13px}.contentDemoHeader b{font-size:17px}.queueList{padding:10px;gap:8px}.queueList article{padding:9px}.queueList h3{font-size:11.5px}.queueList p{font-size:10px}.articlePreview{padding:12px}.articlePreview h2{font-size:23px}.articlePreview p{font-size:11.5px}.articleMeta span,.automationStrip span{font-size:9.8px;padding:5px 7px}}
/* ROICalcMagic invention demo panels */
.roiDemoFrame,.roiProcessDemo{min-height:0;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#f8fbff,#fff8ec);box-shadow:0 18px 46px rgba(17,24,39,.10);overflow:auto;padding:22px;display:grid;place-items:center}.roiHeroCard,.extractorCard,.businessCaseDoc,.outreachWizard{width:min(620px,96%);background:white;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 24px 70px rgba(17,24,39,.14)}.roiLogoMark{width:76px;height:76px;border-radius:24px;background:linear-gradient(145deg,#253248,#101828);color:white;display:grid;place-items:center;font-weight:1000;font-size:24px;margin-bottom:16px}.roiHeroCard h2,.extractorCard h2,.businessCaseDoc h2,.outreachWizard h2{font-size:clamp(26px,3vw,42px);color:var(--blue);margin:0 0 10px}.roiHeroCard p,.businessCaseDoc p,.outreachWizard p{color:#344054;line-height:1.45;margin:0 0 14px}.roiMetricRow,.articleMeta{display:flex;gap:8px;flex-wrap:wrap}.roiMetricRow span{background:#eef6f2;color:#176048;border-radius:999px;padding:8px 10px;font-weight:950;font-size:12px}.roiProcessDemo{align-content:center;grid-template-columns:repeat(4,1fr);gap:12px}.processStep{background:white;border:1px solid var(--line);border-radius:22px;padding:18px;text-align:center;box-shadow:0 12px 30px rgba(17,24,39,.07)}.processStep b{display:grid;place-items:center;width:36px;height:36px;margin:0 auto 10px;border-radius:50%;background:var(--blue);color:white}.processStep span{font-weight:900;color:#344054;font-size:13px}.processOutput{grid-column:1/-1;background:#eef6f2;border:1px solid rgba(23,96,72,.2);border-radius:24px;padding:18px;text-align:center}.processOutput h2{color:#176048;font-size:28px;margin:0 0 6px}.processOutput p{margin:0;color:#344054}.extractorCard{display:grid;gap:12px}.extractorCard div{display:grid;grid-template-columns:1fr auto 1.2fr;gap:10px;align-items:center;border:1px solid var(--line);border-radius:16px;background:#f8fbff;padding:12px}.extractorCard span{color:#667085;font-weight:850}.extractorCard b{color:var(--gold)}.extractorCard strong{color:#101828}.assumptionGrid,.crmBoard{width:min(680px,96%);display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.assumptionGrid div,.crmBoard div{background:white;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 12px 30px rgba(17,24,39,.07)}.assumptionGrid b,.crmBoard b{display:block;color:var(--blue);font-size:18px;margin-bottom:8px}.assumptionGrid span,.crmBoard span{color:#344054;font-weight:850}.businessCaseDoc ul{margin:12px 0 0;padding-left:20px;color:#344054}.businessCaseDoc li{margin-bottom:6px;font-weight:800}.messagePreview{border-left:5px solid var(--gold);background:#fff8ec;border-radius:0 18px 18px 0;padding:14px;color:#344054;font-weight:850;line-height:1.4}.outreachScreenshot{position:relative;overflow:hidden}.outreachScreenshot:before{content:"";position:absolute;inset:0 0 auto;height:54px;background:#f8fbff;border-bottom:1px solid var(--line);z-index:0}.outreachScreenshot>*{position:relative;z-index:1}.outreachToolbar{display:flex;gap:7px;flex-wrap:wrap;margin:4px 0 26px}.outreachToolbar span{border:1px solid var(--line);background:white;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:950;color:#344054}@media(max-width:1100px){.roiProcessDemo,.assumptionGrid,.crmBoard{grid-template-columns:1fr}.processOutput{grid-column:auto}}@media(max-height:780px) and (min-width:1101px){.roiDemoFrame,.roiProcessDemo{padding:14px}.roiHeroCard,.extractorCard,.businessCaseDoc,.outreachWizard{padding:18px}.roiHeroCard h2,.extractorCard h2,.businessCaseDoc h2,.outreachWizard h2{font-size:28px}.processStep{padding:12px}.processOutput{padding:12px}.assumptionGrid div,.crmBoard div{padding:14px}}
/* Timeline V15: fixed desktop stage with internal scrolling for long role details */
@media(min-width:1101px){.timelinePage{height:100vh;overflow:hidden}.timelineScreen.timelineV3{height:calc(100vh - 108px);min-height:650px;overflow:hidden}.spotlight{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.56fr);max-height:none;height:calc(100% - 226px);overflow:hidden}.spotlight>div,.recommendation{min-height:0;overflow:auto}.spotlight .lead{font-size:14px;line-height:1.34;margin:8px 0}.spotMetrics{gap:6px;margin-top:10px}.spotMetrics .metric{font-size:10.8px;line-height:1.18;border-radius:14px}.awards li{font-size:12px;line-height:1.24;margin-bottom:5px}.recommendation blockquote,#spotQuote p{font-size:12.5px;line-height:1.28}.spotlight h1{font-size:clamp(28px,3vw,40px)}.spotlight h3{font-size:17px;margin-bottom:8px}.founderSpot{height:calc(100% - 226px)}.founderSpot .spotBrand{padding-right:250px}.founderSpot .spotBrand h1{margin-bottom:4px}.founderSpot .lead{font-size:13px;line-height:1.28;max-width:1180px}.founderSpot .ventureGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.founderSpot .ventureGrid section{padding:10px;min-width:0}.founderSpot .ventureGrid section .ventureTitle img{width:68px;height:56px}.founderSpot .ventureTitle h3{font-size:15px}.founderSpot .ventureGrid section>p,.founderSpot .ventureAccomplishments li{font-size:11px;line-height:1.24}.founderSpot .ventureAccomplishments{margin-top:6px;padding-top:6px}.founderSpot .ventureGrid section a{font-size:11px;padding:6px 8px}.bottomTimeline{height:168px;bottom:18px}.node{height:118px;min-height:118px;overflow:visible}.node span{overflow-wrap:anywhere}.node[data-role="founder"] b{font-size:11px}.node[data-role="founder"] span{font-size:9.4px;line-height:1.08}.evidenceCard a{color:#fff;text-decoration:underline;text-underline-offset:3px}}
@media(max-height:780px) and (min-width:1101px){.timelineScreen.timelineV3{height:calc(100vh - 88px);min-height:0}.spotlight,.founderSpot{height:calc(100% - 190px)}.spotlight{top:24px}.spotlight h1{font-size:30px}.spotlight .lead{font-size:12.5px}.spotMetrics .metric{font-size:9.8px}.founderSpot .spotBrand{padding-right:220px}.founderSpot .ventureGrid section .ventureTitle img{width:54px;height:46px}.founderSpot .ventureGrid section>p,.founderSpot .ventureAccomplishments li{font-size:10px}.bottomTimeline{height:142px}.node{height:104px;min-height:104px}.node[data-role="founder"] span{font-size:8.8px}.connector{bottom:158px;height:58px}}
/* Timeline V16: no internal scrollbars; larger fixed spotlight above lower timeline rail */
@media(min-width:1101px){
  .timelinePage{height:100vh;overflow:hidden}
  .timelineScreen.timelineV3{height:calc(100vh - 108px);min-height:650px;overflow:hidden;padding:18px 22px 12px}
  .spotlight,.spotlight.founderSpot{top:20px;width:calc(100% - 44px);height:calc(100% - 176px);max-height:none;overflow:hidden;padding:18px 20px;border-radius:28px}
  .spotlight{grid-template-columns:minmax(0,1fr) minmax(250px,.38fr);gap:14px}
  .spotlight>div,.recommendation{min-height:0;overflow:hidden}
  .spotlight h1{font-size:clamp(27px,2.65vw,38px);line-height:.95;margin:4px 0 5px}
  .spotlight h3{font-size:15px;margin-bottom:5px}
  .spotlight .lead{font-size:12.5px;line-height:1.24;margin:5px 0;max-width:none}
  .spotLogoWrap{margin-bottom:6px;padding:6px;border-radius:14px}
  .spotLogoWrap .spotLogo{width:82px;max-height:42px}
  .companyRow{gap:8px}
  .spotMetrics{gap:5px;margin-top:7px}
  .spotMetrics .metric{font-size:9.7px;line-height:1.14;padding:4px 6px;border-radius:12px}
  .recommendation{padding:12px;border-radius:0 18px 18px 0;gap:8px}
  .awards{margin:5px 0 0;padding-left:15px}
  .awards li{font-size:10.3px;line-height:1.14;margin-bottom:3px}
  .recommendation blockquote,#spotQuote p{font-size:10.8px;line-height:1.18;margin-bottom:6px}
  .bottomTimeline{height:134px;bottom:10px;gap:8px;padding-top:24px}
  .bottomTimeline .rail{top:17px}
  .node{height:98px;min-height:98px;padding:10px 8px 8px;border-radius:18px}
  .node:before{top:-17px}
  .nodeLogo{width:34px;height:22px;margin-bottom:5px}
  .node b{font-size:10.6px;line-height:1.08}
  .node span{font-size:9.6px;line-height:1.08;margin-top:5px}
  .node small{font-size:9.2px;margin-top:5px}
  .node[data-role="founder"] b{font-size:9.8px}
  .node[data-role="founder"] span{font-size:8.3px;line-height:1.03}
  .connector{bottom:144px;height:42px}
  .founderSpot{grid-template-columns:1fr}
  .founderSpot .spotBrand{padding-right:250px}
  .founderSpot .companyRow{right:16px;top:14px}
  .founderSpot .lead{font-size:11.5px;line-height:1.18;margin:4px 0}
  .founderSpot .ventureGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:7px}
  .founderSpot .ventureGrid section{padding:8px;min-width:0;border-radius:14px}
  .founderSpot .ventureGrid section .ventureTitle img{width:46px;height:38px;border-radius:12px;padding:5px}
  .founderSpot .ventureTitle{gap:7px;margin-bottom:5px}
  .founderSpot .ventureTitle h3{font-size:13px}
  .founderSpot .ventureGrid section>p,.founderSpot .ventureAccomplishments li{font-size:9.6px;line-height:1.13}
  .founderSpot .ventureAccomplishments{margin-top:5px;padding-top:5px}
  .founderSpot .ventureAccomplishments b{font-size:9px;margin-bottom:3px}
  .founderSpot .ventureAccomplishments ul{padding-left:13px}
  .founderSpot .ventureGrid section a{font-size:9.5px;padding:4px 7px;margin-top:5px}
  .aiTourBtn{font-size:11px;padding:6px 8px 6px 10px}
  .aiTourBtn strong{padding:5px 8px}
}
@media(max-height:780px) and (min-width:1101px){
  .timelineScreen.timelineV3{height:calc(100vh - 88px);min-height:0}
  .spotlight,.spotlight.founderSpot{height:calc(100% - 154px);top:16px;padding:14px 16px}
  .spotlight h1{font-size:28px}.spotlight .lead{font-size:10.8px;line-height:1.14}
  .spotMetrics .metric{font-size:8.8px}
  .awards li{font-size:9px}.recommendation blockquote,#spotQuote p{font-size:9.4px}
  .bottomTimeline{height:116px;bottom:8px}.node{height:86px;min-height:86px}.connector{bottom:124px;height:34px}
  .founderSpot .lead{font-size:9.8px}.founderSpot .ventureGrid section>p,.founderSpot .ventureAccomplishments li{font-size:8.4px}
  .founderSpot .ventureGrid section .ventureTitle img{width:38px;height:32px}.founderSpot .ventureTitle h3{font-size:11px}
}
/* Timeline V17: explicit viewport sizing after layered timeline overrides */
@media(min-width:1101px){
  .timelineScreen.timelineV3{position:relative}
  .spotlight,.spotlight.founderSpot{position:absolute!important;top:24px!important;height:430px!important;max-height:none!important}
  .bottomTimeline{bottom:8px!important;height:150px!important}
  .bottomTimeline{z-index:4!important}
  .bottomTimeline .rail,.node{z-index:5!important}
  .connector{bottom:158px!important}
}
@media(max-height:780px) and (min-width:1101px){
  .spotlight,.spotlight.founderSpot{top:18px!important;height:330px!important}
  .bottomTimeline{height:124px!important;bottom:6px!important}
  .connector{bottom:132px!important}
}

/* Timeline V18: bottom-lock rail and reduce wasted space on wide screens */
@media(min-width:1101px){
  .timelineScreen.timelineV3{
    padding:18px 24px 22px!important;
  }
  .bottomTimeline{
    position:absolute!important;
    bottom:22px!important;
    height:142px!important;
    left:24px!important;
    right:24px!important;
  }
  .connector{
    bottom:164px!important;
    height:42px!important;
  }
  .spotlight{
    position:absolute!important;
    left:var(--spot-left,24px)!important;
    top:22px!important;
    width:min(1080px,calc(100% - 48px))!important;
    height:calc(100% - 206px)!important;
  }
  .spotlight.founderSpot{
    position:absolute!important;
    left:24px!important;
    width:calc(100% - 48px)!important;
    height:calc(100% - 206px)!important;
  }
  .founderSpot .spotBrand{
    padding-right:0!important;
  }
  .founderSpot>div{
    width:100%!important;
    max-width:none!important;
  }
  .founderSpot .companyRow{
    position:static!important;
    justify-content:space-between!important;
    align-items:center!important;
    margin-bottom:4px;
  }
  .founderSpot .lead{
    max-width:1180px!important;
  }
  .founderSpot .ventureGrid{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch;
  }
  .founderSpot .ventureGrid section{
    display:flex;
    flex-direction:column;
  }
  .founderSpot .ventureGrid section a{
    margin-top:auto!important;
    align-self:flex-start;
  }
}
@media(min-width:1500px){
  .spotlight{
    width:min(1120px,58vw)!important;
  }
  .spotlight.founderSpot{
    width:calc(100% - 48px)!important;
  }
}
@media(max-height:780px) and (min-width:1101px){
  .bottomTimeline{
    position:absolute!important;
    bottom:16px!important;
    height:118px!important;
  }
  .connector{
    bottom:134px!important;
    height:34px!important;
  }
  .spotlight,.spotlight.founderSpot{
    top:16px!important;
    height:calc(100% - 168px)!important;
  }
}

/* Timeline V19: dedicated phone/tablet timeline layout */
@media(max-width:1100px){
  html,body{
    min-height:100%;
    overflow-x:hidden;
  }
  .timelinePage{
    min-height:100vh;
    overflow:visible!important;
    padding:12px;
  }
  .timelinePage .top{
    position:sticky;
    top:0;
    z-index:20;
    display:block;
    height:auto;
    margin:-12px -12px 10px;
    padding:10px 12px;
    background:rgba(247,242,232,.96);
    border-bottom:1px solid rgba(222,214,199,.72);
    backdrop-filter:blur(10px);
  }
  .timelinePage .nav{
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    gap:7px;
    margin:0;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .timelinePage .nav::-webkit-scrollbar,
  .bottomTimeline::-webkit-scrollbar{
    display:none;
  }
  .timelinePage .nav a{
    flex:0 0 auto;
    padding:8px 11px;
    font-size:12px;
    white-space:nowrap;
  }
  .timelineScreen.timelineV3{
    display:flex!important;
    flex-direction:column;
    min-height:0!important;
    height:auto!important;
    overflow:visible!important;
    border-radius:24px;
    padding:12px!important;
    gap:12px;
  }
  .connector{
    display:none!important;
  }
  .bottomTimeline{
    position:sticky!important;
    top:48px;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    z-index:12!important;
    order:1;
    display:flex!important;
    grid-template-columns:none!important;
    gap:9px;
    height:auto!important;
    min-height:0!important;
    margin:-2px -12px 0;
    padding:10px 12px 12px!important;
    overflow-x:auto;
    align-items:stretch;
    background:rgba(255,253,248,.94);
    border-bottom:1px solid rgba(222,214,199,.72);
    box-shadow:0 8px 18px rgba(17,24,39,.05);
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .bottomTimeline .rail,
  .node:before,
  .node.active:after{
    display:none!important;
  }
  .node{
    flex:0 0 min(72vw,260px);
    height:auto!important;
    min-height:96px!important;
    padding:12px!important;
    border-radius:18px;
    transform:none!important;
    z-index:1!important;
  }
  .node.active{
    border-color:var(--blue);
    background:#f8fbff;
    box-shadow:0 14px 30px rgba(23,59,99,.16);
  }
  .nodeLogo{
    width:38px;
    height:25px;
    margin-bottom:7px;
  }
  .node b{
    font-size:12px!important;
    line-height:1.12;
  }
  .node span{
    font-size:11px!important;
    line-height:1.14;
  }
  .node small{
    font-size:10.5px!important;
  }
  .spotlight,
  .spotlight.founderSpot{
    order:2;
    position:static!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    width:auto!important;
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    margin:0!important;
    padding:18px!important;
    overflow:visible!important;
    border-radius:22px;
  }
  .spotlight>div,
  .recommendation{
    min-height:0;
    overflow:visible!important;
  }
  .spotlight h1{
    font-size:clamp(30px,9.4vw,48px)!important;
    line-height:.96;
    margin:7px 0 7px;
    letter-spacing:-.055em;
  }
  .spotlight h3,
  .founderSpot #spotCompany{
    font-size:16px!important;
    line-height:1.18;
  }
  .spotlight .lead,
  .founderSpot .lead{
    font-size:14.5px!important;
    line-height:1.42!important;
    margin:8px 0;
    max-width:none!important;
  }
  .spotMetrics{
    display:grid;
    grid-template-columns:1fr;
    gap:7px;
    margin-top:12px;
  }
  .spotMetrics .metric{
    display:block;
    width:100%;
    border-radius:14px;
    padding:8px 10px;
    font-size:12px!important;
    line-height:1.25;
  }
  .recommendation{
    display:block!important;
    border-left:0;
    border-top:5px solid var(--gold);
    border-radius:20px;
    padding:16px;
  }
  .recommendation blockquote,
  #spotQuote p{
    font-size:14px!important;
    line-height:1.36;
  }
  .awards li{
    font-size:13px!important;
    line-height:1.3;
  }
  .companyRow,
  .founderSpot .companyRow{
    position:static!important;
    display:block;
  }
  .aiTourBtn{
    margin-top:10px;
    width:100%;
    justify-content:space-between;
    white-space:normal;
  }
  .founderSpot .spotBrand{
    padding-right:0!important;
  }
  .founderSpot .ventureGrid,
  .ventureGrid,
  .founderSpot .ventureGrid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:14px;
  }
  .founderSpot .ventureGrid section{
    padding:14px!important;
    border-radius:18px;
  }
  .founderSpot .ventureGrid section .ventureTitle img{
    width:58px!important;
    height:48px!important;
  }
  .founderSpot .ventureGrid section>p,
  .founderSpot .ventureAccomplishments li{
    font-size:13px!important;
    line-height:1.34!important;
  }
}

@media(min-width:700px) and (max-width:1100px){
  .timelinePage{
    padding:16px;
  }
  .timelinePage .top{
    margin:-16px -16px 12px;
    padding:12px 16px;
  }
  .timelineScreen.timelineV3{
    padding:16px!important;
  }
  .node{
    flex-basis:260px;
  }
  .spotlight,
  .spotlight.founderSpot{
    padding:22px!important;
  }
  .spotMetrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .founderSpot .ventureGrid,
  .ventureGrid,
  .founderSpot .ventureGrid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

.resumeMiniLink{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(166,111,30,.32);border-radius:999px;background:#fff8ec;padding:8px 11px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#775114;font-weight:950;text-decoration:none;white-space:nowrap;box-shadow:0 8px 18px rgba(17,24,39,.05);margin-right:auto}.resumeMiniLink:before{content:"↓";font-size:12px;color:var(--gold)}.resumeMiniLink:hover{border-color:var(--gold);background:white}

/* Timeline V20: large-monitor proportional desktop layout */
@media(min-width:1500px) and (min-height:850px){
  .timelineScreen.timelineV3{
    padding:22px 36px 26px!important;
  }
  .spotlight{
    top:26px!important;
    width:min(1320px,calc(100% - 72px))!important;
    height:calc(100% - 226px)!important;
    grid-template-columns:minmax(0,1.08fr) minmax(330px,.48fr)!important;
    gap:22px!important;
    padding:32px!important;
  }
  .spotlight.founderSpot{
    width:calc(100% - 72px)!important;
    height:calc(100% - 226px)!important;
  }
  .spotLogoWrap .spotLogo{width:132px;max-height:66px}
  .spotLogoWrap{margin-bottom:16px;padding:10px;border-radius:20px}
  .spotlight h1{font-size:clamp(42px,3.45vw,62px)!important;line-height:.94;margin:8px 0 8px}
  .spotlight h3,.founderSpot #spotCompany{font-size:21px!important;line-height:1.08;margin-bottom:10px}
  .spotlight .lead{font-size:clamp(17px,1.02vw,20px)!important;line-height:1.34!important;margin:10px 0;max-width:none}
  .spotMetrics{gap:9px;margin-top:18px}
  .spotMetrics .metric{font-size:12.4px!important;line-height:1.22;padding:6px 9px}
  .recommendation{padding:24px 22px!important;gap:18px!important}
  .awards li{font-size:13.6px!important;line-height:1.25;margin-bottom:7px}
  .recommendation blockquote,#spotQuote p{font-size:14.4px!important;line-height:1.25;margin-bottom:9px}
  .bottomTimeline{
    left:36px!important;right:36px!important;bottom:24px!important;height:164px!important;
    gap:18px!important;padding-top:38px!important;
  }
  .bottomTimeline .rail{top:28px!important}
  .connector{bottom:188px!important;height:54px!important}
  .node{height:124px!important;min-height:124px!important;padding:14px 13px 12px!important;border-radius:20px}
  .nodeLogo{width:42px;height:27px;margin-bottom:7px}
  .node b{font-size:12.2px!important;line-height:1.1;min-height:30px}
  .node span{font-size:10.8px!important;line-height:1.12;margin-top:6px}
  .node small{font-size:10.4px!important;margin-top:auto}
  .node[data-role="founder"] b{font-size:11.4px!important}
  .node[data-role="founder"] span{font-size:9.8px!important;line-height:1.05}
}

@media(min-width:1800px) and (min-height:950px){
  .spotlight{width:min(1480px,calc(100% - 72px))!important;padding:38px!important;grid-template-columns:minmax(0,1.1fr) minmax(380px,.48fr)!important}
  .spotlight h1{font-size:clamp(52px,3.65vw,72px)!important}
  .spotlight h3,.founderSpot #spotCompany{font-size:24px!important}
  .spotlight .lead{font-size:clamp(19px,1.08vw,22px)!important;line-height:1.36!important}
  .spotMetrics .metric{font-size:13.4px!important;padding:7px 10px}
  .awards li{font-size:15px!important}.recommendation blockquote,#spotQuote p{font-size:16px!important;line-height:1.28}
  .bottomTimeline{height:178px!important;gap:22px!important}
  .node{height:136px!important;min-height:136px!important;padding:16px 15px 13px!important}
  .node b{font-size:13.4px!important;min-height:32px}.node span{font-size:12px!important}.node small{font-size:11px!important}
}

/* Timeline V21: prevent metric/recommendation clipping and use more wide-screen width */
@media(min-width:1500px) and (min-height:850px){
  .timelineScreen.timelineV3{padding-left:22px!important;padding-right:22px!important}
  .spotlight{
    top:18px!important;
    left:max(18px,min(var(--spot-left,18px),calc(100% - min(1460px,calc(100% - 36px)) - 18px)))!important;
    width:min(1460px,calc(100% - 36px))!important;
    height:calc(100% - 206px)!important;
    padding:30px!important;
  }
  .spotlight.founderSpot{left:18px!important;width:calc(100% - 36px)!important;height:calc(100% - 206px)!important}
  .spotMetrics{align-content:start;row-gap:7px!important;margin-top:14px!important}
  .spotMetrics .metric{font-size:11.8px!important;line-height:1.14!important;padding:5px 8px!important}
  .recommendation{padding:20px 18px!important;gap:14px!important}
  .awards li{font-size:13px!important;line-height:1.18!important;margin-bottom:5px!important}
  .recommendation blockquote,#spotQuote p{font-size:13.6px!important;line-height:1.18!important;margin-bottom:7px!important}
  .bottomTimeline{left:18px!important;right:18px!important;bottom:18px!important;height:160px!important;gap:24px!important}
  .connector{bottom:178px!important;height:48px!important}
}
@media(min-width:1800px) and (min-height:950px){
  .spotlight{left:max(18px,min(var(--spot-left,18px),calc(100% - min(1580px,calc(100% - 36px)) - 18px)))!important;width:min(1580px,calc(100% - 36px))!important;height:calc(100% - 210px)!important}
  .spotlight.founderSpot{left:18px!important;width:calc(100% - 36px)!important;height:calc(100% - 210px)!important}
  .bottomTimeline{gap:28px!important;height:170px!important}
  .connector{bottom:188px!important;height:48px!important}
}

/* Timeline V22: requested bottom-card spacing and vertical room */
@media(min-width:1101px){
  .node{height:133px!important;min-height:133px!important}
  .bottomTimeline{height:184px!important}
  .connector{bottom:202px!important}
}
@media(min-width:1500px) and (min-height:850px){
  .bottomTimeline{gap:30px!important;height:175px!important}
  .node{height:139px!important;min-height:139px!important}
  .connector{bottom:193px!important}
  .spotlight,.spotlight.founderSpot{height:calc(100% - 221px)!important}
}
@media(min-width:1800px) and (min-height:950px){
  .bottomTimeline{gap:30px!important;height:185px!important}
  .node{height:151px!important;min-height:151px!important}
  .connector{bottom:203px!important}
  .spotlight,.spotlight.founderSpot{height:calc(100% - 225px)!important}
}
@media(max-height:780px) and (min-width:1101px){
  .node{height:119px!important;min-height:119px!important}
  .bottomTimeline{height:151px!important}
  .connector{bottom:159px!important}
  .spotlight,.spotlight.founderSpot{height:calc(100% - 183px)!important}
}

/* Timeline V23: stretch bottom timeline cards across wide monitors */
@media(min-width:1500px) and (min-height:850px){
  .bottomTimeline{
    width:auto!important;
    left:18px!important;
    right:18px!important;
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    gap:36px!important;
  }
}
@media(min-width:1800px) and (min-height:950px){
  .bottomTimeline{
    width:auto!important;
    left:18px!important;
    right:18px!important;
    gap:40px!important;
  }
}

/* Timeline V24: final large-screen polish for metrics and founder panel */
@media(min-width:1101px){
  .spotMetrics .metric{
    font-size:10.8px!important;
    line-height:1.1!important;
    padding:4px 7px!important;
  }
  .founderSpot{
    grid-template-columns:1fr!important;
  }
  .founderSpot .spotBrand{
    position:relative!important;
    padding-right:280px!important;
  }
  .founderSpot .companyRow{
    position:static!important;
    display:block!important;
  }
  .founderSpot .aiTourBtn{
    position:absolute!important;
    top:0!important;
    right:0!important;
    display:inline-flex!important;
  }
  .founderSpot .lead{
    max-width:none!important;
  }
  .founderSpot .ventureGrid{
    width:100%!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(min-width:1500px) and (min-height:850px){
  .spotMetrics .metric{
    font-size:11.2px!important;
    line-height:1.1!important;
    padding:4px 7px!important;
  }
  .founderSpot .spotBrand{padding-right:330px!important}
  .founderSpot .ventureGrid{gap:16px!important}
  .founderSpot .ventureGrid section{padding:14px!important}
}
@media(min-width:1800px) and (min-height:950px){
  .spotMetrics .metric{
    font-size:12.2px!important;
    line-height:1.1!important;
    padding:5px 8px!important;
  }
  .founderSpot .spotBrand{padding-right:360px!important}
  .founderSpot .lead{font-size:20px!important;line-height:1.34!important}
}
@media(max-height:780px) and (min-width:1101px){
  .spotMetrics .metric{font-size:8.8px!important;padding:3px 5px!important}
  .founderSpot .spotBrand{padding-right:230px!important}
}

/* Timeline V25: use founder venture-card whitespace on wide monitors */
@media(min-width:1500px) and (min-height:850px){
  .founderSpot .ventureGrid section>p{
    font-size:13.4px!important;
    line-height:1.32!important;
  }
  .founderSpot .ventureAccomplishments b{
    font-size:11.2px!important;
  }
  .founderSpot .ventureAccomplishments li{
    font-size:12.2px!important;
    line-height:1.28!important;
    margin-bottom:5px!important;
  }
}
@media(min-width:1800px) and (min-height:950px){
  .founderSpot .ventureGrid section>p{
    font-size:15px!important;
    line-height:1.36!important;
  }
  .founderSpot .ventureAccomplishments b{
    font-size:12.2px!important;
  }
  .founderSpot .ventureAccomplishments li{
    font-size:13.4px!important;
    line-height:1.32!important;
    margin-bottom:6px!important;
  }
  .founderSpot .ventureGrid section a{
    font-size:12.2px!important;
    padding:7px 10px!important;
  }
}

/* Timeline V26: founder card fit after richer venture bullets */
@media(min-width:1101px){
  .founderSpot .ventureGrid section>p{
    font-size:10.8px!important;
    line-height:1.2!important;
  }
  .founderSpot .ventureAccomplishments li{
    font-size:9.8px!important;
    line-height:1.15!important;
    margin-bottom:3px!important;
  }
  .founderSpot .ventureAccomplishments b{
    font-size:9.8px!important;
  }
}
@media(min-width:1500px) and (min-height:850px){
  .founderSpot .ventureGrid section>p{
    font-size:11.8px!important;
    line-height:1.22!important;
  }
  .founderSpot .ventureAccomplishments li{
    font-size:10.6px!important;
    line-height:1.16!important;
    margin-bottom:3px!important;
  }
  .founderSpot .ventureAccomplishments b{
    font-size:10.2px!important;
  }
  .founderSpot .ventureGrid section{
    padding:12px!important;
  }
}
@media(min-width:1800px) and (min-height:950px){
  .founderSpot .ventureGrid section>p{
    font-size:13px!important;
    line-height:1.24!important;
  }
  .founderSpot .ventureAccomplishments li{
    font-size:11.4px!important;
    line-height:1.18!important;
    margin-bottom:4px!important;
  }
}
/* Content Autopilot V2: real article card preview */
.contentEngineDemoV2{grid-template-columns:minmax(0,1.05fr) minmax(280px,.62fr);grid-template-rows:minmax(0,1fr) auto;align-items:stretch}.contentEngineDemoV2 .contentQueue{min-height:0}.contentEngineDemoV2 .queueList{height:calc(100% - 63px);align-content:start}.articlePreviewCard{padding:14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:10px}.articlePreviewCard img{width:100%;height:100%;min-height:0;object-fit:contain;border-radius:18px;background:#f8fafc;box-shadow:0 14px 34px rgba(17,24,39,.10)}.articlePreviewCard .previewBadge{margin:0;justify-self:start}.contentEngineDemoV2 .articleMeta{gap:6px}.contentEngineDemoV2 .articleMeta span{border-radius:14px;font-size:10.5px;line-height:1.2}.contentEngineDemoV2 .automationStrip{grid-column:1/-1}.contentEngineDemoV2 .queueList h3{font-size:13px}.contentEngineDemoV2 .queueList p{font-size:11px}@media(max-width:1100px){.contentEngineDemoV2{grid-template-columns:1fr;grid-template-rows:auto auto auto}.contentEngineDemoV2 .queueList{height:auto}.articlePreviewCard img{height:auto}}@media(max-height:780px) and (min-width:1101px){.contentEngineDemoV2{grid-template-columns:minmax(0,1.08fr) minmax(240px,.52fr);gap:8px}.articlePreviewCard{padding:10px;gap:7px}.articlePreviewCard img{border-radius:14px}.contentEngineDemoV2 .articleMeta span{font-size:9px;padding:5px 6px}.contentEngineDemoV2 .queueList h3{font-size:10.8px}.contentEngineDemoV2 .queueList p{font-size:9.4px}.contentEngineDemoV2 .contentDemoHeader{padding:10px 12px}}
/* ROICalcMagic V2: non-iframe product preview because live app blocks embedding */
.roiProductPreview{align-items:stretch;justify-items:center}.roiProductCard{width:min(760px,96%);align-self:center}.roiProductCard .previewBadge{margin:0 0 12px}.roiProductCard h2{font-size:clamp(30px,3.8vw,50px);line-height:1.02}.roiWorkflowGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.roiWorkflowGrid article{border:1px solid var(--line);border-radius:18px;background:#f8fbff;padding:13px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.roiWorkflowGrid b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:white;font-size:13px}.roiWorkflowGrid span{font-size:12.5px;line-height:1.35;color:#344054;font-weight:850}@media(max-width:1100px){.roiWorkflowGrid{grid-template-columns:1fr}}@media(max-height:780px) and (min-width:1101px){.roiProductCard{padding:18px}.roiProductCard h2{font-size:32px}.roiWorkflowGrid{gap:8px;margin:12px 0}.roiWorkflowGrid article{padding:10px}.roiWorkflowGrid span{font-size:11px}.roiLogoMark{width:58px;height:58px;font-size:18px;margin-bottom:10px}}
/* SnapCall placeholder showcase notices */
.placeholderShowcase,.placeholderBoard{border-style:dashed!important;background:linear-gradient(145deg,#fff,#fff8ec)!important}.placeholderShowcase .previewBadge{background:#fff8ec;color:#775114;border:1px solid #f2eadc}.placeholderBoard div:first-child{background:#fff8ec;border-color:#f2eadc}.placeholderBoard div:first-child b{color:#775114}
/* Magic Demo invention cost callout */
.costCallout{border:1px solid rgba(23,96,72,.22);background:#eef6f2;border-radius:18px;padding:11px 12px;margin:10px 0 14px}.costCallout b,.costCallout span{display:block}.costCallout b{color:#176048;font-size:13px;margin-bottom:4px}.costCallout span{color:#344054;font-size:12px;font-weight:900;line-height:1.3}

/* Confidential materials staging dashboard */
.confidentialMaterialsPage{overflow:auto}.materialsShell{flex:1;border:1px solid var(--line);border-radius:34px;background:rgba(255,253,248,.92);box-shadow:var(--shadow);padding:clamp(20px,3vw,34px);overflow:auto}.materialsLocked{min-height:calc(100vh - 170px);display:grid;align-content:center;justify-items:start;max-width:760px}.materialsLocked h1,.materialsHero h1{font-size:clamp(38px,5vw,66px);margin:10px 0}.materialsDashboard{display:grid;gap:16px}.materialsHero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.35fr);gap:18px;align-items:end}.materialsHero .lead{margin:0}.materialsStatus{border:1px solid rgba(23,96,72,.24);border-radius:20px;background:#eef6f2;padding:14px;color:#344054}.materialsStatus b,.materialsStatus span{display:block}.materialsStatus b{color:#176048;font-size:15px}.materialsStatus span{font-size:12.5px;font-weight:850;line-height:1.35;margin-top:4px}.materialsGrid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px}.materialPanel{border:1px solid var(--line);border-radius:24px;background:white;padding:16px;box-shadow:0 12px 30px rgba(17,24,39,.07)}.videoPanel{grid-row:span 2}.panelHead{display:grid;gap:5px;margin-bottom:12px}.panelHead span{color:var(--gold);font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.panelHead b{font-size:20px;letter-spacing:-.025em;color:var(--blue)}.videoEmbed{position:relative;aspect-ratio:16/9;border-radius:20px;overflow:hidden;background:#101828}.videoEmbed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.artifactList{display:grid;gap:10px}.artifactList article{border:1px dashed rgba(166,111,30,.45);border-radius:18px;background:#fff8ec;padding:13px}.artifactList strong,.artifactList span{display:block}.artifactList strong{color:#101828;font-size:14px}.artifactList span{color:#775114;font-size:12px;font-weight:900;margin-top:4px}.compactArtifacts{grid-template-columns:1fr}.referencesPanel{padding-bottom:18px}.referenceList{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.referenceList article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:start;border:1px solid var(--line);border-radius:18px;background:#f8fbff;padding:13px}.referenceList h3{font-size:15px;margin:0 0 4px}.referenceList p{font-size:12.5px;line-height:1.28;color:#344054;font-weight:850;margin:0}.referenceList small{display:block;color:var(--muted);font-size:11.5px;line-height:1.25;font-weight:800;margin-top:5px}.referenceList a,.referenceList button,.pendingLink{border:1px solid var(--line);border-radius:999px;background:white;color:var(--blue);padding:7px 9px;text-decoration:none;font-size:11.5px;font-weight:950;white-space:nowrap}.referenceList button{cursor:pointer;color:#775114}.pendingLink{color:#667085}.referenceList dl{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:2px 0 0}.referenceList dl[hidden]{display:none!important}.referenceList dl div{border:1px solid var(--line);border-radius:14px;background:white;padding:9px}.referenceList dt{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#667085;font-weight:950}.referenceList dd{margin:3px 0 0;color:#101828;font-size:12px;font-weight:900}@media(max-width:1100px){.materialsHero,.materialsGrid,.referenceList{grid-template-columns:1fr}.materialsLocked{min-height:520px}.videoPanel{grid-row:auto}.referenceList article{grid-template-columns:1fr;gap:8px}.referenceList a,.referenceList button,.pendingLink{justify-self:start}}@media(max-height:780px) and (min-width:1101px){.materialsShell{padding:20px}.materialsHero h1{font-size:42px}.materialsHero .lead{font-size:15px}.materialPanel{padding:13px}.panelHead b{font-size:17px}.referenceList{grid-template-columns:repeat(2,1fr)}.referenceList h3{font-size:13.5px}.referenceList p{font-size:11.5px}.referenceList small{font-size:10.5px}}

/* Confidential materials artifact previews */
.artifactLink{display:inline-flex;margin-top:9px;border:1px solid rgba(23,59,99,.22);border-radius:999px;background:white;color:var(--blue);padding:7px 10px;text-decoration:none;font-size:11.5px;font-weight:950}
.artifactPreview{display:block;width:100%;margin-top:10px;border:1px solid var(--line);border-radius:14px;background:white;box-shadow:0 8px 18px rgba(17,24,39,.06)}

/* OpenLoop channel intelligence report */
.channelIntelPage{background:#f6f8fb;color:#132238;display:block}.channelIntelPage .top{max-width:1480px;margin:0 auto 14px}.intelHero,.intelBand{max-width:1480px;margin:0 auto 18px;border:1px solid #d7dee8;background:#fff;border-radius:18px;box-shadow:0 18px 48px rgba(17,24,39,.08)}.intelHero{min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.38fr);gap:28px;align-items:end;padding:clamp(24px,4vw,54px);background:linear-gradient(135deg,#ffffff 0%,#eef6f2 48%,#f8fbff 100%)}.intelHero h1{font-size:clamp(42px,6vw,84px);max-width:1050px}.intelHero aside{border:1px solid rgba(23,96,72,.26);border-radius:16px;background:#fff;padding:20px}.intelHero aside b,.intelHero aside span{display:block}.intelHero aside b{color:#176048;font-size:15px;margin-bottom:8px}.intelHero aside span{color:#344054;font-size:15px;font-weight:850;line-height:1.45}.intelBand{padding:clamp(18px,2.5vw,30px)}.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:16px}.sectionHead span{color:#a66f1e;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.sectionHead h2{font-size:clamp(28px,3.4vw,46px);max-width:900px}.takeawayGrid,.competitorGrid,.offerGrid,.planGrid,.sourceGrid{display:grid;gap:12px}.takeawayGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.takeawayGrid article,.competitorGrid article,.offerGrid article,.planGrid article,.sourceGrid article,.partnerRankings article{border:1px solid #d7dee8;border-radius:14px;background:#fff;padding:16px}.takeawayGrid article{background:#f8fbff}.takeawayGrid b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#173b63;color:#fff;margin-bottom:12px}.takeawayGrid h3,.competitorGrid h3,.partnerRankings h3{font-size:18px;line-height:1.16;margin:0 0 8px}.takeawayGrid p,.competitorGrid li,.partnerRankings p,.partnerRankings span,.planGrid p,.sourceGrid p,.offerGrid span{color:#344054;font-size:14px;line-height:1.43;font-weight:800}.partnerRankings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.partnerRankings article{display:grid;gap:10px;background:#fff}.partnerRankings .rankOne{grid-column:span 2;background:#eef6f2;border-color:rgba(23,96,72,.22)}.partnerRankings div{display:flex;align-items:center;gap:12px}.partnerRankings strong{display:grid;place-items:center;flex:none;width:42px;height:42px;border-radius:50%;background:#173b63;color:#fff;font-size:13px}.partnerRankings span{display:block;border-left:4px solid #a66f1e;padding:9px 0 9px 12px;background:#fff8ec;border-radius:0 12px 12px 0;color:#775114}.competitorGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.competitorGrid ul{margin:0;padding-left:18px}.competitorGrid li{margin-bottom:10px}.offerGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.offerGrid b,.planGrid b,.sourceGrid b{display:block;color:#173b63;font-size:16px;margin-bottom:7px}.offerGrid article{background:#f8fbff}.planGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.planGrid article{background:#fff8ec;border-color:#ead8b9}.sourceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.sourceGrid article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:start}.sourceGrid p{grid-column:1/-1;margin:0}.sourceGrid a{grid-column:1/-1;justify-self:start;border:1px solid #d7dee8;border-radius:999px;background:#fff;color:#173b63;padding:8px 11px;text-decoration:none;font-size:12px;font-weight:950}.evidenceLibrary{margin-bottom:34px}@media(max-width:1100px){.intelHero,.takeawayGrid,.partnerRankings,.competitorGrid,.offerGrid,.planGrid,.sourceGrid{grid-template-columns:1fr}.partnerRankings .rankOne{grid-column:auto}.sectionHead{display:block}.sectionHead h2{margin-top:8px}.intelHero{min-height:auto}.channelIntelPage .top{margin-bottom:10px}}@media(max-height:780px) and (min-width:1101px){.intelHero{min-height:330px;padding:30px}.takeawayGrid h3,.competitorGrid h3,.partnerRankings h3{font-size:16px}.takeawayGrid p,.competitorGrid li,.partnerRankings p,.partnerRankings span,.planGrid p,.sourceGrid p,.offerGrid span{font-size:12.5px}}
.marketStats,.scoreRubric,.competitorRanks,.profileGrid{display:grid;gap:12px}.marketStats{grid-template-columns:repeat(6,minmax(0,1fr))}.marketStats article,.scoreRubric article,.competitorRanks article,.profileGrid article{border:1px solid #d7dee8;border-radius:14px;background:#fff;padding:16px}.marketStats b{display:block;color:#173b63;font-size:clamp(26px,3vw,42px);line-height:1;margin-bottom:8px}.marketStats span,.scoreRubric span,.profileGrid p{display:block;color:#344054;font-size:13.5px;line-height:1.38;font-weight:800}.intelNote{border-left:5px solid #176048;background:#eef6f2;border-radius:0 14px 14px 0;color:#344054;font-weight:850;line-height:1.45;margin:14px 0 0;padding:13px 16px}.scoreRubric{grid-template-columns:repeat(4,minmax(0,1fr))}.scoreRubric b{display:block;color:#173b63;font-size:15px;margin-bottom:6px}.scoreRubric strong{display:inline-flex;margin-top:12px;border-radius:999px;background:#fff8ec;color:#775114;padding:6px 9px;font-size:12px}.rankingTable{display:grid;gap:10px}.twoColRanks{grid-template-columns:repeat(2,minmax(0,1fr))}.rankRow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:start;border:1px solid #d7dee8;border-radius:14px;background:#fff;padding:15px}.rankRow.topRank{background:#eef6f2;border-color:rgba(23,96,72,.24)}.rankRow>b,.competitorRanks strong{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#173b63;color:white;font-size:13px}.rankRow h3{font-size:17px;line-height:1.18;margin:0 0 6px}.rankRow p{margin:0;color:#344054;font-size:13.5px;line-height:1.4;font-weight:800}.rankRow>span{border:1px solid rgba(23,96,72,.22);border-radius:12px;background:white;color:#176048;padding:9px;font-weight:950;font-size:18px}.competitorRanks{grid-template-columns:repeat(3,minmax(0,1fr))}.competitorRanks article{background:#f8fbff}.competitorRanks strong{margin-bottom:11px}.competitorRanks h3{font-size:19px;margin:0 0 8px;color:#173b63}.competitorRanks p{color:#344054;font-size:13.5px;line-height:1.4;font-weight:800}.competitorRanks span{display:inline-flex;border-left:4px solid #a66f1e;background:#fff8ec;border-radius:0 999px 999px 0;color:#775114;padding:7px 10px;font-size:12px;font-weight:950}.profileGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.profileGrid h3{font-size:21px;color:#173b63}.profileGrid p{margin:8px 0 0}.profileGrid b{color:#101828}@media(max-width:1100px){.marketStats,.scoreRubric,.twoColRanks,.competitorRanks,.profileGrid{grid-template-columns:1fr}.rankRow{grid-template-columns:1fr}.rankRow>b,.rankRow>span{justify-self:start}}@media(max-height:780px) and (min-width:1101px){.marketStats span,.scoreRubric span,.profileGrid p,.rankRow p,.competitorRanks p{font-size:12px}.rankRow h3,.competitorRanks h3{font-size:15px}.marketStats b{font-size:28px}}
.profileLinks{display:flex;gap:10px;flex-wrap:wrap;margin:-4px 0 14px}.profileLinks a{border:1px solid #d7dee8;border-radius:999px;background:#173b63;color:white;padding:9px 13px;text-decoration:none;font-size:13px;font-weight:950}
