/* platform.css — Platform page only: hero with browser-framed screenshot, five screens, people-responsible block, proof row */

/* hero */
.phero{position:relative;padding:72px 0 24px;overflow:hidden}
.phero .blobs{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.phero .blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.22}
.phero .blob.a{width:780px;height:640px;left:-160px;top:40px;background:radial-gradient(circle,rgba(224,0,108,.28),transparent 62%)}
.phero .blob.b{width:760px;height:620px;right:-200px;top:120px;background:radial-gradient(circle,rgba(255,107,53,.30),transparent 62%)}
.phero .wrap{position:relative}
.phero .eyebrow{margin-bottom:14px}
.phero h1{font-size:54px;line-height:1.08;letter-spacing:-.04em;font-weight:700;margin:0 auto 18px;max-width:900px}
.phero .what{font-size:18px;line-height:1.55;color:var(--sub);max-width:680px;margin:0 auto 22px}
.phero .chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 0 26px;padding:0;list-style:none}
.phero .ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.heroshot{position:relative;max-width:1100px;margin:48px auto 0}
.heroshot .shot{margin:0}
.heroshot .shot img{aspect-ratio:1400/760;object-position:top}
.heroshot .fl{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:10px;padding:10px 16px 10px 10px;border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 14px 40px rgba(20,20,48,.16);border:1px solid rgba(255,255,255,.9);font-size:13.5px;font-weight:700;white-space:nowrap}
.heroshot .fl i{width:30px;height:30px;border-radius:10px;background:var(--grad);color:#fff;font-style:normal;font-size:13px;display:grid;place-items:center;flex:none}
.heroshot .f1{left:-24px;bottom:56px}
.heroshot .f2{right:-24px;bottom:56px}

/* browser-framed screenshot */
.shot{position:relative;margin:0;border-radius:22px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 30px 70px rgba(20,20,48,.16)}
.shot .bar{display:flex;align-items:center;gap:6px;height:36px;padding:0 14px;background:#F5F5F7;border-bottom:1px solid var(--line)}
.shot .bar i{width:10px;height:10px;border-radius:50%;background:#D9D9E0}
.shot .bar span{margin-left:12px;height:22px;padding:0 12px;border-radius:8px;background:#fff;border:1px solid var(--line);font-size:11.5px;color:var(--mute);font-weight:600;display:inline-flex;align-items:center}
.shot img{display:block;width:100%;height:auto;aspect-ratio:1400/836;object-fit:cover;object-position:top}

/* sections */
.psec{position:relative;padding:88px 0 40px}
.psec .eyebrow{margin-bottom:10px}
.psec h2{font-size:46px;letter-spacing:-.035em;font-weight:800;margin:0 0 14px}
.psec .lead{margin-bottom:0}

/* five screens */
.screens{display:grid;gap:64px;max-width:1100px;margin:56px auto 0;text-align:left}
.srow{display:grid;grid-template-columns:400px 1fr;gap:56px;align-items:center}
.srow.flip{grid-template-columns:1fr 400px}
.srow.flip .txt{order:2}
.srow .k{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:980px;background:var(--ink);color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}
.srow h3{font-size:32px;line-height:1.12;letter-spacing:-.03em;font-weight:700;margin:0 0 12px}
.srow p{font-size:16.5px;line-height:1.55;color:var(--sub);margin:0}
.srow .sure{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:14.5px;font-weight:700;color:var(--ink)}
.srow .sure i{width:24px;height:24px;border-radius:50%;background:#22D38A;color:#fff;font-style:normal;font-size:11px;display:grid;place-items:center;flex:none}
.srow .shot{transition:transform var(--t-slow) var(--ease),box-shadow var(--t-slow) var(--ease)}
.srow .shot:hover{transform:translateY(-4px);box-shadow:0 34px 80px rgba(20,20,48,.2),0 0 0 1.5px rgba(224,0,108,.45)}
.srow[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .7s var(--ease)}
.srow.in,html.static .srow{opacity:1;transform:none}

/* inside a profile: tall screenshot with pins + the nine things */
.inside{padding-top:72px}
.anatomy{display:grid;grid-template-columns:520px 1fr;gap:48px;align-items:start;max-width:1100px;margin:44px auto 0;text-align:left}
.anatomy .tall .shot img{aspect-ratio:auto;height:auto}
.pinwrap{position:relative}
.pin{position:absolute;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;background:#CDEEDD;color:#0B6B47;font-size:13px;font-weight:800;display:grid;place-items:center;box-shadow:0 0 0 3px #fff,0 8px 20px rgba(11,107,71,.18)}
.why9{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.why9 li{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.7);border:1px solid var(--line)}
.why9 .k{width:30px;height:30px;border-radius:50%;background:#CDEEDD;color:#0B6B47;font-size:13px;font-weight:800;display:grid;place-items:center;margin-top:1px}
.why9 b{display:block;font-size:16.5px;font-weight:700;letter-spacing:-.01em;margin-bottom:3px}
.why9 p{font-size:14px;line-height:1.5;color:var(--sub);margin:0}
.inside .pnote{display:flex;justify-content:center;align-items:center;gap:10px;margin:24px 0 0;font-size:13.5px;color:var(--mute);font-weight:600}
.inside .pnote i{width:20px;height:20px;border-radius:50%;background:#22D38A;color:#fff;font-style:normal;font-size:10px;display:grid;place-items:center}

/* people stay responsible */
.resp{display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin:40px auto 0;border-radius:30px;padding:12px;text-align:left}
.resp .r{position:relative;padding:26px 26px 24px}
.resp .r+.r::before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:1px;background:var(--line)}
.resp .r>*{position:relative}
.resp i{width:44px;height:44px;border-radius:14px;background:var(--ink);color:#fff;display:grid;place-items:center;font-style:normal;font-size:18px;font-weight:800;margin-bottom:16px}
.resp b{display:block;font-size:20px;font-weight:700;letter-spacing:-.015em;margin-bottom:8px}
.resp p{font-size:15px;line-height:1.55;color:var(--sub);margin:0}

/* proof row */
.proofrow{position:relative;display:grid;grid-template-columns:120px 1fr auto;gap:32px;align-items:center;max-width:1100px;margin:0 auto;border-radius:30px;padding:32px 36px;text-align:left}
.proofrow>*{position:relative}
.proofrow .lg{width:120px;height:120px;border-radius:24px;background:#fff;border:1px solid var(--line);display:grid;place-items:center}
.proofrow .lg img{width:84px;height:auto}
.proofrow .eyebrow{margin-bottom:6px}
.proofrow h2{font-size:34px;letter-spacing:-.03em;font-weight:800;margin:0 0 8px}
.proofrow .lead{font-size:16px;max-width:620px;margin:0}
.close .risk{font-size:13.5px;color:#B9B7CC;margin:16px 0 0;font-weight:600}

@media (prefers-reduced-motion:reduce){.srow[data-reveal]{opacity:1;transform:none;transition:none}.srow .shot:hover{transform:none}}
@media (max-width:1199px){.heroshot .f1{left:8px}.heroshot .f2{right:8px}.srow{grid-template-columns:360px 1fr;gap:40px}.srow.flip{grid-template-columns:1fr 360px}}
@media (max-width:1023px){
  .phero h1{font-size:44px}.psec{padding:64px 0 32px}.psec h2{font-size:38px}
  .srow,.srow.flip{grid-template-columns:1fr;gap:22px}.srow.flip .txt{order:0}.screens{gap:48px}
  .anatomy{grid-template-columns:1fr;gap:28px}.anatomy .tall{max-width:560px;margin:0 auto}.pin{width:26px;height:26px;font-size:12px}
  .resp{grid-template-columns:1fr;padding:6px}.resp .r+.r::before{left:26px;right:26px;top:0;bottom:auto;width:auto;height:1px}
  .proofrow{grid-template-columns:1fr;gap:20px;padding:28px}.proofrow .lg{width:88px;height:88px}.proofrow .lg img{width:64px}
}
@media (max-width:767px){
  .phero{padding:44px 0 16px}.phero h1{font-size:clamp(30px,8.5vw,38px)}.phero .what{font-size:16px}.phero .ctas{flex-direction:column}.phero .ctas .pill{width:100%}
  .heroshot{margin-top:28px}.heroshot .fl{position:static;display:flex;margin-top:10px;white-space:normal}
  .shot{border-radius:16px}.shot .bar{height:30px}.shot .bar span{display:none}.shot img{aspect-ratio:4/3}.heroshot .shot img{aspect-ratio:4/3}.anatomy .tall{display:none}.why9{gap:8px}
  .psec{padding:48px 0 24px}.psec h2{font-size:clamp(30px,8vw,34px)}.screens{gap:36px;margin-top:32px}.srow h3{font-size:26px}.srow p{font-size:15.5px}
  .proofrow h2{font-size:28px}
  .why9 li{padding:12px 12px}.why9 b{font-size:15.5px}.why9 p{font-size:13.5px}.pin{width:22px;height:22px;font-size:11px}
}
