/* ============================================================
   Komo — sections: benefits, team, contact, footer
   ============================================================ */

.section{padding-block:clamp(80px,12vh,150px);}
.section--alt{background:var(--bg-alt);}
.section__head{max-width:62ch;}
.section__head.center{margin-inline:auto;text-align:center;}
.section__title{margin-top:18px;font-size:clamp(30px,4.4vw,54px);font-weight:600;letter-spacing:-.03em;line-height:1.05;text-wrap:balance;}
.section__sub{margin-top:20px;font-size:clamp(16px,1.5vw,19px);color:var(--muted);line-height:1.62;max-width:56ch;}
.section__head.center .section__sub{margin-inline:auto;}

/* ---- benefits ---- */
.benefits-grid{margin-top:clamp(40px,6vh,72px);display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.bcard{
  background:var(--bg);border:1px solid var(--line);border-radius:18px;
  padding:36px 32px 38px;display:flex;flex-direction:column;
  transition:transform .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease);
  position:relative;overflow:hidden;
}
.section--alt .bcard{background:#fff;}
.bcard:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 20px 40px -28px rgba(11,15,20,.35);}
.bcard__num{font-family:var(--font-mono);font-size:12px;letter-spacing:.14em;color:var(--faint);}
.bcard__icon{width:52px;height:52px;border-radius:13px;margin:18px 0 22px;display:flex;align-items:center;justify-content:center;background:rgba(16,217,160,.12);}
.bcard__icon svg{width:26px;height:26px;stroke:var(--jade);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.bcard__title{font-size:22px;font-weight:600;letter-spacing:-.02em;}
.bcard__body{margin-top:12px;font-size:15.5px;line-height:1.62;color:var(--muted);}
.bcard__accent{position:absolute;left:0;right:0;top:0;height:3px;background:var(--jade);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease);}
.bcard:hover .bcard__accent{transform:scaleX(1);}

/* ---- team ---- */
.team-grid{margin-top:clamp(40px,6vh,64px);display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,320px));gap:24px;}
.tcard{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--bg);transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease);}
.tcard:hover{border-color:var(--line-strong);box-shadow:0 20px 40px -28px rgba(11,15,20,.3);transform:translateY(-3px);}
.tcard__photo{aspect-ratio:1/1;width:100%;background:#EEF1F6;position:relative;overflow:hidden;display:block;padding:18px;}
.tcard__photo img,.tcard__img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;}
.tcard__ph-mark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.5;}
.tcard__ph-mark .mk{width:64px;height:48px;}
.tcard__ph-mark .mk path{stroke:#2c3742;}
.tcard__ph-mark .mk circle{fill:var(--jade);}
.tcard__body{padding:22px 24px 26px;}
.tcard__name{font-size:20px;font-weight:600;letter-spacing:-.02em;}
.tcard__role{margin-top:4px;font-size:14px;color:var(--muted);font-family:var(--font-mono);letter-spacing:.02em;}
.team-note{margin-top:26px;font-size:13.5px;color:var(--faint);display:flex;align-items:center;gap:8px;}
.team-note .plus{width:22px;height:22px;border:1px dashed var(--line-strong);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--faint);font-size:15px;}

/* ---- contact ---- */
.contact-shell{display:grid;grid-template-columns:0.85fr 1.15fr;gap:clamp(36px,6vw,80px);align-items:start;}
.contact-aside .big-mark{width:150px;height:auto;margin-bottom:26px;display:block;}
.contact-meta{margin-top:30px;display:flex;flex-direction:column;gap:16px;}
.contact-meta a,.contact-meta span{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--muted);}
.contact-meta .ic{width:34px;height:34px;border-radius:9px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:none;}
.contact-meta .ic svg{width:16px;height:16px;stroke:var(--ink);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;}

