.seo-home .site-header{height:80px;position:sticky;top:0;z-index:50;box-shadow:0 3px 12px rgba(15,23,42,.08)}
.seo-home .container{width:min(var(--max),calc(100% - 48px))}
.seo-home .logo-mark{width:52px;height:52px}
.seo-home .site-header .container{width:min(var(--max),calc(100% - 48px))}
.seo-home .header-inner{height:80px}
.seo-home .nav{gap:8px}
.home-hero{min-height:438px;display:grid;place-items:center;position:relative;overflow:hidden;color:#fff;text-align:center;background:linear-gradient(125deg,#5e7ae5 0%,#695bc8 58%,#7957ae 100%)}
.home-hero:after{content:"";position:absolute;inset:-55% -6% -55% 68%;background:rgba(255,255,255,.07);transform:rotate(43deg)}
.home-hero-inner{position:relative;z-index:1;max-width:720px!important}
.home-hero h1{margin:0;font-size:45px;letter-spacing:1px}
.home-hero p{margin:24px auto 0;font-size:16px;line-height:1.75}
.explore-button{min-height:43px;margin-top:30px;padding:0 22px;display:inline-flex;align-items:center;border-radius:24px;color:#fff;background:#ff6548;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgba(122,49,34,.18)}
.home-stats{padding:77px 0 74px;background:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.stats-grid>div{text-align:center}
.stats-grid strong{display:block;color:#4d6fff;font-size:40px;line-height:1.1}
.stats-grid span{display:block;margin-top:18px;color:#5f6670;font-size:14px}
.home-products{padding:103px 0 110px;background:linear-gradient(120deg,#f2f5fa,#dce4f1)}
.home-section-head{text-align:center}
.home-section-head h2{margin:0;font-size:39px}
.home-section-head p{max-width:760px;margin:22px auto 0;color:#68717c;font-size:16px;line-height:1.7}
.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-top:58px}
.home-product-card{position:relative;overflow:hidden;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 14px 34px rgba(39,58,91,.11)}
.home-product-media{aspect-ratio:16/9;background:linear-gradient(135deg,#dfe5ef,#cdd7e6)}
.home-product-media img{width:100%;height:100%;display:block;object-fit:cover}
.home-product-media img:not([src]){display:none}
.home-product-body{padding:38px 40px 34px}
.product-badge{position:absolute;right:22px;top:20px;padding:10px 15px;border-radius:22px;color:#fff;background:#ff6548;font-size:14px;font-weight:800}
.home-product-body h3{margin:0 0 12px;font-size:21px}
.product-meta{display:flex;flex-wrap:wrap;gap:22px;color:#6c737c;font-size:13px}
.home-product-body p{margin:25px 0 24px;color:#626a75;font-size:16px;line-height:1.75}
.home-product-body>a{min-height:46px;padding:0 24px;display:inline-flex;align-items:center;border-radius:24px;color:#fff;background:#5b5ff2;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgba(74,78,205,.24)}
.home-about{padding:95px 0}
.home-about a{display:inline-flex;margin-top:28px;color:var(--brand);font-weight:800;text-decoration:none}
.seo-home .site-footer{background:#293135;color:#cbd2da}
@media(max-width:1100px){
  .home-product-grid{grid-template-columns:1fr;max-width:650px;margin-left:auto;margin-right:auto}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:1100px){
  .seo-home .site-header{height:78px}
  .seo-home .header-inner{height:78px}
  .seo-home .nav{display:none!important}
  .seo-home .nav.is-open{display:flex!important}
  .seo-home .nav-toggle{display:block!important}
  .home-hero{min-height:620px}
  .home-hero-inner{padding:60px 0}
  .home-hero h1{font-size:44px}
  .home-hero p{font-size:20px;line-height:1.85}
  .home-stats{padding:58px 0}
  .home-products{padding:75px 0}
  .home-product-media{height:auto;aspect-ratio:16/9}
}
@media(max-width:620px){
  .seo-home .container{width:calc(100% - 40px)}
  .seo-home .logo{font-size:20px}
  .seo-home .logo-mark{width:52px;height:52px}
  .home-hero{min-height:720px}
  .home-hero h1{font-size:42px}
  .home-hero p{font-size:18px;line-height:1.9}
  .stats-grid{grid-template-columns:1fr 1fr;gap:42px 15px}
  .stats-grid strong{font-size:31px}
  .home-product-body{min-height:0;padding:28px 25px 30px}
  .home-product-body p{margin:20px 0 22px;font-size:15px;line-height:1.7}
  .home-section-head h2{font-size:31px}
}
