/* ============================================================
   Strider RV Homes — RV & Modular Living
   Modern, clean storefront styles
   ============================================================ */

:root {
  --ink: #14201c;
  --ink-soft: #3b4944;
  --muted: #6b7872;
  --line: #e6e9e7;
  --bg: #ffffff;
  --bg-soft: #f6f7f5;
  --bg-sand: #f1efe9;
  --accent: #1f6e3e;       /* refined forest green */
  --accent-dark: #14502c;
  --accent-soft: #e7f1ec;
  --amber: #c98a2b;
  --danger: #b3261e;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(20,32,28,.06), 0 2px 8px rgba(20,32,28,.05);
  --shadow-md: 0 10px 30px rgba(20,32,28,.10);
  --maxw: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .4em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--muted); }
.center { text-align: center; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: .6rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .8rem 1.4rem; border-radius: 999px; font-weight: 600; font-size: .95rem;
  cursor: pointer; border: 1.5px solid transparent; transition: .18s ease; white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn-block { width: 100%; }
.btn-lg { padding: 1rem 1.8rem; font-size: 1rem; }
.btn:disabled { opacity: .5; cursor: not-allowed; }

/* ---------- Top announcement bar ---------- */
.topbar {
  background: var(--accent-dark); color: #fff;
  font-size: .82rem; font-weight: 600; letter-spacing: .02em;
}
.topbar .container { padding-top: 8px; padding-bottom: 8px; text-align: center; }
@media (max-width: 560px) { .topbar { font-size: .72rem; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand { display: inline-flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em; }
.brand .mark {
  width: 34px; height: 34px; border-radius: 9px; background: var(--accent);
  display: grid; place-items: center; color: #fff; font-size: 1.1rem;
}
.brand-logo { height: 48px; width: auto; display: block; }
.brand-logo-footer { height: 66px; }
@media (max-width: 560px) { .brand-logo { height: 38px; } }
.nav-links { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: .95rem; font-weight: 500; color: var(--ink-soft); transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.cart-link { position: relative; display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; }
.cart-count {
  position: absolute; top: -8px; right: -12px; min-width: 19px; height: 19px; padding: 0 5px;
  background: var(--accent); color: #fff; font-size: .72rem; font-weight: 700;
  border-radius: 999px; display: grid; place-items: center;
}
.menu-toggle { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #0e2a1a 0%, #1f6e3e 100%);
  color: #fff;
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 84px 24px; }
.hero h1 { color: #fff; }
.hero p.lead { font-size: 1.18rem; color: rgba(255,255,255,.86); max-width: 38ch; }
.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-stats { display: flex; gap: 2.2rem; margin-top: 2.6rem; }
.hero-stats .num { font-size: 1.7rem; font-weight: 800; }
.hero-stats .lbl { font-size: .82rem; color: rgba(255,255,255,.7); }
.hero-art {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3;
  box-shadow: 0 30px 60px rgba(0,0,0,.3); background: #0a1f17;
}
.hero-art img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Sections ---------- */
.section { padding: 80px 0; }
.section-sand { background: var(--bg-sand); }
.section-soft { background: var(--bg-soft); }
.section-head { max-width: 620px; margin: 0 auto 48px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }

/* ---------- Category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cat-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 320px;
  display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-md);
}
.cat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8,20,15,.82)); }
.cat-card:hover img { transform: scale(1.06); }
.cat-card .cat-body { position: relative; z-index: 2; padding: 28px; }
.cat-card h3 { color: #fff; font-size: 1.5rem; margin-bottom: .2em; }

/* ---------- Product grid / cards ---------- */
.grid-layout { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-soft); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.badge {
  position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.94);
  color: var(--ink); font-size: .72rem; font-weight: 700; padding: .3rem .65rem; border-radius: 999px;
  text-transform: uppercase; letter-spacing: .05em;
}
.badge.accent { background: var(--accent); color: #fff; }
.badge.used { background: #34506a; color: #fff; }
.badge.save-badge { left: auto; right: 12px; background: var(--amber); color: #fff; }
.card-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.card-cat { font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); font-weight: 600; margin-bottom: .25rem; }
.card-title { font-size: 1.12rem; font-weight: 700; margin-bottom: .25rem; }
.card-specs { font-size: .85rem; color: var(--muted); margin-bottom: .9rem; }
.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.price { font-size: 1.25rem; font-weight: 800; }
.price small { font-size: .8rem; font-weight: 500; color: var(--muted); }
.price .msrp { text-decoration: line-through; color: var(--muted); font-weight: 500; margin-left: .2rem; }
.save { font-size: .8rem; font-weight: 700; color: var(--amber); }
.card-foot { flex-wrap: wrap; }
.card-foot .save { width: 100%; order: 3; margin-top: -.4rem; }

/* ---------- Filters sidebar ---------- */
.filters { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: sticky; top: 92px; }
.filters h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 18px 0 10px; }
.filters h4:first-child { margin-top: 0; }
.filter-opt { display: flex; align-items: center; gap: .55rem; padding: .25rem 0; font-size: .92rem; cursor: pointer; }
.filter-opt input { accent-color: var(--accent); width: 16px; height: 16px; }
.search-row { margin-bottom: 16px; }
.search-row input {
  width: 100%; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 12px;
  font: inherit; background: #fff;
}
.search-row input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.results-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; flex-wrap: wrap; gap: 12px; }
.results-bar select { padding: .55rem .8rem; border-radius: 10px; border: 1px solid var(--line); font: inherit; background: #fff; }

/* ---------- Product detail ---------- */
.pd { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: start; }
.pd-gallery .main { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); }
.pd-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.pd-thumbs img { border-radius: 10px; aspect-ratio: 1; object-fit: cover; cursor: pointer; opacity: .65; transition: .15s; border: 2px solid transparent; }
.pd-thumbs img:hover, .pd-thumbs img.active { opacity: 1; border-color: var(--accent); }
.pd-info .price { font-size: 2rem; }
.spec-table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.spec-table td { padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.spec-table td:first-child { color: var(--muted); width: 45%; }
.spec-table td:last-child { font-weight: 600; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.4rem; }
.feature-list li { position: relative; padding-left: 1.6rem; font-size: .92rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.feature-list.reasons { grid-template-columns: 1fr 1fr; gap: .4rem 2.4rem; margin-top: 26px; }
.feature-list.reasons li { font-size: .98rem; padding: .7rem 0 .7rem 1.9rem; border-bottom: 1px solid var(--line); }
@media (max-width: 640px) { .feature-list.reasons { grid-template-columns: 1fr; } }
.buy-box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff; }
.qty button { width: 38px; height: 38px; border: 0; background: none; font-size: 1.1rem; cursor: pointer; color: var(--ink); }
.qty input { width: 44px; text-align: center; border: 0; font: inherit; font-weight: 600; }

/* ---------- Cart ---------- */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 36px; align-items: start; }
.cart-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item img { border-radius: 10px; aspect-ratio: 4/3; object-fit: cover; }
.cart-item .ci-title { font-weight: 700; }
.cart-item .ci-remove { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: .85rem; text-decoration: underline; padding: 0; margin-top: .3rem; }
.summary { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: sticky; top: 92px; }
.summary .row { display: flex; justify-content: space-between; padding: .5rem 0; font-size: .95rem; }
.summary .row.total { border-top: 1px solid var(--line); margin-top: .6rem; padding-top: 1rem; font-size: 1.3rem; font-weight: 800; }
.empty-state { text-align: center; padding: 80px 20px; }
.empty-state .ico { font-size: 3rem; margin-bottom: .5rem; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 600; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  padding: .8rem .9rem; border: 1px solid var(--line); border-radius: 10px; font: inherit; background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.card-pad { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }

/* ---------- Payment method ---------- */
.pay-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pay-opt {
  display: flex; align-items: center; gap: .7rem; padding: 14px; border: 1.5px solid var(--line);
  border-radius: 12px; cursor: pointer; transition: .15s; font-size: .92rem; background: #fff;
}
.pay-opt:hover { border-color: var(--accent); }
.pay-opt:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); }
.pay-opt input { accent-color: var(--accent); width: 18px; height: 18px; flex: none; }
.pay-opt .pay-ico { font-size: 1.4rem; }
.pay-detail { margin-top: 14px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
@media (max-width: 560px) { .pay-methods { grid-template-columns: 1fr; } }

/* ---------- Banner / notice ---------- */
.notice { background: var(--accent-soft); border: 1px solid #cfe4d9; color: var(--accent-dark); padding: .8rem 1rem; border-radius: 10px; font-size: .88rem; }
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120%);
  background: var(--ink); color: #fff; padding: .9rem 1.4rem; border-radius: 999px; font-weight: 600;
  box-shadow: var(--shadow-md); z-index: 100; transition: transform .35s cubic-bezier(.2,.9,.3,1.2); font-size: .92rem;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ---------- Trust / steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { text-align: center; }
.step .n { width: 46px; height: 46px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; font-weight: 800; margin: 0 auto .8rem; }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.feature-box .ico { font-size: 1.6rem; margin-bottom: .5rem; }

/* ---------- Map ---------- */
.map-embed { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-embed iframe { display: block; width: 100%; height: 420px; border: 0; }
.visit-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: center; }
@media (max-width: 820px) { .visit-grid { grid-template-columns: 1fr; } .map-embed iframe { height: 320px; } }

/* ---------- Reviews ---------- */
.rating-band { display: flex; align-items: center; justify-content: center; gap: 24px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 32px; max-width: 620px; margin: 0 auto 44px; flex-wrap: wrap; }
.rating-score { font-size: 3.4rem; font-weight: 800; color: var(--accent); line-height: 1; }
.rating-band .stars { color: var(--amber); font-size: 1.4rem; letter-spacing: 3px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-top { display: flex; align-items: center; gap: 12px; margin-bottom: .7rem; }
.review-top .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); font-weight: 800; display: grid; place-items: center; flex: none; }
.review-top .r-name { font-weight: 700; font-size: .98rem; }
.review-top .r-meta { color: var(--muted); font-size: .8rem; }
.review .stars { color: var(--amber); letter-spacing: 2px; margin-bottom: .5rem; }
.review blockquote { margin: 0; font-size: .95rem; line-height: 1.6; color: var(--ink-soft); }
@media (max-width: 860px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.team-member { text-align: center; }
.team-member img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); margin-bottom: 1rem; }
.team-member .t-name { font-weight: 700; font-size: 1.08rem; }
.team-member .t-role { color: var(--accent); font-size: .88rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.team-member .t-bio { color: var(--muted); font-size: .9rem; margin-top: .4rem; }
@media (max-width: 860px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .team-grid { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; } }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 54px; text-align: center; }
.cta-band h2 { color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-sand); border-top: 1px solid var(--line); padding: 56px 0 28px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid h5 { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 0 0 1rem; }
.footer-grid a { display: block; color: var(--ink-soft); font-size: .92rem; padding: .25rem 0; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .85rem; }

/* ---------- WhatsApp widget ---------- */
.wa-fab {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%; border: 0; cursor: pointer;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.45); transition: transform .18s ease;
}
.wa-fab:hover { transform: scale(1.06); }
.wa-fab svg { width: 32px; height: 32px; }
.wa-fab .wa-ping {
  position: absolute; inset: 0; border-radius: 50%; background: #25D366;
  animation: waPing 2.2s cubic-bezier(0,0,.2,1) infinite; z-index: -1;
}
@keyframes waPing { 0% { transform: scale(1); opacity: .6; } 80%,100% { transform: scale(1.8); opacity: 0; } }
.wa-fab .wa-dot {
  position: absolute; top: -2px; right: -2px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--danger); color: #fff; font-size: .7rem; font-weight: 700;
  display: grid; place-items: center; border: 2px solid #fff;
}

