@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;line-height:1.6;color:#2d1810;background:#fffef9;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,215,0,.08) 0,transparent 50%);pointer-events:none;z-index:0;will-change:transform}.container{max-width:1200px;margin:0 auto;padding:0 1rem;z-index:1}.container,.hero{position:relative}.hero{background:linear-gradient(135deg,#f59e0b,#d97706),repeating-linear-gradient(30deg,transparent,transparent 40px,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 80px);color:white;padding:8rem 0;overflow:hidden;text-align:center}.hero:before{content:"";position:absolute;top:-50%;right:-25%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:float 20s ease-in-out infinite;will-change:transform;transform:translateZ(0)}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@keyframes buzz{0%,to{transform:translate(0)}25%{transform:translate(10px,-5px)}50%{transform:translate(-5px,10px)}75%{transform:translate(5px,5px)}}.hero h1{font-family:Playfair Display,serif;font-size:6rem;font-weight:900;margin-bottom:1.5rem;text-shadow:0 4px 30px rgba(0,0,0,.3);letter-spacing:-2px}.hero p{font-size:1.5rem;margin-bottom:3rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;font-weight:300;text-shadow:0 2px 10px rgba(0,0,0,.2)}.btn{display:inline-flex;align-items:center;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#7c2d12;text-decoration:none;border-radius:60px;font-weight:600;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 20px rgba(245,158,11,.25);position:relative;will-change:transform}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(245,158,11,.35)}.btn svg{margin-right:.75rem}.section{padding:5rem 0;position:relative}.section h2{font-family:Playfair Display,serif;font-size:3rem;font-weight:900;text-align:center;margin-bottom:1rem;color:#7c2d12;position:relative}.section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:2px}.section p{text-align:center;font-size:1.25rem;color:#92400e;margin-bottom:3rem;font-weight:300}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-top:4rem}.feature{background:linear-gradient(145deg,#ffffff,#fffbeb);padding:2.5rem;border-radius:30px;box-shadow:0 10px 30px rgba(245,158,11,.08);text-align:center;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;will-change:transform}.feature:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f59e0b,#fbbf24);transform:translateX(-100%);transition:transform .3s ease}.feature:hover:before{transform:translateX(0)}.feature:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(245,158,11,.12)}.feature-icon{width:5rem;height:5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:25px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem;box-shadow:0 10px 20px rgba(245,158,11,.2);transition:all .3s ease;position:relative}.feature-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.feature:hover .feature-icon{transform:rotate(10deg) scale(1.1)}.mini-screen{width:80px;height:120px;background:#1a1a1a;border-radius:12px;padding:3px;box-shadow:0 4px 10px rgba(0,0,0,.2);overflow:hidden;opacity:.8;transition:all .3s ease}.feature:hover .mini-screen{opacity:1;transform:scale(1.05)}.mini-header{height:15px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:9px 9px 0 0}.mini-content{background:#fffef9;height:calc(100% - 15px);border-radius:0 0 9px 9px;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.temp-indicator{font-size:.75rem;font-weight:700;color:#7c2d12;margin-bottom:.5rem}.mini-bars{display:flex;gap:3px;align-items:flex-end;height:30px}.bar{width:8px;background:linear-gradient(0deg,#f59e0b,#fbbf24);border-radius:2px;transition:height .3s ease}.calendar-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px}.cal-day{width:15px;height:15px;background:#fef3c7;border-radius:3px}.cal-day.harvest{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.mini-chart{position:relative;width:100%;height:40px}.chart-line{position:absolute;bottom:10px;left:5px;right:5px;height:2px;background:#f59e0b;transform:rotate(-10deg)}.chart-dots{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:flex-end}.chart-dots span{width:6px;height:6px;background:#d97706;border-radius:50%}.chart-dots span:first-child{margin-bottom:15px}.chart-dots span:nth-child(2){margin-bottom:25px}.chart-dots span:nth-child(3){margin-bottom:20px}.feature h3{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#7c2d12}.feature p{color:#92400e;line-height:1.7;font-size:1.05rem}.testimonials{background:linear-gradient(180deg,#fffef9,#fef3c7),repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(245,158,11,.03) 0,rgba(245,158,11,.03) 40px);padding:5rem 0;position:relative}.testimonials:after,.testimonials:before{content:"🍯";position:absolute;font-size:4rem;opacity:.05}.testimonials:before{top:10%;right:5%;transform:rotate(15deg)}.testimonials:after{bottom:10%;left:5%;transform:rotate(-15deg)}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-top:4rem}.testimonial{background:white;padding:2.5rem;border-radius:30px;box-shadow:0 10px 30px rgba(245,158,11,.1),inset 0 1px 0 rgba(255,255,255,.9);position:relative;transition:all .3s ease;border:1px solid rgba(245,158,11,.1)}.testimonial:before{content:'"';position:absolute;top:1.5rem;left:2rem;font-size:4rem;color:#fbbf24;opacity:.3;font-family:Playfair Display,serif;line-height:1}.testimonial:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(245,158,11,.15),inset 0 1px 0 rgba(255,255,255,.9)}.testimonial-author{display:flex;align-items:center;margin-bottom:1.5rem;margin-top:2rem}.testimonial-avatar{width:3.5rem;height:3.5rem;border-radius:50%;margin-right:1rem;position:relative;overflow:hidden;border:3px solid #fbbf24;background-size:cover;background-position:50%}.author-info h4{font-weight:700;margin-bottom:.25rem;color:#7c2d12}.author-info p{color:#b45309;font-size:.9rem;margin:0}.testimonial-text{font-size:1.15rem;line-height:1.8;color:#451a03;font-style:italic}.cta{background:linear-gradient(135deg,#d97706,#f59e0b),repeating-linear-gradient(60deg,transparent,transparent 30px,rgba(0,0,0,.03) 0,rgba(0,0,0,.03) 60px);color:white;padding:6rem 0;text-align:center;position:relative;overflow:hidden}.cta:before{top:-100px;left:-100px;width:200px;height:200px;animation:float 15s ease-in-out infinite}.cta:after,.cta:before{content:"";position:absolute;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%)}.cta:after{bottom:-100px;right:-100px;width:300px;height:300px;animation:float 20s ease-in-out infinite reverse}.cta h2{font-family:Playfair Display,serif;font-size:3.5rem;color:white;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.2)}.cta h2,.cta p{position:relative;z-index:1}.cta p{color:rgba(255,255,255,.95);margin-bottom:3rem;font-size:1.35rem}.footer{background:linear-gradient(180deg,#451a03,#2d1810);color:white;padding:4rem 0 2rem;text-align:center;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#f59e0b,transparent)}.footer h3{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.footer p{color:#fbbf24;margin-bottom:2.5rem;font-size:1.1rem;opacity:.9}.footer-links{margin-bottom:2rem}.footer-links a{color:#fbbf24;text-decoration:none;font-size:.95rem;transition:color .2s ease;margin:0 1rem}.footer-links a:hover{color:#f59e0b;text-decoration:underline}.footer-links .separator{color:#d97706;font-size:.8rem}.footer-bottom{border-top:1px solid rgba(245,158,11,.2);padding-top:2rem;margin-top:2rem;color:#d97706;font-size:.95rem}@keyframes bee-fly{0%,to{transform:translateX(0)}50%{transform:translateX(200px)}}.bee-animation{position:fixed;font-size:2rem;z-index:1000;pointer-events:none;animation:bee-fly 20s linear infinite;opacity:.4;will-change:transform}.bee-1{top:10%;left:-50px;animation-delay:0s}.bee-2{top:50%;right:-50px;animation-delay:7s;animation-direction:reverse;display:none}.bee-3{top:80%;left:-50px;animation-delay:14s;display:none}.honeycomb-bg{position:absolute;width:100%;height:100%;opacity:.03;background-image:repeating-linear-gradient(30deg,transparent,transparent 86px,#f59e0b 0,#f59e0b 90px),repeating-linear-gradient(150deg,transparent,transparent 86px,#f59e0b 0,#f59e0b 90px),repeating-linear-gradient(270deg,transparent,transparent 86px,#f59e0b 0,#f59e0b 90px);background-size:180px 312px}.legal-page{min-height:100vh;padding:4rem 0;background:#fffef9}.legal-page h1{font-family:Playfair Display,serif;font-size:3rem;font-weight:900;color:#7c2d12;margin-bottom:1rem;text-align:center}.legal-page .last-updated{text-align:center;color:#92400e;margin-bottom:3rem;font-style:italic}.legal-page section{margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.legal-page h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#7c2d12;margin-bottom:1rem;margin-top:2rem}.legal-page h3{font-size:1.3rem;font-weight:600;color:#92400e;margin-bottom:.75rem;margin-top:1.5rem}.legal-page p{color:#451a03;line-height:1.8;margin-bottom:1rem}.legal-page ul{margin-left:2rem;margin-bottom:1rem}.legal-page ul li{color:#451a03;line-height:1.8;margin-bottom:.5rem}.legal-page strong{color:#7c2d12;font-weight:600}.back-link{text-align:center;margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(245,158,11,.2)}.back-link a{color:#f59e0b;text-decoration:none;font-weight:500;transition:color .2s ease}.back-link a:hover{color:#d97706}@media (max-width:768px){.hero h1{font-size:3.5rem}.hero p{font-size:1.15rem}.section h2{font-size:2.5rem}.features{grid-template-columns:1fr}.feature-header{justify-content:center;gap:2rem}.testimonial-grid{grid-template-columns:1fr}.bee-animation{display:none}.legal-page h1{font-size:2.5rem}.legal-page h2{font-size:1.75rem}}