:root {
  --navy: #071735;
  --navy-2: #0d2452;
  --blue: #1b83ef;
  --blue-dark: #1269ca;
  --teal: #0ca99b;
  --green: #1aaf69;
  --ink: #17213b;
  --muted: #69738b;
  --line: #dbe2ef;
  --pale: #f6f8fc;
  --white: #fff;
  --danger: #df3850;
  --shadow: 0 20px 60px rgba(10, 26, 57, .16);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Manrope, Arial, sans-serif; line-height: 1.5; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(219,226,239,.72); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; grid-template-columns: 1fr 1fr; border-radius: 13px; background: linear-gradient(135deg, var(--blue), #58c3ff); color: #fff; overflow: hidden; box-shadow: 0 8px 16px rgba(27,131,239,.24); font-family: "Space Grotesk", sans-serif; font-size: 18px; font-weight: 700; }
.brand-mark span:first-child { border-right: 1px solid rgba(255,255,255,.42); }
.brand-copy { line-height: 1; display: grid; gap: 4px; }
.brand-copy strong { font-family: "Space Grotesk", sans-serif; font-size: 14px; letter-spacing: .045em; color: var(--navy); }
.brand-copy small { font-size: 8px; letter-spacing: .22em; color: var(--blue-dark); font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 700; color: #35405c; }
.site-nav > a:not(.nav-whatsapp) { position: relative; }
.site-nav > a:not(.nav-whatsapp)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:not(.nav-whatsapp):hover::after { transform: scaleX(1); }
.nav-whatsapp { background: #effaf5; color: #138650; border: 1px solid #ccefdc; padding: 10px 14px; border-radius: 11px; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy); }

.hero { position: relative; overflow: visible; isolation: isolate; padding: 88px 0 78px; color: #fff; background: linear-gradient(115deg, #06132e 0%, #0a2350 48%, #123f78 100%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 720px; height: 720px; right: -250px; top: -470px; background: radial-gradient(circle, rgba(65,166,255,.42), rgba(65,166,255,0) 66%); }
.hero-orb-two { width: 430px; height: 430px; left: -230px; bottom: -325px; border: 1px solid rgba(134,209,255,.18); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); align-items: center; gap: 50px; }
.eyebrow, .section-kicker { margin: 0 0 14px; font-family: "Space Grotesk", sans-serif; font-size: 11px; line-height: 1; letter-spacing: .1em; font-weight: 700; text-transform: uppercase; }
.eyebrow { color: #9ed7ff; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #5cddca; box-shadow: 0 0 0 5px rgba(92,221,202,.16); vertical-align: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 21px; font-family: "Space Grotesk", sans-serif; font-size: clamp(42px, 5.3vw, 72px); line-height: 1.02; letter-spacing: -.056em; }
h1 span { color: #70caff; }
.hero-copy { max-width: 650px; margin-bottom: 28px; color: #d1e3fb; font-size: 16px; }
.catalogue-search-wrap { position: relative; z-index: 20; max-width: 790px; }
.catalogue-search-card { display: flex; min-height: 62px; border: 3px solid rgba(255,255,255,.32); border-radius: 13px; background: #fff; box-shadow: 0 19px 38px rgba(0,0,0,.22); }
.search-select-wrap { display: block; min-width: 159px; border-right: 1px solid var(--line); background: #0e2870; border-radius: 9px 0 0 9px; }
.search-select-wrap select { width: 100%; height: 56px; padding: 0 38px 0 16px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; appearance: auto; }
.search-input-wrap { flex: 1; min-width: 0; }
.search-input-wrap input { width: 100%; height: 56px; padding: 0 16px; border: 0; outline: 0; color: var(--ink); font-size: 14px; font-weight: 600; touch-action: manipulation; }
.search-input-wrap input::placeholder { color: #a4acbd; }
.search-submit { width: 62px; border: 0; border-radius: 0 9px 9px 0; background: #fff; color: var(--navy); touch-action: manipulation; }
.search-submit svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.search-suggestions { position: absolute; top: calc(100% + 9px); left: 0; right: 0; max-height: 360px; overflow: auto; border: 1px solid #cfd8ea; border-radius: 13px; background: #fff; box-shadow: 0 22px 46px rgba(4,20,51,.3); color: var(--ink); }
.search-suggestion { width: 100%; display: grid; grid-template-columns: minmax(110px, .45fr) minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 13px 15px; border: 0; border-bottom: 1px solid #edf1f8; background: #fff; color: inherit; text-align: left; touch-action: manipulation; }
.search-suggestion:last-child { border-bottom: 0; }
.search-suggestion:hover, .search-suggestion.active { background: #f1f7ff; }
.search-suggestion-ref { color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 800; }
.search-suggestion-desc { overflow: hidden; color: #4c5872; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion-lot { color: var(--blue-dark); font-size: 10px; font-weight: 800; white-space: nowrap; }
.search-empty { padding: 15px; color: var(--muted); font-size: 13px; }
.quick-searches { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 16px; color: #bcd4f2; font-size: 11px; font-weight: 700; }
.quick-searches button { padding: 6px 10px; border: 1px solid rgba(181,221,255,.35); border-radius: 8px; background: rgba(255,255,255,.1); color: #e4f2ff; font-size: 11px; font-weight: 700; }
.quick-searches button:hover { border-color: #73cbff; background: rgba(255,255,255,.17); }
.hero-panel { padding: 28px; border: 1px solid rgba(161,207,255,.22); border-radius: var(--radius); background: linear-gradient(155deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); box-shadow: 0 18px 35px rgba(0,0,0,.12); backdrop-filter: blur(8px); }
.panel-kicker { margin-bottom: 11px; color: #8ad3ff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-panel h2 { margin-bottom: 18px; font-family: "Space Grotesk", sans-serif; font-size: 24px; line-height: 1.12; letter-spacing: -.04em; }
.hero-panel ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: #d8ebff; font-size: 12px; font-weight: 700; }
.hero-panel li span { margin-right: 8px; color: #79e4c2; }
.panel-location { margin: 23px 0 0; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.2); color: #aad1f5; font-size: 11px; font-weight: 700; }

.brand-strip { padding: 35px 0; border-bottom: 1px solid var(--line); background: #f8fbff; }
.brand-strip-inner { display: grid; grid-template-columns: minmax(190px, .72fr) minmax(0, 2.3fr); gap: 34px; align-items: center; }
.brands-copy .section-kicker { margin-bottom: 7px; color: var(--blue-dark); }
.brands-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.brand-logo-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 11px; align-items: stretch; }
.brand-logo-tile, .brand-more-tile { min-width: 0; min-height: 82px; display: grid; place-items: center; overflow: hidden; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 7px 17px rgba(15,29,58,.035); }
.brand-logo-tile img { display: block; width: 100%; max-width: 150px; height: 38px; max-height: 38px; object-fit: contain; object-position: center; }
.brand-more-tile { align-content: center; gap: 4px; color: var(--navy); background: linear-gradient(135deg, #eef7ff, #f7fbff); text-align: center; }
.brand-more-tile strong { font-family: "Space Grotesk", sans-serif; font-size: 13px; line-height: 1.1; }
.brand-more-tile span { color: var(--muted); font-size: 10px; font-weight: 700; }

.catalogue-section, .how-it-works, .about-section { padding: 86px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 31px; }
.section-kicker { color: var(--blue-dark); }
.section-heading h2, .about-section h2 { margin-bottom: 9px; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: clamp(30px, 3.3vw, 44px); line-height: 1.07; letter-spacing: -.055em; }
.section-heading p:not(.section-kicker) { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.text-link { min-width: max-content; color: var(--muted); font-size: 12px; font-weight: 700; }
.text-link span { color: var(--blue-dark); }
.text-link:hover span { text-decoration: underline; }
.filter-bar { display: flex; flex-wrap: wrap; align-items: end; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #fbfcff; }
.filter-bar label { min-width: 178px; display: grid; gap: 5px; color: #61708d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.filter-bar select { min-height: 39px; padding: 0 12px; border: 1px solid #d9e1ee; border-radius: 8px; outline-color: var(--blue); background: #fff; color: var(--ink); font-size: 12px; font-weight: 700; text-transform: none; letter-spacing: 0; }
.clear-filters { min-height: 39px; padding: 0 12px; border: 0; background: transparent; color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.catalogue-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 15px 0 18px; color: #61708d; font-size: 12px; font-weight: 700; }
.catalogue-disclaimer { color: #7e879a; font-weight: 600; }
.lots-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lot-card { position: relative; min-height: 278px; display: flex; flex-direction: column; align-items: stretch; padding: 25px; overflow: hidden; border: 1px solid var(--card-border, var(--line)); border-radius: 16px; background: linear-gradient(160deg, var(--card-tint, #fff), #fff 48%); color: inherit; text-align: left; box-shadow: 0 10px 25px rgba(11,30,65,.045); transition: transform .2s ease, box-shadow .2s ease; }
.lot-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(11,30,65,.12); }
.lot-card:focus-visible, .search-suggestion:focus-visible { outline: 3px solid #72b9ff; outline-offset: 3px; }
.card-brand-logo { display: inline-flex; align-items: center; justify-content: flex-start; width: min(185px, 66%); height: 45px; padding: 5px 0; overflow: hidden; }
.card-brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.discount-badge { position: absolute; z-index: 2; right: 20px; top: 18px; width: 63px; height: 63px; display: grid; place-content: center; gap: 1px; border-radius: 50%; color: #fff; background: var(--danger); box-shadow: 0 10px 18px rgba(223,56,80,.22); font-family: "Space Grotesk", sans-serif; font-size: 18px; font-weight: 800; line-height: .95; text-align: center; transform: rotate(7deg); }
.discount-badge small { display: block; font-family: Manrope, Arial, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.lot-card h3 { max-width: 85%; margin: 17px 0 7px; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 22px; line-height: 1.1; letter-spacing: -.04em; }
.card-category { min-height: 40px; margin-bottom: 13px; color: #5f6e87; font-size: 12px; font-weight: 700; }
.card-meta { display: flex; flex-wrap: wrap; gap: 8px 11px; color: #7b879a; font-size: 10px; font-weight: 800; }
.card-meta span::before { content: "•"; margin-right: 5px; color: var(--card-brand, var(--blue)); }
.card-total { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--line); }
.card-total span { color: #758199; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.card-total strong { color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 16px; letter-spacing: -.035em; white-space: nowrap; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.card-arrow { font-size: 19px; transition: transform .2s ease; }
.lot-card:hover .card-arrow { transform: translateX(4px); }
.empty-state { margin-top: 18px; padding: 44px 24px; border: 1px dashed #c5d2e5; border-radius: 15px; background: #fbfcff; text-align: center; }
.empty-state h3 { margin-bottom: 6px; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 22px; }
.empty-state p { max-width: 490px; margin: 0 auto 17px; color: var(--muted); font-size: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 14px; border: 1px solid transparent; border-radius: 9px; font-size: 12px; font-weight: 800; }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: var(--navy-2); }
.button-secondary { border-color: #ccdaee; background: #fff; color: var(--navy); }
.button-secondary:hover { border-color: var(--blue); color: var(--blue-dark); }
.button-whatsapp { background: #22aa60; color: #fff; }
.button-whatsapp:hover { background: #16884a; }

.how-it-works { color: #fff; background: linear-gradient(125deg, #071634, #102a5c); }
.light-heading h2 { color: #fff; }
.light-heading .section-kicker { color: #88caff; }
.light-heading p:not(.section-kicker) { color: #bed4f1; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 185px; padding-right: 13px; }
.steps li:not(:last-child)::after { content: ""; position: absolute; top: 27px; left: 56px; right: -10px; height: 2px; background: linear-gradient(90deg, #72c7ff, rgba(114,199,255,.16)); }
.steps span { position: relative; z-index: 1; width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid rgba(139,208,255,.55); border-radius: 50%; background: rgba(77,161,232,.18); color: #b9e4ff; font-family: "Space Grotesk", sans-serif; font-weight: 700; }
.steps h3 { margin-bottom: 6px; font-family: "Space Grotesk", sans-serif; font-size: 17px; }
.steps p { margin: 0; color: #bed4f1; font-size: 12px; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about-copy { max-width: 610px; color: #4d5870; font-size: 14px; }
.about-copy > p:first-child { margin-bottom: 22px; }
.availability-note { display: flex; gap: 10px; padding: 14px; border-radius: 10px; background: #eff9f4; color: #18794a; font-size: 12px; font-weight: 700; }
.availability-note span { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; border-radius: 50%; background: #2ab36b; color: #fff; }

.newsletter-section { padding: 0 0 86px; }
.newsletter-card { display: grid; grid-template-columns: 1fr minmax(340px, .9fr); gap: 30px; align-items: center; padding: 30px; border-radius: var(--radius); background: #f0f4fc; }
.newsletter-card h2 { margin-bottom: 5px; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 23px; letter-spacing: -.04em; }
.newsletter-card p { margin: 0; color: #64708a; font-size: 13px; }
.newsletter-form { display: flex; min-width: 0; }
.newsletter-form input { flex: 1; min-width: 0; height: 46px; padding: 0 13px; border: 1px solid #cbd7eb; border-radius: 9px 0 0 9px; outline-color: var(--blue); background: #fff; font-size: 12px; }
.newsletter-form button { min-width: 108px; margin-left: -1px; border-radius: 0 9px 9px 0; }
.form-message { grid-column: 1 / -1; min-height: 0; color: #18794a !important; font-size: 12px !important; font-weight: 700; }

.site-footer { padding: 65px 0 22px; color: #d4def0; background: #081631; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .9fr 1.2fr; gap: 42px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: #83c9ff; }
.footer-brand p { max-width: 245px; margin: 18px 0 0; color: #aab9d2; font-size: 12px; }
.footer-links h3, .footer-contact h3 { margin-bottom: 14px; color: #fff; font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links a { color: #bdd0ed; font-size: 12px; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-contact { display: grid; align-content: start; gap: 11px; }
.contact-row { display: inline-flex; align-items: start; gap: 9px; color: #d9e8ff; font-size: 12px; font-weight: 700; }
.contact-row:hover { color: #82c9ff; }
.contact-row > span { width: 18px; height: 18px; display: inline-grid; place-items: center; border: 1px solid rgba(195,222,255,.4); border-radius: 50%; color: #96d2ff; font-size: 10px; font-weight: 800; }
.contact-row-muted { color: #92a6c4; cursor: default; }
.contact-note { margin: 3px 0 0; color: #aab9d2; font-size: 12px; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 18px; border-top: 1px solid rgba(190,215,248,.15); color: #8fa4c5; font-size: 11px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(1,12,31,.66); backdrop-filter: blur(4px); }
.lot-modal { position: fixed; inset: 25px; z-index: 100; display: grid; place-items: center; pointer-events: none; }
.modal-shell { width: min(1240px, 100%); max-height: 100%; display: flex; flex-direction: column; overflow: hidden; pointer-events: auto; border: 1px solid #dbe3ef; border-radius: 17px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.modal-close { align-self: end; width: 38px; height: 38px; margin: 13px 13px -6px 0; border: 1px solid #dce4f0; border-radius: 9px; background: #fff; color: #5a6680; font-size: 29px; line-height: 1; }
.modal-close:hover { background: #f3f7fc; color: var(--navy); }
.modal-content { overflow: auto; padding: 22px 30px 27px; }
.modal-topline { display: flex; justify-content: space-between; gap: 25px; align-items: start; }
.modal-brand-block { display: flex; align-items: center; gap: 17px; min-width: 0; }
.brand-logo-placeholder { width: min(220px, 30vw); height: 60px; display: grid; place-items: center; overflow: hidden; }
.brand-logo-placeholder img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.modal-category { margin-bottom: 3px; color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.modal-brand-block h2 { margin: 0; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 29px; letter-spacing: -.045em; }
.share-form { min-width: 305px; display: flex; padding: 4px; border: 1px solid #dce5f1; border-radius: 9px; background: #f6f8fc; }
.share-form input { min-width: 0; flex: 1; height: 33px; padding: 0 10px; border: 0; outline: 0; background: #fff; font-size: 11px; }
.share-form button { min-width: 88px; border: 0; border-radius: 7px; background: #0e1b78; color: #fff; font-size: 11px; font-weight: 800; }
.lot-details-row { display: grid; grid-template-columns: repeat(6, 1fr); margin: 24px 0 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lot-detail { min-height: 77px; display: grid; align-content: center; gap: 4px; padding: 10px 14px; border-right: 1px solid var(--line); }
.lot-detail:last-child { border-right: 0; }
.lot-detail span { color: #8390a5; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.lot-detail strong { color: var(--navy); font-size: 12px; line-height: 1.25; }
.modal-disclaimer { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 14px 16px; border-radius: 10px; background: #f7f9fd; }
.modal-disclaimer strong { display: block; color: var(--navy); font-size: 12px; }
.modal-disclaimer span { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.download-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid #cddbed; border-radius: 9px; background: #fff; color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.download-button:hover { border-color: var(--blue); }
.lot-table-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin: 17px 0 9px; }
.inside-search-wrap { width: min(430px, 100%); }
.inside-search-wrap input { width: 100%; height: 39px; padding: 0 12px; border: 1px solid #d7e0ed; border-radius: 7px; outline-color: var(--blue); font-size: 12px; }
.lot-toolbar-right { display: flex; align-items: center; gap: 10px; color: #70809a; font-size: 11px; font-weight: 700; }
.view-full-lot { border: 0; background: transparent; color: var(--blue-dark); font-size: 11px; font-weight: 800; }
.view-full-lot:hover { text-decoration: underline; }
.table-scroll { max-height: 420px; overflow: auto; border: 1px solid #e1e7f0; border-radius: 9px; }
table { width: 100%; border-collapse: collapse; min-width: 1090px; }
th { position: sticky; top: 0; z-index: 1; padding: 10px; background: #f0f4f8; color: #223152; font-size: 10px; font-weight: 800; text-align: left; white-space: nowrap; }
td { padding: 10px; border-top: 1px solid #edf1f6; color: #36425a; font-size: 11px; font-weight: 600; vertical-align: top; }
td:nth-child(1), td:nth-child(2), td:nth-child(5), td:nth-child(6), td:nth-child(7), td:nth-child(8), td:nth-child(9) { white-space: nowrap; }
td:nth-child(2) { color: var(--navy); font-weight: 800; }
.datasheet-link { color: var(--blue-dark); font-weight: 800; }
.datasheet-link:hover { text-decoration: underline; }
.item-enquiry { padding: 6px 9px; border: 1px solid #ccead9; border-radius: 7px; color: #188b51; background: #effaf3; font-size: 11px; font-weight: 800; white-space: nowrap; }
.item-enquiry:hover { color: #fff; border-color: #22aa60; background: #22aa60; }
.modal-bottom-contact { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 18px; border-radius: 11px; background: #f7f9fd; }
.modal-bottom-contact strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: 15px; }
.modal-bottom-contact span { color: var(--muted); font-size: 12px; }
.modal-bottom-contact > div:last-child { display: flex; align-items: center; gap: 10px; }
.text-button { color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.text-button:hover { text-decoration: underline; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 130; max-width: min(460px, calc(100% - 30px)); padding: 12px 16px; color: #fff; border-radius: 10px; background: #162442; box-shadow: var(--shadow); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.legal-back { color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.legal-hero { padding: 80px 0 62px; color: #fff; background: linear-gradient(115deg, #06132e, #0b3068); }
.legal-hero h1 { margin-bottom: 14px; font-size: clamp(40px, 5vw, 62px); }
.legal-hero p:not(.eyebrow) { max-width: 670px; margin: 0; color: #c5dcf7; font-size: 14px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 65px; padding: 68px 0 90px; }
.legal-nav { position: sticky; top: 100px; align-self: start; display: grid; gap: 7px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #f8fbff; }
.legal-nav a { padding: 9px; border-radius: 7px; color: #43506b; font-size: 12px; font-weight: 800; }
.legal-nav a:hover { background: #eaf4ff; color: var(--blue-dark); }
.legal-content { max-width: 800px; }
.legal-notice { margin-bottom: 32px; padding: 15px; border-left: 4px solid #efae34; border-radius: 8px; background: #fff9eb; color: #79550e; font-size: 12px; font-weight: 700; }
.legal-content section { scroll-margin-top: 105px; margin-bottom: 47px; }
.legal-content h2 { margin-bottom: 17px; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 31px; letter-spacing: -.045em; }
.legal-content h3 { margin: 24px 0 7px; color: #182b52; font-family: "Space Grotesk", sans-serif; font-size: 16px; }
.legal-content p { color: #536078; font-size: 13px; line-height: 1.75; }
.legal-content a { color: var(--blue-dark); font-weight: 800; }
.legal-footer { padding-top: 24px; }
.legal-footer .footer-bottom { margin-top: 0; }

@media (max-width: 1040px) {
  .hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .hero-panel { max-width: 680px; }
  .lots-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); row-gap: 33px; }.steps li:nth-child(3)::after { display: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-contact { grid-column: 1 / -1; }
  .newsletter-card { grid-template-columns: 1fr; }.newsletter-form { width: 100%; }
  .about-grid { gap: 40px; }
  .modal-content { padding: 22px 22px 24px; }.lot-details-row { grid-template-columns: repeat(3, 1fr); }.lot-detail:nth-child(3n) { border-right: 0; }.lot-detail:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .brand-logo-grid { grid-template-columns: repeat(5, minmax(100px, 1fr)); overflow-x: auto; padding-bottom: 3px; }.brand-logo-tile, .brand-more-tile { min-width: 108px; }
  .legal-layout { grid-template-columns: 1fr; gap: 26px; }.legal-nav { position: static; grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .container { width: min(100% - 30px, 1160px); }.nav-wrap { min-height: 68px; }.nav-toggle { display: block; }.site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 17px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 12px 22px rgba(17,34,68,.1); }.site-nav.open { display: grid; gap: 16px; }.site-nav > a:not(.nav-whatsapp)::after { display: none; }.nav-whatsapp { justify-self: start; }
  .hero { padding: 64px 0 58px; }.hero-layout { gap: 30px; }h1 { font-size: clamp(37px, 10vw, 53px); }.hero-copy { font-size: 15px; }.hero-panel { padding: 22px; }.hero-panel h2 { font-size: 21px; }
  .catalogue-search-card { flex-wrap: wrap; }.search-select-wrap { min-width: 100%; border-right: 0; border-bottom: 1px solid var(--line); border-radius: 9px 9px 0 0; }.search-select-wrap select { height: 44px; }.search-input-wrap input { height: 50px; }.search-submit { height: 50px; width: 52px; border-radius: 0 0 9px 0; }.search-suggestions { top: calc(100% + 8px); max-height: min(330px, 60vh); }.search-suggestion { grid-template-columns: 1fr auto; gap: 4px 10px; }.search-suggestion-ref { grid-column: 1; }.search-suggestion-desc { grid-column: 1 / -1; grid-row: 2; }.search-suggestion-lot { grid-column: 2; grid-row: 1; }
  .quick-searches { gap: 7px; }.brand-strip { padding: 28px 0; }.brand-strip-inner { grid-template-columns: 1fr; gap: 16px; }.brand-logo-grid { grid-template-columns: repeat(5, 112px); justify-content: start; }.brand-logo-tile, .brand-more-tile { min-height: 70px; }.brand-logo-tile img { height: 30px; max-height: 30px; }
  .catalogue-section, .how-it-works, .about-section { padding: 65px 0; }.section-heading { align-items: flex-start; flex-direction: column; gap: 11px; margin-bottom: 26px; }.text-link { white-space: normal; }.filter-bar { align-items: stretch; }.filter-bar label { min-width: 100%; }.clear-filters { align-self: flex-start; padding: 0; }.catalogue-meta { align-items: flex-start; flex-direction: column; gap: 7px; }.lots-grid { grid-template-columns: 1fr; }.lot-card { min-height: 260px; }
  .steps { grid-template-columns: 1fr; gap: 0; }.steps li { min-height: auto; padding: 0 0 26px 70px; }.steps li:not(:last-child)::after { top: 51px; bottom: 0; left: 23px; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, rgba(127,205,255,.7), rgba(127,205,255,.18)); }.steps span { position: absolute; left: 0; top: 0; margin: 0; }.steps h3 { padding-top: 10px; }
  .about-grid { grid-template-columns: 1fr; gap: 23px; }.newsletter-card { padding: 23px; }.newsletter-form { min-width: 0; flex-direction: column; gap: 6px; }.newsletter-form input, .newsletter-form button { width: 100%; border-radius: 9px; }.newsletter-form button { margin-left: 0; min-height: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-contact { grid-column: 1 / -1; display: grid; gap: 10px; }.footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 36px; }
  .lot-modal { inset: 10px; }.modal-shell { min-height: calc(100vh - 20px); border-radius: 12px; }.modal-content { padding: 14px 16px 20px; }.modal-close { margin: 11px 11px -2px 0; }.modal-topline { display: block; padding-right: 0; }.modal-brand-block { align-items: flex-start; gap: 11px; }.brand-logo-placeholder { width: 118px; height: 50px; }.modal-brand-block h2 { font-size: 22px; }.share-form { min-width: 0; width: 100%; margin-top: 16px; }.share-form input { width: auto; flex: 1; }.lot-details-row { grid-template-columns: 1fr 1fr; margin: 20px 0 14px; }.lot-detail:nth-child(n) { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }.lot-detail:nth-child(2n) { border-right: 0; }.lot-detail:last-child { border-bottom: 0; }.modal-disclaimer { align-items: flex-start; flex-direction: column; }.modal-actions { flex-wrap: wrap; }.lot-table-toolbar { align-items: flex-start; flex-direction: column; gap: 8px; }.lot-toolbar-right { width: 100%; justify-content: space-between; }.inside-search-wrap { width: 100%; }.table-scroll { max-height: 330px; }.modal-bottom-contact { align-items: flex-start; flex-direction: column; }.modal-bottom-contact > div:last-child { flex-wrap: wrap; }
  .legal-hero { padding: 62px 0 50px; }.legal-layout { padding: 45px 0 66px; }.legal-nav { grid-template-columns: 1fr 1fr; }.legal-content h2 { font-size: 28px; }
}


/* V3.2: reliable popup + search behaviour on phones */
.lot-modal[hidden],
.modal-backdrop[hidden],
.search-suggestions[hidden] {
  display: none !important;
}

.search-suggestions {
  z-index: 80;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.search-suggestion {
  min-height: 52px;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 720px) {
  .catalogue-search-wrap { z-index: 80; }
  .search-suggestions { z-index: 90; }
  .search-suggestion { min-height: 58px; }
}


/* V3.3: stable mobile layout, exact touch targets, and iPhone zoom prevention */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

img, svg { max-width: 100%; }

.catalogue-search-card,
.catalogue-search-card > * {
  min-width: 0;
}

.search-input-wrap,
.search-input-wrap input,
.search-select-wrap,
.search-select-wrap select,
.search-submit {
  touch-action: manipulation;
}

@media (max-width: 720px) {
  /* A real two-row grid prevents the visual input and its touch area from drifting apart. */
  .catalogue-search-wrap {
    width: 100%;
    max-width: none;
  }

  .catalogue-search-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    grid-template-areas:
      "select select"
      "input button";
    min-height: 0;
    overflow: hidden;
    border-radius: 13px;
  }

  .search-select-wrap {
    grid-area: select;
    display: block;
    width: 100%;
    min-width: 0;
    height: 48px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 9px 9px 0 0;
  }

  .search-select-wrap select {
    display: block;
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 44px 0 15px;
    font-size: 16px;
    line-height: 48px;
  }

  .search-input-wrap {
    grid-area: input;
    display: block;
    width: 100%;
    min-width: 0;
    height: 58px;
  }

  .search-input-wrap input {
    display: block;
    width: 100%;
    height: 58px;
    min-height: 58px;
    padding: 0 14px;
    border-radius: 0;
    font-size: 16px; /* stops Safari from zooming the entire page on focus */
    line-height: normal;
    -webkit-appearance: none;
    appearance: none;
  }

  .search-submit {
    grid-area: button;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    min-height: 58px;
    margin: 0;
    padding: 0;
    border-radius: 0 0 9px 0;
    -webkit-appearance: none;
    appearance: none;
  }

  .search-submit svg {
    width: 24px;
    height: 24px;
    pointer-events: none;
  }

  .search-suggestions {
    top: calc(100% + 8px);
    width: 100%;
    max-height: min(340px, 58vh);
    border-radius: 12px;
    transform: translateZ(0);
  }

  .search-suggestion {
    min-height: 64px;
    padding: 12px 14px;
    font-size: 16px;
  }

  .search-suggestion-ref { font-size: 14px; }
  .search-suggestion-desc { font-size: 12px; }

  /* iPhone also zooms selects below 16px. */
  .filter-bar select,
  .inside-search-wrap input,
  .share-form input,
  .newsletter-form input {
    font-size: 16px;
  }
}

/* RFQ chooser in the lot popup */
.rfq-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 14px 0 2px;
}

.rfq-toggle {
  cursor: pointer;
}

.rfq-options {
  display: flex;
  gap: 8px;
}

.rfq-options[hidden] {
  display: none !important;
}

@media (max-width: 720px) {
  .rfq-block {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .rfq-toggle,
  .rfq-options .button {
    width: 100%;
    min-height: 46px;
  }

  .rfq-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
