.about-hero{padding:108px 0 40px}.about-hero-inner{max-width:720px}.about-hero h1{margin:0 0 18px}.about-hero-sub{font-size:17px;line-height:1.65;color:var(--text-2);max-width:62ch}.founder{padding:40px 0 100px}.founder-intro{display:grid;grid-template-columns:1fr 240px;grid-gap:56px;gap:56px;align-items:start}.founder-intro-text p{font-size:15.5px;line-height:1.85;color:var(--text-2);margin-bottom:20px;max-width:66ch}.founder-intro-text p:first-of-type{color:var(--text-1);font-size:17px}.founder-intro-text strong{color:var(--text-1);font-weight:600}.founder-intro-stats{position:-webkit-sticky;position:sticky;top:110px;display:flex;flex-direction:column;gap:10px}.founder-intro-stats .founder-stat{padding:14px 18px}.founder-people{display:flex;flex-direction:column;gap:48px;margin-top:64px;padding-top:56px;border-top:1px solid var(--line)}.founder-person{display:grid;grid-template-columns:260px 1fr;grid-gap:40px;gap:40px;align-items:center}.founder-person-photo{border-radius:var(--r-ovl);overflow:hidden;box-shadow:var(--ring-strong),var(--shadow-pop);background:var(--surface-2);aspect-ratio:4/5}.founder-person-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 20%}.founder-person-photo.placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(155deg,var(--surface-3),var(--surface-2))}.founder-person-photo.placeholder span{font-family:var(--font-display);font-size:54px;font-weight:600;letter-spacing:.01em;color:var(--text-3)}.founder-person-info h3{margin:0 0 4px;font:600 24px/1.3 var(--font-display);color:var(--text-1)}.founder-person-role{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;font:500 13.5px/1.4 var(--font-ui);color:var(--text-3)}.founder-person-linkedin{display:inline-flex;color:var(--text-3);transition:color var(--dur-1) var(--ease-out)}.founder-person-linkedin:hover{color:#0a66c2}.founder-person-linkedin .ico{width:18px;height:18px}.founder-person-info p{margin:0;max-width:58ch;font-size:15px;line-height:1.8;color:var(--text-2)}.founder-quote{margin:36px 0;padding:26px 28px;border-radius:var(--r-card);background:var(--surface-1);box-shadow:var(--ring);position:relative;overflow:hidden}.founder-quote:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--accent)}.founder-quote p{margin:0;font-family:var(--font-display);font-size:clamp(19px,1.6vw,23px);font-weight:600;line-height:1.4;color:var(--text-1);letter-spacing:-.01em}.founder-quote .accent{color:var(--accent)}.founder-stat{padding:12px 16px;border-radius:var(--r-in);background:var(--surface-2);box-shadow:var(--ring)}.founder-stat-label{display:block;font:600 10px/1 var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:var(--text-4);margin-bottom:5px}.founder-stat-value{display:block;font:700 15px/1 var(--font-display);color:var(--text-1)}.demo-section{padding:60px 0 140px}.demo-card{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border-radius:var(--r-ovl);overflow:hidden;box-shadow:var(--ring-strong),var(--shadow-pop);background:var(--surface-1)}.demo-info{padding:48px 44px;background:var(--surface-2);display:flex;flex-direction:column;justify-content:center}.demo-info h2{margin:0 0 14px;font-size:clamp(24px,2.2vw,30px)}.demo-info p{font-size:14.5px;line-height:1.75;color:var(--text-2);margin-bottom:20px}.demo-info-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.demo-info-item{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--text-2)}.demo-info-item .ico{flex:none;width:15px;height:15px;color:var(--accent);margin-top:2px}.demo-form{padding:48px 44px;display:flex;flex-direction:column;gap:16px}.demo-field-trap{position:absolute;width:1px;height:1px;left:-9999px;overflow:hidden}.demo-field{display:flex;flex-direction:column;gap:6px}.demo-field label{font:600 12px/1 var(--font-ui);color:var(--text-3)}.demo-field input,.demo-field textarea{font:400 14px/1.4 var(--font-ui);color:var(--text-1);background:var(--surface-2);border:none;border-radius:var(--r-in);padding:11px 13px;box-shadow:var(--ring);resize:vertical;transition:box-shadow var(--dur-2) var(--ease-out)}.demo-field input:focus-visible,.demo-field textarea:focus-visible{box-shadow:var(--ring-focus);outline:none}.demo-field input::placeholder,.demo-field textarea::placeholder{color:var(--text-4)}.demo-submit{margin-top:4px;height:44px;border-radius:var(--r-in);font:600 14px/1 var(--font-ui)}.demo-submit:disabled{opacity:.6;cursor:default}.demo-status{font:500 13px/1.5 var(--font-ui);padding:10px 13px;border-radius:var(--r-in)}.demo-status.ok{color:var(--ok);background:var(--ok-soft)}.demo-status.err{color:var(--danger);background:var(--danger-soft)}.demo-toast{position:fixed;top:84px;left:50%;transform:translateX(-50%);z-index:200;display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:var(--r-pill);background:var(--surface-2);box-shadow:var(--ring-strong),var(--shadow-pop);font:500 13.5px/1 var(--font-ui);color:var(--text-1);animation:demo-toast-in .32s var(--ease-out)}.demo-toast .ico{color:var(--ok);flex:none}@keyframes demo-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (prefers-reduced-motion:reduce){.demo-toast{animation:none}}.demo-sent{text-align:center;min-height:320px}.demo-sent,.demo-sent-ico{align-items:center;justify-content:center}.demo-sent-ico{width:48px;height:48px;display:flex;border-radius:50%;background:var(--ok-soft);color:var(--ok);margin:0 auto 18px}.demo-sent-ico .ico{width:22px;height:22px}.demo-sent h3{margin:0 0 8px;font-size:19px}.demo-sent p{margin:0;font-size:14px;color:var(--text-2)}.demo-sent p strong{color:var(--text-1)}@media (max-width:900px){.about-hero{padding:96px 0 32px}.founder-intro{grid-template-columns:1fr;gap:28px}.founder-intro-stats{position:static;flex-direction:row;flex-wrap:wrap}.founder-intro-stats .founder-stat{flex:1 1 140px}.founder-person{grid-template-columns:1fr;gap:16px}.founder-person-photo{max-width:220px}.demo-card{grid-template-columns:1fr}.demo-form,.demo-info{padding:32px 24px}}