html{
  scroll-behavior:smooth;
}
body{background:var(--bg);color:var(--text);font-family:'Poppins',Arial,sans-serif;font-size:15px;line-height:1.45}
.material-symbols-rounded{
  font-variation-settings:'FILL' 0,'wght' 250,'GRAD' 0,'opsz' 24;
}
.container{width:min(1100px,92%);margin:0 auto}
.site-header,.site-footer{border-bottom:1px solid #e5e7eb}
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  border-bottom:0;
  background:rgba(59,178,155,.92);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled{
  box-shadow:0 8px 24px rgba(15,23,42,.18);
  background:rgba(59,178,155,.76);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.site-footer{
  border-top:1px solid #d9e7ef;
  border-bottom:0;
  padding:34px 0 18px;
  margin-top:36px;
  background:linear-gradient(180deg,#f8fcff 0%,#ffffff 100%);
}
.site-footer__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.footer-col{
  display:grid;
  gap:8px;
  align-content:start;
}
.footer-col h3,
.footer-col h4{
  margin:0;
  color:#0f172a;
}
.footer-col h3{
  font-size:1.2rem;
}
.footer-brand-logo{
  width:min(100%,240px);
  height:auto;
  display:block;
  object-fit:contain;
}
.footer-col h4{
  font-size:.96rem;
}
.footer-col p{
  margin:0;
  color:#475569;
}
.footer-col a{
  color:#0f766e;
  text-decoration:none;
  font-weight:500;
}
.footer-col a:hover{
  color:#0b5b54;
  text-decoration:underline;
}
.footer-contact{
  margin:4px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.footer-contact li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#334155;
}
.footer-contact .material-symbols-rounded{
  font-size:18px;
  color:var(--primary);
  margin-top:1px;
}
.footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.footer-social a{
  width:34px;
  height:34px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(59,178,155,.12);
  border:1px solid rgba(59,178,155,.24);
  color:#0f766e;
  transition:transform .2s ease, background-color .2s ease;
}
.footer-social a:hover{
  transform:translateY(-2px);
  background:rgba(59,178,155,.2);
  text-decoration:none;
}
.footer-social svg{
  width:18px;
  height:18px;
  fill:currentColor;
}
.footer-note{
  font-size:.84rem;
  color:#64748b;
}
.footer-careers-block{
  margin-top:22px;
  display:grid;
  gap:8px;
}
.footer-careers-title{
  margin:8px 0 0;
}
.footer-careers-call{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(59,178,155,.2);
  background:linear-gradient(135deg, rgba(59,178,155,.08) 0%, rgba(255,255,255,.9) 100%);
  color:#0f5f56;
  text-decoration:none;
  transition:border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.footer-careers-call:hover{
  text-decoration:none;
  transform:translateY(-1px);
  border-color:rgba(59,178,155,.35);
  background:linear-gradient(135deg, rgba(59,178,155,.12) 0%, rgba(255,255,255,.98) 100%);
}
.footer-careers-call__icon{
  width:28px;
  height:28px;
  border-radius:9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  color:#0f766e;
  background:#ffffff;
  border:1px solid rgba(59,178,155,.26);
  box-shadow:0 6px 14px rgba(15,23,42,.1);
  flex:0 0 28px;
}
.footer-careers-call__text{
  font-size:.82rem;
  line-height:1.45;
  color:#0f5f56;
}
.site-footer__bottom{
  margin-top:16px;
  padding-top:12px;
  border-top:1px solid #e4edf4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}
.site-footer__bottom p{
  margin:0;
  color:#64748b;
  font-size:.84rem;
}
.footer-dev-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#64748b;
  font-size:.78rem;
  text-decoration:none;
  opacity:.82;
  transition:opacity .2s ease, transform .2s ease;
}
.footer-dev-link:hover{
  opacity:1;
  transform:translateY(-1px);
  text-decoration:none;
}
.footer-dev-link img{
  height:26px;
  width:auto;
  display:block;
  object-fit:contain;
}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;position:relative}
.brand{display:inline-flex;align-items:center}
.brand img{height:38px;width:auto;max-width:176px;object-fit:contain}
.menu{display:flex;flex-direction:row;gap:4px;white-space:nowrap}
.menu{transition:transform .22s ease}
.menu{justify-content:flex-end}
.menu > a,
.menu-mega__trigger{
  color:#fff;
  font-weight:300;
  font-size:.9rem;
  letter-spacing:.01em;
  padding:10px 14px;
  border-radius:8px;
  position:relative;
  transition:color .2s ease;
  display:inline-flex;
  align-items:center;
  gap:4px;
  text-decoration:none;
}
.menu > a::after,
.menu-mega__trigger::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:5px;
  height:2px;
  border-radius:999px;
  background:var(--highlight);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}
.menu > a:hover,
.menu-mega__trigger:hover{
  color:#fff8eb;
}
.menu > a:hover::after,
.menu-mega__trigger:hover::after{transform:scaleX(1)}

.menu-mega{position:relative}
.menu-mega::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:14px;
}
.mi--tiny{font-size:16px}
.mega-menu{
  display:grid;
  position:fixed;
  top:64px;
  left:0;
  right:0;
  transform:translateY(8px) scale(.985);
  width:auto;
  max-width:100%;
  background:#fff;
  border:1px solid #dbe5ef;
  border-radius:0 0 14px 14px;
  box-shadow:0 20px 45px rgba(15,23,42,.2);
  padding:16px max(16px,calc((100vw - 1100px) / 2));
  grid-template-columns:repeat(4,minmax(220px,1fr));
  gap:14px;
  z-index:1200;
  max-height:calc(100vh - 78px);
  overflow:auto;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, visibility .2s step-end;
}
.mega-col{
  width:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
}
.mega-menu > .mega-col:nth-of-type(n+5),
.mega-menu > .mega-cta{
  display:none !important;
}
.menu-mega:hover .mega-menu,
.menu-mega:focus-within .mega-menu,
.menu-mega.is-open .mega-menu,
.mega-menu.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
  transition:opacity .2s ease, transform .2s ease, visibility 0s step-start;
}
.menu-mega:hover .menu-mega__trigger::after,
.menu-mega:focus-within .menu-mega__trigger::after,
.menu-mega.is-open .menu-mega__trigger::after{transform:scaleX(1)}

