.hero-points{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:22px 0 0}.hero-points li{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#e0e7ff;border-radius:999px;padding:8px 12px;font-size:13px}.feathly-mark{width:78px;height:78px;border-radius:24px;display:grid;place-items:center;background:#6d5dfc;color:white;font-size:34px;font-weight:950;box-shadow:0 26px 64px rgba(109,93,252,.36);margin-bottom:18px}.screen-title{padding:0 20px 8px}.screen-title h2{margin:0 0 4px;font-size:26px}.screen-title p{margin:0;color:#64748b;font-size:13px}.timer-circle{width:152px;height:152px;margin:18px auto;border-radius:50%;border:12px solid #ede9fe;display:grid;place-items:center;color:#6d5dfc;font-weight:950;font-size:32px;background:white}.note-card{margin:12px 18px;padding:16px;border-radius:18px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px;line-height:1.55}.section-soft{background:#eef2ff}.workflow,.research-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step,.research-card{background:white;border:1px solid #e2e8f0;border-radius:26px;padding:28px;box-shadow:0 18px 46px rgba(15,23,42,.07)}.workflow{counter-reset:step}.step::before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#312e81;color:white;font-weight:900;margin-bottom:18px}.feature-row{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center;margin:42px 0}.feature-row.reverse{grid-template-columns:1.05fr .95fr}.feature-copy h3{font-size:clamp(28px,3vw,42px);margin:0 0 12px;letter-spacing:-.045em}.feature-list{padding-left:18px;color:#64748b;line-height:1.8}.shot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.app-shot{background:#0f172a;border-radius:26px;padding:10px;box-shadow:0 22px 52px rgba(15,23,42,.18);min-height:300px}.app-shot-inner{background:#f8fafc;border-radius:20px;min-height:280px;padding:16px;display:flex;flex-direction:column;gap:10px}.fake-input,.fake-row{border:1px solid #e2e8f0;background:white;border-radius:14px;padding:12px;color:#64748b;font-size:12px}.research-card .source{display:inline-block;margin-top:12px;color:#6d5dfc;font-weight:800;font-size:13px}.cta-panel{background:#312e81;color:white;border-radius:34px;padding:42px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.cta-panel p{color:#dbeafe}.btn.purple{background:#6d5dfc;color:white}@media(max-width:950px){.feature-row,.feature-row.reverse,.cta-panel{grid-template-columns:1fr}.shot-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.workflow,.research-grid{grid-template-columns:1fr}}@media(max-width:560px){.shot-grid{grid-template-columns:1fr}.cta-panel{padding:28px}}