:root {
  --primary: #000f22;
  --primary-container: #0a2540;
  --secondary: #005eb2;
  --secondary-container: #5ea2ff;
  --secondary-fixed: #d5e3ff;
  --tertiary-fixed-dim: #ffb95f;
  --surface: #f8f9ff;
  --sc-lowest: #ffffff;
  --sc-low: #eff4ff;
  --sc: #e5eeff;
  --sc-high: #dce9ff;
  --on-surface: #0b1c30;
  --on-surface-var: #43474d;
  --inverse-on-surface: #eaf1ff;
  --outline-var: #c4c6ce;
  --error: #ba1a1a;
  --xs: .25rem;
  --sm: .5rem;
  --md: 1rem;
  --lg: 1.5rem;
  --xl: 2.5rem;
  --xxl: 4rem;
  --r: 4px;
  --rl: 8px;
  --rxl: 12px;
  --sh1: 0 1px 3px rgba(10,37,64,.06), 0 1px 2px -1px rgba(10,37,64,.04);
  --sh2: 0 10px 15px -3px rgba(10,37,64,.08), 0 4px 6px -4px rgba(10,37,64,.04);
  --sh3: 0 20px 25px -5px rgba(10,37,64,.12), 0 8px 10px -6px rgba(10,37,64,.06);
  --font: 'Vazirmatn', Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.7;
  color: var(--on-surface);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--secondary); text-decoration: none; }
