/*
Theme Name: iLOQshop Fresh
Author: HV Låseteknik / Codex
Description: Clean WooCommerce theme for iLOQshop with iLOQ product imagery and category navigation.
Version: 1.0.0
Text Domain: iloqshop-fresh
*/

:root {
  --iq-ink: #1a1b31;
  --iq-muted: #64667a;
  --iq-line: #e5e6eb;
  --iq-soft: #f6f8fa;
  --iq-soft-strong: #eef4f7;
  --iq-panel: #ffffff;
  --iq-blue: #006f7d;
  --iq-teal: #006f7d;
  --iq-teal-dark: #005461;
  --iq-green: #18a86b;
  --iq-orange: #f05a24;
  --iq-night: #100734;
  --iq-deep: #0c0243;
  --iq-forest: #0a3e50;
  --iq-navy: #004a6d;
  --iq-lime: #e6ff92;
  --iq-black: #000000;
  --iq-max: 1180px;
  --iq-radius: 8px;
  --iq-shadow: 0 18px 45px rgba(16,24,32,.11);
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--iq-ink); background: #fff; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.iq-container { width: min(var(--iq-max), calc(100% - 40px)); margin: 0 auto; }
.iq-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--iq-line); background: rgba(255,255,255,.98); backdrop-filter: blur(14px); box-shadow: 0 10px 30px rgba(16,24,32,.06); }
.iq-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.iq-logo { display: grid; grid-template-columns: 42px auto; align-items: center; column-gap: 12px; row-gap: 2px; color: var(--iq-ink); font-family: "interstate", Roboto, sans-serif; font-weight: 700; font-size: 22px; line-height: 1; letter-spacing: 0; }
.iq-logo img { width: 42px; height: 42px; object-fit: contain; }
.iq-logo small { grid-column: 2; display: block; color: var(--iq-muted); font-family: Roboto, sans-serif; font-size: 11px; font-weight: 500; line-height: 1.1; }
.iq-nav, .iq-utility-nav { display: flex; align-items: center; gap: 26px; color: var(--iq-ink); font-family: "interstate", Roboto, sans-serif; font-size: 13px; font-weight: 700; }
.iq-utility-nav { gap: 14px; padding-left: 22px; border-left: 1px solid var(--iq-line); }
.iq-nav a:hover, .iq-utility-nav a:hover { color: var(--iq-blue); text-decoration: none; }
.iq-dropdown { position: relative; min-height: 78px; display: flex; align-items: center; }
.iq-dropdown-toggle::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-3px) rotate(45deg); }
.iq-dropdown-menu { position: absolute; top: 100%; left: -18px; width: 270px; padding: 10px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; box-shadow: var(--iq-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .14s ease, transform .14s ease, visibility .14s ease; }
.iq-dropdown:hover .iq-dropdown-menu, .iq-dropdown:focus-within .iq-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.iq-dropdown-menu a { display: block; padding: 12px 13px; border-radius: 6px; color: var(--iq-ink); }
.iq-dropdown-menu a:hover { background: var(--iq-soft); color: var(--iq-blue); }
.iq-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: var(--iq-radius); color: #fff; background: var(--iq-teal); box-shadow: 0 10px 24px rgba(0,111,125,.20); font-family: "interstate", Roboto, sans-serif; font-weight: 800; transition: transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease; }
.iq-button:hover { transform: translateY(-1px); background: var(--iq-teal-dark); color: #fff; box-shadow: 0 14px 30px rgba(0,84,97,.26); }
.iq-button.is-secondary { color: #fff; border-color: var(--iq-teal); background: var(--iq-teal); box-shadow: 0 10px 24px rgba(0,111,125,.18); }
.iq-b2b-popup { position: fixed; right: 22px; bottom: 22px; z-index: 120; width: min(420px, calc(100vw - 32px)); padding: 28px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; box-shadow: 0 24px 70px rgba(16,24,32,.22); }
.iq-b2b-popup[hidden] { display: none; }
.iq-b2b-popup::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--iq-blue); }
.iq-b2b-popup-close { position: absolute; top: 10px; right: 12px; width: 34px; height: 34px; border: 0; background: transparent; color: var(--iq-muted); font-size: 28px; line-height: 1; cursor: pointer; }
.iq-b2b-popup-close:hover { color: var(--iq-ink); }
.iq-b2b-popup-kicker { display: block; margin-bottom: 10px; color: var(--iq-blue); font-family: "interstate", Roboto, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.iq-b2b-popup h2 { margin: 0; padding-right: 24px; font-size: 28px; font-weight: 500; line-height: 1.08; }
.iq-b2b-popup p { margin: 14px 0 0; color: var(--iq-muted); }
.iq-b2b-popup-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

.iq-hero { position: relative; min-height: 646px; overflow: hidden; color: #fff; background: var(--iq-night); }
.iq-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.iq-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(16,7,52,.96) 0%, rgba(16,7,52,.84) 46%, rgba(16,7,52,.22) 100%); }
.iq-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: var(--iq-lime); }
.iq-hero-inner { position: relative; z-index: 2; min-height: 646px; display: grid; align-items: center; padding: 90px 0 118px; }
.iq-hero-copy { max-width: 720px; padding-bottom: 70px; }
.iq-kicker { display: inline-flex; width: fit-content; margin-bottom: 20px; padding: 0; border: 0; border-radius: 0; color: var(--iq-lime); background: transparent; font-family: "interstate", Roboto, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0; }
.iq-kicker.is-dark { color: var(--iq-blue); border: 0; background: transparent; }
.iq-hero h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 6vw, 76px); font-weight: 400; line-height: 1.05; letter-spacing: 0; }
.iq-hero p { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: 21px; }
.iq-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.iq-hero .iq-actions .iq-button:last-child { margin-left: 72px; }
.iq-hero .iq-button.is-secondary { color: #fff; border-color: var(--iq-teal); background: var(--iq-teal); }
.iq-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.iq-tags span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.86); font-weight: 700; font-size: 13px; }
.iq-logo-stamp { width: 48px; height: 48px; margin-bottom: 20px; background: url("https://di8m9w6rqrh5d.cloudfront.net/kkWBYNzCxRwQKc77LZSs0eX3tsdlGbDu/05d400a3-5fd8-42bf-9c59-22a701b5eed0.png") center/contain no-repeat; color: transparent; overflow: hidden; }
.iq-logo-stamp-hero { position: absolute; right: min(7vw, 80px); bottom: 42px; z-index: 1; width: clamp(70px, 11vw, 132px); height: clamp(70px, 11vw, 132px); opacity: .78; pointer-events: none; filter: brightness(0) invert(1); }

