@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{margin:0;padding:0;background:#fff;min-height:100vh;width:100vw;scroll-behavior:smooth}#root{width:100vw;min-height:100vh;margin:0;padding:0;text-align:center}#about,#difference,#contact{scroll-margin-top:80px}.bigger{font-size:100px}.logo{height:10em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;background:linear-gradient(135deg,#1e5631,#2d7a4a);color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px #1e563126;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.navbar-logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.1);transition:all .3s ease}.navbar-logo:hover{transform:translateY(-1px);text-shadow:0 2px 4px rgba(0,0,0,.2)}.navbar-links{list-style:none;display:flex;gap:2.5rem;margin:0;padding:0;align-items:center}.navbar-links a{font-family:Inter,sans-serif;color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;letter-spacing:.3px;transition:all .3s ease;position:relative;padding:.5rem 0}.navbar-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#a4de02;transition:width .3s ease}.navbar-links a:hover{color:#a4de02;transform:translateY(-1px)}.navbar-links a:hover:after{width:100%}@media (max-width: 768px){.navbar{padding:1rem 1.5rem}.navbar-logo{font-size:1.3rem}.navbar-links{gap:1.5rem}.navbar-links a{font-size:.9rem}}@media (max-width: 600px){.navbar{padding:.8rem 1rem;justify-content:center}.navbar-logo{font-size:1.2rem;margin:0 auto;text-align:center;width:100%}.navbar-links{display:none}}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6fff8,#e3f9e5);padding:4rem 1rem 3rem;text-align:center;min-height:60vh;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-logo{width:250px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 4px 8px rgba(30,86,49,.1));transition:transform .3s ease}.hero-logo:hover{transform:scale(1.05)}.hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:600;color:#1e5631;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(30,86,49,.1);animation:fadeInUp .8s ease-out}.hero-tagline{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:400;color:#3a7d44;margin-bottom:0;line-height:1.6;max-width:600px;animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero{padding:3rem 1rem 2rem;min-height:50vh}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.2rem}.hero-logo{width:120px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-tagline{font-size:1.1rem}}.about{background:#fff;color:#1e5631;padding:2.5rem 1rem 2rem;max-width:900px;margin:0 auto 2rem;border-radius:12px;box-shadow:0 2px 12px #1e563112}.about-image-row{display:flex;justify-content:center;align-items:flex-end;gap:2rem;margin:2rem 0}.about-image{height:220px;width:auto;border-radius:12px;box-shadow:0 4px 16px #1e56311a;transition:transform .3s ease;display:block}.about-image:hover{transform:scale(1.02)}.about-heading{font-size:2rem;margin-bottom:1.5rem;color:#1e5631;text-align:center;font-weight:700}.about-content p{font-size:1.1rem;margin-bottom:1.2rem;line-height:1.7}@media (max-width: 700px){.about-image-row{flex-direction:column;gap:1.2rem;margin:1.2rem 0;align-items:center}.about-image{height:170px}}@media (max-width: 600px){.about{padding:1.5rem .5rem 1rem}.about-heading{font-size:1.4rem}.about-content p{font-size:1rem}}.difference{background:#e3f9e5;color:#1e5631;padding:2.5rem 1rem 2rem;max-width:900px;margin:0 auto 2rem;border-radius:12px;box-shadow:0 2px 12px #1e563112}.difference-heading{font-size:2rem;margin-bottom:1.5rem;color:#1e5631;text-align:center;font-weight:700}.difference-content p{font-size:1.1rem;margin-bottom:1.2rem;line-height:1.7}@media (max-width: 600px){.difference{padding:1.5rem .5rem 1rem}.difference-heading{font-size:1.4rem}.difference-content p{font-size:1rem}}.contact{background:#fff;color:#1e5631;padding:2.5rem 1rem 2rem;max-width:900px;margin:0 auto 2rem;border-radius:12px;box-shadow:0 2px 12px #1e563112;text-align:center}.contact-heading{font-size:2rem;margin-bottom:1rem;color:#1e5631;font-weight:700}.contact-message{font-size:1.1rem;margin-bottom:2rem}.contact-buttons{display:flex;justify-content:center;gap:1.5rem}.contact-btn{background:#1e5631;color:#fff;padding:.75rem 2rem;border-radius:6px;text-decoration:none;font-size:1.1rem;font-weight:500;transition:background .2s,color .2s;box-shadow:0 1px 4px #1e563114}.contact-btn:hover{background:#3a7d44;color:#fff}@media (max-width: 600px){.contact{padding:1.5rem .5rem 1rem}.contact-heading{font-size:1.4rem}.contact-message{font-size:1rem}.contact-btn{padding:.6rem 1.2rem;font-size:1rem}.contact-buttons{flex-direction:column;gap:1rem}}.footer{background:#1e5631;color:#fff;padding:2rem 1rem 1rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-logo{flex-shrink:0;display:flex;align-items:center}.footer-logo-img{width:100px;height:auto;opacity:.8}.footer-center{flex:1;text-align:center}.footer-contact p{margin:.2rem 0;font-size:1rem}.footer-links{margin:1rem 0 .5rem}.footer-link{color:#fff;text-decoration:underline;margin:0 .5rem;font-size:1rem;transition:color .2s}.footer-link:hover{color:#a4de02}.footer-divider{color:#fff;margin:0 .2rem}.footer-copy{font-size:.95rem;margin-top:.5rem;color:#e3f9e5}@media (max-width: 768px){.footer-content{flex-direction:column;gap:1rem}.footer-logo-img{width:50px}.footer-center{order:1}.footer-logo:first-child{order:2}.footer-logo:last-child{order:3}}@media (max-width: 600px){.footer-content,.footer-link{font-size:.95rem}.footer-logo:last-child{display:none}.footer-logo{justify-content:center;width:100%;margin-bottom:.5rem}.footer-center{text-align:center}}.terms-container{background:#fff;color:#1e5631;padding:3rem 1.5rem 2.5rem;max-width:900px;margin:3rem auto 2rem;border-radius:12px;box-shadow:0 2px 12px #1e563112;font-family:Inter,sans-serif}.terms-container h1{color:#1e5631;font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.terms-container h2{color:#3a7d44;font-size:1.3rem;margin-top:2rem;margin-bottom:.7rem;font-family:Inter,sans-serif}.terms-container p,.terms-container ul{font-size:1.08rem;line-height:1.7;margin-bottom:1.1rem}.terms-container ul{padding-left:1.5rem}@media (max-width: 700px){.terms-container{padding:2rem .5rem 1.5rem;max-width:98vw}.terms-container h1{font-size:1.5rem}.terms-container h2{font-size:1.1rem}}
