/* Design tokens */
:root {
	--navy: #002a72;
	--navy-2: #002a72;
	--blue: #0c66ff;
	--bright-blue: #0c66ff;
	--teal: #0c66ff;
	--teal-light: #ffffff;
	--accent: #0c66ff;
	--accent-dark: #002a72;
	--violet: #0c66ff;
	--heading: #002a72;
	--text: #002a72;
	--muted: rgba(0, 42, 114, .72);
	--surface: #ffffff;
	--surface-2: #ffffff;
	--cloud: #ffffff;
	--soft-blue: rgba(12, 102, 255, .07);
	--border: rgba(0, 42, 114, .14);
	--border-strong: rgba(0, 42, 114, .28);
	--success: #0c66ff;
	--error: #000000;
	--shadow-sm: 0 8px 24px rgba(0, 42, 114, .08);
	--shadow-md: 0 18px 48px rgba(0, 42, 114, .12);
	--shadow-lg: 0 30px 80px rgba(0, 42, 114, .16);
	--radius-sm: 10px;
	--radius: 16px;
	--radius-lg: 24px;
	--container: 1260px;
	--header-bottom: 116px;
	--font-ui: "Be Vietnam Pro", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-article: "Noto Serif", Georgia, "Times New Roman", serif;
	--ease: cubic-bezier(.22, 1, .36, 1);
}

html[data-theme="dark"] {
	--heading: #ffffff;
	--text: #ffffff;
	--muted: rgba(255, 255, 255, .78);
	--surface: #002a72;
	--surface-2: #002a72;
	--cloud: #002a72;
	--soft-blue: rgba(255, 255, 255, .08);
	--border: rgba(255, 255, 255, .18);
	--border-strong: rgba(255, 255, 255, .32);
	--shadow-sm: 0 10px 30px rgba(0, 0, 0, .18);
	--shadow-md: 0 20px 56px rgba(0, 0, 0, .26);
	--shadow-lg: 0 32px 80px rgba(0, 0, 0, .32);
	color-scheme: dark;
}