a:hover { color: var(--primary-container); }
h1, h2, h3, h4 { margin: 0; line-height: 1.4; color: var(--primary); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.ms-fill { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

.pg-container { max-width: 1280px; margin: 0 auto; padding: 0 var(--lg); }
.pg-section { padding-top: var(--xxl); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.sec-badge { display: inline-flex; align-items: center; gap: var(--xs); color: var(--secondary); font-size: 12px; font-weight: 700; }
.sec-badge .material-symbols-outlined { font-size: 18px; }
.sec-title { font-size: 36px; font-weight: 900; letter-spacing: -0.01em; margin-top: var(--xs); }
.sec-sub { color: var(--on-surface-var); font-size: 14px; margin-top: var(--xs); }
.sec-head-center { text-align: center; max-width: 640px; margin: 0 auto var(--xl); }
.pill-badge { display: inline-block; background: rgba(0,94,178,.12); color: var(--secondary); border-radius: 999px; padding: var(--xs) var(--md); font-size: 11px; font-weight: 700; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--xs);
  padding: var(--sm) var(--lg); border: 0; border-radius: var(--r);
  font-size: 14px; font-weight: 600; cursor: pointer; transition: all .2s;
}
.btn .material-symbols-outlined { font-size: 20px; }
.btn-primary { background: var(--secondary); color: #fff; box-shadow: var(--sh1); }
.btn-primary:hover { background: var(--primary-container); color: #fff; }
.btn-primary:active { transform: translateY(1px); }
.btn-light { background: var(--sc-lowest); color: var(--primary); box-shadow: var(--sh1); }
.btn-light:hover { background: var(--sc); color: var(--primary); }
.btn-ghost { background: transparent; color: var(--secondary-fixed); padding: var(--xs); }
.btn-ghost:hover { color: #fff; }
.btn-small { padding: var(--xs) var(--md); font-size: 12px; }
.btn-block { width: 100%; }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 50; background: var(--sc-lowest); box-shadow: 0 1px 8px rgba(0,0,0,.04); }
.topbar { background: var(--primary-container); color: #fff; font-size: 12px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; padding-top: var(--xs); padding-bottom: var(--xs); }
.topbar a { color: var(--secondary-fixed); }
.topbar a:hover { color: #fff; }
.topbar-group { display: flex; align-items: center; gap: var(--lg); }
.topbar-item { display: flex; align-items: center; gap: var(--xs); }
.topbar-item .material-symbols-outlined { font-size: 16px; color: var(--secondary-fixed); }
.topbar-sep { color: var(--outline-var); }
.header-main { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: var(--md); }
.brand { display: flex; align-items: center; gap: var(--sm); }
.brand img { height: 40px; width: auto; object-fit: contain; }
.brand-logo-fallback { width: 40px; height: 40px; border-radius: 50%; background: var(--secondary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; }
.brand-text { display: flex; flex-direction: column; }
.brand-title { font-size: 18px; font-weight: 900; color: var(--primary); line-height: 1.2; }
.brand-tag { font-size: 11px; font-weight: 700; color: var(--secondary); }
.main-nav { display: flex; align-items: center; gap: 2px; font-size: 14px; white-space: nowrap; }
.main-nav a { padding: var(--xs) var(--sm); border-radius: var(--rl); color: var(--on-surface-var); transition: all .2s; }
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_item > a { color: var(--primary); background: rgba(220,233,255,.6); }
.header-actions { display: flex; align-items: center; gap: var(--sm); }
.nav-toggle { display: none; background: var(--sc-low); border: 0; border-radius: var(--rl); width: 40px; height: 40px; align-items: center; justify-content: center; cursor: pointer; color: var(--primary); }
.mobile-nav { display: none; background: var(--sc-lowest); border-top: 1px solid var(--sc-high); padding: var(--md) var(--lg) var(--lg); flex-direction: column; gap: var(--xs); }
.mobile-nav a { padding: var(--sm); border-radius: var(--rl); color: var(--on-surface); font-weight: 600; }
.mobile-nav a:hover { background: var(--sc-low); }
body.nav-open .mobile-nav { display: flex; }
.main-wrap { padding-top: 80px; }

.hero { position: relative; background: var(--primary-container); color: #fff; overflow: hidden; padding-bottom: var(--xxl); }
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .1; pointer-events: none;
  background-image: radial-gradient(circle at 75% 30%, #5ea2ff 0%, transparent 60%), radial-gradient(circle at 10% 80%, #ffb95f 0%, transparent 50%);
}
.hero-inner { position: relative; z-index: 1; padding-top: var(--xl); display: grid; grid-template-columns: 7fr 5fr; gap: var(--xl); align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: var(--xs); background: rgba(0,94,178,.3); color: var(--secondary-fixed); padding: var(--xs) var(--md); border-radius: 999px; font-size: 11px; font-weight: 700; align-self: flex-start; }
.hero-badge .material-symbols-outlined { font-size: 18px; }
.hero-title { font-size: 48px; font-weight: 900; color: var(--sc-lowest); line-height: 1.3; letter-spacing: -0.02em; margin-top: var(--md); }
.hero-title span { display: block; color: var(--secondary-container); }
.hero-desc { color: var(--inverse-on-surface); font-size: 16px; line-height: 1.8; text-align: justify; max-width: 640px; margin-top: var(--md); }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: var(--md); padding-top: var(--xs); }
.hero-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--md); padding-top: var(--lg); }
.metric { background: rgba(229,238,255,.1); padding: var(--sm); border-radius: var(--r); display: flex; flex-direction: column; }
.metric-value { font-size: 28px; font-weight: 900; color: var(--sc-lowest); }
.metric-value.accent-amber { color: var(--tertiary-fixed-dim); }
.metric-value.accent-blue { color: var(--secondary-container); }
.metric-label { font-size: 12px; color: var(--inverse-on-surface); }
.hero-visual { position: relative; justify-self: center; width: 100%; max-width: 420px; background: linear-gradient(to bottom, rgba(220,233,255,.2), rgba(0,15,34,.4)); border-radius: var(--rxl); padding: var(--lg); box-shadow: var(--sh3); }
.hero-visual img { width: 100%; height: 380px; object-fit: contain; filter: drop-shadow(0 25px 25px rgba(0,0,0,.35)); }
.hero-card { position: absolute; bottom: calc(var(--sm) * -1); right: calc(var(--sm) * -1); background: var(--sc-lowest); color: var(--primary); padding: var(--md); border-radius: var(--rxl); box-shadow: var(--sh2); display: flex; align-items: center; gap: var(--sm); }
.hero-card-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--secondary); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-card-badge { font-size: 11px; font-weight: 700; color: var(--secondary); }
.hero-card-title { font-size: 14px; font-weight: 900; }

.creds { background: var(--sc-lowest); box-shadow: var(--sh1); margin-top: calc(var(--md) * -1); position: relative; z-index: 20; }
.creds-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--md); padding: var(--lg) 0; }
.cred-item { display: flex; align-items: center; gap: var(--sm); padding: var(--sm); border-radius: var(--r); background: var(--sc-low); }
.cred-item .material-symbols-outlined { color: var(--secondary); font-size: 32px; flex-shrink: 0; }
.cred-title { font-size: 14px; font-weight: 700; color: var(--primary); }
.cred-sub { font-size: 12px; color: var(--on-surface-var); }

.catalog-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: var(--md); margin-bottom: var(--lg); }
.filter-tabs { display: flex; flex-wrap: wrap; gap: var(--xs); background: var(--sc-high); padding: var(--xs); border-radius: var(--rl); }
.filter-tab { border: 0; background: transparent; color: var(--on-surface-var); padding: var(--xs) var(--md); border-radius: var(--r); font-size: 12px; font-weight: 600; cursor: pointer; transition: all .2s; }
.filter-tab:hover { color: var(--primary); }
.filter-tab.active { background: var(--primary); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--lg); }
.pcard { background: var(--sc-lowest); border-radius: var(--rxl); padding: var(--md); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--sh1); transition: all .25s; }
.pcard:hover { box-shadow: var(--sh2); transform: translateY(-2px); }
.pcard-media { position: relative; height: 220px; background: var(--sc-low); border-radius: var(--rl); padding: var(--sm); display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: var(--sm); }
.pcard-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s; }
.pcard:hover .pcard-media img { transform: scale(1.05); }
.ptag { position: absolute; top: 8px; padding: 2px var(--xs); border-radius: var(--r); font-size: 11px; font-weight: 700; }
.ptag-cat { right: 8px; background: var(--secondary); color: #fff; }
.ptag-cat.electric-standing { background: var(--secondary-container); color: var(--on-surface); }
.ptag-cat.electric-wall { background: #49607e; color: #fff; }
.ptag-cat.fast-heat { background: #c27c00; color: #fff; }
.ptag-cap { left: 8px; background: var(--primary-container); color: #fff; font-weight: 400; }
.pcard-title { font-size: 18px; font-weight: 700; }
.pcard-title a { color: var(--primary); }
.pcard-excerpt { font-size: 12px; color: var(--on-surface-var); margin-top: var(--xs); line-height: 1.7; }
.pcard-foot { margin-top: var(--md); padding-top: var(--sm); display: flex; align-items: center; justify-content: space-between; gap: var(--sm); }
.pcard-flabel { display: block; font-size: 11px; font-weight: 700; color: var(--secondary); }
.pcard-fvalue { display: block; font-size: 14px; font-weight: 900; color: var(--primary); }
.empty-note { grid-column: 1 / -1; text-align: center; background: var(--sc-low); border-radius: var(--rl); padding: var(--xl); color: var(--on-surface-var); }

.matrix-box { background: var(--sc-lowest); border-radius: var(--rxl); padding: var(--lg); box-shadow: var(--sh1); }
.matrix-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--md); margin-bottom: var(--lg); }
.matrix-head h2 { font-size: 28px; font-weight: 900; }
.matrix-note { display: flex; align-items: center; gap: var(--sm); color: var(--on-surface-var); font-size: 12px; }
.matrix-note .material-symbols-outlined { color: var(--secondary); font-size: 20px; }
.matrix-scroll { overflow-x: auto; }
.matrix-table { width: 100%; border-collapse: collapse; text-align: right; min-width: 800px; }
.matrix-table th { background: var(--primary-container); color: #fff; padding: var(--md); font-size: 14px; font-weight: 600; }
.matrix-table th:first-child { border-radius: 0 var(--rl) var(--rl) 0; }
.matrix-table th:last-child { border-radius: var(--rl) 0 0 var(--rl); }
.matrix-table td { padding: var(--md); font-size: 14px; border-bottom: 1px solid var(--sc); }
.matrix-table tr:nth-child(even) td { background: var(--sc-low); }
.matrix-table td:first-child { font-weight: 700; color: var(--primary); }
.matrix-table td.hl { color: var(--secondary); font-weight: 700; }

.wizard-box { background: linear-gradient(135deg, var(--sc-high), var(--sc-low) 50%, var(--sc-lowest)); border-radius: var(--rxl); padding: var(--xl); box-shadow: var(--sh1); }
.wizard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--lg); }
.wizard-step { background: var(--sc-lowest); padding: var(--md); border-radius: var(--rxl); box-shadow: var(--sh1); display: flex; flex-direction: column; gap: var(--sm); }
.wizard-step-head { display: flex; align-items: center; gap: var(--xs); }
.wizard-num { width: 28px; height: 28px; border-radius: 50%; background: var(--secondary); color: #fff; font-weight: 700; font-size: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wizard-step-title { font-size: 18px; font-weight: 700; }
.wizard-step p { font-size: 12px; color: var(--on-surface-var); }
.wizard-options { display: flex; flex-direction: column; gap: var(--xs); margin-top: var(--xs); }
.wizard-option { display: flex; align-items: center; gap: var(--sm); padding: var(--xs); border-radius: var(--r); background: var(--sc-low); cursor: pointer; transition: background .2s; }
.wizard-option:hover { background: var(--sc); }
.wizard-option input { accent-color: var(--secondary); }
.wizard-option span { font-size: 12px; font-weight: 600; color: var(--primary); }
.wizard-result { background: var(--primary-container); color: #fff; padding: var(--md); border-radius: var(--rxl); box-shadow: var(--sh2); display: flex; flex-direction: column; justify-content: space-between; gap: var(--sm); }
.wizard-result-head { display: flex; align-items: center; justify-content: space-between; }
.wizard-result-head span:first-child { font-size: 11px; color: var(--secondary-fixed); font-weight: 700; }
.wizard-result-head .material-symbols-outlined { color: var(--tertiary-fixed-dim); font-size: 20px; }
.wizard-result h4 { font-size: 18px; font-weight: 700; color: var(--sc-lowest); margin-top: var(--xs); }
.wizard-result p { font-size: 12px; color: var(--inverse-on-surface); line-height: 1.8; }

.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--lg); }
.feature-card { background: var(--sc-lowest); padding: var(--lg); border-radius: var(--rxl); box-shadow: var(--sh1); display: flex; flex-direction: column; gap: var(--sm); }
.feature-icon { width: 48px; height: 48px; border-radius: var(--rl); background: var(--sc-high); color: var(--secondary); display: flex; align-items: center; justify-content: center; }
.feature-icon .material-symbols-outlined { font-size: 28px; }
.feature-card h3 { font-size: 18px; font-weight: 700; }
.feature-card p { font-size: 12px; color: var(--on-surface-var); line-height: 1.8; }

.video-box { background: var(--sc-lowest); border-radius: var(--rxl); padding: var(--xl); box-shadow: var(--sh1); display: grid; grid-template-columns: 1fr 1fr; gap: var(--xl); align-items: center; }
.video-list { display: flex; flex-direction: column; gap: var(--sm); margin-top: var(--md); }
.video-list li { display: flex; align-items: center; gap: var(--sm); color: var(--primary); font-size: 14px; font-weight: 600; }
.video-list .material-symbols-outlined { color: var(--secondary); font-size: 20px; }
.video-frame { position: relative; width: 100%; height: 320px; border-radius: var(--rxl); overflow: hidden; box-shadow: var(--sh2); background: var(--primary-container); }
.video-frame img, .video-frame iframe, .video-frame video { width: 100%; height: 100%; object-fit: cover; border: 0; }
.video-overlay { position: absolute; inset: 0; background: rgba(0,15,34,.4); display: flex; align-items: center; justify-content: center; }
.video-play { width: 64px; height: 64px; border-radius: 50%; border: 0; background: var(--secondary); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--sh3); transition: transform .2s; }
.video-play:active { transform: scale(.95); }
.video-play .material-symbols-outlined { font-size: 36px; }
.video-bar { position: absolute; bottom: 16px; right: 16px; left: 16px; background: rgba(10,37,64,.85); backdrop-filter: blur(4px); padding: var(--sm); border-radius: var(--rl); display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 12px; }
.video-bar .dur { color: var(--secondary-fixed); font-size: 13px; }

