@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}section{scroll-margin-top:110px}:root{--bg:#f8faf9;--surface:#fff;--surface-soft:#f1f5f3;--text:#17211d;--text-soft:#64716b;--green:#3f765b;--green-dark:#2e5d47;--green-light:#dfece5;--line:#dce5e0;--white:#fff;--shadow:0 24px 70px #2442331a;--radius:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.website{width:100%;overflow:hidden}.navbar{z-index:1000;width:100%;padding:18px 32px;position:fixed;top:0;left:0}.nav-container{-webkit-backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #dce5e0e6;border-radius:18px;justify-content:space-between;align-items:center;max-width:1240px;min-height:72px;margin:0 auto;padding:0 20px 0 24px;display:flex;box-shadow:0 12px 40px #233c3014}.brand{align-items:center;gap:10px;display:flex}.brand-mark{background:var(--green);color:#fff;letter-spacing:.08em;border-radius:12px;place-items:center;width:42px;height:42px;font-family:Manrope,sans-serif;font-size:12px;font-weight:800;display:grid}.brand-text{flex-direction:column;line-height:1;display:flex}.brand-text span{letter-spacing:.08em;font-family:Manrope,sans-serif;font-size:17px;font-weight:800}.brand-text small{color:var(--text-soft);letter-spacing:.24em;margin-top:5px;font-size:8px;font-weight:700}.nav-links{align-items:center;gap:34px;display:flex}.nav-links a{color:#46534d;font-size:14px;font-weight:500;transition:color .25s;position:relative}.nav-links a:after{content:"";background:var(--green);width:0;height:1.5px;transition:width .25s;position:absolute;bottom:-7px;left:0}.nav-links a:hover{color:var(--green-dark)}.nav-links a:hover:after{width:100%}.nav-button{background:var(--green);color:#fff;border-radius:12px;align-items:center;gap:9px;padding:13px 18px;font-size:13px;font-weight:600;transition:transform .25s,background .25s,box-shadow .25s;display:inline-flex}.nav-button:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 10px 24px #3f765b38}.nav-button span{font-size:16px}.hero{background:radial-gradient(circle at 80% 30%, #daebe1bf, transparent 32%), radial-gradient(circle at 20% 85%, #e6f2ecb3, transparent 30%), var(--bg);grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;min-height:100vh;padding:170px 7% 100px;display:grid;position:relative}.hero-content{max-width:700px}.hero-tag,.section-label{color:var(--green-dark);letter-spacing:.18em;align-items:center;gap:10px;font-size:11px;font-weight:700;display:inline-flex}.tag-dot{background:var(--green);width:7px;height:7px;box-shadow:0 0 0 6px var(--green-light);border-radius:50%}.hero h1{letter-spacing:-.055em;margin-top:26px;font-family:Manrope,sans-serif;font-size:clamp(52px,6vw,86px);font-weight:800;line-height:.98}.hero h1 span{color:var(--green)}.hero-content>p{max-width:620px;color:var(--text-soft);margin-top:30px;font-size:17px;line-height:1.8}.hero-actions{align-items:center;gap:14px;margin-top:38px;display:flex}.primary-button,.secondary-button{border-radius:13px;justify-content:center;align-items:center;gap:12px;min-height:54px;padding:0 21px;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex}.primary-button{background:var(--green);color:#fff;box-shadow:0 14px 30px #3f765b2e}.primary-button:hover{background:var(--green-dark);transform:translateY(-3px);box-shadow:0 18px 36px #3f765b3d}.secondary-button{color:var(--green-dark);border:1px solid var(--line);background:#ffffffa6}.secondary-button:hover{border-color:var(--green);background:#fff;transform:translateY(-3px)}.hero-visual{place-items:center;min-height:540px;display:grid;position:relative}.glow{filter:blur(10px);border-radius:50%;position:absolute}.glow-one{background:#c2decf8c;width:320px;height:320px}.glow-two{background:#e6f0eae6;width:180px;height:180px;transform:translate(150px,150px)}.visual-card{z-index:2;aspect-ratio:.82;background:linear-gradient(145deg,#fffffff2,#e7f2ebeb);border:1px solid #ffffffe6;border-radius:34px;flex-direction:column;justify-content:space-between;width:min(430px,85%);padding:28px;display:flex;position:relative;transform:rotate(4deg);box-shadow:0 40px 90px #2b4b3b26,inset 0 1px #ffffffe6}.card-top,.card-bottom{color:var(--text-soft);letter-spacing:.14em;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;display:flex}.card-symbol{letter-spacing:-.08em;color:var(--green);text-shadow:15px 15px #3f765b14;align-self:center;font-family:Manrope,sans-serif;font-size:90px;font-weight:800}.floating-card{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow);background:#ffffffe6;border:1px solid #dce5e0f2;border-radius:15px;align-items:center;gap:12px;padding:15px 17px;display:flex;position:absolute}.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:13px}.floating-card small{color:var(--text-soft);margin-top:3px;font-size:10px}.floating-icon{background:var(--green-light);width:34px;height:34px;color:var(--green-dark);border-radius:10px;place-items:center;display:grid}.floating-card-one{top:20%;left:0}.floating-card-two{bottom:17%;right:-5px}.floating-number{color:var(--green);font-family:Manrope,sans-serif;font-weight:800}.intro-section{background:#fff;padding:140px 8%}.intro-grid{grid-template-columns:1fr .85fr;gap:120px;max-width:1180px;margin:40px auto 0;display:grid}.intro-grid h2,.section-heading h2,.products-header h2,.cta-content h2{letter-spacing:-.05em;font-family:Manrope,sans-serif;font-size:clamp(40px,4.5vw,64px);line-height:1.02}.intro-grid h2 span,.section-heading h2 span,.products-header h2 span,.cta-content h2 span{color:var(--green)}.intro-copy{padding-top:5px}.intro-copy p{color:var(--text-soft);font-size:16px;line-height:1.8}.intro-copy p+p{margin-top:18px}.text-link{color:var(--green-dark);border-bottom:1px solid var(--green);gap:12px;margin-top:28px;padding-bottom:5px;font-size:14px;font-weight:700;display:inline-flex}.business-section{background:linear-gradient(#f5f9f6 0%,#edf4ef 100%);padding:140px 8%}.section-heading{justify-content:space-between;align-items:flex-end;gap:50px;max-width:1180px;margin:0 auto;display:flex}.section-heading h2{margin-top:25px}.section-heading>p{max-width:370px;color:var(--text-soft);font-size:15px;line-height:1.7}.business-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1180px;margin:60px auto 0;display:grid}.business-card{border:1px solid var(--line);background:#ffffffc7;border-radius:22px;flex-direction:column;min-height:360px;padding:30px;transition:transform .3s,box-shadow .3s,background .3s;display:flex;position:relative}.business-card:hover{box-shadow:var(--shadow);background:#fff;transform:translateY(-8px)}.featured-business{background:var(--green);color:#fff;border-color:var(--green)}.business-number{letter-spacing:.15em;opacity:.65;font-size:11px;font-weight:700}.business-icon{background:var(--green-light);width:54px;height:54px;color:var(--green-dark);border-radius:16px;place-items:center;margin-top:55px;font-size:20px;display:grid}.featured-business .business-icon{color:#fff;background:#ffffff24}.business-card h3{letter-spacing:-.03em;margin-top:25px;font-family:Manrope,sans-serif;font-size:25px}.business-card p{color:var(--text-soft);margin-top:12px;font-size:14px;line-height:1.7}.featured-business p{color:#ffffffb8}.business-card a{color:var(--green-dark);align-items:center;gap:10px;margin-top:auto;font-size:13px;font-weight:700;display:inline-flex}.featured-business a{color:#fff}.products-section{background:#fff;padding:140px 8%}.products-header{grid-template-columns:1fr .7fr;gap:100px;max-width:1180px;margin:38px auto 70px;display:grid}.products-header p{color:var(--text-soft);padding-top:10px;font-size:16px;line-height:1.8}.product-line{border-top:1px solid var(--line);max-width:1180px;margin:0 auto}.product-item{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr 1fr;align-items:center;gap:25px;padding:28px 0;display:grid}.product-item>span{color:var(--green);letter-spacing:.12em;font-size:11px;font-weight:800}.product-item strong{font-family:Manrope,sans-serif;font-size:20px}.product-item p{color:var(--text-soft);font-size:14px}.cta-section{background:var(--green);color:#fff;padding:130px 8%;position:relative;overflow:hidden}.cta-content{z-index:2;max-width:820px;position:relative}.cta-section .section-label{color:#ffffffb3}.cta-section .section-label span{background:#ffffffbf}.cta-content h2{margin-top:30px}.cta-content h2 span{color:#cde5d7}.cta-content p{color:#ffffffb8;max-width:520px;margin-top:25px;line-height:1.8}.cta-button{color:var(--green-dark);background:#fff;border-radius:12px;align-items:center;gap:12px;margin-top:35px;padding:16px 21px;font-size:14px;font-weight:700;transition:transform .25s;display:inline-flex}.cta-button:hover{transform:translateY(-3px)}.cta-decoration{letter-spacing:-.12em;color:#ffffff0e;font-family:Manrope,sans-serif;font-size:300px;font-weight:800;position:absolute;bottom:-22%;right:-5%}.footer-brand{align-items:center;gap:10px;display:flex}.footer-brand .brand-mark{color:var(--green-dark);background:#fff}.footer-brand .brand-text small{color:#ffffff73}.footer-top>p{color:#ffffff8c;max-width:350px;font-size:13px;line-height:1.7}.back-top{color:#fff;font-size:13px;font-weight:600}.footer-bottom{color:#ffffff61;border-top:1px solid #ffffff1a;justify-content:space-between;max-width:1180px;margin:50px auto 0;padding-top:22px;font-size:11px;display:flex}@media (width<=1000px){.nav-links{gap:18px}.hero{grid-template-columns:1fr;padding-top:150px}.hero-content{max-width:800px}.hero-visual{min-height:500px}.intro-grid,.products-header{grid-template-columns:1fr;gap:40px}.business-grid{grid-template-columns:1fr}.business-card{min-height:300px}.section-heading{flex-direction:column;align-items:flex-start}}@media (width<=760px){.navbar{padding:12px 15px}.nav-container{min-height:64px;padding:0 12px 0 15px}.nav-links{display:none}.nav-button{padding:11px 14px}.hero{padding:140px 22px 80px}.hero h1{font-size:clamp(44px,13vw,66px)}.hero-content>p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.primary-button,.secondary-button{width:100%}.hero-visual{min-height:430px}.visual-card{width:78%}.floating-card-one{left:-2px}.floating-card-two{right:-2px}.intro-section,.business-section,.products-section{padding:90px 22px}.intro-grid h2,.section-heading h2,.products-header h2,.cta-content h2{font-size:44px}.product-item{grid-template-columns:45px 1fr}.product-item p{grid-column:2}.cta-section{padding:95px 22px}.cta-decoration{font-size:170px}.footer{padding:45px 22px 20px}.footer-top{grid-template-columns:1fr;gap:25px}.footer-bottom{flex-direction:column;gap:15px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}.brand-logo{object-fit:contain;border-radius:12px;width:58px;height:58px;display:block}.brand{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.hero{position:relative;overflow:hidden}.hero-content{z-index:2;position:relative}.hero-title{letter-spacing:-.055em;line-height:.92}.hero-title span{display:block}.hero-description{max-width:620px;line-height:1.7}.hero-visual{transition:transform .6s;transform:rotate(2deg)}.hero-visual:hover{transform:rotate(0)translateY(-6px)}.hero-card{animation:5s ease-in-out infinite floatCard}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero:before{content:"";filter:blur(80px);pointer-events:none;background:#437e6314;border-radius:50%;width:520px;height:520px;position:absolute;top:10%;right:5%}@media (width<=900px){.nav-container{padding:12px 18px}.nav-links{gap:18px}.hero{padding:80px 24px 60px}.hero-title{font-size:clamp(52px,10vw,90px)}.hero-description{font-size:17px}}@media (width<=700px){.navbar{position:relative}.nav-container{min-height:70px}.nav-links{display:none}.hero{text-align:center;padding:55px 20px 50px}.hero-title{letter-spacing:-.06em;font-size:clamp(46px,14vw,72px);line-height:.95}.hero-description{margin-left:auto;margin-right:auto;font-size:16px;line-height:1.65}.hero-visual{margin-top:40px;transform:none}.hero-visual:hover{transform:translateY(-4px)}.hero-card{animation:none}}@media (width<=480px){.brand-logo{width:48px;height:48px}.hero{padding-left:16px;padding-right:16px}.hero-title{font-size:48px}.hero-description{font-size:15px}}.mobile-menu-btn{cursor:pointer;background:#427f63;border:0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;padding:0;display:none}.mobile-menu-btn span{background:#fff;border-radius:10px;width:19px;height:2px;display:block}@media (width<=768px){.mobile-menu-btn{display:flex}.nav-container{justify-content:space-between;align-items:center;display:flex}.navbar{padding:10px 14px}.brand-logo{object-fit:contain;width:64px;height:64px}.navbar .nav-container>.cta-button,.nav-links{display:none}.nav-links.mobile-open{z-index:1000;background:#fffffff7;border:1px solid #427f631f;border-radius:20px;flex-direction:column;gap:0;padding:10px;display:flex;position:absolute;top:calc(100% + 12px);left:14px;right:14px;box-shadow:0 18px 45px #14281e1f}.nav-links.mobile-open a{border-radius:12px;padding:15px 18px;text-decoration:none;display:block}.nav-links.mobile-open a:hover{background:#edf5f0}.nav-links{display:none!important}.nav-links.mobile-open{z-index:9999;opacity:1;background:#fff;border:1px solid #427f631f;border-radius:22px;flex-direction:column;align-items:stretch;gap:4px;padding:12px;position:absolute;top:calc(100% + 12px);left:14px;right:14px;box-shadow:0 20px 50px #14281e24,0 4px 12px #14281e0f;display:flex!important}.nav-links.mobile-open a{box-sizing:border-box;color:#1d2924;text-align:center;border-radius:14px;width:100%;padding:15px 18px;font-size:16px;font-weight:500;display:block}.nav-links.mobile-open a:hover{color:#427f63;background:#edf5f0}}.mobile-menu-btn span{transform-origin:50%;transition:transform .3s,opacity .2s}.mobile-menu-btn.active span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar{transition:transform .45s,opacity .35s}.navbar-visible{opacity:1;transform:translateY(0)}.navbar-hidden{opacity:0;pointer-events:none;transform:translateY(-130%)}.mobile-menu{z-index:1000;-webkit-backdrop-filter:blur(24px);background:#fffffff5;border:1px solid #3764501f;border-radius:24px;padding:24px 20px;animation:.3s forwards mobileMenuIn;position:absolute;top:calc(100% + 14px);left:0;right:0;box-shadow:0 24px 60px #1e46321f}.mobile-menu a{color:#26352f;border-radius:12px;padding:15px 12px;font-size:16px;font-weight:500;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:block}.mobile-menu a:hover{color:#3f8062;background:#41806214;transform:translate(4px)}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}[id=home],[id=about],[id=businesses],[id=products],[id=contact]{scroll-margin-top:110px}.business-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.business-card{transition:transform .35s,box-shadow .35s,border-color .35s}@media (width<=900px){.business-grid{grid-template-columns:1fr}.business-card:nth-child(5){grid-column:auto;width:100%}}.card-symbol{flex-direction:column;justify-content:center;align-items:center;display:flex}.emr-name{line-height:.9}.emr-name .emr-name{margin-bottom:6px;line-height:.9}.emr-since{letter-spacing:.28em;color:#477d67;text-transform:uppercase;white-space:nowrap;margin-top:6px;font-size:10px;font-weight:600;line-height:1}.product-item{transition:transform .35s,padding-left .35s;position:relative}.product-item:before{content:"";background:var(--green);border-radius:10px;width:3px;height:0;transition:height .35s;position:absolute;top:28px;left:0}.product-item:hover{padding-left:10px;transform:translate(6px)}.product-item:hover:before{height:calc(100% - 56px)}.product-item>span{transition:transform .35s}.product-item:hover>span{transform:translate(3px)}.product-item strong{transition:color .35s}.product-item:hover strong{color:var(--green)}.products-cta{text-align:center;margin-top:72px;padding:48px 0 20px}.products-cta-line{background:var(--green);border-radius:10px;width:42px;height:2px;margin:0 auto 26px}.products-cta p{letter-spacing:.04em;color:#60736b;margin:0 0 20px;font-size:15px}.products-cta-link{color:var(--green);align-items:center;gap:9px;font-size:14px;font-weight:700;text-decoration:none;transition:gap .3s,opacity .3s;display:inline-flex}.products-cta-link span{font-size:17px;transition:transform .3s}.products-cta-link:hover{opacity:.8;gap:13px}.products-cta-link:hover span{transform:translate(2px,-2px)}.business-card{transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.business-card:before{content:"";background:var(--green);transform-origin:0;width:100%;height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.business-card:hover{border-color:#477d6747;transform:translateY(-7px);box-shadow:0 18px 45px #2d58461a}.business-card:hover:before{transform:scaleX(1)}.business-card>*{z-index:1;position:relative}.business-card a{transition:color .3s,gap .3s}.business-card a span{transition:transform .3s;display:inline-block}.business-card:hover a span{transform:translate(3px,-3px)}.cta-contacts{justify-content:center;align-items:stretch;gap:16px;margin-top:34px;display:flex}.cta-contact{color:#fff;text-align:left;background:#ffffff14;border:1px solid #ffffff47;border-radius:14px;flex-direction:column;justify-content:center;min-width:250px;padding:16px 24px;text-decoration:none;transition:all .25s;display:flex}.cta-contact span{letter-spacing:.18em;color:#ffffffa6;margin-bottom:6px;font-size:10px;font-weight:700}.cta-contact:hover{background:#ffffff24;border-color:#ffffff80;transform:translateY(-3px)}@media (width<=700px){.cta-contacts{flex-direction:column;align-items:stretch;gap:12px;margin-top:28px}.cta-contact{text-align:center;box-sizing:border-box;width:100%;min-width:0}}.cta-section{position:relative;overflow:hidden}.cta-section:after{content:"";pointer-events:none;background:linear-gradient(#3f7d6300,#121f192e);height:90px;position:absolute;bottom:0;left:0;right:0}.footer{z-index:2;color:#f4f7f4;background:#101d18;padding:80px 8% 28px;position:relative}.footer-top{grid-template-columns:1.5fr 1fr 1.2fr 1.2fr;gap:70px;max-width:1250px;margin:0 auto;padding-bottom:70px;display:grid}.footer-brand .brand-mark{color:#397b61;letter-spacing:.08em;background:#f5f8f5;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:22px;font-size:14px;font-weight:800;display:flex}.footer-brand .brand-text{align-items:baseline;gap:9px;margin-bottom:18px;display:flex}.footer-column{flex-direction:column;align-items:flex-start;display:flex}.footer-label{color:#8da79a;letter-spacing:.18em;margin-bottom:24px;font-size:10px;font-weight:800;display:block}.footer-column a{color:#eef3ef;width:fit-content;margin-bottom:13px;font-size:14px;line-height:1.5;text-decoration:none;transition:color .25s,transform .25s;display:block}.footer-column a:hover{color:#9fd0b8;transform:translate(4px)}.footer-contact a{font-size:14px}.footer-contact-link{border-top:1px solid #ffffff1f;margin-top:12px;padding-top:14px}.footer-contact-link span{margin-left:8px}.footer-bottom{border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:20px;max-width:1250px;margin:0 auto;padding-top:25px;display:flex}.footer-bottom span{color:#71877d;letter-spacing:.02em;font-size:12px}.back-top{color:#dce8e1;font-size:13px;font-weight:600;text-decoration:none;transition:color .25s}.back-top:hover{color:#9fd0b8}.back-top span{color:inherit;margin-left:5px;font-size:14px}@media (width<=1000px){.footer-top{grid-template-columns:1.3fr 1fr 1fr;gap:45px}.footer-brand{grid-column:1/-1;max-width:420px}}@media (width<=700px){.footer{padding:60px 24px 24px}.footer-top{grid-template-columns:1fr 1fr;gap:45px 30px;padding-bottom:50px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=480px){.footer-top{grid-template-columns:1fr;gap:38px}.footer-brand{grid-column:auto}.footer-bottom{gap:15px}}.footer-top{grid-template-columns:1.7fr .8fr 1.25fr 1.1fr;gap:55px}.footer-brand{max-width:420px}.footer-brand p{max-width:360px}.footer-column{min-width:0}.footer-column a{white-space:nowrap}@media (width<=1000px){.footer-top{grid-template-columns:1.4fr 1fr 1fr}.footer-brand{max-width:450px}}@media (width<=700px){.footer-top{grid-template-columns:1fr 1fr}.footer-column a{white-space:normal}}@media (width<=480px){.footer-top{grid-template-columns:1fr}}.cta-content>p{text-align:center;width:100%;max-width:760px;margin:0 auto 42px;line-height:1.8}.footer{color:#f4f7f4;background:#0d1d17;padding:90px 8% 28px}.footer-top{grid-template-columns:1.5fr .8fr 1.3fr 1fr;align-items:start;gap:70px;max-width:1250px;margin:0 auto;display:grid}.footer-brand{flex-direction:column;gap:20px;display:flex}.footer-brand .brand-mark{color:#3f7d61;letter-spacing:1px;background:#f5f8f5;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;font-weight:700;display:flex}.footer-brand .brand-text{flex-direction:column;gap:4px;display:flex}.footer-brand .brand-text span{letter-spacing:1px;font-size:24px;font-weight:600}.footer-brand .brand-text small{letter-spacing:3px;color:#8fa99c;font-size:10px}.footer-brand p{color:#91a79d;max-width:280px;margin:8px 0 0;font-size:15px;line-height:1.7}.footer h4,.footer .footer-title{color:#8fbca7;letter-spacing:3px;text-transform:uppercase;margin:0 0 25px;font-size:12px;font-weight:600}.footer a{color:#eef3ef;text-decoration:none;transition:color .25s}.footer a:hover{color:#8fc4a8}.footer-top>div{min-width:0}.footer-top a{margin-bottom:18px;font-size:16px;line-height:1.5;display:block}.footer-bottom{border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;max-width:1250px;margin:70px auto 0;padding-top:25px;display:flex}.footer-bottom p{color:#718c80;margin:0;font-size:13px}.back-top{color:#dce8e1!important;margin:0!important;font-size:14px!important}@media (width<=900px){.footer{padding:70px 6% 25px}.footer-top{grid-template-columns:1fr 1fr;gap:50px 35px}}@media (width<=600px){.footer{padding:60px 24px 25px}.footer-top{grid-template-columns:1fr;gap:42px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px;margin-top:45px}}.footer-top{height:auto!important;min-height:auto!important;padding-bottom:0!important}.footer-bottom{margin-top:55px!important}@media (width<=768px){.container,.section-container{width:100%;padding-left:20px;padding-right:20px}h1{font-size:clamp(42px,12vw,64px);line-height:.98}h2{font-size:clamp(34px,9vw,52px);line-height:1.05}.about-grid,.business-header,.offer-header{grid-template-columns:1fr;gap:40px}.about-content{text-align:center}.business-grid{grid-template-columns:1fr;gap:20px}.business-card{width:100%}.cta-content{text-align:center;width:100%;padding:70px 20px}.cta-content h2{font-size:clamp(42px,11vw,64px)}.cta-content p{max-width:100%;margin-left:auto;margin-right:auto}.cta-contact{flex-direction:column;gap:14px;width:100%}.cta-contact>*{width:100%}.footer-top{grid-template-columns:1fr;gap:45px}.footer-brand,.footer-column,.footer-contact{text-align:center}.footer-bottom{text-align:center;flex-direction:column;gap:20px}.back-top{align-self:center}}@media (width<=480px){.cta-content{padding:60px 16px}.cta-content h2{font-size:42px}.cta-content p{font-size:16px;line-height:1.7}.business-card{padding:28px 22px}.footer-top{gap:38px}.footer-brand p{max-width:280px;margin-left:auto;margin-right:auto}}.brand-mark img{object-fit:contain;width:100%;height:100%;display:block}