.form{display:grid;gap:20px;}
.field{display:flex;flex-direction:column;gap:9px;}
.field label{font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--ink);}
.field label .req{color:var(--jade);}
.field input,.field textarea{
  font-family:var(--font-display);font-size:16px;color:var(--ink);
  background:var(--bg);border:1.5px solid var(--line-strong);border-radius:11px;
  padding:14px 16px;transition:border-color .2s var(--ease),box-shadow .2s var(--ease);
  width:100%;resize:vertical;
}
.section--alt .field input,.section--alt .field textarea{background:#fff;}
.field textarea{min-height:138px;line-height:1.55;}
.field input::placeholder,.field textarea::placeholder{color:#A6AEBD;}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--jade);box-shadow:0 0 0 4px rgba(16,217,160,.16);}
.field.invalid input,.field.invalid textarea{border-color:#E5484D;}
.field__err{font-size:12.5px;color:#E5484D;min-height:1px;}
.form__foot{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:4px;}
.form__note{font-size:12.5px;color:var(--faint);line-height:1.5;max-width:38ch;}

/* success */
.form-success{
  border:1px solid var(--line);border-radius:18px;background:#fff;
  padding:44px 40px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;
  animation:popIn .4s var(--ease);
}
@keyframes popIn{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:none;}}
.form-success .check{width:54px;height:54px;border-radius:50%;background:rgba(16,217,160,.14);display:flex;align-items:center;justify-content:center;}
.form-success .check svg{width:28px;height:28px;stroke:var(--jade);stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.form-success h3{font-size:24px;font-weight:600;letter-spacing:-.02em;}
.form-success p{color:var(--muted);font-size:15.5px;line-height:1.6;}
.form-success .reset{margin-top:6px;font-size:14px;font-weight:600;color:var(--jade);}
.form-success .reset:hover{color:var(--jade-deep);}

/* ---- footer ---- */
.footer{background:var(--obsidian);color:#fff;padding-block:clamp(56px,8vh,84px) 36px;}
.footer .wordmark{color:#fff;font-size:30px;}
.footer .wordmark .mk path{stroke:#fff;}
.footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.1);}
.footer__tag{margin-top:16px;font-size:17px;color:rgba(255,255,255,.6);font-weight:500;}
.footer__links{display:flex;gap:48px;flex-wrap:wrap;}
.footer__col{display:flex;flex-direction:column;gap:13px;}
.footer__col h4{font-family:var(--font-mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:4px;}
.footer__col a{font-size:14.5px;color:rgba(255,255,255,.72);transition:color .2s var(--ease);}
.footer__col a:hover{color:var(--jade);}
.footer__bottom{padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.45);}
.footer__bottom .fmono{font-family:var(--font-mono);letter-spacing:.04em;}

/* =====================  RESPONSIVE  ===================== */
@media (max-width:1080px){
  .benefits-grid{grid-template-columns:1fr;max-width:560px;}
  .contact-shell{grid-template-columns:1fr;gap:40px;}
}

/* ---- static-stack: disable scroll-reveal (mobile OR reduced-motion) ---- */
body.static-stack .reveal-zone{height:auto!important;}
body.static-stack .reveal-sticky{position:relative;height:auto;min-height:0;overflow:visible;display:block;padding-top:calc(var(--nav-h) + 28px);padding-bottom:48px;}
body.static-stack .reveal-bg{position:absolute;}
body.static-stack .stage-layer{position:relative;top:auto!important;left:auto;right:auto;transform:none!important;opacity:1!important;margin-inline:auto;max-width:760px;}
body.static-stack .product-copy{margin-top:34px;}
/* mobile / reduced-motion: drop the laptop visual entirely */
body.static-stack .lp-stage{display:none;}
body.static-stack .scroll-hint{display:none;}

@media (max-width:860px){
  :root{--nav-h:64px;}
  .nav__links,.nav__actions .btn--ghost.desktop-login{display:none;}
  .nav__burger{display:flex;}
  .footer__top{gap:32px;}
}
@media (max-width:560px){
  .hero-logo{width:min(76vw,300px);}
  .bcard{padding:30px 26px 32px;}
  .form__foot .btn{width:100%;}
}