.quote-box { background: var(--primary-container); color: #fff; border-radius: var(--rxl); padding: var(--xl); box-shadow: var(--sh3); position: relative; overflow: hidden; display: grid; grid-template-columns: 5fr 7fr; gap: var(--xl); }
.quote-box::before { content: ""; position: absolute; right: -80px; bottom: -80px; width: 320px; height: 320px; background: rgba(0,94,178,.15); border-radius: 50%; filter: blur(48px); pointer-events: none; }
.quote-info { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; gap: var(--lg); }
.quote-badge { display: inline-flex; align-items: center; gap: var(--xs); color: var(--secondary-fixed); font-size: 12px; font-weight: 700; }
.quote-badge .material-symbols-outlined { font-size: 18px; }
.quote-info h2 { font-size: 36px; font-weight: 900; color: var(--sc-lowest); margin-top: var(--sm); }
.quote-info > div:first-child p { color: var(--inverse-on-surface); text-align: justify; margin-top: var(--sm); }
.quote-phones-label { font-size: 14px; font-weight: 700; color: var(--sc-lowest); }
.quote-phones { display: flex; align-items: center; gap: var(--sm); font-size: 18px; font-weight: 700; color: var(--secondary-fixed); direction: ltr; justify-content: flex-end; }
.quote-hours { font-size: 12px; color: var(--inverse-on-surface); }
.quote-form { position: relative; z-index: 1; background: var(--sc-lowest); color: var(--primary); padding: var(--lg); border-radius: var(--rxl); box-shadow: var(--sh2); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--md); }
.form-field { display: flex; flex-direction: column; gap: var(--xs); }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 12px; font-weight: 600; }
.form-field label .req { color: var(--error); }
.form-field input, .form-field select, .form-field textarea {
  background: #fff; border: 1.5px solid #cbd5e1; border-radius: var(--r);
  padding: var(--sm) var(--md); font-size: 13px; outline: none; transition: all .2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--secondary); box-shadow: 0 0 0 3px rgba(2,103,193,.15); }