.mega-col h4{
  color:#0f172a;
  font-size:.85rem;
  font-weight:700;
  margin:0 0 8px;
}
.mega-col a{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#0f172a;
  text-decoration:none;
  padding:8px;
  border-radius:10px;
  white-space:normal;
  transition:background-color .2s ease;
}
.mega-col a:hover{background:#f4f8fb}
.mega-col .material-symbols-rounded{
  font-size:20px;
  color:var(--primary);
  margin-top:1px;
}
.mega-col strong{
  display:block;
  font-size:.92rem;
  font-weight:600;
}
.mega-col small{
  display:block;
  color:#475569;
  font-size:.79rem;
  line-height:1.25;
}
.nav-panel{
  display:flex;
  position:static;
  margin-left:auto;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  background:transparent;
  border:none;
  box-shadow:none;
  padding:0;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}
.header-search{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.header-search__trigger{
  width:36px;
  height:36px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.56);
  background:rgba(255,255,255,.18);
  color:#ffffff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.header-search__panel{
  position:absolute;
  right:0;
  top:calc(100% + 8px);
  width:min(300px,80vw);
  padding:8px;
  border:1px solid #dbe5ef;
  border-radius:12px;
  background:#ffffff;
  box-shadow:0 16px 34px rgba(15,23,42,.16);
  display:flex;
  align-items:center;
  gap:8px;
  opacity:1;
  transform:translateY(0);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:1300;
}
.header-search input{
  width:100%;
  min-width:0;
  height:36px;
  padding:8px 10px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  background:#ffffff;
  color:#0f172a;
}
.header-search input::placeholder{
  color:#64748b;
}
.header-search input:focus{
  outline:none;
  border-color:rgba(59,178,155,.8);
  box-shadow:0 0 0 2px rgba(59,178,155,.2);
}
.header-search__submit{
  height:36px;
  border-radius:10px;
  border:1px solid transparent;
  padding:0 12px;
  background:linear-gradient(135deg,var(--primary) 0%,#2a8d7c 100%);
  color:#ffffff;
  font-weight:600;
}
.header-search__trigger,
.header-search__submit{
  cursor:pointer;
}
.header-search__trigger{
  width:36px;
  height:36px;
  padding:0;
}
.header-search .material-symbols-rounded{
  font-size:19px;
}
.header-search.is-collapsed .header-search__panel{
  opacity:0;
  visibility:hidden;
  transform:translateY(-4px);
  pointer-events:none;
}
.nav-cta{
  width:auto;
  text-align:center;
  white-space:nowrap;
  font-weight:500;
}
.menu-toggle{
  width:44px;height:44px;border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;
  border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;
}
.menu-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:10px;transition:transform .2s ease}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
main{margin:0;padding:0}
.section{padding:52px 0}
.cache-clear-btn{
  position:fixed;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  z-index:1600;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid rgba(59,178,155,.45);
  background:#fff;
  color:var(--primary);
  border-radius:999px;
  padding:9px 14px;
  font-size:.84rem;
  font-weight:600;
  box-shadow:0 8px 20px rgba(15,23,42,.16);
}
.cache-clear-btn:hover{
  background:rgba(59,178,155,.08);
}
.cache-clear-btn:disabled{
  opacity:.65;
  cursor:wait;
}
.back-to-top{
  position:fixed;
  right:18px;
  top:50%;
  bottom:auto;
  width:42px;
  height:42px;
  border:1px solid rgba(15,118,110,.34);
  background:rgba(255,255,255,.94);
  color:#0f766e;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 22px rgba(15,23,42,.16);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(calc(-50% + 8px));
  transition:opacity .22s ease, transform .22s ease, visibility .22s step-end, background .2s ease;
  z-index:1300;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(-50%);
  transition:opacity .22s ease, transform .22s ease, visibility .22s step-start, background .2s ease;
}
.back-to-top:hover{
  background:#ffffff;
}
.back-to-top .material-symbols-rounded{
  font-size:22px;
  line-height:1;
}
.menu-toggle{display:none!important}
@media (max-width: 899px){
  .site-header__inner{gap:10px}
  .brand img{height:34px;max-width:158px}
  .nav-panel{gap:10px;min-width:0}
  .header-search__panel{
    right:-34px;
    width:min(280px,88vw);
  }
  .menu{
    overflow-x:auto;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }
  .menu::-webkit-scrollbar{display:none}
  .menu > a,
  .menu-mega__trigger{padding:8px 10px;font-size:.88rem}
  .mega-menu{
    position:fixed;
    left:8px;
    right:8px;
    top:76px;
    transform:translateY(8px) scale(.99);
    width:auto;
    max-height:70vh;
    overflow:auto;
    grid-template-columns:1fr;
  }
  .menu-mega:hover .mega-menu,
  .menu-mega:focus-within .mega-menu,
  .menu-mega.is-open .mega-menu{
    transform:translateY(0) scale(1);
  }
  .mega-menu.is-open{
    transform:translateY(0) scale(1);
  }
  .nav-cta{padding:8px 10px;font-size:.85rem}
  .site-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .cache-clear-btn{
    bottom:10px;
    padding:8px 12px;
    font-size:.8rem;
  }
  .back-to-top{
    right:12px;
    top:50%;
    bottom:auto;
    width:40px;
    height:40px;
  }
}
@media (min-width: 900px){
  .brand img{height:46px;max-width:204px}
  .site-footer__grid{
    grid-template-columns:minmax(0,1.25fr) repeat(3,minmax(0,1fr));
    gap:22px;
  }
}
