:root{--desktop-columns:5;--mobile-columns:2}
.catalog{grid-template-columns:repeat(var(--desktop-columns),minmax(0,1fr))}
.brand-logo{width:42px;height:42px;object-fit:contain}
.banner-section{padding:0 clamp(18px,5vw,72px) 32px}.storefront-banner{min-height:220px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--panel);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:center}.storefront-banner>img{width:100%;height:100%;max-height:340px;object-fit:cover}.storefront-banner>div{padding:32px}.storefront-banner h2{font-size:32px;margin:0 0 10px}.storefront-banner p{color:var(--muted);line-height:1.65}.banner-cta{display:inline-block;text-decoration:none;margin-top:10px}.banner-controls{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:12px}
.site-footer{padding:32px clamp(18px,5vw,72px);border-top:1px solid var(--line);display:flex;gap:24px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:13px}.site-footer nav{display:flex;gap:18px}.site-footer a,.site-footer .footer-link{color:var(--text)}.site-footer .footer-link{border:0;background:transparent;padding:0;font:inherit;cursor:pointer}.site-footer .footer-link:hover,.site-footer .footer-link:focus{text-decoration:underline}.site-footer p{flex-basis:100%;margin:0}.cookie-consent{position:fixed;z-index:80;left:20px;right:20px;bottom:20px;max-width:780px;margin:auto;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--panel2);box-shadow:0 20px 70px #000;display:flex;justify-content:space-between;gap:20px;align-items:center}.cookie-consent p{margin:0;line-height:1.5}.cookie-consent>div{display:flex;gap:8px;white-space:nowrap}.preview-notice{padding:7px;text-align:center;background:#f4bd54;color:#15100b;font-weight:700}
.layout-featured .catalog .card:first-child{grid-column:span 2;grid-row:span 2}.layout-compact .catalog{gap:10px}.layout-compact .card-body{padding:9px}.template-conversion-landing .hero{min-height:520px;text-align:center;justify-content:center}.template-conversion-landing .hero>div:first-child{max-width:820px}.template-conversion-landing .hero-orb{right:calc(50% - 180px);opacity:.18}
.template-clean-catalog{--bg:#f5f7fb;--panel:#fff;--panel2:#fff;--text:#172033;--muted:#637086;--line:#dce2eb;color-scheme:light;background:#f5f7fb}.template-clean-catalog .topbar{background:rgba(255,255,255,.92)}.template-clean-catalog .search input,.template-clean-catalog .dialog,.template-clean-catalog .plan{background:#fff;color:var(--text)}
@media(max-width:1000px){.catalog{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.catalog{grid-template-columns:repeat(var(--mobile-columns),minmax(0,1fr))}.storefront-banner{grid-template-columns:1fr}.storefront-banner>img{max-height:220px}.cookie-consent{flex-direction:column;align-items:stretch}.site-footer{align-items:flex-start;flex-direction:column}.layout-featured .catalog .card:first-child{grid-column:span var(--mobile-columns)}}
.policy-body{margin:0;background:#f5f7fb;color:#172033;font:16px/1.7 system-ui,sans-serif}.policy-page{max-width:820px;margin:40px auto;padding:34px;background:#fff;border:1px solid #dce2eb;border-radius:18px}.policy-page a{color:#4b4fe4}.policy-page h1{line-height:1.2}.policy-page .notice{padding:14px;background:#f4f7ff;border-left:4px solid #4b4fe4}