.form-msg { margin-top: var(--md); padding: var(--sm) var(--md); border-radius: var(--r); font-size: 13px; display: none; }
.form-msg.ok { display: block; background: #e7f6ec; color: #14682f; }
.form-msg.err { display: block; background: #fdecea; color: var(--error); }

.dealers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--lg); align-items: start; }
.dealer-card { background: var(--sc-lowest); border-radius: var(--rxl); padding: var(--lg); box-shadow: var(--sh1); }
.dealer-card-head { display: flex; align-items: center; gap: var(--xs); color: var(--secondary); font-size: 12px; font-weight: 700; margin-bottom: var(--xs); }
.dealer-card-head .material-symbols-outlined { font-size: 18px; }
.dealer-card h3 { font-size: 22px; font-weight: 800; }
.dealer-card > p { font-size: 13px; color: var(--on-surface-var); margin-top: var(--xs); }
.serial-form { display: flex; gap: var(--sm); margin-top: var(--lg); }
.serial-form input { flex: 1; background: var(--sc-low); border: 1.5px solid transparent; border-radius: var(--r); padding: var(--sm) var(--md); font-size: 13px; outline: none; }
.serial-form input:focus { border-color: var(--secondary); background: #fff; }
.serial-result { margin-top: var(--md); font-size: 13px; display: none; padding: var(--sm) var(--md); border-radius: var(--r); }
.serial-result.show { display: block; }
.serial-result.ok { background: #e7f6ec; color: #14682f; }
.serial-result.err { background: #fdecea; color: var(--error); }
.dealer-filters { display: flex; gap: var(--sm); margin-top: var(--lg); }
.dealer-filters select { flex: 1; background: var(--sc-low); border: 1.5px solid transparent; border-radius: var(--r); padding: var(--sm); font-size: 12px; outline: none; }
.dealer-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sm); margin-top: var(--md); }
.dealer-tile { background: var(--sc-low); border-radius: var(--rl); padding: var(--md); }
.dealer-tile h4 { font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: var(--xs); }
.dealer-tile h4 .material-symbols-outlined { font-size: 18px; color: var(--secondary); }
.dealer-tile p { font-size: 12px; color: var(--on-surface-var); margin-top: var(--xs); }
.dealer-tile a { font-size: 12px; font-weight: 700; direction: ltr; display: inline-block; }
.dealers-foot { margin-top: var(--md); font-size: 12px; color: var(--on-surface-var); display: flex; align-items: center; justify-content: space-between; gap: var(--sm); }

.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: var(--sm); }
.faq-item { background: var(--sc-lowest); border-radius: var(--rl); box-shadow: var(--sh1); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--md); background: transparent; border: 0; padding: var(--md) var(--lg); cursor: pointer; font-size: 14px; font-weight: 700; color: var(--primary); text-align: right; }
.faq-q .material-symbols-outlined { color: var(--secondary); transition: transform .25s; }
.faq-item.open .faq-q .material-symbols-outlined { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 var(--lg) var(--md); font-size: 13px; color: var(--on-surface-var); line-height: 1.9; }

