|
306 | 306 | .feature-card h3{font-size:18px;margin:0 0 8px;letter-spacing:-.4px} |
307 | 307 | .feature-card p{font-size:14.5px;color:var(--muted);margin:0} |
308 | 308 |
|
| 309 | +/* Quickstart */ |
| 310 | +.quickstart-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px} |
| 311 | +.qs-card{ |
| 312 | + background:var(--card);border:1px solid var(--line); |
| 313 | + border-radius:var(--radius-md);padding:26px 24px; |
| 314 | + transition:transform .25s var(--ease),border-color .25s ease,box-shadow .25s ease; |
| 315 | +} |
| 316 | +.qs-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--blue) 40%,var(--line));box-shadow:var(--shadow)} |
| 317 | +.qs-step{font-size:12px;font-weight:800;color:var(--blue);letter-spacing:1px;text-transform:uppercase;margin-bottom:16px} |
| 318 | +.qs-card .feature-icon{margin-bottom:16px} |
| 319 | +.qs-card h3{font-size:18px;margin:0 0 8px;letter-spacing:-.4px} |
| 320 | +.qs-card p{font-size:14.5px;color:var(--muted);margin:0} |
| 321 | + |
309 | 322 | /* Providers marquee */ |
310 | 323 | .providers{background:var(--surface-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:54px 0;overflow:hidden} |
311 | 324 | .providers .section-header{margin-bottom:30px} |
|
474 | 487 | .stat:nth-child(2){border-right:0} |
475 | 488 | .stat:nth-child(-n+2){border-bottom:1px solid var(--line)} |
476 | 489 | .feature-grid{grid-template-columns:1fr} |
| 490 | + .quickstart-grid{grid-template-columns:1fr} |
477 | 491 | .how-grid{grid-template-columns:1fr;gap:34px} |
478 | 492 | .config-layout,.download-layout{grid-template-columns:1fr;gap:34px} |
479 | 493 | .config-copy{position:static} |
@@ -811,6 +825,36 @@ <h2>Configure the behavior directly in the Android UI.</h2> |
811 | 825 | </div> |
812 | 826 | </section> |
813 | 827 |
|
| 828 | + <section class="section"> |
| 829 | + <div class="container"> |
| 830 | + <div class="section-header reveal"> |
| 831 | + <div class="section-label">Quickstart</div> |
| 832 | + <h2>Live in three steps.</h2> |
| 833 | + <p class="section-lead">From download to your first automated reply without touching an Instagram password.</p> |
| 834 | + </div> |
| 835 | + <div class="quickstart-grid"> |
| 836 | + <div class="qs-card reveal" style="--d:.04s"> |
| 837 | + <div class="qs-step">Step 01</div> |
| 838 | + <div class="feature-icon"><svg class="icon"><use href="#i-arrow"/></svg></div> |
| 839 | + <h3>Install the APK</h3> |
| 840 | + <p>Download the latest release from GitHub Releases and install it on your Android device.</p> |
| 841 | + </div> |
| 842 | + <div class="qs-card reveal" style="--d:.12s"> |
| 843 | + <div class="qs-step">Step 02</div> |
| 844 | + <div class="feature-icon"><svg class="icon"><use href="#i-bell"/></svg></div> |
| 845 | + <h3>Grant notification access</h3> |
| 846 | + <p>Allow the app to read supported Instagram DM notifications from Android settings.</p> |
| 847 | + </div> |
| 848 | + <div class="qs-card reveal" style="--d:.2s"> |
| 849 | + <div class="qs-step">Step 03</div> |
| 850 | + <div class="feature-icon"><svg class="icon"><use href="#i-sliders"/></svg></div> |
| 851 | + <h3>Add a rule and AI key</h3> |
| 852 | + <p>Configure your AI provider, then create a reply rule. The automation starts in the background.</p> |
| 853 | + </div> |
| 854 | + </div> |
| 855 | + </div> |
| 856 | + </section> |
| 857 | + |
814 | 858 | <section class="section" id="faq"> |
815 | 859 | <div class="container"> |
816 | 860 | <div class="section-header reveal" style="text-align:center;margin-left:auto;margin-right:auto"> |
|
0 commit comments