@charset "UTF-8";
/* importdatatemplates.com: single stylesheet. Enterprise product look: bands, cards, one blue. */

:root {
  --blue: #0361a9;
  --blue-dark: #024a82;
  --navy: #0b2a4a;
  --ink: #1f2933;
  --ink-soft: #52606d;
  --bg: #ffffff;
  --bg-soft: #f4f7fa;
  --bg-band: #eef3f8;
  --border: #d9e0e7;
  --font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --mono: Consolas, "SFMono-Regular", Menlo, monospace;
  --text-width: 760px;
  --container: 1140px;
  --radius: 6px;
  --radius-card: 12px;
  --blue-light: #e8f1f9;
  --shadow: 0 1px 2px rgba(15, 30, 50, 0.06), 0 8px 24px rgba(15, 30, 50, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
}
@media (min-width: 1200px) { body { font-size: 17px; } }

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); text-decoration: underline; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

h1, h2, h3, h4 { font-weight: 600; line-height: 1.2; margin: 0; color: var(--navy); }
h1, h2 { text-wrap: balance; }
h1 { font-size: 40px; letter-spacing: -0.01em; margin-bottom: 1rem; }
h2 { font-size: 28px; margin-bottom: 0.75rem; }
h3 { font-size: 19px; margin-bottom: 0.4rem; }
p, ul, ol { margin: 0 0 1rem; }
ul, ol { padding-left: 1.3rem; }
li { margin-bottom: 0.3rem; }
p.lead { font-size: 20px; line-height: 1.5; color: var(--ink-soft); }
.eyebrow { font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.75rem; }
.section-intro { color: var(--ink-soft); margin-bottom: 2rem; font-size: 17px; }

code, pre { font-family: var(--mono); font-size: 14px; background: var(--bg-soft); }
code { padding: 0.1em 0.4em; border-radius: 3px; border: 1px solid var(--border); }
pre { padding: 0.75rem 1rem; overflow-x: auto; border: 1px solid var(--border); margin: 0; border-radius: var(--radius); }
img { max-width: 100%; height: auto; }
hr { border: 0; border-top: 1px solid var(--border); margin: 3rem 0; }
small, .muted, .updated, figcaption, caption { font-size: 14px; color: var(--ink-soft); }

/* layout ------------------------------------------------------------------ */

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
main { padding: 0; }
main.text > .wrap { padding-top: 2.5rem; padding-bottom: 3rem; }
.page-head { background: var(--bg-band); border-bottom: 1px solid var(--border); padding: 3rem 0 2.5rem; }
.page-head h1 { margin-bottom: 0.75rem; }
.page-head .lead { margin: 0; }
.page-head .eyebrow { margin-bottom: 0.5rem; }