.cta-banner { background: linear-gradient(90deg, var(--secondary), var(--primary-container)); border-radius: var(--rxl); padding: var(--xl); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: var(--lg); box-shadow: var(--sh2); }
.cta-banner h2 { font-size: 28px; font-weight: 900; color: #fff; }
.cta-banner p { font-size: 13px; color: var(--inverse-on-surface); margin-top: var(--xs); }
.cta-banner .btn-light { flex-shrink: 0; direction: ltr; }

.site-footer { background: var(--primary-container); color: var(--inverse-on-surface); margin-top: var(--xxl); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: var(--xl); padding: var(--xxl) 0 var(--xl); }
.footer-col h4 { color: var(--sc-lowest); font-size: 16px; font-weight: 800; margin-bottom: var(--md); }
.footer-about { font-size: 12px; line-height: 1.9; }
.footer-brand { display: flex; align-items: center; gap: var(--sm); margin-bottom: var(--md); }
.footer-brand img { height: 36px; }
.footer-brand span { color: var(--sc-lowest); font-weight: 900; font-size: 16px; }
.footer-links { display: flex; flex-direction: column; gap: var(--sm); font-size: 13px; }
.footer-links a { color: var(--inverse-on-surface); }
.footer-links a:hover { color: var(--secondary-fixed); }
.footer-contact { display: flex; flex-direction: column; gap: var(--sm); font-size: 12px; }
.footer-contact li { display: flex; align-items: flex-start; gap: var(--sm); }
.footer-contact .material-symbols-outlined { font-size: 18px; color: var(--secondary-fixed); flex-shrink: 0; }
.footer-badges { display: flex; gap: var(--sm); margin-top: var(--md); flex-wrap: wrap; }
.footer-badges span { background: rgba(229,238,255,.1); border-radius: var(--r); padding: var(--xs) var(--sm); font-size: 11px; }
.footer-bottom { border-top: 1px solid rgba(229,238,255,.15); padding: var(--lg) 0; display: flex; align-items: center; justify-content: space-between; gap: var(--md); font-size: 12px; }
.footer-bottom nav { display: flex; gap: var(--lg); }
.footer-bottom a { color: var(--inverse-on-surface); }

.page-hero { background: var(--primary-container); color: #fff; padding: var(--xl) 0; }
.page-hero h1 { color: var(--sc-lowest); font-size: 36px; font-weight: 900; }
.page-hero .crumb { font-size: 12px; color: var(--secondary-fixed); margin-bottom: var(--sm); display: flex; align-items: center; gap: var(--xs); }
.page-hero .crumb a { color: var(--secondary-fixed); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--lg); }
.post-card { background: var(--sc-lowest); border-radius: var(--rxl); overflow: hidden; box-shadow: var(--sh1); transition: all .25s; display: flex; flex-direction: column; }
.post-card:hover { box-shadow: var(--sh2); transform: translateY(-2px); }
.post-card-media { height: 200px; background: var(--sc-high); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: var(--lg); display: flex; flex-direction: column; gap: var(--sm); flex: 1; }
.post-meta { display: flex; align-items: center; gap: var(--md); font-size: 11px; color: var(--on-surface-var); }
.post-meta span { display: flex; align-items: center; gap: var(--xs); }
.post-meta .material-symbols-outlined { font-size: 15px; color: var(--secondary); }
.post-card h2, .post-card h3 { font-size: 18px; font-weight: 700; }
.post-card h2 a, .post-card h3 a { color: var(--primary); }
.post-card .excerpt { font-size: 13px; color: var(--on-surface-var); }
.post-card .more { margin-top: auto; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: var(--xs); }

.single-post-box { background: var(--sc-lowest); border-radius: var(--rxl); padding: var(--xl); box-shadow: var(--sh1); }
.single-post-box .wp-post-image { border-radius: var(--rxl); margin-bottom: var(--lg); }
.post-content { font-size: 15px; line-height: 2; }
.post-content h2, .post-content h3, .post-content h4 { margin: var(--lg) 0 var(--sm); }
.post-content p { margin-bottom: var(--md); }
.post-content ul { list-style: disc; padding-right: var(--lg); margin-bottom: var(--md); }
.post-content img { border-radius: var(--rl); }
.post-content blockquote { border-right: 4px solid var(--secondary); background: var(--sc-low); padding: var(--md) var(--lg); border-radius: var(--rl); margin: var(--lg) 0; }

.single-product-grid { display: grid; grid-template-columns: 5fr 7fr; gap: var(--xl); align-items: start; }
.sp-gallery { position: sticky; top: 100px; background: var(--sc-lowest); border-radius: var(--rxl); padding: var(--lg); box-shadow: var(--sh1); }
.sp-gallery img { width: 100%; height: 420px; object-fit: contain; }
.sp-tags { display: flex; gap: var(--sm); margin-bottom: var(--md); }
.sp-title { font-size: 36px; font-weight: 900; }
.sp-excerpt { color: var(--on-surface-var); margin-top: var(--sm); line-height: 1.9; }
.sp-specs { margin-top: var(--lg); background: var(--sc-lowest); border-radius: var(--rxl); overflow: hidden; box-shadow: var(--sh1); }
.sp-specs table { width: 100%; border-collapse: collapse; text-align: right; font-size: 13px; }
.sp-specs td { padding: var(--md); border-bottom: 1px solid var(--sc); }
.sp-specs tr:nth-child(even) td { background: var(--sc-low); }
.sp-specs td:first-child { font-weight: 700; color: var(--primary); width: 40%; }
.sp-actions { display: flex; flex-wrap: wrap; gap: var(--md); margin-top: var(--lg); }
.sp-content { margin-top: var(--lg); }

.pagination { display: flex; align-items: center; justify-content: center; gap: var(--xs); padding: var(--xl) 0; }
.pagination a, .pagination span { padding: var(--sm) var(--md); border-radius: var(--r); background: var(--sc-lowest); box-shadow: var(--sh1); font-size: 13px; color: var(--primary); }
.pagination .current { background: var(--secondary); color: #fff; }

.comments-box { background: var(--sc-lowest); border-radius: var(--rxl); padding: var(--xl); box-shadow: var(--sh1); margin-top: var(--xl); }
.comments-box h3 { font-size: 22px; font-weight: 800; margin-bottom: var(--lg); }
.comment-list { display: flex; flex-direction: column; gap: var(--md); }
.comment-body { background: var(--sc-low); border-radius: var(--rl); padding: var(--md) var(--lg); }
.comment-meta { display: flex; align-items: center; gap: var(--sm); font-size: 12px; color: var(--on-surface-var); margin-bottom: var(--sm); }
.comment-meta strong { color: var(--primary); font-size: 14px; }
.comment-respond { margin-top: var(--xl); }
.comment-respond .form-field { margin-bottom: var(--md); }
.children { padding-right: var(--xl); display: flex; flex-direction: column; gap: var(--md); margin-top: var(--md); }

.search-box { background: var(--sc-lowest); border-radius: var(--rxl); padding: var(--lg); box-shadow: var(--sh1); display: flex; gap: var(--sm); max-width: 640px; margin: 0 auto var(--xl); }
.search-box input { flex: 1; border: 1.5px solid #cbd5e1; border-radius: var(--r); padding: var(--sm) var(--md); outline: none; }
.search-box input:focus { border-color: var(--secondary); }

.error-box { text-align: center; padding: var(--xxl) 0; }
.error-box .code { font-size: 96px; font-weight: 900; color: var(--secondary-container); line-height: 1; }
.error-box h1 { font-size: 28px; margin: var(--md) 0; }

.alignright { float: right; margin-left: var(--lg); }
.alignleft { float: left; margin-right: var(--lg); }
.aligncenter { margin: 0 auto; }
.wp-caption { max-width: 100%; }
.sticky { border-right: 3px solid var(--secondary); }

@media (max-width: 1023px) {
  .topbar { display: none; }
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-title { font-size: 30px; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .creds-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .wizard-grid { grid-template-columns: 1fr; }
  .video-box { grid-template-columns: 1fr; }
  .quote-box { grid-template-columns: 1fr; }
  .dealers-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .single-product-grid { grid-template-columns: 1fr; }
  .sp-gallery { position: static; }
  .sec-title { font-size: 26px; }
  .quote-info h2 { font-size: 26px; }
  .cta-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 639px) {
  .product-grid, .features-grid, .creds-grid, .blog-grid, .dealer-tiles, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .hero-visual img { height: 280px; }
  .header-main { height: 64px; }
  .main-wrap { padding-top: 64px; }
  .pg-section { padding-top: var(--xl); }
}
