: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 { display: block; overflow: hidden; aspect-ratio: 3/1; border: 8px solid #fff; border-radius: 24px; background: #dfe7f4; box-shadow: var(--shadow); }
.page-feature-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.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: 255px; padding: 26px; 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 { margin-bottom: 28px; display: grid; grid-template-columns: 68px minmax(0, 720px); gap: 20px; align-items: start; }
.hub-cluster-head > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: var(--blue); font-weight: 900; }
.hub-cluster-head h2 { margin-bottom: 8px; font-size: 2rem; }
.hub-cluster-head p { color: var(--muted); }
.hub-cluster-media { margin-bottom: 24px; display: block; overflow: hidden; aspect-ratio: 3/1; border-radius: 19px; background: #dfe7f4; }
.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; }
  .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 { grid-template-columns: 1fr; }
  .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;
  }
}