.band { padding: 4.5rem 0; }
.band + .band { border-top: 1px solid var(--border); }
.band-soft { background: var(--bg-band); }
.band-navy { background: var(--navy); color: #fff; }
.band-navy h2, .band-navy h3, .band-navy p { color: #fff; }
.band-navy a:not(.btn) { color: #fff; text-decoration: underline; }
.band h2 + .section-intro { margin-top: 0.25rem; }

.skip-link { position: absolute; left: -999px; top: 8px; background: var(--blue); color: #fff; padding: 8px 12px; z-index: 10; }
.skip-link:focus { left: 8px; }

/* header ------------------------------------------------------------------ */

.site-header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 5; }
.site-header .wrap { display: flex; align-items: center; gap: 28px; min-height: 68px; flex-wrap: nowrap; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 18px; font-weight: 600; white-space: nowrap; }
.brand:hover { text-decoration: none; color: var(--ink); }
.brand img { height: 34px; width: 34px; }
.brand small { font-size: 13px; font-weight: 400; color: var(--ink-soft); margin-left: 2px; }
.nav { display: flex; gap: 4px 26px; list-style: none; margin: 0 0 0 auto; padding: 0; align-items: center; flex-wrap: nowrap; }
.nav li { margin: 0; }
.nav a { color: var(--ink); font-size: 15px; font-weight: 500; padding: 6px 0; white-space: nowrap; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current] { color: var(--blue); text-decoration: none; border-bottom-color: var(--blue); }
.nav .btn { border-bottom: 0; }
.nav a.btn-primary { color: #fff; }
.nav a.btn-primary:hover { color: #fff; text-decoration: none; }

/* buttons ----------------------------------------------------------------- */

.btn, .btn:hover { display: inline-block; text-decoration: none; border-radius: var(--radius); padding: 12px 22px; font-size: 15px; font-weight: 600; border: 1px solid transparent; line-height: 1.2; cursor: pointer; }
.btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; }
.btn-secondary { background: #fff; color: var(--ink); border-color: #b9c3cf; }
.btn-secondary:hover { border-color: var(--ink-soft); color: var(--ink); }
.band-navy .btn-secondary { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.6); }
.band-navy .btn-secondary:hover { border-color: #fff; color: #fff; }
.nav .btn { padding: 9px 16px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* hero -------------------------------------------------------------------- */

.hero { padding: 4.5rem 0 4rem; background: linear-gradient(180deg, var(--bg-band) 0%, #fff 100%); border-bottom: 1px solid var(--border); }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.hero h1 { font-size: 44px; }
.hero .lead { margin-bottom: 1.75rem; }
.hero .facts { list-style: none; padding: 0; margin: 1.25rem 0 0; display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 14px; color: var(--ink-soft); }
.hero .facts li { margin: 0; padding-left: 16px; position: relative; }
.hero .facts li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.hero-media { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); box-shadow: var(--shadow); padding: 10px; }
.hero-media .video { margin: 0; }
.hero-media .video-facade, .hero-media .video iframe { max-width: none; border: 0; }
.hero-media .video-link { display: none; }

/* cards and grids --------------------------------------------------------- */

.cards { display: grid; gap: 20px; list-style: none; padding: 0; margin: 0; }
.cards-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 22px 20px 18px; margin: 0; display: flex; flex-direction: column; transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s; }
.card:hover { transform: translateY(-3px); border-color: rgba(3, 97, 169, 0.4); box-shadow: var(--shadow); }
.card h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.2px; margin-bottom: 6px; }
.card ul { padding-left: 1.1rem; font-size: 15px; color: var(--ink-soft); margin-bottom: 0.75rem; }
.card p { font-size: 14px; line-height: 1.55; color: var(--ink-soft); margin-bottom: 0.75rem; }
.card .more { margin-top: auto; font-size: 15px; font-weight: 500; }
.card .num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; background: var(--blue-light); color: var(--blue); font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.band-soft .card { box-shadow: 0 1px 2px rgba(15, 30, 50, 0.04); }
.card-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--blue-light); color: var(--blue); margin-bottom: 14px; }
.card-icon svg { width: 20px; height: 20px; }
.cards-import h3 a { color: var(--ink); }
.cards-import h3 a:hover { color: var(--blue); text-decoration: none; }
.cards-import p { flex: 1; }
.card-lines { list-style: none; padding: 0; margin: 0 0 14px; flex: 1; font-size: 14px; color: var(--ink-soft); }
.card-lines li { margin: 0; padding: 5px 0; border-top: 1px solid var(--border); line-height: 1.4; }
.card-lines li:first-child { border-top: 0; padding-top: 0; }
.card-more { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; white-space: nowrap; padding: 6px 12px; background: var(--blue-light); border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--blue); margin-top: 4px; }
.pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; background: var(--blue-light); border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--blue); }
.pill svg { width: 14px; height: 14px; }

