h1,h2,h3,p,figure{margin:0}button{cursor:pointer}ul,ol{padding-left:1.5em}svg{display:inline-block;vertical-align:middle} .min-h-screen{min-height:100vh}.bg-white{background:white}

:root {
  --biz-blue: #0755bc;
  --biz-sky: #36b9eb;
  --biz-pink: #f43b65;
  --biz-orange: #f28b00;
  --ink: #102540;
  --muted-text: #617188;
  --line: #dbe5f0;
  --pale: #f3f8fd;
  --background: #fff;
  --foreground: #102540;
  --card: #fff;
  --card-foreground: #102540;
  --popover: #fff;
  --popover-foreground: #102540;
  --primary: #0755bc;
  --primary-foreground: #fff;
  --secondary: #eff5fb;
  --secondary-foreground: #102540;
  --muted: #eff5fb;
  --muted-foreground: #617188;
  --accent: #e9f4ff;
  --accent-foreground: #0755bc;
  --destructive: #d7263d;
  --border: #dbe5f0;
  --input: #c9d8e7;
  --ring: #36b9eb;
  --radius: .625rem;
}



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.scrollbar-thin { scrollbar-width: thin; }
.scrollbar-none { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-gutter-stable { scrollbar-gutter: stable; }
.content-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 50; top: 0; color: var(--ink); border-bottom: 1px solid #d9e3ec; background: rgba(255,255,255,.97); box-shadow: 0 5px 18px rgba(16,48,81,.045); backdrop-filter: blur(12px); }
.header-inner { width: min(1480px, calc(100% - 40px)); min-height: 84px; margin-inline: auto; display: flex; align-items: center; gap: 28px; transition: min-height .22s ease; }
.site-header.is-compact .header-inner { min-height: 68px; }
.brand-mark { display: inline-flex; align-items: baseline; min-width: max-content; color: #18283a; }
.brand-mark span { font-size: 28px; font-weight: 800; font-style: italic; letter-spacing: -1.8px; }
.brand-mark small { margin-left: 6px; color: var(--biz-blue); font-size: 13px; font-weight: 800; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(19px, 2vw, 33px); margin-left: auto; }
.desktop-nav > a, .desktop-dropdown-trigger { position: relative; min-height: 44px; padding: 0; display: inline-flex; align-items: center; border: 0; background: transparent; color: #263b52; font-size: 13px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.desktop-nav > a::after, .desktop-dropdown-trigger::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: var(--biz-blue); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a.is-current::after, .desktop-dropdown-trigger:hover::after, .desktop-dropdown-trigger[data-state="open"]::after { transform: scaleX(1); }
.desktop-dropdown-trigger svg { width: 14px; height: 14px; margin-left: 5px; color: #738397; transition: transform .2s ease; }
.desktop-dropdown-trigger[data-state="open"] svg { transform: rotate(180deg); }
.header-customer-link { gap: 6px; margin-left: 2px; padding-left: 25px !important; border-left: 1px solid #cfd9e3 !important; }
.header-customer-link svg { width: 15px; height: 15px; color: var(--biz-blue); }
.header-actions { display: flex; align-items: center; gap: 9px; margin-left: 7px; }
.header-actions a { min-height: 44px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.header-actions a:hover { transform: translateY(-1px); }
.header-download { gap: 7px; border: 1px solid #7da7d1; background: #fff; color: var(--biz-blue); }
.header-download:hover, .header-download.is-current { border-color: var(--biz-blue); background: #eef6ff; }
.header-download svg { width: 15px; height: 15px; }
.header-contact { border: 1px solid var(--biz-pink); background: var(--biz-pink); color: #fff; }
.header-contact:hover { border-color: #d92c52; background: #d92c52; }
.case-dropdown { width: 330px; padding: 7px; border-color: #c7d5e3; border-radius: 0; background: #fff; box-shadow: 0 18px 40px rgba(20,55,91,.14); }
.case-dropdown__item { min-height: 76px; padding: 13px 14px !important; display: flex !important; align-items: flex-start !important; flex-direction: column; border-radius: 0 !important; cursor: pointer !important; }
.case-dropdown__item + .case-dropdown__item { border-top: 1px solid #d9e2eb; }
.case-dropdown__item span { color: var(--ink); font-size: 13px; font-weight: 800; }
.case-dropdown__item small { color: #65798e; font-size: 10px; line-height: 1.6; }
.case-dropdown__item:focus { background: #f0f6fc !important; }
.mobile-menu-button { display: none; margin-left: auto; color: var(--ink) !important; }
.mobile-nav { display: none; }
.mobile-consult-bar { display: none; }
.breadcrumb-wrap { border-bottom: 1px solid var(--line); background: #fff; }
.breadcrumb { width: min(1480px, calc(100% - 40px)); height: 42px; margin-inline: auto; display: flex; align-items: center; gap: 10px; color: #64748b; font-size: 12px; }
.breadcrumb a:hover { color: var(--biz-blue); }

.column-intro { border-bottom: 1px solid var(--line); background: var(--pale); }
.intro-grid { min-height: 205px; display: grid; align-content: center; }
.eyebrow { margin: 0 0 10px; color: var(--biz-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.column-intro h1 { margin: 0; font-size: clamp(36px, 4vw, 50px); font-weight: 800; letter-spacing: -.04em; }
.intro-copy { max-width: 790px; margin: 16px 0 0; color: #44566d; font-size: 15px; line-height: 1.8; }

.finder-section { padding: 38px 0 28px; }
.finder-panel { border: 1px solid var(--line); border-top: 3px solid var(--biz-blue); background: #fff; box-shadow: 0 12px 32px rgba(20,67,112,.07); }
.finder-heading { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 20px 26px 14px; }
.finder-heading h2, .section-title-row h2 { margin: 0; font-size: clamp(22px, 2.6vw, 29px); font-weight: 800; letter-spacing: -.02em; }
.finder-heading p, .section-title-row > p { margin: 0; color: var(--muted-text); font-size: 13px; }
.search-row { padding: 0 26px 14px; }
.search-box { height: 54px; display: flex; align-items: center; gap: 12px; padding: 0 10px 0 16px; border: 1px solid #b7c9dc; background: #f9fbfd; }
.search-box:focus-within { border-color: var(--biz-blue); box-shadow: 0 0 0 3px rgba(7,85,188,.1); }
.search-box > svg { flex: none; color: var(--biz-blue); }
.search-label { flex: none; padding-right: 15px; border-right: 1px solid var(--line); color: #44566d; font-size: 12px; font-weight: 800; }
.search-box input { height: 100%; padding-inline: 0; border: 0; background: transparent; box-shadow: none; font-size: 15px; }
.search-box input:focus-visible { box-shadow: none; }
.category-tabs { padding: 0 26px; }
.category-tabs [role="tablist"] { width: 100%; height: auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0; border: 1px solid #b7c9dc; border-radius: 0; background: #fff; }
.category-tabs [role="tab"] { min-height: 50px; border-right: 1px solid #b7c9dc; border-radius: 0; color: #4e6178; font-size: 14px; font-weight: 700; box-shadow: none; }
.category-tabs [role="tab"]:last-child { border-right: 0; }
.category-tabs [role="tab"][data-state="active"] { background: var(--biz-blue); color: #fff; }
.quick-keywords { display: flex; align-items: center; gap: 22px; padding: 15px 26px 21px; }
.quick-keywords > span { flex: none; color: #697b90; font-size: 12px; font-weight: 700; }
.quick-keywords > div { display: flex; flex-wrap: wrap; gap: 8px; }
.quick-keywords button { padding: 5px 11px; border: 1px solid #c7d6e5; border-radius: 999px; background: #fff; color: #4c5e74; font-size: 12px; cursor: pointer; transition: .2s ease; }
.quick-keywords button:hover { border-color: var(--biz-blue); background: #f1f7ff; color: var(--biz-blue); }

.featured-section { padding: 34px 0 66px; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; padding-top: 19px; border-top: 2px solid var(--biz-blue); }
.featured-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(360px, .9fr); align-items: stretch; gap: 22px; }
.featured-main, .featured-small, .article-card { display: block; border: 1px solid var(--line); background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.featured-main:hover, .featured-small:hover, .article-card:hover { transform: translateY(-4px); border-color: #a9c7e5; box-shadow: 0 18px 38px rgba(22,70,115,.11); }
.featured-main { display: flex; flex-direction: column; }
.featured-main__body { flex: 1; display: flex; flex-direction: column; padding: 25px 28px 28px; }
.featured-main h3 { max-width: 620px; margin: 14px 0 12px; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.55; letter-spacing: -.02em; }
.featured-main p { margin: 0; color: var(--muted-text); font-size: 14px; line-height: 1.85; }
.featured-side { min-width: 0; display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 22px; }
.featured-small { min-width: 0; display: flex; flex-direction: column; }
.featured-small > div:last-child { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 17px 20px 19px; }
.featured-small h3 { margin: 10px 0 0; font-size: 15px; line-height: 1.65; }
.featured-small .article-link { margin-top: auto; padding-top: 13px; }
.featured-main .article-link { margin-top: auto; padding-top: 22px; }
.article-meta { width: 100%; display: flex; align-items: center; gap: 8px; color: #65768c; font-size: 12px; font-weight: 700; }
.article-meta time { margin-left: auto; font-family: Arial, sans-serif; font-weight: 500; letter-spacing: .03em; }
.category-dot { width: 7px; height: 7px; border-radius: 50%; }
.dot-pc { background: #1368ce; }.dot-mfp { background: #00a6ad; }.dot-security { background: #6a54bd; }.dot-network { background: #268a73; }
.article-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--biz-blue); font-size: 13px; font-weight: 800; }
.article-link svg { transition: transform .2s ease; }
.group:hover .article-link svg { transform: translateX(4px); }

.article-visual { position: relative; min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; display: flex; align-items: center; justify-content: center; color: #fff; background: #eaf2fa; }
.article-visual > svg { position: relative; z-index: 0; width: 70px; height: 70px; }
.article-visual > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #eef5fb; }
.article-visual.is-compact { min-height: 0; }
.article-visual.is-compact > svg { width: 48px; height: 48px; }
.featured-small .article-visual { min-height: 0; aspect-ratio: 2.6 / 1; flex: none; }
.featured-small .article-visual > img { object-fit: cover; }
.visual-pc { background: #176cc6; }.visual-mfp { background: #079aa9; }.visual-security { background: #51469b; }.visual-network { background: #267e6d; }

.articles-section { padding: 60px 0 72px; background: #f5f8fb; }
.articles-title-row strong { color: var(--biz-blue); font-size: 19px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { min-width: 0; height: 100%; display: flex; flex-direction: column; }
.article-card__body { flex: 1; display: flex; flex-direction: column; padding: 23px 24px 25px; }
.article-card h3 { margin: 14px 0 12px; font-size: 17px; line-height: 1.7; letter-spacing: -.01em; }
.article-card p { margin: 0; color: var(--muted-text); font-size: 13px; line-height: 1.8; }
.article-card .article-link { margin-top: auto; padding-top: 21px; }
.result-summary { display: flex; align-items: center; gap: 18px; }
.result-summary p { margin: 0; color: var(--muted-text); font-size: 13px; }
.result-summary button { padding: 6px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--biz-blue); font-size: 12px; font-weight: 700; cursor: pointer; }
.empty-state { padding: 68px 24px; border: 1px solid var(--line); background: #fff; text-align: center; }
.empty-state svg { color: var(--biz-blue); }
.empty-state h3 { margin: 18px 0 8px; font-size: 20px; }
.empty-state p { margin: 0 0 22px; color: var(--muted-text); font-size: 14px; }
.pagination-wrap { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 44px; }
.pagination-wrap > * { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; color: #496079; font-size: 13px; }
.pagination-current { background: var(--biz-blue); color: #fff; }
.pagination-wrap a:hover { background: #e7f1fb; color: var(--biz-blue); }
.pagination-next { gap: 7px; min-width: 88px; margin-left: 8px; border: 1px solid #b8cadc; }

.resource-section { padding: 48px 0; }
.resource-card { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 25px; padding: 30px 34px; border: 1px solid var(--line); border-left: 4px solid var(--biz-blue); background: #fff; }
.resource-icon { width: 62px; height: 62px; display: grid; place-items: center; background: #eaf4ff; color: var(--biz-blue); }
.resource-kicker { margin: 0 0 4px; color: var(--biz-blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.resource-card h2 { margin: 0 0 6px; font-size: 20px; }
.resource-card p:not(.resource-kicker) { margin: 0; color: var(--muted-text); font-size: 13px; }
.resource-card > a { min-height: 46px; padding: 0 22px; display: inline-flex; align-items: center; gap: 9px; background: var(--biz-blue); color: #fff; font-size: 13px; font-weight: 800; }

.support-bridge { padding: 62px 0; background: #082f6a; color: #fff; }
.support-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 70px; }
.support-bridge .eyebrow { color: #64d2f5; }
.support-bridge h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.03em; }
.support-bridge p:not(.eyebrow) { margin: 18px 0 0; color: #c5d9ef; font-size: 14px; line-height: 1.8; }
.support-actions { display: flex; gap: 12px; margin-top: 30px; }
.support-actions a { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; }
.support-outline { border: 1px solid rgba(255,255,255,.7); }
.support-primary { background: var(--biz-pink); }
.support-note { min-height: 126px; display: flex; align-items: center; gap: 22px; padding: 28px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.07); }
.support-note > svg { width: 42px; height: 42px; flex: none; color: #64d2f5; }
.support-note div { display: grid; gap: 7px; }
.support-note strong { font-size: 15px; }
.support-note span { color: #c5d9ef; font-size: 13px; }

/* Helpful-column article template. Existing WordPress blocks keep their content;
   the template controls reading width, hierarchy and contextual navigation. */
.article-breadcrumb { overflow: hidden; }
.article-breadcrumb > * { flex: none; }
.article-breadcrumb > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-hero-section { padding: 54px 0 48px; border-bottom: 1px solid var(--line); background: #f4f8fc; }
.article-heading-shell { width: min(900px, calc(100% - 48px)); margin-inline: auto; }
.article-heading-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 20px; color: #66778c; font-size: 12px; font-weight: 700; }
.article-heading-meta > span { display: inline-flex; align-items: center; gap: 7px; }
.article-heading-meta svg { width: 15px; height: 15px; color: var(--biz-blue); }
.article-category { padding: 6px 12px; background: var(--biz-blue); color: #fff; font-size: 12px; font-weight: 800; }
.article-category:hover { background: #06499f; }
.article-heading-shell h1 { max-width: 880px; margin: 22px 0 0; font-size: clamp(32px, 4vw, 44px); line-height: 1.48; letter-spacing: -.035em; text-wrap: pretty; }
.article-deck { max-width: 760px; margin: 18px 0 0; color: #4f6178; font-size: 16px; line-height: 1.9; }
.article-trust-row { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 25px; padding-top: 18px; border-top: 1px solid #ccd9e6; color: #53677e; font-size: 12px; }
.article-trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.article-trust-row svg { width: 17px; height: 17px; color: var(--biz-blue); }
.article-hero-image { width: min(960px, calc(100% - 48px)); margin-top: 38px; }
.article-hero-image img { width: 100%; max-height: 540px; display: block; object-fit: contain; background: #edf4fa; }

.article-content-shell { width: min(1080px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: 220px minmax(0, 780px); justify-content: center; gap: 58px; padding: 58px 0 90px; }
.article-toc-rail { min-width: 0; }
.article-toc-rail > div { position: sticky; top: 28px; padding: 4px 0 4px 19px; border-left: 2px solid #a9c7e5; }
.toc-label { margin: 0 0 17px; display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 800; }
.toc-label svg { width: 17px; height: 17px; color: var(--biz-blue); }
.article-toc-rail ol { margin: 0; padding: 0; list-style: none; }
.article-toc-rail li + li { margin-top: 11px; }
.article-toc-rail li a { display: block; color: #52667e; font-size: 12px; line-height: 1.65; }
.article-toc-rail li a:hover { color: var(--biz-blue); }
.article-toc-rail li.is-child { padding-left: 13px; }
.article-toc-rail li.is-child a { color: #738297; }
.toc-back { margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 7px; color: var(--biz-blue); font-size: 12px; font-weight: 800; }
.toc-back svg { width: 14px; height: 14px; }
.article-main { min-width: 0; }
.mobile-toc { display: none; }
.article-introduction { padding-bottom: 10px; }
.article-introduction p, .article-body p { margin: 0 0 22px; color: #243a54; font-size: 16px; line-height: 2; }
.article-introduction strong, .article-body strong { color: var(--ink); }
.article-introduction a, .article-body a { color: var(--biz-blue); text-decoration: underline; text-underline-offset: 3px; }
.marker { padding: 0 2px; background: linear-gradient(transparent 64%, #ffeda2 64%); }

.article-service-callout { margin: 34px 0 65px; padding: 22px 24px; border: 1px solid #bad0e7; border-left: 4px solid var(--biz-blue); background: #f7fbff; }
.article-service-callout > div { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 14px; font-weight: 800; }
.article-service-callout > div svg { width: 19px; height: 19px; flex: none; color: var(--biz-blue); }
.article-service-callout p { margin: 9px 0 15px; color: #52667e; font-size: 13px; line-height: 1.8; }
.article-service-callout > a { display: inline-flex; align-items: center; gap: 8px; color: var(--biz-blue); font-size: 13px; font-weight: 800; }
.article-service-callout > a svg { width: 15px; height: 15px; }

.article-body section { scroll-margin-top: 28px; }
.article-body section + section { margin-top: 68px; }
.article-body h2 { margin: 0 0 30px; padding: 13px 0 14px; border-top: 2px solid var(--biz-blue); border-bottom: 1px solid #b8cce1; color: #0b4e9e; font-size: 29px; line-height: 1.55; letter-spacing: -.025em; }
.article-body h3 { margin: 0 0 25px; padding: 0 0 12px 16px; border-left: 4px solid var(--biz-blue); border-bottom: 1px solid #c4d3e2; font-size: 23px; line-height: 1.55; letter-spacing: -.015em; }
.article-body figure { margin: 0 0 28px; }
.article-body figure img { width: 100%; height: auto; display: block; }
.article-body ul:not(.check-list) { margin: 27px 0 30px; padding: 22px 28px 22px 48px; border: 1px solid #d3e0ed; background: #f6f9fc; }
.article-body ul:not(.check-list) li { padding-left: 3px; color: #263e59; font-size: 15px; line-height: 1.85; }
.article-body ul:not(.check-list) li + li { margin-top: 9px; }
.article-body ul:not(.check-list) li::marker { color: var(--biz-blue); }
.article-note { margin: 34px 0; display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; padding: 24px 26px; background: #eaf5fd; }
.article-note > svg { width: 44px; height: 44px; color: var(--biz-blue); }
.article-note p { margin: 0; color: #245b9d; font-size: 15px; line-height: 1.9; }
.table-scroll { margin: 30px 0 8px; overflow-x: auto; border: 1px solid #bfcddd; -webkit-overflow-scrolling: touch; }
.table-scroll:focus-visible { outline: 3px solid rgba(54,185,235,.55); outline-offset: 3px; }
.table-scroll table { width: 100%; min-width: 680px; border-collapse: collapse; color: #263c55; font-size: 14px; line-height: 1.75; }
.table-scroll th, .table-scroll td { padding: 15px 17px; border-right: 1px solid #c9d5e0; border-bottom: 1px solid #c9d5e0; text-align: left; vertical-align: top; }
.table-scroll tr > *:last-child { border-right: 0; }
.table-scroll tbody tr:last-child > * { border-bottom: 0; }
.table-scroll thead th { background: #305d8c; color: #fff; font-weight: 800; text-align: center; }
.table-scroll tbody th { min-width: 118px; background: #eef3f8; color: #213b58; font-weight: 800; }

.merit-list { margin-top: 34px; border-top: 1px solid #b9cadb; }
.merit-list > div { display: grid; grid-template-columns: 50px minmax(0, 1fr); column-gap: 18px; padding: 25px 0; border-bottom: 1px solid #d6e0ea; }
.merit-list > div > span { grid-row: 1 / 3; color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.merit-list h3 { margin: 0 0 8px; padding: 0; border: 0; font-size: 19px; }
.merit-list p { margin: 0; color: #52667e; font-size: 14px; line-height: 1.85; }
.check-list { margin: 29px 0 0; padding: 0; border-top: 1px solid #c6d5e4; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; padding: 15px 3px; border-bottom: 1px solid #d9e2ec; color: #263e59; font-size: 15px; line-height: 1.7; }
.check-list svg { width: 19px; height: 19px; margin-top: 3px; flex: none; color: var(--biz-blue); }

.article-end-cta { margin-top: 76px; padding: 34px 36px; background: #0b376f; color: #fff; }
.article-end-cta .eyebrow { color: #74d5f4; }
.article-end-cta h2 { margin: 0; font-size: 26px; line-height: 1.55; }
.article-end-cta > p:not(.eyebrow) { margin: 12px 0 0; color: #d3e2f1; font-size: 14px; line-height: 1.8; }
.article-end-cta > div { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 23px; }
.article-end-cta a { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #fff; font-size: 13px; font-weight: 800; }
.article-end-cta .cta-primary { border-color: var(--biz-pink); background: var(--biz-pink); }
.article-end-cta a:hover { filter: brightness(.96); }
.article-credits { margin-top: 62px; padding-top: 27px; border-top: 2px solid var(--biz-blue); }
.article-credits > h2 { margin: 0 0 20px; font-size: 21px; }
.credit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.credit-grid > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 19px; border: 1px solid var(--line); }
.credit-grid > div > svg { width: 30px; height: 30px; color: var(--biz-blue); }
.credit-grid p { margin: 0; display: flex; flex-direction: column; }
.credit-grid span { color: #6b7d91; font-size: 11px; font-weight: 800; }
.credit-grid strong { margin-top: 3px; font-size: 13px; line-height: 1.55; }
.credit-grid small { margin-top: 8px; color: #65778c; font-size: 11px; line-height: 1.7; }
.article-share-row { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #687b91; font-size: 12px; }
.article-share-row > span { margin-right: 5px; font-weight: 800; }
.article-share-row a, .article-share-row button { min-height: 36px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #c8d5e2; background: #fff; color: #344b65; font-size: 12px; cursor: pointer; }
.article-share-row a:hover, .article-share-row button:hover { border-color: var(--biz-blue); color: var(--biz-blue); }
.article-share-row svg { width: 14px; height: 14px; }

.article-related { padding: 64px 0 74px; background: #f4f8fc; }
.article-related .section-title-row { align-items: center; margin-bottom: 27px; }
.article-related .section-title-row > a { display: inline-flex; align-items: center; gap: 8px; color: var(--biz-blue); font-size: 13px; font-weight: 800; }
.article-related .section-title-row svg { width: 16px; height: 16px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { min-width: 0; display: block; border: 1px solid var(--line); background: #fff; transition: border-color .2s ease, transform .2s ease; }
.related-card:hover { border-color: #99bbdd; transform: translateY(-3px); }
.related-card > div { aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; background: #e8f1f9; }
.related-card img { width: 100%; height: 100%; object-fit: contain; }
.related-card > p { margin: 0; min-height: 176px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; }
.related-card span { color: var(--biz-blue); font-size: 11px; font-weight: 800; }
.related-card strong { margin-top: 9px; font-size: 15px; line-height: 1.75; }
.related-card small { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 7px; color: var(--biz-blue); font-size: 12px; font-weight: 800; }
.related-card small svg { width: 14px; height: 14px; }
.article-back-link { width: fit-content; margin: 34px auto 0; display: flex; align-items: center; gap: 8px; color: var(--biz-blue); font-size: 13px; font-weight: 800; }
.article-back-link svg { width: 16px; height: 16px; }

/* Customer service hub */
.customer-hero { padding: 58px 0 52px; border-bottom: 1px solid var(--line); background: #f3f8fd; }
.customer-hero__inner { max-width: 980px; }
.customer-hero h1 { margin: 0; font-size: clamp(38px, 4.4vw, 52px); line-height: 1.35; letter-spacing: -.04em; }
.customer-hero__inner > p:not(.eyebrow) { max-width: 720px; margin: 18px 0 0; color: #465b73; font-size: 15px; line-height: 1.9; }
.customer-hero__notes { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 26px; padding-top: 19px; border-top: 1px solid #ccd9e6; color: #4f647c; font-size: 12px; font-weight: 700; }
.customer-hero__notes span { display: inline-flex; align-items: center; gap: 8px; }
.customer-hero__notes svg { width: 17px; height: 17px; color: var(--biz-blue); }

.customer-routes { padding: 58px 0 76px; }
.customer-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; padding-top: 19px; border-top: 2px solid var(--biz-blue); }
.customer-section-heading > div { display: flex; align-items: center; gap: 13px; }
.customer-section-heading > div > span, .customer-section-number { color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.customer-section-heading h2 { margin: 0; font-size: clamp(23px, 2.7vw, 30px); letter-spacing: -.025em; }
.customer-section-heading > p { margin: 0; color: var(--muted-text); font-size: 13px; }
.customer-route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.customer-route-card { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr) 20px; align-items: start; gap: 18px; padding: 25px 24px; border: 1px solid #cbd9e7; border-top: 3px solid var(--biz-blue); background: #fff; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.customer-route-card:hover { border-color: #8db4d9; background: #f8fbff; transform: translateY(-2px); }
.customer-route-card > svg:first-child { width: 36px; height: 36px; color: var(--biz-blue); stroke-width: 1.6; }
.customer-route-card > svg:last-child { width: 19px; height: 19px; margin-top: 5px; color: var(--biz-blue); }
.customer-route-card span { color: #687b91; font-size: 11px; font-weight: 800; }
.customer-route-card h3 { margin: 5px 0 8px; font-size: 18px; line-height: 1.55; }
.customer-route-card p { margin: 0; color: #5b6e84; font-size: 13px; line-height: 1.75; }

.customer-support-section { padding: 0 0 80px; }
.customer-support-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .9fr) minmax(240px, .72fr); align-items: center; gap: 34px; padding: 38px 42px; background: #0a376f; color: #fff; }
.customer-support-copy h2 { margin: 8px 0 12px; font-size: 27px; line-height: 1.5; }
.customer-support-copy > p:last-child { margin: 0; color: #cfdfef; font-size: 13px; line-height: 1.85; }
.customer-support-panel .customer-section-number { margin: 0; color: #6ed3f2; }
.customer-phone-block { padding-left: 31px; border-left: 1px solid rgba(255,255,255,.23); }
.customer-phone-block > span { color: #c9dced; font-size: 12px; font-weight: 700; }
.customer-phone-block > a { margin-top: 8px; display: flex; align-items: center; gap: 10px; color: #fff; font-family: Arial, sans-serif; font-size: 28px; font-weight: 800; letter-spacing: .015em; }
.customer-phone-block > a svg { width: 24px; height: 24px; color: #6ed3f2; }
.customer-phone-block > p { margin: 7px 0 0; color: #b9cee3; font-size: 12px; }
.customer-support-action { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.23); }
.customer-support-action p { margin: 0 0 14px; color: #c9d9e9; font-size: 12px; line-height: 1.7; }
.customer-support-action a { min-height: 44px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid rgba(255,255,255,.75); color: #fff; font-size: 12px; font-weight: 800; }
.customer-support-action a:hover { background: #fff; color: #0a376f; }
.customer-support-action svg { width: 15px; height: 15px; }

.customer-remote-section { padding: 76px 0 82px; border-top: 1px solid var(--line); }
.customer-remote-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 76px; align-items: start; }
.customer-remote-copy h2 { margin: 9px 0 19px; font-size: 30px; line-height: 1.5; }
.customer-remote-copy > p:not(.customer-section-number) { margin: 0; color: #495f77; font-size: 14px; line-height: 1.95; }
.customer-eligibility { margin-top: 24px; display: flex; align-items: flex-start; gap: 11px; padding: 17px 18px; border-left: 3px solid var(--biz-blue); background: #eef6fd; color: #315677; font-size: 12px; font-weight: 700; line-height: 1.7; }
.customer-eligibility svg { width: 19px; height: 19px; flex: none; color: var(--biz-blue); }
.customer-remote-button { width: fit-content; min-height: 50px; margin-top: 25px; padding: 0 22px; display: inline-flex; align-items: center; gap: 18px; background: var(--biz-blue); color: #fff; font-size: 13px; font-weight: 800; }
.customer-remote-button:hover { background: #06499f; }
.customer-remote-button svg { width: 18px; height: 18px; }
.customer-remote-steps { margin: 0; padding: 0; border-top: 1px solid #b8cada; list-style: none; }
.customer-remote-steps li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding: 22px 3px; border-bottom: 1px solid #d2dee9; }
.customer-remote-steps li > span { color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.customer-remote-steps strong { font-size: 15px; }
.customer-remote-steps p { margin: 8px 0 0; color: #5c6f84; font-size: 12px; line-height: 1.75; }

.customer-procedures { padding: 68px 0 82px; background: #f4f8fc; }
.customer-procedure-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 24px; }
.customer-change-panel, .customer-document-panel { padding: 29px 30px; border: 1px solid #cddae7; background: #fff; }
.customer-change-panel h3, .customer-document-panel h3 { margin: 0 0 18px; font-size: 20px; }
.customer-change-panel > p { margin: 0; color: #576b82; font-size: 13px; line-height: 1.8; }
.customer-change-panel ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 24px; padding: 0; list-style: none; }
.customer-change-panel li { padding: 6px 10px; border: 1px solid #c8d7e6; color: #465b73; font-size: 12px; }
.customer-change-panel > a { display: inline-flex; align-items: center; gap: 9px; color: var(--biz-blue); font-size: 13px; font-weight: 800; }
.customer-change-panel > a svg { width: 16px; height: 16px; }
.customer-document-panel > a { display: grid; grid-template-columns: 27px minmax(0, 1fr) 18px; align-items: center; gap: 13px; padding: 15px 0; border-top: 1px solid #d7e1eb; }
.customer-document-panel > a:last-child { border-bottom: 1px solid #d7e1eb; }
.customer-document-panel > a:hover strong { color: var(--biz-blue); }
.customer-document-panel > a > svg:first-child { width: 24px; height: 24px; color: var(--biz-blue); }
.customer-document-panel > a > svg:last-child { width: 16px; height: 16px; color: #6d8197; }
.customer-document-panel span { display: flex; flex-direction: column; }
.customer-document-panel strong { font-size: 13px; line-height: 1.55; }
.customer-document-panel small { margin-top: 4px; color: #728398; font-size: 10px; }

/* Purpose-led contact form. The page removes campaign exits and keeps one task:
   choose the inquiry type, enter the minimum information, and send. */
.contact-page { background: #f4f7fa; }
.contact-heading { padding: 34px 0 36px; border-bottom: 1px solid #cbd8e5; background: #fff; }
.contact-heading__inner { position: relative; }
.contact-back { width: fit-content; margin-bottom: 27px; display: inline-flex; align-items: center; gap: 7px; color: #52677e; font-size: 12px; font-weight: 700; }
.contact-back:hover { color: var(--biz-blue); }
.contact-back svg { width: 15px; height: 15px; }
.contact-heading h1 { margin: 0; font-size: clamp(34px, 4vw, 46px); line-height: 1.35; letter-spacing: -.04em; }
.contact-heading__inner > p:not(.eyebrow) { margin: 13px 0 0; color: #52677e; font-size: 14px; }
.contact-progress { position: absolute; right: 0; bottom: 4px; margin: 0; padding: 0; display: flex; align-items: center; list-style: none; }
.contact-progress li { min-width: 132px; position: relative; display: flex; align-items: center; gap: 9px; color: #7a899a; font-size: 12px; font-weight: 700; }
.contact-progress li + li::before { content: ""; width: 34px; height: 1px; margin-right: 14px; background: #bfcddb; }
.contact-progress span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #b9c8d7; border-radius: 50%; font-family: Arial, sans-serif; font-size: 11px; }
.contact-progress li[aria-current="step"] { color: var(--biz-blue); }
.contact-progress li[aria-current="step"] span { border-color: var(--biz-blue); background: var(--biz-blue); color: #fff; }

.contact-workspace { padding: 54px 0 88px; }
.contact-layout { display: grid; grid-template-columns: 310px minmax(0, 760px); justify-content: space-between; gap: 52px; align-items: start; }
.contact-guide { position: sticky; top: 24px; }
.contact-guide__intro { padding-top: 18px; border-top: 2px solid var(--biz-blue); }
.contact-section-number { margin: 0 0 11px; color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.contact-guide h2 { margin: 0; font-size: 19px; line-height: 1.6; }
.contact-guide dl { margin: 24px 0 0; border-top: 1px solid #cbd7e3; }
.contact-guide dl > div { padding: 15px 0; border-bottom: 1px solid #d7e1ea; }
.contact-guide dt { display: flex; align-items: center; gap: 8px; color: #63768a; font-size: 11px; font-weight: 700; }
.contact-guide dt svg { width: 15px; height: 15px; color: var(--biz-blue); }
.contact-guide dd { margin: 6px 0 0 23px; color: #1f354e; font-size: 13px; font-weight: 800; }
.contact-phone-card { margin-top: 27px; padding: 23px 22px; background: #0a376f; color: #fff; }
.contact-phone-card > span { color: #bcd1e5; font-size: 10px; font-weight: 700; }
.contact-phone-card h2 { margin-top: 6px; font-size: 16px; }
.contact-phone-card a { margin-top: 18px; display: flex; align-items: center; gap: 9px; font-family: Arial, sans-serif; font-size: 25px; font-weight: 800; letter-spacing: .01em; }
.contact-phone-card a svg { width: 21px; height: 21px; color: #6dd4f3; }
.contact-phone-card p { margin: 7px 0 0; color: #b8cce0; font-size: 10px; }
.contact-guide__note { margin: 23px 0 0; color: #617489; font-size: 12px; line-height: 1.85; }

.contact-form-panel { min-width: 0; border: 1px solid #bdcddd; border-top: 3px solid var(--biz-blue); background: #fff; box-shadow: 0 16px 42px rgba(28, 65, 101, .08); }
.prototype-bar { min-height: 43px; padding: 10px 25px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #d7e2ec; background: #f4f8fc; color: #53687f; font-size: 11px; line-height: 1.6; }
.prototype-bar svg { width: 16px; height: 16px; flex: none; color: var(--biz-blue); }
.contact-form-section { margin: 0; padding: 32px 34px 35px; border: 0; border-bottom: 1px solid #d9e3ec; }
.contact-form-section legend, .contact-form-section > h2 { width: 100%; margin: 0 0 24px; padding: 0; display: flex; align-items: center; color: var(--ink); font-size: 19px; font-weight: 800; line-height: 1.5; }
.contact-form-section legend > span, .contact-form-section > h2 > span { min-width: 36px; margin-right: 13px; color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .1em; }
.contact-form-section legend em { margin-left: auto; padding: 3px 7px; background: #eaf2fb; color: var(--biz-blue); font-size: 10px; font-style: normal; }
.inquiry-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.inquiry-option { min-width: 0; min-height: 88px; padding: 16px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid #c8d6e4; background: #fff; cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.inquiry-option:hover { border-color: #84add4; background: #f8fbff; }
.inquiry-option.is-selected { border-color: var(--biz-blue); background: #f1f7fd; box-shadow: inset 0 0 0 1px var(--biz-blue); }
.inquiry-option [data-slot="radio-group-item"] { margin-top: 3px; border-color: #8da2b7; }
.inquiry-option > span { min-width: 0; display: flex; flex-direction: column; }
.inquiry-option strong { font-size: 14px; line-height: 1.55; }
.inquiry-option small { margin-top: 5px; color: #66798e; font-size: 11px; line-height: 1.65; }
.support-priority-note { margin-top: 17px; padding: 17px 18px; display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 14px; border: 1px solid #a9c8e5; background: #f3f8fd; }
.support-priority-note > svg { width: 22px; height: 22px; color: var(--biz-blue); }
.support-priority-note strong { font-size: 13px; line-height: 1.55; }
.support-priority-note p { margin: 4px 0 0; color: #5c7187; font-size: 10px; line-height: 1.7; }
.support-priority-note a { min-height: 39px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--biz-blue); background: #fff; color: var(--biz-blue); font-size: 11px; font-weight: 800; white-space: nowrap; }
.support-priority-note a:hover { background: var(--biz-blue); color: #fff; }
.contact-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.contact-field { min-width: 0; }
.contact-field > label { margin-bottom: 9px; display: flex; align-items: center; gap: 8px; color: #253b53; font-size: 13px; font-weight: 800; }
.contact-field label em, .contact-field label span { padding: 2px 6px; font-size: 9px; font-style: normal; }
.contact-field label em { background: #eaf2fb; color: var(--biz-blue); }
.contact-field label span { background: #eef1f4; color: #6a7b8c; }
.contact-field input, .contact-field textarea { width: 100%; border-color: #aebfd0; border-radius: 0; background: #fff; color: var(--ink); box-shadow: none; }
.contact-field input { height: 49px; padding-inline: 14px; font-size: 14px; }
.contact-field textarea { min-height: 142px; padding: 13px 14px; resize: vertical; font-size: 14px; line-height: 1.75; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #9aa8b7; }
.contact-field input:focus-visible, .contact-field textarea:focus-visible { border-color: var(--biz-blue); box-shadow: 0 0 0 3px rgba(7,85,188,.1); }
.contact-field input[aria-invalid="true"] { border-color: #c93b4d; background: #fffafa; }
.field-help { margin: 7px 0 0; color: #78889a; font-size: 10px; line-height: 1.6; }
.field-error { margin: 8px 0 0; color: #bd243a; font-size: 11px; font-weight: 700; line-height: 1.55; }
.selected-context { margin: -9px 0 20px; padding: 10px 12px; border-left: 3px solid var(--biz-blue); background: #f3f8fd; color: #5a6f85; font-size: 11px; }
.selected-context strong { color: var(--ink); }
.contact-submit-area { padding: 29px 34px 34px; text-align: center; }
.contact-after-send { margin: 0 0 22px; padding: 16px 17px; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; border-top: 1px solid #b7cce0; border-bottom: 1px solid #d5e0ea; background: #f7fafc; text-align: left; }
.contact-after-send > svg { width: 20px; height: 20px; margin-top: 2px; color: var(--biz-blue); }
.contact-after-send strong { display: block; color: #253b53; font-size: 12px; }
.contact-after-send p { margin: 5px 0 0; color: #60758b; font-size: 10px; line-height: 1.75; }
.contact-submit-area > p { margin: 0; color: #66798d; font-size: 10px; line-height: 1.7; }
.contact-submit-area > p a { color: var(--biz-blue); text-decoration: underline; text-underline-offset: 3px; }
.contact-submit { width: min(100%, 390px); min-height: 58px; margin-top: 18px; border-radius: 0; background: var(--biz-blue); color: #fff; font-size: 15px; font-weight: 800; box-shadow: none; }
.contact-submit:hover { background: #06499f; }
.contact-submit svg { width: 18px; height: 18px; margin-left: 8px; }
.contact-submit-area > span { margin-top: 10px; display: block; color: #7c8b9b; font-size: 10px; }

.contact-complete { min-height: 650px; padding: 84px 24px; display: grid; place-items: start center; background: #f4f7fa; }
.contact-complete__panel { width: min(620px, 100%); padding: 48px 45px; border: 1px solid #c5d4e2; border-top: 3px solid var(--biz-blue); background: #fff; text-align: center; box-shadow: 0 16px 42px rgba(28,65,101,.08); }
.contact-complete__icon { width: 58px; height: 58px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: #e8f4fd; color: var(--biz-blue); }
.contact-complete__icon svg { width: 27px; height: 27px; }
.contact-complete h1 { margin: 0; font-size: 28px; line-height: 1.5; }
.contact-complete > div > p:not(.eyebrow) { margin: 15px 0 0; color: #596e84; font-size: 14px; }
.prototype-notice { margin-top: 26px; padding: 13px; display: flex; align-items: center; justify-content: center; gap: 8px; background: #f1f6fb; color: #536a81; font-size: 11px; }
.prototype-notice svg { width: 16px; height: 16px; color: var(--biz-blue); }
.contact-complete__panel > a { width: fit-content; min-height: 48px; margin: 28px auto 0; padding: 0 21px; display: inline-flex; align-items: center; gap: 11px; border: 1px solid var(--biz-blue); color: var(--biz-blue); font-size: 13px; font-weight: 800; }
.contact-complete__panel > a:hover { background: var(--biz-blue); color: #fff; }
.contact-complete__panel > a svg { width: 16px; height: 16px; }

/* Whitepaper archive. The release date is treated as core information rather
   than a footnote, while the shared lead form keeps the business requirement. */
.whitepaper-hero { padding: 62px 0 72px; border-bottom: 1px solid #cbd9e6; background: #f1f6fb; }
.whitepaper-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); align-items: center; gap: 72px; }
.whitepaper-labels { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0 20px; }
.whitepaper-labels span { padding: 5px 9px; border: 1px solid #a9bfd5; background: #fff; color: #49627c; font-size: 10px; font-weight: 800; letter-spacing: .03em; }
.whitepaper-hero h1 { max-width: 650px; margin: 0; font-size: clamp(35px, 4vw, 51px); line-height: 1.42; letter-spacing: -.045em; }
.whitepaper-lead { max-width: 610px; margin: 21px 0 0; color: #465c73; font-size: 15px; line-height: 1.9; }
.whitepaper-version-note { max-width: 650px; margin-top: 29px; padding: 18px 20px; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 13px; border-left: 3px solid #71869a; background: #fff; }
.whitepaper-version-note > svg { width: 22px; height: 22px; color: #526a81; }
.whitepaper-version-note p { margin: 0; display: flex; flex-direction: column; }
.whitepaper-version-note strong { color: #293f57; font-size: 12px; }
.whitepaper-version-note span { margin-top: 5px; color: #607489; font-size: 11px; line-height: 1.75; }
.whitepaper-cover-wrap { position: relative; padding: 29px 27px 27px; border: 1px solid #aec4d9; border-top: 3px solid var(--biz-blue); background: #fff; box-shadow: 0 18px 42px rgba(25,65,104,.1); }
.whitepaper-cover-index { margin-bottom: 15px; display: block; color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.whitepaper-cover-wrap img { width: 100%; height: auto; display: block; border: 1px solid #c1d1df; }

.whitepaper-download-section { position: relative; z-index: 2; margin-top: -29px; }
.whitepaper-download-panel { min-height: 132px; display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; align-items: center; gap: 23px; padding: 27px 31px; border: 1px solid #b9cadb; border-left: 4px solid var(--biz-blue); background: #fff; box-shadow: 0 14px 34px rgba(25,65,104,.08); }
.whitepaper-download-icon { width: 56px; height: 56px; display: grid; place-items: center; background: #eaf3fc; color: var(--biz-blue); }
.whitepaper-download-icon svg { width: 27px; height: 27px; }
.whitepaper-download-panel > div:nth-child(2) > p { margin: 0 0 4px; color: var(--biz-blue); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.whitepaper-download-panel h2 { margin: 0; font-size: 20px; line-height: 1.5; }
.whitepaper-download-panel > div:nth-child(2) > span { margin-top: 5px; display: block; color: #677a8d; font-size: 11px; }
.whitepaper-download-panel > a { min-width: 272px; min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; background: var(--biz-blue); color: #fff; font-size: 12px; font-weight: 800; }
.whitepaper-download-panel > a:hover { background: #06499f; }
.whitepaper-download-panel > a svg { width: 18px; height: 18px; }

.whitepaper-overview { padding: 78px 0 86px; }
.whitepaper-overview__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr); gap: 76px; }
.whitepaper-section-number { margin: 0 0 9px; color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.whitepaper-overview h2 { margin: 0 0 28px; padding-top: 15px; border-top: 2px solid var(--biz-blue); font-size: 27px; line-height: 1.5; }
.whitepaper-audience ul { margin: 0; padding: 0; border-top: 1px solid #c5d3df; list-style: none; }
.whitepaper-audience li { padding: 19px 2px; display: grid; grid-template-columns: 29px minmax(0, 1fr); gap: 13px; border-bottom: 1px solid #d7e1ea; }
.whitepaper-audience li > svg { width: 22px; height: 22px; color: var(--biz-blue); }
.whitepaper-audience li span { display: flex; flex-direction: column; }
.whitepaper-audience strong { font-size: 14px; }
.whitepaper-audience small { margin-top: 6px; color: #65788d; font-size: 11px; line-height: 1.7; }
.whitepaper-contents ol { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #b8c9d9; list-style: none; }
.whitepaper-contents li { min-height: 85px; padding: 18px 15px 18px 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; border-bottom: 1px solid #d4dfe8; }
.whitepaper-contents li:nth-child(odd) { margin-right: 19px; }
.whitepaper-contents li span { color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.whitepaper-contents li p { margin: 0; color: #293f56; font-size: 13px; line-height: 1.7; }

.whitepaper-usage-note { padding: 0 0 78px; }
.whitepaper-usage-note__inner { padding: 25px 28px; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 17px; border: 1px solid #c5d5e4; background: #f6f9fc; }
.whitepaper-usage-note__inner > svg { width: 25px; height: 25px; color: var(--biz-blue); }
.whitepaper-usage-note h2 { margin: 0; font-size: 16px; }
.whitepaper-usage-note p { margin: 8px 0 0; color: #596f85; font-size: 12px; line-height: 1.8; }

.whitepaper-service-bridge { padding: 54px 0; background: #0a376f; color: #fff; }
.whitepaper-service-bridge__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.whitepaper-service-bridge .eyebrow { color: #72d4f2; }
.whitepaper-service-bridge h2 { margin: 0; font-size: 29px; line-height: 1.5; }
.whitepaper-service-bridge p:not(.eyebrow) { margin: 11px 0 0; color: #c8d9e9; font-size: 13px; line-height: 1.8; }
.whitepaper-service-bridge a { min-width: 190px; min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid rgba(255,255,255,.8); color: #fff; font-size: 12px; font-weight: 800; }
.whitepaper-service-bridge a:hover { background: #fff; color: #0a376f; }
.whitepaper-service-bridge a svg { width: 17px; height: 17px; }

/* Gated document landing pages. The document value and the form remain visible
   together; consultation is progressive and never blocks a simple download. */
.lead-download-hero { padding: 52px 0 78px; border-bottom: 1px solid #cbd9e6; background: #f1f6fb; }
.lead-download-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .78fr); align-items: start; gap: 66px; }
.lead-download-content { min-width: 0; padding-top: 19px; }
.lead-document-labels { margin: 17px 0 20px; display: flex; flex-wrap: wrap; gap: 7px; }
.lead-document-labels span { padding: 5px 9px; border: 1px solid #a9bfd5; background: #fff; color: #49627c; font-size: 10px; font-weight: 800; letter-spacing: .03em; }
.lead-download-content > h1 { max-width: 680px; margin: 0; color: var(--ink); font-size: clamp(37px, 4.1vw, 54px); line-height: 1.38; letter-spacing: -.045em; text-wrap: pretty; }
.lead-download-lead { max-width: 650px; margin: 22px 0 0; color: #40566d; font-size: 15px; line-height: 1.95; }

.service-document-preview { max-width: 650px; margin: 38px 0 0; padding: 0; border: 1px solid #aec4d9; border-top: 3px solid var(--biz-blue); background: #fff; box-shadow: 0 18px 42px rgba(25,65,104,.09); }
.service-document-preview__head { min-height: 50px; padding: 0 17px; display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; align-items: center; gap: 10px; border-bottom: 1px solid #d5e0ea; color: var(--biz-blue); }
.service-document-preview__head svg { width: 19px; height: 19px; }
.service-document-preview__head span { font-family: Arial, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.service-document-preview__head strong { color: #2d4258; font-size: 11px; }
.service-document-preview img { width: 100%; height: auto; min-height: 270px; display: block; object-fit: contain; background: #e8f3fd; }
.service-document-preview figcaption { padding: 9px 13px; border-top: 1px solid #d5e0ea; color: #708297; font-size: 9px; text-align: right; }

.lead-document-contents { max-width: 650px; margin-top: 49px; }
.lead-section-index { margin: 0 0 9px; color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.lead-document-contents > h2, .lead-flow-heading h2 { margin: 0; padding-top: 14px; border-top: 2px solid var(--biz-blue); font-size: 25px; letter-spacing: -.02em; }
.lead-document-contents > div { margin-top: 22px; border-top: 1px solid #bdcddd; }
.lead-document-contents article { min-height: 102px; padding: 20px 0; display: grid; grid-template-columns: 32px 28px minmax(0, 1fr); align-items: start; gap: 13px; border-bottom: 1px solid #d0dce7; }
.lead-document-contents article > span { padding-top: 3px; color: #708297; font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; }
.lead-document-contents article > svg { width: 23px; height: 23px; color: var(--biz-blue); }
.lead-document-contents h3 { margin: 0; font-size: 14px; }
.lead-document-contents article p { margin: 6px 0 0; color: #5d7187; font-size: 11px; line-height: 1.7; }

.lead-download-form-column { min-width: 0; position: sticky; top: 20px; }
.lead-form-card, .lead-form-complete { border: 1px solid #b7c9da; border-top: 3px solid var(--biz-blue); background: #fff; box-shadow: 0 20px 48px rgba(23,62,100,.1); }
.lead-form-heading { padding: 26px 29px 22px; border-bottom: 1px solid #d7e1eb; }
.lead-form-index { margin: 0 0 7px; color: var(--biz-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.lead-form-heading h2, .lead-form-complete h2 { margin: 0; font-size: 23px; line-height: 1.5; letter-spacing: -.02em; }
.lead-form-heading > p:last-child { margin: 10px 0 0; color: #5d7187; font-size: 11px; line-height: 1.8; }
.lead-form-fields { padding: 25px 29px 7px; display: grid; gap: 20px; }
.lead-form-fields .contact-field input, .lead-phone-field input { height: 48px; font-size: 14px; }
.lead-consultation { margin: 19px 29px 0; border: 1px solid #b9cddd; background: #f7fafc; }
.lead-consultation.is-open { border-color: #8db8e0; background: #f2f8fe; }
.lead-check-row { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; }
.lead-check-row [data-slot="checkbox"] { width: 18px; height: 18px; margin-top: 1px; border-radius: 2px; }
.lead-consultation > .lead-check-row { padding: 16px; }
.lead-check-row > span { min-width: 0; color: #30475e; font-size: 11px; line-height: 1.65; }
.lead-check-row > span strong { display: block; color: var(--ink); font-size: 12px; }
.lead-check-row > span small { margin-top: 4px; display: block; color: #687c90; font-size: 10px; }
.lead-consultation-fields { padding: 17px 16px 18px; border-top: 1px solid #c5d7e7; }
.lead-consultation-fields > p { margin: 0 0 10px; color: #30475e; font-size: 11px; font-weight: 800; }
.lead-contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lead-contact-methods label { min-height: 42px; padding: 0 12px; display: flex; align-items: center; gap: 9px; border: 1px solid #b5c8da; background: #fff; color: #334b63; font-size: 11px; font-weight: 700; cursor: pointer; }
.lead-phone-field { margin-top: 16px; }
.lead-phone-field > label { margin-bottom: 8px; }
.lead-privacy { margin: 21px 29px 0; padding-top: 20px; border-top: 1px solid #d3dee8; }
.lead-privacy a { color: var(--biz-blue); text-decoration: underline; text-underline-offset: 3px; }
.lead-privacy em { margin-left: 5px; padding: 2px 5px; background: #eaf2fb; color: var(--biz-blue); font-size: 9px; font-style: normal; font-weight: 800; }
.lead-submit-area { padding: 23px 29px 29px; }
.lead-submit-button { width: 100%; min-height: 56px; border-radius: 0; background: var(--biz-blue); color: #fff; font-size: 14px; font-weight: 800; box-shadow: none; }
.lead-submit-button:hover { background: #06499f; }
.lead-submit-button svg { width: 17px; height: 17px; margin-left: 8px; }
.lead-submit-area > span { margin-top: 11px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #708297; font-size: 9px; }
.lead-submit-area > span svg { width: 13px; height: 13px; color: var(--biz-blue); }

.lead-form-complete { min-height: 530px; padding: 48px 35px 40px; text-align: center; }
.lead-form-complete__icon { width: 58px; height: 58px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: #e7f4fd; color: var(--biz-blue); }
.lead-form-complete__icon svg { width: 27px; height: 27px; }
.lead-form-complete > p:not(.lead-form-index):not(.lead-consultation-confirm) { margin: 13px 0 0; color: #5d7187; font-size: 11px; line-height: 1.75; }
.lead-download-button { width: 100%; min-height: 57px; margin-top: 25px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--biz-blue); color: #fff; font-size: 13px; font-weight: 800; }
.lead-download-button:hover { background: #06499f; }
.lead-download-button svg { width: 18px; height: 18px; }
.lead-consultation-confirm { margin: 18px 0 0; padding: 12px; display: flex; align-items: flex-start; gap: 8px; background: #edf7ff; color: #365d84; font-size: 10px; line-height: 1.65; text-align: left; }
.lead-consultation-confirm svg { width: 16px; height: 16px; flex: none; color: var(--biz-blue); }
.lead-secondary-link { width: fit-content; margin: 23px auto 0; display: flex; align-items: center; gap: 7px; color: var(--biz-blue); font-size: 11px; font-weight: 800; }
.lead-secondary-link svg { width: 15px; height: 15px; }

.lead-download-flow { padding: 68px 0 75px; background: #fff; }
.lead-flow-heading { margin-bottom: 28px; }
.lead-download-flow ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #afc2d5; border-bottom: 1px solid #cbd8e4; list-style: none; }
.lead-download-flow li { min-height: 150px; padding: 27px 25px; display: grid; grid-template-columns: 27px 31px minmax(0, 1fr); align-content: start; gap: 12px; border-right: 1px solid #d1dde8; }
.lead-download-flow li:last-child { border-right: 0; }
.lead-download-flow li > span { padding-top: 3px; color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; }
.lead-download-flow li > svg { width: 25px; height: 25px; color: var(--biz-blue); }
.lead-download-flow strong { display: block; font-size: 14px; }
.lead-download-flow li p { margin: 8px 0 0; color: #63778b; font-size: 11px; line-height: 1.75; }

.lead-download-support { padding: 54px 0; background: #0a376f; color: #fff; }
.lead-download-support > div { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.lead-download-support .eyebrow { color: #72d4f2; }
.lead-download-support h2 { margin: 0; font-size: 29px; line-height: 1.5; }
.lead-download-support p:not(.eyebrow) { margin: 10px 0 0; color: #c8d9e9; font-size: 12px; line-height: 1.8; }
.lead-download-support a { min-width: 190px; min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid rgba(255,255,255,.8); color: #fff; font-size: 12px; font-weight: 800; }
.lead-download-support a:hover { background: #fff; color: #0a376f; }
.lead-download-support a svg { width: 17px; height: 17px; }

.whitepaper-download-hero .lead-download-content > h1 { font-size: clamp(34px, 3.6vw, 49px); }
.lead-version-note { max-width: 650px; margin-top: 27px; padding: 17px 19px; display: grid; grid-template-columns: 23px minmax(0, 1fr); gap: 13px; border-left: 3px solid #71869a; background: #fff; }
.lead-version-note > svg { width: 21px; height: 21px; color: #526a81; }
.lead-version-note strong { color: #293f57; font-size: 12px; }
.lead-version-note p { margin: 5px 0 0; color: #607489; font-size: 10px; line-height: 1.75; }
.whitepaper-document-preview { max-width: 650px; margin: 36px 0 0; padding: 25px 24px 23px; border: 1px solid #aec4d9; border-top: 3px solid var(--biz-blue); background: #fff; box-shadow: 0 18px 42px rgba(25,65,104,.09); }
.whitepaper-document-preview > span { margin-bottom: 14px; display: block; color: var(--biz-blue); font-family: Arial, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.whitepaper-document-preview img { width: 100%; height: auto; display: block; border: 1px solid #c1d1df; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(54,185,235,.65); outline-offset: 3px; }

.site-footer { padding: 48px 0 26px; background: #061f45; color: #fff; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; }
.footer-brand { color: #fff; }
.footer-brand span { font-size: 26px; }
.footer-brand small { color: #fff; }
.footer-inner > div:first-child > p { margin: 12px 0 0; color: #9fb6d1; font-size: 12px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; color: #c2d1e1; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin: 22px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #7991ad; font-family: Arial, sans-serif; font-size: 10px; }

@media (max-width: 1240px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav > a, .desktop-dropdown-trigger { font-size: 12px; }
  .header-actions a { padding-inline: 18px; }
}
@media (max-width: 1380px) and (min-width: 1061px) {
  .desktop-nav { gap: 13px; }
  .desktop-nav > a, .desktop-dropdown-trigger { font-size: 11px; }
  .header-actions a { padding-inline: 15px; }
}
@media (max-width: 1060px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu-button { display: inline-flex; }
  .header-inner { min-height: 72px; }
  .site-header.is-compact .header-inner { min-height: 64px; }
  .mobile-nav-v2 { max-height: calc(100dvh - 72px); overflow-y: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; padding: 17px max(24px, calc((100% - 720px) / 2)) 25px; border-top: 1px solid #dce5ed; background: #fff; color: var(--ink); box-shadow: 0 16px 32px rgba(21,53,85,.1); }
  .mobile-nav-section { min-width: 0; display: grid; align-content: start; }
  .mobile-nav-section > span { padding: 10px 0 8px; color: #758699; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
  .mobile-nav-section > a { min-height: 51px; padding: 12px 0; display: flex; justify-content: center; flex-direction: column; border-top: 1px solid #dbe4ec; color: #263d55; font-size: 13px; font-weight: 800; }
  .mobile-nav-section > a:last-child { border-bottom: 1px solid #dbe4ec; }
  .mobile-nav-section small { margin-top: 3px; color: #718397; font-size: 9px; font-weight: 500; }
  .mobile-nav-single { min-height: 50px; padding: 0 !important; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #dbe4ec; color: #263d55; font-size: 13px; font-weight: 800; }
  .mobile-nav-single svg { width: 16px; height: 16px; color: var(--biz-blue); }
  .mobile-document-cta { min-height: 48px; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--biz-blue); color: var(--biz-blue); font-size: 12px; font-weight: 800; }
  .mobile-document-cta svg { width: 16px; height: 16px; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-main { grid-column: auto; }
  .featured-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .featured-small .article-visual { aspect-ratio: 2.4 / 1; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .support-grid { grid-template-columns: 1fr 330px; gap: 45px; }
  .article-content-shell { grid-template-columns: minmax(0, 780px); }
  .article-toc-rail { display: none; }
  .mobile-toc { margin: 0 0 38px; display: block; border: 1px solid #bcd0e5; background: #f7fbff; }
  .mobile-toc summary { padding: 16px 18px; color: var(--biz-blue); font-size: 14px; font-weight: 800; cursor: pointer; }
  .mobile-toc ol { margin: 0; padding: 3px 24px 19px 38px; }
  .mobile-toc li + li { margin-top: 9px; }
  .mobile-toc a { color: #435972; font-size: 13px; line-height: 1.65; }
  .customer-support-panel { grid-template-columns: 1fr 1fr; }
  .customer-support-action { grid-column: 1 / -1; padding: 21px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.23); }
  .customer-support-action a { width: fit-content; min-width: 230px; }
  .customer-remote-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-layout { grid-template-columns: 265px minmax(0, 1fr); gap: 34px; }
  .contact-progress { display: none; }
  .inquiry-options { grid-template-columns: 1fr; }
  .contact-field-grid { grid-template-columns: 1fr; }
  .whitepaper-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); gap: 42px; }
  .whitepaper-overview__grid { grid-template-columns: 1fr; gap: 55px; }
}
@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .content-shell { width: min(100% - 32px, 620px); }
  .header-inner, .breadcrumb { width: calc(100% - 32px); }
  .brand-mark span { font-size: 24px; }
  .brand-mark small { font-size: 12px; }
  .mobile-nav-v2 { max-height: calc(100dvh - 64px); grid-template-columns: 1fr; gap: 4px; padding: 12px 20px 22px; }
  .mobile-nav-section + .mobile-nav-section { margin-top: 7px; }
  .mobile-nav-single { min-height: 48px; }
  .mobile-document-cta { min-height: 50px; margin-top: 12px; }
  .mobile-consult-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; min-height: 62px; display: flex; align-items: center; justify-content: center; border-top: 1px solid rgba(255,255,255,.8); background: var(--biz-pink); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 -8px 24px rgba(33,57,82,.14); }
  .column-intro { padding: 38px 0 31px; }
  .intro-grid { min-height: auto; }
  .column-intro h1 { font-size: 37px; }
  .intro-copy { margin-top: 18px; font-size: 14px; line-height: 1.9; }
  .finder-section { padding: 26px 0 20px; }
  .finder-heading, .section-title-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .finder-heading { padding: 19px 20px 13px; }
  .finder-heading p, .section-title-row > p { line-height: 1.7; }
  .search-row { padding: 0 20px 14px; }
  .search-box { height: 54px; }
  .search-label { display: none; }
  .category-tabs { padding: 0 20px; }
  .category-tabs [role="tablist"] { grid-template-columns: 1fr 1fr; }
  .category-tabs [role="tab"] { border-bottom: 1px solid #b7c9dc; }
  .category-tabs [role="tab"]:nth-child(even) { border-right: 0; }
  .category-tabs [role="tab"]:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .quick-keywords { align-items: flex-start; flex-direction: column; gap: 10px; padding: 17px 20px 22px; }
  .featured-section { padding: 30px 0 50px; }
  .featured-main__body { padding: 23px 21px 25px; }
  .featured-main h3 { font-size: 21px; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-main { grid-column: auto; }
  .featured-side { grid-template-columns: 1fr; }
  .featured-small { display: flex; flex-direction: column; }
  .featured-small .article-visual { aspect-ratio: 16 / 9; }
  .featured-small .article-visual > img { object-fit: contain; }
  .featured-small > div:last-child { padding: 18px; }
  .featured-small h3 { margin-block: 10px; font-size: 14px; }
  .featured-small .article-link { margin-top: auto; }
  .article-visual { min-height: 0; }
  .article-visual.is-compact { min-height: 0; }
  .articles-section { padding: 54px 0 62px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { display: grid; grid-template-columns: 125px minmax(0, 1fr); }
  .article-card__body { padding: 18px; }
  .article-card h3 { margin: 10px 0 0; font-size: 15px; line-height: 1.65; }
  .article-card p, .article-card .article-link { display: none; }
  .article-card .article-visual.is-compact { min-height: 100%; }
  .article-card .article-meta time { display: none; }
  .article-visual.is-compact > svg { width: 38px; height: 38px; }
  .pagination-wrap { flex-wrap: wrap; }
  .result-summary { width: 100%; justify-content: space-between; }
  .resource-section { padding: 40px 0; }
  .resource-card { grid-template-columns: 52px 1fr; gap: 16px; padding: 24px 20px; }
  .resource-icon { width: 52px; height: 52px; }
  .resource-card h2 { font-size: 17px; line-height: 1.55; }
  .resource-card > a { grid-column: 1 / -1; }
  .support-bridge { padding: 56px 0; }
  .support-grid { grid-template-columns: 1fr; gap: 35px; }
  .support-note { min-height: 0; padding: 22px; }
  .support-actions { flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
  .article-breadcrumb { width: calc(100% - 32px); }
  .article-hero-section { padding: 34px 0 31px; }
  .article-heading-shell { width: calc(100% - 32px); }
  .article-heading-meta { gap: 10px 15px; }
  .article-heading-shell h1 { margin-top: 18px; font-size: 28px; line-height: 1.5; }
  .article-deck { margin-top: 14px; font-size: 14px; line-height: 1.85; }
  .article-trust-row { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 20px; padding-top: 15px; }
  .article-hero-image { width: calc(100% - 32px); margin-top: 24px; }
  .article-content-shell { width: calc(100% - 32px); padding: 35px 0 64px; }
  .mobile-toc { margin-bottom: 31px; }
  .article-introduction p, .article-body p { margin-bottom: 19px; font-size: 15px; line-height: 1.95; }
  .article-service-callout { margin: 28px 0 53px; padding: 20px 18px; }
  .article-service-callout > div { align-items: flex-start; font-size: 13px; line-height: 1.65; }
  .article-body section + section { margin-top: 54px; }
  .article-body h2 { margin-bottom: 24px; padding: 10px 0 11px; font-size: 24px; }
  .article-body h3 { margin-bottom: 21px; padding-left: 12px; font-size: 20px; }
  .article-body ul:not(.check-list) { padding: 19px 20px 19px 38px; }
  .article-body ul:not(.check-list) li { font-size: 14px; }
  .article-note { grid-template-columns: 34px 1fr; gap: 13px; padding: 20px 17px; }
  .article-note > svg { width: 32px; height: 32px; }
  .article-note p { font-size: 14px; }
  .table-scroll { margin-top: 24px; }
  .table-scroll table { min-width: 650px; font-size: 13px; }
  .table-scroll th, .table-scroll td { padding: 13px 14px; }
  .merit-list > div { grid-template-columns: 38px minmax(0, 1fr); gap: 13px; }
  .merit-list h3 { font-size: 17px; }
  .article-end-cta { margin-top: 60px; padding: 28px 22px; }
  .article-end-cta h2 { font-size: 22px; }
  .article-end-cta > div { flex-direction: column; }
  .article-end-cta a { width: 100%; }
  .article-credits { margin-top: 50px; }
  .credit-grid { grid-template-columns: 1fr; }
  .article-share-row > span { width: 100%; margin-bottom: 3px; }
  .article-related { padding: 50px 0 58px; }
  .article-related .section-title-row { align-items: flex-start; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { display: grid; grid-template-columns: 122px minmax(0, 1fr); }
  .related-card > div { min-height: 100%; aspect-ratio: auto; }
  .related-card > p { min-height: 140px; padding: 17px; }
  .related-card strong { font-size: 14px; line-height: 1.65; }
  .related-card small { padding-top: 10px; }
  .customer-hero { padding: 39px 0 34px; }
  .customer-hero h1 { font-size: 36px; }
  .customer-hero__inner > p:not(.eyebrow) { margin-top: 14px; font-size: 14px; }
  .customer-hero__notes { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 20px; padding-top: 15px; }
  .customer-routes { padding: 42px 0 58px; }
  .customer-section-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 21px; }
  .customer-section-heading > div { align-items: flex-start; }
  .customer-section-heading h2 { font-size: 24px; }
  .customer-section-heading > p { line-height: 1.7; }
  .customer-route-grid { grid-template-columns: 1fr; gap: 12px; }
  .customer-route-card { grid-template-columns: 34px minmax(0, 1fr) 18px; gap: 13px; padding: 21px 18px; }
  .customer-route-card > svg:first-child { width: 30px; height: 30px; }
  .customer-route-card h3 { font-size: 16px; }
  .customer-support-section { padding-bottom: 58px; }
  .customer-support-panel { width: 100%; grid-template-columns: 1fr; gap: 27px; padding: 32px 24px; }
  .customer-support-copy h2 { font-size: 23px; }
  .customer-phone-block { padding: 23px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.23); }
  .customer-phone-block > a { font-size: 26px; }
  .customer-support-action { grid-column: auto; }
  .customer-support-action a { width: 100%; min-width: 0; }
  .customer-remote-section { padding: 56px 0 61px; }
  .customer-remote-grid { gap: 38px; }
  .customer-remote-copy h2 { font-size: 25px; }
  .customer-remote-button { width: 100%; justify-content: space-between; }
  .customer-procedures { padding: 52px 0 62px; }
  .customer-procedure-grid { grid-template-columns: 1fr; }
  .customer-change-panel, .customer-document-panel { padding: 24px 20px; }
  .contact-heading { padding: 24px 0 27px; }
  .contact-back { margin-bottom: 21px; }
  .contact-heading h1 { font-size: 34px; }
  .contact-heading__inner > p:not(.eyebrow) { line-height: 1.75; }
  .contact-workspace { padding: 28px 0 60px; }
  .contact-layout { width: 100%; grid-template-columns: 1fr; gap: 32px; }
  .contact-form-panel { order: 1; border-right: 0; border-left: 0; box-shadow: none; }
  .contact-guide { width: calc(100% - 32px); margin-inline: auto; position: static; order: 2; }
  .prototype-bar { padding: 10px 16px; }
  .contact-form-section { padding: 27px 20px 29px; }
  .contact-form-section legend, .contact-form-section > h2 { margin-bottom: 20px; font-size: 17px; }
  .contact-form-section legend > span, .contact-form-section > h2 > span { min-width: 28px; margin-right: 8px; }
  .inquiry-option { min-height: 0; padding: 15px 14px; }
  .support-priority-note { grid-template-columns: 22px minmax(0, 1fr); align-items: start; padding: 16px 14px; }
  .support-priority-note > svg { width: 20px; height: 20px; }
  .support-priority-note a { grid-column: 1 / -1; width: 100%; min-height: 46px; }
  .contact-field-grid { gap: 22px; }
  .contact-field input { height: 51px; font-size: 16px; }
  .contact-field textarea { font-size: 16px; }
  .contact-submit-area { padding: 25px 20px 29px; }
  .contact-submit { min-height: 56px; }
  .contact-complete { min-height: 570px; padding: 50px 16px; }
  .contact-complete__panel { padding: 38px 21px; }
  .contact-complete h1 { font-size: 23px; }
  .whitepaper-hero { padding: 40px 0 57px; }
  .whitepaper-hero__grid { grid-template-columns: 1fr; gap: 33px; }
  .whitepaper-hero h1 { font-size: 33px; line-height: 1.48; }
  .whitepaper-lead { margin-top: 17px; font-size: 14px; }
  .whitepaper-version-note { margin-top: 23px; padding: 16px; }
  .whitepaper-cover-wrap { padding: 20px 17px 18px; }
  .whitepaper-download-section { margin-top: -21px; }
  .whitepaper-download-panel { width: calc(100% - 32px); grid-template-columns: 48px minmax(0, 1fr); gap: 15px; padding: 22px 18px; }
  .whitepaper-download-icon { width: 46px; height: 46px; }
  .whitepaper-download-panel h2 { font-size: 17px; }
  .whitepaper-download-panel > a { grid-column: 1 / -1; width: 100%; min-width: 0; min-height: 54px; }
  .whitepaper-overview { padding: 56px 0 61px; }
  .whitepaper-overview__grid { grid-template-columns: 1fr; gap: 48px; }
  .whitepaper-overview h2 { margin-bottom: 22px; font-size: 23px; }
  .whitepaper-contents ol { grid-template-columns: 1fr; }
  .whitepaper-contents li:nth-child(odd) { margin-right: 0; }
  .whitepaper-contents li { min-height: 0; padding-block: 16px; }
  .whitepaper-usage-note { padding-bottom: 58px; }
  .whitepaper-usage-note__inner { padding: 21px 18px; }
  .whitepaper-service-bridge { padding: 48px 0; }
  .whitepaper-service-bridge__inner { align-items: flex-start; flex-direction: column; gap: 25px; }
  .whitepaper-service-bridge h2 { font-size: 24px; }
  .whitepaper-service-bridge a { width: 100%; }
}
@media (max-width: 1060px) {
  .lead-download-hero { padding: 38px 0 61px; }
  .lead-download-layout { grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); gap: 36px; }
  .lead-download-content { padding-top: 10px; }
  .lead-download-content > h1 { font-size: 39px; }
  .whitepaper-download-hero .lead-download-content > h1 { font-size: 35px; }
  .lead-download-form-column { position: static; }
  .lead-form-heading, .lead-form-fields { padding-inline: 23px; }
  .lead-consultation, .lead-privacy { margin-inline: 23px; }
  .lead-submit-area { padding-inline: 23px; }
  .lead-download-flow li { grid-template-columns: 24px minmax(0, 1fr); }
  .lead-download-flow li > svg { grid-row: 1 / 3; grid-column: 1; margin-top: 24px; }
  .lead-download-flow li > span, .lead-download-flow li > div { grid-column: 2; }
}
@media (max-width: 760px) {
  .lead-download-hero { padding: 35px 0 54px; }
  .lead-download-layout { width: 100%; grid-template-columns: 1fr; gap: 34px; }
  .lead-download-content { width: calc(100% - 32px); margin-inline: auto; padding-top: 0; }
  .lead-document-labels { margin-block: 13px 16px; }
  .lead-download-content > h1, .whitepaper-download-hero .lead-download-content > h1 { font-size: 32px; line-height: 1.45; }
  .lead-download-lead { margin-top: 17px; font-size: 14px; line-height: 1.85; }
  .service-document-preview { margin-top: 29px; }
  .service-document-preview img { min-height: 0; }
  .lead-document-contents { margin-top: 40px; }
  .lead-document-contents > h2, .lead-flow-heading h2 { font-size: 22px; }
  .lead-document-contents article { min-height: 0; grid-template-columns: 26px 25px minmax(0, 1fr); padding-block: 17px; gap: 10px; }
  .lead-download-form-column { width: 100%; }
  .lead-form-card, .lead-form-complete { border-right: 0; border-left: 0; box-shadow: none; }
  .lead-form-heading { padding: 24px 20px 20px; }
  .lead-form-heading h2 { font-size: 21px; }
  .lead-form-fields { padding: 23px 20px 6px; }
  .lead-form-fields .contact-field input, .lead-phone-field input { height: 51px; font-size: 16px; }
  .lead-consultation { margin: 18px 20px 0; }
  .lead-privacy { margin: 20px 20px 0; }
  .lead-submit-area { padding: 22px 20px 27px; }
  .lead-submit-button { min-height: 58px; font-size: 13px; }
  .lead-form-complete { min-height: 0; padding: 39px 21px 34px; }
  .lead-version-note { margin-top: 22px; padding: 15px; }
  .whitepaper-document-preview { margin-top: 28px; padding: 18px 16px 17px; }
  .lead-download-flow { padding: 52px 0 58px; }
  .lead-flow-heading { margin-bottom: 23px; }
  .lead-download-flow ol { grid-template-columns: 1fr; }
  .lead-download-flow li { min-height: 0; padding: 21px 7px; grid-template-columns: 26px 28px minmax(0, 1fr); border-right: 0; border-bottom: 1px solid #d1dde8; }
  .lead-download-flow li:last-child { border-bottom: 0; }
  .lead-download-flow li > svg { grid-row: auto; grid-column: 2; margin-top: 0; }
  .lead-download-flow li > span { grid-column: 1; }
  .lead-download-flow li > div { grid-column: 3; }
  .lead-download-support { padding: 45px 0; }
  .lead-download-support > div { align-items: flex-start; flex-direction: column; gap: 25px; }
  .lead-download-support h2 { font-size: 23px; }
  .lead-download-support a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Corporate service homepage. The homepage intentionally uses a denser,
   decision-oriented rhythm than editorial templates. */
.home-page {
  --home-navy: #062f67;
  --home-deep: #041f46;
  --home-blue: #075bc8;
  --home-cyan: #35b9ea;
  --home-pale: #f2f7fc;
  background: #fff;
}
.home-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.home-section-kicker,
.home-heading > p:first-child,
.home-heading > div > p,
.home-faq__heading > p,
.home-final-cta__heading > p {
  margin: 0 0 12px;
  color: var(--home-blue);
  font: 800 11px/1.4 Arial, sans-serif;
  letter-spacing: .16em;
}
.home-heading { margin-bottom: 38px; }
.home-heading h2,
.home-faq__heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(29px, 3.4vw, 42px);
  line-height: 1.42;
  letter-spacing: -.035em;
  text-wrap: pretty;
}
.home-heading__lead {
  max-width: 760px;
  margin: 17px 0 0 !important;
  color: #52677e !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
}
.home-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.home-heading--split > div { max-width: 800px; }
.home-heading--split > p,
.home-heading--split > a {
  flex: none;
  margin: 0;
  color: #60748b;
  font-size: 13px;
  line-height: 1.85;
}
.home-heading--split > a { display: inline-flex; align-items: center; gap: 8px; color: var(--home-blue); font-weight: 800; }
.home-heading--split > a svg { width: 16px; height: 16px; }

.home-hero {
  position: relative;
  padding: 67px 0 0;
  background:
    linear-gradient(90deg, rgba(7,91,200,.055) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(rgba(7,91,200,.055) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(115deg, #f8fbff 0%, #fff 48%, #eef7ff 100%);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 38vw;
  height: 3px;
  background: linear-gradient(90deg, var(--home-blue), var(--home-cyan));
}
.home-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .84fr); align-items: center; gap: 68px; }
.home-hero__copy { position: relative; z-index: 2; padding: 14px 0 59px; animation: home-enter .65s cubic-bezier(.2,.8,.2,1) both; }
.home-overline { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 13px; margin: 0 0 21px; color: var(--home-blue); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.home-overline svg { width: 18px; height: 18px; }
.home-overline span { padding-left: 13px; border-left: 1px solid #aac5e0; color: #4f657d; font-weight: 700; letter-spacing: .02em; }
.home-hero h1 { margin: 0; color: #0c2748; font-size: clamp(41px, 4.35vw, 61px); font-weight: 700; line-height: 1.36; letter-spacing: -.055em; }
.home-hero h1 strong { color: var(--home-blue); font-weight: 800; }
.home-hero__price { width: fit-content; margin-top: 25px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 12px; padding: 13px 18px 13px 16px; border-left: 3px solid var(--home-blue); background: rgba(255,255,255,.82); box-shadow: inset 0 0 0 1px #d4e2ee; }
.home-hero__price > span { color: #294764; font-size: 12px; font-weight: 800; }
.home-hero__price p { margin: 0; display: flex; align-items: baseline; color: #183553; font-size: 14px; font-weight: 800; white-space: nowrap; }
.home-hero__price p strong { margin: 0 3px 0 6px; color: var(--home-blue); font: 800 31px/1 Arial, sans-serif; letter-spacing: -.03em; }
.home-hero__price p small { margin-left: 4px; color: #60758b; font-size: 9px; font-weight: 600; }
.home-hero__price em { padding-left: 12px; border-left: 1px solid #bfd0df; color: var(--home-blue); font-size: 11px; font-style: normal; font-weight: 800; }
.home-hero__lead { max-width: 710px; margin: 17px 0 0; color: #405a76; font-size: 16px; line-height: 1.95; }
.home-hero__lead strong { color: var(--ink); }
.home-hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.home-cta {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 19px 14px 21px;
  border: 1px solid var(--home-blue);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.home-cta:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(7,58,118,.14); }
.home-cta span { display: grid; gap: 4px; font-size: 14px; font-weight: 800; }
.home-cta small { font-size: 10px; font-weight: 700; line-height: 1.5; }
.home-cta > svg { width: 19px; height: 19px; flex: none; }
.home-cta--primary { background: var(--home-blue); color: #fff; }
.home-cta--primary small { color: #cde4ff; }
.home-cta--secondary { background: #fff; color: var(--home-blue); }
.home-cta--secondary small { color: #64768b; }
.home-hero__form-note { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; color: #65798f; font-size: 11px; }
.home-hero__form-note svg { width: 14px; height: 14px; color: var(--home-blue); }
.home-hero__visual { position: relative; align-self: end; animation: home-enter .7s .12s cubic-bezier(.2,.8,.2,1) both; }
.home-hero__image-wrap { position: relative; min-height: 545px; overflow: hidden; border-left: 1px solid #bdd2e7; background: #e6f1fb; }
.home-hero__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,31,70,.24)); pointer-events: none; }
.home-hero__image-wrap img { width: 100%; height: 545px; display: block; object-fit: cover; object-position: 57% 50%; }
.home-hero__visual-label {
  position: absolute;
  right: -22px;
  bottom: 28px;
  left: 26px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 15px;
  padding: 19px 22px;
  background: rgba(4,39,83,.94);
  color: #fff;
  box-shadow: 0 16px 35px rgba(7,43,84,.22);
}
.home-hero__visual-label > svg { width: 36px; height: 36px; color: #65cff2; }
.home-hero__visual-label div { display: grid; gap: 4px; }
.home-hero__visual-label small { color: #8cdaef; font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .16em; }
.home-hero__visual-label strong { font-size: 16px; }
.home-proof { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #cbddeb; border-bottom: 0; background: #fff; box-shadow: 0 -6px 30px rgba(28,76,121,.07); }
.home-proof > div { min-height: 118px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 16px; padding: 21px 25px; }
.home-proof > div + div { border-left: 1px solid #d6e3ee; }
.home-proof > div > span { color: var(--home-blue); font: 800 10px/1 Arial, sans-serif; letter-spacing: .12em; }
.home-proof p { margin: 0; display: grid; color: #687a8e; font-size: 11px; line-height: 1.5; }
.home-proof strong { margin-top: 2px; color: var(--ink); font-size: 22px; line-height: 1.4; }
.home-proof small { margin-top: 3px; color: #77879a; font-size: 9px; }

.home-quick-contact { padding: 78px 0 82px; border-bottom: 1px solid #d7e3ed; background: #fff; }
.home-quick-contact__layout { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(620px, 1.32fr); gap: 70px; align-items: start; }
.home-quick-contact__intro { padding-top: 24px; border-top: 3px solid var(--home-blue); }
.home-quick-contact__intro h2 { margin: 0; font-size: 32px; line-height: 1.45; letter-spacing: -.035em; }
.home-quick-contact__intro > p:not(.home-section-kicker) { margin: 17px 0 0; color: #566b81; font-size: 13px; line-height: 1.9; }
.home-quick-contact__intro dl { margin: 29px 0 0; border-top: 1px solid #cbd9e6; }
.home-quick-contact__intro dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 17px; padding: 16px 0; border-bottom: 1px solid #d8e2eb; }
.home-quick-contact__intro dt { display: flex; align-items: center; gap: 7px; color: #61758a; font-size: 11px; font-weight: 700; }
.home-quick-contact__intro dt svg { width: 15px; height: 15px; color: var(--home-blue); }
.home-quick-contact__intro dd { margin: 0; display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 9px; color: #203b58; font-size: 12px; font-weight: 800; }
.home-quick-contact__intro dd a { color: var(--home-blue); font: 800 17px/1.3 Arial, sans-serif; }
.home-quick-contact__intro dd span { color: #718296; font-size: 9px; font-weight: 500; }
.home-quick-form,
.home-quick-contact__complete { border: 1px solid #bfd0df; border-top: 3px solid var(--home-blue); background: #f8fbfe; box-shadow: 0 16px 42px rgba(27,68,108,.08); }
.home-quick-form { padding: 28px 31px 30px; }
.home-quick-form__heading { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-quick-form__heading strong { color: #203a56; font-size: 16px; }
.home-quick-form__heading span { color: #687b8f; font-size: 10px; }
.home-quick-form__heading b { margin-right: 5px; padding: 2px 6px; background: #e6f0fa; color: var(--home-blue); font-size: 9px; }
.home-quick-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 17px; }
.home-quick-form label { display: grid; grid-template-columns: auto 1fr; justify-content: start; align-items: center; gap: 7px; color: #29435e; font-size: 12px; font-weight: 800; }
.home-quick-form label em,
.home-quick-form label > span { width: fit-content; padding: 2px 6px; font-size: 9px; font-style: normal; }
.home-quick-form label em { background: #e6f0fa; color: var(--home-blue); }
.home-quick-form label > span { background: #e9edf1; color: #6b7c8e; }
.home-quick-form input,
.home-quick-form textarea { width: 100%; grid-column: 1 / -1; border: 1px solid #adbed0; border-radius: 0; background: #fff; color: var(--ink); font: inherit; font-weight: 500; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.home-quick-form input { height: 48px; padding: 0 13px; }
.home-quick-form textarea { min-height: 82px; padding: 11px 13px; resize: vertical; line-height: 1.7; }
.home-quick-form input::placeholder,
.home-quick-form textarea::placeholder { color: #9aa8b6; }
.home-quick-form input:focus,
.home-quick-form textarea:focus { border-color: var(--home-blue); box-shadow: 0 0 0 3px rgba(7,85,188,.09); }
.home-quick-form__message { margin-top: 19px; }
.home-quick-form__submit { margin-top: 22px; display: grid; grid-template-columns: 1fr 245px; align-items: center; gap: 24px; }
.home-quick-form__submit p { margin: 0; color: #6c7e91; font-size: 9px; line-height: 1.7; }
.home-quick-form__submit p a { color: var(--home-blue); text-decoration: underline; text-underline-offset: 2px; }
.home-quick-form__submit button { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 0; background: var(--home-blue); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; transition: background .2s ease; }
.home-quick-form__submit button:hover { background: #06499f; }
.home-quick-form__submit button svg { width: 17px; height: 17px; }
.home-quick-contact__complete { min-height: 350px; padding: 54px 40px; display: grid; place-items: center; align-content: center; text-align: center; }
.home-quick-contact__complete > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #e3f1fb; color: var(--home-blue); }
.home-quick-contact__complete > span svg { width: 24px; height: 24px; }
.home-quick-contact__complete h3 { margin: 20px 0 0; font-size: 21px; }
.home-quick-contact__complete p { margin: 11px 0 0; color: #5c7187; font-size: 13px; }
.home-quick-contact__complete small { margin-top: 18px; color: #8290a0; font-size: 9px; }

.home-fit { padding: 91px 0 90px; background: var(--home-pale); }
.home-issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #c8d8e7; background: #fff; }
.home-issue-card { position: relative; min-height: 238px; padding: 31px 30px; }
.home-issue-card + .home-issue-card { border-left: 1px solid #c8d8e7; }
.home-issue-card > span { color: var(--home-blue); font: 800 11px/1 Arial, sans-serif; letter-spacing: .12em; }
.home-issue-card h3 { margin: 29px 0 13px; font-size: 19px; line-height: 1.55; letter-spacing: -.02em; }
.home-issue-card p { margin: 0; color: #5b6f85; font-size: 13px; line-height: 1.85; }
.home-issue-card::after { content: ""; position: absolute; right: 30px; bottom: 0; left: 30px; height: 3px; background: #d7e6f3; transition: background .2s ease; }
.home-issue-card:hover::after { background: var(--home-blue); }
.home-fit__answer { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 27px 28px; background: var(--home-navy); color: #fff; }
.home-fit__answer span { color: #85d6f1; font-size: 12px; font-weight: 800; }
.home-fit__answer strong { font-size: clamp(18px, 2vw, 24px); }

.home-outcomes { padding: 102px 0 108px; }
.home-outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-outcome-card { padding: 29px 29px 33px; border-top: 3px solid var(--home-blue); background: #fff; box-shadow: inset 0 0 0 1px #d3e0ec; }
.home-outcome-card > div { display: flex; align-items: center; gap: 12px; color: var(--home-blue); }
.home-outcome-card > div svg { width: 28px; height: 28px; stroke-width: 1.6; }
.home-outcome-card > div span { font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.home-outcome-card h3 { margin: 27px 0 13px; font-size: 20px; line-height: 1.58; letter-spacing: -.02em; }
.home-outcome-card p { margin: 0; color: #5b6f85; font-size: 13px; line-height: 1.9; }

.home-support { position: relative; padding: 99px 0 91px; background: var(--home-navy); color: #fff; }
.home-support::after { content: ""; position: absolute; inset: 0; opacity: .08; background: linear-gradient(90deg, #fff 1px, transparent 1px) 0 0 / 64px 64px, linear-gradient(#fff 1px, transparent 1px) 0 0 / 64px 64px; pointer-events: none; }
.home-support > .home-shell { position: relative; z-index: 1; }
.home-heading--light h2 { color: #fff; }
.home-heading--light > p:first-child { color: #77d4f0; }
.home-heading--light .home-heading__lead { color: #c9dcec !important; }
.home-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; }
.home-method-card { min-height: 330px; padding: 31px 31px 34px; color: var(--ink); }
.home-method-card + .home-method-card { border-left: 1px solid #cddae6; }
.home-method-card__top { display: flex; align-items: center; justify-content: space-between; }
.home-method-card__top span { color: var(--home-blue); font: 800 11px/1 Arial, sans-serif; letter-spacing: .14em; }
.home-method-card__top svg { width: 37px; height: 37px; color: var(--home-blue); stroke-width: 1.45; }
.home-method-card h3 { margin: 40px 0 8px; font-size: 25px; }
.home-method-card > strong { color: var(--home-blue); font-size: 13px; }
.home-method-card > p { margin: 21px 0 0; color: #5a6e84; font-size: 13px; line-height: 1.9; }
.home-support__link { margin-top: 29px; text-align: right; }
.home-support__link a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.65); color: #fff; font-size: 13px; font-weight: 800; }
.home-support__link svg { width: 16px; height: 16px; }

.home-scope { padding: 104px 0; background: #f7fafc; }
.home-scope__layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: 76px; }
.home-scope__copy h2 { margin: 0; font-size: clamp(29px, 3.2vw, 40px); line-height: 1.5; letter-spacing: -.035em; }
.home-scope__copy > p:not(.home-section-kicker) { margin: 20px 0 0; color: #52677e; font-size: 14px; line-height: 1.9; }
.home-device-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #c9d9e7; background: #fff; }
.home-device-grid > div { min-height: 150px; display: grid; place-items: center; align-content: center; gap: 15px; padding: 20px; border-right: 1px solid #d4e0eb; border-bottom: 1px solid #d4e0eb; }
.home-device-grid > div:nth-child(3n) { border-right: 0; }
.home-device-grid > div:nth-last-child(-n+3) { border-bottom: 0; }
.home-device-grid svg { width: 37px; height: 37px; color: var(--home-blue); stroke-width: 1.4; }
.home-device-grid span { color: #344d67; font-size: 12px; font-weight: 800; text-align: center; }

.home-cases { padding: 104px 0 110px; }
.home-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bbcee0; border-bottom: 1px solid #bbcee0; }
.home-case-card { min-width: 0; padding: 30px 28px 34px; }
.home-case-card + .home-case-card { border-left: 1px solid #bbcee0; }
.home-case-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-case-card__meta > span { color: var(--home-blue); font: 800 10px/1 Arial, sans-serif; letter-spacing: .14em; }
.home-case-card__meta p { margin: 0; display: flex; align-items: center; gap: 8px; color: #344e69; font-size: 12px; font-weight: 800; }
.home-case-card__meta small { padding-left: 8px; border-left: 1px solid #b9cadb; color: #75869a; font-size: 10px; }
.home-case-card h3 { min-height: 92px; margin: 31px 0 24px; font-size: 19px; line-height: 1.65; letter-spacing: -.02em; }
.home-case-card dl { margin: 0; }
.home-case-card dl > div { display: grid; grid-template-columns: 54px 1fr; gap: 13px; padding: 15px 0; border-top: 1px solid #d6e1eb; }
.home-case-card dt { color: #60758b; font-size: 10px; font-weight: 800; }
.home-case-card dd { margin: 0; color: #4c6279; font-size: 12px; line-height: 1.8; }
.home-case-card dl > div:last-child dt { color: var(--home-blue); }
.home-case-card dl > div:last-child dd { color: #223e5c; font-weight: 700; }
.home-context-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 28px 31px; background: #edf5fc; }
.home-context-cta div { display: grid; gap: 5px; }
.home-context-cta p { margin: 0; color: var(--home-blue); font-size: 11px; font-weight: 800; }
.home-context-cta strong { font-size: 14px; }
.home-context-cta > a { min-height: 48px; flex: none; display: inline-flex; align-items: center; gap: 11px; padding: 0 20px; background: var(--home-blue); color: #fff; font-size: 12px; font-weight: 800; }
.home-context-cta > a svg { width: 16px; height: 16px; }

.home-price { padding: 103px 0 100px; background: var(--home-pale); }
.home-price-grid { max-width: 940px; margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.home-price-card { position: relative; padding: 31px 35px 34px; border: 1px solid #bfd0df; background: #fff; }
.home-price-card--recommended { border-top: 4px solid var(--home-blue); }
.home-price-card__label { margin: -31px -35px 27px; padding: 11px 17px; background: #e6eff8; color: #476079; font-size: 11px; font-weight: 800; text-align: center; }
.home-price-card--recommended .home-price-card__label { margin-top: -34px; background: var(--home-blue); color: #fff; }
.home-price-card > p { margin: 0; color: #324d69; font-size: 15px; font-weight: 800; text-align: center; }
.home-price-card h3 { margin: 17px 0 0; color: var(--home-blue); font: 800 44px/1.2 Arial, sans-serif; text-align: center; }
.home-price-card h3 small { margin-inline: 6px; color: #607389; font: 700 11px/1.2 "Noto Sans JP", sans-serif; }
.home-price-card > strong { display: block; margin-top: 7px; color: #253f5b; font-size: 15px; text-align: center; }
.home-price-card > strong b { color: var(--home-blue); font: 800 31px/1 Arial, sans-serif; }
.home-price-card > strong small { font-size: 10px; }
.home-price-card ul { margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid #d3dfe9; list-style: none; }
.home-price-card li { display: flex; align-items: center; gap: 9px; color: #4d6379; font-size: 12px; }
.home-price-card li + li { margin-top: 11px; }
.home-price-card li svg { width: 15px; height: 15px; flex: none; color: var(--home-blue); stroke-width: 3; }
.home-price__note { margin: 18px 0 0; color: #6b7d90; font-size: 10px; text-align: center; }
.home-price__action { margin-top: 27px; text-align: center; }
.home-price__action a { min-height: 50px; display: inline-flex; align-items: center; gap: 10px; padding: 0 24px; border: 1px solid var(--home-blue); background: #fff; color: var(--home-blue); font-size: 12px; font-weight: 800; }
.home-price__action svg { width: 16px; height: 16px; }

.home-compare { padding: 103px 0 105px; }
.home-table-wrap { overflow-x: auto; border: 1px solid #b8cbdd; background: #fff; -webkit-overflow-scrolling: touch; }
.home-table-wrap:focus-visible { outline: 3px solid rgba(53,185,234,.5); outline-offset: 3px; }
.home-table-wrap table { width: 100%; min-width: 820px; border-collapse: collapse; table-layout: fixed; }
.home-table-wrap th,
.home-table-wrap td { padding: 20px 19px; border-right: 1px solid #c9d7e4; border-bottom: 1px solid #c9d7e4; color: #51667c; font-size: 12px; line-height: 1.65; text-align: center; }
.home-table-wrap tr > *:last-child { border-right: 0; }
.home-table-wrap tbody tr:last-child > * { border-bottom: 0; }
.home-table-wrap thead th { background: #edf3f8; color: #304b67; font-weight: 800; }
.home-table-wrap thead th:last-child { background: var(--home-navy); color: #fff; }
.home-table-wrap tbody th { width: 17%; background: #f7f9fb; color: #304b67; font-weight: 800; text-align: left; }
.home-table-wrap td strong { color: var(--home-blue); }
.home-table-note { margin: 12px 0 0; color: #748599; font-size: 10px; }

.home-flow { padding: 103px 0 108px; background: #f6f9fc; }
.home-flow__layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .7fr); align-items: start; gap: 70px; }
.home-flow-list { margin: 0; padding: 0; border-top: 1px solid #bdcede; list-style: none; }
.home-flow-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid #bdcede; }
.home-flow-list li > span { color: var(--home-blue); font: 800 11px/1.5 Arial, sans-serif; letter-spacing: .12em; }
.home-flow-list h3 { margin: 0; font-size: 17px; }
.home-flow-list p { margin: 8px 0 0; color: #5b7086; font-size: 12px; line-height: 1.8; }
.home-assurance { padding: 33px 31px; border-top: 4px solid var(--home-cyan); background: var(--home-navy); color: #fff; }
.home-assurance > svg { width: 40px; height: 40px; color: #6bd1ef; stroke-width: 1.5; }
.home-assurance > p { margin: 24px 0 8px; color: #7fd5ee; font: 800 9px/1.4 Arial, sans-serif; letter-spacing: .16em; }
.home-assurance h3 { margin: 0; font-size: 21px; line-height: 1.55; }
.home-assurance ul { margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.home-assurance li { display: flex; align-items: center; gap: 10px; color: #d2e1ef; font-size: 12px; }
.home-assurance li + li { margin-top: 12px; }
.home-assurance li svg { width: 16px; height: 16px; color: #6bd1ef; }
.home-assurance > a { min-height: 46px; margin-top: 27px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 16px; border: 1px solid rgba(255,255,255,.65); font-size: 11px; font-weight: 800; }
.home-assurance > a svg { width: 15px; height: 15px; }

.home-faq { padding: 106px 0; }
.home-faq__layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); align-items: start; gap: 82px; }
.home-faq__heading { position: sticky; top: 98px; }
.home-faq__heading h2 { font-size: 34px; }
.home-faq__heading > span { display: block; margin-top: 20px; color: #65798e; font-size: 12px; line-height: 1.85; }
.home-faq__items { border-top: 1px solid #b9ccde; }
.home-faq__items details { border-bottom: 1px solid #b9ccde; }
.home-faq__items summary { min-height: 75px; display: grid; grid-template-columns: 31px 1fr 22px; align-items: center; gap: 13px; padding: 17px 5px; color: #263f5b; font-size: 14px; font-weight: 800; line-height: 1.7; cursor: pointer; list-style: none; }
.home-faq__items summary::-webkit-details-marker { display: none; }
.home-faq__items summary > span { color: var(--home-blue); font: 800 17px/1 Arial, sans-serif; }
.home-faq__items summary::after { content: "+"; color: var(--home-blue); font: 400 24px/1 Arial, sans-serif; text-align: center; transition: transform .2s ease; }
.home-faq__items details[open] summary::after { transform: rotate(45deg); }
.home-faq__items details > div { display: grid; grid-template-columns: 31px 1fr; gap: 13px; padding: 2px 5px 25px; }
.home-faq__items details > div > span { color: #24a4d4; font: 800 17px/1.7 Arial, sans-serif; }
.home-faq__items details > div p { margin: 0; color: #536a81; font-size: 13px; line-height: 1.9; }

.home-content-bridge { padding: 93px 0 101px; background: var(--home-pale); }
.home-bridge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.home-bridge-grid > a { min-height: 250px; display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 31px; border: 1px solid #c5d5e3; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.home-bridge-grid > a:hover { transform: translateY(-3px); border-color: #8eb6dc; box-shadow: 0 15px 30px rgba(27,72,115,.1); }
.home-bridge-grid > a > span { width: 68px; height: 68px; display: grid; place-items: center; background: #e9f4fd; color: var(--home-blue); }
.home-bridge-grid > a > span svg { width: 30px; height: 30px; }
.home-bridge-grid > a > div { display: flex; flex-direction: column; align-items: flex-start; }
.home-bridge-grid small { color: var(--home-blue); font-size: 10px; font-weight: 800; }
.home-bridge-grid h3 { margin: 8px 0 11px; font-size: 23px; }
.home-bridge-grid p { margin: 0; color: #60748a; font-size: 12px; line-height: 1.8; }
.home-bridge-grid strong { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--home-blue); font-size: 12px; }
.home-bridge-grid strong svg { width: 15px; height: 15px; }

.home-final-cta { padding: 92px 0 80px; background: var(--home-deep); color: #fff; }
.home-final-cta__heading { text-align: center; }
.home-final-cta__heading > p { color: #6bd1ef; }
.home-final-cta__heading h2 { margin: 0; font-size: clamp(29px, 3.4vw, 42px); letter-spacing: -.035em; }
.home-final-cta__heading > span { display: block; margin-top: 15px; color: #b9cfe4; font-size: 12px; }
.home-final-cta__grid { max-width: 960px; margin: 38px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.home-final-cta__grid > a { min-height: 132px; display: grid; grid-template-columns: 34px 1fr 20px; align-items: center; gap: 17px; padding: 25px 24px; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.04); transition: background .2s ease, transform .2s ease; }
.home-final-cta__grid > a:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); }
.home-final-cta__grid > a > svg:first-child { width: 31px; height: 31px; color: #6bd1ef; }
.home-final-cta__grid > a > svg:last-child { width: 19px; height: 19px; }
.home-final-cta__grid > a div { display: grid; gap: 4px; }
.home-final-cta__grid small { color: #88d6ec; font-size: 10px; }
.home-final-cta__grid strong { font-size: 18px; }
.home-final-cta__grid span { color: #b8cce0; font-size: 10px; line-height: 1.6; }
.home-final-cta__phone { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 11px; }
.home-final-cta__phone > svg { width: 18px; height: 18px; color: #6bd1ef; }
.home-final-cta__phone > span { color: #b9cfe4; font-size: 11px; }
.home-final-cta__phone > a { font: 800 25px/1.2 Arial, sans-serif; letter-spacing: .03em; }
.home-final-cta__phone > small { color: #9fb7ce; font-size: 10px; }

@keyframes home-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .home-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 38px; }
  .home-hero h1 { font-size: 45px; }
  .home-hero__actions { grid-template-columns: 1fr; }
  .home-hero__image-wrap,
  .home-hero__image-wrap img { height: 590px; min-height: 590px; }
  .home-quick-contact__layout { grid-template-columns: 270px 1fr; gap: 38px; }
  .home-quick-form__submit { grid-template-columns: 1fr; gap: 15px; }
  .home-quick-form__submit button { width: 245px; justify-self: end; }
  .home-scope__layout { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .home-faq__layout { grid-template-columns: 270px 1fr; gap: 50px; }
}

@media (max-width: 900px) {
  .home-heading--split { align-items: flex-start; flex-direction: column; gap: 15px; }
  .home-heading--split > p { max-width: 660px; }
  .home-hero { padding-top: 45px; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 0; }
  .home-hero__copy { padding-bottom: 44px; }
  .home-hero__actions { max-width: 700px; grid-template-columns: 1fr 1fr; }
  .home-hero__visual { width: min(620px, 100%); margin-inline: auto; }
  .home-hero__image-wrap,
  .home-hero__image-wrap img { height: 430px; min-height: 430px; }
  .home-hero__image-wrap img { object-position: 50% 35%; }
  .home-hero__visual-label { right: -14px; }
  .home-proof { margin-top: 0; }
  .home-proof > div { grid-template-columns: 27px 1fr; padding-inline: 18px; }
  .home-proof strong { font-size: 18px; }
  .home-quick-contact__layout { grid-template-columns: 1fr; gap: 32px; }
  .home-quick-contact__intro { max-width: 700px; }
  .home-issue-grid,
  .home-outcome-grid,
  .home-method-grid,
  .home-case-grid { grid-template-columns: 1fr; }
  .home-issue-card,
  .home-method-card { min-height: 0; }
  .home-issue-card + .home-issue-card,
  .home-method-card + .home-method-card,
  .home-case-card + .home-case-card { border-left: 0; border-top: 1px solid #c8d8e7; }
  .home-outcome-grid { gap: 13px; }
  .home-method-card h3 { margin-top: 24px; }
  .home-scope__layout { grid-template-columns: 1fr; gap: 40px; }
  .home-case-card h3 { min-height: 0; }
  .home-price-grid { max-width: 720px; }
  .home-flow__layout { grid-template-columns: 1fr; gap: 44px; }
  .home-assurance { max-width: 620px; }
  .home-faq__layout { grid-template-columns: 1fr; gap: 38px; }
  .home-faq__heading { position: static; }
}

@media (max-width: 760px) {
  .home-shell { width: calc(100% - 32px); }
  .home-heading { margin-bottom: 27px; }
  .home-heading h2,
  .home-faq__heading h2 { font-size: 27px; line-height: 1.5; }
  .home-heading__lead { margin-top: 13px !important; font-size: 14px !important; }
  .home-hero { padding-top: 32px; }
  .home-overline { align-items: flex-start; gap: 8px; font-size: 10px; }
  .home-overline span { width: 100%; padding: 0 0 0 27px; border-left: 0; }
  .home-hero h1 { font-size: 34px; line-height: 1.45; letter-spacing: -.045em; }
  .home-hero__price { width: 100%; margin-top: 20px; gap: 7px 10px; padding: 12px 13px; }
  .home-hero__price > span { width: 100%; }
  .home-hero__price p strong { font-size: 28px; }
  .home-hero__price em { margin-left: auto; }
  .home-hero__lead { margin-top: 16px; font-size: 14px; line-height: 1.85; }
  .home-hero__actions { grid-template-columns: 1fr; margin-top: 26px; }
  .home-cta { min-height: 70px; }
  .home-hero__visual { width: calc(100% + 32px); margin-left: -16px; }
  .home-hero__image-wrap { border-left: 0; }
  .home-hero__image-wrap,
  .home-hero__image-wrap img { height: 365px; min-height: 365px; }
  .home-hero__visual-label { right: 16px; bottom: 17px; left: 16px; padding: 16px 17px; }
  .home-proof { width: 100%; grid-template-columns: 1fr; border-right: 0; border-left: 0; }
  .home-proof > div { min-height: 90px; grid-template-columns: 29px 1fr; padding: 17px 20px; }
  .home-proof > div + div { border-top: 1px solid #d6e3ee; border-left: 0; }
  .home-proof strong { font-size: 18px; }
  .home-quick-contact { padding: 58px 0 64px; }
  .home-quick-contact__layout { width: 100%; gap: 28px; }
  .home-quick-contact__intro { width: calc(100% - 32px); margin-inline: auto; }
  .home-quick-contact__intro h2 { font-size: 27px; }
  .home-quick-form { padding: 25px 20px 27px; border-right: 0; border-left: 0; box-shadow: none; }
  .home-quick-form__heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .home-quick-form__grid { grid-template-columns: 1fr; }
  .home-quick-form input { height: 51px; font-size: 16px; }
  .home-quick-form textarea { font-size: 16px; }
  .home-quick-form__submit { grid-template-columns: 1fr; }
  .home-quick-form__submit button { width: 100%; justify-self: stretch; }
  .home-quick-contact__complete { min-height: 310px; border-right: 0; border-left: 0; }
  .home-fit,
  .home-outcomes,
  .home-support,
  .home-scope,
  .home-cases,
  .home-price,
  .home-compare,
  .home-flow,
  .home-faq,
  .home-content-bridge { padding: 65px 0 69px; }
  .home-issue-card { padding: 26px 22px; }
  .home-issue-card h3 { margin-top: 20px; font-size: 17px; }
  .home-fit__answer { align-items: flex-start; flex-direction: column; gap: 6px; padding: 23px 22px; }
  .home-fit__answer strong { font-size: 17px; line-height: 1.65; }
  .home-outcome-card { padding: 25px 22px 27px; }
  .home-outcome-card h3 { margin-top: 21px; font-size: 18px; }
  .home-method-card { padding: 25px 22px 28px; }
  .home-method-card h3 { font-size: 22px; }
  .home-support__link { text-align: left; }
  .home-scope__copy h2 { font-size: 27px; }
  .home-device-grid { grid-template-columns: 1fr 1fr; }
  .home-device-grid > div { min-height: 120px; }
  .home-device-grid > div:nth-child(3n) { border-right: 1px solid #d4e0eb; }
  .home-device-grid > div:nth-child(2n) { border-right: 0; }
  .home-device-grid > div:nth-last-child(-n+3) { border-bottom: 1px solid #d4e0eb; }
  .home-device-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .home-case-card { padding: 26px 20px 29px; }
  .home-case-card h3 { margin-top: 24px; font-size: 17px; }
  .home-context-cta { align-items: flex-start; flex-direction: column; gap: 18px; padding: 23px 20px; }
  .home-context-cta > a { width: 100%; justify-content: space-between; }
  .home-price-grid { grid-template-columns: 1fr; }
  .home-price-card { padding: 29px 24px; }
  .home-price-card__label { margin: -29px -24px 25px; }
  .home-price-card--recommended .home-price-card__label { margin-top: -29px; }
  .home-price__note { text-align: left; line-height: 1.7; }
  .home-price__action a { width: 100%; justify-content: center; }
  .home-compare .home-heading--split { gap: 12px; }
  .home-table-wrap table { min-width: 720px; }
  .home-table-wrap th,
  .home-table-wrap td { padding: 16px 14px; }
  .home-flow-list li { grid-template-columns: 39px 1fr; gap: 13px; }
  .home-assurance { padding: 27px 22px; }
  .home-faq__items summary { grid-template-columns: 26px 1fr 20px; font-size: 13px; }
  .home-faq__items details > div { grid-template-columns: 26px 1fr; }
  .home-bridge-grid { grid-template-columns: 1fr; }
  .home-bridge-grid > a { min-height: 0; grid-template-columns: 55px 1fr; gap: 16px; padding: 23px 20px; }
  .home-bridge-grid > a > span { width: 52px; height: 52px; }
  .home-bridge-grid > a > span svg { width: 24px; height: 24px; }
  .home-bridge-grid h3 { font-size: 20px; }
  .home-final-cta { padding: 65px 0 92px; }
  .home-final-cta__heading h2 { font-size: 28px; }
  .home-final-cta__heading > span { line-height: 1.7; }
  .home-final-cta__grid { grid-template-columns: 1fr; margin-top: 29px; }
  .home-final-cta__grid > a { min-height: 112px; grid-template-columns: 29px 1fr 18px; gap: 13px; padding: 21px 18px; }
  .home-final-cta__grid > a > svg:first-child { width: 27px; height: 27px; }
  .home-final-cta__grid strong { font-size: 16px; }
  .home-final-cta__phone { flex-wrap: wrap; gap: 8px 10px; }
  .home-final-cta__phone > span { width: calc(100% - 30px); }
  .home-final-cta__phone > a { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__copy,
  .home-hero__visual { animation: none !important; }
}
