@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";:root{--bg: #1a3e2e;--page-bg: #1d4a35;--surface: #1f5a3f;--surface-alt: #246647;--card-bg: #2a7a52;--card-border: rgba(255, 255, 255, .08);--card-shadow: 0 14px 40px rgba(0, 0, 0, .15);--text: #eef5df;--text-muted: #c8dab9;--muted-border: rgba(255, 255, 255, .18);--header-bg: rgba(4, 18, 35, .22);--btn-secondary-bg: rgba(255, 255, 255, .16);--btn-secondary-color: #fff;--btn-ghost-bg: rgba(255, 255, 255, .08);--button-text: #fff}body.light-theme{--bg: #f4f5ef;--page-bg: #f8faf4;--surface: #ffffff;--surface-alt: #eef5ed;--card-bg: #ffffff;--card-border: rgba(16, 41, 56, .18);--card-shadow: 0 14px 40px rgba(16, 41, 56, .08);--text: #102938;--text-muted: #5a5a5a;--muted-border: rgba(16, 41, 56, .12);--header-bg: rgba(255, 255, 255, .9);--btn-secondary-bg: rgba(16, 41, 56, .12);--btn-secondary-color: #102938;--btn-ghost-bg: rgba(16, 41, 56, .08);--button-text: #102938}html,body,#root,.app{min-height:100%;width:100%;font-family:Inter,"sans-serif";background:radial-gradient(circle at top,rgba(92,192,149,.18),transparent 35%),var(--bg);color:var(--text);overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}*::selection{background:#b4dda64d;color:#0b2418}.header-container{position:fixed;top:0;left:0;right:0;width:100%;display:flex;justify-content:center;padding:1rem .5rem;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;z-index:1000}.header-container.header-solid{background:#04122338;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.hamburger{display:none;background:transparent;border:none;color:#fff;font-size:30px;cursor:pointer;z-index:1002}.header{width:100%;max-width:1280px;display:flex;align-items:center;min-height:90px;font-size:20px;font-weight:600}.header-nav{display:flex;gap:1rem;align-items:center;margin-left:auto}.header-nav{display:flex;gap:1rem;align-items:center;position:absolute;left:50%;transform:translate(-50%);z-index:3}.header-logo{margin-right:auto}.header-actions{margin-left:1rem}.header-actions{margin-left:auto;display:flex;align-items:center;gap:.75rem;z-index:4}.theme-toggle{width:44px;height:44px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.24);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:1.1rem;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.theme-toggle:hover{transform:translateY(-2px);background:#ffffff38}body.light-theme .theme-toggle{color:#102938;background:#ffffff1f;border-color:#1029382e}body.light-theme .header-container{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}body.light-theme .header-container.header-solid{background:#ffffffe0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,41,56,.08)}body.light-theme .header-link{color:#102938;text-shadow:none}body.light-theme .header-link:hover{background:#10293814}.header-link{text-decoration:none;color:#fff;transition:transform .18s ease,background .18s ease,opacity .18s ease;display:inline-block;padding:.45rem .75rem;border-radius:10px;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.6)}.header-link:after{content:"";position:absolute;left:12%;right:12%;bottom:-6px;height:3px;background:linear-gradient(90deg,#ff7a18,#af002d);width:0;transition:width .22s ease;border-radius:2px}.header-link:hover{transform:translateY(-3px);background:#ffffff0f}.header-link[aria-current=page]{background:transparent;color:#fff;box-shadow:none;border:none}.header-link[aria-current=page]:after{width:76%}.header{min-height:90px}.header-link:hover:after{width:76%}.header-logo img{height:90px;width:auto;object-fit:contain}@media(max-width:600px){.header{font-size:16px}.header-container{padding:.6rem .8rem}.hamburger{display:block}.header-nav{position:fixed;top:0;right:0;width:260px;height:100vh;background:#041d21fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:30px;transform:translate(100%);transition:transform .35s ease-in-out;left:auto}.header-nav.active{transform:translate(0)}.header-link{width:100%;color:#fff}.theme-toggle{display:none}}.footer{background:linear-gradient(135deg,#1a3e2e,#0d2f23);border-top:1px solid rgba(255,255,255,.08);color:#eef5df}.footer-container{max-width:1280px;margin:0 auto;padding:4rem 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section__title{margin:0;font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em}.footer-section__text{margin:0;font-size:.95rem;line-height:1.7;color:#eef5dfd9}.footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-menu li{margin:0}.footer-link{color:#eef5dfcc;text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative;display:inline-block}.footer-link:hover{color:#5aab7f;padding-left:.5rem}.footer-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#4a9a6f,#3d8560);transition:width .3s ease}.footer-link:hover:after{width:100%}.footer-contact{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;flex-direction:column;gap:.35rem}.contact-label{display:block;font-weight:600;font-size:.9rem;color:#5aab7f;text-transform:uppercase;letter-spacing:.08em}.contact-text{margin:0;font-size:.95rem;line-height:1.6;color:#eef5dfd9}.contact-item .footer-link{font-size:.95rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.footer-copyright{margin:0;font-size:.9rem;color:#eef5dfb3}.footer-legal{display:flex;gap:.75rem;align-items:center;justify-content:center;flex-wrap:wrap}.divider{color:#eef5df66}.footer-social{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.footer-social__title{margin:0;font-size:1rem;font-weight:600;color:#fff;letter-spacing:.05em;text-transform:uppercase}.social-icons{display:flex;gap:1.5rem;align-items:center;justify-content:center}.social-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#ffffff1a;color:#5aab7f;transition:all .3s ease;border:1px solid rgba(255,255,255,.15)}.social-icon:hover{background:linear-gradient(135deg,#5aab7f,#4a9a6f);color:#fff;transform:translateY(-4px);box-shadow:0 8px 20px #5aab7f4d;border-color:#5aab7f66}.social-icon svg{width:24px;height:24px}@media(max-width:768px){.footer-container{padding:3rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{gap:.75rem}.footer-section__title{font-size:1.1rem}.footer-link:hover{padding-left:0}.social-icons{gap:1rem}.social-icon{width:44px;height:44px}.social-icon svg{width:20px;height:20px}}.home-page{background:radial-gradient(circle at top center,rgba(92,192,149,.18),transparent 38%),#1d4a35}.home-banner{width:100vw;min-height:100vh;display:flex;position:relative;left:calc(50% - 50vw);background:url(/indu-banner.png);background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.home-banner:after{content:"";position:absolute;inset:20% auto auto 10%;width:280px;height:280px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%);pointer-events:none;z-index:1}.home-banner:before{content:"";position:absolute;inset:0;background-image:url(/indu-banner.png);background-size:cover;background-position:center right;background-repeat:no-repeat;filter:none;transform:scale(1);z-index:0}.home-banner__content{width:55%;height:100%;display:flex;align-items:center;padding:13rem 4rem 4rem;transform:translateY(6vh);box-sizing:border-box;position:relative;z-index:2}.home-banner__text{color:var(--text);max-width:720px;padding-left:40px;animation:slideIn .7s ease both}.home-banner__tagline{margin:0 0 .5rem;font-size:.95rem;color:#fffc;letter-spacing:.02em;text-transform:uppercase;font-weight:500}.home-banner__title{font-size:clamp(2.6rem,5vw,4.5rem);margin:0 0 .75rem;letter-spacing:-.04em;line-height:1.02;text-shadow:0 20px 40px rgba(0,0,0,.26)}.home-banner__subtitle{font-size:clamp(1rem,2vw,1.35rem);margin:0;opacity:.92;max-width:640px;line-height:1.9}.home-banner__actions{margin-top:1.75rem;display:flex;gap:.85rem;flex-wrap:wrap}.home-banner img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.blog-card__image img{width:100%;height:200px!important;object-fit:cover;display:block}.home-banner{min-height:auto;display:flex;flex-direction:column;background:none}.home-banner:before{content:"";position:relative;display:block;width:100%;height:320px;background-image:url(/indu-banner.png);background-size:cover;background-position:right;z-index:1}.home-banner__content{width:100%;padding:2rem 1.5rem 3rem;transform:none;text-align:center;z-index:2}.home-banner__text{padding-left:0;max-width:100%}.home-banner__title{font-size:2.2rem}.home-banner__actions{justify-content:center}.home-trust__grid{display:grid;grid-template-columns:repeat(1,minmax(180px,1fr))!important;gap:1.75rem;justify-items:center}}.home-products{position:relative;padding:5rem 3rem 3rem;background:var(--surface);overflow:hidden}.home-products__intro h2{text-wrap:wrap!important}.home-indukanthi{background:linear-gradient(180deg,#18492f,#1f5d39);padding:4rem;border-radius:12px;margin:2rem 6rem 10rem;box-shadow:0 12px 40px #10293829;border-left:6px solid rgba(147,196,125,.3)}.home-indukanthi__inner{max-width:1100px;margin:0 40px;display:grid;grid-template-columns:1fr 360px;gap:2.2rem;align-items:center}.home-indukanthi__text .eyebrow{margin-bottom:.6rem;color:var(--text-muted)}.home-indukanthi__title{font-size:clamp(1.6rem,2.6vw,2.4rem);margin:0 0 .6rem;color:var(--text)}.home-indukanthi__desc{margin:0 0 .9rem;color:var(--text-muted);line-height:1.7}.home-indukanthi__points{margin:0 0 1rem;padding-left:1.2rem;color:var(--text-muted)}.home-indukanthi__points li{margin-bottom:.45rem}.home-indukanthi__actions{display:flex;gap:.8rem;margin-top:2rem}.home-indukanthi__text .eyebrow{color:#b6d6b2}.home-indukanthi__image{display:flex;justify-content:center;align-items:center}.home-indukanthi__image img{width:320px;height:auto;object-fit:contain;border-radius:14px;box-shadow:0 12px 40px #0a172c14}@media(max-width:900px){.home-indukanthi__actions{display:flex;gap:.8rem;margin-top:2rem;align-items:center!important;flex-direction:column}.home-indukanthi__inner{grid-template-columns:1fr;text-align:center}.home-indukanthi__image img{width:260px;margin:0 auto}.home-indukanthi{background:linear-gradient(180deg,#18492f,#1f5d39);padding:4rem 0rem;border-radius:12px;margin:2rem 1rem 10rem!important;box-shadow:0 12px 40px #10293829;border-left:6px solid rgba(147,196,125,.3);margin-bottom:30px!important}}.home-products__intro{max-width:760px;margin:0 auto 3rem;text-align:center;padding-bottom:1rem;border-bottom:1px solid rgba(16,41,56,.08)}.home-products__intro h2{color:var(--text)}.home-products__description{color:var(--text-muted)}.home-products__grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:1.5rem;align-items:start}.product-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:18px;overflow:hidden;box-shadow:var(--card-shadow);transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column;min-height:260px}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0a172c1f}.product-card__image{display:block;width:100%;height:260px;overflow:hidden;position:relative}.product-card__body{padding:.9rem .9rem 1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.product-card__title{margin:0;font-size:.98rem;color:#fff}.product-card__price{margin:0;color:#fff;font-weight:700}.product-card__subtitle{margin:0;color:var(--text-muted);font-size:.92rem}.home-products__intro h2{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-products__description{display:block;white-space:normal;overflow:visible;text-overflow:clip}.home-banner__title{white-space:wrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block}.product-card__actions{margin-top:auto}.btn-buy{width:100%;padding:12px 20px;border:none;border-radius:12px;background:linear-gradient(90deg,#4a9a6f,#3d8560);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #f4b40059}.btn-buy:hover{transform:translateY(-3px);box-shadow:0 12px 30px #f4b40073;background:linear-gradient(135deg,#ff9800,#f57c00)}.btn-buy a{text-decoration:none!important;color:inherit}.btn-buy:hover{transform:translateY(-3px);box-shadow:0 12px 28px #3d856047}@media(max-width:1200px){.home-products__grid{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media(max-width:760px){.home-products__grid{grid-template-columns:1fr}}.home-trust{position:relative;padding:5rem 3rem 4rem;background:var(--surface-alt)}.home-trust__intro{max-width:720px;margin:0 auto 2.5rem;text-align:center}.home-trust__intro h2{font-size:clamp(2rem,3vw,2.5rem);margin:.5rem 0 0;color:var(--text)}.home-trust__description{max-width:640px;margin:1rem auto 0;color:var(--text-muted);line-height:1.8}.home-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:1.75rem;justify-items:center}.trust-card{padding:.5rem 0;background:transparent;box-shadow:none;min-height:auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.trust-card__icon{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#f0f8f0;color:#3d8560;font-size:1.4rem}.trust-card h3{color:#eef5df}.trust-card p{color:#d4dfcc}.home-blog{position:relative;padding:5rem 2rem;background:#fff}.home-blog:before{content:"";position:absolute;left:-40px;top:30px;width:220px;height:220px;border-radius:50%;background:#5cc09514;pointer-events:none}.home-blog__intro{max-width:1100px;margin:0 auto 2.5rem;text-align:center;padding-bottom:1rem;border-bottom:1px solid rgba(61,133,96,.15)}.home-blog__intro .eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.8rem;color:#7a8f7e;margin-bottom:.85rem}.home-blog__intro h2{font-size:clamp(2rem,3vw,2.75rem);margin:0;color:#1a3e2e}.home-blog__description{max-width:980px;margin:1rem auto 0;color:#5a5a5a;line-height:1.75}.home-blog__grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:2rem}.blog-card{border-radius:30px;overflow:hidden;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff26;background:linear-gradient(135deg,#2a7a52,#1f5a3f);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;border:1px solid rgba(255,255,255,.12)}.home-testimonials{position:relative;padding:5rem 3rem 6rem;background:var(--surface)}.home-testimonials__intro{max-width:760px;margin:0 auto 2.5rem;text-align:center;padding-bottom:1rem;border-bottom:1px solid rgba(16,41,56,.08)}.home-testimonials__intro .eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.8rem;color:var(--text-muted);margin-bottom:.85rem}.home-testimonials__intro h2{font-size:clamp(2rem,3vw,2.75rem);margin:0;color:var(--text)}.home-testimonials__intro p{max-width:640px;margin:1rem auto 0;color:var(--text-muted);line-height:1.75}.home-testimonials__grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:1.75rem}.testimonial-card{background:var(--card-bg);border-radius:24px;padding:2rem;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:1.5rem}.testimonial-card__quote{margin:0;font-size:1rem;color:var(--text);line-height:1.8}.testimonial-card__meta{display:flex;flex-direction:column;gap:.35rem;color:var(--text-muted)}.testimonial-card__meta strong{color:var(--text)}.testimonial-card__meta span{font-size:.92rem}@media(max-width:1100px){.home-testimonials__grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:760px){.home-testimonials__grid{grid-template-columns:1fr}}.blog-card:hover{transform:translateY(-12px);box-shadow:0 16px 48px #3d856059,inset 0 1px #fff3;background:linear-gradient(135deg,#317c5c,#266548)}.blog-card__image{position:relative}.blog-card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000014,#00000047)}.blog-card__image img{width:100%;height:325px;object-fit:cover;display:block}.blog-card__body{padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.blog-card__meta{margin:0;color:var(--text-muted);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}.blog-card h3{margin:0;font-size:1.25rem;color:var(--text);line-height:1.35}.blog-card p{margin:0;color:var(--text-muted);line-height:1.8}.blog-card__footer{margin-top:auto}.btn-blog{padding:.75rem 1.4rem;border-radius:999px;color:#fff;background:linear-gradient(90deg,#4a9a6f,#3d8560);border:none;font-size:.94rem;font-weight:600;box-shadow:0 8px 20px #4a9a6f40;transition:all .3s ease}.btn-blog:hover{background:linear-gradient(90deg,#5aab7f,#4d9570);transform:translateY(-2px);box-shadow:0 12px 28px #4a9a6f59}.trust-card h3{margin:0;font-size:1rem;color:var(--text)}.trust-card p{margin:0;color:var(--text-muted);line-height:1.7}.home-products:before{content:"";position:absolute;inset:0;background:url(src/images/leaves.png) top left/110px auto no-repeat,url(src/images/leaves.png) top right/120px auto no-repeat,url(src/images/leaves.png) bottom left/110px auto no-repeat,url(src/images/leaves.png) bottom right/90px auto no-repeat,url(src/images/pexels-galiiya-20689437.jpg) right center/cover no-repeat;opacity:.26;pointer-events:none;filter:saturate(.95) brightness(1.05)}.home-products:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffffd9,#ffffffd9);pointer-events:none}.home-products__intro,.home-products__grid{position:relative;z-index:1}.home-products__intro{max-width:760px;margin:0 auto 2.5rem;text-align:center}.home-products__intro .eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.8rem;color:#7d705d;margin-bottom:.85rem}.home-products__intro h2{font-size:clamp(2rem,3vw,2.75rem);margin:0;color:#102938}.home-products__description{max-width:640px;margin:1rem auto 0;color:#4a4a4a;line-height:1.75}.home-products__grid{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:3rem;align-items:stretch}.product-card{background:var(--card-bg);border-radius:24px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--card-border);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;min-height:220px}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px #0a172c1f}.product-card__image{display:block;width:100%;min-height:120px;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.product-card__body{padding:.7rem .85rem .85rem;flex:1}.product-card__title{margin:0 0 .45rem;font-size:1rem;color:#fff;font-weight:700;line-height:1.3}.product-card__price{margin:0;color:#fff;font-weight:700;line-height:1.5}.product-card__body p:not(.product-card__price){margin:0;color:#5a5a5a;line-height:1.6}.home-banner__actions{margin-top:1.25rem;display:flex;gap:.75rem}.btn{padding:.75rem 1.2rem;border-radius:999px;cursor:pointer;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none}.btn-primary{background:linear-gradient(90deg,#ff7a18,#af002d);color:#fff;border:none;box-shadow:0 12px 30px #af002d2e}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 40px #af002d38}.btn-secondary{background:var(--btn-secondary-bg);color:var(--btn-secondary-color);border:1px solid var(--muted-border)}.btn-secondary:hover{background:#ffffff42;transform:translateY(-3px)}.btn-ghost{background:var(--btn-ghost-bg);border:1px solid var(--muted-border);color:var(--btn-secondary-color)}@media(max-width:1200px){.home-products__grid,.home-blog__grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:760px){.home-products__grid,.home-blog__grid{grid-template-columns:1fr}}@keyframes slideIn{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:none}}.call-button,.whatsapp-button{display:grid;place-items:center;position:fixed!important;z-index:9999;right:20px;width:60px;height:60px;border-radius:50%;color:#fff;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;overflow:hidden}.call-button{bottom:90px;background-color:#25d366;font-size:.88rem;font-weight:700}.call-button svg{width:30px;height:30px;fill:#fff}.whatsapp-button{bottom:20px;background-color:#25d366}.whatsapp-button img{width:34px;height:34px}.whatsapp-button:hover{background-color:#1ebe5b;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.whatsapp-button:active{background-color:#169f46;transform:translateY(0);box-shadow:0 4px 6px #0000001a}.about-page{min-height:100vh;padding:10rem 3rem 4rem;background:radial-gradient(circle at top,rgba(221,245,219,.16),transparent 34%),#071810;color:#f4f9f3}.about-hero{max-width:1080px;margin:0 auto 3.5rem;padding:4rem 3rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 24px 70px #0000002e}.about-hero__eyebrow{display:inline-block;margin-bottom:1rem;color:#c7e9c8;text-transform:uppercase;letter-spacing:.18em;font-size:.9rem}.about-hero__title{margin:0 0 1.4rem;font-size:clamp(2.5rem,3.8vw,4.5rem);line-height:1.05}.about-hero__text{margin:0;max-width:720px;line-height:1.9;color:#f4f9f3eb}.about-section{max-width:1080px;margin:0 auto;padding:3rem 0}.about-section__content{padding:3rem;border-radius:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #00000029}.about-section__title,.about-section__subtitle{margin-top:0;color:#f4f9f3}.about-section__title{margin-bottom:1.25rem;font-size:clamp(2rem,3.2vw,3rem)}.about-section__subtitle{margin:2rem 0 .75rem;font-size:1.6rem}.about-section__text{margin:0 0 1.3rem;line-height:1.9;color:#f4f9f3e6}.about-section__emphasis{margin-top:1.5rem;font-weight:600}.about-list{margin:0;padding-left:1.25rem;color:#f4f9f3e6;line-height:1.9}.about-list li{margin-bottom:.75rem}@media(max-width:900px){.about-page{padding:8rem 1.5rem 3rem}.about-section__content{padding:2rem}}@media(max-width:900px){.about-page{padding:8rem 1.5rem 3rem}.about-values{grid-template-columns:1fr}}.contact-page{background:#fff;min-height:100vh}.contact-hero{background:linear-gradient(135deg,#1a3e2e,#0d2f23);padding:8rem 2rem 6rem;text-align:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.contact-hero__content{max-width:800px;margin:0 auto}.contact-hero__title{margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.contact-hero__subtitle{margin:0;font-size:clamp(1rem,2vw,1.25rem);color:#ffffffd9;line-height:1.6}.contact-section{padding:5rem 2rem}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:linear-gradient(135deg,#f9f9f9,#f5f5f5);border-radius:20px;padding:2rem;border:1px solid rgba(61,133,96,.1);box-shadow:0 8px 24px #00000014;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.info-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #3d856026;background:linear-gradient(135deg,#fff,#fafafa)}.info-card__icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#3d8560,#2a6a50);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 6px 16px #3d856040}.info-card__title{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;color:#1a3e2e;letter-spacing:-.01em}.info-card__text{margin:0;font-size:.95rem;color:#5a5a5a;line-height:1.7}.info-link{color:#3d8560;text-decoration:none;font-weight:600;transition:all .3s ease}.info-link:hover{color:#2a6a50;text-decoration:underline}.contact-form-wrapper{background:linear-gradient(135deg,#f9faf8,#f4f6f3);border-radius:24px;padding:3rem;border:1px solid rgba(61,133,96,.12);box-shadow:0 12px 40px #00000014}.form-title{margin:0 0 2rem;font-size:1.75rem;font-weight:700;color:#1a3e2e;letter-spacing:-.01em}.success-message{background:linear-gradient(135deg,#3d85601a,#5aab7f1a);border-left:4px solid #3d8560;color:#1a3e2e;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9rem;font-weight:600;color:#1a3e2e;text-transform:uppercase;letter-spacing:.05em}.form-input,.form-textarea{padding:.75rem 1rem;border:2px solid rgba(61,133,96,.2);border-radius:12px;font-size:.95rem;font-family:inherit;transition:all .3s ease;background:#fffc;color:#1a3e2e}.form-input::placeholder,.form-textarea::placeholder{color:#5a5a5a80}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3d8560;background:#fff;box-shadow:0 0 0 3px #3d85601a}.form-textarea{resize:vertical;min-height:120px}.submit-button{padding:.875rem 2rem;background:linear-gradient(90deg,#3d8560,#2a6a50);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #3d856040;text-transform:uppercase;margin-top:1rem}.submit-button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #3d856059;background:linear-gradient(90deg,#4a9a6f,#3d8560)}.submit-button:active{transform:translateY(0)}@media(max-width:900px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-section{padding:3rem 1.5rem}.contact-hero{padding:6rem 1.5rem 4rem}.contact-form-wrapper{padding:2rem}.info-card{padding:1.5rem}}@media(max-width:600px){.contact-hero{padding:4rem 1rem 3rem}.contact-hero__title{font-size:2rem}.contact-section{padding:2rem 1rem}.contact-form-wrapper{padding:1.5rem}.form-title{font-size:1.5rem}.info-card{padding:1.25rem}.submit-button{padding:.75rem 1.5rem;font-size:.9rem}}.shop-page{background:#fff;min-height:100vh}.shop-hero{background:linear-gradient(135deg,#1a3e2e,#0d2f23);padding:8rem 2rem 6rem;text-align:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.shop-hero__content{max-width:800px;margin:0 auto}.shop-hero__title{margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.shop-hero__subtitle{margin:0;font-size:clamp(1rem,2vw,1.25rem);color:#ffffffd9;line-height:1.6}.shop-section{padding:4rem 2rem}.shop-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:250px 1fr;gap:3rem}.shop-filters{position:sticky;top:100px;height:fit-content}.filters-title{margin:0 0 1.5rem;font-size:1.1rem;font-weight:700;color:#1a3e2e;letter-spacing:-.01em}.filter-buttons{display:flex;flex-direction:column;gap:.75rem}.filter-btn{padding:.75rem 1.2rem;background:linear-gradient(135deg,#f9f9f9,#f5f5f5);color:#1a3e2e;border:2px solid rgba(61,133,96,.2);border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:left}.filter-btn:hover{background:#fff;border-color:#3d8560;color:#3d8560}.filter-btn--active{background:linear-gradient(90deg,#3d8560,#2a6a50);color:#fff;border-color:#3d8560;box-shadow:0 6px 16px #3d856040}.shop-content{display:flex;flex-direction:column;gap:2rem}.products-header{display:flex;justify-content:space-between;align-items:center}.products-count{margin:0;font-size:1.1rem;font-weight:600;color:#1a3e2e}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2.5rem}.no-products{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#7a8f7e;font-size:1.1rem}.shop-features{background:linear-gradient(135deg,#f9faf8,#f4f6f3);padding:5rem 2rem;border-top:1px solid rgba(61,133,96,.1)}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.feature-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(61,133,96,.1);box-shadow:0 8px 24px #00000014;transition:all .3s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #3d856026}.feature-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#3d8560,#2a6a50);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 6px 16px #3d856040}.feature-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;color:#1a3e2e}.feature-text{margin:0;font-size:.9rem;color:#5a5a5a;line-height:1.6}@media(max-width:968px){.shop-container{grid-template-columns:1fr}.shop-filters{position:static}.filter-buttons{flex-direction:row;flex-wrap:wrap}.filter-btn{flex:1;min-width:120px}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:600px){.shop-hero{padding:4rem 1rem 3rem}.shop-hero__title{font-size:2rem}.shop-section{padding:2rem 1rem}.filter-buttons{flex-direction:column}.filter-btn{min-width:auto}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem}.features-container{grid-template-columns:1fr;gap:1.5rem}.shop-features{padding:3rem 1rem}.shop-grid{grid-template-columns:1fr;gap:1.5rem}}.blog-page{padding:40px 20px}.blog-page__header{text-align:center;margin-bottom:24px}.blog-page__header h1{font-size:2rem;margin:0 0 8px}.blog-page__sub{color:#666;margin:0}.blog-hero{background:linear-gradient(135deg,#1a3e2e,#0d2f23);padding:6rem 2rem 4rem;margin-top:50px;text-align:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.blog-hero__content{max-width:900px;margin:0 auto}.blog-hero__title{margin:0 0 1rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.blog-hero__subtitle{margin:0;font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;line-height:1.6}