.features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 40px; list-style: none; padding: 0; margin: 0; }
.features li { margin: 0; padding-left: 30px; position: relative; }
.features li::before { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; border-radius: 50%; background: var(--blue); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23000'/%3E%3Cpath d='M4.5 8.3l2.3 2.3 4.7-4.9' stroke='%23fff' stroke-width='1.8' fill='none'/%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 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23000'/%3E%3Cpath d='M4.5 8.3l2.3 2.3 4.7-4.9' stroke='%23fff' stroke-width='1.8' fill='none'/%3E%3C/svg%3E") center/contain no-repeat; }
.features strong { display: block; color: var(--ink); }
.features span { color: var(--ink-soft); font-size: 15px; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }

/* steps as full-width rows -------------------------------------------------- */

ol.steps-rows { list-style: none; padding: 0; margin: 0; display: grid; gap: 32px; }
ol.steps-rows > li { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: 40px; align-items: center; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 28px 32px; }
ol.steps-rows .num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; background: var(--blue-light); color: var(--blue); font-weight: 700; font-size: 16px; margin-bottom: 14px; }
ol.steps-rows .step-text h3 { font-size: 20px; margin-bottom: 0.5rem; }
ol.steps-rows .step-text p { margin: 0; color: var(--ink-soft); font-size: 15px; }
ol.steps-rows .step-media figure { margin: 0; }
ol.steps-rows figcaption { margin-top: 0.5rem; }
@media (max-width: 900px) {
  ol.steps-rows > li { grid-template-columns: 1fr; gap: 20px; padding: 22px 20px; }
}

/* tables ------------------------------------------------------------------ */

.table-wrap { overflow-x: auto; margin: 1rem 0 1.5rem; }
table { border-collapse: collapse; width: 100%; font-size: 15px; background: #fff; }
caption { text-align: left; padding: 0 0 0.5rem; caption-side: top; }
th, td { border: 1px solid var(--border); padding: 9px 12px; text-align: left; vertical-align: top; }
th { background: var(--bg-soft); color: var(--navy); font-weight: 600; }
table.sample td, table.sample th { font-family: var(--mono); font-size: 13px; white-space: nowrap; }
table.facts th { width: 30%; }
table.clean { border: 1px solid var(--border); }
td.has-page { background: var(--blue-light); }
td.has-page a { font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
td.has-page a::after { content: ""; width: 7px; height: 7px; border-right: 2px solid var(--blue); border-top: 2px solid var(--blue); transform: rotate(45deg); flex: none; }
td.has-page a:hover { text-decoration: underline; }
table.compare { font-size: 15px; }
table.compare th.hl, table.compare td:last-child { background: var(--blue-light); }
table.compare th.hl { color: var(--blue); }
table.compare td:last-child { font-weight: 600; color: var(--ink); border-left: 2px solid var(--blue); }
table.compare th.hl { border-left: 2px solid var(--blue); }
table.compare { table-layout: fixed; }
table.compare tbody th { background: var(--bg-soft); color: var(--ink); font-weight: 600; }
table.compare thead th:first-child { width: 22%; }
table.compare td.yes { font-weight: 600; color: var(--ink); }
table.compare td.no { color: var(--ink-soft); }
table.compare td.part { color: var(--ink-soft); }
table.compare td:last-child.yes::before { content: "✓ "; color: var(--blue); }
table.compact { font-size: 13.5px; }
table.compact th, table.compact td { padding: 7px 9px; }
table.compact tbody th { background: var(--bg-soft); color: var(--ink); white-space: nowrap; }
main.text .price-box { max-width: 640px; margin: 1.5rem auto 2rem; }
.table-wrap.wide { max-width: none; }

/* pricing ----------------------------------------------------------------- */

.price-box { background: #fff; border: 1px solid var(--border); border-top: 4px solid var(--blue); border-radius: var(--radius-card); padding: 28px 32px; box-shadow: var(--shadow); }
.price { color: var(--blue); }
.price { font-size: 44px; font-weight: 600; line-height: 1; color: var(--ink); }
.price small { font-size: 16px; font-weight: 400; color: var(--ink-soft); }
.price-box ul { list-style: none; padding: 0; margin: 1.25rem 0; }
.price-box li { padding: 8px 0; border-top: 1px solid var(--border); font-size: 15px; }
.price-box li:last-child { border-bottom: 1px solid var(--border); }

/* contact */
.contact-address { font-size: 26px; font-weight: 600; margin: 0.5rem 0 2rem; }

main.text > .wrap > h2 { margin-top: 2.5rem; padding-bottom: 0.4rem; border-bottom: 2px solid var(--blue-light); }
main.text > .wrap > h2:first-child { margin-top: 0; }

/* heading and table icons */
h2.h-icon { display: flex; align-items: center; gap: 12px; }
h2.h-icon .icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: var(--blue-light); color: var(--blue); flex: none; }
h2.h-icon .icon svg { width: 20px; height: 20px; }
.tool-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: #fff; color: var(--blue); margin-bottom: 8px; border: 1px solid var(--border); }
.tool-icon svg, .tool-icon img { width: 20px; height: 20px; }
table.compare thead th { vertical-align: bottom; }

/* downloads, figures, steps, faq ------------------------------------------ */

.downloads { list-style: none; padding: 0; }
figure { margin: 1.5rem 0; }
figure img, figure video { display: block; border: 1px solid var(--border); border-radius: var(--radius); width: 100%; height: auto; }
figcaption { margin-top: 0.5rem; }
ol.steps { list-style: none; padding: 0; counter-reset: step; }
ol.steps > li { counter-increment: step; margin-bottom: 2rem; }
ol.steps > li h3::before { content: counter(step) ". "; color: var(--blue); }
main.text figure { max-width: 780px; margin-left: auto; margin-right: auto; }
main.text figure video { max-width: 100%; }

.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 48px; }
.faq-grid > div { padding: 18px 0; border-top: 1px solid var(--border); }
.faq h3 { font-size: 17px; margin-bottom: 0.3rem; }
.faq p { color: var(--ink-soft); font-size: 15px; }
.faq-grid p { margin: 0; }
section.faq h2 { margin-top: 2.5rem; }
section.faq h3 { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--border); }

