.platform-page{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem;display:flex;flex-direction:column;gap:2rem}.platform-hero{text-align:center;padding:3rem 2rem;border-radius:var(--radius-xl)}.platform-hero-badge{display:inline-block;padding:.4rem 1rem;border-radius:2rem;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.2rem}.platform-hero-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.25;margin-bottom:1rem;color:var(--text-primary)}.platform-hero-desc{font-size:1.05rem;color:var(--text-secondary);max-width:640px;margin:0 auto 1.8rem;line-height:1.7}.platform-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent-primary);color:#fff;padding:.9rem 2rem;border-radius:2rem;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px rgba(254,44,85,.35)}.platform-cta-btn:hover{background:#e6234b;transform:translateY(-2px);box-shadow:0 6px 28px rgba(254,44,85,.5)}.platform-hero-stats{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem;font-size:.88rem;color:var(--text-secondary);font-weight:500}.platform-hero-stats span{padding:.35rem .8rem;border-radius:2rem;border:1px solid var(--border-primary);background:var(--bg-secondary)}.platform-steps{text-align:center}.platform-faq h2,.platform-features h2,.platform-steps h2{font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:2.5rem}.step-card{padding:1.5rem;border-radius:var(--radius-lg);text-align:left;transition:transform .2s}.step-card:hover{transform:translateY(-3px)}.step-card .step-number{width:2.8rem;height:2.8rem;border-radius:50%;background:rgba(254,44,85,.05);border:1px solid rgba(254,44,85,.4);color:#fe2c55;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;box-shadow:0 0 12px rgba(254,44,85,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.step-card:hover .step-number{background:#fe2c55;color:white;box-shadow:0 0 20px rgba(254,44,85,.6);transform:scale(1.1)}.step-card h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}.step-card p{font-size:.88rem;color:var(--text-secondary);line-height:1.6}.tool-icon-badge{--tool-accent:#22d3ee;--tool-accent-soft:rgba(34,211,238,0.12);width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:20px;overflow:hidden;background:var(--tool-accent-soft);border:1px solid color-mix(in srgb,var(--tool-accent) 45%,white 55%);box-shadow:0 10px 24px color-mix(in srgb,var(--tool-accent) 18%,transparent);color:var(--tool-accent);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.step-card:hover .tool-icon-badge{background:color-mix(in srgb,var(--tool-accent) 14%,white 86%);border-color:color-mix(in srgb,var(--tool-accent) 58%,white 42%);box-shadow:0 14px 30px color-mix(in srgb,var(--tool-accent) 22%,transparent)}.features-grid-6{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.feature-tile{padding:1.5rem;border-radius:var(--radius-lg);transition:transform .2s,box-shadow .2s}.feature-tile:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.feature-tile-icon{width:3.5rem;height:3.5rem;border-radius:var(--radius-md);background:rgba(254,44,85,.05);border:1px solid rgba(254,44,85,.4);display:flex;align-items:center;justify-content:center;color:#fe2c55;margin-bottom:1.2rem;box-shadow:0 0 15px rgba(254,44,85,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-tile:hover .feature-tile-icon{background:#fe2c55;color:white;box-shadow:0 0 25px rgba(254,44,85,.6);transform:scale(1.05)}.feature-tile h3{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}.feature-tile p{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:1rem}.faq-item-card{padding:1.3rem 1.5rem;border-radius:var(--radius-lg)}.faq-item-card h3{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;line-height:1.4}.faq-item-card p{font-size:.88rem;color:var(--text-secondary);line-height:1.65}.platform-bottom-cta{text-align:center;padding:2.5rem 2rem;border-radius:var(--radius-xl)}.platform-bottom-cta h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.platform-bottom-cta p{color:var(--text-secondary);margin-bottom:1.2rem}@media (max-width:640px){.platform-hero{padding:2rem 1rem}.platform-hero-stats{gap:.7rem}.faq-grid{grid-template-columns:1fr}}