:root {
  --ink: #101828;
  --muted: #5e687b;
  --navy: #0b1730;
  --navy-2: #111f3d;
  --blue: #1463ff;
  --blue-dark: #0d47c7;
  --mint: #58e6c4;
  --surface: #f5f7fb;
  --line: #dde3ee;
  --white: #fff;
  --danger: #b42318;
  --success: #067647;
  --radius-sm: 10px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 18px 55px rgba(11, 23, 48, .12);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
[hidden] { display: none !important; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.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; }

.topbar { color: #dce6fb; background: #071225; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--mint); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(88,230,196,.12); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(221,227,238,.9); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 46px; height: 46px; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 23px; letter-spacing: -.5px; }
.brand small { margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.site-nav a { min-height: 44px; padding: 10px 11px; display: inline-flex; align-items: center; border-radius: 10px; color: #344054; font-size: 14px; font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); background: #eef4ff; }
.header-cta { min-height: 46px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: #fff; background: var(--blue); font-weight: 800; }
.header-cta:hover { background: var(--blue-dark); }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 2px; content: ""; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.14; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(2.5rem, 6vw, 5rem); }
h2 { margin-bottom: 16px; font-size: clamp(1.8rem, 3.6vw, 3rem); }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
p { margin-top: 0; }
.lead { color: var(--muted); font-size: 1.16rem; }

.home-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.home-hero::before { position: absolute; z-index: 2; inset: 0; content: ""; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.home-hero::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,18,37,.98) 0%, rgba(7,18,37,.91) 37%, rgba(7,18,37,.34) 68%, rgba(7,18,37,.08) 100%); }
.home-hero-media { position: absolute; z-index: 0; inset: 0; display: block; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid { position: relative; z-index: 3; min-height: 680px; padding: 100px 0 86px; display: grid; grid-template-columns: minmax(0, 650px) 1fr; align-items: center; gap: 70px; }
.hero-copy h1 { color: #fff; }
.hero-copy h1 span { color: var(--mint); }
.hero-copy p { max-width: 700px; color: #c7d4ee; font-size: 1.2rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 50px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--blue); border-radius: 12px; color: #fff; background: var(--blue); font-weight: 850; cursor: pointer; }
.button:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.button-secondary { color: var(--navy); border-color: var(--line); background: #fff; }
.button-secondary:hover { color: var(--blue); border-color: #b7c7e8; background: #f3f7ff; }
.button-light { color: var(--navy); border-color: #fff; background: #fff; }
.button-light:hover { color: var(--navy); border-color: var(--mint); background: var(--mint); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.trust-line { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 18px; color: #e4ecfb; font-size: 14px; font-weight: 700; }
.trust-line span::before { margin-right: 8px; color: var(--mint); content: "✓"; }

.tech-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.tech-orbit { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(88,230,196,.25); border-radius: 50%; animation: spin 28s linear infinite; }
.tech-orbit::before, .tech-orbit::after { position: absolute; width: 12px; height: 12px; border-radius: 50%; content: ""; background: var(--mint); box-shadow: 0 0 25px var(--mint); }
.tech-orbit::before { top: 42px; right: 70px; }
.tech-orbit::after { bottom: 18px; left: 115px; }
.monitor-card { position: relative; z-index: 2; width: min(100%, 410px); padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.07); box-shadow: 0 30px 80px rgba(0,0,0,.34); backdrop-filter: blur(12px); transform: rotate(-2deg); }
.monitor-screen { aspect-ratio: 1.35; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 16px; background: linear-gradient(140deg, #1463ff 0%, #0e3c92 55%, #071225 100%); }
.screen-label { color: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: 1.4px; }
.monitor-screen strong { max-width: 260px; color: #fff; font-size: 2.2rem; line-height: 1.05; }
.screen-bars { display: flex; gap: 6px; align-items: end; height: 50px; }
.screen-bars i { display: block; width: 18%; border-radius: 4px 4px 0 0; background: rgba(88,230,196,.82); }
.screen-bars i:nth-child(1) { height: 45%; }.screen-bars i:nth-child(2) { height: 80%; }.screen-bars i:nth-child(3) { height: 60%; }.screen-bars i:nth-child(4) { height: 95%; }.screen-bars i:nth-child(5) { height: 70%; }
.monitor-base { width: 42%; height: 52px; margin: 0 auto; border-bottom: 10px solid rgba(255,255,255,.3); border-left: 26px solid transparent; border-right: 26px solid transparent; }
.floating-badge { position: absolute; z-index: 3; right: -4px; bottom: 58px; padding: 15px 18px; border-radius: 15px; color: var(--navy); background: var(--mint); box-shadow: var(--shadow); font-weight: 900; }
@keyframes spin { to { transform: rotate(360deg); } }

.section { padding: 92px 0; }
.section-soft { background: var(--surface); }
.section-dark { color: #dce6fb; background: var(--navy); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-heading { max-width: 750px; margin-bottom: 42px; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow::before { display: none; }

.metrics { position: relative; z-index: 5; margin-top: -48px; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.metric { padding: 26px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--blue); font-size: 1.45rem; }
.metric span { color: var(--muted); font-size: 14px; }

.cards-3, .cards-4 { display: grid; gap: 20px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.service-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { border-color: #b9c9e9; box-shadow: var(--shadow); transform: translateY(-4px); }
.service-icon { width: 52px; height: 52px; margin-bottom: 40px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: #edf3ff; font-size: 21px; font-weight: 900; }
.service-card p { color: var(--muted); }
.text-link { margin-top: auto; color: var(--blue); font-weight: 850; }
.text-link::after { content: " →"; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.feature-panel { min-height: 460px; padding: 42px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: var(--navy); position: relative; }
.feature-panel::before { position: absolute; width: 300px; height: 300px; top: -110px; right: -100px; border: 70px solid var(--blue); border-radius: 50%; content: ""; opacity: .65; }
.feature-panel::after { position: absolute; width: 170px; height: 170px; top: 72px; right: 64px; border: 2px solid var(--mint); border-radius: 30px; content: ""; transform: rotate(20deg); }
.feature-panel h2, .feature-panel p { position: relative; z-index: 2; color: #fff; }
.feature-panel strong { position: relative; z-index: 2; color: var(--mint); font-size: 4.3rem; line-height: 1; }
.check-list { padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding: 14px 0 14px 36px; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::before { position: absolute; left: 0; top: 15px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); content: "✓"; font-size: 12px; font-weight: 900; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: box-shadow .2s ease, transform .2s ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.product-image { position: relative; aspect-ratio: 4/3; overflow: hidden; display: grid; place-items: center; background: #eef2f8; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-placeholder { width: 82px; height: 64px; display: grid; place-items: center; border: 3px solid #aebbd0; border-radius: 8px; color: #71809a; font-weight: 900; }
.product-placeholder::after { content: ""; width: 34px; height: 7px; margin-top: 65px; position: absolute; border-radius: 8px; background: #aebbd0; }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 8px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.product-badge.sold { background: #344054; }
.product-body { padding: 22px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; }
.product-body h2, .product-body h3 { margin: 10px 0 15px; font-size: 1.24rem; }
.product-price { color: var(--blue); font-size: 1.25rem; font-weight: 900; }
.product-actions { margin-top: 18px; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.product-actions .button { min-height: 44px; padding: 10px 14px; font-size: 14px; }
.product-actions .button-secondary { padding-inline: 16px; }
.catalog-tools { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.search-field { width: min(100%, 460px); }
.search-field label { display: block; margin-bottom: 8px; font-weight: 800; }
.search-field input { width: 100%; min-height: 50px; padding: 12px 15px; border: 1px solid #bdc7d8; border-radius: 11px; color: var(--ink); background: #fff; }
.empty-state { padding: 54px 30px; border: 1px dashed #b9c5d8; border-radius: var(--radius); text-align: center; background: #f9fbfe; }
.empty-state .service-icon { margin: 0 auto 22px; }

.simple-hero { padding: 90px 0 72px; background: linear-gradient(180deg, #edf3ff 0%, #fff 100%); }
.simple-hero h1 { margin-top: 15px; font-size: clamp(2.5rem, 5.6vw, 4.5rem); }
.simple-hero p { color: var(--muted); font-size: 1.18rem; }
.page-media-section { position: relative; z-index: 3; margin: -28px 0 -24px; }
.page-feature-media { position: relative; margin: 0; display: block; overflow: hidden; aspect-ratio: 3/1; border: 8px solid #fff; border-radius: 24px; background: #dfe7f4; box-shadow: var(--shadow); }
.page-feature-media picture { display: block; width: 100%; height: 100%; }
.page-feature-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-media-brand { position: absolute; left: 22px; bottom: 20px; max-width: min(520px, calc(100% - 44px)); padding: 11px 15px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 12px; color: #fff; background: rgba(7,27,44,.82); box-shadow: 0 12px 28px rgba(7,27,44,.24); backdrop-filter: blur(8px); }
.page-media-brand strong { white-space: nowrap; font-size: 14px; letter-spacing: .04em; }
.page-media-brand span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.breadcrumb { margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.breadcrumb a { color: var(--blue); }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 65px; align-items: start; }
.detail-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.detail-point { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-weight: 750; }
.detail-point::before { margin-right: 9px; color: var(--success); content: "✓"; }
.aside-card { padding: 30px; border-radius: var(--radius); color: #dce6fb; background: var(--navy); box-shadow: var(--shadow); }
.aside-card h2, .aside-card h3 { color: #fff; }
.aside-card .button { width: 100%; }
.aside-card ul { padding-left: 20px; }
.related-links { display: grid; gap: 10px; margin-top: 20px; }
.related-links a { padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #fff; background: rgba(255,255,255,.04); }
.related-links a:hover { border-color: var(--mint); color: var(--mint); }

.product-detail-image { overflow: hidden; aspect-ratio: 4/3; display: grid; place-items: center; border-radius: var(--radius); background: #eef2f8; }
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.product-specs { margin: 26px 0; border-top: 1px solid var(--line); }
.product-specs div { padding: 13px 0; display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px solid var(--line); }
.product-specs dt { color: var(--muted); }
.product-specs dd { margin: 0; font-weight: 800; }
.product-description { white-space: pre-line; }
.product-detail-info .product-badge { position: static; display: inline-flex; margin-bottom: 14px; }

.faq-list { max-width: 900px; display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
summary { min-height: 58px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; cursor: pointer; color: var(--navy); font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--blue); font-size: 23px; }
details[open] summary::after { content: "−"; }
details p { padding: 0 20px 20px; margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-card.dark { color: #dce6fb; border: 0; background: var(--navy); }
.contact-card.dark h2, .contact-card.dark h3 { color: #fff; }
.contact-list { display: grid; gap: 16px; }
.contact-list a { padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-list strong, .contact-list span { display: block; }
.contact-list span { color: #aebddb; font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #b9c4d6; border-radius: 10px; color: var(--ink); background: #fff; }
.field textarea { min-height: 135px; resize: vertical; }
.field small { color: var(--muted); }

.legal-copy h2 { margin-top: 42px; font-size: 1.65rem; }
.legal-copy ul { padding-left: 21px; }

.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 70px; }
.article-copy { min-width: 0; }
.content-meta { margin-bottom: 42px; padding: 14px 16px; display: flex; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: #fff; font-size: 13px; }
.content-meta strong { color: var(--navy); }
.content-block + .content-block { margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--line); }
.content-block h2 { margin-top: 13px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.content-block p { color: #465166; font-size: 1.06rem; }
.content-bullets { padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; }
.content-bullets li { position: relative; padding: 14px 14px 14px 42px; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-weight: 700; }
.content-bullets li::before { position: absolute; left: 15px; color: var(--success); content: "✓"; font-weight: 950; }
.article-toc { position: sticky; top: 115px; padding: 24px; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(11,23,48,.07); }
.article-toc strong { margin-bottom: 8px; color: var(--navy); }
.article-toc a { padding: 10px 11px; border-radius: 8px; color: var(--muted); font-size: 14px; font-weight: 700; }
.article-toc a:hover { color: var(--blue); background: #eef4ff; }
.process-grid { padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; list-style: none; counter-reset: process; }
.process-grid li { min-height: 190px; padding: 26px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.process-grid li > span { width: 48px; height: 48px; margin-bottom: 38px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--blue); font-size: 14px; font-weight: 900; }
.process-grid h3 { font-size: 1.18rem; }
.process-grid p { color: var(--muted); font-size: 14px; }
.hub-hero { padding-bottom: 92px; }
.hub-cluster { padding: 58px 0; border-top: 1px solid var(--line); }
.hub-cluster:first-of-type { border-top: 0; }
.hub-cluster-head { max-width: 720px; margin-bottom: 28px; }
.hub-cluster-head h2 { margin-bottom: 8px; font-size: 2rem; }
.hub-cluster-head p { color: var(--muted); }
.hub-cluster-media { position: relative; margin: 0 0 24px; display: block; overflow: hidden; aspect-ratio: 3/1; border-radius: 19px; background: #dfe7f4; }
.hub-cluster-media picture { display: block; width: 100%; height: 100%; }
.hub-cluster-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hub-card { min-height: 250px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.hub-card:hover { border-color: #b9c9e9; box-shadow: var(--shadow); transform: translateY(-3px); }
.hub-card h3 { margin-top: 24px; font-size: 1.18rem; }
.hub-card p { color: var(--muted); font-size: 14px; }
.hub-card strong { margin-top: auto; color: var(--blue); font-size: 14px; }
.hub-arrow { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #edf3ff; font-weight: 900; }
.hub-contact-card { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.06); }
.hub-contact-card strong { display: block; color: var(--mint); font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1.1; }
.hub-contact-card span { color: #aebddb; }
.hub-contact-card p { margin: 28px 0 12px; }
.hub-contact-card a { color: #fff; font-weight: 800; }

.contact-strip { padding: 56px 0; background: var(--blue); }
.contact-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-strip h2 { max-width: 700px; margin: 8px 0 0; color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.contact-strip .button-row { margin: 0; flex: 0 0 auto; }
.site-footer { color: #aebddb; background: #071225; }
.footer-grid { padding: 72px 0 54px; display: grid; grid-template-columns: 1.35fr .75fr .9fr; gap: 60px; }
.brand-footer strong { color: #fff; }
.brand-footer small { color: #93a3c1; }
.footer-grid > div:first-child > p { max-width: 460px; margin: 24px 0; }
.footer-grid h2 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-list { padding: 0; display: grid; gap: 10px; list-style: none; }
.footer-list a:hover, .footer-address a:hover { color: var(--mint); }
.footer-address { display: grid; gap: 10px; font-style: normal; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; }
.social-links a { padding: 7px 10px; border: 1px solid #23314d; border-radius: 8px; font-size: 12px; font-weight: 750; }
.social-links a:hover { color: var(--mint); border-color: var(--mint); }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #1a2843; font-size: 13px; }
.footer-bottom div { display: flex; gap: 22px; }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: #16a96b; box-shadow: 0 15px 35px rgba(11,23,48,.25); font-size: 21px; font-weight: 950; }
.floating-whatsapp:hover { transform: translateY(-3px); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1080px) {
  .site-nav a { padding-inline: 8px; font-size: 13px; }
  .header-cta { display: none; }
  .hero-grid { gap: 35px; }
  .tech-orbit { width: 360px; height: 360px; }
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .topbar-links a:last-child { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; max-height: 0; padding: 0 16px; display: grid; gap: 3px; overflow: hidden; border-bottom: 1px solid transparent; background: #fff; transition: max-height .25s ease, padding .25s ease; }
  .site-nav.is-open { max-height: 520px; padding-block: 13px 18px; border-color: var(--line); box-shadow: 0 18px 30px rgba(11,23,48,.1); }
  .site-nav a { padding-inline: 14px; font-size: 15px; }
  .hero-grid { min-height: auto; padding: 78px 0 70px; grid-template-columns: 1fr; }
  .home-hero::after { background: linear-gradient(90deg, rgba(7,18,37,.98) 0%, rgba(7,18,37,.9) 68%, rgba(7,18,37,.55) 100%); }
  .home-hero-media img { object-position: 65% center; }
  .tech-visual { min-height: 400px; }
  .metrics { margin-top: 0; background: var(--surface); }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); border-radius: 0 0 18px 18px; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards-3, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .detail-grid, .contact-grid, .article-shell { grid-template-columns: 1fr; gap: 42px; }
  .article-toc { position: static; order: -1; }
  .contact-strip-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .topbar-inner { min-height: 36px; justify-content: center; }
  .topbar-links { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .section { padding: 68px 0; }
  .page-media-section { margin-top: -18px; }
  .page-feature-media { aspect-ratio: 16/9; border-width: 5px; border-radius: 17px; }
  .page-media-brand { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 9px 11px; }
  .page-media-brand strong { font-size: 12px; }
  .page-media-brand span { font-size: 12px; }
  .home-hero h1 { font-size: 2.6rem; }
  .hero-grid { padding-top: 62px; }
  .hero-copy p { font-size: 1.07rem; }
  .tech-visual { min-height: 330px; }
  .tech-orbit { width: 290px; height: 290px; }
  .monitor-card { width: 300px; }
  .monitor-screen { padding: 20px; }
  .monitor-screen strong { font-size: 1.7rem; }
  .floating-badge { right: 0; bottom: 24px; padding: 11px 13px; font-size: 13px; }
  .button-row .button { width: 100%; }
  .trust-line { display: grid; gap: 10px; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric, .metric:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .cards-3, .cards-4, .product-grid, .detail-points { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .feature-panel { min-height: 390px; padding: 28px; }
  .feature-panel strong { font-size: 3.4rem; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .content-meta { align-items: flex-start; flex-direction: column; }
  .content-bullets, .process-grid { grid-template-columns: 1fr; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-cluster-head { max-width: none; }
  .field.full { grid-column: auto; }
  .product-specs div { grid-template-columns: 110px 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

/* Katalog, galeri ve gizlilik bileşenleri */
.category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.category-card { min-height:240px; padding:27px; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:18px; background:#fff; transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.category-card:hover { border-color:#b9c9e9; box-shadow:var(--shadow); transform:translateY(-3px); }
.category-card>span { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; color:var(--blue); background:#edf3ff; font-weight:900; }
.category-card h3 { margin-top:25px; }
.category-card p { color:var(--muted); }
.category-card strong { margin-top:auto; color:var(--blue); font-size:14px; }
.catalog-layout { display:grid; grid-template-columns:280px minmax(0,1fr); align-items:start; gap:34px; }
.catalog-filter { position:sticky; top:105px; padding:22px; border:1px solid var(--line); border-radius:16px; background:#fff; }
.catalog-filter form { display:grid; gap:16px; }
.catalog-filter .button { width:100%; }
.filter-head,.catalog-result-head { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.filter-head h2,.catalog-result-head h2 { margin:0; font-size:1.25rem; }
.filter-head a { color:var(--blue); font-size:13px; font-weight:800; }
.price-filter { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.catalog-result-head { margin-bottom:22px; }
.catalog-result-head span { color:var(--muted); font-size:14px; }
.catalog-results .product-grid { grid-template-columns:repeat(2,1fr); }
.product-image picture,.product-image picture img { width:100%; height:100%; }
.price-line { display:flex; flex-wrap:wrap; align-items:baseline; gap:10px; }
.price-line del { color:var(--muted); font-size:14px; }
.product-gallery { min-width:0; }
.gallery-thumbs { margin-top:13px; display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.gallery-thumbs button { padding:0; overflow:hidden; aspect-ratio:4/3; border:2px solid transparent; border-radius:10px; background:#eef2f8; cursor:pointer; }
.gallery-thumbs button[aria-current="true"] { border-color:var(--blue); }
.gallery-thumbs picture,.gallery-thumbs img { width:100%; height:100%; object-fit:cover; }
.product-cta-stack { display:grid; gap:10px; }
.product-content-grid { padding-top:70px; display:grid; grid-template-columns:1fr 1fr; gap:60px; }
.product-content-grid .product-description { padding:0; }
.product-specs.detailed div { grid-template-columns:minmax(120px,.65fr) 1fr; }
.business-photo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.business-photo-grid picture { overflow:hidden; aspect-ratio:4/3; border-radius:16px; background:#e6ebf3; }
.business-photo-grid img { width:100%; height:100%; object-fit:cover; }
.local-proof-grid { align-items: stretch; }
.storefront-media { display: block; min-height: 470px; overflow: hidden; border: 8px solid #fff; border-radius: var(--radius-lg); background: #dfe7f4; box-shadow: var(--shadow); }
.storefront-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.testimonial-grid blockquote { margin:0; padding:28px; border:1px solid var(--line); border-radius:18px; background:#fff; }
.testimonial-grid blockquote p { color:#344054; font-size:1.05rem; }
.testimonial-grid blockquote footer { color:var(--blue); font-weight:850; }
.alert { margin-bottom:24px; padding:14px 16px; border:1px solid; border-radius:10px; font-weight:700; }
.alert-error { color:#912018; border-color:#f0b4ae; background:#fff0ee; }
.alert-success { color:#05603a; border-color:#9ee0c5; background:#ecfdf3; }
.check-field { min-height:44px; display:flex; align-items:flex-start; gap:10px; cursor:pointer; font-weight:700; }
.check-field input { width:20px; height:20px; margin-top:3px; flex:0 0 auto; accent-color:var(--blue); }
.hp-field { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.map-holder { min-height:360px; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#eaf0fb; }
.map-holder iframe { width:100%; height:500px; display:block; border:0; }
.map-placeholder { width:100%; min-height:360px; padding:40px; display:grid; place-items:center; align-content:center; gap:10px; border:0; color:var(--navy); background:radial-gradient(circle at 20% 20%,#fff 0,#eaf0fb 42%,#dbe6f7 100%); cursor:pointer; }
.map-placeholder strong { font-size:1.8rem; }.map-placeholder span { max-width:600px; color:var(--muted); }.map-placeholder b { margin-top:18px; padding:12px 18px; border-radius:10px; color:#fff; background:var(--blue); }
.cookie-panel { position:fixed; z-index:1000; inset:0; padding:20px; display:grid; place-items:end center; background:rgba(7,18,37,.5); }
.cookie-card { width:min(100%,1080px); padding:28px; display:grid; grid-template-columns:1.25fr 1fr; gap:28px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 25px 80px rgba(7,18,37,.3); }
.cookie-card h2 { margin:8px 0 10px; font-size:1.55rem; }.cookie-card p { color:var(--muted); }
.cookie-options { display:grid; gap:9px; }.cookie-options label { padding:10px; display:flex; gap:10px; border:1px solid var(--line); border-radius:10px; }.cookie-options input { width:20px; height:20px; accent-color:var(--blue); }.cookie-options span,.cookie-options small { display:block; }.cookie-options small { color:var(--muted); }
.cookie-actions { grid-column:1/-1; display:flex; justify-content:flex-end; gap:10px; }
.footer-button { padding:0; border:0; color:inherit; background:none; cursor:pointer; font:inherit; }
.footer-button:hover { color:var(--mint); }

.blog-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.blog-card { min-width:0; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 10px 32px rgba(11,23,48,.07); }
.blog-card-media { display:block; aspect-ratio:3/2; overflow:hidden; background:#e6edf8; }
.blog-card-media picture,.blog-card-media img { width:100%; height:100%; object-fit:cover; }
.blog-card-media img { transition:transform .25s ease; }
.blog-card:hover .blog-card-media img { transform:scale(1.025); }
.blog-card-body { padding:24px; }
.blog-card-meta,.blog-article-meta { display:flex; flex-wrap:wrap; gap:8px 18px; color:var(--muted); font-size:13px; font-weight:700; }
.blog-card h2,.blog-card h3 { margin:12px 0 10px; font-size:1.38rem; }
.blog-card p { color:#526075; }
.blog-article { padding-bottom:80px; }
.blog-article-header { padding:82px 0 52px; background:linear-gradient(180deg,#edf3ff 0%,#fff 100%); }
.blog-article-header h1 { margin-top:18px; font-size:clamp(2.5rem,5.7vw,4.8rem); }
.blog-cover { max-width:1040px; margin-top:10px; }
.blog-cover picture { display:block; overflow:hidden; max-height:650px; border-radius:26px; background:#e6edf8; box-shadow:var(--shadow); }
.blog-cover img { width:100%; height:auto; max-height:650px; object-fit:cover; }
.blog-content { padding-top:62px; color:#354158; font-size:1.08rem; }
.blog-content h2 { margin:52px 0 18px; font-size:clamp(1.8rem,3.4vw,2.6rem); }
.blog-content h3 { margin:38px 0 14px; font-size:1.45rem; }
.blog-content p,.blog-content ul { margin-bottom:24px; }
.blog-content ul { padding-left:24px; }
.blog-content li + li { margin-top:8px; }

@media (max-width: 980px) {
  .catalog-layout { grid-template-columns:1fr; }
  .catalog-filter { position:static; }
  .category-grid { grid-template-columns:repeat(2,1fr); }
  .product-content-grid { grid-template-columns:1fr; }
  .testimonial-grid { grid-template-columns:1fr; }
  .cookie-card { grid-template-columns:1fr; }
  .cookie-actions { grid-column:auto; flex-wrap:wrap; }
  .blog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .category-grid,.catalog-results .product-grid,.business-photo-grid { grid-template-columns:1fr; }
  .storefront-media { min-height: 330px; border-width: 5px; border-radius: 17px; }
  .price-filter { grid-template-columns:1fr; }
  .catalog-result-head { align-items:flex-start; flex-direction:column; }
  .gallery-thumbs { grid-template-columns:repeat(4,1fr); }
  .cookie-panel { padding:10px; }
  .cookie-card { max-height:calc(100vh - 20px); padding:20px; overflow:auto; }
  .cookie-actions .button { width:100%; }
  .blog-grid { grid-template-columns:1fr; }
  .blog-article-header { padding:58px 0 36px; }
  .blog-cover picture { border-radius:16px; }
  .blog-content { padding-top:42px; }
}


/* Lighthouse accessibility contrast fixes */
.site-nav a[aria-current="page"] { color:#0847bd; }
.category-card>span { color:#0847bd; }
.contact-strip { color:#fff; }
.contact-strip .eyebrow.light { color:#fff; }


/* ABT side actions */
.side-action{position:fixed;z-index:90;top:50%;display:flex;align-items:center;justify-content:center;min-width:132px;height:46px;padding:0 18px;border:2px solid #fff;border-radius:14px;color:#fff;box-shadow:0 14px 35px rgba(11,23,48,.22);font-size:14px;font-weight:900;letter-spacing:.02em;transform:translateY(-50%);transition:transform .2s ease,box-shadow .2s ease}
.side-action:hover{box-shadow:0 18px 42px rgba(11,23,48,.3)}
.side-action-whatsapp{left:16px;background:#087a4e}
.side-action-whatsapp:hover{transform:translateY(-50%) translateX(3px)}
.side-action-sell{right:16px;background:#0847bd}
.side-action-sell:hover{transform:translateY(-50%) translateX(-3px)}
@media(max-width:700px){.side-action{top:auto;bottom:16px;min-width:0;width:calc(50% - 24px);height:50px;border-radius:14px;transform:none}.side-action-whatsapp{left:16px}.side-action-sell{right:16px}.side-action:hover{transform:none}.cookie-panel{padding-bottom:82px}}


/* Device selling journey and FAQ */
.sell-journey{background:#fff}
.sell-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}
.sell-steps article{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#f5f8ff);box-shadow:0 12px 35px rgba(11,23,48,.07)}
.sell-steps article>span{display:grid;width:42px;height:42px;place-items:center;margin-bottom:18px;border-radius:12px;color:#fff;background:#0847bd;font-weight:900}
.sell-steps h3{margin:0 0 8px;font-size:1.08rem}
.sell-steps p{margin:0;color:var(--muted)}
.centered{justify-content:center}
.centered-heading{justify-content:center;text-align:center}
.faq-list{display:grid;gap:12px;margin-top:30px}
.faq-list details{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(11,23,48,.05)}
.faq-list summary{padding:18px 22px;cursor:pointer;font-weight:850;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";float:right;color:#0847bd;font-size:1.25rem}
.faq-list details[open] summary::after{content:"−"}
.faq-list p{margin:0;padding:0 22px 20px;color:var(--muted)}
@media(max-width:900px){.sell-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.sell-steps{grid-template-columns:1fr}.sell-steps article{padding:22px}.faq-list summary{padding:17px 18px}.faq-list p{padding:0 18px 18px}}


.side-action {
  top: auto;
  bottom: 28px;
  min-width: 56px;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 25px -3px rgba(18, 23, 33, .18), 0 4px 6px -4px rgba(18, 23, 33, .12);
  font-size: 11px;
  line-height: 1.05;
  text-align: center;
  transform: none;
}
.side-action:hover {
  transform: translateY(-3px) scale(1.05);
}
.side-action-whatsapp {
  left: 24px;
  background: #15803d;
}
.side-action-whatsapp span {
  display: none;
}
.side-action-whatsapp::before {
  width: 26px;
  height: 26px;
  background: #fff;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.885M12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893C23.943 5.34 18.607 0 12.05 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.885M12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893C23.943 5.34 18.607 0 12.05 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.side-action-sell {
  right: 24px;
  background: linear-gradient(135deg, #1463ff, #0b2439);
}
.side-action-sell span {
  max-width: 34px;
}
@media (max-width: 700px) {
  .side-action {
    bottom: 20px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }
  .side-action-whatsapp {
    left: 16px;
  }
  .side-action-sell {
    right: 16px;
  }
}


@media (max-width: 700px) {
  .side-action {
    min-width: 52px;
  }
}




/* Satılık ürünler ekran görüntüsü düzeni */
#guncel-stok > .container { width: min(calc(100% - 48px), 1840px); max-width: none; }
.catalog-category-strip { margin: 0 0 26px; padding: 2px 2px 14px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #c8d2df transparent; }
.catalog-category-strip::-webkit-scrollbar { height: 9px; }
.catalog-category-strip::-webkit-scrollbar-track { background: transparent; }
.catalog-category-strip::-webkit-scrollbar-thumb { border-radius: 999px; background: #c8d2df; }
.catalog-category-links { width: max-content; min-width: 100%; display: flex; align-items: center; gap: 10px; }
.catalog-category-links a { min-height: 58px; padding: 0 20px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid #cbd6e4; border-radius: 999px; color: #344054; background: #fff; box-shadow: 0 2px 5px rgba(11,23,48,.04); font-size: 16px; font-weight: 850; white-space: nowrap; }
.catalog-category-links a:hover { color: #0d3a5b; border-color: #7b92ac; }
.catalog-category-links a[aria-current="page"] { color: #fff; border-color: #0b304b; background: #0b304b; box-shadow: 0 8px 18px rgba(11,48,75,.18); }
.catalog-category-links b { min-width: 28px; height: 28px; padding: 0 8px; display: inline-grid; place-items: center; border-radius: 999px; color: #64748b; background: #edf1f6; font-size: 14px; }
.catalog-category-links a[aria-current="page"] b { color: #0b304b; background: #fff; }

.catalog-controls-panel { padding: 16px; border: 1px solid #d5dee9; border-radius: 17px; background: #fff; }
.catalog-control-label { display: block; margin-bottom: 10px; color: #667085; font-size: 17px; font-weight: 900; letter-spacing: .25px; text-transform: uppercase; }
.catalog-sort-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; overflow: hidden; border: 1px solid #cbd6e4; border-radius: 16px; background: #fff; }
.catalog-sort-links a { min-height: 78px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #344054; border-right: 1px solid #cbd6e4; background: #fff; }
.catalog-sort-links a:last-child { border-right: 0; }
.catalog-sort-links a:hover { color: #0d3a5b; background: #f5f8fc; }
.catalog-sort-links a[aria-current="page"] { color: #fff; background: linear-gradient(105deg,#0b304b 0%,#175aa0 100%); }
.catalog-sort-links a span { min-width: 0; display: grid; gap: 2px; }
.catalog-sort-links strong { color: inherit; font-size: 18px; line-height: 1.1; }
.catalog-sort-links small { color: #667085; font-size: 14px; font-weight: 750; }
.catalog-sort-links a[aria-current="page"] small { color: #fff; }
.catalog-sort-links b { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #0868c9; background: #edf5ff; font-size: 23px; }
.catalog-sort-links a[aria-current="page"] b { color: #0b5cac; background: #fff; }

.catalog-brand-row { margin-top: 14px; display: grid; grid-template-columns: minmax(300px,1fr) auto auto; align-items: end; gap: 12px; }
.catalog-brand-row .field { gap: 8px; }
.catalog-brand-row label { color: #667085; font-size: 17px; font-weight: 900; text-transform: uppercase; }
.catalog-brand-row select { min-height: 68px; padding-inline: 20px; border: 2px solid #cbd6e4; border-radius: 14px; font-size: 18px; }
.catalog-brand-row select:focus { border-color: #0878eb; box-shadow: 0 0 0 4px rgba(8,120,235,.14); outline: 0; }
.catalog-brand-apply,.catalog-reset { min-height: 68px; padding-inline: 28px; border-radius: 14px; font-size: 17px; white-space: nowrap; }
.catalog-brand-apply { color: #fff; background: #071e31; border-color: #071e31; }
.catalog-brand-apply:hover { color: #fff; background: #0b304b; border-color: #0b304b; }
.catalog-brand-apply span { margin-right: 7px; font-size: 21px; }
.catalog-reset { color: #344054; background: #f7f9fc; border-color: #d5dee9; }
.catalog-count-line { margin: 22px 0 18px; color: #475467; font-size: 18px; font-weight: 850; }
.catalog-current-heading { margin-bottom: 22px; }
.catalog-current-heading h2 { font-size: clamp(2rem,3vw,2.8rem); }
.catalog-results .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }

.product-card { display: flex; flex-direction: column; }
.product-body { flex: 1; display: flex; flex-direction: column; }
.product-condition-badge,.product-stock-badge { position: absolute; top: 14px; padding: 7px 10px; border-radius: 8px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; box-shadow: 0 5px 16px rgba(7,18,37,.18); }
.product-condition-badge { left: 14px; background: #344054; }
.product-condition-badge.new { background: #087a47; }
.product-condition-badge.used { background: #344054; }
.product-stock-badge { right: 14px; background: var(--blue); }
.product-stock-badge.sold { background: #912018; }
.product-card-specs { margin: 18px 0 0; padding: 14px 0; display: grid; gap: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.product-card-specs li { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 8px; color: #344054; font-size: 14px; }
.product-card-specs strong { color: var(--navy); }
.product-card-specs span { min-width: 0; overflow-wrap: anywhere; }
.product-upload-date { margin: 14px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; }
.product-upload-date dt { font-weight: 750; }
.product-upload-date dd { margin: 0; color: var(--ink); font-weight: 850; }
.product-card .product-actions { margin-top: auto; padding-top: 18px; }

@media (max-width: 1050px) {
    .catalog-brand-row { grid-template-columns: 1fr 1fr; }
    .catalog-brand-row .field { grid-column: 1 / -1; }
    .catalog-results .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
    #guncel-stok > .container { width: min(calc(100% - 28px),1840px); }
    .catalog-sort-links { grid-template-columns: 1fr; }
    .catalog-sort-links a { border-right: 0; border-bottom: 1px solid #cbd6e4; }
    .catalog-sort-links a:last-child { border-bottom: 0; }
    .catalog-brand-row { grid-template-columns: 1fr; }
    .catalog-brand-row .field { grid-column: auto; }
    .catalog-brand-apply,.catalog-reset { width: 100%; }
    .catalog-results .product-grid { grid-template-columns: 1fr; }
}

/* Kalender referanslı site kabuğu ve ana sayfa - v3 */
body{background:#f6f8fb;color:#0f172a}.topbar{display:none!important}.container{width:min(100% - 40px,1220px);margin-inline:auto}
.abt-reference-header{position:sticky;top:0;z-index:1000;min-height:74px;background:rgba(255,255,255,.96);border-bottom:1px solid #e6eaf0;box-shadow:none;backdrop-filter:blur(16px)}
.abt-reference-header .header-shell{min-height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.abt-reference-header .site-branding{display:inline-flex;align-items:center;gap:10px;color:#0f172a;text-decoration:none}.abt-reference-header .site-branding img{width:40px;height:40px;border-radius:10px}.site-branding-text{display:flex;flex-direction:column;line-height:1}.site-branding-text strong{font-size:18px}.site-branding-text small{margin-top:4px;font-size:10px;letter-spacing:.2em;color:#657187}
.main-navigation{justify-self:center}.main-navigation .menu{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}.main-navigation .menu>li{position:relative}.main-navigation .menu>li>a,.nav-dropdown-toggle{display:flex;align-items:center;min-height:44px;padding:0 14px;border:0;border-radius:24px;background:transparent;color:#111827;font:inherit;font-weight:750;text-decoration:none;cursor:pointer}.nav-dropdown-toggle:after{content:"";width:7px;height:7px;margin-left:9px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg) translateY(-2px)}.main-navigation .menu>li>a:hover,.nav-dropdown-toggle:hover{background:#f1f5f9}.main-navigation .btn-header-contact{background:#071b2c!important;color:#fff!important;padding-inline:22px!important}
.sub-menu{position:absolute;top:100%;left:50%;width:310px;max-height:70vh;overflow:auto;margin:0;padding:10px;list-style:none;background:#fff;border:1px solid #dce3ec;border-radius:16px;box-shadow:0 24px 60px rgba(15,23,42,.18);transform:translate(-50%,-2px);opacity:0;visibility:hidden;pointer-events:none;transition:.18s}.menu-item-has-children.is-open>.sub-menu{transform:translate(-50%,0);opacity:1;visibility:visible;pointer-events:auto}.sub-menu li{margin:2px 0}.sub-menu a{display:block;padding:10px 12px;border-radius:10px;color:#334155;text-decoration:none;font-weight:650}.sub-menu a:hover{background:#eff6ff;color:#0756b8}.sub-menu-featured a{background:#071b2c;color:#fff}.sub-menu-heading{padding:12px 12px 5px;color:#64748b;font-size:12px;font-weight:850;text-transform:uppercase}
.header-actions{justify-self:end;display:flex;gap:10px;order:3}.header-search-toggle,.menu-toggle{width:44px;height:44px;padding:0;display:grid;place-items:center;border:1px solid #dfe5ed;border-radius:12px;background:#fff;color:#071b2c;cursor:pointer}.header-search-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.menu-toggle{display:none;gap:4px}.menu-toggle span{width:20px;height:2px;background:currentColor}
.search-overlay{position:fixed;inset:74px 0 0;z-index:1200;display:none;background:rgba(7,27,44,.56);backdrop-filter:blur(8px)}.search-overlay.is-open{display:block}.search-overlay-inner{padding:54px 20px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.2)}.search-overlay-form{width:min(100%,960px);margin:auto;min-height:82px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;padding:12px 14px 12px 22px;border:1px solid #cfd8e5;border-radius:18px;background:#f8fafc}.search-form-icon{width:28px;height:28px;fill:none;stroke:#64748b;stroke-width:2}.search-overlay-form input{min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:20px}.search-overlay-submit{min-height:52px;padding:0 28px;border:0;border-radius:12px;background:#071b2c;color:#fff;font-weight:800}.search-overlay-close{width:46px;height:46px;border:0;border-radius:50%;background:#e8eef5;font-size:30px}.search-open{overflow:hidden}
.hero-section-v2{padding:28px 0 24px}.hero-reference-card{min-height:630px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.86fr);align-items:center;gap:60px;padding:64px 70px;border:1px solid #dfe7ef;border-radius:30px;background:radial-gradient(circle at 18% 18%,#e8f3ff 0,transparent 38%),linear-gradient(135deg,#fff,#f7fafc)}.location-badge{display:inline-flex;padding:8px 12px;border:1px solid #d6e2ed;border-radius:999px;color:#1763a9;font-size:13px;font-weight:850}.hero-reference-copy h1{margin:20px 0 22px;font-size:clamp(46px,5vw,76px);line-height:.99;letter-spacing:-.055em}.hero-reference-copy p{margin:0;color:#4b596d;font-size:19px;line-height:1.7}.hero-reference-copy small{display:block;margin-top:18px;color:#657187}.hero-reference-copy .button-row{margin-top:28px}.hero-reference-media img{width:100%;aspect-ratio:1.18/1;object-fit:cover;border-radius:26px;box-shadow:0 24px 60px rgba(14,26,48,.18)}
.stats-container{padding:0 0 48px}.stats-reference-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #dce4ed;border-radius:20px;background:#fff}.stats-reference-grid>div{min-height:116px;padding:26px;display:flex;flex-direction:column;justify-content:center;text-align:center;border-right:1px solid #e2e8f0}.stats-reference-grid>div:last-child{border:0}.stats-reference-grid strong{font-size:25px}.stats-reference-grid span{margin-top:8px;color:#526178;font-size:11px;font-weight:850;letter-spacing:.09em}
.main-content.abt-home-content{width:min(100% - 40px,1220px);margin:0 auto 80px;padding:0}.abt-home-content .content-section{margin:0 0 28px;padding:64px;border:1px solid #dfe6ee;border-radius:26px;background:#fff}.section-heading.center{max-width:820px;margin:0 auto 38px;text-align:center}.section-heading.center h2{margin:10px 0 12px;font-size:clamp(32px,4vw,52px);letter-spacing:-.04em}.section-heading.center p{color:#667085;font-size:17px;line-height:1.7}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid article,.home-category-reference-grid a{padding:26px;border:1px solid #dbe3ec;border-radius:18px;background:#f9fbfd}.process-grid article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#0d63ce;color:#fff;font-weight:850}.process-grid h3{margin:22px 0 10px}.process-grid p,.home-category-reference-grid p{color:#657187;line-height:1.65}.home-category-reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-category-reference-grid a{min-height:230px;color:#0f172a;text-decoration:none;background:#fff}.home-category-reference-grid a:hover{border-color:#78aeea;box-shadow:0 18px 38px rgba(26,84,150,.1)}.home-category-reference-grid a>span,.home-category-reference-grid strong{color:#0756b8;font-weight:900}
.security-card{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;padding:48px;border-radius:24px;background:#071b2c;color:#fff}.security-card h2{color:#fff;font-size:42px}.security-card p{color:#c9d5e2;line-height:1.7}.security-card ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}.security-card li{padding:15px 18px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.06)}
.review-summary{display:flex;align-items:center;justify-content:center;gap:14px;margin:-14px 0 28px}.review-summary strong{font-size:34px}.review-summary>span,.stars{color:#f6a700;letter-spacing:.1em}.google-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.google-review-grid blockquote{margin:0;padding:26px;border:1px solid #dce4ed;border-radius:18px;background:#fbfcfe}.google-review-grid blockquote p{min-height:130px;color:#334155;line-height:1.65}.google-review-grid footer{display:flex;flex-direction:column;color:#64748b}.review-placeholder{max-width:620px;margin:auto;padding:32px;border:1px solid #dce4ed;border-radius:18px;text-align:center}
.faq-reference-list{max-width:900px;margin:auto;border-top:1px solid #dce4ed}.faq-reference-list details{border-bottom:1px solid #dce4ed}.faq-reference-list summary{position:relative;padding:22px 52px 22px 4px;cursor:pointer;font-size:18px;font-weight:800;list-style:none}.faq-reference-list summary:after{content:"+";position:absolute;right:8px;top:16px;font-size:30px}.faq-reference-list details[open] summary:after{content:"−"}.faq-reference-list details p{padding:0 52px 24px 4px;color:#667085;line-height:1.7}.location-reference-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px}.location-reference-grid h2{font-size:42px}.location-reference-grid iframe{width:100%;min-height:390px;border:0;border-radius:20px}
.reference-footer{padding:68px 0 22px;background:#061a2b;color:#d1dae5}.footer-mega-grid{display:grid;grid-template-columns:1.2fr 1fr .85fr .9fr;gap:48px}.reference-footer h2,.reference-footer h3{color:#fff}.reference-footer h3{margin:24px 0 14px;font-size:17px}.reference-footer h3:after{content:"";display:block;width:28px;height:2px;margin-top:10px;background:#0d63ce}.reference-footer p,.reference-footer address,.reference-footer a,.reference-footer span{color:#c6d0dc}.footer-logo{width:96px;height:96px;display:grid;place-items:center;border-radius:6px;background:#fff}.footer-logo img{width:72px;height:72px}.footer-company address{display:grid;gap:10px;font-style:normal}.reference-footer .social-links{display:flex;gap:8px;margin-top:18px}.reference-footer .social-links a{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#142d42;color:#fff;text-decoration:none}.footer-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.footer-list a,.footer-cookie-preferences{padding:0;border:0;background:transparent;color:#c6d0dc;font:inherit;text-decoration:none;cursor:pointer}.footer-bottom{margin-top:52px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.google-review-link{padding:8px 13px;border:1px solid #536171;border-radius:7px;color:#f8bc37!important;font-weight:800;text-decoration:underline!important}
.cookie-banner-glass{position:fixed;left:24px;bottom:92px;z-index:1800;width:min(360px,calc(100vw - 48px));display:flex;flex-direction:column;gap:14px;padding:20px;border:1px solid rgba(255,255,255,.8);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 24px 60px rgba(15,23,42,.22)}.cookie-banner-glass[hidden],.cookie-preference-panel[hidden]{display:none!important}.cookie-icon{display:none}.cookie-title{display:block;font-size:18px;font-weight:900}.cookie-text p{margin:6px 0 0;color:#59667a;font-size:14px;line-height:1.5}.cookie-preference-panel{display:grid;gap:10px;padding-top:8px;border-top:1px solid #dce4ed}.cookie-choice{display:flex;justify-content:space-between;align-items:center}.cookie-choice span{display:flex;flex-direction:column}.cookie-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.btn-cookie-secondary,.btn-cookie-primary{min-height:42px;padding:8px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;font-weight:800}.btn-cookie-primary{background:#071b2c;color:#fff}
.sitemap-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sitemap-group{padding:26px;border:1px solid #dce4ed;border-radius:18px;background:#fff}.sitemap-group ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}.sitemap-group a{color:#42516a;text-decoration:none}.sitemap-contact{display:flex;align-items:center;justify-content:space-between;gap:32px}
.cookie-title{margin:0}
@media(max-width:980px){.main-navigation{position:absolute;top:74px;left:20px;right:20px;display:none;padding:14px;border:1px solid #dce4ed;border-radius:16px;background:#fff}.main-navigation.is-open{display:block}.main-navigation .menu{display:grid}.main-navigation .menu>li>a,.nav-dropdown-toggle{width:100%;justify-content:space-between}.menu-toggle{display:grid}.sub-menu{position:static;width:auto;display:none;margin:5px 0;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none}.menu-item-has-children.is-open>.sub-menu{display:block;transform:none}.hero-reference-card{grid-template-columns:1fr;min-height:0;padding:48px}.stats-reference-grid,.process-grid,.home-category-reference-grid,.google-review-grid,.footer-mega-grid,.sitemap-page-grid{grid-template-columns:repeat(2,1fr)}.security-card,.location-reference-grid{grid-template-columns:1fr}}
@media(max-width:680px){.container,.main-content.abt-home-content{width:min(100% - 24px,1220px)}.site-branding-text{display:none}.search-overlay-form{grid-template-columns:auto 1fr auto}.search-overlay-submit{display:none}.hero-reference-card{padding:30px 24px}.hero-reference-copy h1{font-size:39px}.stats-reference-grid{grid-template-columns:1fr 1fr}.abt-home-content .content-section{padding:34px 22px}.process-grid,.home-category-reference-grid,.google-review-grid,.footer-mega-grid,.sitemap-page-grid{grid-template-columns:1fr}.security-card{padding:28px 22px}.cookie-banner-glass{left:12px;right:12px;bottom:78px;width:auto}.cookie-buttons{grid-template-columns:1fr}.sitemap-contact{display:block}}


/* Kalender ile eslesen mobil baslik: menu / marka / arama */
@media (max-width: 680px) {
  .abt-reference-header {
    min-height: 64px;
    padding-inline: 8px;
  }

  .abt-reference-header .header-shell {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 64px;
    gap: 5px;
  }

  .abt-reference-header .header-actions {
    display: contents;
  }

  .abt-reference-header .menu-toggle {
    order: 1;
    flex: 0 0 44px;
  }

  .abt-reference-header .site-branding {
    order: 2;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    justify-content: flex-start;
    gap: 0;
    padding-inline: 6px;
  }

  .abt-reference-header .site-branding img {
    display: none;
  }

  .abt-reference-header .site-branding-text {
    display: flex;
    min-width: 0;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }

  .abt-reference-header .site-branding-text strong,
  .abt-reference-header .site-branding-text small {
    margin: 0;
    color: #071b2c;
    font-size: .92rem;
    font-weight: 820;
    letter-spacing: -.02em;
  }

  .abt-reference-header .header-search-toggle {
    order: 4;
    flex: 0 0 44px;
  }

  .abt-reference-header .main-navigation {
    top: 64px;
    left: 8px;
    right: 8px;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
  }
}


/* Mobil hamburger ikonunu Kalender olculerine yaklastir */
@media (max-width: 680px) {
  .abt-reference-header .menu-toggle {
    gap: 3px;
  }

  .abt-reference-header .menu-toggle span,
  .abt-reference-header .menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 !important;
    border-radius: 999px;
  }
}


/* Kalender tarzi footer sosyal medya ikonlari */
.reference-footer .social-links svg {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}


/* Mobil hamburger: uc cizgiyi buton merkezinde sabit tut */
@media (max-width: 680px) {
  .abt-reference-header .menu-toggle {
    grid-template-rows: repeat(3, 2px);
    align-content: center;
    justify-items: center;
    row-gap: 3px;
  }
}

/* Site haritasi */
.sitemap-reference-hero{padding:52px 0 34px;background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%);border-bottom:1px solid #dce6f2}.sitemap-reference-hero .breadcrumb{margin-bottom:24px}.sitemap-hero-card{text-align:center;max-width:860px;margin:auto}.sitemap-hero-icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 14px;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(10,47,84,.11);font-size:32px}.sitemap-hero-card h1{margin:8px 0 12px;font-size:clamp(36px,6vw,62px);letter-spacing:-.04em}.sitemap-hero-card>p{max-width:720px;margin:0 auto;color:#526178;font-size:18px}.sitemap-summary{display:grid;grid-template-columns:repeat(3,1fr);max-width:720px;margin:30px auto 0;border:1px solid #d8e2ee;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 16px 36px rgba(14,42,70,.08)}.sitemap-summary div{padding:18px 16px}.sitemap-summary div+div{border-left:1px solid #e2e9f1}.sitemap-summary dt{font-size:13px;color:#718096}.sitemap-summary dd{margin:6px 0 0;font-weight:800;color:#092942}.sitemap-jumps{padding:30px 0 8px}.sitemap-jumps p{margin:0 0 12px;font-weight:800;color:#526178;text-transform:uppercase;letter-spacing:.06em;font-size:13px}.sitemap-jump-grid{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 12px;scrollbar-width:thin}.sitemap-jump-grid a{display:flex;align-items:center;gap:9px;flex:0 0 auto;padding:12px 15px;border:1px solid #d5e0eb;border-radius:999px;background:#fff;color:#18324a;text-decoration:none;font-weight:700}.sitemap-jump-grid a:hover{border-color:#0b66d6;color:#0b66d6}.sitemap-jump-grid b{display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;border-radius:999px;background:#eef4fb;font-size:12px}.sitemap-reference-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:22px 0 62px}.sitemap-reference-group{scroll-margin-top:120px;border:1px solid #dbe4ee;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(13,42,69,.07);overflow:hidden}.sitemap-group-head{display:flex;align-items:center;gap:14px;padding:22px 24px;border-bottom:1px solid #e4ebf2;background:#f8fbfe}.sitemap-group-head>span{font-size:28px}.sitemap-group-head h2{margin:0;font-size:23px}.sitemap-group-head p{margin:3px 0 0;color:#718096;font-size:14px}.sitemap-reference-group ul{list-style:none;margin:0;padding:10px 24px 18px}.sitemap-reference-group li+li{border-top:1px solid #edf1f5}.sitemap-reference-group a{display:flex;justify-content:space-between;gap:18px;padding:13px 2px;color:#19334c;text-decoration:none;line-height:1.35}.sitemap-reference-group a::after{content:"→";color:#0b66d6;font-weight:900}.sitemap-reference-group a:hover{color:#0b66d6}@media(max-width:760px){.sitemap-reference-hero{padding-top:30px}.sitemap-summary{grid-template-columns:1fr}.sitemap-summary div+div{border-left:0;border-top:1px solid #e2e9f1}.sitemap-reference-grid{grid-template-columns:1fr;gap:16px}.sitemap-group-head{padding:18px}.sitemap-reference-group ul{padding:8px 18px 14px}}
/* Product detail conversion layout */
.product-reference-page{padding:28px 0 42px;background:#f5f8fc}.product-reference-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.product-back-link,.product-share-button{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#18324a;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.product-share-button{padding:10px 14px;border:1px solid #d9e3ed;border-radius:12px;background:#fff}.product-breadcrumb{margin-bottom:24px}.product-reference-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:34px;align-items:start}.product-gallery-card,.product-purchase-card,.product-section-card,.order-product-card,.order-form-card{border:1px solid #dce5ee;border-radius:26px;background:#fff;box-shadow:0 18px 45px rgba(15,43,69,.08)}.product-gallery-card{padding:18px}.product-gallery-stage{position:relative;display:grid;place-items:center;min-height:540px;overflow:hidden;border-radius:19px;background:#fff}.product-gallery-stage>img{display:block;width:100%;height:540px;object-fit:contain}.gallery-arrow,.gallery-zoom{position:absolute;display:grid;place-items:center;border:1px solid #d7e2ec;background:rgba(255,255,255,.95);color:#0b2d48;box-shadow:0 8px 24px rgba(15,43,69,.12);cursor:pointer}.gallery-arrow{top:50%;width:46px;height:46px;border-radius:50%;font-size:32px;transform:translateY(-50%)}.gallery-arrow.prev{left:14px}.gallery-arrow.next{right:14px}.gallery-zoom{right:14px;bottom:14px;width:44px;height:44px;border-radius:13px;font-size:25px}.gallery-dots{display:flex;justify-content:center;gap:9px;padding-top:16px}.gallery-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#c9d4df;cursor:pointer}.gallery-dots button[aria-current=true]{width:28px;border-radius:999px;background:#0b66d6}.product-purchase-card{padding:30px}.product-purchase-card h1{margin:0 0 18px;color:#081d32;font-size:clamp(29px,3.2vw,47px);line-height:1.08;letter-spacing:-.035em}.product-price-reference{display:flex;align-items:baseline;gap:14px;margin:12px 0;color:#0b66d6;font-size:clamp(30px,3vw,44px);font-weight:900}.product-price-reference del{color:#8a98a8;font-size:18px;font-weight:700}.product-status-chips{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 22px}.product-status-chips span,.product-status-chips a{padding:8px 12px;border-radius:999px;background:#eef4fa;color:#18324a;text-decoration:none;font-weight:800;font-size:14px}.product-status-chips .in-stock{background:#e8f8ef;color:#126b3b}.product-status-chips .out-of-stock{background:#fff0f0;color:#a82d2d}.product-primary-actions{display:grid;gap:11px}.product-primary-actions .button{justify-content:center;text-align:center}.whatsapp-product-button{background:#0b8f48}.whatsapp-product-button:hover{background:#08783c}.online-payment-note{margin:16px 0 18px;padding:14px;border-radius:14px;background:#f5f8fb;color:#4f6072;font-size:14px}.product-contact-lines{display:grid;border-top:1px solid #e2e9f0}.product-contact-lines a{display:grid;grid-template-columns:30px 1fr;gap:2px 10px;padding:15px 0;border-bottom:1px solid #e2e9f0;color:#17334c;text-decoration:none}.product-contact-lines a>span:first-child{grid-row:1/3;font-size:21px}.product-contact-lines a>span:last-child{color:#647386;font-size:14px}.product-payment-line{margin:18px 0;color:#4f6072;line-height:1.65}.product-quick-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.product-quick-info div{padding:13px;border:1px solid #e1e8ef;border-radius:14px;background:#f9fbfd}.product-quick-info dt{color:#748296;font-size:12px;font-weight:800;text-transform:uppercase}.product-quick-info dd{margin:5px 0 0;color:#17334c;font-weight:800}.section-heading.compact{margin-bottom:22px}.section-heading.compact h2{margin-bottom:8px}.product-fps-section{background:#fff}.fps-quality-legend{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px}.fps-quality-legend>span{font-weight:900;color:#142e48}.fps-quality-legend b,.fps-row .quality{padding:7px 11px;border-radius:999px;font-size:13px}.fps-quality-legend .high,.fps-row .high{background:#e8f2ff;color:#0b5cb8}.fps-quality-legend .medium,.fps-row .medium{background:#fff5d8;color:#8a5b00}.fps-quality-legend .low,.fps-row .low{background:#edf0f3;color:#536174}.fps-table{overflow:hidden;border:1px solid #dbe4ed;border-radius:20px}.fps-row{display:grid;grid-template-columns:1fr 170px 110px;align-items:center;gap:16px;padding:16px 20px;background:#fff}.fps-row:nth-child(even){background:#f8fafc}.fps-row+.fps-row{border-top:1px solid #e5ebf1}.fps-row>b{text-align:right;color:#0b66d6;font-size:20px}.product-empty-note{padding:22px;border:1px dashed #cbd7e2;border-radius:18px;background:#f9fbfd}.product-empty-note p{margin:5px 0 0;color:#66768a}.product-section-card{padding:28px}.condition-information-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border:1px solid #dce5ee;border-radius:20px;overflow:hidden}.condition-information-grid div{padding:19px;background:#fff}.condition-information-grid div:nth-child(n+4){border-top:1px solid #e4ebf2}.condition-information-grid div:not(:nth-child(3n+1)){border-left:1px solid #e4ebf2}.condition-information-grid dt{margin-bottom:7px;color:#6b798b;font-size:13px;font-weight:800;text-transform:uppercase}.condition-information-grid dd{margin:0;color:#132d47;font-weight:800;line-height:1.45}.product-content-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.product-description-card p{color:#4d5e72;line-height:1.8}.reference-specs{margin-top:16px}.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #dbe4ed;border-radius:22px;background:#fff}.trust-strip>a,.trust-strip>div{display:grid;gap:5px;padding:24px;color:#19334c;text-align:center;text-decoration:none}.trust-strip>*+*{border-left:1px solid #e2e9f0}.trust-strip strong{color:#0b66d6;font-size:25px}.trust-strip span{color:#647386;font-size:14px;font-weight:700}.shipping-return-card p{color:#536478;line-height:1.7}.product-reviews-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:24px;align-items:start}.product-review-list{display:grid;gap:14px}.product-review-list article{padding:18px;border:1px solid #e0e7ee;border-radius:17px;background:#fbfcfe}.review-head{display:flex;justify-content:space-between;gap:16px}.review-head span{color:#f2a900;letter-spacing:2px}.product-review-list h3{margin:10px 0 5px;font-size:18px}.product-review-list p{margin:0 0 10px;color:#526276;line-height:1.65}.product-review-list time{color:#7c8998;font-size:13px}.product-review-form{display:grid;gap:15px}.rating-field{margin:0;padding:0;border:0}.rating-field legend{margin-bottom:8px;font-weight:800}.rating-field>div{display:flex;flex-direction:row-reverse;justify-content:flex-end}.rating-field input{position:absolute;opacity:0;pointer-events:none}.rating-field label{color:#cbd4dd;font-size:32px;cursor:pointer}.rating-field label:hover,.rating-field label:hover~label,.rating-field input:checked~label{color:#f2a900}.form-privacy-note{margin:0;color:#68778a;font-size:13px;line-height:1.55}.similar-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-lightbox{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:30px;background:rgba(4,16,29,.92)}.product-lightbox[hidden]{display:none}.product-lightbox img{max-width:min(1200px,94vw);max-height:90vh;object-fit:contain}.product-lightbox button{position:absolute;top:18px;right:24px;border:0;background:transparent;color:#fff;font-size:46px;cursor:pointer}.order-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:28px;align-items:start}.order-product-card,.order-form-card{padding:28px}.order-product-card img{width:100%;height:260px;object-fit:contain;border-radius:18px;background:#f7f9fc}.order-product-card h2{font-size:24px}.order-product-card .product-price{display:block;margin:12px 0;font-size:30px}.success-panel{text-align:center;padding:36px}.success-panel>span{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 18px;border-radius:50%;background:#e7f8ed;color:#118546;font-size:32px}.form-trap{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.admin-inline-actions{display:flex;flex-wrap:wrap;gap:6px}.small-button.danger{border-color:#e6bcbc;color:#a12626}.admin-table td small{display:block;margin-top:5px}.admin-table td p{max-width:420px;margin:6px 0;white-space:normal}.admin-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.admin-tabs a{padding:9px 13px;border:1px solid #d9e3ed;border-radius:999px;background:#fff;color:#17334c;text-decoration:none;font-weight:800}.admin-tabs a[aria-current=page]{background:#0b66d6;color:#fff;border-color:#0b66d6}
@media(max-width:1050px){.product-reference-grid{grid-template-columns:1fr}.product-gallery-stage{min-height:460px}.product-gallery-stage>img{height:460px}.similar-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.condition-information-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.condition-information-grid div:nth-child(n+3){border-top:1px solid #e4ebf2}.condition-information-grid div:not(:nth-child(3n+1)){border-left:0}.condition-information-grid div:nth-child(even){border-left:1px solid #e4ebf2}.product-content-columns,.product-reviews-layout{grid-template-columns:1fr}}
@media(max-width:720px){.product-reference-page{padding-top:18px}.product-reference-toolbar{margin-bottom:12px}.product-reference-grid{gap:18px}.product-gallery-card,.product-purchase-card,.product-section-card,.order-product-card,.order-form-card{border-radius:20px}.product-gallery-card{padding:10px}.product-gallery-stage{min-height:330px}.product-gallery-stage>img{height:330px}.gallery-arrow{width:40px;height:40px}.product-purchase-card{padding:22px}.product-purchase-card h1{font-size:30px}.product-price-reference{font-size:32px}.product-primary-actions .button{width:100%}.product-contact-lines a{grid-template-columns:28px 1fr}.product-quick-info{grid-template-columns:1fr}.fps-row{grid-template-columns:1fr auto}.fps-row .quality{justify-self:start}.fps-row>b{grid-column:2;grid-row:1/3}.condition-information-grid{grid-template-columns:1fr}.condition-information-grid div:nth-child(n+2){border-top:1px solid #e4ebf2}.condition-information-grid div:nth-child(even){border-left:0}.product-section-card{padding:21px}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-strip>*+*{border-left:0}.trust-strip>*:nth-child(even){border-left:1px solid #e2e9f0}.trust-strip>*:nth-child(n+3){border-top:1px solid #e2e9f0}.similar-products-grid{grid-template-columns:1fr}.order-layout{grid-template-columns:1fr}.order-product-card img{height:220px}}

.footer-subscribe{position:relative;display:grid;grid-template-columns:minmax(240px,.7fr) minmax(380px,1.3fr);gap:30px;align-items:center;margin-top:48px;padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#0b263b}.footer-subscribe h3{margin:0 0 8px}.footer-subscribe p{margin:0}.footer-subscribe form{display:grid;grid-template-columns:1fr auto;gap:10px}.footer-subscribe input[type=email]{min-width:0;padding:14px 16px;border:1px solid #536b7f;border-radius:12px;background:#fff;color:#122c42;font:inherit}.footer-subscribe button{padding:14px 21px;border:0;border-radius:12px;background:#1768db;color:#fff;font:inherit;font-weight:800;cursor:pointer}.footer-subscribe-consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.45}.footer-subscribe-consent input{margin-top:3px}.footer-subscribe-status{grid-column:1/-1;padding:10px 13px;border-radius:10px}.footer-subscribe-status.success{background:#153f35;color:#baf0d6}.footer-subscribe-status.error{background:#512426;color:#ffd8d8}
@media(max-width:680px){.footer-subscribe{grid-template-columns:1fr;padding:22px}.footer-subscribe form{grid-template-columns:1fr}.footer-subscribe-consent{grid-column:1}}



/* ABT product presentation v5 - 2026-09-04 */
.product-grid > .product-card,
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #d7e1ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(11, 23, 48, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: #b8cdf0;
  box-shadow: 0 20px 46px rgba(11, 23, 48, .12);
}

.product-card .product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.product-card .product-meta {
  gap: 12px;
}

.product-card .product-meta > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-card h3 {
  margin-top: 12px;
  line-height: 1.28;
}

.product-card .price-line {
  margin-top: 16px;
}

.product-card-specs {
  display: block;
  margin: 20px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 16px;
  background: #f8fafc;
}

.product-card-spec-row {
  display: grid;
  grid-template-columns: minmax(112px, .42fr) minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 11px 14px;
  border-top: 1px solid #e2e9f1;
  line-height: 1.42;
}

.product-card-spec-row:first-child {
  border-top: 0;
}

.product-card-spec-row:nth-child(even) {
  background: rgba(255, 255, 255, .72);
}

.product-card-spec-label {
  min-width: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.product-card-spec-value {
  min-width: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.product-card .product-upload-date {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e5ebf2;
}

.product-card .product-actions {
  margin-top: auto;
  padding-top: 18px;
}

@media (max-width: 720px) {
  .product-card,
  .product-grid > .product-card {
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(11, 23, 48, .07);
  }

  .product-card:hover {
    transform: none;
  }

  .product-card .product-body {
    padding: 20px;
  }

  .product-card-specs {
    margin-top: 18px;
    border-radius: 14px;
  }

  .product-card-spec-row {
    grid-template-columns: minmax(96px, .4fr) minmax(0, 1fr);
    gap: 12px;
    padding: 11px 12px;
  }

  .product-card-spec-label {
    font-size: 12.5px;
  }

  .product-card-spec-value {
    font-size: 13.5px;
  }
}

@media (max-width: 380px) {
  .product-card .product-body {
    padding: 17px;
  }

  .product-card-spec-row {
    grid-template-columns: minmax(84px, .38fr) minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .product-card .product-actions {
    grid-template-columns: 1fr;
  }
}



/* ABT product detail highlights v1 - 2026-09-04 */
.product-highlight-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 16px;
  background: #f8fafc;
}

.product-highlight-specs > div {
  min-width: 0;
  padding: 11px 13px;
  border-top: 1px solid #e2e9f1;
}

.product-highlight-specs > div:nth-child(-n+2) {
  border-top: 0;
}

.product-highlight-specs > div:nth-child(even) {
  border-left: 1px solid #e2e9f1;
  background: rgba(255, 255, 255, .72);
}

.product-highlight-specs dt {
  margin: 0 0 3px;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-highlight-specs dd {
  margin: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .product-highlight-specs {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .product-highlight-specs > div,
  .product-highlight-specs > div:nth-child(-n+2) {
    padding: 11px 12px;
    border-top: 1px solid #e2e9f1;
  }

  .product-highlight-specs > div:first-child {
    border-top: 0;
  }

  .product-highlight-specs > div:nth-child(even) {
    border-left: 0;
  }
}

/* ABT mobile FPS layout v2 - 2026-09-04 */
.fps-row > strong small,
.fps-row > b small {
  display: block;
}

@media (max-width: 720px) {
  .fps-table {
    border-radius: 16px;
  }

  .fps-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .fps-row > strong,
  .fps-row > .quality,
  .fps-row > b,
  .fps-row > .fps-source {
    min-width: 0;
  }

  .fps-row > strong {
    color: #17334c;
    font-size: 16px;
    line-height: 1.35;
  }

  .fps-row > strong small {
    margin-top: 4px;
    color: #66768a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
  }

  .fps-row > .quality {
    grid-column: 1;
    justify-self: start;
  }

  .fps-row > b {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    font-size: 22px;
    line-height: 1.2;
  }

  .fps-row > b small {
    margin-top: 3px;
    color: #59697b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
  }

  .fps-row > .fps-source {
    display: block;
    color: #69778a;
    font-size: 13px;
  }
}


/* ABT FPS desktop alignment v3 - 2026-09-04 */
@media (min-width: 721px) {
  .fps-row {
    grid-template-columns: minmax(0, 1fr) 170px 150px 110px;
  }

  .fps-row > .fps-source {
    display: block;
    color: #69778a;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
  }
}


/* ABT similar products desktop fix v1 - 2026-09-04 */
@media (min-width: 1051px) {
  .similar-products-grid {
    gap: 20px;
  }

  .similar-products-grid .product-card .product-body {
    padding: 18px;
  }

  .similar-products-grid .product-card h3 {
    min-height: 4.8em;
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.08rem;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .similar-products-grid .product-card-spec-row {
    grid-template-columns: minmax(78px, .34fr) minmax(0, 1fr);
    gap: 10px;
    padding: 10px 11px;
  }

  .similar-products-grid .product-card-spec-label {
    font-size: 12px;
  }

  .similar-products-grid .product-card-spec-value {
    font-size: 13px;
    line-height: 1.38;
  }

  .similar-products-grid .product-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .similar-products-grid .product-actions .button {
    min-width: 0;
    padding-inline: 10px;
    white-space: nowrap;
  }
}


/* ABT similar product title clamp v2 - 2026-09-04 */
@media (min-width: 1051px) {
  .similar-products-grid .product-card h3 {
    min-height: 0;
    height: 4.02em;
    display: block;
    overflow: hidden;
  }

  .similar-products-grid .product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}


/* ABT subtle badges and centered gallery arrows v1 - 2026-09-04 */
.product-condition-badge,
.product-stock-badge {
  top: 16px;
  min-height: 34px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
  text-transform: none;
  box-shadow: 0 8px 20px rgba(7,18,37,.14);
  backdrop-filter: blur(8px);
}
.product-condition-badge { left: 16px; background: rgba(30,41,59,.88); }
.product-condition-badge.new { background: rgba(6,118,71,.9); }
.product-condition-badge.used { background: rgba(30,41,59,.88); }
.product-stock-badge { right: 16px; background: rgba(20,99,255,.9); }
.product-stock-badge.sold { background: rgba(145,32,24,.9); }

.product-status-chips span,
.product-status-chips a {
  padding: 7px 11px;
  border: 1px solid #dce5ee;
  border-radius: 999px;
  background: #f6f8fb;
  color: #405166;
  font-size: 13px;
  font-weight: 750;
}
.product-status-chips .in-stock {
  border-color: #ccebd9;
  background: #effaf4;
  color: #17653d;
}

.gallery-arrow {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
}
.gallery-arrow::before {
  width: 11px;
  height: 11px;
  display: block;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: currentColor;
}
.gallery-arrow.prev::before { transform: rotate(-135deg); }
.gallery-arrow.next::before { transform: rotate(45deg); }

@media (max-width: 720px) {
  .product-condition-badge,
  .product-stock-badge {
    top: 12px;
    min-height: 31px;
    padding: 6px 10px;
    font-size: 11px;
  }
  .product-condition-badge { left: 12px; }
  .product-stock-badge { right: 12px; }
  .gallery-arrow::before { width: 10px; height: 10px; }
}

/* ABT contact page */
.abt-contact-page{display:grid;gap:0}
.abt-contact-quick{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.abt-contact-quick-note{display:block;margin-top:14px;color:var(--muted,#667085);font-size:.95rem}
.abt-contact-copy{max-width:980px}
.abt-contact-copy p{font-size:1.05rem;line-height:1.8}
.abt-contact-copy a{font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
.abt-contact-page .stats-reference-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.abt-contact-page .stats-reference-grid article{min-width:0}
.abt-contact-page .stats-reference-grid strong,.abt-contact-page .stats-reference-grid span{display:block}
.abt-contact-page .process-grid article{min-width:0}
.contact-channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.contact-channel-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line,#dbe3ee);border-radius:28px;background:#fff;box-shadow:0 18px 42px rgba(7,29,53,.08)}
.contact-channel-visual{min-height:190px;display:grid;place-items:center}
.contact-channel-visual svg{width:76px;height:76px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-channel-card.whatsapp .contact-channel-visual{background:linear-gradient(145deg,#e1f6e9,#ccebd7);color:#168c49}
.contact-channel-card.phone .contact-channel-visual{background:linear-gradient(145deg,#e5eeff,#cfddfb);color:#1859d8}
.contact-channel-card.address .contact-channel-visual{background:linear-gradient(145deg,#fff3dc,#ffe2b5);color:#b95508}
.contact-channel-card.email .contact-channel-visual{background:linear-gradient(145deg,#f1e7ff,#dfc9ff);color:#7030d6}
.contact-channel-tag{position:absolute;top:16px;right:16px;padding:8px 12px;border-radius:12px;background:#18324e;color:#fff;font-weight:800;font-size:.8rem;z-index:1}
.contact-channel-body{display:flex;flex:1;min-width:0;flex-direction:column;gap:12px;padding:24px}
.contact-channel-body h3{margin:0;font-size:1.25rem}
.contact-channel-body p{margin:0;color:var(--muted,#667085);line-height:1.65}
.contact-channel-body .button{width:100%;max-width:100%;margin-top:auto;text-align:center;overflow-wrap:anywhere}
.contact-form-shell{max-width:940px;margin-inline:auto}
.contact-form-shell .contact-card{border:1px solid var(--line,#dbe3ee);border-radius:28px;box-shadow:0 18px 42px rgba(7,29,53,.08)}
.abt-contact-social{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.abt-contact-map-note{margin:16px 0;color:var(--muted,#667085);font-size:.92rem;line-height:1.6}
.abt-contact-map-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding:16px 18px;border:1px solid var(--line,#dbe3ee);border-radius:18px;background:#fff}
.abt-contact-map-actions{margin-top:18px}
@media(max-width:1050px){
 .contact-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .abt-contact-page .stats-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
 .abt-contact-quick .button{width:100%}
 .contact-channel-grid{grid-template-columns:1fr}
 .contact-channel-visual{min-height:150px}
 .contact-channel-body{padding:22px}
 .abt-contact-page .stats-reference-grid{grid-template-columns:1fr 1fr}
 .abt-contact-page .stats-reference-grid article{padding:18px 10px}
 .abt-contact-map-actions .button,.abt-contact-social .button{width:100%}
 .abt-contact-map-meta{align-items:flex-start;flex-direction:column}
}


/* ABT iletişim sayfası harita uygulamaları hizalama */
.abt-contact-map-actions {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.abt-contact-map-actions .button {
  text-align: center;
}
.abt-contact-map-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  text-align: center;
}
@media (max-width: 640px) {
  .abt-contact-map-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .abt-contact-map-actions .button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
  }
  .abt-contact-map-actions .button:last-child {
    grid-column: 1 / -1;
  }
  .abt-contact-map-meta {
    flex-direction: column;
    gap: 8px;
  }
}

/* ABT PHASE1 20260904 START */
.product-card-assurance{display:grid;gap:.5rem;padding:.8rem 0;border-top:1px solid var(--line,#dbe3ec);font-size:.84rem;color:#43516a}.product-card-assurance span{display:grid;grid-template-columns:4.5rem 1fr;gap:.6rem;align-items:start}.product-card-assurance b{color:#0b1b33}.product-actions .compare-toggle{grid-column:1/-1;border:1px solid #cbd8e7;background:#fff;color:#18324f;border-radius:12px;padding:.72rem 1rem;font:inherit;font-weight:800;cursor:pointer}.product-actions .compare-toggle[aria-pressed="true"]{background:#eaf2ff;border-color:#1769e0;color:#0d58bd}.product-actions .stock-notify-trigger{border:0;cursor:pointer}.compare-dock{position:fixed;left:50%;bottom:1rem;transform:translateX(-50%);z-index:1005;width:min(720px,calc(100% - 2rem));display:flex;align-items:center;gap:.7rem;padding:.75rem 1rem;border-radius:18px;background:#081c30;color:#fff;box-shadow:0 18px 55px rgba(7,24,43,.3)}.compare-dock[hidden]{display:none}.compare-dock strong{margin-right:auto}.compare-dock button{border:0;border-radius:10px;padding:.66rem .9rem;font-weight:800;cursor:pointer}.compare-dock .compare-open{background:#1769e0;color:#fff}.compare-dock .compare-clear{background:#fff;color:#14263c}.abt-modal{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:1rem;background:rgba(4,17,32,.72)}.abt-modal[hidden]{display:none}.abt-modal-panel{position:relative;width:min(1100px,100%);max-height:calc(100vh - 2rem);overflow:auto;border-radius:22px;background:#fff;color:#10233a;box-shadow:0 24px 80px rgba(0,0,0,.35)}.abt-modal-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:#fff;border-bottom:1px solid #dce5ee}.abt-modal-head h2{margin:0;font-size:1.45rem}.abt-modal-close{border:0;background:#eef3f8;border-radius:999px;width:2.6rem;height:2.6rem;font-size:1.4rem;cursor:pointer}.compare-table-wrap{overflow:auto;padding:1rem}.compare-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0}.compare-table th,.compare-table td{padding:.9rem;border-right:1px solid #e0e7ef;border-bottom:1px solid #e0e7ef;vertical-align:top}.compare-table th:first-child,.compare-table td:first-child{position:sticky;left:0;z-index:1;width:155px;background:#f6f9fc;text-align:left}.compare-product-head{display:grid;gap:.6rem}.compare-product-head img{width:100%;height:150px;object-fit:contain;border-radius:12px;background:#f5f7fa}.compare-product-head a{color:#0c57bd;font-weight:900}.stock-form{display:grid;gap:1rem;padding:1.25rem}.stock-form .field{display:grid;gap:.38rem}.stock-form input{width:100%;padding:.85rem 1rem;border:1px solid #b9c8d8;border-radius:12px;font:inherit}.stock-form .consent-row{display:flex;gap:.65rem;align-items:flex-start}.stock-form .consent-row input{width:auto;margin-top:.25rem}.stock-form-status{margin:0;padding:.75rem;border-radius:10px;background:#f0f5fa}.stock-form-status.success{background:#e7f8ee;color:#08743b}.stock-form-status.error{background:#fff0ef;color:#a5231b}.admin-quality-note{margin:.8rem 0;padding:.8rem 1rem;border-radius:12px;background:#eef6ff;color:#163a66}.stock-request-list{display:grid;gap:1rem;margin-top:1rem}.stock-request-card{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start}.stock-request-card p{margin:.3rem 0}.blog-category-toolbar{display:flex;gap:.65rem;overflow:auto;padding:.4rem 0 1.1rem;scrollbar-width:thin}.blog-category-toolbar button{white-space:nowrap;border:1px solid #cbd7e5;background:#fff;border-radius:999px;padding:.7rem 1rem;font-weight:800;cursor:pointer}.blog-category-toolbar button[aria-pressed="true"]{background:#0b253d;color:#fff;border-color:#0b253d}
@media(max-width:720px){.product-card-assurance span{grid-template-columns:4rem minmax(0,1fr)}.compare-dock{bottom:5.4rem}.compare-dock strong{font-size:.82rem}.compare-dock button{padding:.58rem .68rem;font-size:.78rem}.abt-modal{padding:.45rem}.abt-modal-panel{max-height:calc(100vh - .9rem);border-radius:16px}.compare-table-wrap{padding:.55rem}.stock-request-card{grid-template-columns:1fr}}
/* ABT PHASE1 20260904 END */
/* ABT PHASE1 HOTFIX 20260905 START */
.product-card-assurance{display:grid;gap:.55rem;padding:.85rem 0;border-top:1px solid var(--line,#dbe3ec);font-size:.84rem;line-height:1.45;color:#43516a}.product-card-assurance>span{display:grid;grid-template-columns:4.7rem minmax(0,1fr);gap:.65rem;align-items:start}.product-card-assurance b{display:block;color:#0b1b33}.product-card-assurance b::after{content:":"}.product-card-assurance>span>span{display:block;min-width:0;overflow-wrap:break-word;word-break:normal}
@media(max-width:720px){.product-card-assurance>span{grid-template-columns:4.2rem minmax(0,1fr);gap:.5rem}}
/* ABT PHASE1 HOTFIX 20260905 END */

/* ABT PHASE2 20260905 START */
.catalog-stock-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 22px}
.catalog-stock-summary article{padding:18px 20px;border:1px solid var(--line,#dfe7f1);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(10,33,62,.06)}
.catalog-stock-summary span{display:block;color:var(--muted,#65738a);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.catalog-stock-summary strong{display:block;margin-top:5px;color:var(--ink,#071a30);font-size:1.6rem;line-height:1}
.catalog-subcategory-panel{margin:16px 0 22px;padding:18px;border:1px solid var(--line,#dfe7f1);border-radius:20px;background:#fff}
.catalog-subcategory-panel>span{display:block;margin-bottom:12px;color:var(--muted,#65738a);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.catalog-subcategory-links{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:4px}
.catalog-subcategory-links a{flex:0 1 auto;display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;padding:11px 15px;border:1px solid var(--line,#dfe7f1);border-radius:999px;color:var(--ink,#071a30);background:#fff;font-weight:800;text-decoration:none;white-space:normal;overflow-wrap:anywhere}
.catalog-subcategory-links a>span{min-width:0;overflow-wrap:anywhere}
.catalog-subcategory-links a>b{flex-shrink:0}
.catalog-subcategory-links a[aria-current="page"]{border-color:#0b66f5;background:#0b66f5;color:#fff}
.catalog-subcategory-links b{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:rgba(119,139,167,.14);font-size:.78rem}
.catalog-subcategory-links a[aria-current="page"] b{background:rgba(255,255,255,.2)}
.blog-category-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.blog-category-checks .check-field{margin:0;padding:12px;border:1px solid var(--line,#dfe7f1);border-radius:14px;background:#f8fbff}
.admin-category-stock{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.admin-category-stock span{padding:4px 8px;border-radius:999px;background:#eef4fb;color:#40516a;font-size:.72rem;font-weight:800}
@media(max-width:760px){.catalog-stock-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-stock-summary article{padding:15px}.catalog-stock-summary strong{font-size:1.35rem}.blog-category-checks{grid-template-columns:1fr}}
/* ABT PHASE2 20260905 END */

/* ABT PHASE3 20260905 START */
.geo-answer-label{display:inline-flex;margin:1.2rem 0 .45rem;padding:.38rem .72rem;border:1px solid rgba(16,102,226,.18);border-radius:999px;background:#eef6ff;color:#075ec8;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.geo-answer-lead{max-width:860px}.phase3-seo-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:1.2rem;margin:1.2rem 0}.phase3-opportunity-list{display:grid;gap:.7rem}.phase3-opportunity-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:.9rem 1rem;border:1px solid #dce5ef;border-radius:14px;background:#fff}.phase3-opportunity-item strong,.phase3-opportunity-item small{display:block}.phase3-opportunity-item small{margin-top:.25rem;color:#68778c}.phase3-opportunity-item b{align-self:center;color:#0b67dc}.phase3-link-suggestion{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:.7rem;align-items:center;padding:.9rem 0;border-bottom:1px solid #e2e8f0}.phase3-link-suggestion:last-child{border-bottom:0}.phase3-link-suggestion span{min-width:0}.phase3-link-suggestion strong,.phase3-link-suggestion small{display:block;overflow-wrap:anywhere}.phase3-link-suggestion small{margin-top:.2rem;color:#6b788c}.phase3-link-suggestion>i{font-style:normal;color:#0d68df;font-weight:900}.phase3-link-anchor{grid-column:1/-1;padding:.55rem .7rem;border-radius:10px;background:#f3f7fc;color:#33465f;font-size:.82rem}.phase3-status-chip{display:inline-flex;padding:.3rem .55rem;border-radius:999px;background:#eef5ff;color:#075fc9;font-size:.74rem;font-weight:900}.phase3-status-chip.is-new{background:#fff3dd;color:#8a5300}
@media(max-width:980px){.phase3-seo-grid{grid-template-columns:1fr}}
@media(max-width:640px){.phase3-link-suggestion{grid-template-columns:1fr}.phase3-link-suggestion>i{transform:rotate(90deg);justify-self:start}.phase3-opportunity-item{grid-template-columns:1fr}}
/* ABT PHASE3 20260905 END */

/* ABT PRODUCT ASSURANCE LAYOUT V2 START */
.product-card-assurance {
  display: grid;
  gap: .55rem;
  width: 100%;
  min-width: 0;
  padding: .9rem 0;
  border-top: 1px solid var(--line, #dbe3ec);
  color: #43516a;
  font-size: .84rem;
  line-height: 1.45;
}
.product-card-assurance > span {
  display: flex !important;
  align-items: flex-start;
  gap: .65rem;
  width: 100%;
  min-width: 0;
}
.product-card-assurance > span > b {
  display: block;
  flex: 0 0 4.7rem;
  min-width: 0;
  color: #0b1b33;
  white-space: nowrap;
}
.product-card-assurance > span > span {
  display: block !important;
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}
@media (max-width: 380px) {
  .product-card-assurance > span { gap: .45rem; }
  .product-card-assurance > span > b { flex-basis: 4.15rem; }
}
/* ABT PRODUCT ASSURANCE LAYOUT V2 END */

@media (max-width: 680px) {
  .cookie-banner-glass {
    left: 10px;
    right: 10px;
    bottom: 72px;
    width: auto;
    gap: 8px;
    padding: 12px;
    border-radius: 15px;
  }
  .cookie-title { font-size: 16px; }
  .cookie-text p { margin-top: 3px; font-size: 12px; line-height: 1.35; }
  .cookie-buttons { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .btn-cookie-secondary,
  .btn-cookie-primary { min-height: 38px; padding: 7px 5px; font-size: 12px; }
  .cookie-preference-panel { max-height: 34vh; overflow: auto; }
}
.product-card-assurance > span > span {
  hyphens: none;
}

.site-header .site-branding.abt-branding-original{flex:0 0 auto;width:145px;min-width:0;padding:0;gap:0}.site-header .site-branding.abt-branding-original img{display:block;width:145px;height:auto;max-width:100%;border-radius:0}.footer-company .footer-logo.abt-footer-brand{display:block;width:190px;height:auto;background:transparent;border-radius:0}.footer-company .footer-logo.abt-footer-brand img{display:block;width:190px;height:auto;max-width:100%;border-radius:0}@media(max-width:700px){.site-header .site-branding.abt-branding-original,.site-header .site-branding.abt-branding-original img{width:124px}}

body:has(> .abt-reference-header){--abt-header-height:78px}
body:has(> .abt-reference-header) .container{width:min(calc(100% - 48px),1240px)}
.abt-reference-header{min-height:var(--abt-header-height);padding:0;background:#fff;backdrop-filter:none;box-shadow:none;border-bottom:1px solid #edf1f7;color:#101c35;font-size:15px;line-height:1.55}
.abt-reference-header .header-shell{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:var(--abt-header-height);gap:24px;padding:0}
.abt-reference-header .site-branding{order:0}
.abt-reference-header .site-branding.abt-branding-original{flex:0 0 auto;width:145px}
.abt-reference-header .site-branding.abt-branding-original img{display:block;width:145px;height:auto;max-width:100%;border-radius:0}
.abt-reference-header .main-navigation{position:static;display:block;order:1;min-width:0;margin-left:auto;justify-self:auto}
.abt-reference-header .menu{display:flex;gap:8px}
.abt-reference-header .menu>li>a,.abt-reference-header .nav-dropdown-toggle{width:auto;min-height:44px;padding:10px 12px;font-size:14px;font-weight:600;white-space:nowrap}
.abt-reference-header .btn-header-contact{border-radius:8px;padding:10px 16px!important}
.abt-reference-header .header-actions{position:static;display:flex;order:2;align-items:center;gap:8px;flex-shrink:0;margin-left:0}
.abt-reference-header .header-search-toggle,.abt-reference-header .store-list-toggle{position:relative;display:grid;place-items:center;order:0;flex:0 0 auto;width:42px;min-width:42px;height:42px;padding:9px;border:1px solid #dfe7f2;border-radius:8px;color:#101c35;background:#fff;cursor:pointer}
.abt-reference-header .header-search-toggle svg{width:22px;height:22px}
.abt-reference-header .menu-toggle{display:none;margin-left:0}
.abt-reference-header .menu-item-has-children{position:relative}
.abt-reference-header .sub-menu{top:100%;padding-top:12px;border-radius:10px;font-size:14px;max-height:min(70vh,620px)}
.abt-reference-header .sub-menu a{font-size:14px;padding:10px 12px}
.abt-reference-header :focus-visible{outline:3px solid #0860ec;outline-offset:3px}
body:has(> .abt-reference-header)>.search-overlay{top:calc(var(--abt-header-height) + 1px)}
.blog-category-toolbar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;margin:24px 0;min-width:0}
.blog-category-toolbar button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:0;max-width:100%;min-height:108px;padding:14px 10px;border:1px solid #dfe7f2;border-radius:12px;background:#fff;color:#101c35;font:inherit;font-size:14px;font-weight:600;line-height:1.4;text-align:center;white-space:normal;overflow-wrap:anywhere;cursor:pointer}
.blog-category-toolbar button svg{display:block;flex:0 0 42px;width:42px;height:42px;max-width:100%}
.blog-category-toolbar button span{min-width:0;max-width:100%;overflow-wrap:anywhere}
.blog-category-toolbar button small{min-width:0;max-width:100%;font-size:12px;line-height:1.4;overflow-wrap:anywhere}
.blog-category-toolbar button:hover{border-color:#9fbff5;background:#f4f8ff}
.blog-category-toolbar button[aria-pressed="true"],.blog-category-toolbar button[aria-current="page"]{border-color:#0758f9;background:#0758f9;color:#fff}
.blog-category-toolbar button:focus-visible{outline:3px solid #0860ec;outline-offset:3px}
[id="iletisim-sonucu"]{scroll-margin-top:100px;scroll-margin-bottom:80px}
@media(max-width:1100px) and (min-width:981px){
  .abt-reference-header .header-shell{gap:12px}
  .abt-reference-header .menu{gap:1px}
  .abt-reference-header .menu>li>a,.abt-reference-header .nav-dropdown-toggle{padding:10px 7px;font-size:13px}
}
@media(max-width:980px){
  body:has(> .abt-reference-header){--abt-header-height:68px}
  body:has(> .abt-reference-header) .container{width:min(calc(100% - 32px),1240px)}
  .abt-reference-header .header-shell{padding-left:48px;gap:8px}
  .abt-reference-header .header-actions{margin-left:auto}
  .abt-reference-header .menu-toggle{position:absolute;left:0;top:13px;display:flex;flex:0 0 auto;width:40px;min-width:40px;height:42px;padding:11px 9px;flex-direction:column;gap:5px;justify-content:center;align-items:center;border:1px solid #dfe7f2;border-radius:7px}
  .abt-reference-header .menu-toggle span,.abt-reference-header .menu-toggle span:not(.sr-only){flex:none;width:20px;height:2px;margin:0!important}
  .abt-reference-header .main-navigation{position:absolute;top:100%;left:0;right:0;display:none;order:3;width:auto;margin:0;padding:14px;border:1px solid #dce4ed;border-radius:16px;background:#fff;max-height:calc(100dvh - var(--abt-header-height) - 16px);overflow-y:auto}
  .abt-reference-header .main-navigation.is-open{display:block}
  .abt-reference-header .menu{display:grid;gap:0}
  .abt-reference-header .menu>li>a,.abt-reference-header .nav-dropdown-toggle{width:100%;min-height:44px;justify-content:space-between;font-size:15px;white-space:normal;overflow-wrap:anywhere}
  .abt-reference-header .menu-item-has-children>.sub-menu{position:static;left:auto;width:auto;max-height:none;display:none;margin:5px 0;padding:10px;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none}
  .abt-reference-header .menu-item-has-children.is-open>.sub-menu{display:block}
  .blog-category-toolbar{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:700px){
  body:has(> .abt-reference-header){--abt-header-height:62px;--abt-contact-bar-height:calc(48px + env(safe-area-inset-bottom,0px));--abt-compare-dock-height:calc(1.4rem + 76px);--abt-compare-space:0px;padding-bottom:calc(var(--abt-contact-bar-height) + var(--abt-compare-space))}
  body:has(> .abt-reference-header):has(> .compare-dock:not([hidden])){--abt-compare-space:calc(var(--abt-compare-dock-height) + 12px)}
  body:has(> .abt-reference-header) .container{width:min(calc(100% - 24px),1240px)}
  .abt-reference-header .header-shell{padding-left:44px}
  .abt-reference-header .site-branding.abt-branding-original,.abt-reference-header .site-branding.abt-branding-original img{width:124px}
  .abt-reference-header .menu-toggle{top:10px}
  .abt-reference-header .header-search-toggle,.abt-reference-header .store-list-toggle{width:36px;min-width:36px;height:38px;padding:8px}
  .abt-reference-header .header-actions{gap:5px}
  body:has(> .abt-reference-header)>.side-action{top:auto;bottom:0;display:flex;align-items:center;justify-content:center;gap:8px;width:50%;min-width:0;height:var(--abt-contact-bar-height);min-height:var(--abt-contact-bar-height);padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px));border:0;border-top:1px solid #e0e7f1;border-radius:0;background:#fff;color:#112a4d;box-shadow:0 -2px 8px #183d6710;font-size:12px;font-weight:900;transform:none}
  body:has(> .abt-reference-header)>.side-action:hover{transform:none}
  body:has(> .abt-reference-header)>.side-action-whatsapp{left:0;border-right:1px solid #e0e7f1}
  body:has(> .abt-reference-header)>.side-action-whatsapp::before{display:none}
  body:has(> .abt-reference-header)>.side-action-whatsapp span{position:static;width:auto;height:auto;clip:auto;overflow:visible;display:inline}
  body:has(> .abt-reference-header)>.side-action-sell{right:0}
  body:has(> .abt-reference-header)>.side-action-sell span{line-height:1}
  body:has(> .abt-reference-header)>.compare-dock{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1.4rem 44px;gap:8px;height:var(--abt-compare-dock-height);padding:12px;bottom:calc(var(--abt-contact-bar-height) + 12px)}
  body:has(> .abt-reference-header)>.compare-dock strong{grid-column:1/-1;min-width:0;margin:0;font-size:.82rem;line-height:1.4rem}
  body:has(> .abt-reference-header)>.compare-dock button{min-width:0;height:44px;padding:8px;font-size:.78rem}
  body:has(> .abt-reference-header)>.cookie-banner-glass{bottom:calc(var(--abt-contact-bar-height) + var(--abt-compare-space) + 12px);max-height:calc(100dvh - var(--abt-contact-bar-height) - var(--abt-compare-space) - 24px);overflow-y:auto}
  body:has(> .abt-reference-header)>.store-toast{bottom:calc(var(--abt-contact-bar-height) + var(--abt-compare-space) + 16px);font-size:12px}
}
@media(max-width:580px){
  .blog-category-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
}

.abt-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:28px 0 12px}
.abt-pagination a,.abt-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;font-weight:650}
.abt-pagination [aria-current="page"]{background:var(--blue);border-color:var(--blue);color:#fff}
.abt-pagination a:hover{background:#edf4ff}
.blog-toc{position:static;margin-bottom:24px}
.blog-content h2[id],.blog-content h3[id]{scroll-margin-top:115px}

/* Customer service tracking entry in the main navigation */
.abt-reference-header .menu>.menu-item-tracking>a{justify-content:flex-start;gap:8px;color:#0758f9}
.abt-reference-header .menu>.menu-item-tracking>a:hover{background:#edf5ff;color:#064ad2}
.abt-reference-header .menu>.menu-item-tracking svg{flex:0 0 18px;width:18px;height:18px}
@media(max-width:980px){
  .abt-reference-header .menu>.menu-item-tracking>a{background:#edf5ff;border-radius:8px}
  .abt-reference-header .menu>.menu-item-tracking>a:hover{background:#deebff}
}

/* Submitted search results only; no extra assets or requests on other pages. */
.search-related{margin:1.25rem 0;padding:1rem;border:1px solid #dce6ee;border-radius:12px;background:#f7fafc}
.search-related h2{font-size:1.1rem;margin:0 0 .65rem}.search-related ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1.5rem;margin:0;padding:0;list-style:none}.search-related li{min-width:0}.search-related a{display:block;padding:.6rem 0;overflow-wrap:anywhere}.search-related small{display:block;color:#526273}
@media(max-width:600px){.search-related ul{grid-template-columns:1fr}}

/* Existing store photo, loaded only near the location section. */
.home-store-photo{display:block;max-width:440px;margin:0 0 20px;border-radius:16px;overflow:hidden;aspect-ratio:3/2}.home-store-photo img{width:100%;height:auto}

/* Mobile search remains directly usable without relying on the keyboard action. */
.footer-visit-links{display:flex;flex-wrap:wrap;gap:8px 16px;margin:12px 0}.footer-visit-links a{display:inline-flex;align-items:center;min-height:44px;text-decoration:underline}
.home-blog .button-row{justify-content:center;margin-top:18px}
@media(max-width:680px){.search-overlay-inner{padding:20px 12px}.search-overlay-form{grid-template-columns:minmax(0,1fr) auto auto;padding:10px;gap:8px;min-height:64px}.search-overlay-form .search-form-icon{display:none}.search-overlay-form input{font-size:16px;width:100%}.search-overlay-submit{display:block;min-height:44px;padding:0 14px}.search-overlay-close{width:44px;height:44px}.home-blog .blog-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:12px}.home-blog .blog-card{flex:0 0 100%;min-width:0;scroll-snap-align:start}.home-blog .blog-grid:focus-visible{outline:2px solid #075985;outline-offset:4px}}

/* Equal visual weight for all cookie choices. */
.cookie-banner-glass{background:#10243b;color:#fff;border:1px solid #30445c;backdrop-filter:none}.cookie-banner-glass .cookie-title,.cookie-banner-glass .cookie-text,.cookie-banner-glass .cookie-text p,.cookie-banner-glass .cookie-choice,.cookie-banner-glass .cookie-choice small{color:#fff}.cookie-banner-glass .cookie-text a{color:#fff;text-decoration:underline}.cookie-banner-glass .cookie-buttons button,.cookie-banner-glass .btn-cookie-primary{background:#bd1738;border:1px solid #bd1738;color:#fff}.cookie-banner-glass .cookie-buttons button:hover,.cookie-banner-glass .btn-cookie-primary:hover{background:#9c1230;border-color:#9c1230}.cookie-banner-glass button:focus-visible{outline:3px solid #fff;outline-offset:3px}.cookie-banner-glass .cookie-preference-panel{background:#172f49;color:#fff}

/* Let text wrap within its own card instead of clipping at grid boundaries. */
.stats-reference-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stats-reference-grid>div,.stats-reference-grid>article,.abt-contact-page .stats-reference-grid>article{min-width:0;padding:24px 18px;min-height:116px;display:flex;flex-direction:column;justify-content:center;text-align:center;gap:8px}.stats-reference-grid strong,.stats-reference-grid span{display:block;max-width:100%;line-height:1.5;overflow-wrap:anywhere}.stats-reference-grid span{margin-top:0}.main-content h1,.main-content h2,.main-content h3,main .section-heading,main .contact-channel-body,main .product-body,main .blog-card-body,.footer-mega-grid>section{min-width:0;overflow-wrap:anywhere}main .button-row{flex-wrap:wrap}main .button{max-width:100%;white-space:normal;overflow-wrap:anywhere}.cookie-banner-glass{max-height:calc(100dvh - 100px);overflow-y:auto}
@media(max-width:980px){.stats-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.stats-reference-grid>div,.stats-reference-grid>article,.abt-contact-page .stats-reference-grid>article{padding:18px 10px}.stats-reference-grid strong{font-size:20px}.stats-reference-grid span{letter-spacing:.02em}.contact-channel-body{min-width:0}.contact-channel-body h3,.abt-contact-copy h2{overflow-wrap:anywhere}}
.abt-storefront main .product-body h3,.abt-storefront main .store-compact-grid .product-body h3{display:block;-webkit-line-clamp:unset;overflow:visible;height:auto;max-height:none;overflow-wrap:anywhere}.abt-storefront main .product-meta>a{display:block;-webkit-line-clamp:unset;overflow:visible}.abt-storefront main .product-meta>span{white-space:normal;overflow:visible;overflow-wrap:anywhere}main .simple-hero h1{line-height:1.25}

.service-device-picker{scroll-margin-top:110px}.service-device-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.service-device-card{min-width:0;display:flex;align-items:center;flex-direction:column;padding:18px;border:1px solid #dce3eb;border-radius:18px;background:#fff;color:#10243b;text-align:center;text-decoration:none;transition:border-color .2s,box-shadow .2s}.service-device-card:hover,.service-device-card:focus-visible{border-color:#bd1738;box-shadow:0 6px 22px #10243b15}.service-device-card:focus-visible{outline:3px solid #bd1738;outline-offset:3px}.service-device-card img{display:block;width:100%;height:155px;object-fit:contain;margin-bottom:14px}.service-device-card strong{font-size:1.05rem;line-height:1.5;overflow-wrap:anywhere}.service-device-card span{margin-top:7px;font-size:.85rem;line-height:1.5;color:#596575}.service-device-help{text-align:center;margin:22px 0 0}.service-device-help a{color:#a31330;text-decoration:underline}
@media(max-width:680px){.service-device-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.service-device-card{padding:12px 9px}.service-device-card img{height:100px}.service-device-card strong{font-size:.95rem}.service-device-card span{font-size:.78rem}}

@media (max-width: 720px) {
  .product-card .product-body h3 { min-height: 2.56em; }
}
