@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bg:#ffffff;--bg-2:#f8fafc;--bg-3:#f1f5f9;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--border-2:#cbd5e1;--primary:#0f172a;--primary-h:#1e293b;--radius:8px;--radius-lg:14px;--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow-md:0 4px 12px rgba(0,0,0,0.07);--shadow-lg:0 12px 28px rgba(0,0,0,0.07);--nav-h:64px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}h1,h2,h3,h4{font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.container{width:100%;max-width:1100px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none;letter-spacing:-.01em;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links .link{font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .15s;white-space:nowrap}.nav-links .link:hover{color:var(--text)}.nav-hide-mobile{display:flex}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s;border:1px solid transparent;white-space:nowrap;line-height:1}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-h);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{background:var(--bg-2);border-color:var(--border-2)}.hero{padding-top:calc(var(--nav-h) + 5.5rem);padding-bottom:5.5rem;text-align:center}.hero h1{font-size:clamp(2.2rem,5vw,4rem);max-width:820px;margin:0 auto 1.25rem}.hero>p{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.75}.hero-actions{display:flex;justify-content:center;gap:.75rem;margin-top:2rem;flex-wrap:wrap}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.75rem}.section-header p{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:1rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2,.grid-3{display:grid;gap:1.75rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-tools{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem}.feature-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-md)}.feature-card h3{font-size:1.1rem;margin-bottom:.6rem}.feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.7;flex:1 1}.tool-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s,box-shadow .2s}.tool-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-md)}.tool-card h3{font-size:1.25rem;margin-bottom:.25rem}.tool-card p{font-size:.95rem;line-height:1.7;margin-bottom:.5rem}.tool-card p,.tool-card ul{color:var(--text-muted);flex:1 1}.tool-card ul{padding-left:1.2rem;font-size:.875rem;line-height:2;margin-bottom:1.25rem}.badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .65rem;border-radius:99px;background:var(--bg-3);color:var(--text-muted);margin-bottom:1rem;border:1px solid var(--border)}.cta-section{text-align:center;padding:6rem 0;border-top:1px solid var(--border);background:var(--bg-2)}.cta-section h2{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1rem}.cta-section p{color:var(--text-muted);max-width:480px;margin:0 auto 2rem;font-size:1rem}.footer-main{background:var(--bg);padding:5rem 0 3rem;border-top:1px solid var(--border);margin-top:5rem}.footer-grid{display:grid;grid-template-columns:2fr repeat(2,1fr);gap:4rem;margin-bottom:4rem}.footer-brand .brand{display:inline-block;margin-bottom:1.25rem}.footer-brand p{color:var(--text-muted);font-size:.95rem;max-width:320px;line-height:1.7}.footer-group h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin-bottom:1.5rem;font-weight:700}.footer-links{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-links a{font-size:.925rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--text)}.footer-bottom{padding-top:2.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-copy{font-size:.875rem}.footer-copy,.text-muted{color:var(--text-muted)}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:2rem}.divider{border-top:1px solid var(--border)}@media (max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hero h1{font-size:clamp(2rem,5vw,3rem)}}@media (max-width:640px){:root{--nav-h:56px}.nav-hide-mobile{display:none}.nav-links{gap:.5rem}.hero{padding-top:calc(var(--nav-h) + 5.5rem);padding-bottom:5rem}.hero h1{font-size:1.75rem;letter-spacing:-.015em}.hero>p{font-size:.9rem}.hero-actions{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:.6rem}.hero-actions .btn-outline{display:none}.hero-actions .btn-primary{padding:.65rem 1.25rem;font-size:.875rem;border-radius:8px}section{padding:3rem 0}.section-header{margin-bottom:2rem}.container{padding-left:1.1rem;padding-right:1.1rem}.grid-2,.grid-3,.grid-tools{grid-template-columns:1fr;gap:1rem}.feature-card,.tool-card{padding:1.5rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem}.cta-section{padding:3.5rem 0}.cta-section h2{font-size:1.6rem}.cta-section .btn{width:100%;max-width:320px;padding:.75rem 1.25rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_ed3508{--font-display:"Outfit","Outfit Fallback"}