*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}:root{--primary-color: #4D7C0F;--secondary-color: #D97706;--dark-color: #292524;--white: #ffffff;--light-gray: #f8f9fa;--amber-50: #fefbf0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{position:fixed;width:100%;top:0;background:var(--white);box-shadow:0 2px 8px #0000001a;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem}.logo{display:flex;align-items:center;text-decoration:none}.logo>div:first-child{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.5rem}.logo svg{width:1.5rem;height:1.5rem;color:#fff}.logo>div:last-child h1{font-size:1.25rem;font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:.25rem}.logo>div:last-child p{font-size:.75rem;color:#6b7280;line-height:1.2}nav{display:flex;align-items:center}.desktop-nav{display:none!important}@media (min-width: 768px){.desktop-nav{display:flex!important}}nav a{text-decoration:none;color:var(--primary-color);font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;margin:0 .25rem}nav a:hover{color:var(--secondary-color);background:var(--light-gray)}.header-content>div:last-child{display:flex;align-items:center;gap:.5rem}.header-content button{padding:.25rem;color:var(--primary-color);background:none;border:none;cursor:pointer;transition:color .3s ease}.header-content button:hover{color:var(--secondary-color)}.header-content button svg{width:1.25rem;height:1.25rem}.header-content button[class*=border]{padding:.25rem .75rem;font-size:.875rem;font-weight:500;border:1px solid var(--primary-color);border-radius:4px}.header-content button[class*=border]:hover{border-color:var(--secondary-color)}.hero-section{position:relative;height:100vh;display:flex;align-items:center}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.5),transparent),url(https://images.unsplash.com/photo-1473448912268-2022ce9509d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2041&q=80);background-size:cover;background-position:center;opacity:.8;z-index:-1}.hero-content{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:10;display:flex;align-items:center;height:100vh}.hero-text{max-width:50rem;color:#fff}.hero-text h2:first-child{font-size:3.75rem;font-weight:700;margin-bottom:.5rem;line-height:1}.hero-text h2:nth-child(2){font-size:3.75rem;font-weight:700;color:var(--secondary-color);margin-bottom:2rem;line-height:1}.hero-text p{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-buttons a{padding:1rem 2rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .3s ease}.hero-buttons a:first-child{background:var(--secondary-color);color:#fff}.hero-buttons a:first-child:hover{background:#d97706e6}.hero-buttons a:last-child{background:transparent;border:1px solid white;color:#fff}.hero-buttons a:last-child:hover{background:#ffffff1a}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;animation:bounce 2s infinite}.scroll-indicator svg{width:2rem;height:2rem}@keyframes bounce{0%,20%,53%,80%,to{transform:translate(-50%) translateY(0)}40%,43%{transform:translate(-50%) translateY(-8px)}70%{transform:translate(-50%) translateY(-4px)}90%{transform:translate(-50%) translateY(-2px)}}.features-section{background:var(--dark-color);color:#fff;padding:5rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;padding:0 1rem}.feature-card{text-align:center}.feature-icon{width:5rem;height:5rem;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon svg{width:2rem;height:2rem;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.feature-card p{color:#9ca3af;font-size:1.125rem}.amber-section{padding:5rem 0;background:var(--amber-50)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#6b7280;max-width:48rem;margin:0 auto}.two-column{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 768px){.two-column{grid-template-columns:1fr 1fr}}.content-column{display:flex;flex-direction:column;justify-content:center}.content-column h3{font-size:1.875rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.content-column p{color:#374151;margin-bottom:1.5rem}.image-column{border-radius:1rem;overflow:hidden;height:20rem}.image-column img{width:100%;height:100%;object-fit:cover}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item{text-align:center}.stat-item .stat-number{font-size:2.5rem;font-weight:700;color:var(--secondary-color)}.stat-item .stat-label{color:var(--primary-color)}.bullet-list{list-style:none;margin:0;padding:0}.bullet-list li{display:flex;align-items:center;margin-bottom:1rem}.bullet-icon{width:1.5rem;height:1.5rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem;flex-shrink:0}.bullet-icon svg{width:1rem;height:1rem;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.product-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;overflow:hidden}.product-image{position:relative;height:16rem}.product-image img{width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--secondary-color);color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.product-info{padding:1.5rem}.product-info h3{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.product-info p{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-price{color:var(--secondary-color);font-weight:700;font-size:1.25rem}.product-rating{display:flex;color:#fbbf24}.product-rating svg{width:1.25rem;height:1.25rem}.add-to-cart{width:100%;background:var(--primary-color);color:#fff;font-weight:500;padding:.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:background .3s ease}.add-to-cart:hover{background:#4d7c0fe6}.primary-section{background:var(--primary-color);color:#fff;padding:5rem 0}.primary-section .section-header h2{color:#fff}.primary-section .section-header p{color:#ffffffe6}.primary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:4rem}.primary-stat{text-align:center}.primary-stat-icon{width:5rem;height:5rem;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.primary-stat-icon svg{width:2rem;height:2rem;color:#fff}.primary-stat-number{font-size:1.875rem;font-weight:700;margin-bottom:.25rem}.primary-stat-label{color:var(--primary-color)}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.form-grid.two-cols{grid-template-columns:1fr 1fr}}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4d7c0f1a}.newsletter-section{background:var(--primary-color);border-radius:.75rem;overflow:hidden;margin-bottom:4rem}.newsletter-grid{display:grid;grid-template-columns:1fr}@media (min-width: 768px){.newsletter-grid{grid-template-columns:1fr 1fr}}.newsletter-content{padding:2rem;color:#fff}.newsletter-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.newsletter-content p{margin-bottom:1.5rem}.newsletter-form{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex-grow:1;padding:.5rem 1rem;border-radius:.5rem;border:none;color:#374151}.newsletter-form button{background:var(--secondary-color);color:#fff;font-weight:500;padding:.5rem 1.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:background .3s ease}.newsletter-form button:hover{background:#d97706e6}footer{background:var(--dark-color);color:#fff;padding:3rem 0 1rem;width:100%;clear:both}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;width:100%}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr}}.footer-brand{display:flex;align-items:center;margin-bottom:1rem}.footer-brand-icon{width:2.5rem;height:2.5rem;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.5rem}.footer-brand-icon svg{width:1.5rem;height:1.5rem;color:#fff}.footer-brand-text h3{font-size:1.25rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.footer-brand-text p{font-size:.75rem;color:#9ca3af;line-height:1.2}.footer-section h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.social-icons{display:flex;gap:.5rem;margin-top:1.5rem}.social-icon{width:2rem;height:2rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .3s ease}.social-icon:hover{background:var(--secondary-color)}.social-icon svg{width:1rem;height:1rem;color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}.mobile-menu{background:#fff;border-top:1px solid #e5e7eb}.mobile-menu nav{padding:1rem}.mobile-menu a{display:block;padding:.5rem 0;color:var(--primary-color);text-decoration:none;transition:color .3s ease}.mobile-menu a:hover{color:var(--secondary-color)}@media (max-width: 768px){.hero-text h2:first-child,.hero-text h2:nth-child(2){font-size:2rem}.section-header h2{font-size:2rem}.hero-buttons{flex-direction:column}.hero-buttons a{text-align:center}.stats-grid{grid-template-columns:1fr}}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.hidden{display:none}@media (min-width: 768px){.md\\:flex{display:flex}.md\\:hidden{display:none}}
