.feature-page{min-height:100vh;width:100%;overflow-x:hidden;background-color:#eef3ff;background-image:radial-gradient(ellipse 80% 60% at 15% 20%,rgba(43,61,169,.45) 0,transparent 70%),radial-gradient(ellipse 60% 80% at 85% 75%,rgba(43,61,169,.35) 0,transparent 65%),radial-gradient(ellipse 90% 50% at 50% 0,rgba(43,61,169,.3) 0,transparent 60%),radial-gradient(ellipse 50% 70% at 70% 30%,rgba(43,61,169,.2) 0,transparent 55%),radial-gradient(ellipse 70% 90% at 25% 80%,rgba(43,61,169,.18) 0,transparent 60%),radial-gradient(ellipse 40% 40% at 60% 55%,rgba(43,61,169,.15) 0,transparent 50%);background-attachment:fixed;display:flex;flex-direction:column;font-family:var(--font-atkinson),ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:#0f172a}.feature-page-nav{position:sticky;top:0;z-index:50;height:var(--navbar-height);padding:10px 16px}.feature-page-main{flex:1;padding:2.5rem 1rem 5rem;gap:0}.feature-hero,.feature-page-main{display:flex;flex-direction:column;align-items:center}.feature-hero{max-width:800px;width:100%;text-align:center;gap:1rem;margin-top:2.5rem;margin-bottom:2rem}.feature-hero-icon{width:64px;height:64px;border-radius:18px;background:rgba(31,41,55,.08);display:flex;align-items:center;justify-content:center;color:#1f2937}.feature-page-title{font-size:3rem;font-weight:700;letter-spacing:-.025em;line-height:1.15;margin:0;color:#0f172a}.feature-hero-screenshot{width:100%;max-width:1600px;padding:0 16px}.feature-hero-screenshot img,.feature-screenshot-img{width:100%;height:auto;display:block;border-radius:18px;box-shadow:0 10px 40px rgba(2,6,23,.12)}.feature-page-subtitle{font-size:1.15rem;line-height:1.7;color:#334155;margin:0 0 1.5rem;max-width:600px;text-align:center}.feature-content-card{position:relative;z-index:2;max-width:900px;margin-top:-6rem;background:hsla(0,0%,100%,.88);border-radius:22px;border:.5px solid hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(2,6,23,.08),inset 0 1px 0 hsla(0,0%,100%,.5);padding:2.5rem 3rem 3rem;align-items:center}.feature-content-card,.feature-points{width:100%;display:flex;flex-direction:column}.feature-points{gap:1.5rem}.feature-point{display:flex;gap:1.25rem;align-items:flex-start}.feature-point-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:rgba(238,243,255,.9);border:1px solid rgba(31,41,55,.08);display:flex;align-items:center;justify-content:center;color:#1f2937;margin-top:2px}.feature-point-body{display:flex;flex-direction:column;gap:.3rem}.feature-point-title{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0}.feature-point-text{font-size:.98rem;line-height:1.65;color:#334155;margin:0}.feature-cta{display:flex;justify-content:center;padding-top:2rem}.feature-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 32px;border-radius:16px;text-decoration:none;font-weight:800;font-size:1.05rem;letter-spacing:.2px;background:#1f2937;border:1px solid #1f2937;color:#fff;box-shadow:0 8px 22px rgba(31,41,55,.25);transition:transform .12s ease,box-shadow .12s ease,background .12s ease;-webkit-tap-highlight-color:transparent}.feature-cta-btn:focus-visible,.feature-cta-btn:hover{background:#111827;transform:translateY(-2px);box-shadow:0 12px 28px rgba(31,41,55,.35)}.feature-cta-btn:active{transform:translateY(-1px)}@media (max-width:640px){.feature-page-main{padding:2rem .5rem 4rem}.feature-page-title{font-size:2.1rem}.feature-hero-screenshot{padding:0 8px}.feature-content-card{margin-top:-3rem;padding:1.75rem 1.25rem}.feature-point{flex-direction:column;gap:.75rem}}