body { transition: opacity 0.2s ease-in; }
body[unresolved] { opacity: 0; display: block; overflow: hidden; position: relative; }

:root { --bg: #ffffff; --surface: #f7f8fa; --surface-strong: #f1f3f5; --ink: #0e1720; --muted: #55616b; --line: #dce8e4; --green: #d7262b; --green-dark: #a8161b; --yellow: #f5c400; --shadow: 0 16px 40px rgba(14, 23, 32, 0.12); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; background: var(--bg); color: var(--ink); font-family: Inter, Arial, sans-serif; letter-spacing: 0px; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
.site-header { position: sticky; top: 0px; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; min-height: 72px; padding: 0px 7vw; background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: baseline; font-size: 30px; font-weight: 900; line-height: 1; white-space: nowrap; }
.brand strong { color: var(--green); }
.main-nav { display: flex; justify-content: center; gap: 38px; font-size: 15px; font-weight: 800; }
.main-nav a { padding: 26px 0px; }
.cart-button, .button, .bundle-card button, .product-card button, .pack-builder button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 0px; border-radius: 7px; background: var(--green); color: rgb(255, 255, 255); font-size: 15px; font-weight: 800; cursor: pointer; transition: transform 180ms, background 180ms, box-shadow 180ms; }
.cart-button { gap: 8px; padding: 0px 17px; white-space: nowrap; }
.cart-button svg { width: 22px; height: 22px; fill: none; stroke: currentcolor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button { padding: 0px 24px; }
.button:hover, .cart-button:hover, .bundle-card button:hover, .product-card button:hover, .pack-builder button:hover { background: var(--green-dark); box-shadow: rgba(215, 38, 43, 0.22) 0px 10px 24px; transform: translateY(-1px); }
.secondary { background: rgb(255, 255, 255); color: var(--green); border: 2px solid var(--green); }
.secondary:hover { color: rgb(255, 255, 255); }
.menu-button { display: none; }
.hero { display: grid; grid-template-columns: minmax(590px, 0.95fr) minmax(500px, 1.05fr); align-items: stretch; min-height: 545px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 54px 0px 50px 7vw; background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 76%, rgba(255, 255, 255, 0) 100%); }
.hero h1 { max-width: 660px; margin: 0px; font-size: clamp(46px, 4.7vw, 68px); line-height: 0.98; font-weight: 900; }
.hero p { max-width: 570px; margin: 24px 0px 0px; color: rgb(28, 42, 52); font-size: 19px; line-height: 1.45; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: rgb(31, 48, 56); font-size: 14px; font-weight: 800; }
.proof-row span { display: inline-flex; align-items: center; gap: 9px; }
.proof-row svg { width: 28px; height: 28px; padding: 4px; border: 1.5px solid var(--green); border-radius: 50%; fill: none; stroke: var(--green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-media { min-width: 0px; height: 545px; margin-left: -4vw; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; display: block; }
.product-showcase { display: grid; grid-template-columns: repeat(4, minmax(118px, 1fr)); align-items: center; gap: 14px; padding: 54px 7vw 54px 2vw; background: linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.2)), linear-gradient(rgb(255, 255, 255), rgb(244, 245, 246)); }
.product-showcase img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; object-position: center center; display: block; border-radius: 8px; background: rgb(243, 243, 243); box-shadow: rgba(14, 23, 32, 0.1) 0px 18px 36px; }
section { padding: 64px 7vw; }
.bundle-band { margin-top: -1px; padding-top: 22px; padding-bottom: 28px; background: rgb(255, 255, 255); border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head h2, .landlords h2, .contact h2 { margin: 0px; font-size: clamp(28px, 3.3vw, 46px); line-height: 1.05; font-weight: 900; }
.section-head p, .landlords p, .contact p { max-width: 620px; margin: 10px 0px 0px; color: var(--muted); font-size: 17px; line-height: 1.55; font-weight: 600; }
.section-head a { color: var(--green); font-size: 14px; font-weight: 900; }
.compact { margin-bottom: 18px; }
.compact h2 { font-size: 25px; }
.bundle-grid, .product-grid, .guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bundle-card, .product-card, .guide-grid article { border: 1px solid var(--line); border-radius: 8px; background: rgb(255, 255, 255); box-shadow: rgba(14, 23, 32, 0.02) 0px 1px 0px; }
.bundle-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding: 22px; }
.bundle-card h3, .product-card h3, .guide-grid h3 { margin: 0px; font-size: 18px; line-height: 1.2; font-weight: 900; }
.bundle-card p, .product-card p, .guide-grid p { margin: 8px 0px 0px; color: var(--muted); font-size: 14px; line-height: 1.42; font-weight: 600; }
.bundle-card strong { color: var(--ink); font-size: 20px; font-weight: 900; }
.bundle-card button { grid-column: 2; min-height: 38px; padding: 0px 16px; font-size: 13px; }
.steps { background: linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(242, 245, 248) 50%, rgb(251, 251, 251) 100%); }
.step-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-row article { display: grid; grid-template-columns: 64px 1fr; column-gap: 18px; align-items: start; padding: 24px 24px 26px; background: rgba(255, 255, 255, 0.78); border: 1px solid rgb(216, 233, 227); border-radius: 8px; }
.step-row span { grid-row: span 2; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--surface-strong); color: var(--green-dark); font-size: 24px; font-weight: 900; }
.step-row h3 { margin: 2px 0px 0px; font-size: 24px; font-weight: 900; }
.step-row p { margin: 7px 0px 0px; color: var(--muted); font-size: 15px; line-height: 1.45; font-weight: 600; }
.product-grid { grid-template-columns: repeat(4, 1fr); }
.product-card { display: flex; flex-direction: column; min-height: 340px; padding: 18px; }
.product-photo { width: 100%; height: 210px; object-fit: contain; margin-bottom: 18px; border-radius: 8px; background: rgb(243, 243, 243); }
.ebay-style .product-card { border: 0px; box-shadow: none; padding: 0px; }
.ebay-style .product-card h3 { font-size: 20px; line-height: 1.18; font-weight: 700; }
.ebay-style .product-photo { height: 300px; padding: 14px; background: rgb(244, 244, 244); }
.ebay-style .price-row { display: block; margin-top: 10px; }
.ebay-style .price-row strong { display: block; margin-bottom: 10px; font-size: 28px; }
.ebay-style .price-row button { min-height: 34px; padding: 0px 12px; }
.deal-text { margin: 0px; color: rgb(228, 0, 43); font-size: 15px; font-weight: 800; }
.product-image { height: 150px; margin-bottom: 18px; border-radius: 7px; background: radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0.9) 25%, transparent 26%), linear-gradient(160deg, rgb(238, 248, 245), rgb(255, 255, 255)); position: relative; overflow: hidden; }
.product-image::before { content: ""; position: absolute; left: 50%; bottom: 15px; width: 56px; height: 104px; transform: translateX(-50%); border-radius: 14px 14px 10px 10px; background: rgb(255, 255, 255); border: 2px solid rgb(215, 226, 222); box-shadow: rgba(20, 35, 44, 0.12) 0px 12px 24px; }
.product-image::after { content: ""; position: absolute; left: 50%; bottom: 38px; width: 50px; height: 48px; transform: translateX(-50%); border-radius: 5px; background: linear-gradient(rgb(215, 38, 43) 0px, rgb(215, 38, 43) 54%, rgb(17, 24, 32) 54%, rgb(17, 24, 32) 76%, rgb(248, 248, 248) 76%); }
.spray::before { height: 112px; border-radius: 22px 22px 12px 12px; }
.spray::after { bottom: 32px; }
.tube::before { width: 50px; height: 118px; border-radius: 8px 8px 16px 16px; }
.kit::before { left: 42%; }
.kit::after { left: 42%; }
.kit { background: radial-gradient(circle at 66% 62%, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 18%, transparent 19%), linear-gradient(160deg, rgb(238, 248, 245), rgb(255, 255, 255)); }
.featured { border-color: rgba(0, 127, 103, 0.38); }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.price-row strong { font-size: 22px; font-weight: 900; }
.price-row button { min-height: 38px; padding: 0px 14px; font-size: 13px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0px; padding-top: 28px; padding-bottom: 28px; background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 0px 24px; border-left: 1px solid rgb(207, 226, 220); }
.trust-strip div:first-child { border-left: 0px; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 15px; font-weight: 900; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.35; font-weight: 600; }
.landlords { display: grid; grid-template-columns: 1fr minmax(340px, 520px); gap: 56px; align-items: center; background: linear-gradient(90deg, rgba(15, 23, 32, 0.96), rgba(168, 22, 27, 0.9)), linear-gradient(135deg, rgb(17, 24, 32), rgb(215, 38, 43)); color: rgb(255, 255, 255); }
.landlords p { color: rgba(255, 255, 255, 0.86); }
.pack-builder { display: grid; gap: 14px; padding: 24px; border-radius: 8px; background: rgb(255, 255, 255); color: var(--ink); box-shadow: var(--shadow); }
.pack-builder label { display: grid; gap: 8px; color: rgb(36, 51, 60); font-size: 13px; font-weight: 900; }
.pack-builder select { width: 100%; min-height: 46px; padding: 0px 12px; border: 1px solid var(--line); border-radius: 7px; background: rgb(255, 255, 255); color: var(--ink); font-size: 15px; font-weight: 700; }
.pack-builder p { margin: 0px; color: var(--muted); font-size: 14px; }
.guide-grid article { padding: 24px; }
.guide-grid a { display: inline-flex; margin-top: 16px; color: var(--green); font-size: 14px; font-weight: 900; }
.contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: rgb(14, 23, 32); color: rgb(255, 255, 255); }
.contact p { color: rgba(255, 255, 255, 0.72); }
.site-footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; padding: 44px 7vw; background: rgb(255, 255, 255); border-top: 1px solid var(--line); }
.footer-brand { font-size: 25px; }
.site-footer p, .site-footer a { display: block; margin: 8px 0px 0px; color: var(--muted); font-size: 14px; line-height: 1.45; font-weight: 600; }
.site-footer h3 { margin: 0px 0px 12px; font-size: 15px; font-weight: 900; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; min-width: 260px; max-width: calc(-48px + 100vw); padding: 15px 18px; border-radius: 8px; background: var(--ink); color: rgb(255, 255, 255); font-size: 14px; font-weight: 800; box-shadow: var(--shadow); transform: translateY(18px); opacity: 0; pointer-events: none; transition: opacity 180ms, transform 180ms; }
.toast.show { opacity: 1; transform: translateY(0px); }
.cart-panel { position: fixed; inset: 0px; z-index: 40; display: none; }
.cart-panel.open { display: block; }
.cart-panel.is-open { display: block; }
.cart-backdrop { position: absolute; inset: 0px; background: rgba(14, 23, 32, 0.42); }
.cart-drawer { position: absolute; top: 0px; right: 0px; width: min(470px, 100vw); height: 100%; overflow: auto; padding: 24px; background: rgb(255, 255, 255); box-shadow: rgba(14, 23, 32, 0.18) -18px 0px 42px; }
.cart-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.cart-header h2 { margin: 0px; font-size: 28px; font-weight: 900; }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 7px; background: rgb(255, 255, 255); color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.cart-items { display: grid; gap: 12px; }
.empty-cart { margin: 0px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-weight: 700; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; }
.cart-line h3 { margin: 0px; font-size: 15px; line-height: 1.25; font-weight: 900; }
.cart-line p { margin: 6px 0px 0px; color: var(--muted); font-size: 13px; font-weight: 700; }
.qty-controls { display: flex; align-items: center; gap: 8px; }
.qty-controls button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 6px; background: rgb(255, 255, 255); color: var(--ink); font-weight: 900; cursor: pointer; }
.cart-totals { display: grid; gap: 9px; margin: 20px 0px; padding: 16px 0px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cart-totals div { display: flex; justify-content: space-between; gap: 16px; font-size: 15px; font-weight: 800; }
.total-line { color: var(--green); }
.checkout-form { display: grid; gap: 12px; }
.checkout-form h3 { margin: 8px 0px 0px; font-size: 18px; font-weight: 900; }
.checkout-form label { display: grid; gap: 7px; color: rgb(36, 51, 60); font-size: 13px; font-weight: 900; }
.checkout-form input, .checkout-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 12px; color: var(--ink); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 15px; font-weight: 650; }
.radio-row { grid-template-columns: none; align-items: center; padding: 10px 12px; border: 1px solid var(--line); border-radius: 7px; display: flex !important; gap: 10px !important; }
.radio-row input { width: auto; }
.checkout-button { width: 100%; min-height: 52px; border: 0px; border-radius: 8px; background: var(--green); box-shadow: 0 10px 26px rgba(183, 32, 37, 0.22); color: rgb(255, 255, 255); font-size: 16px; font-weight: 900; cursor: pointer; }
.checkout-button:disabled { cursor: not-allowed; opacity: 0.55; }
.payment-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.payment-badge { display: inline-flex; min-height: 26px; align-items: center; justify-content: center; padding: 3px 8px; border: 1px solid #d8dee4; border-radius: 5px; background: #fff; color: #172b4d; font-size: 11px; font-weight: 900; letter-spacing: -0.02em; }
.payment-badge.visa { color: #1434cb; font-style: italic; letter-spacing: 0.04em; }
.payment-badge.mastercard { gap: 0; width: 42px; }
.payment-badge.mastercard i { display: block; width: 15px; height: 15px; border-radius: 50%; background: #eb001b; }
.payment-badge.mastercard i + i { margin-left: -5px; background: rgba(247, 158, 27, 0.9); }
.checkout-note { margin: 0; }
.checkout-note { margin: 0px; color: var(--muted); font-size: 13px; line-height: 1.4; font-weight: 700; }
@media (max-width: 1060px) {
  .site-header { grid-template-columns: auto auto auto; justify-content: space-between; padding: 0px 5vw; }
  .menu-button { display: grid; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 7px; background: rgb(255, 255, 255); padding: 11px; }
  .menu-button span { display: block; height: 2px; background: var(--ink); }
  .main-nav { position: absolute; top: 72px; left: 0px; right: 0px; display: none; padding: 16px 5vw 24px; background: rgb(255, 255, 255); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: grid; gap: 4px; }
  .main-nav a { padding: 12px 0px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 54px 5vw 34px; background: rgb(255, 255, 255); }
  .hero-media { height: 360px; margin-left: 0px; }
  .hero-media.product-showcase { height: auto; grid-template-columns: repeat(4, minmax(0px, 1fr)); padding: 30px 5vw; }
  section, .site-footer { padding-left: 5vw; padding-right: 5vw; }
  .bundle-grid, .product-grid, .guide-grid, .trust-strip, .step-row, .landlords, .site-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .site-header { min-height: 66px; gap: 12px; }
  .brand { font-size: 23px; }
  .cart-button { min-height: 40px; padding: 0px 12px; font-size: 13px; }
  .main-nav { top: 66px; }
  .hero { min-height: 0px; }
  .hero h1 { font-size: 48px; }
  .hero p { font-size: 18px; }
  .hero-actions, .contact { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .proof-row { display: grid; gap: 14px; }
  .hero-media { height: 300px; }
  .hero-media.product-showcase { height: auto; grid-template-columns: repeat(2, minmax(0px, 1fr)); padding: 22px 5vw 28px; }
  .ebay-style .product-photo { height: 210px; }
  .ebay-style .product-card h3 { font-size: 17px; }
  .section-head { display: block; }
  .section-head a { display: inline-flex; margin-top: 14px; }
  .bundle-grid, .product-grid, .guide-grid, .trust-strip, .step-row, .landlords, .site-footer { grid-template-columns: 1fr; }
  .bundle-card { grid-template-columns: 1fr; }
  .bundle-card button { grid-column: auto; }
  .trust-strip div { border-left: 0px; border-top: 1px solid rgb(207, 226, 220); padding: 16px 0px; }
  .trust-strip div:first-child { border-top: 0px; }
  .step-row article { grid-template-columns: 54px 1fr; }
  .step-row span { width: 52px; height: 52px; }
}


/* 2026 conversion and mobile polish */
html, body { max-width: 100%; overflow-x: clip; }
body.cart-open { overflow: hidden; }
.eyebrow { display: inline-flex; width: fit-content; margin-bottom: 18px; padding: 8px 12px; border-radius: 999px; background: #fff1f1; color: var(--green-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { max-width: 760px; font-size: clamp(42px, 4.3vw, 66px); line-height: 1.02; }
.product-card, .bundle-card { transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover, .bundle-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.text-button, .footer-link { appearance: none; border: 0; padding: 0; background: none; color: var(--green); font: inherit; font-weight: 900; text-align: left; cursor: pointer; }
.text-button:hover, .footer-link:hover { text-decoration: underline; }
.site-footer .footer-link { color: #fff; opacity: .8; font-size: 14px; font-weight: 700; }
.info-dialog { width: min(680px, calc(100% - 28px)); max-height: min(760px, calc(100vh - 32px)); overflow: auto; border: 0; border-radius: 18px; padding: 34px; color: var(--ink); box-shadow: 0 28px 80px rgba(14,23,32,.28); }
.info-dialog::backdrop { background: rgba(14,23,32,.68); backdrop-filter: blur(4px); }
.info-dialog h2 { margin: 0 44px 18px 0; font-size: clamp(26px, 4vw, 38px); line-height: 1.08; }
.info-dialog p, .info-dialog li { color: var(--muted); font-size: 16px; line-height: 1.7; }
.info-dialog a { color: var(--green); text-decoration: underline; }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 25px; cursor: pointer; }
.pack-builder #pack-result strong { color: var(--green-dark); }
.cart-item { display: flex; justify-content: space-between; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item h3 { margin: 0 0 5px; font-size: 15px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 13px; }
.quantity { display: flex; align-items: center; gap: 9px; }
.quantity button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 7px; background: #fff; cursor: pointer; }
@media (max-width: 1060px) {
  .main-nav.is-open { display: grid; gap: 4px; }
  .hero { grid-template-columns: minmax(0,1fr); }
  .hero-copy, .hero-media { min-width: 0; }
}
@media (max-width: 700px) {
  .site-header { grid-template-columns: minmax(0,1fr) auto auto; padding: 0 16px; }
  .site-header { gap: 7px; }
  .brand { white-space: nowrap; font-size: 19px; letter-spacing: -.7px; }
  .menu-button { width: 40px; height: 40px; padding: 10px; }
  .cart-button { padding: 0 9px; }
  .hero-copy { padding: 38px 20px 24px; }
  .hero h1 { font-size: clamp(38px, 11vw, 48px); }
  .hero p { margin-top: 18px; font-size: 17px; }
  .hero-actions { gap: 10px; }
  .hero-media.product-showcase { padding: 16px 20px 28px; }
  section, .site-footer { padding-left: 20px; padding-right: 20px; }
  .info-dialog { padding: 26px 22px; border-radius: 14px; }
  .cart-drawer { width: 100%; padding: 20px; }
}
