@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--navbar-height:72px;--background:40 30% 98%;--foreground:25 30% 12%;--card:40 25% 99%;--card-foreground:25 30% 12%;--popover:40 25% 99%;--popover-foreground:25 30% 12%;--primary:152 45% 28%;--primary-foreground:40 30% 98%;--primary-glow:152 50% 38%;--secondary:24 65% 55%;--secondary-foreground:40 30% 98%;--accent:42 85% 55%;--accent-foreground:25 30% 12%}.dark{--background:25 25% 8%;--foreground:40 25% 95%;--primary:152 50% 45%;--primary-foreground:25 25% 8%;--secondary:24 55% 50%;--accent:42 80% 55%;--accent-foreground:25 25% 8%}@apply border-border;html{scroll-behavior:smooth}@apply bg-background text-foreground antialiased;body{padding-top:var(--navbar-height);font-family:Plus Jakarta Sans,system-ui,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,system-ui,sans-serif}@apply font-semibold tracking-tight;}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;background-color:#fff;border-bottom:1px solid #0000000d;width:100%;padding:.75rem 0;font-family:Inter,sans-serif;position:fixed;top:0}.navbar-container{justify-content:space-between;align-items:center;max-width:72rem;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{cursor:pointer;align-items:center;gap:.5rem;display:flex}.navbar-logo img{height:2.5rem;transition:transform .3s}.navbar-logo:hover img{transform:scale(1.05)}.navbar-actions{gap:.75rem;display:flex}.navbar-button{cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s}.navbar-button.primary{color:#fff;background-color:#edb22a;border:1px solid #edb22a}.navbar-button.primary:hover{color:#fff;background-color:#d77d41;border-color:#d77d41}.navbar-button.outline{color:#28694a;background-color:#0000;border:1px solid #28694a}.navbar-button.outline:hover{color:#fff;background-color:#28694a;border-color:#28694a}@media (width<=768px){.navbar-actions{gap:.5rem}.navbar-button{padding:.4rem .8rem;font-size:.75rem}}.footer{color:#fff;background-color:#073e23;padding-top:4rem;padding-bottom:2rem;font-family:Inter,sans-serif}.footer-container{flex-direction:column;gap:3rem;max-width:72rem;margin:0 auto;padding:0 1.5rem;display:flex}.footer-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-logo{cursor:pointer;align-items:center;gap:.5rem;display:flex}.footer-logo img{height:2.5rem}.footer-logo-text{flex-direction:column;line-height:1;display:flex}.footer-logo-text .name{color:#edb22a;font-size:1rem;font-weight:700}.footer-logo-text .sub{color:#d77d41;font-size:.75rem}.footer-desc{color:#f0f0f0;margin-top:.75rem;font-size:.875rem;line-height:1.6}.footer-social{gap:.75rem;margin-top:1rem;display:flex}.footer-social svg{cursor:pointer;color:#edb22a;width:1.25rem;height:1.25rem;transition:all .3s}.footer-social svg:hover{color:#d77d41;transform:scale(1.1)}.footer-section h4{color:#edb22a;margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{color:#fff;cursor:pointer;margin-bottom:.5rem;font-size:.875rem;transition:color .3s}.footer-links li:hover{color:#d77d41}.footer-bottom{color:#f0f0f0;border-top:1px solid #fff3;flex-direction:column;align-items:center;gap:.5rem;padding-top:1.5rem;font-size:.75rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom-links span{cursor:pointer;margin-left:1rem;transition:color .3s}.footer-bottom-links span:hover{color:#edb22a}*{box-sizing:border-box;margin:0;padding:0}.home-page{color:#1a1a1a;background:#fafaf8;font-family:DM Sans,sans-serif;overflow-x:hidden}.home-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.nav-brand{cursor:pointer;align-items:center;gap:.75rem;display:flex}.brand-icon{background:linear-gradient(135deg,#2d6a35,#4a9b55);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.brand-name{color:#2d6a35;font-family:Playfair Display,serif;font-size:1.25rem;display:block}.brand-sub{color:#9ca3af;letter-spacing:.08em;margin-top:-2px;font-size:.68rem;display:block}.nav-actions{align-items:center;gap:.75rem;display:flex}.btn-ghost{cursor:pointer;color:#374151;background:0 0;border:1.5px solid #d1d5db;border-radius:10px;padding:.5rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.88rem;transition:all .2s}.btn-ghost:hover{color:#2d6a35;border-color:#2d6a35}.btn-primary{color:#fff;cursor:pointer;background:#2d6a35;border:none;border-radius:10px;padding:.55rem 1.4rem;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s}.btn-primary:hover{background:#245529;transform:translateY(-1px)}.hero{min-height:100vh;padding:100px 2rem 4rem;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0}.hero-orb{filter:blur(80px);opacity:.18;border-radius:50%;position:absolute}.hero-orb-1{background:#2d6a35;width:600px;height:600px;top:-150px;left:-100px}.hero-orb-2{background:#e9b84a;width:400px;height:400px;bottom:-80px;right:15%}.grain{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-badge{color:#2d6a35;background:#2d6a3514;border:1px solid #2d6a3533;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.badge-dot{background:#4a9b55;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{color:#111;font-family:Playfair Display,serif;font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.15}.hero-accent{color:#2d6a35}.hero-desc{color:#4b5563;font-size:1.05rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.cta-main{color:#fff;cursor:pointer;background:#2d6a35;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 8px 24px #2d6a354d}.cta-main:hover{background:#245529;transform:translateY(-2px);box-shadow:0 12px 30px #2d6a3559}.cta-ghost{color:#374151;cursor:pointer;background:0 0;border:1.5px solid #d1d5db;border-radius:12px;padding:.85rem 1.75rem;font-family:DM Sans,sans-serif;font-size:1rem;transition:all .2s}.cta-ghost:hover{color:#2d6a35;border-color:#2d6a35}.hero-stats{border-top:1px solid #e5e7eb;gap:2.5rem;padding-top:1rem;display:flex}.stat-value{color:#2d6a35;font-family:Playfair Display,serif;font-size:1.8rem}.stat-label{color:#6b7280;margin-top:2px;font-size:.8rem}.hero-visual{grid-row:1/6;justify-content:center;align-items:center;display:flex}.dashboard-preview{background:#fff;border:1px solid #0000000f;border-radius:20px;width:100%;max-width:380px;transition:transform .4s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(3deg);box-shadow:0 30px 80px #0000001f,0 8px 24px #0000000f}.dashboard-preview:hover{transform:perspective(1000px)rotateY(-2deg)rotateX(1deg)}.preview-header{background:#f9fafb;border-bottom:1px solid #f0f0f0;align-items:center;gap:.75rem;padding:.85rem 1.2rem;display:flex}.preview-dots{gap:5px;display:flex}.preview-dots span{background:#e5e7eb;border-radius:50%;width:10px;height:10px}.preview-dots span:first-child{background:#fc5c5c}.preview-dots span:nth-child(2){background:#fcbc41}.preview-dots span:nth-child(3){background:#33c95e}.preview-title-bar{color:#6b7280;font-size:.78rem;font-weight:600}.preview-body{flex-direction:column;gap:.9rem;padding:1.2rem;display:flex}.preview-card{border-radius:12px;padding:1rem 1.2rem}.preview-card.green{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.preview-card.amber{background:linear-gradient(135deg,#fffbeb,#fef3c7)}.pc-label{color:#6b7280;font-size:.72rem;font-weight:500}.pc-value{color:#111;margin:.2rem 0;font-family:Playfair Display,serif;font-size:2rem}.pc-trend{color:#059669;font-size:.72rem}.preview-card.amber .pc-trend{color:#d97706}.pb-label{color:#6b7280;margin-bottom:.5rem;font-size:.72rem;font-weight:500}.pb-track{background:#f3f4f6;border-radius:100px;height:6px}.pb-fill{background:linear-gradient(90deg,#2d6a35,#4a9b55);border-radius:100px;height:100%}.pb-pct{color:#2d6a35;margin-top:.35rem;font-size:.8rem;font-weight:600}.preview-list{flex-direction:column;gap:.5rem;display:flex}.pl-item{color:#6b7280;align-items:center;gap:.6rem;font-size:.8rem;display:flex}.pl-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;width:8px;height:8px}.pl-item.done .pl-dot{background:#2d6a35}.pl-item.active .pl-dot{background:#e9b84a}.pl-item.done,.pl-item.active{color:#374151}.pl-item.active{font-weight:500}.features-section{background:#fff;padding:6rem 2rem}.section-inner{text-align:center;max-width:1200px;margin:0 auto}.section-label{letter-spacing:.15em;color:#2d6a35;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:600}.section-title{color:#111;margin-bottom:3.5rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.8rem)}.features-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.feature-card{background:#fafaf8;border:1px solid #f0f0ec;border-radius:16px;padding:1.75rem;transition:all .25s}.feature-card:hover{border-color:#2d6a3533;transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.feature-icon{color:#2d6a35;background:#2d6a3514;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.2rem;display:flex}.feature-card h3{color:#111;margin-bottom:.6rem;font-size:1rem;font-weight:600}.feature-card p{color:#6b7280;font-size:.88rem;line-height:1.6}.cta-section{padding:5rem 2rem}.cta-inner{text-align:center;background:linear-gradient(135deg,#1e4d25,#2d6a35);border-radius:24px;max-width:700px;margin:0 auto;padding:4rem 3rem;box-shadow:0 24px 60px #2d6a3559}.cta-inner h2{color:#fff;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.2rem}.cta-inner p{color:#ffffffb3;margin-bottom:2rem;font-size:1rem}.cta-banner-btn{color:#1a1a1a;cursor:pointer;background:#e9b84a;border:none;border-radius:12px;padding:.9rem 2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:all .2s}.cta-banner-btn:hover{background:#f0c85a;transform:translateY(-2px)}.home-footer{border-top:1px solid #e5e7eb;padding:2rem}.footer-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:1rem;display:flex}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.hero-inner{grid-template-columns:1fr}.hero-visual{grid-row:auto;margin-top:2rem}.dashboard-preview{transform:none}.hero-stats{gap:1.5rem}.footer-inner{text-align:center;flex-direction:column;gap:1rem}}
