:root{--bg-main:#f8fafc;--bg-card:#ffffffd9;--border-color:#0f172a14;--text-primary:#0f172a;--text-secondary:#475569;--agri-primary:#10b981;--agri-primary-glow:#10b9811a;--agri-accent:#d97706;--agri-gradient:linear-gradient(135deg, #e6fdf4 0%, #d1fae5 100%);--craft-primary:#ea580c;--craft-primary-glow:#ea580c1a;--craft-accent:#b45309;--craft-gradient:linear-gradient(135deg, #fff3eb 0%, #ffedd5 100%);--manu-primary:#2563eb;--manu-primary-glow:#2563eb1a;--manu-accent:#0891b2;--manu-gradient:linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);--theme-primary:var(--agri-primary);--theme-primary-glow:var(--agri-primary-glow);--theme-accent:var(--agri-accent);--theme-gradient:var(--agri-gradient);--font-sans:"Inter", sans-serif;--font-heading:"Outfit", sans-serif}.theme-agri{--theme-primary:var(--agri-primary);--theme-primary-glow:var(--agri-primary-glow);--theme-accent:var(--agri-accent);--theme-gradient:var(--agri-gradient)}.theme-craft{--theme-primary:var(--craft-primary);--theme-primary-glow:var(--craft-primary-glow);--theme-accent:var(--craft-accent);--theme-gradient:var(--craft-gradient)}.theme-manufacture{--theme-primary:var(--manu-primary);--theme-primary-glow:var(--manu-primary-glow);--theme-accent:var(--manu-accent);--theme-gradient:var(--manu-gradient)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background-color .4s,color .4s;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:700}h1{letter-spacing:-.03em;font-size:3.5rem;line-height:1.15}h2{font-size:2.25rem;line-height:1.25}a{color:inherit;text-decoration:none;transition:all .2s}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:6rem 0}.flex-center{justify-content:center;align-items:center;display:flex}.grid{gap:2rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=991px){.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}h1{font-size:2.75rem}h2{font-size:1.85rem}}@media (width<=576px){.grid-4{grid-template-columns:1fr}}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;transition:transform .3s,border-color .3s,box-shadow .3s;box-shadow:0 4px 20px #00000008}.glass-card:hover{border-color:#0000001f;transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#ffffffd9;width:100%;transition:padding .3s;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo-text{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo-accent{color:var(--theme-primary);transition:color .4s}.nav-links{gap:2rem;list-style:none;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.currency-selector{border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-sans);cursor:pointer;appearance:none;background:#0f172a0d url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .6rem center/.85rem no-repeat;border-radius:8px;outline:none;padding:.5rem 2rem .5rem .75rem;font-size:.85rem;font-weight:600;transition:border-color .2s}.currency-selector option{color:#0f172a;background-color:#fff;padding:.5rem}.currency-selector:focus{border-color:var(--theme-primary)}.btn{cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--theme-primary);color:#fff;box-shadow:0 4px 14px var(--theme-primary-glow);border:none}.btn-primary:hover{filter:brightness(1.05);box-shadow:0 6px 20px var(--theme-primary-glow);transform:translateY(-2px)}.btn-outline{color:var(--text-primary);border:1px solid var(--border-color);background:0 0}.btn-outline:hover{background:#0f172a08;border-color:#0f172a26}.hero-section{background:radial-gradient(circle at 80% 20%, var(--theme-primary-glow) 0%, transparent 60%);align-items:center;min-height:90vh;padding-top:100px;transition:background .4s;display:flex;position:relative;overflow:hidden}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.badge-new{background:var(--theme-primary-glow);color:var(--theme-primary);border:1px solid var(--border-color);border-radius:50px;align-items:center;gap:.5rem;width:fit-content;padding:.35rem 1rem;font-size:.85rem;font-weight:600;transition:all .4s;display:inline-flex}.hero-title-highlight{background:linear-gradient(135deg, var(--text-primary) 30%, var(--theme-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;transition:all .4s}.hero-description{color:var(--text-secondary);max-width:90%;font-size:1.15rem}.hero-buttons{gap:1rem;margin-top:1rem;display:flex}.hero-image-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-visual-card{aspect-ratio:4/3;border:1px solid var(--border-color);background:var(--theme-gradient);border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:500px;transition:background .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.hero-visual-icon-glow{color:var(--theme-primary);opacity:.9;filter:drop-shadow(0 4px 10px #0000001a);font-size:5rem}.hero-visual-decoration{text-align:left;background:linear-gradient(#0000,#0f172ae6);padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.hero-visual-decoration h3{color:#fff}.stats-container{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=768px){.stats-container{grid-template-columns:repeat(2,1fr)}}.stat-item{text-align:center}.stat-number{font-family:var(--font-heading);color:var(--theme-primary);margin-bottom:.25rem;font-size:3rem;font-weight:800;transition:color .4s}.stat-label{color:var(--text-secondary);font-size:.9rem}.features-section{background:#0f172a05;position:relative}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header p{color:var(--text-secondary);margin-top:1rem}.feature-icon-wrapper{border:1px solid var(--border-color);width:56px;height:56px;color:var(--theme-primary);background:#0f172a08;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .4s;display:flex}.glass-card:hover .feature-icon-wrapper{background:var(--theme-primary);color:#fff}.feature-title{margin-bottom:.75rem;font-size:1.25rem}.feature-desc{color:var(--text-secondary);font-size:.95rem}.gallery-section{background:#fff}.gallery-card{aspect-ratio:16/11;border:1px solid var(--border-color);border-radius:16px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008}.gallery-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-card:hover img{transform:scale(1.06)}.gallery-overlay{color:#fff;background:linear-gradient(#0000,#0f172ad9);padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.gallery-overlay h4{color:#fff;font-size:1.1rem}.calculator-section{position:relative}.calculator-wrapper{grid-template-columns:1.2fr .8fr;align-items:start;gap:2.5rem;display:grid}@media (width<=991px){.calculator-wrapper{grid-template-columns:1fr}}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-primary);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.form-input,.form-select{border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-family:var(--font-sans);background:#fff;border-radius:8px;outline:none;padding:.75rem 1rem;transition:border-color .2s}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}.form-select option{color:var(--text-primary);background-color:#fff;padding:.75rem}.form-input:focus,.form-select:focus{border-color:var(--theme-primary)}.form-row-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.calc-result-box{background:var(--theme-primary-glow);border:1.5px dashed var(--theme-primary);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;gap:1rem;height:100%;padding:2rem;transition:all .4s;display:flex}.result-price-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.9rem;font-weight:600}.result-price-value{font-family:var(--font-heading);color:var(--theme-primary);font-size:2.5rem;font-weight:800}.result-meta-item{border-top:1px solid #0f172a14;justify-content:space-between;padding-top:.75rem;font-size:.9rem;display:flex}.result-meta-label{color:var(--text-secondary)}.result-meta-val{color:var(--text-primary);font-weight:600}.testimonial-card{flex-direction:column;justify-content:space-between;display:flex}.testimonial-quote{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.05rem;font-style:italic}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{background:var(--theme-primary-glow);width:48px;height:48px;font-weight:700;font-family:var(--font-heading);border:1px solid var(--theme-primary);color:var(--theme-primary);border-radius:50%;justify-content:center;align-items:center;transition:all .4s;display:flex}.author-info h4{font-size:.95rem}.author-info p{color:var(--text-secondary);font-size:.8rem}.footer{background:#0b0f19;border-top:1px solid #ffffff14;margin-top:auto;padding:4rem 0 2rem}.footer h5,.footer .logo-text{color:#fff}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;margin-bottom:3rem;display:grid}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-logo{margin-bottom:1rem}.footer-desc{color:#9ca3af;max-width:300px;font-size:.9rem}.footer-col h5{text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:1rem}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:#9ca3af;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-bottom{color:#9ca3af;border-top:1px solid #ffffff0d;justify-content:space-between;padding-top:2rem;font-size:.85rem;display:flex}@media (width<=576px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
