:root{
  --paper:#fbfaf6;
  --tint:#f3f7ef;
  --ink:#202321;
  --muted:#747874;
  --green:#239857;
  --dark:#1f2621;
  --line:#dce4db;
  --card:#ffffff;
  --shell:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Inter",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit}
img{display:block;max-width:100%}

.section{padding:56px 0 72px}
.shell{width:min(var(--shell),calc(100% - 72px));margin:0 auto}

.brandline{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  line-height:1;
  margin-bottom:42px;
}
.brandline img{
  width:28px;height:28px;object-fit:contain;
  border-radius:4px;background:#fff;
}

.eyebrow{
  color:var(--green);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.01em;
  margin:0 0 24px;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);
  gap:62px;
  align-items:start;
}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(48px,5.25vw,76px);
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:800;
  max-width:760px;
  margin-bottom:30px;
}
h2{
  font-size:clamp(36px,4vw,58px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:800;
  margin-bottom:24px;
}
h3{font-size:22px;line-height:1.15;letter-spacing:-.025em;font-weight:800}
.lead{
  max-width:600px;
  color:#686d69;
  font-size:20px;
  line-height:1.45;
  margin-bottom:0;
}
.principle-card{
  background:var(--dark);
  color:#fff;
  border-radius:12px;
  padding:34px 30px 28px;
  min-height:405px;
  display:flex;
  flex-direction:column;
}
.micro{
  font-size:9px;
  letter-spacing:.03em;
  font-weight:700;
  color:#d9ddd9;
  margin-bottom:42px;
}
.principle{
  font-size:31px;
  line-height:1.13;
  letter-spacing:-.025em;
  font-weight:800;
  margin-bottom:auto;
}
.chips{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
  margin-top:34px;
}
.chips span{
  background:#fff;
  color:#444;
  border-radius:5px;
  padding:9px 4px;
  text-align:center;
  font-size:8px;
  white-space:nowrap;
}
.tinted{background:var(--tint)}

.question-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 46px;
  margin-top:54px;
}
.question-card{
  min-height:92px;
  background:#fff;
  border:1px solid #e1e6df;
  border-radius:9px;
  padding:22px 24px;
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  column-gap:15px;
}
.question-card span,.num{
  color:var(--green);
  font-weight:800;
  font-size:11px;
}
.question-card strong{
  font-size:18px;
  line-height:1.22;
  letter-spacing:-.02em;
}

.intro{
  font-size:16px;
  line-height:1.4;
  color:#747874;
  max-width:820px;
  margin-bottom:48px;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}
.service-card{
  min-height:290px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:23px 24px 28px;
}
.service-card.featured{background:#f5fbf5;border-color:#b9dec8}
.service-card .num{display:block;margin-bottom:48px}
.service-card h3{margin-bottom:20px}
.service-card p{
  color:#777d78;
  font-size:13px;
  line-height:1.46;
  margin-bottom:0;
}

.trigger-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px 40px;
  margin-top:50px;
}
.trigger-grid article{
  min-height:112px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:20px 22px;
}
.trigger-grid h3{font-size:18px;margin-bottom:9px}
.trigger-grid p{font-size:12px;line-height:1.35;color:#888d89;margin-bottom:0}

.metric-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:44px;
  margin-bottom:38px;
}
.metric-grid article{
  background:#f4f8f1;
  border:1px solid #dfe8dc;
  border-radius:8px;
  min-height:105px;
  padding:22px 20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.metric-grid strong{
  color:var(--green);
  font-size:25px;
  letter-spacing:-.025em;
  margin-bottom:10px;
}
.metric-grid span{font-size:11px;font-weight:800}

.quote-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}
.quote-grid blockquote{
  margin:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  min-height:195px;
  padding:26px 22px 20px;
  display:flex;
  flex-direction:column;
}
.quote-grid p{
  font-size:14px;
  line-height:1.37;
  font-weight:800;
  margin-bottom:20px;
}
.quote-grid cite{
  font-style:normal;
  font-size:10px;
  color:#777d78;
  margin-top:auto;
}

.about{
  background:var(--dark);
  color:#fff;
  padding-top:62px;
  padding-bottom:64px;
}
.about-grid{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:48px;
  align-items:center;
}
.portrait img{
  width:100%;
  aspect-ratio:0.72;
  object-fit:cover;
  object-position:center top;
}
.about .eyebrow{margin-bottom:20px}
.about h2{
  font-size:clamp(36px,4.5vw,55px);
  max-width:700px;
  margin-bottom:24px;
}
.credentials{
  font-size:13px;
  font-weight:700;
  line-height:1.4;
  margin-bottom:44px;
}
.credentials p{margin-bottom:6px}

.contact-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:46px;
  align-items:end;
}
.contact-details{
  display:flex;
  flex-direction:column;
  gap:4px;
  font-size:12px;
}
.contact-details span{color:#7cd19f;margin-bottom:8px;font-weight:700}
.contact-details a{text-decoration:none}
.contact-details a:hover{text-decoration:underline}
.chat-button{
  min-width:240px;
  text-decoration:none;
  background:var(--green);
  color:#fff;
  padding:22px 28px;
  border-radius:8px;
  text-align:center;
  font-size:14px;
  font-weight:800;
}
.chat-button:hover{filter:brightness(.94)}

@media (max-width:900px){
  .shell{width:min(var(--shell),calc(100% - 40px))}
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .principle-card{min-height:320px}
  .question-grid{gap:14px}
  .service-grid,.trigger-grid,.metric-grid,.quote-grid{gap:18px}
  .about-grid{grid-template-columns:280px 1fr;gap:30px}
}

@media (max-width:720px){
  .section{padding:44px 0 56px}
  .shell{width:calc(100% - 30px)}
  .brandline{margin-bottom:34px}
  h1{font-size:44px}
  h2{font-size:36px}
  .desktop-break{display:none}
  .lead{font-size:18px}
  .question-grid,.service-grid,.trigger-grid,.metric-grid,.quote-grid{grid-template-columns:1fr}
  .question-card{min-height:78px}
  .service-card{min-height:auto}
  .service-card .num{margin-bottom:28px}
  .about-grid{grid-template-columns:1fr}
  .portrait{max-width:360px}
  .contact-row{grid-template-columns:1fr;align-items:start}
  .chat-button{width:100%}
}


.cta-wrap{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
  max-width:270px;
}
.guarantee{
  margin:0;
  color:#c7cec9;
  font-size:11px;
  line-height:1.4;
  text-align:center;
}
@media (max-width:720px){
  .cta-wrap{max-width:none;width:100%}
  .guarantee{text-align:left}
}


.linkedin-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
  text-decoration:none !important;
  width:max-content;
}
.linkedin-mark{
  width:30px;
  height:30px;
  border-radius:4px;
  display:grid;
  place-items:center;
  background:#0A66C2;
  color:#fff !important;
  font-weight:900;
  font-size:18px;
  line-height:1;
  font-family:Arial, Helvetica, sans-serif;
}
.linkedin-copy{
  display:flex;
  flex-direction:column;
  gap:1px;
}
.linkedin-copy strong{
  color:#fff;
  font-size:12px;
  line-height:1.2;
}
.linkedin-copy small{
  color:#9fa9a2;
  font-size:10px;
  line-height:1.2;
}
.linkedin-link:hover .linkedin-copy strong{
  text-decoration:underline;
}
