.Navbar-module__dVeNwG__header{z-index:1000;-webkit-backdrop-filter:blur(18px);background:#ffffffbf;border-bottom:1px solid #e5e7ebcc;position:sticky;top:0}.Navbar-module__dVeNwG__container{justify-content:space-between;align-items:center;height:82px;display:flex}.Navbar-module__dVeNwG__logo{align-items:center;gap:14px;display:flex}.Navbar-module__dVeNwG__logo img{box-shadow:var(--shadow-sm);border-radius:14px}.Navbar-module__dVeNwG__logo div{flex-direction:column;display:flex}.Navbar-module__dVeNwG__logo span{font-size:1.08rem;font-weight:700}.Navbar-module__dVeNwG__logo small{color:var(--text-secondary);font-size:.82rem}.Navbar-module__dVeNwG__nav{gap:40px;display:flex}.Navbar-module__dVeNwG__nav a{color:var(--text-secondary);font-weight:500;transition:all .3s;position:relative}.Navbar-module__dVeNwG__nav a:after{content:"";background:var(--primary);width:0;height:2px;transition:all .3s;position:absolute;bottom:-8px;left:0}.Navbar-module__dVeNwG__nav a:hover{color:var(--text)}.Navbar-module__dVeNwG__nav a:hover:after{width:100%}.Navbar-module__dVeNwG__button{background:var(--primary);color:#fff;transition:var(--transition);box-shadow:var(--shadow-sm);border-radius:999px;padding:14px 24px;font-weight:600}.Navbar-module__dVeNwG__button:hover{box-shadow:var(--shadow-md);background:var(--primary-light);transform:translateY(-3px)}@media (max-width:900px){.Navbar-module__dVeNwG__nav,.Navbar-module__dVeNwG__button{display:none}}
.Hero-module__PgAKtG__hero{padding:140px 0;position:relative;overflow:hidden}.Hero-module__PgAKtG__container{grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;min-height:80vh;display:grid}.Hero-module__PgAKtG__badge{background:var(--primary-soft);color:var(--primary);letter-spacing:.08em;border-radius:999px;align-items:center;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.Hero-module__PgAKtG__content h1{letter-spacing:-.06em;max-width:650px;margin-bottom:30px;font-size:6rem;line-height:.92}.Hero-module__PgAKtG__content p{color:var(--text-secondary);max-width:620px;margin-bottom:42px;font-size:1.3rem;line-height:1.9}.Hero-module__PgAKtG__actions{gap:18px;margin-bottom:45px;display:flex}.Hero-module__PgAKtG__primary,.Hero-module__PgAKtG__secondary{transition:var(--transition);border-radius:999px;padding:18px 34px;font-weight:600}.Hero-module__PgAKtG__primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-md)}.Hero-module__PgAKtG__primary:hover{transform:translateY(-4px)}.Hero-module__PgAKtG__secondary{border:1px solid var(--border);background:#fff}.Hero-module__PgAKtG__secondary:hover{background:#f8fafc}.Hero-module__PgAKtG__highlights{flex-direction:column;gap:18px;display:flex}.Hero-module__PgAKtG__highlight{color:var(--text-secondary);align-items:center;gap:14px;font-size:1rem;display:flex}.Hero-module__PgAKtG__dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:10px;height:10px}.Hero-module__PgAKtG__visual{justify-content:center;align-items:center;height:650px;display:flex;position:relative}.Hero-module__PgAKtG__glow{filter:blur(120px);background:#ddf4ea;border-radius:50%;width:520px;height:520px;animation:8s ease-in-out infinite Hero-module__PgAKtG__pulse;position:absolute}.Hero-module__PgAKtG__logoCard{z-index:5;-webkit-backdrop-filter:blur(24px);background:#ffffffe6;border:1px solid #ffffffb3;border-radius:42px;padding:40px;animation:6s ease-in-out infinite Hero-module__PgAKtG__floatLogo;position:relative;box-shadow:0 35px 90px #0f6a4b2e}.Hero-module__PgAKtG__productCard{-webkit-backdrop-filter:blur(20px);width:280px;box-shadow:var(--shadow-lg);background:#ffffffe6;border:1px solid #fffc;border-radius:24px;align-items:center;gap:18px;padding:22px;display:flex;position:absolute}.Hero-module__PgAKtG__productCard h3{margin-bottom:4px;font-size:1.05rem}.Hero-module__PgAKtG__productCard p{color:var(--text-secondary);margin-bottom:8px;font-size:.92rem}.Hero-module__PgAKtG__productCard span{color:var(--primary);font-size:.9rem;font-weight:600}.Hero-module__PgAKtG__productIcon{background:var(--primary);border-radius:50%;flex-shrink:0;width:18px;height:18px}.Hero-module__PgAKtG__topCard{animation:7s ease-in-out infinite Hero-module__PgAKtG__floatCard1;top:70px;left:-10px}.Hero-module__PgAKtG__bottomCard{animation:8s ease-in-out infinite Hero-module__PgAKtG__floatCard2;bottom:70px;right:-10px}.Hero-module__PgAKtG__blurOne{filter:blur(60px);background:#0f6a4b1f;border-radius:50%;width:170px;height:170px;position:absolute;top:20px;right:20px}.Hero-module__PgAKtG__blurTwo{filter:blur(70px);background:#2563eb1a;border-radius:50%;width:220px;height:220px;position:absolute;bottom:20px;left:0}@keyframes Hero-module__PgAKtG__floatLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes Hero-module__PgAKtG__floatCard1{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes Hero-module__PgAKtG__floatCard2{0%,to{transform:translateY(0)}50%{transform:translateY(14px)}}@keyframes Hero-module__PgAKtG__pulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media (max-width:1100px){.Hero-module__PgAKtG__container{grid-template-columns:1fr;gap:80px}.Hero-module__PgAKtG__content{text-align:center}.Hero-module__PgAKtG__content h1{margin-left:auto;margin-right:auto;font-size:4.4rem}.Hero-module__PgAKtG__content p{margin-left:auto;margin-right:auto}.Hero-module__PgAKtG__actions{justify-content:center}.Hero-module__PgAKtG__highlights{align-items:center}.Hero-module__PgAKtG__visual{height:560px}.Hero-module__PgAKtG__topCard{left:0}.Hero-module__PgAKtG__bottomCard{right:0}}@media (max-width:768px){.Hero-module__PgAKtG__hero{padding:90px 0 120px}.Hero-module__PgAKtG__container{gap:60px}.Hero-module__PgAKtG__content h1{font-size:2.9rem;line-height:1}.Hero-module__PgAKtG__content p{font-size:1.05rem}.Hero-module__PgAKtG__actions{flex-direction:column}.Hero-module__PgAKtG__primary,.Hero-module__PgAKtG__secondary{text-align:center;width:100%}.Hero-module__PgAKtG__visual{height:620px}.Hero-module__PgAKtG__logoCard{border-radius:34px;padding:28px}.Hero-module__PgAKtG__logoCard img{width:165px;height:165px}.Hero-module__PgAKtG__productCard{border-radius:20px;gap:14px;width:210px;padding:16px}.Hero-module__PgAKtG__productCard h3{font-size:.95rem}.Hero-module__PgAKtG__productCard p,.Hero-module__PgAKtG__productCard span{font-size:.82rem}.Hero-module__PgAKtG__productIcon{width:16px;height:16px}.Hero-module__PgAKtG__topCard{top:10px;left:8px}.Hero-module__PgAKtG__bottomCard{bottom:10px;right:8px}.Hero-module__PgAKtG__glow{width:420px;height:420px}.Hero-module__PgAKtG__blurOne{width:140px;height:140px}.Hero-module__PgAKtG__blurTwo{width:170px;height:170px}}
.About-module__OtWT4W__about{background:var(--surface);padding:140px 0}.About-module__OtWT4W__header{text-align:center;max-width:850px;margin:0 auto 80px}.About-module__OtWT4W__badge{background:var(--primary-soft);color:var(--primary);letter-spacing:.08em;border-radius:999px;align-items:center;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.About-module__OtWT4W__header h2{letter-spacing:-.05em;margin-bottom:28px;font-size:4.6rem;line-height:.95}.About-module__OtWT4W__header p{color:var(--text-secondary);font-size:1.2rem;line-height:1.9}.About-module__OtWT4W__cards{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.About-module__OtWT4W__card{border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:30px;padding:40px}.About-module__OtWT4W__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.About-module__OtWT4W__icon{background:linear-gradient(135deg, var(--primary), var(--primary-light));border-radius:18px;width:56px;height:56px;margin-bottom:26px}.About-module__OtWT4W__card h3{letter-spacing:-.02em;margin-bottom:18px;font-size:1.6rem}.About-module__OtWT4W__card p{color:var(--text-secondary);line-height:1.8}@media (max-width:1100px){.About-module__OtWT4W__cards{grid-template-columns:1fr}.About-module__OtWT4W__header h2{font-size:3.6rem}}@media (max-width:768px){.About-module__OtWT4W__about{padding:100px 0}.About-module__OtWT4W__header{margin-bottom:60px}.About-module__OtWT4W__header h2{font-size:2.5rem;line-height:1}.About-module__OtWT4W__header p{font-size:1.05rem}.About-module__OtWT4W__card{padding:30px}}
.Products-module__vYFycq__products{padding:140px 0}.Products-module__vYFycq__header{text-align:center;max-width:760px;margin:0 auto 80px}.Products-module__vYFycq__badge{background:var(--primary-soft);color:var(--primary);letter-spacing:.08em;border-radius:999px;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.Products-module__vYFycq__header h2{letter-spacing:-.05em;margin-bottom:24px;font-size:4.5rem;line-height:.95}.Products-module__vYFycq__header p{color:var(--text-secondary);font-size:1.2rem;line-height:1.9}.Products-module__vYFycq__grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.Products-module__vYFycq__card{border:1px solid var(--border);min-height:460px;transition:var(--transition);box-shadow:var(--shadow-sm);background:#fff;border-radius:32px;flex-direction:column;padding:42px;display:flex}.Products-module__vYFycq__card:hover{transform:translateY(-12px);box-shadow:0 30px 70px #0f6a4b1f}.Products-module__vYFycq__card:hover .Products-module__vYFycq__button{color:#0f6a4b;transform:translate(4px)}.Products-module__vYFycq__card{cursor:default}a.Products-module__vYFycq__card{cursor:pointer}.Products-module__vYFycq__icon{border-radius:22px;width:64px;height:64px;margin-bottom:26px}.Products-module__vYFycq__category{margin-bottom:12px;font-size:.95rem;font-weight:700}.Products-module__vYFycq__card h3{letter-spacing:-.03em;margin-bottom:20px;font-size:2.2rem}.Products-module__vYFycq__card p{color:var(--text-secondary);flex:1;line-height:1.9}.Products-module__vYFycq__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:40px;padding-top:24px;display:flex}.Products-module__vYFycq__status{font-weight:700}.Products-module__vYFycq__button{color:#111827;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Products-module__vYFycq__button:hover{color:#0f6a4b;transform:translate(4px)}.Products-module__vYFycq__button:disabled{cursor:not-allowed;opacity:.45;transform:none}.Products-module__vYFycq__future{text-align:center;max-width:760px;margin-top:90px;margin-left:auto;margin-right:auto}.Products-module__vYFycq__future h3{letter-spacing:-.03em;margin-bottom:20px;font-size:2.3rem}.Products-module__vYFycq__future p{color:var(--text-secondary);font-size:1.15rem;line-height:1.9}@media (max-width:1100px){.Products-module__vYFycq__grid{grid-template-columns:1fr}.Products-module__vYFycq__header h2{font-size:3.6rem}}@media (max-width:768px){.Products-module__vYFycq__products{padding:100px 0}.Products-module__vYFycq__header{margin-bottom:60px}.Products-module__vYFycq__header h2{font-size:2.5rem;line-height:1}.Products-module__vYFycq__header p{font-size:1.05rem}.Products-module__vYFycq__card{min-height:auto;color:inherit;flex-direction:column;padding:30px;text-decoration:none;display:flex}.Products-module__vYFycq__footer{flex-direction:column;align-items:flex-start;gap:18px}}
.Contact-module__dhIxzq__contact{padding:140px 0}.Contact-module__dhIxzq__card{text-align:center;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#f6fcf8 0%,#edf8f2 100%);border:1px solid #dceee4;border-radius:40px;padding:90px 70px;position:relative;overflow:hidden}.Contact-module__dhIxzq__card:before{content:"";filter:blur(40px);background:#0f6a4b14;border-radius:50%;width:420px;height:420px;position:absolute;top:-170px;right:-120px}.Contact-module__dhIxzq__card:after{content:"";filter:blur(30px);background:#0f6a4b0f;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-120px;left:-60px}.Contact-module__dhIxzq__badge{z-index:2;color:var(--primary);letter-spacing:.08em;background:#fff;border-radius:999px;margin-bottom:28px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-flex;position:relative}.Contact-module__dhIxzq__card h2{z-index:2;letter-spacing:-.05em;margin-bottom:28px;font-size:4.6rem;line-height:.95;position:relative}.Contact-module__dhIxzq__card p{z-index:2;max-width:760px;color:var(--text-secondary);margin:0 auto 42px;font-size:1.2rem;line-height:1.9;position:relative}.Contact-module__dhIxzq__button{z-index:2;background:var(--primary);color:#fff;transition:var(--transition);box-shadow:var(--shadow-md);border-radius:999px;justify-content:center;align-items:center;margin-bottom:24px;padding:18px 36px;font-size:1rem;font-weight:600;display:inline-flex;position:relative}.Contact-module__dhIxzq__button:hover{background:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Contact-module__dhIxzq__note{z-index:2;color:var(--text-secondary);font-size:.95rem;display:block;position:relative}@media (max-width:1000px){.Contact-module__dhIxzq__card{padding:70px 40px}.Contact-module__dhIxzq__card h2{font-size:3.5rem}}@media (max-width:768px){.Contact-module__dhIxzq__contact{padding:100px 0}.Contact-module__dhIxzq__card{border-radius:30px;padding:55px 28px}.Contact-module__dhIxzq__card h2{font-size:2.5rem;line-height:1}.Contact-module__dhIxzq__card p{font-size:1.05rem}.Contact-module__dhIxzq__button{width:100%}}
.Footer-module__rnk_JG__footer{border-top:1px solid var(--border);background:#fff;padding:100px 0 40px}.Footer-module__rnk_JG__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;display:grid}.Footer-module__rnk_JG__brand img{border-radius:16px;margin-bottom:22px}.Footer-module__rnk_JG__brand h3{margin-bottom:18px;font-size:1.6rem}.Footer-module__rnk_JG__brand p{max-width:360px;color:var(--text-secondary);line-height:1.9}.Footer-module__rnk_JG__grid h4{margin-bottom:24px;font-size:1rem}.Footer-module__rnk_JG__grid a{color:var(--text-secondary);transition:var(--transition);margin-bottom:14px;display:block}.Footer-module__rnk_JG__grid a:hover{color:var(--primary);transform:translate(4px)}.Footer-module__rnk_JG__bottom{border-top:1px solid var(--border);color:var(--text-secondary);justify-content:space-between;margin-top:70px;padding-top:30px;font-size:.95rem;display:flex}@media (max-width:1000px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr}.Footer-module__rnk_JG__bottom{text-align:center;flex-direction:column;gap:12px}}
