@font-face{font-family:Dolce Vita;src:url(/fonts/Dolce\ Vita.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Dolce Vita;src:url("/fonts/Dolce Vita Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Dolce Vita;src:url("/fonts/Dolce Vita Heavy Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Myriad Pro;src:url(/fonts/MyriadPro-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Myriad Pro;src:url(/fonts/MyriadPro-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Myriad Pro;src:url(/fonts/MyriadPro-It.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Myriad Pro;src:url(/fonts/MyriadPro-BoldIt.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--saed-green-dark:#2d5016;--saed-green-primary:#3d8b40;--saed-green-light:#5ba829;--saed-green-bright:#7ed321;--saed-orange-light:#ffd200;--saed-orange:#ff9500;--saed-orange-deep:#ff6b00;--saed-dark:#1a1a1a;--saed-dark-lighter:#2d2d2d;--saed-gray:#5a5a5a;--saed-gray-light:#8a8a8a;--saed-off-white:#f9f9f9;--saed-white:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--saed-white);color:var(--saed-dark);line-height:1.6}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}@media (min-width:768px){.container{padding:0 40px}}@media (min-width:1024px){.container{padding:0 64px}}.headline-xl{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;letter-spacing:-.02em}.headline-lg,.headline-xl{font-family:Dolce Vita,Inter,sans-serif;font-weight:700}.headline-lg{font-size:clamp(2rem,4vw,3rem);line-height:1.15;letter-spacing:-.01em}.headline-md{font-family:Dolce Vita,Inter,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.2}.body-lg{font-size:1.125rem;line-height:1.75}.body-lg,.body-md{color:var(--saed-gray)}.body-md{font-size:1rem;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-size:.9375rem;font-weight:600;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;text-decoration:none}.btn-primary{background:var(--saed-green-primary);color:var(--saed-white)}.btn-primary:hover{background:var(--saed-green-dark);transform:translateY(-2px);box-shadow:0 10px 30px rgba(61,139,64,.4)}.btn-outline{background:transparent;color:var(--saed-dark);border:2px solid var(--saed-dark)}.btn-outline:hover{background:var(--saed-dark);color:var(--saed-white);transform:translateY(-2px)}.btn-white{background:var(--saed-white);color:var(--saed-green-primary)}.btn-white:hover{background:var(--saed-off-white);transform:translateY(-2px);box-shadow:0 10px 30px hsla(0,0%,100%,.2)}.btn-ghost{background:transparent;color:var(--saed-white);border:2px solid hsla(0,0%,100%,.3)}.btn-ghost:hover{background:hsla(0,0%,100%,.1);border-color:var(--saed-white)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 5%;height:80px;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.header-light{background:transparent}.header-light .nav-link{color:var(--saed-dark)}.header-light .mobile-menu-btn span{background:var(--saed-dark)}.header-solid{background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 3px rgba(0,0,0,.08)}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-image{height:36px;width:auto}.nav{display:none;align-items:center;gap:40px}@media (min-width:1024px){.nav{display:flex}}.nav-link{font-size:.9375rem;font-weight:500;color:var(--saed-gray);text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--saed-green-primary);transition:width .3s}.nav-link:hover{color:var(--saed-green-primary)}.nav-link:hover:after{width:100%}.header-solid .nav-link{color:var(--saed-gray)}.header-solid .nav-link:hover{color:var(--saed-green-primary)}.header-cta{display:none}@media (min-width:1024px){.header-cta{display:flex;gap:12px}}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer}@media (min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{width:24px;height:2px;background:var(--saed-dark);transition:all .3s}.header-dark .mobile-menu-btn span{background:var(--saed-white)}.header-solid .mobile-menu-btn span{background:var(--saed-dark)}.mobile-menu{position:fixed;top:80px;left:0;right:0;background:var(--saed-white);padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.mobile-menu.active{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu-links{display:flex;flex-direction:column;gap:16px}.mobile-menu-link{font-size:1rem;font-weight:500;color:var(--saed-dark);text-decoration:none;padding:12px 0;border-bottom:1px solid var(--saed-gray-light)}.hero-minimal{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;background:var(--saed-off-white);padding-top:80px}.hero-accent{position:absolute;border-radius:0;z-index:0}.hero-accent-orange{width:40vw;height:40vw;max-width:500px;max-height:500px;background:linear-gradient(135deg,var(--saed-orange-light) 0,var(--saed-orange-deep) 100%);top:-10%;right:-10%;transform:rotate(15deg);opacity:.15}.hero-accent-green{width:30vw;height:30vw;max-width:400px;max-height:400px;background:linear-gradient(135deg,var(--saed-green-light) 0,var(--saed-green-dark) 100%);bottom:-5%;left:-5%;transform:rotate(-10deg);opacity:.12}.hero-minimal-content{position:relative;z-index:10;display:grid;grid-template-columns:1fr;grid-gap:60px;gap:60px;align-items:center;padding:60px 0}@media (min-width:1024px){.hero-minimal-content{grid-template-columns:1.2fr .8fr;padding:80px 0}}.hero-minimal-text{max-width:640px}.hero-minimal-title{font-family:Dolce Vita,Inter,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;color:var(--saed-dark);margin-bottom:24px;letter-spacing:-.02em}.hero-minimal-highlight{background:linear-gradient(135deg,var(--saed-orange) 0,var(--saed-orange-deep) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-minimal-subtitle{font-family:Myriad Pro,Inter,sans-serif;font-size:clamp(1rem,1.5vw,1.25rem);color:var(--saed-gray);line-height:1.7;margin-bottom:40px;max-width:480px}.hero-minimal-cta{display:flex;flex-wrap:wrap;gap:16px}.hero-logo-mark,.hero-minimal-visual{display:flex;justify-content:center;align-items:center}.hero-logo-mark{width:clamp(200px,30vw,320px);height:clamp(200px,30vw,320px);position:relative}.hero-logo-image{width:100%;height:auto;object-fit:contain}.hero-stats-bar{position:absolute;bottom:0;left:0;right:0;background:var(--saed-white);border-top:1px solid rgba(0,0,0,.06);padding:24px 0;z-index:20}.hero-stats-content{display:flex;justify-content:center;align-items:center;gap:40px}@media (min-width:768px){.hero-stats-content{gap:80px}}.hero-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}.hero-stat-number{font-family:Dolce Vita,Inter,sans-serif;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700;color:var(--saed-green-primary)}.hero-stat-text{font-size:.8125rem;color:var(--saed-gray);text-transform:uppercase;letter-spacing:.05em}.hero-stat-divider{width:1px;height:40px;background:var(--saed-gray-light);opacity:.3}.section{padding:100px 0}@media (min-width:768px){.section{padding:120px 0}}.section-dark{background:var(--saed-dark);color:var(--saed-white)}.section-gray{background:var(--saed-off-white)}.section-header{text-align:center;max-width:680px;margin:0 auto 60px}.section-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(61,139,64,.1);border-radius:100px;color:var(--saed-green-primary);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.section-dark .section-badge{background:rgba(126,211,33,.15);color:var(--saed-green-bright)}.section-title{margin-bottom:16px}.section-dark .section-title{color:var(--saed-white)}.section-subtitle{font-size:1.125rem;color:var(--saed-gray);line-height:1.7}.section-dark .section-subtitle{color:var(--saed-gray-light)}.services-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--saed-white);border-radius:16px;padding:32px;transition:all .3s ease;border:1px solid transparent}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.08);border-color:var(--saed-green-light)}.service-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(61,139,64,.1),rgba(126,211,33,.1));border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--saed-green-primary);margin-bottom:20px}.service-title{font-family:Dolce Vita,Inter,sans-serif;font-size:1.25rem;font-weight:400;color:var(--saed-dark);margin-bottom:12px}.service-description{font-size:.9375rem;color:var(--saed-gray);line-height:1.7}.product-section{background:linear-gradient(135deg,var(--saed-dark) 0,#1a2f14 100%);overflow:hidden}.product-grid{display:grid;grid-template-columns:1fr;grid-gap:60px;gap:60px;align-items:center}@media (min-width:1024px){.product-grid{grid-template-columns:1fr 1fr}}.product-content{z-index:10}.product-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(255,149,0,.15);border:1px solid rgba(255,149,0,.3);border-radius:100px;color:var(--saed-orange-light);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}.product-title{font-family:Dolce Vita,Inter,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--saed-white);margin-bottom:20px;line-height:1.2}.product-subtitle{font-size:1.125rem;color:var(--saed-gray-light);margin-bottom:32px;line-height:1.7}.product-features{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.product-feature{display:flex;align-items:flex-start;gap:12px}.product-feature-icon{width:24px;height:24px;background:rgba(126,211,33,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.product-feature-icon svg{width:14px;height:14px;color:var(--saed-green-bright)}.product-feature-text{font-size:1rem;color:var(--saed-gray-light)}.product-cta{display:flex;flex-wrap:wrap;gap:16px}.product-visual{position:relative;display:flex;justify-content:center;align-items:center}.product-image-container{position:relative;width:100%;max-width:500px;aspect-ratio:4/3;border-radius:20px;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,.4)}.product-glow{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(126,211,33,.3),transparent 70%);border-radius:50%;filter:blur(60px);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.process-container{display:flex;flex-direction:column;gap:40px}@media (min-width:768px){.process-container{flex-direction:row;flex-wrap:wrap;justify-content:center}}.process-step{flex:1 1;min-width:200px;max-width:300px;text-align:center;position:relative}@media (min-width:768px){.process-step:not(:last-child):after{content:"";position:absolute;top:30px;right:-40px;width:80px;height:2px;background:linear-gradient(90deg,var(--saed-green-primary),transparent)}}.process-number{width:60px;height:60px;background:linear-gradient(135deg,var(--saed-orange),var(--saed-orange-deep));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:var(--saed-white);margin:0 auto 20px}.process-number,.process-title{font-family:Dolce Vita,Inter,sans-serif}.process-title{font-size:1.125rem;font-weight:400;color:var(--saed-dark);margin-bottom:8px}.process-description{font-size:.9375rem;color:var(--saed-gray);line-height:1.6}.about-grid{display:grid;grid-template-columns:1fr;grid-gap:60px;gap:60px;align-items:center}@media (min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-image-container{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4/3}.about-image-container img{width:100%;height:100%;object-fit:cover}.about-accent{position:absolute;bottom:-10px;left:-10px;width:120px;height:120px;background:linear-gradient(135deg,var(--saed-orange),var(--saed-green-primary));border-radius:20px;z-index:-1}.about-content{display:flex;flex-direction:column;gap:24px}.about-text{font-size:1.0625rem;color:var(--saed-gray);line-height:1.8}.about-values{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-top:16px}.about-value{gap:12px}.about-value,.about-value-icon{display:flex;align-items:center}.about-value-icon{width:40px;height:40px;background:rgba(61,139,64,.1);border-radius:10px;justify-content:center;color:var(--saed-green-primary)}.about-value-text{font-weight:600;color:var(--saed-dark)}.cta-section{background:linear-gradient(135deg,var(--saed-green-primary),var(--saed-green-dark));text-align:center;position:relative;overflow:hidden}.cta-pattern{position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.1) 1px,transparent 0);background-size:30px 30px}.cta-content{position:relative;z-index:10}.cta-title{color:var(--saed-white);margin-bottom:16px}.cta-subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.85);max-width:560px;margin:0 auto 40px;line-height:1.7}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.footer{background:var(--saed-dark);padding:80px 0 40px}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;margin-bottom:60px}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{max-width:300px}.footer-logo{gap:12px;margin-bottom:20px;text-decoration:none}.footer-logo,.footer-logo-icon{display:flex;align-items:center}.footer-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--saed-orange),var(--saed-green-primary));border-radius:10px;justify-content:center;color:#fff;font-weight:700}.footer-logo-text{font-family:Dolce Vita,Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--saed-white)}.footer-description{font-size:.9375rem;color:var(--saed-gray-light);line-height:1.7;margin-bottom:24px}.footer-social{display:flex;gap:12px}.footer-social-link{width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--saed-gray-light);text-decoration:none;transition:all .3s}.footer-social-link:hover{background:var(--saed-green-primary);color:var(--saed-white)}.footer-column h4{font-family:Dolce Vita,Inter,sans-serif;font-size:1rem;font-weight:400;color:var(--saed-white);margin-bottom:20px}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-link{font-size:.9375rem;color:var(--saed-gray-light);text-decoration:none;transition:color .3s}.footer-link:hover{color:var(--saed-green-bright)}.footer-bottom{padding-top:40px;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.875rem;color:var(--saed-gray-light)}.footer-legal{display:flex;gap:24px}.footer-legal-link{font-size:.875rem;color:var(--saed-gray-light);text-decoration:none;transition:color .3s}.footer-legal-link:hover{color:var(--saed-green-bright)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.gradient-text{background:linear-gradient(135deg,var(--saed-orange),var(--saed-green-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-float{animation:none}}@media (pointer:coarse){.btn,.footer-links a,.mobile-menu a,.nav-links a,.social-links a{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.footer-links a,.nav-links a{padding:10px 16px}.social-links a{padding:10px}.mobile-menu a{padding:14px 24px}}