.iq-proof { margin-top: -50px; position: relative; z-index: 2; }
.iq-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; box-shadow: var(--iq-shadow); overflow: hidden; }
.iq-proof-item { min-height: 96px; padding: 20px; border-right: 1px solid var(--iq-line); }
.iq-proof-item:last-child { border-right: 0; }
.iq-proof-item strong { display: block; color: var(--iq-ink); font-family: "interstate", Roboto, sans-serif; }
.iq-proof-item span { display: block; margin-top: 5px; color: var(--iq-muted); font-size: 14px; }

.iq-section { padding: 82px 0; }
.iq-section.is-soft { background: var(--iq-soft); }
.iq-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.iq-section-head h2 { max-width: 700px; margin: 0; font-size: clamp(34px, 4vw, 50px); font-weight: 400; line-height: 1.1; letter-spacing: 0; }
.iq-section-head p { max-width: 430px; margin: 0; color: var(--iq-muted); }

.iq-solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; border: 1px solid var(--iq-line); background: var(--iq-line); }
.iq-solution-card { min-height: 260px; padding: 30px; background: #fff; }
.iq-solution-card span { display: block; width: 46px; height: 5px; margin-bottom: 30px; background: var(--iq-blue); }
.iq-solution-card:nth-child(2) span { background: var(--iq-lime); }
.iq-solution-card:nth-child(3) span { background: var(--iq-ink); }
.iq-solution-card h3 { margin: 0 0 14px; color: var(--iq-ink); font-size: 24px; font-weight: 500; line-height: 1.1; }
.iq-solution-card p { margin: 0; color: var(--iq-muted); }

.iq-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.iq-category-card { overflow: hidden; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.iq-category-card:hover { transform: translateY(-3px); box-shadow: 0 16px 42px rgba(16,24,32,.12); }
.iq-category-card figure { display: grid; place-items: center; height: 222px; margin: 0; padding: 30px; background: linear-gradient(180deg, #ffffff, #eef4f7); }
.iq-category-icon { position: relative; }
.iq-category-icon span { display: grid; place-items: center; width: 132px; height: 132px; border: 1px solid transparent; border-radius: 50%; font-family: interstate, Roboto, sans-serif; font-size: 34px; font-weight: 800; letter-spacing: 0; line-height: 1; box-shadow: 0 18px 38px rgba(16,24,32,.14); }
.iq-category-icon.is-s5 span { background: var(--iq-ink); color: #fff; }
.iq-category-icon.is-s50 span { background: var(--iq-blue); color: #fff; }
.iq-category-icon.is-ex span { background: var(--iq-lime); color: var(--iq-black); }
.iq-category-icon.is-s10 span { background: #fff; color: var(--iq-ink); border-color: var(--iq-line); box-shadow: inset 0 0 0 6px var(--iq-soft), 0 18px 38px rgba(16,24,32,.10); }
.iq-category-card div { padding: 20px; }
.iq-category-card h3 { margin: 0 0 8px; color: var(--iq-ink); font-size: 18px; font-weight: 500; }
.iq-category-card p { margin: 0; color: var(--iq-muted); font-size: 14px; }
.iq-link-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.iq-link-row a { padding: 10px 13px; border: 1px solid var(--iq-line); border-radius: 999px; background: #fff; color: var(--iq-muted); font-weight: 800; }

.iq-split { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 34px; align-items: start; }
.iq-panel { border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; padding: 26px; box-shadow: 0 14px 38px rgba(16,24,32,.08); }
.iq-panel a { display: block; padding: 12px 0; border-bottom: 1px solid var(--iq-line); color: var(--iq-blue); font-weight: 700; }
.iq-panel a:last-child { border-bottom: 0; }
.iq-panel > p { color: var(--iq-muted); }
.iq-list { margin: 20px 0 0; padding-left: 20px; color: var(--iq-muted); }
.iq-contact-form { display: grid; gap: 14px; margin-top: 18px; }
.iq-contact-form label { display: grid; gap: 6px; color: var(--iq-ink); font-size: 13px; font-weight: 700; }
.iq-contact-form input, .iq-contact-form textarea { width: 100%; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; color: var(--iq-ink); font: inherit; font-size: 15px; padding: 12px 13px; box-shadow: inset 0 1px 0 rgba(16,24,32,.03); transition: border-color .14s ease, box-shadow .14s ease; }
.iq-contact-form textarea { resize: vertical; min-height: 122px; }
.iq-contact-form input:focus, .iq-contact-form textarea:focus { outline: 2px solid rgba(0,111,125,.20); border-color: var(--iq-teal); }
.iq-contact-form .iq-button { width: 100%; margin-top: 2px; }
.iq-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.iq-form-notice { padding: 12px 14px; border: 1px solid var(--iq-line); border-left: 5px solid var(--iq-blue); border-radius: var(--iq-radius); background: var(--iq-soft); color: var(--iq-ink); font-weight: 700; }
.iq-form-notice.is-error { border-left-color: #b42318; }
.iq-form-notice.is-success { border-left-color: var(--iq-blue); }
.iq-doc-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin: 28px 0 38px; }
.iq-doc-card { display: block; min-height: 190px; padding: 26px; border: 1px solid var(--iq-line); background: #fff; }
.iq-doc-card h2 { margin: 0 0 12px; color: var(--iq-ink); font-size: 24px; font-weight: 500; }
.iq-doc-card p { margin: 0; color: var(--iq-muted); }
.iq-doc-card:hover { border-color: var(--iq-blue); box-shadow: 0 16px 42px rgba(16,24,32,.1); }
.iq-doc-hero { margin: -18px 0 34px; padding: 54px; color: var(--iq-ink); background: var(--iq-soft); border-left: 7px solid var(--iq-blue); }
.iq-doc-hero h1 { max-width: 760px; margin: 0; font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1.05; }
.iq-doc-hero p { max-width: 760px; margin: 20px 0 0; color: var(--iq-muted); font-size: 20px; }
.iq-doc-grid.is-series { grid-template-columns: repeat(4, minmax(0,1fr)); }
.iq-doc-card.is-rich { min-height: 0; padding: 0; overflow: hidden; }
.iq-doc-card.is-rich figure { display: grid; place-items: center; height: 180px; margin: 0; padding: 28px; background: var(--iq-soft); }
.iq-doc-card.is-rich img { max-height: 132px; object-fit: contain; mix-blend-mode: multiply; }
.iq-doc-card.is-rich div { padding: 22px; }
.iq-doc-help { margin-top: 34px; padding: 32px; background: var(--iq-ink); color: #fff; }
.iq-doc-help h2 { margin: 0 0 10px; font-size: 32px; font-weight: 400; }
.iq-doc-help p { margin: 0; color: rgba(255,255,255,.76); }
.iq-doc-detail-hero { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 36px; align-items: center; margin: -18px 0 42px; padding: 44px; background: var(--iq-soft); }
.iq-doc-detail-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 60px); font-weight: 400; line-height: 1.06; }
.iq-doc-detail-hero p { max-width: 720px; color: var(--iq-muted); font-size: 20px; }
.iq-doc-detail-hero figure { display: grid; place-items: center; min-height: 320px; margin: 0; padding: 34px; background: #fff; border: 1px solid var(--iq-line); }
.iq-doc-detail-hero img { max-height: 250px; object-fit: contain; mix-blend-mode: multiply; }
.iq-doc-checks { margin: 34px 0; }
.iq-doc-checks h2 { margin: 0 0 18px; font-size: 34px; font-weight: 400; }
.iq-doc-checks > div { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; border: 1px solid var(--iq-line); background: var(--iq-line); }
.iq-doc-checks article { min-height: 190px; padding: 26px; background: #fff; }
.iq-doc-checks span { display: block; width: 40px; height: 5px; margin-bottom: 24px; background: var(--iq-blue); }
.iq-doc-checks article:nth-child(2) span { background: var(--iq-lime); }
.iq-doc-checks article:nth-child(3) span { background: var(--iq-ink); }
.iq-doc-checks p { margin: 0; color: var(--iq-muted); }
.iq-solution-hero { margin: -18px 0 42px; padding: 58px; color: var(--iq-ink); background: var(--iq-soft); border-left: 7px solid var(--iq-blue); }
.iq-solution-hero.is-image { position: relative; overflow: hidden; min-height: 480px; display: grid; align-items: end; color: #fff; background: var(--iq-night); border-left: 0; }
.iq-solution-hero.is-image::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(16,7,52,.92), rgba(16,7,52,.62) 48%, rgba(16,7,52,.08)), var(--solution-image); background-position: center; background-size: cover; }
.iq-solution-hero > div { position: relative; z-index: 1; max-width: 780px; }
.iq-solution-hero h1 { margin: 0; font-size: clamp(40px, 5vw, 68px); font-weight: 400; line-height: 1.04; }
.iq-solution-hero p { max-width: 700px; margin: 22px 0 0; color: inherit; font-size: 20px; }
.iq-solution-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.iq-solution-hero.is-image .iq-button.is-secondary { color: #fff; border-color: var(--iq-teal); background: var(--iq-teal); }
.iq-solution-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.iq-solution-page-card { border: 1px solid var(--iq-line); background: #fff; }
.iq-solution-page-card img { width: 100%; height: 178px; object-fit: cover; }
.iq-solution-page-card div { padding: 22px; }
.iq-solution-page-card h2 { margin: 0 0 8px; font-size: 22px; font-weight: 500; }
.iq-solution-page-card p { margin: 0; color: var(--iq-muted); }
.iq-solution-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; margin: 38px 0; border: 1px solid var(--iq-line); background: var(--iq-line); }
.iq-solution-detail-grid article { min-height: 250px; padding: 28px; background: #fff; }
.iq-solution-detail-grid span { display: block; width: 42px; height: 5px; margin-bottom: 28px; background: var(--iq-blue); }
.iq-solution-detail-grid article:nth-child(2) span { background: var(--iq-lime); }
.iq-solution-detail-grid article:nth-child(3) span { background: var(--iq-ink); }
.iq-solution-detail-grid h2 { margin: 0 0 12px; font-size: 24px; font-weight: 500; line-height: 1.12; }
.iq-solution-detail-grid p, .iq-solution-products p { color: var(--iq-muted); }
.iq-solution-copy { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1fr); gap: 40px; margin: 42px 0; padding: 0 0 38px; border-bottom: 1px solid var(--iq-line); }
.iq-solution-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); font-weight: 400; line-height: 1.08; }
.iq-solution-copy p { margin: 0 0 18px; color: var(--iq-muted); font-size: 18px; }
.iq-solution-copy p:last-child { margin-bottom: 0; }
.iq-solution-usecases { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1fr); gap: 36px; margin: 40px 0; padding: 34px; background: var(--iq-ink); color: #fff; }
.iq-solution-usecases h2 { margin: 0 0 10px; font-size: 34px; font-weight: 400; line-height: 1.1; }
.iq-solution-usecases p { margin: 0; color: rgba(255,255,255,.74); }
.iq-solution-usecases ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.iq-solution-usecases li { min-height: 82px; padding: 20px; background: rgba(255,255,255,.08); color: #fff; font-family: "interstate", Roboto, sans-serif; font-weight: 700; }
.iq-solution-products { margin-top: 40px; padding: 34px; background: var(--iq-soft); }
.iq-solution-products h2 { margin: 0 0 10px; font-size: 32px; font-weight: 400; }
.iq-solution-faq { margin: 42px 0 0; padding-top: 36px; border-top: 1px solid var(--iq-line); }
.iq-solution-faq h2 { margin: 0 0 20px; font-size: 34px; font-weight: 400; line-height: 1.1; }
.iq-solution-faq details { border: 1px solid var(--iq-line); background: #fff; }
.iq-solution-faq details + details { margin-top: 10px; }
.iq-solution-faq summary { cursor: pointer; padding: 18px 20px; color: var(--iq-ink); font-family: "interstate", Roboto, sans-serif; font-weight: 700; }
.iq-solution-faq p { margin: 0; padding: 0 20px 20px; color: var(--iq-muted); }

.iq-feature-band { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); gap: 42px; align-items: start; padding: 44px; border-radius: var(--iq-radius); color: #fff; background: var(--iq-deep); }
.iq-feature-band .iq-kicker.is-dark { color: var(--iq-lime); }
.iq-feature-band h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); font-weight: 400; line-height: 1.1; }
.iq-feature-band > div > p { max-width: 520px; color: rgba(255,255,255,.76); font-size: 18px; }
.iq-benefit-list { display: grid; gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.iq-benefit-list article { padding: 22px; background: rgba(255,255,255,.08); }
.iq-benefit-list h3 { margin: 0 0 7px; color: #fff; }
.iq-benefit-list p { margin: 0; color: rgba(255,255,255,.76); }

.iq-footer { padding: 52px 0 28px; color: rgba(255,255,255,.78); background: var(--iq-ink); }
.iq-footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 28px; }
.iq-footer h2, .iq-footer h3 { color: #fff; margin-top: 0; }
.iq-footer-brand { display: flex; align-items: center; gap: 12px; }
.iq-footer-brand img { width: 38px; height: 38px; filter: brightness(0) invert(1); }
.iq-footer ul { list-style: none; padding: 0; margin: 0; }
.iq-footer li + li { margin-top: 8px; }
.iq-footer a { color: #dbe7ec; }
.iq-footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); }

.woocommerce .products ul, .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; display: flex; flex-direction: column; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; overflow: hidden; padding-bottom: 16px; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-3px); border-color: rgba(0,111,125,.25); box-shadow: var(--iq-shadow); }
.woocommerce ul.products li.product a img { width: 100%; height: 210px; object-fit: contain; padding: 24px; margin: 0 0 12px; background: linear-gradient(180deg, #fff, var(--iq-soft-strong)); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 16px; margin-right: 16px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 60px; color: var(--iq-ink); font-size: 16px; font-weight: 700; line-height: 1.25; }
.woocommerce ul.products li.product .button { width: calc(100% - 32px); margin-top: auto !important; text-align: center; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #payment #place_order { min-height: 44px; border: 1px solid transparent !important; border-radius: var(--iq-radius) !important; color: #fff !important; background: var(--iq-teal) !important; box-shadow: 0 10px 24px rgba(0,111,125,.20); font-family: "interstate", Roboto, sans-serif; font-weight: 800 !important; line-height: 1.1 !important; transition: transform .14s ease, box-shadow .14s ease, background .14s ease; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #payment #place_order:hover { transform: translateY(-1px); background: var(--iq-teal-dark) !important; color: #fff !important; box-shadow: 0 14px 30px rgba(0,84,97,.26); }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #payment #place_order { background: var(--iq-teal) !important; box-shadow: 0 10px 24px rgba(0,111,125,.20); }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #payment #place_order:hover { background: var(--iq-teal-dark) !important; }
.woocommerce .woocommerce-ordering select { min-height: 44px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; color: var(--iq-ink); padding: 0 42px 0 12px; font-weight: 700; }
.woocommerce-result-count { color: var(--iq-muted); font-weight: 700; }
.iloq-product-search { display: grid; gap: 10px; width: 100%; margin: 0 0 18px; padding: 18px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; box-shadow: 0 10px 28px rgba(16,24,32,.06); }
.iloq-product-search label { color: var(--iq-ink); font-family: "interstate", Roboto, sans-serif; font-weight: 700; }
.iloq-product-search div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.iloq-product-search input[type="search"] { width: 100%; min-height: 48px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); color: var(--iq-ink); font: inherit; padding: 0 14px; }
.iloq-product-search input[type="search"]:focus { outline: 2px solid rgba(0,111,125,.20); border-color: var(--iq-teal); }
.iloq-filter-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; width: 100%; margin: 0 0 24px; padding: 16px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; box-shadow: 0 10px 28px rgba(16,24,32,.06); }
.iloq-filter-title { flex-basis: 100%; color: var(--iq-ink); font-family: "interstate", Roboto, sans-serif; font-weight: 700; }
.iloq-filter-bar a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border: 1px solid var(--iq-line); border-radius: 999px; background: var(--iq-soft); color: var(--iq-ink); font-size: 13px; font-weight: 800; }
.iloq-filter-bar a:hover, .iloq-filter-bar a.is-active { border-color: var(--iq-teal); background: var(--iq-teal); color: #fff; }
.woocommerce form.register, .woocommerce form.login, .woocommerce form.checkout, .woocommerce-cart-form, .woocommerce .cart-collaterals .cart_totals, .woocommerce .checkout_coupon, .woocommerce .woocommerce-form-coupon-toggle, .woocommerce .woocommerce-form-login-toggle { border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; box-shadow: 0 12px 32px rgba(16,24,32,.06); }
.woocommerce form.register, .woocommerce form.login, .woocommerce form.checkout { padding: 24px; }
.woocommerce form .form-row label { color: var(--iq-ink); font-weight: 800; }
.woocommerce form .form-row .required { color: var(--iq-orange); text-decoration: none; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce .quantity .qty, .woocommerce-cart table.cart td.actions .coupon .input-text { min-height: 46px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; color: var(--iq-ink); padding: 11px 13px; box-shadow: inset 0 1px 0 rgba(16,24,32,.03); transition: border-color .14s ease, box-shadow .14s ease; }
.woocommerce form .form-row textarea { min-height: 112px; resize: vertical; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce form .form-row select:focus, .woocommerce .quantity .qty:focus, .woocommerce-cart table.cart td.actions .coupon .input-text:focus { outline: 2px solid rgba(0,111,125,.20); border-color: var(--iq-teal); box-shadow: 0 0 0 4px rgba(0,111,125,.08); }
.woocommerce form .password-input { width: 100%; }
.select2-container--default .select2-selection--single { min-height: 46px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 44px; color: var(--iq-ink); }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; }
.iloq-b2b-intro { margin: 0 0 18px; padding: 18px; background: var(--iq-soft); border: 1px solid var(--iq-line); border-left: 5px solid var(--iq-blue); border-radius: var(--iq-radius); }
.iloq-b2b-intro h2 { margin: 0 0 6px; font-size: 24px; font-weight: 500; }
.iloq-b2b-intro p { margin: 0; color: var(--iq-muted); }
.iloq-b2b-section-title { grid-column: 1 / -1; margin: 22px 0 6px; padding: 14px 0 8px; border-top: 1px solid var(--iq-line); }
.iloq-b2b-section-title h3 { margin: 0; color: var(--iq-ink); font-size: 18px; font-weight: 800; }
.woocommerce form.register .iloq-b2b-checkbox { display: inline-flex; align-items: center; gap: 9px; margin-top: 4px; font-weight: 700; }
.woocommerce form.register .iloq-b2b-checkbox input { width: 18px; height: 18px; }
.woocommerce div.product div.images.iloq-single-gallery { border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: var(--iq-soft); overflow: hidden; }
.woocommerce div.product div.images.iloq-single-gallery .woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce div.product div.images.iloq-single-gallery .woocommerce-product-gallery__image { display: grid; min-height: 440px; place-items: center; padding: 42px; }
.woocommerce div.product div.images.iloq-single-gallery .woocommerce-product-gallery__image a { display: grid; place-items: center; width: 100%; height: 100%; }
.woocommerce div.product div.images.iloq-single-gallery img.iloq-single-product-image { width: 100%; max-height: 420px; object-fit: contain; mix-blend-mode: multiply; }
.woocommerce span.onsale { display: none; }
.price { color: var(--iq-ink) !important; font-weight: 850 !important; }
.iloq-price { display: grid; gap: 3px; color: var(--iq-ink); line-height: 1.2; }
.iloq-price-net { display: block; font-size: 18px; font-weight: 850; }
.iloq-price-gross { display: block; color: var(--iq-muted); font-size: 14px; font-weight: 700; }
.iloq-price small { color: inherit; font-size: 11px; font-weight: 500; text-transform: uppercase; }

.woocommerce-notices-wrapper, .woocommerce-NoticeGroup { margin-bottom: 18px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; color: var(--iq-ink); box-shadow: 0 10px 30px rgba(16,24,32,.08); font-weight: 700; }
.woocommerce-error::before { color: var(--iq-orange); }
.woocommerce-info::before { color: var(--iq-blue); }
.woocommerce-message::before { color: var(--iq-green); }
.woocommerce table.shop_table { border: 1px solid var(--iq-line); border-radius: var(--iq-radius); overflow: hidden; background: #fff; }
.woocommerce table.shop_table th { color: var(--iq-ink); background: var(--iq-soft); font-family: "interstate", Roboto, sans-serif; font-weight: 800; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { border-top-color: var(--iq-line); padding: 14px 16px; }
.woocommerce-cart table.cart img { width: 76px; border-radius: 6px; background: var(--iq-soft); }
.woocommerce-cart table.cart td.product-name a { color: var(--iq-ink); font-weight: 800; }
.woocommerce-cart table.cart td.actions { padding: 18px; background: var(--iq-soft); }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 10px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 220px; margin: 0; }
.woocommerce .cart-collaterals .cart_totals { padding: 22px; }
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-checkout h3, .woocommerce-account h2 { margin-top: 0; color: var(--iq-ink); font-size: 26px; font-weight: 700; }
.woocommerce-checkout #payment { border-radius: var(--iq-radius); background: var(--iq-soft); }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--iq-line); }
.woocommerce-checkout #payment div.payment_box { border-radius: var(--iq-radius); background: #fff; color: var(--iq-muted); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 12px 14px; border: 1px solid var(--iq-line); border-radius: var(--iq-radius); background: #fff; color: var(--iq-ink); font-weight: 800; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover { border-color: var(--iq-teal); background: var(--iq-teal); color: #fff; }
.woocommerce-breadcrumb { color: var(--iq-muted); font-weight: 700; }
.woocommerce-breadcrumb a { color: var(--iq-blue); }
.woocommerce div.product .product_title { font-size: clamp(32px, 4vw, 52px); font-weight: 600; line-height: 1.06; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--iq-ink); }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 22px; }
.woocommerce div.product form.cart .button { min-width: 180px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--iq-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 1px solid var(--iq-line); border-radius: var(--iq-radius) var(--iq-radius) 0 0; background: var(--iq-soft); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #fff; border-bottom-color: #fff; }

@media (max-width: 900px) {
  .iq-nav, .iq-utility-nav { display: none; }
  .iq-proof-grid, .iq-category-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .iq-solution-grid, .iq-split, .iq-feature-band, .iq-footer-grid, .iq-doc-grid, .iq-doc-grid.is-series, .iq-doc-detail-hero, .iq-doc-checks > div, .iq-solution-page-grid, .iq-solution-detail-grid, .iq-solution-copy, .iq-solution-usecases { grid-template-columns: 1fr; }
  .iq-form-grid { grid-template-columns: 1fr; }
  .iq-solution-hero { padding: 34px; }
  .iq-doc-hero, .iq-doc-detail-hero { padding: 30px; }
}

@media (max-width: 620px) {
  .iq-container { width: min(var(--iq-max), calc(100% - 28px)); }
  .iq-hero, .iq-hero-inner { min-height: 580px; }
  .iq-proof-grid, .iq-category-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: 1fr; }
  .iq-section-head, .iq-footer-bottom { display: block; }
  .iq-solution-usecases ul { grid-template-columns: 1fr; }
  .iloq-product-search div { grid-template-columns: 1fr; }
  .woocommerce div.product div.images.iloq-single-gallery .woocommerce-product-gallery__image { min-height: 320px; padding: 24px; }
  .iq-b2b-popup { right: 14px; bottom: 14px; padding: 22px; }
}
