/* CMS page shell — shared layout for home + inner CMS routes (split from index-home.css) */
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,sans-serif;background:#fff;color:var(--gp-text)}
.home-shell{min-height:100vh;background:#fff}
.home-container{max-width:1360px;margin:0 auto;padding:0 0px}
.home-flash{margin:16px 0;padding:12px 14px;border-radius:10px;background:#ecfeff;border:1px solid #bae6fd;color:#075985}
.hero{position:relative;margin:0;padding:0;background:transparent;box-shadow:none}
.hero-inner{max-width:1360px;margin:0 auto;padding:12px 20px 0}
.hero-inner img{width:100%;max-width:100%;height:auto;display:block;border-radius:14px;box-shadow:none}
.hero + .home-container{padding-top:4px}
.home-container > .section{margin:14px 0 22px}
.home-container .panel{background:transparent;border:0;box-shadow:none;border-radius:0;padding:14px 0}
.home-container .panel.panel--body{padding-top:8px;padding-bottom:8px}
.home-container .section-head{margin-bottom:10px}
.section{margin:18px 0 26px}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}
.section h2{margin:0;font-size:clamp(22px,2vw,30px);font-weight:800;color:var(--gp-primary)}
.home-cms-body .category-grid-section h2.section-title,
.home-cms-body .category-grid-section h2.section-title--ruled{
  display:flex;
  width:100%;
  justify-content:center;
  text-align:center;
  font-size:clamp(1.35rem,2.5vw,1.75rem);
}
.section p{margin:0;color:var(--gp-muted);font-size:14px}
.panel{background:var(--gp-bg);border:1px solid var(--gp-border);border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(15,118,110,.06)}
.panel :is(img){max-width:100%;height:auto}
.panel .gp-cms-section img,.panel .gp-body-content img{border-radius:12px}
.section .gp-section{padding:0}
.section .container{max-width:none;padding:0}
.section .gp-section-title{font-size:28px}
.section .gp-section-divider{margin:10px auto 18px}
.section .gp-cat-card,.section .gp-pc-card,.section .gp-grid-card{transition:transform .25s,box-shadow .25s}
.section .gp-cat-card:hover,.section .gp-pc-card:hover,.section .gp-grid-card:hover{transform:translateY(-4px);box-shadow:0 16px 24px rgba(15,118,110,.14)}
@media(max-width:700px){.home-container{padding:0 12px}.hero-inner{padding:10px 12px 0}.hero-inner img{border-radius:12px}}
.gp-cms-page-head{max-width:720px;margin:0 auto;padding:8px 0 24px;text-align:center}
.gp-cms-page-title{margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#214548}
.gp-cms-empty-notice{margin:0;font-size:0.95rem;line-height:1.65;color:var(--gp-muted)}
.gp-cms-empty-notice code{font-size:0.88em;background:#f1f5f9;padding:2px 6px;border-radius:4px}
.section-head--ruled{display:block;width:100%;margin:0 0 20px;text-align:center}
.section-head--ruled h2{display:flex;align-items:center;justify-content:center;gap:clamp(12px,3vw,28px);margin:0;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;color:#214548}
.section-head--ruled h2::before,.section-head--ruled h2::after{content:"";flex:1;height:2px;background:#214548;max-width:220px}
.section--categories{padding-bottom:12px}
.section--categories .panel--catalog{padding-bottom:8px;text-align:left}
.section--categories .panel--catalog .category-grid-section{width:100%}
.section--categories .panel--catalog .gp-cg-grid{justify-content:start}
.section--featured{margin-top:8px;padding-top:24px;border-top:1px solid var(--gp-border)}
.home-cms-body .home-cms-section{width:100%}
.home-cms-body .home-cms-section--category_grid,
.home-cms-body .home-cms-section--category_carousel{margin-bottom:4px}
.home-cms-body .home-cms-section--html_block:not(:last-child){margin-bottom:20px}
.home-cms-body .gp-html-block:not(.gp-home-support-band){max-width:100%}
.home-cms-body .gp-html-block:not(.gp-home-support-band) p{line-height:1.4;color:#646464;margin-bottom:1.75rem; font-size: 11px;}
p.text-\[10px\].text-slate-500 {font-size: 11px !important;}
.home-cms-section--category_grid + .home-cms-section--html_block,
.home-cms-section--category_carousel + .home-cms-section--html_block{
  margin-top:28px;
  padding-top:0;
  border-top:none;
}
p.text-base.text-slate-600.max-w-2xl.mx-auto.leading-relaxed {
    font-size: 14px !important;
}
p.text-sm.text-slate-600.leading-relaxed.mb-8.flex-grow {
    font-size: 12px !important;
}
p.text-slate-600.text-sm.leading-relaxed {
    font-size: 0.875rem !important;
}
p.text-\[13px\].text-slate-500.leading-relaxed {
    font-size: 13px;
}
p.text-lg.text-slate-600.mb-10.max-w-lg.leading-relaxed {
    font-size: 18px;
    margin-bottom: 26px;
}
p.text-sm.text-slate-500 {
    font-size: 12px !important;
}
p.text-slate-600 {
    font-size: 13px !important;
}
p.text-\[13px\].text-slate-600.leading-relaxed {
    font-size: 13px;
}
p.text-sm.font-bold.text-swasthe-orange.uppercase.tracking-wider.mb-4 {
    color: #b9860b;
    font-size: 14px;
}
