:root{--muted:#51616b;--bg:#f4f7fb;--white:#fff}.hero__bullets{display:flex;gap:18px;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.14)}.bullet{display:flex;align-items:center;gap:8px;color:rgba(0,0,0,.9);font-weight:700;font-size:13.5px}.bullet__icon{width:20px;height:20px;display:grid;place-items:center;color:rgba(0,0,0,.9);opacity:.95}.mock{width:100%;border-radius:12px;background:hsla(0,0%,100%,.04);padding:10px;box-shadow:var(--shadow)}.mock__img{width:100%;display:block;border-radius:10px}.section{padding:34px 0}.section,.section--light{background:var(--bg)}.section--tightTop{padding-top:10px}.sectionTitle{margin:0 0 48px;text-align:center;color:#0f2b36}.sectionTitle--sm{font-size:26px}.sectionTitle--dark{color:#fff}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.problemCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 16px rgba(10,22,30,.06)}.problemCard__imgWrap{height:300px;overflow:hidden}.problemCard__img{width:100%;height:100%;object-fit:cover;display:block}.problemCard__body{padding:14px 16px 16px;text-align:center}.problemCard__title{margin:0;color:#0b2a36;font-size:18px;font-weight:900;text-align:left}.problemCard__desc{margin:8px 0 0;color:#0b2a36;font-size:15.5px;font-weight:400}.howGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.howCard{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;gap:12px;align-items:center;box-shadow:0 8px 16px rgba(10,22,30,.06)}.howCard__icon{width:52px;height:52px;display:grid;place-items:center;color:#1b3f52}.howCard__title{margin:0;font-size:15px;font-weight:900;color:#123043}.howCard__desc{margin:4px 0 0;font-size:13px;color:var(--muted)}.section--dark{background:linear-gradient(180deg,#0b2a36,#08222c);color:#fff;padding:36px 0 30px}.whoBox{margin-top:12px;border:1px solid hsla(0,0%,100%,.18);border-radius:12px;overflow:hidden;background:hsla(0,0%,100%,.08);box-shadow:var(--shadowSoft)}.whoTabs{display:grid;grid-template-columns:repeat(4,1fr);background:hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.16)}.tab{padding:12px 10px;color:hsla(0,0%,100%,.9);background:transparent;border:0;font-weight:900;font-size:15px;cursor:default}.tab--active{background:hsla(0,0%,100%,.14);color:#fff}.whoCols{display:grid;grid-template-columns:repeat(4,1fr)}.whoCol{padding:14px 14px 16px;border-right:1px solid hsla(0,0%,100%,.14);min-height:120px}.whoCol:last-child{border-right:0}.whoCol--active{background:hsla(0,0%,100%,.06)}.whoCol__title{font-weight:900;font-size:15.5px;margin-bottom:10px}.whoCol__list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.whoCol__item{display:flex;align-items:flex-start;gap:8px;color:hsla(0,0%,100%,.92);font-size:15px}.whoCol__check{margin-top:1px;color:#c7ffd6;opacity:.95}.quote{margin-top:18px;text-align:center;font-size:18px;font-weight:800;color:hsla(0,0%,100%,.92)}.quote__marks{opacity:.9;padding:0 4px}.section--founder{background:#eef4f9}.founder{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:18px}.founder__quote{margin-top:10px;padding:18px;border-left:4px solid rgba(18,58,76,.35);background:hsla(0,0%,100%,.65);border-radius:10px;box-shadow:0 10px 18px rgba(12,23,31,.06)}.founder__quote p{margin:0;color:#102a35;font-weight:650;line-height:1.55}.founder__by{margin-top:10px;color:#1b3b4a;font-size:13.5px}.founder__img{width:100%;border-radius:12px;box-shadow:var(--shadowSoft);display:block}.ctaFooter{position:relative;background:var(--navy-900);color:#fff;padding:34px 0 26px;overflow:hidden}.ctaFooter__bg{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,28,37,.92),rgba(6,28,37,.88)),url(/assets/hero-bg.jpg);background-size:cover;background-position:50%;filter:blur(.2px) saturate(1.05);transform:scale(1.03)}.ctaFooter__inner{position:relative;text-align:center}.ctaFooter__title{margin:0 0 16px;font-size:26px;font-weight:950}.ctaFooter__buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.ctaFooter__note{margin-top:14px;color:hsla(0,0%,100%,.85);font-weight:700;font-size:13px}@media (max-width:980px){.hero__inner{grid-template-columns:1fr}.mock{max-width:760px;margin:0 auto}.grid3,.howGrid,.whoCols,.whoTabs{grid-template-columns:1fr}.whoCol{border-right:0;border-bottom:1px solid hsla(0,0%,100%,.14)}.whoCol:last-child{border-bottom:0}.founder{grid-template-columns:1fr}}@media (max-width:520px){.hero{padding:36px 0 20px}.hero__bullets{gap:10px}.btn,.ctaFooter__buttons .btn{width:100%}}