/* Reset and base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; background: var(--surface); color: var(--text); font-family: var(--font-ui); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--accent-dark); }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.55em; color: var(--heading); font-weight: 800; letter-spacing: -0.026em; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(44px, 5vw, 72px); }
h2 { font-size: clamp(30px, 3.5vw, 48px); }
h3 { font-size: clamp(21px, 2vw, 28px); }
p { margin: 0 0 1.25em; }
ul, ol { padding-left: 1.35em; }
blockquote { margin: 1.8em 0; padding: 1.1em 1.3em; border-left: 4px solid var(--blue); background: var(--soft-blue); color: var(--heading); font-size: 1.15em; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 13px 15px; border: 1px solid var(--border); text-align: left; }
th { background: var(--soft-blue); color: var(--heading); }
::selection { background: #ffffff; color: #002a72; }
[hidden] { display: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.screen-reader-text:focus, .skip-link:focus { z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 16px; clip: auto; border-radius: 8px; background: #ffffff; color: var(--navy); box-shadow: var(--shadow-md); }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 100000; }
:focus-visible { outline: 3px solid rgba(12, 102, 255, 0.42); outline-offset: 3px; }

/* Layout */
.site-shell { min-height: 100vh; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--article { width: min(calc(100% - 40px), 820px); }
.container--form { width: min(calc(100% - 32px), 1040px); }
.container--narrow { width: min(calc(100% - 40px), 760px); }
.section { position: relative; padding: clamp(72px, 8vw, 112px) 0; }
.section--white { background: var(--surface); }
.section--soft { background: var(--cloud); }
.section--navy { background: var(--navy); color: #ffffff; }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy strong { color: #ffffff; }
.section--navy p { color: #ffffff; }
.split-layout { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.split-layout--visual { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
.split-layout figure { margin: 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 17px; }
.section-heading--center > p:last-child { margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.eyebrow--light { color: #0c66ff; }
.section-action { margin-top: 32px; text-align: right; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }

/* Buttons and links */
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 10px 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; line-height: 1.3; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button .icon { transition: transform 180ms ease; }
.button:hover .icon, .text-link:hover .icon { transform: translateX(3px); }
.button--large { min-height: 54px; padding: 14px 22px; }
.button--primary { background: var(--blue); color: #ffffff; box-shadow: 0 12px 28px rgba(12, 102, 255, 0.2); }
.button--primary:hover { background: #0c66ff; color: #ffffff; }
.button--secondary { border-color: var(--border-strong); background: var(--surface); color: var(--navy); }
.button--secondary:hover { border-color: var(--blue); background: var(--soft-blue); color: var(--navy); }
.button--accent { background: var(--accent); color: #002a72; box-shadow: 0 12px 28px rgba(12, 102, 255, 0.2); }
.button--accent:hover { background: #0c66ff; color: #002a72; }
.button--light { background: #ffffff; color: var(--navy); }
.button--light:hover { background: #ffffff; color: var(--navy); }
.button--outline-light { border-color: rgba(255, 255, 255, 0.4); color: #ffffff; }
.button--outline-light:hover { border-color: #ffffff; background: rgba(255, 255, 255, 0.08); color: #ffffff; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link .icon { width: 18px; transition: transform 180ms ease; }
.icon-button { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--heading); cursor: pointer; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.icon-button:hover { border-color: var(--blue); background: var(--soft-blue); color: var(--blue); }

/* Header and navigation */
.utility-bar { position: relative; z-index: 51; min-height: 34px; background: var(--navy); color: #ffffff; font-size: 12px; }
.utility-bar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar p { margin: 0; }
.utility-bar a { color: #ffffff; font-weight: 700; text-decoration: none; }
.utility-bar__inner > div { display: flex; align-items: center; gap: 22px; }
.utility-bar__inner > div a { display: flex; align-items: center; gap: 6px; }
.utility-bar .icon { width: 15px; height: 15px; }
.site-header { position: sticky; top: 0; z-index: 50; height: 82px; border-bottom: 1px solid rgba(12, 102, 255, 0.7); background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(16px); transition: height 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { height: 70px; box-shadow: var(--shadow-sm); }
.site-header__inner { display: grid; height: 100%; grid-template-columns: 248px minmax(0, 1fr) auto; align-items: center; gap: 22px; }
.site-logo, .custom-logo-link { display: inline-flex; align-items: center; }
.site-logo img, .custom-logo { width: 230px; max-height: 58px; object-fit: contain; object-position: left center; }
.desktop-navigation { min-width: 0; }
.primary-menu { display: flex; align-items: center; justify-content: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.primary-menu > li { position: relative; }
.menu-item__row { display: flex; align-items: center; }
.primary-menu > li > .menu-item__row > a, .primary-menu--fallback > li > a { display: flex; min-height: 44px; align-items: center; padding: 8px 10px; border-radius: 9px; color: var(--heading); font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background-color 180ms ease, color 180ms ease; }
.primary-menu > li:hover > .menu-item__row > a, .primary-menu > li.current-menu-item > .menu-item__row > a, .primary-menu > li.current-menu-ancestor > .menu-item__row > a { background: var(--soft-blue); color: var(--blue); }
.submenu-toggle { display: grid; width: 26px; height: 36px; place-items: center; margin-left: -8px; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.submenu-toggle .icon { width: 15px; height: 15px; transform: rotate(90deg); transition: transform 180ms ease; }
.menu-item.is-open > .menu-item__row .submenu-toggle .icon { transform: rotate(-90deg); }
.sub-menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 240px; margin: 0; padding: 10px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow-md); list-style: none; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 200ms ease, transform 200ms var(--ease); }
.menu-item.is-open > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--heading); font-weight: 600; text-decoration: none; }
.sub-menu a:hover { background: var(--soft-blue); color: var(--blue); }
.mega-menu { position: fixed; z-index: 60; top: var(--header-bottom); left: 50%; display: grid; width: min(calc(100vw - 40px), 1240px); max-height: calc(100vh - var(--header-bottom) - 20px); grid-template-columns: 0.8fr 2.2fr 0.78fr; gap: 26px; overflow: auto; padding: 28px; border: 1px solid var(--border); border-radius: 0 0 20px 20px; background: var(--surface); box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: opacity 220ms ease, transform 220ms var(--ease); }
.menu-item.is-open > .mega-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.mega-menu__intro { padding: 8px 6px; }
.mega-menu__intro h2 { font-size: 26px; }
.mega-menu__intro p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.mega-menu__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.mega-menu__grid a { display: grid; grid-template-columns: 34px 1fr; gap: 2px 8px; padding: 10px; border-radius: 10px; color: var(--heading); text-decoration: none; transition: background-color 180ms ease, transform 180ms ease; }
.mega-menu__grid a:hover { background: var(--soft-blue); transform: translateY(-2px); }
.mega-menu__grid span { grid-row: 1 / span 2; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: var(--soft-blue); color: var(--blue); font-size: 11px; font-weight: 800; }
.mega-menu__grid strong { font-size: 13px; }
.mega-menu__grid small { overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.mega-menu__cta { align-self: stretch; padding: 20px; border-radius: 14px; background: var(--navy); color: #ffffff; }
.mega-menu__cta > span { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 18px; border-radius: 12px; background: var(--blue); color: #ffffff; }
.mega-menu__cta strong { display: block; color: #ffffff; font-size: 18px; }
.mega-menu__cta p { font-size: 13px; }
.mega-menu__cta .button { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.language-switcher select { min-height: 42px; max-width: 112px; padding: 7px 28px 7px 10px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); color: var(--heading); font-size: 12px; font-weight: 700; }
.theme-icon--sun { display: none; }
[data-theme="dark"] .theme-icon--moon { display: none; }
[data-theme="dark"] .theme-icon--sun { display: block; }
.menu-toggle { display: none; min-height: 44px; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); color: var(--heading); font-weight: 700; }
.menu-toggle .icon { width: 22px; }

/* Drawer and search modal */
.mobile-drawer, .search-modal { position: fixed; z-index: 1000; inset: 0; visibility: hidden; opacity: 0; transition: visibility 220ms, opacity 220ms ease; }
.mobile-drawer.is-open, .search-modal.is-open { visibility: visible; opacity: 1; }
.mobile-drawer__backdrop, .search-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 42, 114, 0.62); backdrop-filter: blur(5px); }
.mobile-drawer__panel { position: absolute; top: 0; right: 0; width: min(92vw, 430px); height: 100%; overflow-y: auto; padding: 20px; background: var(--surface); box-shadow: -24px 0 60px rgba(0, 0, 0, 0.22); transform: translateX(100%); transition: transform 280ms var(--ease); }
.mobile-drawer.is-open .mobile-drawer__panel { transform: translateX(0); }
.mobile-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.mobile-drawer__head .site-logo img { width: 190px; }
.mobile-navigation { margin: 18px 0; }
.mobile-navigation .primary-menu { display: block; }
.mobile-navigation .primary-menu > li { border-bottom: 1px solid var(--border); }
.mobile-navigation .menu-item__row { justify-content: space-between; }
.mobile-navigation .primary-menu > li > .menu-item__row > a { min-height: 52px; flex: 1; padding-inline: 2px; font-size: 16px; }
.mobile-navigation .submenu-toggle { width: 44px; margin: 0; }
.mobile-navigation .mega-menu, .mobile-navigation .sub-menu { position: static; display: none; width: auto; max-height: none; grid-template-columns: 1fr; overflow: visible; margin: 0 0 14px; padding: 12px; border-radius: 12px; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
.mobile-navigation .menu-item.is-open > .mega-menu, .mobile-navigation .menu-item.is-open > .sub-menu { display: grid; }
.mobile-navigation .mega-menu__intro, .mobile-navigation .mega-menu__cta { display: none; }
.mobile-navigation .mega-menu__grid { grid-template-columns: 1fr; }
.mobile-drawer__panel > .button { width: 100%; }
.mobile-drawer__panel > p { margin-top: 16px; color: var(--muted); font-size: 13px; text-align: center; }
.search-modal { display: grid; place-items: start center; padding-top: min(15vh, 140px); }
.search-modal__panel { position: relative; width: min(calc(100% - 32px), 760px); padding: clamp(28px, 6vw, 56px); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-lg); transform: translateY(-16px); transition: transform 260ms var(--ease); }
.search-modal.is-open .search-modal__panel { transform: translateY(0); }
.search-modal__panel > .icon-button { position: absolute; top: 16px; right: 16px; }
.search-modal__panel h2 { font-size: clamp(28px, 4vw, 42px); }
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-form input { width: 100%; min-height: 52px; padding: 11px 14px; border: 1px solid var(--border-strong); border-radius: 11px; background: var(--surface); color: var(--heading); }
.search-form button { display: inline-flex; min-height: 52px; align-items: center; gap: 7px; padding: 11px 18px; border: 0; border-radius: 11px; background: var(--blue); color: #ffffff; font-weight: 700; cursor: pointer; }

/* Hero */
.hero-section { position: relative; isolation: isolate; overflow: hidden; padding: clamp(72px, 8vw, 118px) 0; background: linear-gradient(135deg, var(--surface) 0%, var(--soft-blue) 52%, var(--surface-2) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.98fr); gap: clamp(52px, 7vw, 92px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 760px; margin-bottom: 24px; }
.hero-lead { max-width: 690px; color: var(--text); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.hero-proof, .check-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.hero-proof li, .check-list li { display: flex; align-items: flex-start; gap: 9px; color: var(--text); font-size: 14px; }
.hero-proof .icon, .check-list .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--teal); }
.hero-visual { position: relative; margin: 0; }
.hero-visual img { width: 100%; filter: drop-shadow(0 28px 42px rgba(0, 42, 114, 0.14)); }
.hero-visual figcaption { position: absolute; right: -16px; bottom: 24px; display: grid; grid-template-columns: 12px 1fr; gap: 1px 10px; min-width: 230px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 14px; background: rgba(255, 255, 255, 0.92); color: var(--navy); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.hero-visual figcaption span { grid-row: 1 / span 2; width: 10px; height: 10px; margin-top: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(12, 102, 255, 0.15); }
.hero-visual figcaption strong { font-size: 14px; }
.hero-visual figcaption small { color: #0c66ff; font-size: 11px; }
.format-strip { overflow: hidden; border-block: 1px solid var(--border); background: var(--navy); color: #ffffff; }
.format-strip__track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.format-strip:hover .format-strip__track { animation-play-state: paused; }
.format-strip span { display: inline-flex; min-width: 190px; min-height: 54px; align-items: center; justify-content: center; padding: 10px 24px; border-right: 1px solid rgba(255, 255, 255, 0.14); color: #ffffff; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(-33.333%); } }

/* Homepage components */
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.process-grid::before { position: absolute; top: 58px; left: 11%; right: 11%; height: 2px; background: linear-gradient(90deg, var(--blue), var(--teal)); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 700ms var(--ease); }
.process-grid.is-visible::before, .process-section:has(.is-visible) .process-grid::before { transform: scaleX(1); }
.process-grid article { position: relative; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.process-grid article > span { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.process-grid article > div { position: relative; z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; margin: 15px 0 22px; border-radius: 14px; background: var(--blue); color: #ffffff; box-shadow: 0 0 0 8px var(--cloud); }
.process-grid h3 { font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.ai-human-section figure img { border-radius: var(--radius-lg); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22); }
.ai-human-section .check-list { margin: 25px 0 28px; }
.ai-human-section .check-list li { color: #ffffff; }
.ai-human-section .check-list .icon { color: #0c66ff; }
.trust-list { display: grid; gap: 14px; }
.trust-list article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.trust-list article > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; background: var(--soft-blue); color: var(--blue); }
.trust-list h3 { margin-bottom: 6px; font-size: 19px; }
.trust-list p { margin: 0; color: var(--muted); font-size: 14px; }
.security-section figure { margin: 0; }
.security-section figure img { border-radius: var(--radius-lg); }
.security-section .check-list { margin: 26px 0; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.final-cta { padding: 76px 0; background: linear-gradient(100deg, #0c66ff 0%, #0c66ff 52%, #002a72 100%); color: #ffffff; }
.final-cta__inner { display: grid; grid-template-columns: minmax(0, 1.4fr) auto; gap: 50px; align-items: center; }
.final-cta h2 { max-width: 800px; color: #ffffff; font-size: clamp(32px, 4vw, 52px); }
.final-cta p { max-width: 760px; color: #ffffff; }
.final-cta__inner > div:last-child { display: grid; gap: 12px; }

/* Dynamic plugin components */
.dlc-dynamic-grid, .dlc-news-grid, .dlc-price-grid { gap: 22px; }
.dlc-content-card, .dlc-news-card, .dlc-price-card { border-color: var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.dlc-content-card__body, .dlc-news-card__body, .dlc-price-card { color: var(--text); }
.dlc-content-card h3, .dlc-news-card h3, .dlc-price-card h3, .dlc-content-card h3 a, .dlc-news-card h3 a { color: var(--heading); }
.dlc-content-card p, .dlc-news-card p, .dlc-price-card p { color: var(--text); }
.dlc-content-card__symbol { background: linear-gradient(135deg, var(--soft-blue), var(--surface-2)); }
.dlc-faq-list { border-color: var(--border); }
.dlc-faq-item { border-color: var(--border); }
.dlc-faq-item summary { color: var(--heading); }
.dlc-faq-item > div { color: var(--text); }
.dlc-pricing-note, .dlc-empty-state { border-color: var(--border); background: var(--surface); color: var(--text); }

/* Page and detail heroes */
.page-hero, .detail-hero, .article-hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 108px) 0; background: linear-gradient(135deg, var(--surface), var(--soft-blue)); }
.page-hero--compact { padding: clamp(52px, 6vw, 82px) 0; }
.page-hero--compact .container > div, .page-hero--compact .container { max-width: 960px; }
.page-hero p:not(.eyebrow), .detail-lead, .article-lead { max-width: 780px; color: var(--text); font-size: clamp(17px, 1.5vw, 20px); }
.page-hero__grid, .detail-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr); gap: clamp(46px, 8vw, 96px); align-items: center; }
.page-hero__grid figure { margin: 0; }
.page-hero__grid figure img { border-radius: var(--radius-lg); }
.breadcrumbs { margin-bottom: 26px; font-size: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: var(--border-strong); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.industry-hero-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; transform: rotate(-2deg); }
.industry-hero-board span { display: grid; min-height: 88px; place-items: center; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); color: var(--heading); font-weight: 800; box-shadow: var(--shadow-sm); }
.industry-hero-board span:nth-child(2n) { transform: translateY(15px); color: var(--teal); }
.detail-summary { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-md); }
.detail-summary > span { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 18px; border-radius: 15px; background: var(--soft-blue); color: var(--blue); }
.detail-summary h2 { font-size: 26px; }
.detail-summary dl { margin: 0; }
.detail-summary dl > div { padding: 14px 0; border-top: 1px solid var(--border); }
.detail-summary dt { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.detail-summary dd { margin: 5px 0 0; color: var(--heading); font-size: 14px; font-weight: 600; }
.industry-detail-visual { display: grid; grid-template-columns: 56px 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-md); }
.industry-detail-visual span, .industry-detail-visual strong { display: flex; min-height: 92px; align-items: center; padding: 18px; border-bottom: 1px solid var(--border); }
.industry-detail-visual span { justify-content: center; background: var(--soft-blue); color: var(--blue); font-weight: 800; }
.industry-detail-visual strong { color: var(--heading); font-size: 22px; }

/* Directory and cards */
.directory-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.directory-toolbar label { display: grid; width: min(100%, 560px); gap: 8px; color: var(--heading); font-size: 13px; font-weight: 800; }
.directory-toolbar > p { margin: 0 0 12px; color: var(--muted); }
.search-field { position: relative; display: flex; align-items: center; }
.search-field > .icon { position: absolute; left: 14px; z-index: 1; color: var(--muted); }
.search-field input { width: 100%; min-height: 52px; padding: 11px 14px 11px 46px; border: 1px solid var(--border-strong); border-radius: 12px; background: var(--surface); color: var(--heading); }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.directory-card { position: relative; min-height: 330px; padding: 26px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.directory-card:hover { transform: translateY(-4px); border-color: var(--bright-blue); box-shadow: var(--shadow-md); }
.directory-card__number { position: absolute; top: 18px; right: 22px; color: var(--border-strong); font-size: 30px; font-weight: 800; }
.directory-card__icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 42px; border-radius: 14px; background: var(--soft-blue); color: var(--blue); }
.directory-card--industry .directory-card__icon { background: var(--teal-light); color: var(--teal); }
.directory-card h2 { font-size: 24px; }
.directory-card h2 a { color: inherit; text-decoration: none; }
.directory-card p { color: var(--muted); font-size: 14px; }
.directory-card .text-link { position: absolute; bottom: 24px; left: 26px; }
.directory-empty { padding: 24px; border: 1px dashed var(--border-strong); border-radius: 12px; text-align: center; }
.format-grid, .language-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.format-grid span, .language-cloud span { display: inline-flex; min-height: 48px; align-items: center; padding: 10px 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); color: var(--heading); font-weight: 700; box-shadow: var(--shadow-sm); }
.selection-steps, .timeline { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.selection-steps li, .timeline li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.selection-steps li > span, .timeline li > span { color: #0c66ff; font-weight: 800; }
.selection-steps h3, .timeline h3 { margin-bottom: 6px; font-size: 20px; }
.selection-steps p, .timeline p { margin: 0; color: inherit; }
.timeline li { border-bottom-color: var(--border); }
.timeline li > span { color: var(--blue); }

/* Content and single details */
.detail-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(240px, 1fr); gap: 80px; align-items: start; }
.entry-content { color: var(--text); overflow-wrap: anywhere; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 2em; font-size: clamp(28px, 3vw, 38px); }
.entry-content h3 { margin-top: 1.7em; font-size: 25px; }
.entry-content p, .entry-content li { line-height: 1.78; }
.entry-content a { font-weight: 600; }
.entry-content img { border-radius: 12px; }
.entry-content figure { margin: 2em 0; }
.entry-content figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; text-align: center; }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; }
.detail-sidebar .sticky-panel, .article-toc .sticky-panel, .article-sidebar .sticky-panel { position: sticky; top: 100px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.sticky-panel h2 { font-size: 25px; }
.sticky-panel > .button { width: 100%; margin: 8px 0 14px; }
.sticky-panel > a:not(.button) { display: flex; align-items: center; gap: 8px; color: var(--heading); font-weight: 700; text-decoration: none; }
.quality-banner { display: grid; grid-template-columns: 1.35fr .65fr; gap: 40px; align-items: center; padding: clamp(28px, 5vw, 54px); border-radius: var(--radius-lg); background: var(--navy); color: #ffffff; }
.quality-banner h2 { color: #ffffff; font-size: clamp(28px, 3vw, 42px); }
.quality-banner > p { margin: 0; padding-left: 30px; border-left: 1px solid rgba(255, 255, 255, 0.25); color: #ffffff; }
.insight-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 20px; }
.insight-grid article { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.insight-grid h2 { font-size: 27px; }
.case-featured-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.case-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.case-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
.case-card__media { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--soft-blue); }
.case-card__media img { width: 100%; height: 100%; object-fit: cover; }
.case-card > div { padding: 26px; }
.case-card h2 { font-size: 27px; }
.case-card h2 a { color: inherit; text-decoration: none; }
.case-card--featured h2 { font-size: clamp(30px, 3.5vw, 46px); }
.demo-disclosure { margin-top: 24px; padding: 13px 15px; border-left: 4px solid var(--accent); background: rgba(12, 102, 255, 0.12); color: var(--heading); font-weight: 600; }

/* About */
.about-manifesto { padding: 32px; border-radius: var(--radius-lg); background: var(--navy); color: #ffffff; box-shadow: var(--shadow-md); }
.about-manifesto > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 14px; background: var(--blue); color: #ffffff; }
.about-manifesto blockquote { margin: 24px 0; padding: 0; border: 0; background: transparent; color: #ffffff; font-size: clamp(22px, 2.5vw, 32px); font-weight: 700; }
.about-manifesto cite { color: #0c66ff; font-style: normal; }
.story-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.mission-grid article { padding: 36px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.values-grid article { padding: 26px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius); background: rgba(255, 255, 255, 0.06); }
.values-grid article > span { color: #0c66ff; font-size: 13px; font-weight: 800; }
.values-grid h2 { margin-top: 34px; font-size: 23px; }
.values-grid p { margin: 0; font-size: 14px; }
.disclosure-panel { display: grid; grid-template-columns: 1fr 100px; gap: 40px; align-items: center; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.disclosure-panel > span { display: grid; width: 84px; height: 84px; place-items: center; border-radius: 22px; background: var(--teal-light); color: var(--teal); }
.disclosure-panel > span .icon { width: 38px; height: 38px; }

/* Quote, contact and AI */
.quote-hero__grid { display: grid; grid-template-columns: 1fr 300px; gap: 80px; align-items: center; }
.quote-hero aside { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.quote-hero aside > a { display: flex; align-items: center; gap: 14px; color: var(--heading); text-decoration: none; }
.quote-hero aside > a > .icon { width: 36px; height: 36px; padding: 8px; border-radius: 10px; background: var(--soft-blue); color: var(--blue); }
.quote-hero aside small, .quote-hero aside strong { display: block; }
.quote-hero aside small { color: var(--muted); }
.quote-hero aside p { margin: 14px 0 0; font-size: 13px; }
.privacy-steps, .factor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.privacy-steps article, .factor-grid article { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.privacy-steps article > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 13px; background: var(--soft-blue); color: var(--blue); }
.privacy-steps h2, .factor-grid h2 { margin-top: 22px; font-size: 22px; }
.privacy-steps p, .factor-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.factor-grid { grid-template-columns: repeat(4, 1fr); }
.factor-grid article > span { color: var(--blue); font-weight: 800; }
.estimator-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.price-estimator { display: grid; gap: 18px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-md); }
.price-estimator label { display: grid; gap: 8px; color: var(--heading); font-size: 14px; font-weight: 700; }
.price-estimator input, .price-estimator select { min-height: 50px; padding: 10px 13px; border: 1px solid var(--border-strong); border-radius: 10px; background: var(--surface); color: var(--heading); }
.price-estimator__result { padding: 22px; border-radius: 13px; background: var(--soft-blue); }
.price-estimator__result small { color: var(--muted); }
.price-estimator__result strong { display: block; color: var(--heading); font-size: 32px; }
.price-estimator__result p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.contact-cards { display: grid; gap: 12px; }
.contact-cards a { display: grid; grid-template-columns: 50px 1fr; gap: 0 15px; padding: 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); color: var(--heading); text-decoration: none; box-shadow: var(--shadow-sm); }
.contact-cards a > span { grid-row: 1 / span 2; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; background: var(--soft-blue); color: var(--blue); }
.contact-cards small { color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 80px; align-items: start; }
.contact-layout aside { padding: 28px; border-radius: var(--radius-lg); background: var(--navy); color: #ffffff; }
.contact-layout aside h2 { color: #ffffff; }
.contact-layout aside dl > div { padding: 15px 0; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.contact-layout aside dt { color: #0c66ff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.contact-layout aside dd { margin: 5px 0 0; }
.contact-layout aside a:not(.button) { color: #ffffff; }
.contact-layout aside .button { width: 100%; margin-top: 18px; }
.dlc-contact-form { display: grid; gap: 20px; margin-top: 30px; }
.dlc-contact-form label { display: grid; gap: 8px; color: var(--heading); font-size: 14px; font-weight: 700; }
.dlc-contact-form input:not([type="checkbox"]), .dlc-contact-form select, .dlc-contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--border-strong); border-radius: 10px; background: var(--surface); color: var(--heading); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.comparison-grid article { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.comparison-grid article:last-child { border-color: #0c66ff; background: color-mix(in srgb, var(--teal-light) 45%, var(--surface)); }
.comparison-grid .check-list { margin: 25px 0; }

/* News and articles */
.news-masthead { padding-top: 64px; background: var(--surface); }
.news-masthead > .container { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; padding-bottom: 38px; }
.news-masthead h1 { font-size: clamp(40px, 5vw, 64px); }
.news-masthead > .container > p { color: var(--muted); font-size: 17px; }
.news-category-nav { overflow-x: auto; border-block: 1px solid var(--border); background: var(--surface-2); }
.news-category-nav .container { display: flex; min-width: max-content; min-height: 52px; align-items: center; gap: 28px; }
.news-category-nav ul { display: contents; }
.news-category-nav li { list-style: none; }
.news-category-nav a { color: var(--heading); font-size: 13px; font-weight: 700; text-decoration: none; }
.news-category-nav a:hover { color: var(--blue); }
.news-lead-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr); gap: 30px; }
.lead-story { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.lead-story__media { display: block; aspect-ratio: 16/9; overflow: hidden; }
.lead-story__media img { width: 100%; height: 100%; object-fit: cover; }
.lead-story__body { padding: 30px; }
.lead-story h2 { font-size: clamp(30px, 3.5vw, 46px); }
.lead-story h2 a { color: inherit; text-decoration: none; }
.secondary-stories { display: grid; align-content: start; gap: 4px; }
.story { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.story__media { display: block; aspect-ratio: 3/2; overflow: hidden; background: var(--soft-blue); }
.story__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.story:hover .story__media img { transform: scale(1.025); }
.story__body { padding: 22px; }
.story__meta { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 10px; color: var(--muted); font-size: 11px; font-weight: 700; }
.story__meta a { color: var(--blue); text-decoration: none; }
.story h3 { font-size: 21px; }
.story h3 a { color: inherit; text-decoration: none; }
.story p { margin: 0; color: var(--muted); font-size: 14px; }
.story--compact { display: grid; grid-template-columns: 108px 1fr; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; box-shadow: none; }
.story--compact .story__media { aspect-ratio: 1/1; margin: 18px 0; border-radius: 10px; }
.story--compact .story__body { padding: 18px 0 18px 16px; }
.story--compact h3 { font-size: 17px; }
.story--list { display: grid; grid-template-columns: 230px 1fr; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; box-shadow: none; }
.story--list .story__media { margin: 22px 0; border-radius: 12px; }
.story--list .story__body { padding: 24px; }
.news-stream-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; align-items: start; }
.stream-heading { padding-bottom: 20px; border-bottom: 3px solid var(--navy); }
.stream-heading h2 { margin: 0; font-size: 32px; }
.news-sidebar { display: grid; gap: 24px; }
.news-sidebar > section { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.news-sidebar ul { margin: 0; padding: 0; list-style: none; }
.news-sidebar li { border-bottom: 1px solid var(--border); }
.news-sidebar li:last-child { border: 0; }
.news-sidebar li a { display: flex; justify-content: space-between; padding: 11px 0; color: var(--heading); font-weight: 700; text-decoration: none; }
.newsletter-box { background: var(--navy); color: #ffffff; }
.newsletter-box h2 { color: #ffffff; font-size: 24px; }
.category-band header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 12px; border-bottom: 3px solid var(--navy); }
.category-band header h2 { margin: 0; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.editorial-grid--archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 4px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--teal)); }
.article-hero { text-align: left; }
.article-hero h1 { max-width: 900px; font-size: clamp(42px, 5.5vw, 72px); }
.article-lead { max-width: 800px; color: var(--text); }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.author-avatar img { border-radius: 50%; }
.article-byline strong, .article-byline span { display: block; }
.article-byline a { color: var(--heading); text-decoration: none; }
.article-byline span { color: var(--muted); font-size: 13px; }
.article-featured { margin-top: -32px; position: relative; z-index: 2; }
.article-featured img { width: 100%; max-height: 720px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.article-featured figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; text-align: center; }
.article-layout { display: grid; grid-template-columns: 190px minmax(0, 760px) 230px; gap: 48px; align-items: start; }
.article-body { color: var(--heading); font-family: var(--font-article); font-size: clamp(18px, 1.5vw, 20px); line-height: 1.82; }
.article-body h2, .article-body h3, .article-body h4 { font-family: var(--font-ui); }
.article-toc nav { display: grid; gap: 8px; }
.article-toc nav a { color: var(--muted); font-size: 12px; line-height: 1.45; text-decoration: none; }
.article-toc nav a[data-level="3"] { padding-left: 12px; }
.article-toc nav a:hover, .article-toc nav a.is-active { color: var(--blue); }
.article-source { padding: 13px 15px; border-radius: 10px; background: var(--soft-blue); color: var(--text); font-size: 14px; }
.article-share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 34px 0; padding-block: 22px; border-block: 1px solid var(--border); }
.article-share span { margin-right: 6px; color: var(--heading); font-weight: 800; }
.article-share a, .article-share button { padding: 8px 12px; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); color: var(--heading); font: inherit; font-size: 13px; font-weight: 700; text-decoration: none; cursor: pointer; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.article-tags a { padding: 6px 10px; border-radius: 8px; background: var(--soft-blue); font-size: 12px; text-decoration: none; }
.author-box { display: grid; grid-template-columns: 88px 1fr; gap: 20px; margin-top: 50px; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-2); }
.author-box img { border-radius: 50%; }
.author-box h2 { font-size: 23px; }
.author-box h2 a { color: inherit; text-decoration: none; }
.post-navigation-shell { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding-block: 34px 70px; }
.post-navigation-shell > div { padding: 18px; border: 1px solid var(--border); border-radius: 12px; }
.post-navigation-shell > div:last-child { text-align: right; }
.post-navigation-shell span { display: block; color: var(--muted); font-size: 12px; }
.post-navigation-shell a { color: var(--heading); font-weight: 700; text-decoration: none; }
.comments-area { margin-top: 60px; }
.comment-list { padding: 0; list-style: none; }
.comment-body { margin-bottom: 16px; padding: 20px; border: 1px solid var(--border); border-radius: 12px; }

/* Store, sitemap, search and system pages */
.store-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.store-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.store-filters button { min-height: 42px; padding: 8px 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); color: var(--heading); font-weight: 700; cursor: pointer; }
.store-filters button.is-active { border-color: var(--blue); background: var(--blue); color: #ffffff; }
.store-toolbar .search-field { width: min(100%, 320px); }
.store-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.product-card__media { display: block; aspect-ratio: 3/2; overflow: hidden; background: var(--soft-blue); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.product-card:hover .product-card__media img { transform: scale(1.025); }
.product-card__body { padding: 24px; }
.product-card h2 { font-size: 22px; }
.product-card h2 a { color: inherit; text-decoration: none; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; }
.product-card__footer strong { color: var(--heading); }
.product-card__footer del { color: var(--muted); font-size: 12px; }
.product-card__footer .button { min-height: 42px; padding: 8px 13px; font-size: 13px; }
.product-hero { padding: 70px 0; background: var(--cloud); }
.product-detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.product-gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); }
.product-gallery figure img { width: 100%; }
.product-thumbnails { display: flex; gap: 10px; margin-top: 10px; }
.product-thumbnails img { width: 74px; height: 74px; object-fit: cover; border-radius: 9px; }
.product-price { color: var(--blue); font-size: 28px; font-weight: 800; }
.product-price del { margin-right: 8px; color: var(--muted); font-size: 16px; }
.sitemap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.sitemap-grid section { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.sitemap-grid h2 { font-size: 26px; }
.sitemap-grid ul { margin: 0; padding: 0; list-style: none; }
.sitemap-grid li { border-bottom: 1px solid var(--border); }
.sitemap-grid li:last-child { border: 0; }
.sitemap-grid a { display: block; padding: 9px 0; color: var(--heading); font-weight: 600; text-decoration: none; }
.search-results { display: grid; gap: 14px; }
.search-results article { padding: 24px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.search-results article h2 { font-size: 26px; }
.search-results article h2 a { color: inherit; text-decoration: none; }
.not-found-section, .thank-you-section { min-height: 72vh; display: grid; place-items: center; padding: 80px 0; background: linear-gradient(135deg, var(--surface), var(--soft-blue)); }
.not-found-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.not-found-grid figure { margin: 0; }
.not-found-grid figure img { border-radius: var(--radius-lg); }
.error-code { margin: 0; color: var(--blue); font-size: clamp(70px, 12vw, 150px); font-weight: 800; letter-spacing: -.08em; line-height: .9; }
.thank-you-card { padding: clamp(30px, 6vw, 64px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); text-align: center; box-shadow: var(--shadow-md); }
.thank-you-icon { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--teal-light); color: var(--teal); }
.thank-you-icon .icon { width: 36px; height: 36px; }
.thank-you-card .eyebrow { justify-content: center; }
.thank-you-card > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 26px; }

/* Footer and floating actions */
.site-footer { background: #141414; color: #bbbbbb; }
.site-footer__top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 52px; padding-block: 72px 50px; }
.footer-brand .site-logo img { width: 240px; }
.footer-brand p { max-width: 420px; margin-top: 20px; }
.footer-company { display: inline-flex; align-items: center; gap: 7px; color: #ffffff; font-weight: 700; text-decoration: none; }
.site-footer h2 { color: #ffffff; font-size: 15px; letter-spacing: .02em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a:not(.button) { color: #0c66ff; text-decoration: none; }
.site-footer a:hover { color: #ffffff; }
.footer-contact .button { margin-top: 18px; }
.site-footer__bottom { display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; padding-block: 20px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 12px; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 16px; }
.site-footer__bottom small { color: #0c66ff; }
.floating-contact { position: fixed; z-index: 40; right: 18px; bottom: 22px; display: grid; gap: 10px; }
.floating-contact a { position: relative; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--blue); color: #ffffff; box-shadow: 0 12px 28px rgba(0, 42, 114, 0.2); text-decoration: none; }
.floating-contact a:last-child { background: var(--teal); }
.floating-contact a span { position: absolute; right: calc(100% + 10px); min-width: max-content; padding: 6px 9px; border-radius: 7px; background: var(--navy); color: #ffffff; font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateX(5px); transition: opacity 180ms ease, transform 180ms ease; }
.floating-contact a:hover span { opacity: 1; transform: translateX(0); }
.scroll-top { position: fixed; z-index: 39; right: 22px; bottom: 145px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--heading); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; cursor: pointer; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Pagination */
.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); color: var(--heading); font-weight: 700; text-decoration: none; }
.page-numbers.current { border-color: var(--blue); background: var(--blue); color: #ffffff; }

/* Reveal animation */
[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 520ms ease, transform 520ms var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Modern editorial visual system */
.section { padding: clamp(80px, 8vw, 120px) 0; }
.section--soft { background: var(--cloud); }
.section--mint { background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%); }
.section--gradient { background: linear-gradient(112deg, #0c66ff 0%, #0c66ff 54%, #002a72 100%); color: #ffffff; }
.section-heading { margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading--center { max-width: 880px; }
.eyebrow { color: var(--blue); letter-spacing: .14em; }
.eyebrow::before { width: 22px; }
.eyebrow--light { color: #ffffff; }
.button { min-height: 48px; border-radius: 10px; box-shadow: none; }
.button--large { min-height: 54px; padding-inline: 24px; }
.button--primary { background: var(--blue); box-shadow: 0 12px 28px rgba(12, 102, 255, 0.2); }
.button--primary:hover { background: #0c66ff; }
.button--secondary { border-color: #ffffff; background: #ffffff; color: var(--heading); }
.button--secondary:hover { border-color: var(--blue); background: #ffffff; color: var(--blue); }
.button--accent { background: #ffffff; color: var(--blue); }
.button--accent:hover { background: #ffffff; color: #0c66ff; }
.text-link { color: var(--blue); }

.utility-bar { min-height: 32px; background: #002a72; color: #ffffff; }
.utility-bar__inner { min-height: 32px; }
.utility-bar a { color: #ffffff; }
.site-header { height: 80px; border-color: #ffffff; background: rgba(255, 255, 255, 0.96); box-shadow: 0 1px 0 rgba(0, 42, 114, 0.02); }
.site-header.is-scrolled { height: 70px; box-shadow: 0 12px 35px rgba(0, 42, 114, 0.08); }
.site-header__inner { grid-template-columns: 218px minmax(0, 1fr) auto; gap: 24px; }
.site-logo img, .custom-logo { width: 208px; max-height: 54px; }
.primary-menu { gap: 4px; }
.primary-menu > li > .menu-item__row > a, .primary-menu--fallback > li > a { min-height: 44px; padding: 8px 10px; color: #1e1e1e; font-size: 13px; font-weight: 700; }
.primary-menu > li:hover > .menu-item__row > a, .primary-menu > li.current-menu-item > .menu-item__row > a, .primary-menu > li.current-menu-ancestor > .menu-item__row > a { background: transparent; color: var(--blue); }
.primary-menu > li.current-menu-item > .menu-item__row > a::after, .primary-menu > li.current-menu-ancestor > .menu-item__row > a::after { position: absolute; right: 10px; bottom: 3px; left: 10px; height: 2px; border-radius: 2px; background: var(--blue); content: ""; }
.submenu-toggle { color: #7f7f7f; }
.sub-menu { top: calc(100% + 12px); min-width: 210px; padding: 8px; border-color: #ffffff; border-radius: 12px; box-shadow: 0 22px 55px rgba(0, 42, 114, 0.14); }
.sub-menu a { padding: 11px 12px; color: #2b2b2b; font-size: 13px; }
.sub-menu a:hover { background: #ffffff; color: var(--blue); }
.header-actions { gap: 8px; }
.header-actions .icon-button { width: 42px; height: 42px; }
.header-cta { min-width: 132px; border: 1px solid var(--blue); background: transparent; color: var(--blue); box-shadow: none; }
.header-cta:hover { background: var(--blue); color: #ffffff; }

.mega-menu { top: var(--header-bottom); left: 50%; display: block; width: min(calc(100vw - 40px), 940px); max-height: calc(100vh - var(--header-bottom) - 18px); padding: 24px; border-color: #ffffff; border-radius: 0 0 18px 18px; background: #ffffff; box-shadow: 0 28px 70px rgba(0, 42, 114, 0.2); transform: translate(-50%, 8px); }
.menu-item.is-open > .mega-menu { transform: translate(-50%, 0); }
.mega-menu__head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 18px; }
.mega-menu__head .eyebrow { margin-bottom: 5px; }
.mega-menu__head h2 { margin: 0; color: #002a72; font-size: 23px; letter-spacing: -.025em; }
.mega-menu__head .text-link { flex: 0 0 auto; font-size: 13px; }
.mega-menu__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
.mega-menu__grid a { grid-template-columns: 38px 1fr; gap: 2px 10px; min-height: 76px; padding: 12px 14px; border: 1px solid #e6e6e6; border-radius: 9px; color: #262626; }
.mega-menu__grid a:hover { border-color: #ffffff; background: #ffffff; transform: translateY(-1px); }
.mega-menu__grid span { grid-row: 1 / span 2; width: 34px; height: 34px; border-radius: 8px; background: #ffffff; color: var(--blue); }
.mega-menu__grid span .icon { width: 17px; height: 17px; }
.mega-menu__grid strong { align-self: end; color: #002a72; font-size: 13px; letter-spacing: -.01em; }
.mega-menu__grid small { color: #676767; font-size: 11px; }
.mega-menu__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 17px; border-top: 1px solid #ffffff; }
.mega-menu__quicklinks { display: flex; flex-wrap: wrap; gap: 18px; }
.mega-menu__quicklinks a { color: #525252; font-size: 12px; font-weight: 700; text-decoration: none; }
.mega-menu__quicklinks a:hover { color: var(--blue); }
.mega-menu__footer .button { min-height: 44px; font-size: 13px; }

.hero-section { min-height: 650px; padding: clamp(82px, 8vw, 116px) 0; background: radial-gradient(circle at 88% 4%, rgba(12, 102, 255, 0.1), transparent 28%), #ffffff; }
.hero-grid { grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr); gap: clamp(52px, 7vw, 96px); }
.hero-copy h1 { max-width: 700px; margin-bottom: 24px; color: #002a72; font-size: clamp(48px, 5.25vw, 72px); line-height: 1.08; }
.hero-copy h1 span { display: block; background: linear-gradient(90deg, #0c66ff 0%, #0c66ff 54%, #0c66ff 100%); color: transparent; background-clip: text; -webkit-background-clip: text; }
.hero-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #0c66ff; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-brand strong { padding: 5px 9px; border-radius: 4px; background: #002a72; color: #ffffff; font-size: 11px; }
.hero-lead { max-width: 640px; color: #0c66ff; font-size: 17px; line-height: 1.72; }
.hero-actions { margin-top: 32px; }
.hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hero-proof li { color: #5f5f5f; font-size: 12px; line-height: 1.5; }
.hero-visual { padding: 20px; border: 1px solid rgba(12, 102, 255, 0.08); border-radius: 28px; background: rgba(255, 255, 255, 0.82); }
.hero-visual img { filter: none; }
.hero-visual figcaption { right: -12px; bottom: 34px; border-color: #ffffff; border-radius: 10px; background: rgba(255, 255, 255, 0.95); box-shadow: 0 16px 40px rgba(12, 102, 255, 0.13); }
.hero-visual figcaption span { background: #0c66ff; box-shadow: 0 0 0 5px rgba(12, 102, 255, 0.13); }
.format-strip { border: 0; background: linear-gradient(90deg, #0c66ff, #0c66ff 54%, #002a72); }
.format-strip span { min-height: 58px; border-color: rgba(255, 255, 255, 0.12); font-size: 11px; }

.home-services .section-heading, .home-industries .section-heading, .home-cases .section-heading, .home-news .section-heading { max-width: 820px; }
.home-services .dlc-content-card__symbol { aspect-ratio: 3 / 1.02; }
.home-services .dlc-content-card:nth-child(2n) .dlc-content-card__symbol { background: linear-gradient(135deg, #ffffff, #ffffff); }
.home-industries { background: #ffffff; }
.home-industries .dlc-content-card { border-radius: 12px; box-shadow: none; }
.home-industries .dlc-content-card__symbol { aspect-ratio: 3 / .85; background: #ffffff; }

.process-grid { gap: 16px; }
.process-grid::before { top: 62px; background: linear-gradient(90deg, #0c66ff, #0c66ff, #0c66ff); }
.process-grid article { padding: 26px; border-color: #ffffff; border-radius: 12px; box-shadow: none; }
.process-grid article:hover { border-color: #ffffff; box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.process-grid article > div { border-radius: 12px; background: var(--blue); box-shadow: 0 0 0 8px #ffffff; }
.process-grid h3 { font-size: 19px; }

.technology-heading { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.technology-heading .eyebrow { justify-content: center; }
.technology-heading h2 { max-width: 900px; margin-inline: auto; color: #ffffff; font-size: clamp(38px, 4.6vw, 62px); }
.technology-heading > p:last-child { max-width: 700px; margin-inline: auto; color: #ffffff; }
.technology-showcase { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(380px, 1.2fr) minmax(210px, .72fr); gap: 34px; align-items: center; }
.technology-showcase figure { margin: 0; }
.technology-showcase figure img { border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 14px; box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22); }
.technology-points { display: grid; gap: 42px; }
.technology-points article { position: relative; padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, 0.58); }
.technology-points--left article { padding-right: 20px; padding-left: 0; border-right: 1px solid rgba(255, 255, 255, 0.58); border-left: 0; text-align: right; }
.technology-points span { display: inline-flex; margin-bottom: 12px; color: #ffffff; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.technology-points h3 { margin-bottom: 8px; color: #ffffff; font-size: 18px; }
.technology-points p { margin: 0; color: #ffffff; font-size: 13px; line-height: 1.65; }
.technology-action { margin-top: 44px; text-align: center; }

.trust-section .section-heading { margin-bottom: 52px; }
.trust-factors { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; }
.trust-factors article { text-align: center; }
.trust-factors article > span { display: grid; width: 54px; height: 54px; place-items: center; margin: 0 auto 19px; color: var(--blue); }
.trust-factors article > span .icon { width: 38px; height: 38px; stroke-width: 1.65; }
.trust-factors h3 { margin-bottom: 8px; font-size: 18px; }
.trust-factors p { margin: 0; color: #686868; font-size: 13px; line-height: 1.62; }
.trust-action { margin: 42px 0 0; text-align: center; }

:where(.dlc-quote-shell, .dlc-dynamic-grid, .dlc-price-grid, .dlc-faq-list, .dlc-news-grid, .dlc-ai-tool) { --dlc-navy: var(--navy); --dlc-blue: var(--blue); --dlc-teal: var(--teal); --dlc-orange: var(--accent); --dlc-text: var(--heading); --dlc-body: var(--text); --dlc-muted: var(--muted); --dlc-border: var(--border); --dlc-soft: var(--soft-blue); }
.dlc-dynamic-grid, .dlc-news-grid, .dlc-price-grid { gap: 18px; }
.dlc-content-card, .dlc-news-card, .dlc-price-card { border-color: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0, 42, 114, 0.035); }
.dlc-content-card:hover, .dlc-news-card:hover, .dlc-price-card:hover { border-color: #ffffff; box-shadow: 0 18px 42px rgba(0, 42, 114, 0.1); }
.dlc-content-card__symbol { background: linear-gradient(135deg, #ffffff, #ffffff); }
.dlc-content-card__symbol span { color: var(--blue); }
.dlc-content-card__body, .dlc-news-card__body, .dlc-price-card { padding: 22px; }
.dlc-content-card h3, .dlc-news-card h3, .dlc-price-card h3 { font-size: 20px; }
.dlc-content-card p, .dlc-news-card p, .dlc-price-card p { font-size: 14px; }
.dlc-card-kicker, .dlc-news-card__meta, .dlc-text-link { color: var(--blue); }
.dlc-price-card:nth-child(2) { border-color: #0c66ff; transform: translateY(-8px); }
.dlc-price-card__price { color: var(--heading); }
.dlc-button--primary { background: var(--blue); }
.dlc-button--secondary { border-color: #ffffff; color: var(--heading); }
.dlc-faq-list { border-top-color: #ffffff; }
.dlc-faq-item { border-bottom-color: #ffffff; }
.dlc-faq-item summary { min-height: 76px; color: var(--heading); }
.dlc-faq-item summary i { border-color: #0c66ff; }

.page-hero, .detail-hero, .article-hero { background: radial-gradient(circle at 88% 8%, rgba(12, 102, 255, 0.1), transparent 28%), #ffffff; }
.page-hero h1, .detail-hero h1, .article-hero h1 { color: #002a72; }
.detail-summary, .directory-card, .mission-grid article, .insight-grid article, .comparison-grid article { border-color: #e6e6e6; border-radius: 12px; box-shadow: none; }
.directory-card:hover { border-color: #0c66ff; box-shadow: var(--shadow-md); }
.directory-card__icon, .detail-summary > span { background: #ffffff; color: var(--blue); }
.quote-hero aside, .sticky-panel, .dlc-quote-shell { border-radius: 14px; box-shadow: 0 14px 44px rgba(0, 42, 114, 0.08); }

.final-cta { padding: 88px 0; background: linear-gradient(100deg, #0c66ff 0%, #0c66ff 52%, #002a72 100%); }
.final-cta h2 { max-width: 850px; }
.final-cta p { color: #ffffff; }
.site-footer { background: #141414; color: #bbbbbb; }
.site-footer__top { padding-block: 76px 52px; }
.site-footer a:not(.button) { color: #c9c9c9; }
.site-footer h2 { color: #ffffff; }
.site-footer__bottom { border-color: rgba(255, 255, 255, 0.1); }
.floating-contact a { background: var(--blue); box-shadow: 0 12px 28px rgba(0, 42, 114, 0.24); }
.floating-contact a:last-child { background: #0c66ff; }

/* Dark mode contrast locks */
[data-theme="dark"] .site-header { border-color: var(--border); background: rgba(0, 42, 114, 0.96); }
[data-theme="dark"] .hero-section, [data-theme="dark"] .page-hero, [data-theme="dark"] .detail-hero, [data-theme="dark"] .article-hero, [data-theme="dark"] .not-found-section, [data-theme="dark"] .thank-you-section { background: radial-gradient(circle at 88% 8%, rgba(12, 102, 255, 0.16), transparent 28%), #002a72; }
[data-theme="dark"] .button--secondary { color: var(--heading); }
[data-theme="dark"] .hero-copy h1, [data-theme="dark"] .page-hero h1, [data-theme="dark"] .detail-hero h1, [data-theme="dark"] .article-hero h1 { color: var(--heading); }
[data-theme="dark"] .hero-lead, [data-theme="dark"] .hero-proof li, [data-theme="dark"] .hero-brand { color: var(--text); }
[data-theme="dark"] .hero-visual { border-color: var(--border); background: #002a72; }
[data-theme="dark"] .section--mint, [data-theme="dark"] .home-industries { background: #002a72; }
[data-theme="dark"] .trust-factors p { color: var(--text); }
[data-theme="dark"] .mega-menu { border-color: var(--border); background: #002a72; }
[data-theme="dark"] .mega-menu__head h2, [data-theme="dark"] .mega-menu__grid strong { color: var(--heading); }
[data-theme="dark"] .mega-menu__grid a { border-color: var(--border); color: var(--text); }
[data-theme="dark"] .mega-menu__grid a:hover { border-color: #0c66ff; background: #002a72; }
[data-theme="dark"] .mega-menu__grid small, [data-theme="dark"] .mega-menu__quicklinks a { color: var(--muted); }
[data-theme="dark"] .mega-menu__footer { border-color: var(--border); }
[data-theme="dark"] .industry-hero-board span, [data-theme="dark"] .detail-summary, [data-theme="dark"] .directory-card, [data-theme="dark"] .mission-grid article, [data-theme="dark"] .insight-grid article, [data-theme="dark"] .privacy-steps article, [data-theme="dark"] .factor-grid article, [data-theme="dark"] .comparison-grid article, [data-theme="dark"] .story, [data-theme="dark"] .lead-story, [data-theme="dark"] .product-card, [data-theme="dark"] .sitemap-grid section, [data-theme="dark"] .search-results article { background: var(--surface-2); }
[data-theme="dark"] .comparison-grid article:last-child { background: #002a72; }
[data-theme="dark"] .hero-visual figcaption { border-color: #0c66ff; background: rgba(0, 42, 114, 0.94); color: #ffffff; }
[data-theme="dark"] .hero-visual figcaption small { color: #0c66ff; }
[data-theme="dark"] .process-grid article, [data-theme="dark"] .trust-list article, [data-theme="dark"] .dlc-content-card, [data-theme="dark"] .dlc-news-card, [data-theme="dark"] .dlc-price-card, [data-theme="dark"] .dlc-pricing-note, [data-theme="dark"] .dlc-empty-state, [data-theme="dark"] .dlc-quote-shell, [data-theme="dark"] .dlc-ai-tool { background: var(--surface-2); color: var(--text); }
[data-theme="dark"] .dlc-quote-form input:not([type="checkbox"]):not([type="file"]), [data-theme="dark"] .dlc-quote-form select, [data-theme="dark"] .dlc-quote-form textarea, [data-theme="dark"] .dlc-ai-tool select, [data-theme="dark"] .dlc-ai-tool textarea, [data-theme="dark"] .dlc-contact-form input:not([type="checkbox"]), [data-theme="dark"] .dlc-contact-form select, [data-theme="dark"] .dlc-contact-form textarea { border-color: var(--border-strong); background: #002a72; color: #ffffff; }
[data-theme="dark"] .dlc-file-drop { border-color: var(--border-strong); background: #002a72; }
[data-theme="dark"] .dlc-file-list li, [data-theme="dark"] .dlc-review p { border-color: var(--border); background: #002a72; color: var(--text); }
[data-theme="dark"] .dlc-review strong, [data-theme="dark"] .dlc-quote-form legend, [data-theme="dark"] .dlc-quote-form label, [data-theme="dark"] .dlc-ai-tool label, [data-theme="dark"] .dlc-price-card__price { color: #ffffff; }
[data-theme="dark"] .dlc-security-note { background: #002a72; color: #ffffff; }
[data-theme="dark"] .dlc-button--secondary, [data-theme="dark"] .dlc-button--ghost { border-color: var(--border); background: var(--surface); color: var(--heading); }

/* Responsive */
@media (max-width: 1380px) {
	.site-header__inner { grid-template-columns: 205px minmax(0, 1fr) auto; gap: 12px; }
	.site-logo img, .custom-logo { width: 190px; }
	.primary-menu > li > .menu-item__row > a, .primary-menu--fallback > li > a { padding-inline: 7px; font-size: 12px; }
}

@media (max-width: 1180px) {
	.site-header__inner { grid-template-columns: 190px minmax(0, 1fr) auto; gap: 10px; }
	.site-logo img, .custom-logo { width: 176px; }
	.primary-menu > li > .menu-item__row > a { padding-inline: 7px; font-size: 12px; }
	.header-cta { display: none; }
	.article-layout { grid-template-columns: 170px minmax(0, 1fr); }
	.article-sidebar { display: none; }
	.values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1100px) {
	.utility-bar__inner > div span { display: none; }
	.site-header__inner { grid-template-columns: 1fr auto; }
	.desktop-navigation { display: none; }
	.menu-toggle { display: flex; }
	.header-cta { display: inline-flex; }
	.mobile-navigation .mega-menu__head { display: none; }
	.mobile-navigation .mega-menu__footer { display: grid; }
	.mobile-navigation .mega-menu__quicklinks { display: grid; gap: 4px; }
	.mobile-navigation .mega-menu__quicklinks a { padding: 9px 4px; }
	.hero-grid, .page-hero__grid, .detail-hero__grid, .quote-hero__grid { grid-template-columns: 1fr 1fr; gap: 42px; }
	.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); }
	.technology-showcase { grid-template-columns: 1fr; gap: 30px; }
	.technology-showcase figure { width: min(100%, 620px); margin-inline: auto; }
	.technology-points { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
	.technology-points--left article { padding-right: 0; padding-left: 20px; border-right: 0; border-left: 1px solid rgba(255, 255, 255, 0.58); text-align: left; }
	.trust-factors { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.process-grid { grid-template-columns: repeat(2, 1fr); }
	.process-grid::before { display: none; }
	.directory-grid, .editorial-grid, .editorial-grid--archive, .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.news-lead-grid { grid-template-columns: 1fr; }
	.secondary-stories { grid-template-columns: repeat(3, 1fr); }
	.story--compact { display: block; border: 1px solid var(--border); border-radius: var(--radius); }
	.story--compact .story__media { margin: 0; border-radius: 0; }
	.story--compact .story__body { padding: 18px; }
	.news-stream-layout { grid-template-columns: 1fr; }
	.news-sidebar { grid-template-columns: repeat(2, 1fr); }
	.article-layout { grid-template-columns: 1fr; }
	.article-toc { display: none; }
	.site-footer__top { grid-template-columns: 1.4fr repeat(2, 1fr); }
	.footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
	h1 { font-size: clamp(38px, 9vw, 54px); }
	.section { padding: 66px 0; }
	.hero-grid, .page-hero__grid, .detail-hero__grid, .quote-hero__grid, .split-layout, .split-layout--visual, .story-layout, .estimator-layout, .contact-layout, .product-detail-grid, .not-found-grid { grid-template-columns: 1fr; }
	.hero-section { padding-top: 58px; }
	.hero-copy { max-width: 720px; }
	.hero-proof { grid-template-columns: 1fr; }
	.hero-visual { width: min(100%, 620px); margin-inline: auto; }
	.hero-visual figcaption { right: 0; }
	.section-heading { margin-bottom: 32px; }
	.faq-layout { grid-template-columns: 1fr; gap: 32px; }
	.final-cta__inner { grid-template-columns: 1fr; }
	.final-cta__inner > div:last-child { display: flex; flex-wrap: wrap; }
	.insight-grid, .privacy-steps, .factor-grid { grid-template-columns: repeat(2, 1fr); }
	.detail-layout { grid-template-columns: 1fr; gap: 42px; }
	.detail-sidebar .sticky-panel { position: static; }
	.case-card--featured { grid-template-columns: 1fr; }
	.story--list { grid-template-columns: 190px 1fr; }
	.news-masthead > .container { grid-template-columns: 1fr; gap: 10px; }
	.article-featured { margin-top: 0; }
	.site-footer__top { grid-template-columns: repeat(2, 1fr); }
	.footer-brand { grid-column: 1 / -1; }
	.footer-contact { grid-column: auto; }
	.site-footer__bottom { grid-template-columns: 1fr; }
	.trust-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.container { width: min(calc(100% - 28px), var(--container)); }
	.utility-bar__inner { justify-content: center; text-align: center; }
	.utility-bar__inner > div { display: none; }
	.site-header { height: 70px; }
	.site-logo img, .custom-logo { width: 185px; }
	.header-actions .theme-toggle, .header-actions [data-search-open] { display: none; }
	.language-switcher { display: none; }
	.menu-toggle span { display: none; }
	.header-cta { display: none; }
	.hero-brand { align-items: flex-start; flex-direction: column; }
	.hero-copy h1 { font-size: clamp(40px, 12vw, 54px); }
	.hero-visual { padding: 10px; border-radius: 18px; }
	.hero-section, .page-hero, .detail-hero, .article-hero { padding-block: 52px; }
	.hero-actions, .final-cta__inner > div:last-child { display: grid; }
	.hero-actions .button, .final-cta .button { width: 100%; }
	.hero-proof { gap: 8px; }
	.hero-visual figcaption { position: static; margin-top: 12px; }
	.format-strip span { min-width: 155px; }
	.process-grid, .directory-grid, .editorial-grid, .editorial-grid--archive, .store-grid, .mission-grid, .values-grid, .case-featured-grid, .comparison-grid, .privacy-steps, .factor-grid, .news-sidebar, .sitemap-grid { grid-template-columns: 1fr; }
	.directory-toolbar, .store-toolbar { align-items: stretch; flex-direction: column; }
	.directory-toolbar > p { margin: 0; }
	.store-toolbar .search-field { width: 100%; }
	.directory-card { min-height: 310px; }
	.quality-banner { grid-template-columns: 1fr; }
	.quality-banner > p { padding: 22px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.25); border-left: 0; }
	.disclosure-panel { grid-template-columns: 1fr; }
	.disclosure-panel > span { order: -1; }
	.secondary-stories { grid-template-columns: 1fr; }
	.story--list { grid-template-columns: 112px 1fr; }
	.story--list .story__media { margin-block: 16px; }
	.story--list .story__body { padding: 16px 0 16px 14px; }
	.story--list p { display: none; }
	.story--list h3 { font-size: 17px; }
	.article-hero h1 { font-size: clamp(36px, 10vw, 50px); }
	.article-body { font-size: 18px; }
	.post-navigation-shell { grid-template-columns: 1fr; }
	.post-navigation-shell > div:last-child { text-align: left; }
	.product-card__footer { align-items: stretch; flex-direction: column; }
	.product-card__footer .button { width: 100%; }
	.site-footer__top { grid-template-columns: 1fr; gap: 34px; padding-top: 56px; }
	.footer-brand, .footer-contact { grid-column: auto; }
	.floating-contact { right: 12px; bottom: 14px; }
	.scroll-top { right: 16px; bottom: 132px; }
	.search-form { flex-direction: column; }
	.search-form button { justify-content: center; }
	.technology-heading { margin-bottom: 38px; }
	.technology-points { grid-template-columns: 1fr; }
	.trust-factors { grid-template-columns: 1fr; gap: 38px; }
	.dlc-price-card:nth-child(2) { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 1ms; animation-iteration-count: 1; scroll-behavior: auto; transition-duration: 1ms; }
	.js [data-reveal] { opacity: 1; transform: none; }
	.format-strip__track { animation: none; }
}

/* Ocean multicolor system v3.2 */
:root {
	--navy: #002a72;
	--navy-2: #0c66ff;
	--blue: #0c66ff;
	--bright-blue: #0c66ff;
	--teal: #0c66ff;
	--teal-light: #ffffff;
	--accent: #0c66ff;
	--accent-dark: #0c66ff;
	--violet: #0c66ff;
	--pink: #0c66ff;
	--yellow: #0c66ff;
	--heading: #002a72;
	--text: #0c66ff;
	--muted: #0c66ff;
	--surface: #ffffff;
	--surface-2: #ffffff;
	--cloud: #ffffff;
	--soft-blue: #ffffff;
	--border: #ffffff;
	--border-strong: #0c66ff;
	--shadow-sm: 0 8px 26px rgba(0, 42, 114, 0.07);
	--shadow-md: 0 20px 52px rgba(0, 42, 114, 0.12);
	--shadow-lg: 0 34px 90px rgba(0, 42, 114, 0.17);
}

html[data-theme="dark"] {
	--navy: #002a72;
	--navy-2: #002a72;
	--blue: #0c66ff;
	--bright-blue: #0c66ff;
	--teal: #0c66ff;
	--teal-light: #002a72;
	--accent: #0c66ff;
	--accent-dark: #0c66ff;
	--heading: #ffffff;
	--text: #ffffff;
	--muted: #0c66ff;
	--surface: #002a72;
	--surface-2: #002a72;
	--cloud: #002a72;
	--soft-blue: #002a72;
	--border: #0c66ff;
	--border-strong: #0c66ff;
	--shadow-sm: 0 10px 28px rgba(0, 0, 0, 0.22);
	--shadow-md: 0 22px 56px rgba(0, 0, 0, 0.32);
	--shadow-lg: 0 38px 90px rgba(0, 0, 0, 0.42);
}

body { background: var(--surface); color: var(--text); }
::selection { background: #ffffff; color: #002a72; }
:focus-visible { outline-color: rgba(12, 102, 255, 0.48); }
.eyebrow { color: var(--blue); letter-spacing: .13em; }
.text-link { color: var(--blue); }
.text-link:hover { color: var(--accent-dark); }

.utility-bar { background: linear-gradient(90deg, #002a72, #0c66ff); color: #ffffff; }
.utility-bar a, .utility-bar span, .utility-bar p { color: #ffffff; }
.site-header { border-color: var(--border); background: rgba(255, 255, 255, 0.96); }
.site-logo { position: relative; }
.site-logo__dark { display: none; }
.primary-menu > .menu-item > .menu-item__row > a,
.primary-menu > .menu-item > .menu-item__row > .submenu-toggle { color: #002a72; }
.primary-menu > .menu-item:hover > .menu-item__row > a,
.primary-menu > .menu-item.current-menu-item > .menu-item__row > a { color: var(--blue); }
.primary-menu > .menu-item.current-menu-item > .menu-item__row::after { background: linear-gradient(90deg, var(--blue), var(--teal)); }
.icon-button, .menu-toggle { border-color: var(--border); background: var(--surface); color: var(--heading); }
.button--primary { border-color: var(--blue); background: linear-gradient(135deg, var(--blue), #0c66ff); color: #ffffff; box-shadow: 0 12px 28px rgba(12, 102, 255, 0.2); }
.button--primary:hover { border-color: #0c66ff; background: linear-gradient(135deg, #0c66ff, #0c66ff); color: #ffffff; transform: translateY(-2px); }
.button--secondary { border-color: var(--border-strong); background: var(--surface); color: var(--heading); }
.button--secondary:hover { border-color: var(--blue); background: var(--soft-blue); color: var(--blue); }
.button--accent { border-color: #0c66ff; background: linear-gradient(135deg, #0c66ff, #0c66ff); color: #002a72; }

.mega-menu { border-color: var(--border); background: var(--surface); box-shadow: var(--shadow-lg); }
.mega-menu__head h2, .mega-menu__grid strong { color: var(--heading); }
.mega-menu__grid a { border-color: var(--border); background: var(--surface-2); color: var(--heading); }
.mega-menu__grid a:hover { border-color: #0c66ff; background: #ffffff; box-shadow: 0 10px 24px rgba(12, 102, 255, 0.09); }
.mega-menu__grid span { background: #ffffff; color: var(--blue); }
.mega-menu__grid a:nth-child(6n + 2) span { background: #ffffff; color: #0c66ff; }
.mega-menu__grid a:nth-child(6n + 3) span { background: #ffffff; color: #0c66ff; }
.mega-menu__grid a:nth-child(6n + 4) span { background: #ffffff; color: var(--violet); }
.mega-menu__grid a:nth-child(6n + 5) span { background: #ffffff; color: #0c66ff; }
.mega-menu__grid a:nth-child(6n + 6) span { background: #ffffff; color: #0c66ff; }
.mega-menu__grid small, .mega-menu__quicklinks a { color: var(--muted); }
.mega-menu__footer { border-color: var(--border); }

.hero-section, .page-hero, .detail-hero, .article-hero {
	background:
		radial-gradient(circle at 82% 15%, rgba(12, 102, 255, 0.15), transparent 30%),
		radial-gradient(circle at 12% 95%, rgba(12, 102, 255, 0.12), transparent 28%),
		linear-gradient(135deg, #ffffff, #ffffff 58%, #ffffff);
}
.hero-copy h1 em, .gradient-text { background: linear-gradient(90deg, var(--blue), var(--teal), var(--violet)); color: transparent; background-clip: text; -webkit-background-clip: text; }
.hero-visual, .industry-hero-board, .detail-summary { border-color: var(--border); box-shadow: var(--shadow-md); }
.format-strip { background: linear-gradient(90deg, #0c66ff, #0c66ff 45%, #0c66ff); }
.section--navy { background: linear-gradient(135deg, #002a72, #0c66ff 58%, #0c66ff); }
.section--navy p { color: #ffffff; }
.final-cta { background: linear-gradient(120deg, #0c66ff, #0c66ff 48%, #0c66ff); }

.directory-card { min-height: 500px; padding: 0 24px 72px; border-color: var(--border); overflow: hidden; }
.directory-card__media { display: block; height: 190px; margin: 0 -24px 24px; overflow: hidden; background: var(--soft-blue); }
.directory-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease); }
.directory-card:hover .directory-card__media img { transform: scale(1.045); }
.directory-card__number { top: 204px; color: #0c66ff; }
.directory-card__icon { margin-bottom: 18px; background: #ffffff; color: var(--blue); }
.directory-card:nth-child(4n + 2) .directory-card__icon { background: #ffffff; color: var(--teal); }
.directory-card:nth-child(4n + 3) .directory-card__icon { background: #ffffff; color: #0c66ff; }
.directory-card:nth-child(4n + 4) .directory-card__icon { background: #ffffff; color: var(--violet); }
.directory-card:hover { border-color: #0c66ff; }

.detail-visual-stack, .industry-visual-stack { display: grid; gap: 18px; min-width: 0; }
.detail-photo { min-height: 300px; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 22px; background: var(--soft-blue); box-shadow: var(--shadow-md); }
.detail-photo img { width: 100%; height: 100%; min-height: 300px; max-height: 400px; object-fit: cover; }
.detail-summary { background: rgba(255, 255, 255, 0.92); }
.industry-detail-visual { box-shadow: var(--shadow-sm); }

.news-masthead { position: relative; overflow: hidden; padding-top: 76px; background: linear-gradient(125deg, #ffffff, #ffffff 55%, #ffffff); }
.news-masthead::after { position: absolute; right: -80px; bottom: -100px; width: 380px; height: 380px; border-radius: 50%; background: linear-gradient(135deg, rgba(12, 102, 255, 0.17), rgba(12, 102, 255, 0.13)); content: ""; }
.news-masthead > .container { position: relative; z-index: 1; }
.news-masthead h1 { max-width: 780px; color: #002a72; }
.news-category-nav { position: relative; z-index: 2; border-color: #ffffff; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(12px); }
.news-category-nav a { color: #0c66ff; }
.news-category-nav a:hover { color: var(--blue); }
.news-lead-section { background: linear-gradient(#ffffff, #ffffff); }
.lead-story, .story { border-color: var(--border); box-shadow: var(--shadow-sm); }
.lead-story { display: grid; grid-template-columns: 1.12fr .88fr; }
.lead-story__media { min-height: 430px; aspect-ratio: auto; }
.lead-story__body { display: flex; flex-direction: column; justify-content: center; }
.story__meta { color: var(--muted); }
.story__meta a { color: var(--teal); font-weight: 700; }
.news-sidebar section { border-color: var(--border); background: var(--surface); box-shadow: var(--shadow-sm); }
.newsletter-box { background: linear-gradient(145deg, #ffffff, #ffffff); }
.category-band:nth-of-type(odd) { background: #ffffff; }
.article-featured img { width: 100%; max-height: 700px; object-fit: cover; border-radius: 22px; }

.page-hero--pricing { padding-block: 72px; }
.pricing-hero-grid { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(40px, 7vw, 88px); align-items: center; }
.pricing-hero-photo { min-height: 410px; overflow: hidden; border: 8px solid rgba(255, 255, 255, 0.78); border-radius: 28px; box-shadow: var(--shadow-lg); transform: rotate(1.2deg); }
.pricing-hero-photo img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.estimator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.price-estimator { border-color: #ffffff; background: linear-gradient(150deg, #ffffff, #ffffff); }
.price-estimator input:focus, .price-estimator select:focus { border-color: var(--blue); outline: 3px solid rgba(12, 102, 255, 0.12); }
.price-estimator__result { border: 1px solid #ffffff; background: linear-gradient(135deg, #ffffff, #ffffff); }
.price-estimator__result strong { color: #0c66ff; }
.dlc-price-card { position: relative; overflow: hidden; border-color: var(--border); background: var(--surface); }
.dlc-price-card::before { display: block; height: 5px; margin: -22px -22px 20px; background: var(--blue); content: ""; }
.dlc-price-card:nth-child(4n + 2)::before { background: var(--teal); }
.dlc-price-card:nth-child(4n + 3)::before { background: var(--accent); }
.dlc-price-card:nth-child(4n + 4)::before { background: var(--violet); }
.dlc-price-card:nth-child(2) { border-color: var(--border); transform: none; }
.factor-grid article { border-color: var(--border); background: var(--surface); }
.factor-grid article:nth-child(2) span { color: var(--teal); }
.factor-grid article:nth-child(3) span { color: var(--accent); }
.factor-grid article:nth-child(4) span { color: var(--violet); }

html[data-theme="dark"] .site-header { border-color: var(--border); background: rgba(0, 42, 114, 0.97); }
html[data-theme="dark"] .site-logo__light { display: none; }
html[data-theme="dark"] .site-logo__dark { display: block; }
html[data-theme="dark"] .custom-logo-link { padding: 4px 9px; border-radius: 9px; background: #ffffff; }
html[data-theme="dark"] .primary-menu > .menu-item > .menu-item__row > a,
html[data-theme="dark"] .primary-menu > .menu-item > .menu-item__row > .submenu-toggle { color: #ffffff; }
html[data-theme="dark"] .primary-menu > .menu-item:hover > .menu-item__row > a,
html[data-theme="dark"] .primary-menu > .menu-item.current-menu-item > .menu-item__row > a { color: #0c66ff; }
html[data-theme="dark"] .icon-button,
html[data-theme="dark"] .menu-toggle { border-color: var(--border); background: #002a72; color: #ffffff; }
html[data-theme="dark"] .button--secondary { border-color: #0c66ff; background: #002a72; color: #ffffff; }
html[data-theme="dark"] .button--secondary:hover { border-color: #0c66ff; background: #002a72; color: #0c66ff; }
html[data-theme="dark"] .hero-section,
html[data-theme="dark"] .page-hero,
html[data-theme="dark"] .detail-hero,
html[data-theme="dark"] .article-hero { background: radial-gradient(circle at 80% 12%, rgba(12, 102, 255, 0.18), transparent 31%), linear-gradient(135deg, #002a72, #002a72 62%, #002a72); }
html[data-theme="dark"] .news-masthead { background: linear-gradient(130deg, #002a72, #002a72 60%, #002a72); }
html[data-theme="dark"] .news-masthead h1 { color: var(--heading); }
html[data-theme="dark"] .news-category-nav { border-color: var(--border); background: rgba(0, 42, 114, 0.9); }
html[data-theme="dark"] .news-category-nav a { color: #ffffff; }
html[data-theme="dark"] .news-lead-section,
html[data-theme="dark"] .category-band:nth-of-type(odd) { background: var(--surface); }
html[data-theme="dark"] .newsletter-box { background: linear-gradient(145deg, #002a72, #002a72); }
html[data-theme="dark"] .mega-menu { border-color: var(--border); background: #002a72; }
html[data-theme="dark"] .mega-menu__grid a { border-color: #0c66ff; background: #002a72; }
html[data-theme="dark"] .mega-menu__grid a:hover { border-color: #0c66ff; background: #002a72; }
html[data-theme="dark"] .mega-menu__grid span { background: #0c66ff; color: #0c66ff; }
html[data-theme="dark"] .mega-menu__grid a:nth-child(6n + 2) span { background: #002a72; color: #0c66ff; }
html[data-theme="dark"] .mega-menu__grid a:nth-child(6n + 3) span { background: #002a72; color: #0c66ff; }
html[data-theme="dark"] .mega-menu__grid a:nth-child(6n + 4) span { background: #0c66ff; color: #ffffff; }
html[data-theme="dark"] .mega-menu__grid a:nth-child(6n + 5) span { background: #002a72; color: #0c66ff; }
html[data-theme="dark"] .mega-menu__grid a:nth-child(6n + 6) span { background: #002a72; color: #0c66ff; }
html[data-theme="dark"] .detail-summary,
html[data-theme="dark"] .price-estimator,
html[data-theme="dark"] .factor-grid article { border-color: var(--border); background: var(--surface-2); }
html[data-theme="dark"] .price-estimator__result { border-color: #0c66ff; background: linear-gradient(135deg, #002a72, #002a72); }
html[data-theme="dark"] .price-estimator__result strong { color: #0c66ff; }
html[data-theme="dark"] .price-estimator input,
html[data-theme="dark"] .price-estimator select { border-color: var(--border-strong); background: #002a72; color: var(--heading); }
html[data-theme="dark"] .dlc-content-card,
html[data-theme="dark"] .dlc-news-card,
html[data-theme="dark"] .dlc-price-card { border-color: var(--border); background: var(--surface-2); }

@media (max-width: 1080px) {
	.lead-story { grid-template-columns: 1fr; }
	.lead-story__media { min-height: 360px; }
	.directory-card { min-height: 480px; }
}

@media (max-width: 780px) {
	.pricing-hero-grid, .estimator-fields { grid-template-columns: 1fr; }
	.pricing-hero-photo, .pricing-hero-photo img { min-height: 280px; }
	.pricing-hero-photo { transform: none; }
	.lead-story__media { min-height: 260px; }
	.directory-card { min-height: 470px; }
	.mobile-drawer__panel { background: var(--surface); color: var(--text); }
	html[data-theme="dark"] .mobile-navigation a,
	html[data-theme="dark"] .mobile-navigation .submenu-toggle { color: var(--heading); }
}