.wa-panel {
  position: fixed; bottom: 96px; right: 24px; z-index: 91; width: 330px; max-width: calc(100vw - 36px);
  background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 50px rgba(20,32,28,.28);
  transform: translateY(16px) scale(.96); opacity: 0; pointer-events: none;
  transform-origin: bottom right; transition: .22s cubic-bezier(.2,.9,.3,1.1);
}
.wa-panel.open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.wa-head { background: #075E54; color: #fff; padding: 16px 18px; display: flex; align-items: center; gap: 12px; }
.wa-head .wa-av { width: 42px; height: 42px; border-radius: 50%; background: #128C7E; display: grid; place-items: center; font-size: 1.2rem; flex: none; }
.wa-head .wa-name { font-weight: 700; font-size: .98rem; line-height: 1.2; }
.wa-head .wa-status { font-size: .76rem; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: .35rem; }
.wa-head .wa-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #5cf08a; display: inline-block; }
.wa-close { margin-left: auto; background: none; border: 0; color: #fff; font-size: 1.3rem; cursor: pointer; opacity: .85; line-height: 1; }
.wa-body { padding: 18px; background: #ECE5DD; background-image: linear-gradient(#ece5dd,#ece5dd); max-height: 280px; overflow-y: auto; }
.wa-bubble {
  background: #fff; padding: 10px 13px; border-radius: 4px 12px 12px 12px; font-size: .9rem;
  box-shadow: 0 1px 1px rgba(0,0,0,.08); max-width: 92%; margin-bottom: 10px; color: var(--ink);
}
.wa-bubble .wa-time { display: block; font-size: .66rem; color: var(--muted); text-align: right; margin-top: 3px; }
.wa-quick { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.wa-quick button {
  text-align: left; background: #fff; border: 1px solid #d9e2dc; color: var(--accent-dark);
  padding: 9px 12px; border-radius: 10px; font: inherit; font-size: .86rem; font-weight: 600; cursor: pointer; transition: .15s;
}
.wa-quick button:hover { background: var(--accent-soft); border-color: var(--accent); }
.wa-foot { padding: 12px 14px; background: #f4f4f4; }
.wa-foot .btn { background: #25D366; color: #fff; }
.wa-foot .btn:hover { background: #1da851; }
.wa-foot .wa-note { text-align: center; font-size: .68rem; color: var(--muted); margin: 8px 0 0; }
@media (max-width: 560px) {
  .wa-panel { right: 12px; bottom: 86px; }
  .wa-fab { right: 16px; bottom: 16px; }
}

/* ---------- Page header band ---------- */
.page-head { background: var(--bg-soft); border-bottom: 1px solid var(--line); padding: 46px 0; }

/* ---------- Testimonials ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.quote .stars { color: var(--amber); letter-spacing: 2px; margin-bottom: .6rem; }
.quote blockquote { margin: 0 0 1rem; font-size: 1rem; line-height: 1.6; }
.quote figcaption { color: var(--muted); font-size: .88rem; font-weight: 600; }

/* ---------- Catalog page ---------- */
.cat-section { margin-bottom: 56px; }
.cat-section-head { border-bottom: 2px solid var(--ink); padding-bottom: 12px; margin-bottom: 28px; }
.cat-section-head h2 { margin: 0; }
.cat-entries { display: flex; flex-direction: column; gap: 22px; }
.cat-entry {
  display: grid; grid-template-columns: 280px 1fr; gap: 26px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .2s;
}
.cat-entry:hover { box-shadow: var(--shadow-md); }
.cat-entry-media { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-soft); }
.cat-entry-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cat-entry:hover .cat-entry-media img { transform: scale(1.05); }
.cat-entry-body { padding: 22px 24px 22px 0; }
.cat-entry-top { display: flex; align-items: flex-start; gap: 16px; margin-bottom: .6rem; }
.cat-entry-top h3 { margin: 0; font-size: 1.35rem; }
.cat-num { font-size: 1.1rem; font-weight: 800; color: var(--accent); font-variant-numeric: tabular-nums; padding-top: .1rem; }
.cat-entry-price { margin-left: auto; font-size: 1.4rem; font-weight: 800; white-space: nowrap; }
.cat-entry-specs { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; font-size: .9rem; color: var(--ink-soft); margin: .8rem 0 1.1rem; }
.cat-entry-actions { display: flex; gap: .6rem; flex-wrap: wrap; }

/* ---------- Financing calculator ---------- */
.calc-result { background: var(--accent-soft); border: 1px solid #cfe4d9; border-radius: var(--radius); padding: 22px; text-align: center; }
.calc-big { font-size: 2.6rem; font-weight: 800; color: var(--accent-dark); line-height: 1; }
.calc-big span { font-size: 1rem; font-weight: 600; color: var(--accent); }

/* ---------- FAQ accordion ---------- */
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font: inherit; font-size: 1.05rem; font-weight: 600; color: var(--ink);
  padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-ico { font-size: 1.5rem; color: var(--accent); transition: transform .2s; flex: none; line-height: 1; }
.faq-item.open .faq-ico { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { margin: 0 0 20px; color: var(--ink-soft); }

/* ---------- Print (catalog) ---------- */
@media print {
  .site-header, .site-footer, .wa-fab, .wa-panel, .no-print, .menu-toggle { display: none !important; }
  body { color: #000; }
  .section { padding: 0; }
  .page-head { background: none; border: 0; padding: 0 0 16px; }
  .cat-entry { break-inside: avoid; border: 1px solid #ccc; box-shadow: none; }
  a { color: #000; text-decoration: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-inner, .pd, .cart-layout, .grid-layout { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .filters { position: static; }
  .summary { position: static; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px 24px; border-bottom: 1px solid var(--line); gap: .4rem; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .6rem 0; }
  .menu-toggle { display: block; }
  .steps, .feature-row { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .cat-entry { grid-template-columns: 1fr; }
  .cat-entry-media { aspect-ratio: 16/9; }
  .cat-entry-body { padding: 0 22px 22px; }
}
@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .steps, .feature-row, .form-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.4rem; flex-wrap: wrap; }
  .hero-inner { padding: 56px 18px; }
  .section { padding: 56px 0; }
  .cta-band { padding: 36px 22px; }
  .cat-entry-top { flex-wrap: wrap; }
  .cat-entry-price { margin-left: 0; width: 100%; }
  .pd-info .price { font-size: 1.6rem; }
  h1 { font-size: 2rem; }
}
