@font-face{font-family:__Inter_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}:root{--primary:#2d6a4f;--primary-light:#40916c;--primary-dark:#1b4332;--secondary:#74c69d;--accent:#b7e4c7;--background:#fff;--surface:#f8faf9;--text:#1a1a1a;--text-secondary:#6b7280;--border:#e5e7eb}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--text);background:var(--background)}a{color:inherit;text-decoration:none}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.header-container,.logo{display:flex;align-items:center}.logo{gap:.75rem;font-weight:700;font-size:1.5rem;color:var(--primary)}.logo img{height:40px;width:auto}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:var(--text-secondary);font-weight:500;transition:color .2s}.nav a:hover{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-large{padding:1rem 2rem;font-size:1.125rem}.hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,var(--surface) 0,var(--accent) 100%);min-height:90vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--primary-dark)}.hero-content h1 span{color:var(--primary)}.hero-content p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}.features{padding:6rem 2rem;background:var(--background)}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--primary-dark);margin-bottom:1rem}.section-header p{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.feature-card{padding:2rem;background:var(--surface);border-radius:16px;border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px rgba(0,0,0,.1)}.feature-icon{width:56px;height:56px;background:var(--accent);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.feature-card p{color:var(--text-secondary);line-height:1.6}.pricing{padding:6rem 2rem;background:var(--surface)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.pricing-card{background:var(--background);border-radius:16px;padding:2.5rem;border:2px solid var(--border);position:relative;transition:transform .2s}.pricing-card:hover{transform:translateY(-4px)}.pricing-card.popular{border-color:var(--primary)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.pricing-card .price{font-size:3rem;font-weight:800;color:var(--primary);margin-bottom:.5rem}.pricing-card .price span{font-size:1rem;font-weight:400;color:var(--text-secondary)}.pricing-card .description{color:var(--text-secondary);margin-bottom:2rem}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{padding:.5rem 0;display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.pricing-features li:before{content:"✓";color:var(--primary);font-weight:700}.cta{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);text-align:center;color:#fff}.cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta .btn{background:#fff;color:var(--primary)}.cta .btn:hover{background:var(--accent)}.footer{padding:4rem 2rem 2rem;background:var(--primary-dark);color:#fff}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem}.footer-brand p{opacity:.8;margin-top:1rem;line-height:1.6}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{opacity:.8;transition:opacity .2s}.footer-column a:hover{opacity:1}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;opacity:.8;font-size:.875rem}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.hero-buttons{justify-content:center}.hero-image{display:none}.features-grid,.pricing-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.footer-container{grid-template-columns:1fr 1fr}}@media (max-width:768px){.header-container{padding:1rem}.nav{display:none}.hero{padding:6rem 1rem 3rem}.hero-content h1{font-size:2rem}.section-header h2{font-size:1.75rem}.footer-container{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;gap:1rem}}