:root{--bg-dark:#131314;--bg-panel:#1e1f20;--accent:#10B981;--text-main:#FFFFFF;--text-muted:#9E9E9E;--border:#2c2d2e;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--container-width:1100px;--section-padding:80px 0}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg-dark);color:var(--text-main);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.2}p{margin:0 0 1rem}a{color:var(--accent);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}ol,ul{padding-left:20px;margin-bottom:1.5rem}li{margin-bottom:.75rem}strong{color:var(--text-main);font-weight:600}.cta-button{display:inline-block;background:var(--accent);color:var(--bg-dark);padding:12px 24px;border-radius:6px;font-weight:600;text-align:center;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(16,185,129,.2);opacity:1}.cta-button-secondary{display:inline-block;background:transparent;border:1px solid var(--accent);color:var(--accent);padding:12px 24px;border-radius:6px;font-weight:600;text-align:center;transition:background-color .2s ease,color .2s ease}.cta-button-secondary:hover{background-color:var(--accent);color:var(--bg-dark);opacity:1}.card{background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;padding:30px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-6px);box-shadow:0 4px 20px rgba(16,185,129,.1)}.card h3{color:var(--text-main);margin-bottom:15px;font-weight:600}.card p{color:var(--text-muted);line-height:1.7}.card-link{display:inline-block;margin-top:20px;font-weight:600}.card-icon{font-size:1.5rem;display:block;margin-bottom:1rem;background:var(--accent);color:var(--bg-dark);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px}.cta-banner{text-align:center}.cta-banner p{max-width:500px;margin-left:auto;margin-right:auto;color:var(--text-muted)}.navbar{background:rgba(19,19,20,.8);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:70px;max-width:1200px;margin:0 auto;padding:0 20px}.logo{font-weight:700;font-size:1.5em;color:var(--text-main);letter-spacing:1px}.logo:hover{opacity:1}.nav-menu{display:flex;align-items:center;gap:30px}.nav-menu a{color:var(--text-muted);font-weight:500;padding:5px 0;border-bottom:2px solid transparent;text-decoration:none}.nav-menu a.active,.nav-menu a:hover{color:var(--text-main);border-bottom-color:var(--accent);opacity:1}.nav-menu a.cta-button-nav{background:var(--accent);color:var(--bg-dark);padding:8px 16px;border-radius:6px;font-weight:600;border-bottom:none;transition:transform .2s ease,box-shadow .2s ease}.nav-menu a.cta-button-nav:hover{color:var(--bg-dark);border-bottom-color:transparent;transform:translateY(-2px);box-shadow:0 2px 8px rgba(16,185,129,.2)}.hero{height:85vh;position:relative;background-position:50%;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}.hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(19,19,20,.5),rgba(19,19,20,1) 90%)}.hero-content{z-index:1;max-width:800px;padding:0 20px}.hero-with-overlay{position:relative;width:100%;min-height:80vh;padding:80px 24px;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:50%}.hero-with-overlay:after{content:"";position:absolute;inset:0;background:rgba(19,19,20,.75)}.hero-content-centered{position:relative;z-index:1;max-width:800px}.hero-title{font-size:3.5rem;margin-bottom:20px;font-weight:700;color:var(--text-main)}.hero-subtitle{color:var(--text-muted);font-size:1.2rem;max-width:650px;margin:0 auto 30px}.page-header{padding:80px 0;text-align:center;border-bottom:1px solid var(--border)}.page-title{font-size:3rem}.page-subtitle{font-size:1.2rem;max-width:650px;margin:10px auto 0}.page-subtitle,footer{color:var(--text-muted)}footer{background:var(--bg-dark);padding:40px 0;text-align:center;border-top:1px solid var(--border);font-size:.9em}.footer-container{flex-direction:column;align-items:center}.footer-container,.footer-links{display:flex;gap:20px}.footer-links a{color:var(--text-muted)}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 20px}.text-container{max-width:720px}.text-container-wide{max-width:900px}.content-section{padding:var(--section-padding)}.bg-panel{background-color:var(--bg-panel);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-title{font-size:2.2rem;text-align:center}.section-intro{font-size:1.1rem;color:var(--text-muted);max-width:600px;text-align:center;margin:10px auto 50px}.cards-2-col,.cards-2-col-condensed,.cards-3-col{display:grid;gap:30px;margin-top:50px}.cards-3-col{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.cards-2-col{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.cards-2-col-condensed{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split-layout.reverse .split-content{order:2}.split-layout.reverse .split-graphic{order:1}.feature-graphic img,.split-graphic img{width:100%;border-radius:12px;opacity:.9;border:1px solid var(--border)}.feature-text .section-title,.split-content .section-title{text-align:left}.split-content h3{margin-top:2rem}.split-content ul{list-style:none;padding-left:0}.split-content li{padding-left:25px;position:relative;margin-bottom:1rem}.split-content li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.feature-section{border-top:1px solid var(--border)}.feature-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:60px;align-items:center}.hero-split-section{display:grid;grid-template-columns:1fr 1fr;min-height:85vh;width:100%}.hero-split-content{display:flex;flex-direction:column;justify-content:center;padding:64px}.hero-split-image{background-size:cover;background-position:50%}@media (max-width:900px){.hero-split-section{grid-template-columns:1fr;min-height:auto}.hero-split-image{min-height:400px;order:-1}.hero-split-content{padding:48px 24px;text-align:center}.hero-split-content .hero-subtitle,.hero-split-content .hero-title{text-align:center;margin-left:auto;margin-right:auto}.hero-split-content .cta-button{margin:0 auto}}.features-grid{display:grid;gap:24px;margin-top:50px}@media (min-width:720px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--bg-dark);border:1px solid var(--border);border-radius:12px;padding:32px 24px;text-align:center}.feature-card h4{margin-top:0;margin-bottom:.75rem;color:var(--text-main)}.cta-card{text-align:center;background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;padding:60px 30px;max-width:800px;margin:0 auto}.cta-card h2{font-size:2rem;margin:0 0 16px;color:var(--text-main)}.cta-card p{color:var(--text-muted);max-width:500px;margin:0 auto 24px}@media (max-width:900px){.contact-container,.split-layout,.split-layout.reverse{grid-template-columns:1fr}.split-layout.reverse .split-content,.split-layout.reverse .split-graphic{order:0}.feature-graphic{margin-top:40px}.nav-menu{display:none}}@media (max-width:768px){.hero-title,.page-title{font-size:2.5rem}.hero-subtitle,.page-subtitle{font-size:1.1rem}.cards-2-col,.cards-3-col{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr 1fr}}@font-face{font-family:Inter;font-style:normal;font-weight:400;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:400;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:400;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:400;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:400;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:400;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:400;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;font-style:normal;font-weight:600;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:600;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:600;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:600;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:600;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:600;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:600;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;font-style:normal;font-weight:700;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:700;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:700;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:700;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:700;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:700;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:700;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_04b02f{font-family:Inter,Inter Fallback;font-style:normal}