: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}}:root{--bg-dark: #0f1914;--bg-darker: #0a120d;--card-bg: rgba(30, 45, 35, .4);--glass-border: rgba(255, 255, 255, .08);--text-primary: #f0f7ed;--text-muted: rgba(255, 255, 255, .65);--accent: #9fd465}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;background:var(--bg-dark);color:var(--text-primary);line-height:1.6}.plant-app{min-height:100vh;background:linear-gradient(180deg,var(--bg-darker) 0%,var(--bg-dark) 50%,var(--bg-darker) 100%);position:relative}.plant-app:before{content:"";position:fixed;top:50%;left:40%;transform:translate(-50%,-50%);width:1000px;height:1000px;background:url(/image.png) center/contain no-repeat;opacity:.3;z-index:0;pointer-events:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.brand{font-size:1.25rem;font-weight:700;color:var(--accent);display:flex;align-items:center;gap:.5rem}.brand-icon{font-size:1.5rem}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links li{color:var(--text-muted);cursor:pointer;transition:color .3s;font-size:.95rem}.nav-links li:hover{color:var(--text-primary)}.hero{position:relative;padding:2rem 0 4rem;overflow:visible}.hero-inner{position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.hero-copy{position:relative;z-index:2}.hero-title{font-size:4rem;font-weight:700;margin:0 0 1rem;line-height:1.1}.hero-sub{color:var(--text-muted);font-size:1rem;margin-bottom:2rem;max-width:480px;line-height:1.7}.cta-row{display:flex;gap:1rem;margin-bottom:2rem}.btn{padding:.75rem 1.5rem;border-radius:10px;border:none;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s;font-family:inherit}.btn.primary{background:linear-gradient(135deg,#5fa83d,#7ec24f);color:#fff;box-shadow:0 4px 20px #5fa83d4d}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #5fa83d66}.btn.ghost{background:transparent;border:1px solid var(--glass-border);color:var(--text-primary)}.btn.ghost:hover{border-color:var(--accent);background:#9fd4650d}.btn.small{padding:.5rem 1rem;font-size:.85rem}.btn-icon{width:32px;height:32px;border-radius:8px;border:1px solid var(--glass-border);background:#ffffff08;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s}.btn-icon:hover{background:var(--accent);border-color:var(--accent);color:var(--bg-dark)}.testimonial-card{display:flex;gap:1rem;align-items:flex-start;background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-radius:12px;border:1px solid var(--glass-border);max-width:450px}.avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3d5a2f,#5a7a45);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.testimonial-text strong{display:block;margin-bottom:.25rem;font-size:.95rem}.testimonial-text p{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.5}.hero-side{position:relative;z-index:1}.feature-card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:1.5rem;text-align:center}.plant-preview{width:200px;height:200px;margin:0 auto 1rem;border-radius:16px;overflow:hidden}.plant-preview img{width:100%;height:100%;object-fit:cover}.feature-info{display:flex;flex-direction:column;gap:.5rem;align-items:center}.plant-name{font-size:1.1rem;font-weight:600;margin:0}.plant-type{color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.featured-section{padding:4rem 0;position:relative}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;display:inline-block;background:#ffffff08;padding:.5rem 1rem;border-radius:10px;color:var(--accent);position:relative;z-index:1}.section-title.centered{display:block;text-align:center;margin-bottom:3rem}.featured-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:2rem;align-items:center;position:relative;z-index:1}.featured-plant{position:relative;height:500px;border-radius:20px;overflow:hidden}.featured-plant img{width:100%;height:100%;object-fit:cover;opacity:.7}.featured-cards{display:flex;flex-direction:column;gap:2rem;z-index:2}.featured-card{background:var(--card-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--glass-border);border-radius:16px;padding:2rem}.featured-card h3{margin:0 0 1rem;font-size:1.15rem;font-weight:600}.featured-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.price{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.card-actions{display:flex;gap:.75rem;align-items:center}.products-section{padding:4rem 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000004d}.product-image{width:100%;height:220px;border-radius:12px;overflow:hidden;margin-bottom:1rem}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:.5rem}.product-name{font-size:1.1rem;font-weight:600;margin:0}.product-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5;margin:0}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.product-price{font-size:1.1rem;font-weight:600}.reviews-section{padding:4rem 0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:12px;padding:1.5rem;display:flex;gap:1rem}.review-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3d5a2f,#5a7a45);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.review-body strong{display:block;margin-bottom:.5rem;font-size:.95rem}.review-body p{margin:0;color:var(--text-muted);font-size:.85rem;line-height:1.5}.best-product-section{padding:4rem 0}.best-product-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;margin-bottom:2rem}.best-product-image{border-radius:20px;overflow:hidden;height:400px}.best-product-image img{width:100%;height:100%;object-fit:cover}.best-product-content h3{font-size:1.75rem;margin:0 0 1.5rem;font-weight:600}.best-product-content p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.pagination-dots{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.dot{width:8px;height:8px;border-radius:50%;background:#fff3;cursor:pointer;transition:all .3s}.dot.active{background:var(--accent);width:24px;border-radius:4px}.site-footer{background:#0003;border-top:1px solid var(--glass-border);padding:3rem 0 2rem;margin-top:4rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;margin-bottom:2rem}.footer-col{display:flex;flex-direction:column;gap:1rem}.brand-col{gap:1rem}.brand-col p{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin:0}.footer-col h4{font-size:1rem;font-weight:600;margin:0 0 .5rem}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-col ul li{color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:color .3s}.footer-col ul li:hover{color:var(--text-primary)}.newsletter{display:flex;gap:.5rem}.newsletter input{flex:1;background:var(--card-bg);border:1px solid var(--glass-border);border-radius:8px;padding:.6rem 1rem;color:var(--text-primary);font-size:.9rem;font-family:inherit}.newsletter input::placeholder{color:var(--text-muted)}.newsletter button{background:var(--accent);border:none;border-radius:8px;padding:.6rem 1.2rem;color:var(--bg-dark);font-weight:600;cursor:pointer;transition:all .3s}.newsletter button:hover{background:#b4e87d}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--glass-border);color:var(--text-muted);font-size:.9rem}.socials{display:flex;gap:1.5rem}.socials span{cursor:pointer;transition:color .3s}.socials span:hover{color:var(--accent)}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr}.hero-title{font-size:3rem}.featured-grid{grid-template-columns:1fr}.featured-plant{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.best-product-grid,.footer-top{grid-template-columns:1fr}}@media(max-width:768px){.container{padding:0 1rem}.hero-title{font-size:2.5rem}.nav-links{gap:1rem;font-size:.85rem}.product-grid,.reviews-grid{grid-template-columns:1fr}.cta-row{flex-direction:column}.btn{width:100%;text-align:center}}
