/* Product and category routes reuse the live homepage stylesheet and components.
   These rules only select which homepage sections belong on an SEO route. */
.seo-crawl-fallback[hidden]{display:none!important}
.sai2-seo-mount{min-height:100vh}

body.sai2-seo-category .hero,
body.sai2-seo-category .category-section,
body.sai2-seo-category .buy-steps,
body.sai2-seo-category .purchase-notice,
body.sai2-seo-category .service-section{display:none!important}
body.sai2-seo-category #products{padding-top:72px;min-height:70vh}

@media(max-width:720px){
  body.sai2-seo-category #products{padding-top:36px}
}

/* Public information pages are intentionally server-rendered and do not
   redefine any storefront component used by the homepage. */
.site-info-page{margin:0;background:#fbfaf5;color:#183f33;font-family:system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
.site-info-page *{box-sizing:border-box}
.site-info-page a{color:inherit}
.site-info-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-info-announcement{min-height:42px;display:flex;align-items:center;justify-content:center;padding:10px 20px;background:#153f34;color:#fff;font-size:13px;text-align:center}
.site-info-header{background:#fbfaf5;border-bottom:1px solid #d9e6df}
.site-info-header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.site-info-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-family:Georgia,"Times New Roman","Songti SC",serif;font-size:25px;white-space:nowrap}
.site-info-brand span{width:34px;height:34px;border-radius:50%;background:#21805f;display:inline-block}
.site-info-header nav,.site-info-footer nav{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.site-info-header nav a,.site-info-footer nav a{text-decoration:none}
.site-info-header nav a:hover,.site-info-footer nav a:hover{text-decoration:underline;text-underline-offset:4px}
.site-info-main{padding:34px 0 72px}
.site-info-breadcrumb{display:flex;align-items:center;gap:8px;color:#64786f;font-size:14px;margin-bottom:42px}
.site-info-breadcrumb a{text-underline-offset:3px}
.site-info-hero{max-width:850px;margin-bottom:36px}
.site-info-eyebrow{display:block;margin-bottom:12px;color:#087455;font-size:14px;font-weight:700;letter-spacing:.18em}
.site-info-hero h1{margin:0 0 18px;font-family:Georgia,"Times New Roman","Songti SC",serif;font-size:clamp(36px,5vw,58px);font-weight:500;line-height:1.15}
.site-info-hero>p{margin:0;color:#4b645a;font-size:17px;line-height:1.9}
.site-info-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.site-info-card{min-height:190px;padding:28px;border:1px solid #d3e4dc;border-radius:22px;background:#fff}
.site-info-card h2{margin:0 0 14px;font-size:21px}
.site-info-card p{margin:0;color:#40594f;font-size:15px;line-height:1.9}
.site-info-button{display:inline-flex;align-items:center;justify-content:center;margin-top:20px;padding:10px 18px;border-radius:999px;background:#1f7658;color:#fff!important;text-decoration:none;font-size:14px}
.site-info-note{margin-top:24px;padding:24px 28px;border-radius:20px;background:#dff2e9}
.site-info-note b{font-size:17px}
.site-info-note p{margin:8px 0 0;line-height:1.8;color:#365448}
.site-info-footer{border-top:1px solid #d9e6df;background:#f5f7f3;padding:32px 0}
.site-info-footer-inner{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:18px 28px;align-items:center}
.site-info-footer b{font-size:18px}
.site-info-footer p{margin:7px 0 0;color:#62766d;font-size:14px}
.site-info-icp{grid-column:1/-1;color:#61756c;font-size:13px;text-underline-offset:3px}
@media(max-width:760px){
  .site-info-shell{width:min(100% - 28px,1180px)}
  .site-info-header-inner{min-height:auto;padding:20px 0;align-items:flex-start;flex-direction:column;gap:16px}
  .site-info-header nav,.site-info-footer nav{gap:12px 18px;font-size:14px}
  .site-info-main{padding:24px 0 48px}
  .site-info-breadcrumb{margin-bottom:28px}
  .site-info-sections{grid-template-columns:1fr}
  .site-info-card{min-height:0;padding:22px}
  .site-info-footer-inner{grid-template-columns:1fr}
  .site-info-icp{grid-column:auto}
}
