.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,.home-navbar-wrapper.feature-page-nav{position:sticky;top:0;z-index:50;height:auto;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.2rem;line-height:1.7;color:#334155;margin:0 0 2.5rem;max-width:720px;text-align:center}.feature-content-card{position:relative;z-index:2;box-sizing:border-box;width:calc(100% - 32px);max-width:1368px;margin-top:2rem;background:hsla(0,0%,100%,.9);border-radius:22px;border:1px solid rgba(43,61,169,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 40px rgba(2,6,23,.09),inset 0 1px 0 hsla(0,0%,100%,.6);padding:3rem 3rem 3.25rem;display:flex;flex-direction:column;align-items:center}.feature-points{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.feature-point{display:flex;flex-direction:column;gap:.85rem;align-items:flex-start;text-align:left;width:100%;font:inherit;cursor:pointer;padding:1.6rem;border-radius:16px;background:rgba(238,243,255,.55);border:1px solid rgba(43,61,169,.1);transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.feature-point:hover{transform:translateY(-3px);background:hsla(0,0%,100%,.92);border-color:rgba(43,61,169,.22);box-shadow:0 12px 28px rgba(2,6,23,.1)}.feature-point.is-active{background:hsla(0,0%,100%,.96);border-color:#2b3da9;box-shadow:0 12px 30px rgba(43,61,169,.2)}.feature-point.is-active:before{content:"";position:absolute;left:0;top:1.4rem;bottom:1.4rem;width:4px;border-radius:0 4px 4px 0;background:#2b3da9}.feature-point{position:relative}.feature-point:focus-visible{outline:2px solid #2b3da9;outline-offset:2px}.feature-point-icon{flex-shrink:0;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2b3da9,#4254c5);border:1px solid rgba(43,61,169,.3);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 16px rgba(43,61,169,.25)}.feature-point-body{display:flex;flex-direction:column;gap:.4rem}.feature-point-title{font-size:1.1rem;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{width:calc(100% - 16px);margin-top:1.5rem;padding:1.75rem 1.25rem 2rem}.feature-points{grid-template-columns:1fr;gap:1rem}.feature-point{padding:1.4rem;gap:.75rem}}