/* ============================================
   Kanil PRwire — styles.css v4
   WHITE THEME · Mobile-first · PWA-ready
   ============================================ */

/* ── Reset ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:'Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,sans-serif;background:#f8f9fb;color:#1e293b;min-height:100vh;overscroll-behavior:none;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}

/* ── Safe area ── */
body{padding-top:calc(56px + env(safe-area-inset-top,0px));padding-bottom:calc(62px + env(safe-area-inset-bottom,0px))}

/* ── Topbar ── */
.topbar{position:fixed;top:0;left:0;right:0;height:56px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:100;padding-top:env(safe-area-inset-top,0);box-shadow:0 1px 3px rgba(0,0,0,.06)}
.topbar-left{display:flex;align-items:center;gap:8px}
.topbar-logo{font-size:17px;font-weight:800;color:#1a3a8f;letter-spacing:-.3px}
.topbar-right{display:flex;align-items:center;gap:10px}

/* Currency toggle */
.currency-toggle-btn{padding:5px 14px;border-radius:20px;border:1.5px solid #1a3a8f;background:#fff;color:#1a3a8f;font-size:12px;font-weight:700;letter-spacing:.04em;transition:.15s}
.currency-toggle-btn:active{transform:scale(.96);background:#eff3ff}

/* Cart button */
.cart-btn{position:relative;width:40px;height:40px;border-radius:50%;border:none;background:#f1f5f9;color:#1a3a8f;display:flex;align-items:center;justify-content:center;transition:.15s}
.cart-btn:active{background:#e2e8f0}
.cart-count{position:absolute;top:2px;right:2px;min-width:17px;height:17px;background:#e11d48;border-radius:9px;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}

/* ── Bottom Nav ── */
.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;display:flex;height:62px;z-index:100;padding-bottom:env(safe-area-inset-bottom,0);box-shadow:0 -1px 4px rgba(0,0,0,.06)}
.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#94a3b8;border:none;background:none;padding:6px 2px;font-size:9.5px;font-weight:600;letter-spacing:.02em;transition:.15s;min-width:0;cursor:pointer;-webkit-tap-highlight-color:transparent;text-decoration:none}
.nav-item:active,.nav-item.active{color:#1a3a8f}
.nav-item .nav-icon{width:20px;height:20px;stroke:currentColor;fill:none;flex-shrink:0}
.nav-label{font-size:9.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:58px}

/* ── Page content ── */
.page-content{min-height:calc(100vh - 118px);overflow-x:hidden;background:#f8f9fb}

/* ── Loading ── */
.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:14px;color:#94a3b8}
.loading-spinner{width:28px;height:28px;border:2.5px solid rgba(26,58,143,.15);border-top-color:#1a3a8f;border-radius:50%;animation:spin .7s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* ── Page header ── */
.page-header{padding:20px 16px 14px;background:#fff;border-bottom:1px solid #e5e7eb}
.page-header h2{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:4px}
.page-header p{font-size:13px;color:#64748b;line-height:1.5}

/* ── Section ── */
.section{padding:16px}
.section-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:12px}

/* ── Announcement bar ── */
.ann-bar{position:fixed;top:56px;left:0;right:0;height:28px;border-bottom:1px solid rgba(0,0,0,.08);overflow:hidden;display:flex;align-items:center;z-index:99}
.ann-bar.hidden{display:none}
.ann-track{display:flex;align-items:center;white-space:nowrap;animation:annScroll 30s linear infinite;will-change:transform}
.ann-track:hover{animation-play-state:paused}
@keyframes annScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.ann-item{display:inline-flex;align-items:center;font-size:11px;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:.03em;padding:0 24px}
.ann-sep{color:rgba(255,255,255,.3);font-size:14px;flex-shrink:0}
body.has-banner{padding-top:calc(56px + 28px + env(safe-area-inset-top,0px))}
body.has-banner .filter-wrap{top:calc(56px + 28px)}
body.has-banner .corp-filter-bar{top:calc(56px + 28px)}

/* ── Stats bar (home) ── */
.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border-bottom:1px solid #e5e7eb}
.stat-card{padding:16px 8px;text-align:center;border-right:1px solid #f1f5f9}
.stat-card:last-child{border-right:none}
.stat-num{font-size:20px;font-weight:800;color:#1a3a8f;line-height:1}
.stat-label{font-size:10px;color:#64748b;margin-top:4px;font-weight:600}

/* ── Quick grid (home) ── */
.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.quick-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:14px;display:flex;align-items:center;gap:12px;cursor:pointer;color:inherit;text-align:left;transition:.15s;-webkit-tap-highlight-color:transparent}
.quick-card:active{background:#f1f5f9;transform:scale(.98);border-color:#1a3a8f}
.quick-icon{font-size:22px;flex-shrink:0}
.quick-name{font-size:13px;font-weight:700;color:#0f172a}
.quick-sub{font-size:11px;color:#64748b;margin-top:2px}

/* ── Featured list (home) ── */
.featured-list{display:flex;flex-direction:column;gap:0}
.featured-item{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #f1f5f9;cursor:pointer;-webkit-tap-highlight-color:transparent}
.featured-item:last-child{border-bottom:none}
.featured-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.featured-dot.direct{background:#16a34a}
.featured-dot.third-party{background:#1a3a8f}
.featured-name{flex:1;font-size:13px;font-weight:600;color:#0f172a;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.featured-meta{font-size:11px;color:#64748b;flex-shrink:0;white-space:nowrap}
.featured-price{font-size:13px;font-weight:800;color:#1a3a8f;flex-shrink:0}
.featured-arrow{color:#94a3b8;font-size:16px;flex-shrink:0}

/* ── Hero (home) ── */
.hero{background:linear-gradient(135deg,#0f1b3d 0%,#1a3a8f 50%,#2563eb 100%);padding:32px 16px 36px;color:#fff}
.hero-tag{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:12px}
.hero h1{font-size:28px;font-weight:800;line-height:1.2;margin-bottom:12px}
.hero h1 em{font-style:italic;color:#93c5fd}
.hero p{font-size:13px;color:rgba(255,255,255,.75);line-height:1.6;margin-bottom:20px}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.btn-hero-primary{padding:12px 22px;border-radius:10px;border:none;background:#fff;color:#1a3a8f;font-size:14px;font-weight:700}
.btn-hero-outline{padding:12px 22px;border-radius:10px;border:1.5px solid rgba(255,255,255,.3);background:none;color:#fff;font-size:14px;font-weight:600}

/* ── Why grid (home) ── */
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.why-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:16px}
.why-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:6px}
.why-desc{font-size:12px;color:#64748b;line-height:1.5}

/* ── Contact block (home) ── */
.contact-block{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:16px}
.contact-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}
.contact-item{display:flex;align-items:center;gap:10px;flex:1;min-width:140px}
.contact-icon{font-size:20px;flex-shrink:0}
.contact-label{font-size:10px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.contact-value{font-size:13px;font-weight:600;color:#1a3a8f}
.contact-cta{display:flex;justify-content:center}
.btn-contact-wa{background:#25d366;color:#fff;border:none;border-radius:10px;padding:12px 28px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}
.btn-contact-wa:active{opacity:.85}

/* ═══════════════════════════════════════════
   FILTER WRAP (sites page)
   ═══════════════════════════════════════════ */
.filter-wrap{position:sticky;top:56px;z-index:90;background:#fff;border-bottom:1px solid #e5e7eb;padding:10px 12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.search-bar{margin-bottom:8px}
.search-input{width:100%;padding:10px 14px;background:#f8f9fb;border:1.5px solid #e5e7eb;border-radius:10px;color:#0f172a;font-size:14px;outline:none;-webkit-appearance:none}
.search-input::placeholder{color:#94a3b8}
.search-input:focus{border-color:#1a3a8f;background:#fff;box-shadow:0 0 0 3px rgba(26,58,143,.08)}
.filter-toggle-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.filter-toggle-btn{background:none;border:1.5px solid #e5e7eb;border-radius:8px;padding:5px 10px;color:#64748b;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px}
.filter-active-count{background:#1a3a8f;color:#fff;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-flex;align-items:center}
.filter-results-count{font-size:12px;color:#64748b;font-weight:600}
.filter-dropdowns{display:flex;flex-wrap:wrap;gap:6px;transition:.3s}
.filter-dropdowns.collapsed{display:none}
.filter-select{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;font-size:12px;font-weight:600;padding:7px 10px;outline:none;min-width:110px;flex:1;max-width:160px;-webkit-appearance:none}
.filter-select:focus{border-color:#1a3a8f}
.budget-input-wrap{display:flex;align-items:center;gap:4px;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;padding:0 8px;flex:1;max-width:150px}
.budget-prefix{font-size:13px;font-weight:600;color:#64748b}
.budget-input{background:none;border:none;color:#0f172a;font-size:12px;padding:7px 0;outline:none;width:100%;min-width:50px}
.budget-clear{background:none;border:none;color:#94a3b8;font-size:12px;padding:0 2px}
.filter-clear-btn{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#64748b;font-size:12px;font-weight:600;padding:7px 10px}
.groups-dropdown-wrap{position:relative;flex:1;max-width:150px}
.filter-select-btn{width:100%;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;font-size:12px;font-weight:600;padding:7px 10px;text-align:left}
.groups-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;z-index:200;max-height:240px;overflow-y:auto;display:none;box-shadow:0 8px 24px rgba(0,0,0,.1)}
.groups-dropdown.open{display:block}
.groups-dropdown-item{padding:10px 14px;font-size:13px;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f8f9fb}
.groups-dropdown-item:hover{background:#f1f5f9}
.group-count{background:#f1f5f9;color:#64748b;font-size:10px;font-weight:700;padding:1px 6px;border-radius:8px}

/* ═══════════════════════════════════════════
   SITES GRID — Equal cards, responsive
   max 5 per row, 1 on phone
   ═══════════════════════════════════════════ */
.sites-grid{display:grid;grid-template-columns:1fr;gap:12px;padding:14px 12px}
@media(min-width:480px){.sites-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:768px){.sites-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1100px){.sites-grid{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1400px){.sites-grid{grid-template-columns:repeat(5,1fr)}}

/* ═══════════════════════════════════════════
   SITE CARD — White, equal height, clean
   ═══════════════════════════════════════════ */
.site-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px;position:relative;transition:.2s;overflow:hidden;min-height:260px}
.site-card:hover{border-color:#1a3a8f;box-shadow:0 4px 16px rgba(26,58,143,.08)}

/* HOLD watermark — diagonal */
.site-card.hold-card{opacity:1!important}
.site-card.hold-card::before{content:'ON HOLD';position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:rgba(234,179,8,.18);letter-spacing:.1em;transform:rotate(-25deg);z-index:1;pointer-events:none;text-transform:uppercase}
.site-card.hold-card .site-header,.site-card.hold-card .price-table,.site-card.hold-card .site-actions,.site-card.hold-card .site-meta{opacity:.5}

/* Corp badge */
.site-card .corp-badge-small{position:absolute;top:10px;right:10px;font-size:9px;font-weight:700;background:rgba(139,92,246,.1);color:#7c3aed;border:1px solid rgba(139,92,246,.2);border-radius:4px;padding:2px 6px;letter-spacing:.04em;z-index:2}

.site-header{display:flex;flex-direction:column;gap:3px}
.site-name{font-size:14px;font-weight:700;color:#0f172a;line-height:1.3;padding-right:48px}
.site-url{font-size:11px;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Meta badges */
.site-meta{display:flex;flex-wrap:wrap;gap:5px}
.meta-badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:6px;white-space:nowrap}
.badge-country{background:#f1f5f9;color:#475569}
.badge-dofollow{background:#dcfce7;color:#15803d}
.badge-nofollow{background:#fee2e2;color:#b91c1c}
.badge-index{background:#dbeafe;color:#1d4ed8}
.badge-noindex{background:#fef3c7;color:#b45309}
.badge-da{background:#f1f5f9;color:#475569}
.badge-hold{background:#fef3c7;color:#b45309}
.badge-corp{background:#f3e8ff;color:#7c3aed}

/* Price table */
.price-table{display:flex;flex-direction:column;gap:4px;flex:1}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:6px}
.price-type{font-size:11px;color:#64748b;flex:1;min-width:0}
.price-type-noindex{color:#b45309}
.price-value{font-size:14px;font-weight:700;color:#0f172a;flex-shrink:0}
.price-poa{font-size:11px;font-weight:600;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:6px}
.price-original{font-size:11px;color:#94a3b8;text-decoration:line-through}
.price-final{font-size:14px;font-weight:700;color:#0f172a}
.discount-badge{font-size:10px;font-weight:700;background:#fee2e2;color:#dc2626;padding:1px 6px;border-radius:4px}
.price-row-addon{margin-top:2px;padding-top:4px;border-top:1px solid #f1f5f9}
.price-addon{font-size:11px;color:#b45309}

/* Updated date */
.site-updated{font-size:10px;color:#94a3b8;margin-top:4px}

/* DA & Traffic checker buttons */
.site-check-btns{display:flex;gap:6px;margin-top:2px}
.btn-check{flex:1;padding:5px 8px;border-radius:6px;font-size:10px;font-weight:600;border:1px solid #e5e7eb;background:#f8f9fb;color:#475569;text-align:center;text-decoration:none;transition:.15s;display:flex;align-items:center;justify-content:center;gap:4px}
.btn-check:hover{border-color:#1a3a8f;color:#1a3a8f;background:#eff3ff}
.btn-check.da{color:#1d4ed8;border-color:#bfdbfe}
.btn-check.traffic{color:#16a34a;border-color:#bbf7d0}

/* Site actions */
.site-actions{display:flex;flex-direction:column;gap:6px;margin-top:auto}
.btn-add{width:100%;padding:9px;border-radius:8px;font-size:12px;font-weight:600;border:none;background:#1a3a8f;color:#fff;transition:.15s;-webkit-tap-highlight-color:transparent}
.btn-add:active{opacity:.85;transform:scale(.98)}
.btn-add.btn-variant{background:rgba(26,58,143,.08);color:#1a3a8f;border:1.5px solid rgba(26,58,143,.2)}
.btn-add.btn-variant:active{background:rgba(26,58,143,.15)}
.btn-add.get-quote{background:rgba(37,211,102,.08);color:#16a34a;border:1.5px solid rgba(37,211,102,.2)}
.btn-view-details{width:100%;padding:7px;border-radius:8px;font-size:11px;font-weight:600;border:1.5px solid #e5e7eb;background:#fff;color:#64748b;transition:.15s}
.btn-view-details:active{background:#f1f5f9}

/* Highlight animation */
.highlight-card{animation:highlightPulse 2s ease}
@keyframes highlightPulse{0%,100%{border-color:#e5e7eb}50%{border-color:#1a3a8f;box-shadow:0 0 0 3px rgba(26,58,143,.15)}}

.no-results{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;color:#64748b}
.no-results p{font-size:14px;color:#94a3b8}

/* ═══════════════════════════════════════════
   CORPORATE
   ═══════════════════════════════════════════ */
.corp-filter-bar{position:sticky;top:56px;z-index:90;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:6px;padding:10px 12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.corp-filter-bar::-webkit-scrollbar{display:none}
.corp-filter{flex-shrink:0;padding:7px 14px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;color:#64748b;font-size:12px;font-weight:600;white-space:nowrap;transition:.15s}
.corp-filter.active{background:#1a3a8f;border-color:#1a3a8f;color:#fff}
.corp-filter:active{transform:scale(.97)}
.corp-results-bar{padding:6px 12px;font-size:11px;color:#64748b;background:#f8f9fb}

.corporate-grid{display:grid;grid-template-columns:1fr;gap:12px;padding:12px}
@media(min-width:560px){.corporate-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.corporate-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1400px){.corporate-grid{grid-template-columns:repeat(4,1fr)}}

.corp-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px}
.corp-card:hover{border-color:#1a3a8f;box-shadow:0 4px 16px rgba(26,58,143,.06)}
.corp-card-disabled{opacity:.6}
.corp-name{font-size:15px;font-weight:700;color:#0f172a;line-height:1.3}
.corp-url{font-size:11px;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}
.corp-group-badge{font-size:10px;font-weight:600;background:#eff3ff;color:#1a3a8f;padding:2px 8px;border-radius:4px}
.clbl{display:inline-flex;align-items:center;font-size:10px;font-weight:600;padding:2px 8px;border-radius:5px;margin-right:4px}
.clbl-row{display:flex;flex-wrap:wrap;gap:4px}
.clbl-idx{background:#dcfce7;color:#15803d}
.clbl-noidx{background:#fef3c7;color:#b45309}
.clbl-disc{background:#fee2e2;color:#dc2626}
.clbl-nodisc{background:#dcfce7;color:#15803d}
.cpb{background:#f8f9fb;border-radius:10px;padding:10px}
.cpb-poa{text-align:center;padding:16px}
.cpoa{font-size:13px;font-weight:600;color:#64748b}
.cpr{display:flex;align-items:baseline;justify-content:space-between;gap:6px;padding:4px 0}
.cpr.total{border-top:1px solid #e5e7eb;margin-top:4px;padding-top:6px}
.cprlbl{font-size:10px;color:#64748b;flex:1}
.cprinr{font-size:16px;font-weight:800;color:#0f172a}
.cprinr.tot{color:#1a3a8f}
.cprusd{font-size:12px;color:#64748b;margin-left:6px}
.cprusd.tot{color:#1a3a8f}
.corp-chips{display:flex;flex-wrap:wrap;gap:6px}
.cchip{font-size:10px;font-weight:600;color:#475569;background:#f1f5f9;padding:3px 8px;border-radius:5px}
.cchip.df{color:#15803d;background:#dcfce7}
.cchip.nf{color:#dc2626;background:#fee2e2}
.corp-note{font-size:11px;color:#b45309;background:#fffbeb;border:1px solid #fef3c7;border-radius:6px;padding:6px 10px}
.corp-ext-row{display:flex;gap:6px;flex-wrap:wrap}
.corp-ext-btn{padding:5px 10px;border-radius:6px;font-size:10px;font-weight:600;border:1px solid #e5e7eb;background:#f8f9fb;color:#475569;text-decoration:none;transition:.15s}
.corp-ext-btn:hover{border-color:#1a3a8f;color:#1a3a8f}
.corp-ext-btn.da{color:#1d4ed8;border-color:#bfdbfe}
.corp-ext-btn.traffic{color:#16a34a;border-color:#bbf7d0}
.corp-ext-btn.sample{color:#7c3aed;border-color:#ddd6fe}
.csb{font-size:10px;font-weight:700;padding:3px 8px;border-radius:5px}
.csb-hold{background:#fef3c7;color:#b45309}
.csb-noidx{background:#fee2e2;color:#dc2626}
.csb-nolink{background:#fee2e2;color:#dc2626}
.btnadd{width:100%;padding:10px;border-radius:8px;font-size:13px;font-weight:600;border:none;background:#1a3a8f;color:#fff;cursor:pointer;transition:.15s;margin-top:auto}
.btnadd:hover{background:#142f7a}
.btnadd:active{transform:scale(.98)}
.btnadd.btnquote{background:rgba(37,211,102,.08);color:#16a34a;border:1.5px solid rgba(37,211,102,.2)}
.btn-corp-add{width:100%;padding:10px;border-radius:8px;font-size:13px;font-weight:600;border:1.5px solid rgba(26,58,143,.2);background:rgba(26,58,143,.05);color:#1a3a8f;cursor:pointer}

/* ═══════════════════════════════════════════
   SYNDICATION
   ═══════════════════════════════════════════ */
.syndi-explainer{padding:12px;display:flex;flex-direction:column;gap:0}
.syndi-exp-grid{display:grid;grid-template-columns:1fr;gap:10px;padding:0 4px}
@media(min-width:600px){.syndi-exp-grid{grid-template-columns:repeat(3,1fr)}}
.syndi-exp-item{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:16px}
.syndi-exp-icon{font-size:22px;margin-bottom:8px}
.syndi-exp-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:4px}
.syndi-exp-desc{font-size:12px;color:#64748b;line-height:1.5}
.syndi-grid{display:grid;grid-template-columns:1fr;gap:12px;padding:0 12px 12px}
@media(min-width:640px){.syndi-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1100px){.syndi-grid{grid-template-columns:repeat(3,1fr)}}
.syndi-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px;position:relative}
.syndi-card:hover{border-color:#1a3a8f;box-shadow:0 4px 16px rgba(26,58,143,.06)}
.syndi-popular-card{border-color:rgba(26,58,143,.3);background:#fafbff}
.syndi-popular{font-size:10px;font-weight:700;color:#1a3a8f;letter-spacing:.06em;background:rgba(26,58,143,.08);display:inline-block;padding:3px 10px;border-radius:4px;margin-bottom:4px}
.syndi-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.syndi-card-left{flex:1;min-width:0}
.syndi-wire-badge{display:inline-block;font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;margin-bottom:6px;letter-spacing:.04em}
.syndi-wire-badge.ani{background:#fee2e2;color:#dc2626}
.syndi-wire-badge.pti{background:#dcfce7;color:#15803d}
.syndi-wire-badge.prn{background:#dbeafe;color:#1d4ed8}
.syndi-wire-badge.other{background:#f1f5f9;color:#64748b}
.syndi-name{font-size:15px;font-weight:700;color:#0f172a;line-height:1.3}
.syndi-meta{font-size:11px;color:#64748b;margin-top:4px}
.syndi-card-right{text-align:right;flex-shrink:0}
.syndi-price{font-size:20px;font-weight:800;color:#0f172a}
.syndi-price.poa{font-size:13px;color:#64748b}
.syndi-reach-pill{font-size:10px;font-weight:700;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:10px;margin-top:4px;display:inline-block}
.syndi-features{list-style:none;display:flex;flex-direction:column;gap:4px}
.syndi-features li{font-size:12px;color:#475569;padding-left:16px;position:relative}
.syndi-features li::before{content:'✓';position:absolute;left:0;color:#16a34a;font-weight:700}
.syndi-report-preview{background:#f8f9fb;border-radius:8px;padding:10px;border:1px solid #f1f5f9}
.srp-head{font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}
.srp-grid{display:flex;flex-wrap:wrap;gap:4px}
.srp-item{font-size:11px;color:#475569;display:flex;align-items:center;gap:5px;width:100%}
@media(min-width:480px){.srp-item{width:48%}}
.srp-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.syndi-btn{width:100%;padding:10px;border-radius:8px;font-size:13px;font-weight:600;border:none;background:#1a3a8f;color:#fff;cursor:pointer}
.syndi-btn:hover{background:#142f7a}
.syndi-btn.get-quote{background:rgba(37,211,102,.08);color:#16a34a;border:1.5px solid rgba(37,211,102,.2)}

/* ═══════════════════════════════════════════
   PACKAGES
   ═══════════════════════════════════════════ */
.packages-grid{display:grid;grid-template-columns:1fr;gap:12px;padding:0 12px 12px}
@media(min-width:600px){.packages-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.packages-grid{grid-template-columns:repeat(3,1fr)}}
.package-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px}
.package-card:hover{border-color:#1a3a8f;box-shadow:0 4px 16px rgba(26,58,143,.06)}
.package-card.popular{border-color:rgba(26,58,143,.3)}
.pkg-popular-badge{font-size:10px;font-weight:700;color:#1a3a8f;background:rgba(26,58,143,.08);display:inline-block;padding:3px 10px;border-radius:4px;margin-bottom:4px}
.pkg-name{font-size:15px;font-weight:700;color:#0f172a}
.pkg-desc{font-size:12px;color:#64748b;line-height:1.5}
.pkg-price-row{display:flex;align-items:baseline;gap:8px}
.pkg-price{font-size:22px;font-weight:800;color:#0f172a}
.pkg-price-orig{font-size:13px;color:#94a3b8;text-decoration:line-through}
.pkg-sites-preview{font-size:11px;color:#64748b}
.pkg-features{list-style:none;display:flex;flex-direction:column;gap:4px}
.pkg-features li{font-size:12px;color:#475569;padding-left:16px;position:relative}
.pkg-features li::before{content:'✓';position:absolute;left:0;color:#16a34a;font-weight:700}
.btn-pkg-add{width:100%;padding:10px;border-radius:8px;font-size:13px;font-weight:600;border:none;background:#1a3a8f;color:#fff;cursor:pointer}
.btn-pkg-add:hover{background:#142f7a}
.pkg-filter-row{display:flex;gap:6px;padding:0 12px 10px;overflow-x:auto;scrollbar-width:none}
.pkg-filter-row::-webkit-scrollbar{display:none}
.pkg-filter-btn{flex-shrink:0;padding:7px 14px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;color:#64748b;font-size:12px;font-weight:600;white-space:nowrap}
.pkg-filter-btn.active{background:#1a3a8f;border-color:#1a3a8f;color:#fff}

/* Saved packages */
.saved-section{padding:0 12px 12px}
.saved-pkg-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:12px;margin-bottom:8px;display:flex;align-items:center;gap:10px}
.saved-pkg-name{flex:1;font-size:13px;font-weight:600;color:#0f172a}
.saved-pkg-meta{font-size:11px;color:#64748b}
.saved-pkg-actions{display:flex;gap:6px}
.btn-load-pkg{padding:6px 12px;border-radius:6px;border:1.5px solid rgba(26,58,143,.2);background:rgba(26,58,143,.05);color:#1a3a8f;font-size:12px;font-weight:600}
.btn-del-pkg{width:28px;height:28px;border-radius:6px;border:none;background:#fee2e2;color:#dc2626;font-size:14px;display:flex;align-items:center;justify-content:center}

/* ═══════════════════════════════════════════
   GUIDELINES
   ═══════════════════════════════════════════ */
.guide-disclaimer-banner{margin:14px 12px;background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;padding:14px;display:flex;gap:12px}
.guide-disc-icon{font-size:22px;flex-shrink:0}
.guide-disc-title{font-size:13px;font-weight:700;color:#dc2626;margin-bottom:6px}
.guide-disc-body{font-size:12px;color:#475569;line-height:1.6;margin-bottom:10px}
.guide-disc-contacts{display:flex;flex-wrap:wrap;gap:8px}
.guide-disc-btn{padding:7px 14px;border-radius:8px;font-size:12px;font-weight:600;text-decoration:none}
.guide-disc-btn.wa{background:#25d366;color:#fff}
.guide-disc-btn.email{background:#f1f5f9;color:#374151}
.guide-section-head{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1a3a8f;padding:16px 14px 8px}
.guide-steps-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 12px 12px}
@media(min-width:640px){.guide-steps-row{grid-template-columns:repeat(4,1fr)}}
.guide-step{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:14px;text-align:center}
.guide-step-num{width:28px;height:28px;border-radius:50%;background:#1a3a8f;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}
.guide-step-title{font-size:12px;font-weight:700;color:#0f172a;margin-bottom:4px}
.guide-step-desc{font-size:11px;color:#64748b;line-height:1.5}
.guidelines-content{padding:0 12px}
.guideline-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:10px}
.guideline-card h3{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:10px}
.guideline-card ul{padding-left:18px}
.guideline-card li{font-size:12px;color:#475569;line-height:1.7;margin-bottom:4px}
.guide-highlight-card{border-color:#bbf7d0;background:#f0fdf4}
.guide-warning-card{border-color:#fecaca;background:#fef2f2}
.guide-footer-note{margin:12px;padding:14px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.guide-footer-left{display:flex;align-items:center;gap:10px}
.guide-terms-btn{padding:8px 16px;border-radius:8px;background:#1a3a8f;color:#fff;font-size:12px;font-weight:600;text-decoration:none;flex-shrink:0}

/* ═══════════════════════════════════════════
   CART DRAWER
   ═══════════════════════════════════════════ */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;display:none;backdrop-filter:blur(2px)}
.cart-overlay.open{display:block}
.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(100vw,400px);background:#fff;z-index:201;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.1)}
.cart-drawer.open{transform:translateX(0)}
.cart-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding-top:calc(16px + env(safe-area-inset-top,0))}
.cart-header h3{font-size:16px;font-weight:700;color:#0f172a}
.cart-close{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:16px;display:flex;align-items:center;justify-content:center}
.cart-items{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 0}
.cart-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;color:#94a3b8}
.cart-empty p{font-size:14px}
.cart-item{padding:12px 16px;border-bottom:1px solid #f1f5f9}
.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px}
.cart-item-name{font-size:13px;font-weight:600;color:#0f172a}
.cart-item-url{font-size:11px;color:#94a3b8}
.cart-item-remove{width:24px;height:24px;border-radius:50%;border:none;background:#fee2e2;color:#dc2626;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cart-item-meta{font-size:11px;color:#1a3a8f;font-weight:600;margin-bottom:4px}
.cart-item-price{font-size:14px;font-weight:700;color:#0f172a}
.cart-item-discount{font-size:11px;color:#dc2626;font-weight:600;margin-left:6px}
.cart-footer{padding:12px 16px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;flex-shrink:0;padding-bottom:calc(12px + env(safe-area-inset-bottom,0));background:#f8f9fb}
.cart-total{font-size:13px;color:#64748b;display:flex;justify-content:space-between}
.cart-total strong{color:#0f172a;font-size:15px}
.btn-order-bill{padding:11px;border-radius:10px;border:none;background:#1a3a8f;color:#fff;font-size:13px;font-weight:600;width:100%}
.btn-whatsapp{padding:11px;border-radius:10px;border:none;background:#25d366;color:#fff;font-size:13px;font-weight:600;width:100%;display:flex;align-items:center;justify-content:center;gap:6px}
.btn-save{padding:10px;border-radius:10px;border:1.5px solid #e5e7eb;background:#fff;color:#64748b;font-size:12px;font-weight:600;width:100%}

/* ═══════════════════════════════════════════
   MODALS
   ═══════════════════════════════════════════ */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:300;display:flex;align-items:flex-end;justify-content:center;display:none;backdrop-filter:blur(3px)}
.modal-overlay.open{display:flex}
@media(min-width:600px){.modal-overlay{align-items:center}}
.modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:90vh;overflow-y:auto;padding:20px 20px calc(20px + env(safe-area-inset-bottom,0))}
@media(min-width:600px){.modal{border-radius:16px;max-width:440px;max-height:80vh}}
.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.modal-header h3{font-size:16px;font-weight:700;color:#0f172a}
.modal-close{width:28px;height:28px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:14px}
.modal-body{margin-bottom:16px}
.modal-body label{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}
.modal-body input{width:100%;padding:10px 14px;background:#f8f9fb;border:1.5px solid #e5e7eb;border-radius:10px;color:#0f172a;font-size:14px;outline:none}
.modal-body input:focus{border-color:#1a3a8f}
.modal-footer{display:flex;gap:8px}
.btn-primary{flex:1;padding:11px;border-radius:10px;border:none;background:#1a3a8f;color:#fff;font-size:14px;font-weight:600}
.btn-secondary{padding:11px 20px;border-radius:10px;border:1.5px solid #e5e7eb;background:#fff;color:#64748b;font-size:14px;font-weight:600}

/* Email gate */
.email-gate-box{background:#fff;border-radius:20px 20px 0 0;width:100%;padding:30px 20px calc(30px + env(safe-area-inset-bottom,0));text-align:center}
@media(min-width:600px){.email-gate-box{border-radius:16px;max-width:400px}}
.email-gate-icon{font-size:36px;margin-bottom:12px}
.email-gate-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:6px}
.email-gate-sub{font-size:13px;color:#64748b;margin-bottom:20px}
.email-gate-input{width:100%;padding:12px 16px;background:#f8f9fb;border:1.5px solid #e5e7eb;border-radius:12px;color:#0f172a;font-size:15px;outline:none;margin-bottom:8px}
.email-gate-input:focus{border-color:#1a3a8f}
.email-gate-btn{width:100%;padding:13px;border-radius:12px;border:none;background:#1a3a8f;color:#fff;font-size:15px;font-weight:600;margin-top:4px}

/* Bill modal */
.bill-modal-box{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:90vh;display:flex;flex-direction:column}
@media(min-width:600px){.bill-modal-box{border-radius:16px;max-width:560px;max-height:85vh}}
.bill-modal-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0;font-size:16px;font-weight:700;color:#0f172a}
.bill-action-btn{padding:6px 14px;border-radius:8px;border:1.5px solid #e5e7eb;background:#fff;color:#64748b;font-size:12px;font-weight:600}
.bill-modal-close{width:28px;height:28px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:14px}
.bill-modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px}
.bill-paper{background:#fff;border-radius:12px;padding:20px;color:#0f172a;border:1px solid #e5e7eb}
.bill-header{text-align:center;margin-bottom:16px}
.bill-logo{font-size:28px;margin-bottom:4px}
.bill-agency{font-size:18px;font-weight:800;color:#1a3a8f;letter-spacing:.05em}
.bill-tagline{font-size:11px;color:#64748b;margin-top:2px}
.bill-contact{font-size:11px;color:#94a3b8;margin-top:4px}
.bill-divider-color{height:3px;background:linear-gradient(90deg,#1a3a8f,#2563eb);border-radius:2px;margin:12px 0}
.bill-divider-solid{height:1px;background:#e5e7eb;margin:12px 0}
.bill-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}
.bill-meta-row{display:flex;justify-content:space-between;font-size:12px;color:#374151}
.bill-items-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:8px}
.bill-table{width:100%;border-collapse:collapse;font-size:12px}
.bill-item-row td{padding:8px 4px;border-bottom:1px solid #f1f5f9;vertical-align:top}
.bill-item-no{width:24px;color:#94a3b8;font-weight:700}
.bill-item-name .bill-site-name{font-weight:700;color:#0f172a;font-size:13px}
.bill-item-name .bill-site-url,.bill-item-name .bill-variant,.bill-item-name .bill-network{font-size:10px;color:#94a3b8;margin-top:2px}
.bill-item-price{text-align:right;white-space:nowrap}
.bill-orig{font-size:11px;color:#94a3b8;text-decoration:line-through}
.bill-final{font-size:13px;font-weight:700;color:#0f172a}
.bill-disc{font-size:10px;color:#dc2626}
.bill-totals{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}
.bill-total-row{display:flex;justify-content:space-between;font-size:12px;color:#374151}
.bill-total-inr{color:#94a3b8}
.bill-grand-total{display:flex;justify-content:space-between;font-size:15px;font-weight:800;color:#0f172a;padding-top:4px;border-top:2px solid #0f172a;margin-top:4px}
.bill-copy-section{text-align:center;margin-bottom:12px}
.bill-copy-big{padding:10px 24px;background:#1a3a8f;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}
.bill-footer{text-align:center}
.bill-footer-main{font-size:13px;font-weight:600;color:#374151;margin-bottom:2px}
.bill-footer-sub{font-size:11px;color:#64748b}
.bill-eco{font-size:10px;color:#94a3b8;margin-top:6px}
.bill-barcode{font-size:10px;color:#e5e7eb;letter-spacing:2px;margin-top:4px}
.bill-footer-note{font-size:10px;color:#94a3b8;margin-top:4px}

/* Site Detail Modal */
.site-detail-modal-box{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:92vh;display:flex;flex-direction:column}
@media(min-width:600px){.site-detail-modal-box{border-radius:16px;max-width:520px;max-height:85vh}}
.site-detail-modal-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0;font-size:16px;font-weight:700;color:#0f172a}
.site-detail-modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 20px 24px}
.sdm-name{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:4px}
.sdm-url{font-size:12px;color:#1a3a8f;margin-bottom:12px;display:block}
.sdm-section{margin-bottom:16px}
.sdm-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:8px}
.sdm-option-row{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:8px;margin-bottom:4px;flex-wrap:wrap;gap:6px}
.sdm-option-row.available{background:#f8f9fb;border:1px solid #e5e7eb}
.sdm-option-row.unavailable{background:#fafafa;border:1px solid #f1f5f9;opacity:.5}
.sdm-option-label{font-size:12px;font-weight:500;color:#374151;display:flex;align-items:center;gap:6px;flex:1;min-width:0}
.sdm-option-label .avail-icon{font-size:13px}
.sdm-option-price{font-size:13px;font-weight:700;color:#0f172a}
.sdm-option-price.cross{color:#94a3b8;font-size:12px}
.sdm-specs{display:flex;flex-wrap:wrap;gap:6px}
.sdm-spec{background:#f1f5f9;border-radius:6px;padding:5px 10px;font-size:11px;color:#475569;font-weight:500}
.sdm-corp-box{background:#faf5ff;border:1.5px solid #ddd6fe;border-radius:10px;padding:12px;margin-bottom:4px}
.sdm-corp-title{font-size:11px;font-weight:700;color:#7c3aed;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.sdm-corp-price{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:6px}
.updated-info{font-size:10px;color:#94a3b8;margin-top:8px;text-align:right}

/* Compare */
.compare-bar{position:fixed;bottom:62px;left:0;right:0;background:#1a3a8f;display:none;align-items:center;justify-content:space-between;padding:10px 14px;z-index:90}
.compare-bar.open{display:flex}
.compare-names{display:flex;gap:6px;flex-wrap:wrap;flex:1}
.compare-pill{background:rgba(255,255,255,.2);border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600;color:#fff;display:flex;align-items:center;gap:4px}
.compare-bar-actions{display:flex;gap:6px;flex-shrink:0}
.btn-compare-open{padding:7px 14px;border-radius:8px;border:none;background:#fff;color:#1a3a8f;font-size:12px;font-weight:700}
.btn-compare-clear{padding:7px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.3);background:none;color:#fff;font-size:12px;font-weight:600}
.compare-modal-box{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:90vh;display:flex;flex-direction:column}
@media(min-width:600px){.compare-modal-box{border-radius:16px;max-width:700px;max-height:85vh}}
.compare-modal-body{flex:1;overflow:auto}
.compare-field-col{padding:10px 14px;font-size:11px;font-weight:700;color:#64748b;background:#f8f9fb;border-right:1px solid #f1f5f9;border-bottom:1px solid #e5e7eb}
.compare-site-col,.compare-val-col{padding:10px 14px;font-size:12px;color:#374151;border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}
.compare-site-name{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:2px}
.compare-site-url{font-size:11px;color:#1a3a8f}

/* Toast */
#toast{position:fixed;bottom:calc(74px + env(safe-area-inset-bottom,0));left:50%;transform:translateX(-50%) translateY(8px);background:#0f172a;color:#f1f5f9;padding:10px 18px;border-radius:20px;font-size:13px;font-weight:500;white-space:nowrap;opacity:0;transition:opacity .3s,transform .3s;z-index:500;pointer-events:none;box-shadow:0 4px 16px rgba(0,0,0,.15)}
#toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* PWA install */
.pwa-install-bar{position:fixed;bottom:62px;left:0;right:0;background:#1a3a8f;padding:10px 14px;display:flex;align-items:center;gap:10px;z-index:89}
.pwa-install-text{flex:1;font-size:12px;color:#fff;display:flex;align-items:center;gap:8px}
.pwa-install-btn{padding:7px 14px;border-radius:8px;border:none;background:#fff;color:#1a3a8f;font-size:12px;font-weight:700;flex-shrink:0}
.pwa-install-dismiss{width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.2);color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media(min-width:768px){
  .bottom-nav .nav-label{font-size:10px}
  .quick-grid{grid-template-columns:repeat(4,1fr)}
  .why-grid{grid-template-columns:repeat(4,1fr)}
  .guide-steps-row{grid-template-columns:repeat(4,1fr)}
}
@media(min-width:1024px){
  .topbar{padding:0 28px}
  .bottom-nav{height:56px}
  .filter-wrap{top:56px}
  .corp-filter-bar{top:56px}
  .page-header{padding:24px 28px 14px}
  .section{padding:20px 28px}
  .sites-grid{padding:16px 28px}
  .corporate-grid{padding:12px 28px}
  .syndi-grid{padding:0 28px 16px}
  .packages-grid{padding:0 28px 16px}
  .guide-steps-row{padding:0 28px 16px}
  .guide-disclaimer-banner{margin:16px 28px}
}
@media(min-width:1280px){
  .compare-bar{bottom:62px}
  .pwa-install-bar{bottom:62px}
  #toast{bottom:80px}
}