.callout { border-left: 3px solid var(--blue); background: var(--bg-soft); padding: 0.75rem 1rem; margin: 1.5rem 0; border-radius: 0 var(--radius) var(--radius) 0; }

/* inline cta banner -------------------------------------------------------- */

a.inline-cta { display: flex; align-items: center; gap: 18px; margin-top: 2.5rem; padding: 18px 22px; background: var(--bg-band); border: 1px solid var(--border); border-radius: var(--radius-card); color: var(--ink); text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s; }
a.inline-cta:hover { border-color: rgba(3, 97, 169, 0.4); box-shadow: var(--shadow); color: var(--ink); }
a.inline-cta .card-icon { margin-bottom: 0; background: #fff; flex: none; }
.inline-cta-text strong { display: block; font-size: 16px; }
.inline-cta-text span { color: var(--ink-soft); font-size: 14px; }
.inline-cta-arrow { width: 22px; height: 22px; color: var(--blue); margin-left: auto; flex: none; }

/* cta --------------------------------------------------------------------- */

.cta { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 2.25rem 2rem; margin: 3rem 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 22px; }
.cta p { margin: 0; font-size: 17px; max-width: 760px; }
.cta .cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.cta .btn-secondary { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.6); }
.cta .btn-secondary:hover { border-color: #fff; color: #fff; }
.band-navy .cta { padding: 0 28px; background: transparent; margin: 0 auto; }
.band-navy .cta p { max-width: 720px; font-size: 19px; }
.band-navy .cta .cta-buttons { justify-content: center; }

/* video facade ------------------------------------------------------------ */

.video { margin: 1.5rem 0; }
.video-facade { position: relative; display: block; width: 100%; max-width: 760px; padding: 0; border: 1px solid var(--border); background: #000; cursor: pointer; border-radius: var(--radius); overflow: hidden; }
.video-facade img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.video-play { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; margin: -36px 0 0 -36px; border-radius: 50%; background: rgba(3, 97, 169, 0.95); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); transition: transform 0.15s; }
.video-facade:hover .video-play { transform: scale(1.06); }
.video-play::after { content: ""; position: absolute; left: 29px; top: 22px; border-style: solid; border-width: 14px 0 14px 22px; border-color: transparent transparent transparent #fff; }
.video iframe { display: block; width: 100%; max-width: 760px; aspect-ratio: 16 / 9; border: 0; border-radius: var(--radius); }
.video-link { margin-top: 0.4rem; font-size: 14px; }

/* hub, related ------------------------------------------------------------ */

ul.hub { list-style: none; padding: 0; }
ul.hub li { margin-bottom: 0.6rem; }
.hub-desc { display: block; color: var(--ink-soft); font-size: 15px; }
.related ul { padding-left: 1.2rem; }

/* lightbox ----------------------------------------------------------------- */

img.zoomable { cursor: zoom-in; }
dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: min(96vw, 1600px); max-height: 96vh; outline: none; }
dialog.lightbox::backdrop { background: rgba(11, 42, 74, 0.85); }
dialog.lightbox img { display: block; width: 100%; height: auto; max-height: 90vh; object-fit: contain; border-radius: 6px; background: #fff; cursor: zoom-out; }
.lightbox-hint { text-align: center; color: #fff; font-size: 13px; margin: 8px 0 0; }

/* hub sections with side image --------------------------------------------- */

.hub-row { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 36px; align-items: start; }
.hub-row .hub-main > .table-wrap:first-child { margin-top: 0; }
main.text .hub-row figure { margin: 0; max-width: none; }
@media (max-width: 900px) { .hub-row { grid-template-columns: 1fr; gap: 16px; } }

/* footer ------------------------------------------------------------------ */

.site-footer { background: var(--bg-soft); border-top: 1px solid var(--border); padding: 3rem 0 2rem; font-size: 14px; color: var(--ink-soft); }
.footer-cols { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr 0.9fr 1.4fr; gap: 28px; margin-bottom: 0; }
.footer-cols h2 { font-size: 14px; margin: 0 0 0.75rem; color: var(--ink); }
.footer-cols ul { list-style: none; padding: 0; margin: 0; }
.footer-cols li { margin-bottom: 0.4rem; }
.footer-about p { margin: 0.5rem 0 0; }
.site-footer a { color: var(--ink-soft); }
.site-footer a:hover { color: var(--blue); }
.footer-line { border-top: 1px solid var(--border); padding-top: 1.25rem; font-size: 13px; }

/* small screens ----------------------------------------------------------- */

@media (max-width: 1000px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 36px; }
  .split { grid-template-columns: 1fr; gap: 28px; }
  .footer-cols { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 900px) {
  .site-header { position: static; }
  [id] { scroll-margin-top: 24px; }
  .site-header .wrap { flex-wrap: wrap; gap: 8px 20px; padding-top: 10px; padding-bottom: 10px; }
  .nav { flex-wrap: wrap; margin-left: 0; width: 100%; gap: 4px 18px; }
}
@media (max-width: 700px) {
  h1, .hero h1 { font-size: 30px; }
  .cards-4 { grid-template-columns: 1fr; }
  h2 { font-size: 24px; }
  .band { padding: 3rem 0; }
  .cards-5, .cards-3, .cards-2, .features, .faq-grid { grid-template-columns: 1fr; }
  .btn-row .btn, .cta-buttons .btn { width: 100%; text-align: center; }
  .footer-cols { grid-template-columns: 1fr; }
  .cta { padding: 1.5rem; }
}
