
:root{
  --ink:#13221c;
  --ink2:#20342b;
  --cream:#f6f4ee;
  --cream2:#eeebe2;
  --white:#ffffff;
  --green:#1e6b50;
  --green2:#2c8a68;
  --green-soft:#dcebe3;
  --line:#dcd8cf;
  --muted:#68736d;
  --dark:#13251d;
  --max:1200px;
  --shadow:0 24px 70px rgba(24,43,35,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,244,238,.91);backdrop-filter:blur(15px);border-bottom:1px solid rgba(19,34,28,.08)}
.nav{height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:32px}
.brand{display:inline-flex;align-items:center;gap:11px;font-family:"Manrope",sans-serif;font-weight:800;font-size:22px;letter-spacing:-.8px}
.brand-mark{width:27px;height:27px;position:relative;display:inline-block}
.brand-mark i{position:absolute;display:block;border-radius:999px;background:var(--green)}
.brand-mark i:first-child{width:9px;height:22px;left:3px;bottom:1px;transform:skew(-18deg)}
.brand-mark i:last-child{width:9px;height:15px;right:3px;top:1px;transform:skew(-18deg);background:#75a88f}
.nav-links{display:flex;justify-content:center;gap:30px;font-size:15px;font-weight:500;color:#4c5a53}
.nav-links a:hover{color:var(--green)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 21px;font-weight:700;font-size:14px;transition:.2s ease}
.button:hover{transform:translateY(-1px)}
.button-small{padding:11px 17px;font-size:14px}
.button-dark{background:var(--ink);color:white}
.button-white{background:white;color:var(--ink);border:none;cursor:pointer}
.button-link{padding-left:6px;color:var(--ink)}
.hero{padding:84px 0 88px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:76px;align-items:center}
.pill{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:#ece9df;border:1px solid #ded9cc;color:#56635c;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.75px}
.pill span{width:7px;height:7px;border-radius:50%;background:var(--green)}
h1,h2,h3{font-family:"Manrope",sans-serif}
h1{font-size:clamp(50px,6vw,78px);line-height:.99;letter-spacing:-4.5px;margin:23px 0 26px;font-weight:800;max-width:760px}
h1 em{font-style:normal;color:var(--green)}
.hero-sub{font-size:20px;color:#66716b;max-width:650px;margin:0 0 31px}
.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:43px;padding-top:29px;border-top:1px solid var(--line)}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-size:15px;margin-bottom:6px}
.hero-proof span{font-size:14px;color:#7a837e}
.hero-visual{position:relative;padding:25px 0}
.browser{background:white;border:1px solid #d9d5ca;border-radius:20px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(1.1deg)}
.browser-top{height:44px;background:#f2f1ec;border-bottom:1px solid #e3dfd5;display:flex;align-items:center;padding:0 14px}
.browser-dots{display:flex;gap:5px}.browser-dots i{width:8px;height:8px;border-radius:50%;background:#c8c3b8}
.browser-url{margin:auto;font-size:12px;color:#8d958f;background:white;border:1px solid #e2ded3;border-radius:7px;padding:5px 46px}
.browser-content{padding:28px}
.audit-title-row{display:flex;justify-content:space-between;gap:20px}
.audit-title-row p{font-size:11px;letter-spacing:1px;color:#839087;margin:0 0 5px;font-weight:700}
.audit-title-row h3{margin:0;font-size:19px}
.example-tag{font-size:12px;background:#eef4f0;color:var(--green);border-radius:999px;padding:6px 10px;height:max-content}
.score-panel{margin:26px 0;background:#173127;color:white;border-radius:15px;padding:20px;display:flex;justify-content:space-between;gap:25px;align-items:flex-end}
.score-number>span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.65px;color:#b7c9c0}
.score-number strong{font-size:43px;line-height:1}.score-number small{font-size:14px;color:#9eb2a8}
.score-note{font-size:13px;max-width:190px;color:#c8d4ce}
.audit-row{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid #ece9e0;font-size:14px}
.audit-row span{color:#68736c}.audit-row b{font-weight:700}.audit-row .good{color:var(--green)}.audit-row .opp{color:#9a6721}
.mini-insight{margin-top:18px;background:#f3f1eb;border-radius:12px;padding:14px;display:flex;gap:12px}.mini-icon{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white}.mini-insight strong{font-size:13px}.mini-insight p{margin:3px 0 0;font-size:12px;color:#6e7872}
.floating-note{position:absolute;background:white;border:1px solid #ddd8cc;border-radius:14px;padding:12px 14px;display:flex;gap:10px;box-shadow:0 15px 40px rgba(31,51,43,.12);min-width:205px}.floating-note strong,.floating-note small{display:block}.floating-note strong{font-size:13px}.floating-note small{font-size:11px;color:#7f8883;margin-top:3px}.note-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#edf4ef;color:var(--green);font-size:12px}.note-one{left:-28px;bottom:-6px}.note-two{right:-28px;top:20px}
.trust-strip{background:white;border-top:1px solid #e3dfd5;border-bottom:1px solid #e3dfd5}
.trust-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.trust-inner p{font-size:14px;color:#7d857f;font-weight:600}.trade-list{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:14px;font-weight:700}.trade-list i{width:3px;height:3px;border-radius:50%;background:#b8bdb9}
.section{padding:108px 0}.section-light{background:#fbfaf7}.section-cream{background:#eeebe2}.section-dark{background:var(--dark);color:white}.section-heading{margin-bottom:47px}.split-heading{display:grid;grid-template-columns:1.35fr .65fr;gap:90px;align-items:end}.section-heading h2,.why-copy h2,.audit-copy h2,.faq-title h2{font-size:clamp(36px,4.5vw,54px);line-height:1.07;letter-spacing:-2.5px;margin:11px 0 0}.section-heading>p:not(.kicker),.split-heading>p{color:#6f7973;font-size:17px;margin:0}.kicker{font-size:13px;text-transform:uppercase;letter-spacing:1.05px;font-weight:800;color:var(--green);margin:0}.kicker-light{color:#91c0aa}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;background:white;border:1px solid #dfdbd0;border-radius:18px;padding:30px;min-height:405px}.service-num{position:absolute;right:25px;top:24px;font-size:13px;color:#a3aaa6}.service-icon{width:45px;height:45px;border-radius:13px;background:#eef3ef;color:var(--green);display:grid;place-items:center;font-size:19px;margin-bottom:28px}.service-card h3{font-size:21px;line-height:1.2;margin:0 0 12px}.service-card>p{font-size:16px;color:#747e78}.service-card ul{list-style:none;padding:0;margin:24px 0 0}.service-card li{padding:10px 0;border-top:1px solid #ece9e1;font-size:14px;color:#516058}.service-card li:before{content:"→";margin-right:8px;color:var(--green)}.accent-card{background:#e5efe9;border-color:#d2e2d9}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.why-copy p:not(.kicker){color:#b9c5bf;font-size:17px;max-width:590px}.text-arrow{display:inline-flex;gap:10px;align-items:center;color:white;font-weight:700;margin-top:18px}.journey{position:relative;padding-left:20px}.journey-line{position:absolute;left:37px;top:30px;bottom:30px;width:1px;background:#3d5e4f}.journey-item{position:relative;display:flex;gap:20px;padding:14px 0}.journey-item>span{z-index:1;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#1b362b;border:1px solid #446b59;color:#9bc6b1;font-size:12px}.journey-item strong{display:block;font-size:15px}.journey-item p{margin:3px 0 0;color:#95a79e;font-size:14px}
.centered{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.centered>p:not(.kicker){max-width:620px;margin:14px auto 0}.narrow{max-width:620px}.process{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:15px;align-items:start}.process article{background:#f7f5ef;border:1px solid #ddd8cc;border-radius:16px;padding:25px;min-height:225px}.process article>span{font-size:12px;color:var(--green);font-weight:800}.process h3{font-size:20px;margin:16px 0 10px}.process p{font-size:15px;color:#727c76}.process-arrow{align-self:center;color:#939a95}
.before-after{background:#f6f4ee}.compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:auto}.compare-card{border-radius:18px;padding:32px}.muted-card{background:#ebe8df;border:1px solid #ddd8cd}.active-card{background:white;border:1px solid #d3ded7;box-shadow:0 15px 45px rgba(33,58,47,.08)}.compare-label{font-size:13px;text-transform:uppercase;letter-spacing:.9px;font-weight:800;color:#6e7872}.compare-card ul{list-style:none;padding:0;margin:24px 0 0}.compare-card li{padding:14px 0;border-top:1px solid #dedad1;font-size:14px}.compare-card li span{display:inline-grid;place-items:center;width:23px;height:23px;border-radius:50%;margin-right:10px;background:#ddd8ce}.active-card li span{background:#dfeee5;color:var(--green)}
.faq-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:90px}.faq-title>p:not(.kicker){color:#747e78}.faq details{border-top:1px solid #ddd9ce;padding:20px 0}.faq details:last-child{border-bottom:1px solid #ddd9ce}.faq summary{list-style:none;display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-weight:700}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--green)}.faq details p{font-size:16px;color:#6e7972;max-width:680px}
.audit-section{background:#244a3b}.audit-cta{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;color:white}.audit-copy>p:not(.kicker){color:#bfd0c7;font-size:17px}.audit-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px;color:#d8e5df;font-size:15px}.audit-form{background:white;border-radius:18px;padding:28px;color:var(--ink)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.audit-form label{display:block;font-size:13px;font-weight:700;margin-bottom:12px}.audit-form small{color:#929a95}.audit-form input,.audit-form textarea{width:100%;margin-top:7px;border:1px solid #d9d5cb;background:#f9f8f4;border-radius:10px;padding:13px 14px;font:inherit;font-size:15px}.audit-form textarea{min-height:110px;resize:vertical}.audit-form .button{width:100%;background:var(--ink);color:white}.form-message{font-size:13px;color:#7c8680;margin:10px 0 0}
footer{background:#102018;color:#d2ddd7;padding:48px 0 25px}.footer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.footer-brand{color:white}.footer-main p{font-size:14px;color:#87998f}.footer-links{display:flex;gap:24px;font-size:14px}.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid #2a3b33;display:flex;justify-content:space-between;gap:20px;color:#72857a;font-size:13px}
@media(max-width:950px){.nav-links{display:none}.hero-grid,.why-grid,.audit-cta,.faq-layout,.split-heading{grid-template-columns:1fr}.hero-grid{gap:45px}.service-grid{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.process-arrow{display:none}.trust-inner{align-items:flex-start;flex-direction:column;padding-top:20px;padding-bottom:20px}.floating-note{display:none}.split-heading{gap:20px}.why-grid{gap:40px}.audit-cta{gap:40px}}
@media(max-width:650px){.container{width:min(var(--max),calc(100% - 32px))}.hero{padding-top:58px}.hero-grid{gap:38px}h1{letter-spacing:-3px;font-size:50px}.hero-proof,.compare,.form-row,.audit-benefits,.process{grid-template-columns:1fr}.nav .button-small{display:none}.browser-url{padding:4px 18px}.section{padding:78px 0}.service-card{min-height:auto}.footer-main,.footer-bottom{flex-direction:column}.footer-links{flex-wrap:wrap}.trade-list{gap:10px}.score-panel{align-items:flex-start;flex-direction:column}.hero-actions .button{width:100%}}


/* v3.1 alignment + legibility refinements */
.hero-copy,
.section-heading,
.why-copy,
.faq-title,
.audit-copy { align-self:start; }

.service-grid { align-items:stretch; }
.service-card { display:flex; flex-direction:column; }
.service-card ul { margin-top:auto; padding-top:18px; }

.process { align-items:stretch; }
.process article { height:100%; }

.compare { align-items:stretch; }
.compare-card { height:100%; }

.audit-cta { align-items:start; }
.audit-form { align-self:start; }

.faq details summary { font-size:16px; }

@media(max-width:950px){
  .nav{grid-template-columns:auto 1fr}
  .nav>.button{justify-self:end}
}
@media(max-width:650px){
  .nav{grid-template-columns:1fr auto}
  .hero-proof{gap:18px}
  .trust-inner p,.trade-list{font-size:13px}
}


/* v3.2 — straighten and align Harbor Home Services audit card */
.hero-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}

.browser{
  transform:none !important;
  width:100%;
  max-width:560px;
}

.browser-top{
  display:grid;
  grid-template-columns:70px 1fr 70px;
  align-items:center;
}

.browser-dots{
  justify-self:start;
}

.browser-url{
  margin:0;
  justify-self:center;
  min-width:220px;
  text-align:center;
}

.browser-content{
  padding:30px;
}

.audit-title-row{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:start;
  column-gap:20px;
}

.audit-title-row > div{
  min-width:0;
}

.audit-title-row p,
.audit-title-row h3{
  text-align:left;
}

.example-tag{
  justify-self:end;
  align-self:start;
}

.score-panel{
  display:grid;
  grid-template-columns:minmax(145px,.8fr) minmax(180px,1.2fr);
  align-items:end;
  column-gap:28px;
}

.score-note{
  max-width:none;
  text-align:left;
  justify-self:stretch;
}

.audit-list{
  width:100%;
}

.audit-row{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  column-gap:24px;
}

.audit-row b{
  text-align:right;
  white-space:nowrap;
}

.mini-insight{
  display:grid;
  grid-template-columns:29px 1fr;
  align-items:start;
}

@media(max-width:650px){
  .browser{max-width:none}
  .browser-top{grid-template-columns:54px 1fr 54px}
  .browser-url{min-width:0;width:100%;max-width:230px}
  .score-panel{grid-template-columns:1fr;row-gap:12px}
}


/* v3.3 — premium growth visual system */
.growth-showcase{
  background:#f2efe7;
  border-top:1px solid #dfdbd0;
}
.growth-heading{margin-bottom:40px}
.growth-dashboard{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
}
.growth-panel{
  background:#fbfaf7;
  border:1px solid #d9d5ca;
  border-radius:20px;
  padding:26px;
  min-height:360px;
  overflow:hidden;
}
.panel-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}
.panel-top>div>span,
.panel-top>div>strong{display:block}
.panel-label{
  font-size:13px;
  color:#7b857f;
  margin-bottom:4px;
}
.panel-top strong{
  font-family:"Manrope",sans-serif;
  font-size:18px;
  letter-spacing:-.3px;
}
.panel-chip{
  display:inline-flex;
  align-items:center;
  border:1px solid #d8ded9;
  background:#eef4ef;
  color:#3d6e58;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.trend-panel{
  background:linear-gradient(180deg,#fbfaf7 0%,#f7f4ed 100%);
}
.trend-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:24px;
}
.trend-metrics>div{
  border:1px solid #e0ddd4;
  border-radius:13px;
  padding:12px 13px;
  background:rgba(255,255,255,.7);
}
.trend-metrics span,.trend-metrics strong{display:block}
.trend-metrics span{font-size:12px;color:#78827c}
.trend-metrics strong{font-size:18px;color:var(--green);margin-top:2px}
.trend-chart{
  position:relative;
  height:230px;
  color:var(--green);
}
.chart-grid{
  position:absolute;
  inset:0 0 30px 0;
  background:
    linear-gradient(to right, rgba(50,70,60,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(50,70,60,.06) 1px, transparent 1px);
  background-size:25% 25%;
  border-bottom:1px solid #d8d6ce;
}
.trend-chart svg{
  position:absolute;
  inset:0 0 30px 0;
  width:100%;
  height:calc(100% - 30px);
  overflow:visible;
}
.line-path{
  fill:none;
  stroke:currentColor;
  stroke-width:4;
  stroke-linecap:round;
  vector-effect:non-scaling-stroke;
}
.area-path{fill:url(#gainArea)}
.chart-dot{
  fill:#fbfaf7;
  stroke:currentColor;
  stroke-width:4;
  vector-effect:non-scaling-stroke;
}
.chart-axis{
  position:absolute;
  left:0;right:0;bottom:0;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  font-size:11px;
  color:#8b938e;
}
.chart-axis span{text-align:center}
.money-panel{
  background:#173127;
  color:white;
  border-color:#173127;
}
.money-panel .panel-label{color:#a8beb3}
.money-mark{
  width:39px;height:39px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid #4a6a5c;
  color:#c9e2d6;
  font-family:"Manrope",sans-serif;
  font-size:18px;
}
.money-hero{
  padding:21px 0 24px;
  border-bottom:1px solid #355346;
  display:flex;
  align-items:flex-end;
  gap:8px;
}
.money-prefix{
  font-family:"Manrope",sans-serif;
  font-size:28px;color:#85b59e;
  margin-bottom:4px;
}
.money-hero strong{
  font-family:"Manrope",sans-serif;
  font-size:52px;
  line-height:.9;
  letter-spacing:-3px;
}
.money-hero small{
  color:#9db1a7;
  font-size:12px;
  margin-left:auto;
  margin-bottom:4px;
}
.value-stack{margin-top:10px}
.value-row{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:12px;
  align-items:start;
  padding:14px 0;
  border-bottom:1px solid #304b40;
}
.value-row:last-child{border-bottom:0}
.value-icon{
  width:34px;height:34px;border-radius:10px;
  display:grid;place-items:center;
  background:#213e32;
  color:#9ed0b8;
  font-weight:700;
}
.value-row strong,.value-row small{display:block}
.value-row strong{font-size:14px}
.value-row small{font-size:12px;color:#9cafa5}
.value-row small{color:#9cafa5}
.schedule-panel{
  min-height:385px;
}
.calendar-head{
  display:grid;
  grid-template-columns:34px 1fr 34px;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}
.calendar-head>div{text-align:center}
.calendar-head strong,.calendar-head span{display:block}
.calendar-head strong{font-size:15px}
.calendar-head span{font-size:11px;color:#8b938f}
.calendar-arrow{
  width:32px;height:32px;border-radius:50%;
  border:1px solid #ddd9cf;background:white;color:#5f6c65;
  font:inherit;cursor:default;
}
.calendar-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
}
.day-label{
  text-align:center;
  color:#8a938e;
  font-size:11px;
  font-weight:700;
  padding-bottom:3px;
}
.day-cell{
  min-height:145px;
  border:1px solid #e0ddd4;
  border-radius:12px;
  padding:9px;
  background:white;
}
.day-cell>span{
  display:block;
  font-size:11px;
  color:#7f8883;
  margin-bottom:9px;
}
.booking{
  display:block;
  font-style:normal;
  font-size:10px;
  padding:7px 6px;
  margin:6px 0;
  border-radius:7px;
  text-align:center;
  background:#dfece5;
  color:#285d46;
  border:1px solid #cde0d5;
}
.booking.soft{
  background:#f4efe6;
  color:#7b633e;
  border-color:#e6dcc9;
}
.schedule-footer{
  display:flex;gap:18px;align-items:center;
  margin-top:14px;
  font-size:11px;color:#7e8782;
}
.schedule-footer span{display:flex;align-items:center;gap:7px}
.schedule-footer i{
  width:8px;height:8px;border-radius:50%;background:#dfece5;border:1px solid #b9d2c4
}
.schedule-footer span:last-child i{background:#f1e8da;border-color:#dfcdb3}
.pipeline-panel{
  background:#f8f7f2;
}
.pipeline{
  display:grid;
  gap:12px;
  margin-top:10px;
}
.pipe-step{
  display:grid;
  grid-template-columns:38px 112px 1fr;
  gap:12px;
  align-items:center;
}
.pipe-icon{
  width:36px;height:36px;border-radius:11px;
  display:grid;place-items:center;
  background:#e8efe9;
  color:var(--green);
}
.pipe-step div small,.pipe-step div strong{display:block}
.pipe-step div small{font-size:10px;color:#97a09b}
.pipe-step div strong{font-size:13px}
.pipe-bar{
  height:9px;
  border-radius:999px;
  background:#d8e8df;
  position:relative;
  overflow:hidden;
}
.pipe-bar:after{
  content:"";
  position:absolute;inset:0 auto 0 0;
  border-radius:inherit;background:var(--green);
}
.p1:after{width:48%}.p2:after{width:63%}.p3:after{width:78%}.p4:after{width:92%}
.pipeline-callout{
  margin-top:28px;
  border-top:1px solid #dedbd2;
  padding-top:18px;
  display:grid;
  grid-template-columns:32px 1fr;
  gap:11px;
}
.spark{
  width:30px;height:30px;border-radius:50%;
  display:grid;place-items:center;
  background:#173127;color:#dbeadf;
}
.pipeline-callout p{margin:0;font-size:13px;color:#68736d}
.pipeline-callout strong{color:#283a31}

@media(max-width:950px){
  .growth-dashboard{grid-template-columns:1fr}
}
@media(max-width:650px){
  .trend-metrics{grid-template-columns:1fr}
  .calendar-grid{gap:5px}
  .day-cell{min-height:120px;padding:6px}
  .booking{font-size:9px;padding:6px 3px}
  .pipe-step{grid-template-columns:36px 92px 1fr}
  .money-hero{flex-wrap:wrap}
  .money-hero small{width:100%;margin:5px 0 0}
}

.growth-panel{opacity:.985;transform:translateY(0);transition:opacity .5s ease,transform .5s ease}
.growth-panel.visible{opacity:1;transform:translateY(0)}


/* v3.3 — premium growth + money visual system */
.hero-visual{position:relative}
.hero-money-orbit{
  position:absolute;
  right:-10px;
  bottom:68px;
  width:86px;
  height:86px;
  border-radius:50%;
  border:1px solid rgba(30,107,80,.18);
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(10px);
  display:grid;
  place-items:center;
  box-shadow:0 16px 38px rgba(28,54,43,.08);
}
.hero-money-orbit span{
  position:absolute;
  left:18px;
  top:16px;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  font-weight:800;
  color:var(--green);
}
.hero-money-orbit b{
  position:absolute;
  right:18px;
  bottom:15px;
  font-size:18px;
  color:var(--ink);
}
.hero-money-orbit i{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px dashed rgba(30,107,80,.35);
}

.growth-visuals{
  background:
    radial-gradient(circle at 86% 12%, rgba(30,107,80,.055), transparent 27%),
    #f6f4ee;
}
.growth-heading{margin-bottom:34px}
.growth-dashboard{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}
.growth-card{
  border:1px solid #ddd8ce;
  background:#fff;
  border-radius:20px;
  padding:27px;
  min-width:0;
}
.growth-card-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:24px;
}
.growth-card-head>div>span,
.growth-card-head>div>strong{display:block}
.growth-label{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.9px;
  color:#7c8781;
  font-weight:800;
}
.growth-card-head strong{
  font-family:"Manrope",sans-serif;
  margin-top:4px;
  font-size:20px;
  letter-spacing:-.5px;
}
.growth-chip{
  white-space:nowrap;
  border:1px solid #d6e4dc;
  background:#edf5f0;
  color:var(--green);
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}
.growth-chip.soft{
  background:#f4f1e8;
  border-color:#e2dccd;
  color:#82662e;
}
.money-summary{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:12px;
}
.money-mark{
  width:44px;
  height:44px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#173127;
  color:white;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  font-weight:800;
}
.money-summary small,
.money-summary strong{display:block}
.money-summary small{font-size:12px;color:#87918b}
.money-summary strong{font-size:14px;margin-top:2px}
.chart-wrap{
  margin-top:10px;
  border-top:1px solid #ece8df;
  padding-top:16px;
}
.growth-chart{
  width:100%;
  height:auto;
  color:var(--green);
  overflow:visible;
}
.chart-grid line{
  stroke:#e8e4db;
  stroke-width:1;
}
.chart-area{
  fill:url(#areaFill);
}
.chart-line{
  fill:none;
  stroke:currentColor;
  stroke-width:4;
  stroke-linecap:round;
}
.chart-point{
  fill:#fff;
  stroke:currentColor;
  stroke-width:4;
}
.chart-axis-labels{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:2px;
  color:#8b948f;
  font-size:12px;
}
.chart-axis-labels span:nth-child(2),
.chart-axis-labels span:nth-child(3){text-align:center}
.chart-axis-labels span:last-child{text-align:right}

.calendar-top{
  display:flex;
  justify-content:space-between;
  font-size:12px;
  color:#828c86;
  margin-bottom:14px;
}
.calendar-top b{color:var(--ink)}
.calendar-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
}
.day{
  border:1px solid #e4dfd5;
  border-radius:13px;
  padding:12px 8px;
  min-width:0;
}
.day span,.day b{display:block}
.day span{font-size:11px;color:#8b948f}
.day b{font-size:15px;margin:2px 0 11px}
.slot{
  display:block;
  height:8px;
  border-radius:999px;
  background:#eeeae2;
  margin:7px 0;
}
.slot.filled{background:#7ca58f}
.slot.short{width:72%}
.calendar-footer{
  display:flex;
  gap:9px;
  align-items:flex-start;
  margin-top:15px;
  padding-top:15px;
  border-top:1px solid #ece8df;
}
.calendar-footer p{
  margin:0;
  font-size:12px;
  color:#78837d;
}
.pulse-dot{
  width:8px;
  height:8px;
  flex:0 0 auto;
  margin-top:5px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 5px rgba(30,107,80,.08);
}

.pipeline-card{
  background:#173127;
  color:#fff;
  border-color:#173127;
}
.pipeline-card .growth-label{color:#a8bbb1}
.pipeline-card .growth-chip{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:#d9e6df;
}
.pipeline{
  display:grid;
  gap:15px;
}
.pipeline-row{
  display:grid;
  grid-template-columns:minmax(145px,.95fr) minmax(120px,1fr) 44px;
  align-items:center;
  gap:14px;
}
.pipeline-row>div:first-child{
  display:flex;
  align-items:center;
  gap:9px;
}
.pipeline-row strong{
  font-size:13px;
  font-weight:600;
}
.pipe-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#9fc6b3;
}
.pipe-bar{
  height:9px;
  background:rgba(255,255,255,.1);
  border-radius:999px;
  overflow:hidden;
}
.pipe-bar i{
  display:block;
  height:100%;
  border-radius:999px;
  background:#8fb8a4;
}
.pipeline-row>b{
  text-align:right;
  font-size:12px;
  color:#bed0c7;
}
.illustrative-note{
  margin:20px 0 0;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.1);
  color:#91a69b;
  font-size:11px;
}

.value-card{
  background:#f0ede5;
}
.value-visual{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:25px;
  align-items:center;
}
.coin-stack{
  position:relative;
  width:112px;
  height:104px;
}
.coin{
  position:absolute;
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid #d5cfbf;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  font-weight:800;
  color:var(--green);
  background:#fbfaf6;
  box-shadow:0 8px 18px rgba(31,52,43,.06);
}
.coin.c1{left:7px;bottom:0}
.coin.c2{left:29px;bottom:18px}
.coin.c3{left:50px;bottom:36px;background:#dfece5}
.value-copy strong{
  display:block;
  font-family:"Manrope",sans-serif;
  font-size:20px;
  line-height:1.25;
  letter-spacing:-.45px;
  margin:5px 0 8px;
}
.value-copy p{
  font-size:13px;
  color:#737e78;
  margin:0;
}
.value-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:24px;
  border:1px solid #ddd7ca;
  border-radius:13px;
  overflow:hidden;
  background:#ddd7ca;
}
.value-metrics div{
  background:#f8f6f0;
  padding:14px;
}
.value-metrics span,
.value-metrics strong{display:block}
.value-metrics span{
  font-size:10px;
  color:#8b948f;
}
.value-metrics strong{
  font-size:12px;
  margin-top:3px;
}

@media(max-width:950px){
  .growth-dashboard{grid-template-columns:1fr}
  .hero-money-orbit{display:none}
}
@media(max-width:650px){
  .growth-card{padding:22px}
  .growth-card-head{flex-direction:column}
  .calendar-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
  .day{padding:10px 5px}
  .pipeline-row{grid-template-columns:1fr}
  .pipeline-row>b{text-align:left}
  .value-visual{grid-template-columns:1fr}
  .coin-stack{margin:auto}
  .value-metrics{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:no-preference){
  .growth-chart .chart-line{
    stroke-dasharray:900;
    stroke-dashoffset:900;
  }
  .growth-chart.growth-chart-animate .chart-line{
    animation:drawLine 1.5s cubic-bezier(.2,.7,.2,1) forwards;
  }
  .growth-chart.growth-chart-animate .chart-point{
    animation:fadePoint .45s ease 1.25s both;
  }
  @keyframes drawLine{to{stroke-dashoffset:0}}
  @keyframes fadePoint{from{opacity:0;transform:scale(.5);transform-origin:496px 48px}to{opacity:1;transform:scale(1)}}
}

/* v4 benchmark-inspired conversion architecture */
.benchmark-hero{padding-top:92px;padding-bottom:88px}.benchmark-hero .hero-grid{grid-template-columns:1.02fr .98fr;gap:72px}.hero-confidence{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:38px}.confidence-item{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;padding-top:18px;border-top:1px solid var(--line)}.confidence-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e4ece7;color:var(--green);font-size:11px;font-weight:800}.confidence-item strong,.confidence-item small{display:block}.confidence-item strong{font-size:14px;line-height:1.25}.confidence-item small{font-size:13px;color:#7b847f;margin-top:3px;line-height:1.35}.executive-visual{position:relative;padding:10px 0 24px}.executive-card{background:#fff;border:1px solid #d8d4c9;border-radius:22px;padding:28px;box-shadow:0 30px 90px rgba(30,50,42,.14)}.exec-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid #ebe7de}.exec-eyebrow{font-size:11px;letter-spacing:1.05px;font-weight:800;color:#839087}.exec-header h3{margin:5px 0 0;font-size:21px;letter-spacing:-.5px}.live-chip{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#eff4f0;color:#416c58;padding:6px 10px;font-size:12px;font-weight:700}.live-chip i{width:7px;height:7px;border-radius:50%;background:#5a9878}.exec-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.exec-kpi{border:1px solid #e4e1d8;border-radius:13px;padding:13px;background:#faf9f5}.exec-kpi span,.exec-kpi strong,.exec-kpi small{display:block}.exec-kpi span{font-size:11px;color:#7d8781}.exec-kpi strong{font-size:19px;margin:3px 0;color:#24382f}.exec-kpi strong.accent{color:var(--green);font-size:24px;line-height:1}.exec-kpi small{font-size:11px;color:#9aa19d}.exec-chart{border-radius:15px;background:#173127;padding:20px;color:#fff}.exec-chart-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.exec-chart-head span,.exec-chart-head strong{display:block}.exec-chart-head>div>span{font-size:11px;color:#aac0b5}.exec-chart-head>div>strong{font-size:14px;margin-top:2px}.money-badge{width:34px;height:34px;border-radius:50%;display:grid!important;place-items:center;background:#214438;border:1px solid #496f5f;color:#b8d7c8;font-weight:800}.exec-chart svg{width:100%;height:155px;margin-top:8px;overflow:visible}.hero-area{fill:url(#heroArea)}.hero-line{fill:none;stroke:#63b18d;stroke-width:4;stroke-linecap:round;vector-effect:non-scaling-stroke}.hero-dot{fill:#173127;stroke:#9bd0b7;stroke-width:4;vector-effect:non-scaling-stroke}.exec-axis{display:grid;grid-template-columns:repeat(4,1fr);font-size:10px;color:#94aa9f;margin-top:-2px}.exec-axis span{text-align:center}.exec-insight{display:grid;grid-template-columns:30px 1fr;gap:11px;padding:16px 0 0}.exec-insight>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e8f0eb;color:var(--green)}.exec-insight strong,.exec-insight p{display:block}.exec-insight strong{font-size:12px}.exec-insight p{font-size:11px;color:#7e8782;margin:2px 0 0}.exec-float{position:absolute;background:#fff;border:1px solid #ddd9cf;border-radius:14px;padding:12px 14px;display:grid;grid-template-columns:30px 1fr;gap:10px;box-shadow:0 16px 45px rgba(29,50,41,.11);min-width:210px}.exec-float>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e8f0eb;color:var(--green);font-weight:800}.exec-float strong,.exec-float small{display:block}.exec-float strong{font-size:12px}.exec-float small{font-size:11px;color:#858e89;margin-top:2px}.float-a{left:-28px;bottom:-4px}.float-b{right:-24px;top:14px}.benchmark-strip{background:#fff}.benchmark-inner{min-height:94px;display:grid;grid-template-columns:.95fr 1.05fr;gap:50px;align-items:center}.benchmark-intro span,.benchmark-intro strong{display:block}.benchmark-intro span{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#819089;font-weight:800}.benchmark-intro strong{font-family:"Manrope",sans-serif;font-size:17px;margin-top:4px}.benchmark-pillars{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #e3dfd6}.benchmark-pillars div{padding:5px 18px;border-right:1px solid #e3dfd6}.benchmark-pillars b,.benchmark-pillars span{display:block}.benchmark-pillars b{font-size:10px;color:#94a099;margin-bottom:3px}.benchmark-pillars span{font-size:13px;font-weight:700;color:#425149}.proof-architecture{background:#f6f4ee;padding:65px 0;border-top:1px solid #dedad0;border-bottom:1px solid #dedad0}.proof-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.proof-statement h2{font-size:34px;line-height:1.08;letter-spacing:-1.6px;margin:10px 0 0}.proof-items{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.proof-item{background:#fff;border:1px solid #dedbd1;border-radius:15px;padding:19px}.proof-item>span{width:32px;height:32px;border-radius:10px;background:#e7eee9;color:var(--green);display:grid;place-items:center;margin-bottom:15px}.proof-item strong,.proof-item small{display:block}.proof-item strong{font-size:14px}.proof-item small{font-size:12px;color:#7c8580;margin-top:4px;line-height:1.4}@media(max-width:950px){.benchmark-inner,.proof-grid{grid-template-columns:1fr}.benchmark-pillars{border-left:0}.executive-visual{max-width:650px}}@media(max-width:650px){.hero-confidence{grid-template-columns:1fr}.exec-kpis{grid-template-columns:1fr}.exec-float{display:none}.benchmark-pillars{grid-template-columns:1fr 1fr}.benchmark-pillars div{border-bottom:1px solid #e3dfd6}.proof-items{grid-template-columns:1fr}}


/* v4.2 — approved visual direction */
.visual-v42{background:#fbfaf7;padding:36px 0 20px;border-bottom:1px solid #e6e2da}
.hero-v42-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:50px;align-items:start}
.hero-v42-copy{padding:12px 0 0}
.hero-v42-copy h1{font-family:"Manrope",sans-serif;font-size:clamp(48px,5vw,72px);line-height:1.03;letter-spacing:-3.8px;margin:0;color:#102031}
.hero-v42-copy h1 em{font-style:normal;color:#0d5737}
.hero-gold-rule{width:54px;height:3px;background:#c8993b;margin:18px 0}
.hero-v42-copy>p{font-size:17px;color:#43514a;max-width:470px;line-height:1.55}
.hero-v42-actions{display:flex;align-items:center;gap:20px;margin-top:22px;flex-wrap:wrap}
.video-link{display:flex;align-items:center;gap:10px}.video-link strong,.video-link small{display:block}.video-link strong{font-size:13px}.video-link small{font-size:12px;color:#68736d;margin-top:1px}
.play-circle{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid #6c8276;color:#0e5438;font-size:12px}

.growth-view{background:white;border:1px solid #e0ddd6;border-radius:14px;box-shadow:0 12px 35px rgba(28,44,37,.08);padding:14px}
.growth-view-head{padding:2px 4px 10px}.gv-title{display:flex;gap:8px;align-items:center}.gv-title strong{font-size:15px}.mini-logo{color:#0f5b3b;font-weight:900}
.gv-top{display:grid;grid-template-columns:1fr 165px;gap:12px}
.gv-main{display:grid;gap:10px}
.pipeline-box,.revenue-card,.gv-side{border:1px solid #e4e1d9;border-radius:9px;background:#fff}
.pipeline-box{padding:12px 14px}.gv-label{font-size:12px;font-weight:700;color:#222d28}
.pipeline-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:7px;margin-top:10px}
.pipeline-row>div{display:flex;align-items:center;gap:7px;font-size:11px}.pipeline-row b{font-weight:600}.circle-icon{width:28px;height:28px;border:1.5px solid #0f6a45;border-radius:50%;display:grid;place-items:center;color:#0f6a45}.pipe-arrow{color:#7b857f}

.revenue-card{display:grid;grid-template-columns:185px 1fr;gap:15px;padding:13px}
.revenue-left{padding-right:12px;border-right:1px solid #ebe7df}.revenue-left>*{display:block}.big-growth{font-size:31px!important;color:#0e633f;margin:6px 0 2px}.revenue-left>b{font-size:12px}.revenue-left>small{font-size:10px;color:#6f7973}
.mini-kpis{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:19px}.mini-kpis>div{border-top:1px solid #e4e0d8;padding-top:8px}.mini-kpis strong{display:block;font-size:17px}.mini-kpis span{display:block;font-size:10px}.mini-kpis small{display:block;font-size:10px;color:#0c7047;margin-top:2px}

.step-chart-wrap{position:relative;height:205px;padding-left:35px;padding-top:5px}.step-chart{position:absolute;left:45px;right:0;top:22px;width:calc(100% - 45px);height:150px;overflow:visible}.step-line{fill:none;stroke:#0d5838;stroke-width:3.2;stroke-linejoin:miter;stroke-linecap:square;vector-effect:non-scaling-stroke}.step-fill{fill:url(#stepFill)}.step-chart circle{fill:#fff;stroke:#0d5838;stroke-width:3;vector-effect:non-scaling-stroke}
.chart-y{position:absolute;left:0;top:22px;height:150px;display:flex;flex-direction:column;justify-content:space-between;font-size:9px;color:#65716a}
.chart-x{position:absolute;left:48px;right:0;bottom:0;display:flex;justify-content:space-around;font-size:9px;color:#65716a}
.step-tags .tag{position:absolute;background:#f4f6f2;border:1px solid #e1e6e2;border-radius:6px;padding:4px 6px;font-size:8px;line-height:1.15;color:#314038;text-align:center}.t1{left:65px;bottom:53px}.t2{left:180px;bottom:84px}.t3{right:78px;top:30px}.t4{right:4px;top:7px;background:#fff3d9!important}

.gv-side{background:#f1f7f3;padding:4px 12px}.gv-side>div{padding:14px 0;border-bottom:1px solid #dce7e0}.gv-side>div:last-child{border-bottom:0}.gv-side span,.gv-side strong,.gv-side b,.gv-side small{display:block}.gv-side span{font-size:10px}.gv-side strong{font-size:22px;color:#0c5a39;margin:3px 0}.gv-side b{font-size:12px;color:#0b774a}.gv-side small{font-size:9px;color:#6b7770}

.flow-strip{background:#fff;padding:12px 0 15px}.flow-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:15px;align-items:center;border:1px solid #e3dfd7;border-radius:12px;padding:14px 20px;box-shadow:0 8px 25px rgba(32,44,38,.05)}
.flow-item{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center}.flow-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0b4d32,#1d714e);color:#fff;font-size:23px}.flow-item h3{font-family:Georgia,serif;font-size:18px;margin:0}.flow-item p{font-size:11px;margin:3px 0 0;color:#3f4e47}.flow-arrow{font-size:27px;color:#777f7a}

.outcome-band{background:#fbfaf7;padding:0 0 38px}.outcome-title{background:#0d5737;color:white;padding:7px 15px;text-align:center;border-radius:8px 8px 0 0;font-size:13px;font-weight:800;letter-spacing:1.3px}
.outcome-grid{display:grid;grid-template-columns:1.07fr .88fr 1.05fr;background:white;border:1px solid #dedbd3;border-top:0;border-radius:0 0 12px 12px;box-shadow:0 12px 30px rgba(32,45,39,.06)}
.schedule-card,.journey-card,.growth-card{padding:18px;border-right:1px solid #ece8e0}.growth-card{border-right:0;background:#eef6f0;margin:10px;border-radius:10px}
.card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:14px;margin-bottom:8px}.weekdays{display:grid;grid-template-columns:repeat(5,1fr);text-align:center;font-size:9px;margin:5px 0}
.calendar-v42{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.calendar-v42>div{min-height:41px;background:#fafafa;border:1px solid #ece7df;border-radius:4px;padding:4px;font-size:8px}.calendar-v42 b{display:block;font-size:8px;margin-top:3px}.calendar-v42 .estimate{background:#fff0e8}.calendar-v42 .call{background:#e7f2f8}.calendar-v42 .proposal{background:#fff3d6}.calendar-v42 .site{background:#f1eafa}.calendar-v42 .project{background:#0f5a3a;color:white}.calendar-legend{display:flex;gap:10px;flex-wrap:wrap;font-size:8px;margin-top:10px}.calendar-legend span{display:flex;align-items:center;gap:4px}.calendar-legend i{width:7px;height:7px;border-radius:50%}.le{background:#ffc5a7}.lc{background:#9ed0ef}.lp{background:#f1cf72}.ls{background:#bda5ec}.lj{background:#0f5a3a}

.journey-v42{position:relative}.journey-v42:before{content:"";position:absolute;left:17px;top:22px;bottom:23px;width:2px;background:#205d44}.journey-v42>div{position:relative;display:grid;grid-template-columns:36px 1fr;gap:13px;align-items:center;margin:13px 0}.jicon{z-index:1;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#0c5a39;color:white}.journey-v42 strong{font-size:13px}.journey-v42 p{margin:2px 0 0;font-size:10px;color:#4d5b54}
.growth-card-head{display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:center}.growth-dollar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#0e623f;color:white;font-size:25px;font-weight:700}.growth-card-head strong{font-family:Georgia,serif;font-size:17px;line-height:1.1}.growth-card ul{list-style:none;padding:0;margin:16px 0}.growth-card li{font-size:11px;margin:10px 0}.growth-card li:before{content:"✓";color:#0c5a39;font-weight:900;margin-right:10px}.growth-card-bottom{border-top:1px solid #cfded4;padding-top:12px;font-size:11px;line-height:1.4}

@media(max-width:1050px){
  .hero-v42-grid{grid-template-columns:1fr}
  .growth-view{max-width:900px}
  .outcome-grid{grid-template-columns:1fr}
  .schedule-card,.journey-card,.growth-card{border-right:0;border-bottom:1px solid #ece8e0}
}
@media(max-width:760px){
  .gv-top{grid-template-columns:1fr}
  .revenue-card{grid-template-columns:1fr}
  .revenue-left{border-right:0;border-bottom:1px solid #ebe7df;padding:0 0 10px}
  .pipeline-row{grid-template-columns:1fr}.pipe-arrow{display:none}
  .flow-grid{grid-template-columns:1fr}.flow-arrow{display:none}
  .hero-v42-copy h1{font-size:46px}
}

/* v4.3 — remove redundant Monthly Opportunity Value sidebar */
.gv-top{grid-template-columns:1fr!important}


/* v4.4 — more square Growth View; restore v4.0-style hero balance */
.hero-v42-grid{
  grid-template-columns:1.02fr .98fr !important;
  gap:72px !important;
  align-items:center !important;
}

.hero-v42-copy{
  padding:0 !important;
  max-width:620px;
}

.hero-v42-copy h1{
  font-size:clamp(50px,5.4vw,76px);
  line-height:1.01;
  letter-spacing:-4.2px;
}

.hero-v42-copy>p{
  max-width:590px;
  font-size:18px;
}

.growth-view{
  width:100%;
  max-width:560px;
  justify-self:end;
  padding:18px;
  border-radius:20px;
}

.gv-top{
  grid-template-columns:1fr !important;
}

.revenue-card{
  grid-template-columns:150px 1fr;
  gap:14px;
  padding:15px;
}

.step-chart-wrap{
  height:245px;
  padding-left:36px;
}

.step-chart{
  top:30px;
  height:175px;
}

.chart-y{
  top:30px;
  height:175px;
}

.pipeline-box{
  padding:15px;
}

.pipeline-row{
  gap:6px;
}

.pipeline-row>div{
  flex-direction:column;
  text-align:center;
  gap:5px;
}

.circle-icon{
  width:34px;
  height:34px;
}

.exec-float,
.floating-note{
  display:none !important;
}

@media(max-width:1050px){
  .hero-v42-grid{
    grid-template-columns:1fr !important;
    gap:42px !important;
  }
  .growth-view{
    justify-self:start;
    max-width:650px;
  }
}

@media(max-width:760px){
  .revenue-card{
    grid-template-columns:1fr;
  }
}


/* v4.5 — keep “customers find it.” on one line */
.keep-line{
  white-space:nowrap;
  display:inline-block;
}

@media(max-width:650px){
  .keep-line{
    white-space:normal;
  }
}
