/* ============================================================
   Printer Direct — storefront theme (CartridgesDirect-style)
   Green #58A618 primary · Orange #F7941E CTA · white header,
   green utility bar · full-width · clean product-first layout.
   ============================================================ */
:root {
  --green: #58a618; --green-dark: #47870f; --green-darker: #3a6f0b; --green-50: #f1f8e8;
  --orange: #f7941e; --orange-dark: #e07d0a;
  --blue: #0f6fb3; --red: #d63229; --emerald: #2e8b2e;
  --ink: #2b2f33; --slate-700: #3f4650; --muted: #6b7280; --faint: #9aa2ac;
  --line: #e4e7ea; --line-2: #d3d8dd;
  --bg: #f4f5f7; --card: #ffffff; --footer: #24303a; --footer-2: #1b242c;
  --shadow-sm: 0 1px 2px rgba(20,30,40,.06);
  --shadow: 0 4px 14px -4px rgba(20,30,40,.16);
  --font: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --head: "Plus Jakarta Sans", var(--font);
  --mono: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
  /* back-compat aliases so older class names keep working */
  --teal: var(--green); --teal-dark: var(--green-dark); --teal-50: var(--green-50);
  --amber: var(--orange); --amber-dark: var(--orange-dark); --navy: var(--footer); --navy-dark: var(--footer-2);
  --slate-600: #4b5563; --acc: #a7d977;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--head); font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; margin: 0; color: var(--ink); }
p { margin: 0; }
a { color: var(--green-dark); text-decoration: none; }
a:hover { color: var(--green-darker); }
img, svg { max-width: 100%; display: block; }
.ico { flex: none; }
.visually-hidden, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; top: .5rem; left: .5rem; z-index: 100; background: var(--green); color: #fff; padding: .6rem 1rem; border-radius: 4px; }

/* Full-width container */
.container-store { width: 100%; margin: 0 auto; padding: 0 20px; max-width: 1600px; }
@media (min-width: 1700px) { .container-store { max-width: 1680px; } }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; font-family: var(--head); font-weight: 700; font-size: .92rem; padding: .72rem 1.25rem; border: 2px solid transparent; border-radius: 5px; cursor: pointer; transition: background .15s, border-color .15s, color .15s; white-space: nowrap; }
.btn-green, .btn-teal { background: var(--green); color: #fff; }
.btn-green:hover, .btn-teal:hover { background: var(--green-dark); color: #fff; }
.btn-orange, .btn-amber { background: var(--orange); color: #fff; }
.btn-orange:hover, .btn-amber:hover { background: var(--orange-dark); color: #fff; }
.btn-white { background: #fff; color: var(--green-dark); }
.btn-white:hover { background: #f3f7ee; color: var(--green-darker); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: rgba(255,255,255,.14); color: #fff; }
.btn-ghost-dark { background: #fff; color: var(--slate-700); border-color: var(--line-2); }
.btn-ghost-dark:hover { border-color: var(--green); color: var(--green-dark); }
.btn-block { width: 100%; }

/* Badges */
.badge { display: inline-flex; align-items: center; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; padding: .18rem .4rem; border-radius: 3px; color: #fff; }
.badge-sale { background: var(--red); }
.badge-staff { background: var(--orange); }
.badge-featured, .badge-new { background: var(--green); }

/* ---------------- Header ---------------- */
.site-head { position: sticky; top: 0; z-index: 40; box-shadow: 0 2px 6px rgba(20,30,40,.06); }
.utilbar { background: var(--green-dark); color: rgba(255,255,255,.92); font-size: 12px; }
.utilbar-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .35rem 20px; }
.ub-left, .ub-right { display: flex; align-items: center; gap: .7rem; }
.utilbar a { color: #fff; display: inline-flex; align-items: center; gap: .3rem; }
.utilbar a:hover { color: #fff; text-decoration: underline; }
.ub-sep { width: 1px; height: 12px; background: rgba(255,255,255,.35); }
.ub-ship { display: inline-flex; align-items: center; gap: .3rem; font-weight: 700; }
.ub-nzd { font-weight: 600; }
@media (max-width: 720px) { .ub-hide-sm { display: none; } .ub-right { display: none; } }

.mainhead { background: #fff; border-bottom: 1px solid var(--line); }
.mainhead-in { display: flex; align-items: center; gap: 1.25rem; padding: .85rem 20px; }
.brand { flex: none; display: flex; align-items: center; }
.brand img { height: 40px; width: auto; }
.hsearch { flex: 1; display: flex; align-items: stretch; background: #fff; border: 2px solid var(--green); border-radius: 6px; overflow: hidden; min-width: 0; max-width: 720px; }
.hsearch input { flex: 1; border: 0; padding: .7rem .95rem; font: inherit; outline: none; min-width: 0; }
.hsearch button { flex: none; display: inline-flex; align-items: center; gap: .4rem; background: var(--green); color: #fff; border: 0; padding: 0 1.25rem; font-family: var(--head); font-weight: 700; cursor: pointer; }
.hsearch button:hover { background: var(--green-dark); }
.head-actions { display: flex; align-items: center; gap: .5rem; flex: none; }
.ha-btn, .ha-cart { display: inline-flex; align-items: center; gap: .45rem; height: 44px; padding: 0 .9rem; border-radius: 5px; font-family: var(--head); font-weight: 700; font-size: .85rem; }
.ha-btn { color: var(--slate-700); }
.ha-btn:hover { color: var(--green-dark); background: var(--green-50); }
.ha-cart { background: var(--orange); color: #fff; position: relative; }
.ha-cart:hover { background: var(--orange-dark); color: #fff; }
.cart-count { background: #fff; color: var(--orange-dark); font-size: 11px; font-weight: 800; border-radius: 4px; min-width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; padding: 0 .25rem; }
.ha-burger { display: none; background: none; border: 0; color: var(--ink); cursor: pointer; padding: .4rem; }
@media (max-width: 960px) {
  .ha-btn span, .ha-cart span:not(.cart-count) { display: none; }
  .ha-hide-sm { display: none; }
  .ha-burger { display: inline-flex; }
  .hsearch button span { display: none; }
  .brand img { height: 34px; }
}

/* Department nav */
.deptnav { background: #fff; border-bottom: 2px solid var(--green); }
.deptnav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap; }
.deptnav a { display: inline-flex; align-items: center; gap: .4rem; padding: .7rem .95rem; font-family: var(--head); font-weight: 700; font-size: .86rem; color: var(--slate-700); border-bottom: 3px solid transparent; }
.deptnav a:hover { color: var(--green-dark); }
.nav-item { position: relative; }
.nav-item:hover > a { color: var(--green-dark); border-bottom-color: var(--green); }
.nav-all a { background: var(--green); color: #fff; }
.nav-all a:hover { background: var(--green-dark); color: #fff; }
.nav-spacer { flex: 1; }
.nav-deal a { color: var(--orange-dark); }
.nav-drop { position: absolute; top: 100%; left: 0; min-width: 210px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(4px); transition: .12s; z-index: 30; }
.nav-item:hover .nav-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop ul { flex-direction: column; }
.nav-drop a { padding: .55rem .95rem; border: 0; font-weight: 500; color: var(--slate-700); display: block; }
.nav-drop a:hover { background: var(--green-50); color: var(--green-dark); }
@media (max-width: 1100px) { .deptnav { display: none; } }

.mobilenav { display: none; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); padding: .8rem 20px 1.2rem; }
.mobilenav.open { display: flex; }
.mobilenav > a { display: flex; align-items: center; gap: .6rem; padding: .7rem .1rem; font-family: var(--head); font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); }
.msearch { display: flex; align-items: center; background: var(--bg); border: 1px solid var(--line); border-radius: 5px; padding: 0 .7rem; margin-bottom: .5rem; }
.msearch input { flex: 1; border: 0; background: transparent; padding: .65rem 0; font: inherit; outline: none; }

/* ---------------- Finder hero (flat retail band) ---------------- */
.finder-hero { background: var(--bg); border-bottom: 1px solid var(--line); }
.finder-hero-in { display: grid; grid-template-columns: 1.65fr 1fr; gap: 1rem; padding: 1.25rem 20px 1.5rem; align-items: stretch; }
.finder-box { background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.finder-head { display: flex; align-items: center; gap: .5rem; background: var(--green); color: #fff; padding: .7rem 1rem; }
.finder-head h1 { color: #fff; font-size: 1.1rem; margin: 0; font-weight: 700; }
.finder-body { padding: 1.1rem 1rem; }
.finder-form { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: .6rem; align-items: end; }
.fstep label { display: block; font-family: var(--head); font-weight: 700; font-size: .74rem; text-transform: uppercase; letter-spacing: .03em; color: var(--muted); margin-bottom: .3rem; }
.fstep select { width: 100%; border: 1px solid var(--line-2); border-radius: 3px; padding: .65rem .7rem; font: inherit; background: #fff; color: var(--ink); }
.fstep select:focus { outline: none; border-color: var(--green); }
.fstep select:disabled { background: #f6f7f8; color: var(--faint); }
.finder-go { height: 42px; }
.finder-alt { font-size: .84rem; color: var(--muted); margin-top: .85rem; }
.promo-block { background: var(--green-dark); color: #fff; border-radius: 4px; padding: 1.25rem 1.4rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .35rem; }
.promo-eyebrow { font-family: var(--head); font-weight: 800; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; color: #bfe39a; }
.promo-block strong { font-family: var(--head); font-weight: 800; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.15; }
.promo-block p { color: rgba(255,255,255,.9); font-size: .9rem; margin-bottom: .5rem; }
@media (max-width: 960px) {
  .finder-hero-in { grid-template-columns: 1fr; }
  .finder-form { grid-template-columns: 1fr 1fr; }
  .finder-go { grid-column: 1 / -1; }
}
@media (max-width: 560px) { .finder-form { grid-template-columns: 1fr; } }

/* ---------------- Trust bar ---------------- */
.trustbar { background: #fff; border-bottom: 1px solid var(--line); }
.trustbar-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.1rem 20px; }
.tb-cell { display: flex; align-items: center; gap: .7rem; justify-content: center; }
.tb-ico2 { flex: none; color: var(--green); display: grid; place-items: center; }
.tb-cell strong { display: block; font-family: var(--head); font-size: .92rem; }
.tb-cell span { font-size: .78rem; color: var(--muted); }
@media (max-width: 860px) { .trustbar-in { grid-template-columns: 1fr 1fr; } .tb-cell { justify-content: flex-start; } }
@media (max-width: 480px) { .trustbar-in { grid-template-columns: 1fr; } }

/* ---------------- Sections ---------------- */
.section-store { padding: 2rem 0; }
.bg-white { background: #fff; }
.section-divider { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-title { font-size: clamp(1.35rem, 2.4vw, 1.7rem); margin-bottom: 1.25rem; }
.sec-title-center { text-align: center; }

/* Shop by category */
.cat-tiles { display: grid; grid-template-columns: repeat(8, 1fr); gap: .6rem; }
.cat-tile { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .55rem; background: #fff; border: 1px solid var(--line); border-radius: 3px; padding: 1.1rem .6rem; font-family: var(--head); font-weight: 700; font-size: .82rem; color: var(--ink); transition: border-color .12s, background .12s; }
.cat-tile:hover { border-color: var(--green); background: #fafcf7; color: var(--green-dark); }
.cat-tile-ico { color: var(--green); display: grid; place-items: center; }
@media (max-width: 1100px) { .cat-tiles { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 560px) { .cat-tiles { grid-template-columns: repeat(2, 1fr); } }

/* Shop by brand */
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.brand-card { display: grid; place-items: center; height: 76px; background: #fff; border: 1px solid var(--line); border-radius: 3px; transition: border-color .12s, background .12s; }
.brand-card:hover { border-color: var(--green); background: #fafcf7; }
.brand-name { font-family: var(--head); font-weight: 800; font-size: 1.05rem; color: var(--slate-700); letter-spacing: -0.01em; }
.brand-card:hover .brand-name { color: var(--green-dark); }
@media (max-width: 1000px) { .brand-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 560px) { .brand-grid { grid-template-columns: repeat(2, 1fr); } }

/* Product rows/cards */
.rowhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.rowhead h2 { font-size: 1.4rem; }
.rowhead p { font-size: .85rem; color: var(--muted); margin-top: .15rem; }
.rowhead-link { display: inline-flex; align-items: center; gap: .3rem; font-family: var(--head); font-weight: 700; font-size: .88rem; color: var(--green-dark); flex: none; }
.rowhead-link:hover { text-decoration: underline; }
.prow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
@media (max-width: 1200px) { .prow { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px) { .prow { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .prow { grid-template-columns: repeat(2, 1fr); } }
.pcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 3px; overflow: hidden; transition: border-color .12s, box-shadow .12s; }
.pcard:hover { border-color: var(--green); box-shadow: var(--shadow-sm); }
.pcard-top { position: relative; display: block; }
.pcard-badges { position: absolute; top: .5rem; left: .5rem; display: flex; gap: .3rem; z-index: 2; }
.pcard-img { position: relative; height: 170px; background: #fff; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.pcard-glyph { color: #d3d8dd; }
.pcard-brandtag { position: absolute; bottom: .5rem; right: .6rem; font-family: var(--head); font-weight: 800; font-size: .72rem; color: var(--faint); }
.pcard-body { display: flex; flex-direction: column; gap: .3rem; padding: .85rem; flex: 1; }
.pcard-brand { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.pcard-name { font-size: .86rem; font-weight: 600; color: var(--ink); line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.3em; }
.pcard-name:hover { color: var(--green-dark); }
.pcard-sku { font-family: var(--mono); font-size: .68rem; color: var(--faint); }
.pcard-price-row { display: flex; align-items: baseline; gap: .5rem; margin-top: .2rem; }
.pcard-price { font-family: var(--head); font-weight: 800; font-size: 1.15rem; color: var(--ink); }
.pcard-was { font-size: .78rem; color: var(--faint); text-decoration: line-through; }
.pcard-save { font-size: .72rem; font-weight: 800; color: var(--red); }
.pcard-cta { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: .4rem; background: var(--orange); color: #fff; border: 0; border-radius: 5px; padding: .6rem; font-family: var(--head); font-weight: 700; font-size: .84rem; cursor: pointer; transition: background .15s; }
.pcard-cta:hover { background: var(--orange-dark); }

/* Why shop */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.why-card { text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 3px; padding: 1.2rem; }
.why-ico { color: var(--green); margin-bottom: .6rem; }
.why-card h3 { font-size: 1rem; margin-bottom: .3rem; }
.why-card p { font-size: .86rem; color: var(--muted); }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .why-grid { grid-template-columns: 1fr; } }

/* Newsletter */
.newsletter { background: var(--green-dark); color: #fff; }
.nl-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.75rem 20px; flex-wrap: wrap; }
.newsletter h2 { color: #fff; font-size: 1.35rem; }
.newsletter p { color: rgba(255,255,255,.85); font-size: .9rem; }
.nl-form { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.nl-form input { border: 0; border-radius: 5px; padding: .7rem .9rem; font: inherit; min-width: 260px; }
.form-status { font-size: .82rem; color: #d9f0c4; width: 100%; }
.form-status.err { color: #fecaca; }

/* SEO outro */
.seo-outro { max-width: 1100px; }
.seo-outro h2 { font-size: 1.35rem; margin-bottom: .8rem; }
.seo-outro p { color: var(--muted); margin-bottom: .9rem; line-height: 1.7; }

/* FAQ */
.faq-in { max-width: 1000px; margin: 0 auto; }
.faq-head { margin-bottom: 1.1rem; }
.faq-head h2 { font-size: 1.4rem; }
.faq { border: 1px solid var(--line); border-radius: 6px; margin-bottom: .6rem; background: #fff; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; font-family: var(--head); font-weight: 700; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq-chev { color: var(--faint); transition: transform .2s; flex: none; }
.faq[open] .faq-chev { transform: rotate(180deg); color: var(--green); }
.faq-body { padding: 0 1.1rem 1.1rem; }
.faq-body p { color: var(--muted); font-size: .92rem; }

/* Error page */
.error-page { max-width: 620px; margin: 2rem auto; text-align: center; }
.err-code { font-family: var(--head); font-weight: 800; font-size: 3rem; color: var(--green); }
.error-page h1 { font-size: 1.9rem; margin-bottom: .6rem; }
.error-page > p { color: var(--muted); margin-bottom: 1.2rem; }
.err-search { display: flex; max-width: 420px; margin: 0 auto 1.2rem; background: #fff; border: 2px solid var(--green); border-radius: 5px; overflow: hidden; }
.err-search input { flex: 1; border: 0; padding: .7rem .9rem; font: inherit; outline: none; }
.err-search button { display: inline-flex; align-items: center; gap: .4rem; background: var(--green); color: #fff; border: 0; padding: 0 1.1rem; font-family: var(--head); font-weight: 700; cursor: pointer; }

/* ---------------- Auth + account ---------------- */
.crumb { font-size: .8rem; color: var(--muted); padding: 1rem 0 .5rem; }
.crumb a { color: var(--muted); } .crumb a:hover { color: var(--green-dark); }
.crumb span { color: var(--faint); margin: 0 .15rem; }
.authwrap { padding: 1rem 0 3rem; }
.authcard { max-width: 440px; margin: 1rem auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 2rem; box-shadow: var(--shadow-sm); }
.authcard h1 { font-size: 1.5rem; margin-bottom: .4rem; }
.auth-sub { color: var(--muted); font-size: .9rem; margin-bottom: 1.25rem; }
.authcard label { display: block; font-family: var(--head); font-weight: 700; font-size: .82rem; color: var(--slate-700); margin: .9rem 0 .35rem; }
.authcard input { width: 100%; border: 1.5px solid var(--line-2); border-radius: 5px; padding: .75rem .85rem; font: inherit; }
.authcard input:focus { outline: none; border-color: var(--green); }
.auth-row { display: flex; justify-content: flex-end; margin: .6rem 0 1rem; }
.auth-link { font-size: .84rem; font-weight: 700; }
.authcard .btn-block { margin-top: .3rem; }
.auth-alt { text-align: center; font-size: .88rem; color: var(--muted); margin-top: 1.25rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.auth-alt a { font-weight: 700; }
.auth-error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; font-size: .86rem; padding: .7rem .9rem; border-radius: 5px; margin-bottom: 1rem; }
.auth-ok { background: var(--green-50); border: 1px solid #b7e08c; color: var(--green-darker); font-size: .86rem; padding: .7rem .9rem; border-radius: 5px; margin-bottom: 1rem; }
.account-page { padding-bottom: 2rem; }
.account-loading { padding: 3rem 1rem; text-align: center; color: var(--muted); }
.account-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.account-head h1 { font-size: 1.6rem; }
.account-hello { color: var(--muted); font-size: .9rem; margin-top: .2rem; }
.account-status { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; font-size: .88rem; padding: .8rem 1rem; border-radius: 6px; margin-bottom: 1.25rem; }
.account-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.account-tile { display: flex; align-items: center; gap: .8rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 1.1rem; font-family: var(--head); font-weight: 700; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.account-tile:hover { border-color: var(--green); box-shadow: var(--shadow-sm); color: var(--green-dark); }
.account-ico { flex: none; width: 42px; height: 42px; border-radius: 8px; background: var(--green-50); color: var(--green-dark); display: grid; place-items: center; }
.account-arrow { margin-left: auto; color: var(--faint); }
@media (max-width: 900px) { .account-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .account-grid { grid-template-columns: 1fr; } }
.cart-page h1 { font-size: 1.6rem; margin-bottom: 1.25rem; }
.cart-empty { text-align: center; padding: 3rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.cart-empty-ico { color: var(--line-2); }
.cart-empty p { color: var(--muted); }

/* ---------------- Footer ---------------- */
.site-foot { background: var(--footer); color: #cbd2d9; }
.foot-grid { display: grid; grid-template-columns: 2.2fr 1.3fr 1.3fr 1.3fr 1.3fr 1.1fr; gap: 1.5rem; padding: 3rem 20px 2rem; max-width: 1600px; margin: 0 auto; }
.fbrand img { height: 38px; width: auto; margin-bottom: 1rem; }
.fbrand p { color: #9aa6b1; font-size: .88rem; margin-bottom: 1.1rem; max-width: 30ch; }
.fcontact { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.fcontact li { display: flex; align-items: flex-start; gap: .55rem; font-size: .85rem; color: #cbd2d9; }
.fcontact .ico { color: var(--acc); margin-top: 2px; }
.fcontact a { color: #cbd2d9; } .fcontact a:hover { color: #fff; }
.fcol h3 { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #fff; border-left: 3px solid var(--orange); padding-left: .6rem; margin-bottom: 1rem; }
.fcol ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.fcol a { color: #cbd2d9; font-size: .85rem; } .fcol a:hover { color: #fff; }
@media (max-width: 1100px) { .foot-grid { grid-template-columns: 1fr 1fr 1fr; } .fbrand { grid-column: 1 / -1; } }
@media (max-width: 640px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
.foot-strip { background: var(--footer-2); border-top: 1px solid rgba(255,255,255,.08); }
.foot-strip-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 20px; flex-wrap: wrap; max-width: 1600px; margin: 0 auto; }
.fs-left { display: flex; align-items: center; gap: .9rem; }
.fs-region { background: var(--green); color: #fff; font-weight: 700; font-size: .82rem; padding: .35rem .8rem; border-radius: 4px; }
.fs-sep { width: 1px; height: 18px; background: rgba(255,255,255,.2); }
.fs-price { font-family: var(--mono); font-size: .82rem; color: #cbd2d9; }
.fs-right { display: flex; align-items: center; gap: .7rem; }
.fs-accept { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: #9aa6b1; }
.paybadges { display: flex; align-items: center; gap: .4rem; }
.pay { height: 26px; min-width: 40px; background: #fff; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 11px; }
.pay-visa { color: #1A1F71; font-style: italic; }
.pay-amex { color: #006FCF; font-size: 10px; }
.pay-mc { gap: 0; }
.pay-mc i { width: 15px; height: 15px; border-radius: 50%; display: block; }
.pay-mc i:first-child { background: #EB001B; }
.pay-mc i:last-child { background: #F79E1B; margin-left: -6px; mix-blend-mode: multiply; }
.pay-ap { background: #B2FCE4; color: #000; text-transform: lowercase; font-weight: 700; padding: 0 .5rem; }
.foot-legal { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 20px; font-size: .78rem; color: #9aa6b1; flex-wrap: wrap; max-width: 1600px; margin: 0 auto; }
.foot-legal-links { display: flex; gap: 1.1rem; }
.foot-legal-links a { color: #9aa6b1; } .foot-legal-links a:hover { color: #fff; }
.foot-disclaimer { padding: 0 20px 1.75rem; max-width: 1600px; margin: 0 auto; }
.foot-disclaimer p { font-size: 11px; color: #7a8791; text-align: center; max-width: 60ch; margin: 0 auto; line-height: 1.6; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
