.inner-page { color: var(--ink); background: #f6f6f2; }
.inner-page .site-header { background: rgba(4,18,22,.97); }
.inner-main { overflow: hidden; }
.page-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #8da1a6; font-size: 11px; }
.page-breadcrumbs a { color: var(--teal-bright); text-decoration: none; }
.page-breadcrumbs span::before { content: "/"; margin-right: 8px; color: #557077; }
.page-hero { position: relative; padding: 148px 0 82px; color: white; background: radial-gradient(circle at 78% 18%,rgba(18,169,191,.2),transparent 28%),var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.page-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 19px; color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.page-eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.page-hero h1 { max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(45px,5vw,69px); line-height: 1.04; letter-spacing: -.055em; }
.page-hero h1 em { color: var(--teal-bright); font-style: normal; }
.page-lead { max-width: 720px; margin: 25px 0 0; color: #b8c8cc; font-size: 18px; line-height: 1.65; }
.page-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 31px; }
.page-actions .text-cta { color: white; }
.page-hero-media { position: relative; min-height: 480px; margin: 0; overflow: hidden; background: #0b2a32; border: 1px solid #36545c; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,16,20,.05),rgba(3,16,20,.72)); }
.page-hero-media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.integration-sync { position: absolute; z-index: 2; top: 41%; left: 45%; width: 25%; aspect-ratio: 120 / 52; pointer-events: none; filter: drop-shadow(0 5px 12px rgba(0,0,0,.42)); }
.integration-sync svg { display: block; width: 100%; height: 100%; overflow: visible; }
.integration-sync-line { fill: none; stroke: rgba(75,224,238,.92); stroke-width: 1.8; stroke-linecap: round; stroke-dasharray: 7 6; animation: integration-sync-line 2.2s linear infinite; }
.integration-sync-end { fill: #06262e; stroke: #62e7f2; stroke-width: 2; animation: integration-sync-pulse 1.8s ease-in-out infinite; }
.integration-sync-packet { fill: #f4ffff; stroke: #19bed1; stroke-width: 1.3; }
.integration-sync-packet-back { fill: #50d7e5; }
.integration-sync span { position: absolute; top: 44%; left: 50%; padding: 5px 7px; color: #dffbff; background: rgba(4,24,30,.9); border: 1px solid rgba(99,230,241,.58); border-radius: 99px; font-size: 7px; font-weight: 800; letter-spacing: .09em; line-height: 1; white-space: nowrap; transform: translate(-50%,-50%); backdrop-filter: blur(5px); }
.integration-sync span b { margin-right: 4px; color: #63e6f1; }
@keyframes integration-sync-line { to { stroke-dashoffset: -26; } }
@keyframes integration-sync-pulse { 50% { fill: #35cad9; stroke-width: 3; } }
@media (prefers-reduced-motion: reduce) { .integration-sync-line,.integration-sync-end { animation: none; } .integration-sync-packet { display: none; } }
.page-hero-caption { position: absolute; z-index: 2; right: 24px; bottom: 23px; left: 24px; padding: 17px 18px; color: white; background: rgba(4,21,27,.88); border-left: 3px solid var(--teal-bright); backdrop-filter: blur(8px); }
.page-hero-caption small,.page-hero-caption strong { display: block; }
.page-hero-caption small { color: var(--teal-bright); font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.page-hero-caption strong { margin-top: 6px; font-family: var(--font-display); font-size: 16px; line-height: 1.35; }
.page-proof-rail { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 62px; background: #36545c; border: 1px solid #36545c; gap: 1px; }
.page-proof-rail div { min-height: 82px; padding: 18px 20px; background: #0d2a32; }
.page-proof-rail strong,.page-proof-rail span { display: block; }
.page-proof-rail strong { color: white; font-family: var(--font-display); font-size: 17px; }
.page-proof-rail span { margin-top: 5px; color: #92aab0; font-size: 9px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }

.page-section { padding: 92px 0; }
.page-section.alt { background: white; }
.page-section.dark { color: white; background: var(--ink-2); }
.section-heading { display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(36px,4vw,52px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.dark .section-heading p { color: #a9bcc1; }
.answer-block { margin: 0 0 38px; padding: 25px 28px; color: #31474d; background: #e7f5f6; border-left: 4px solid var(--teal); font-size: 17px; line-height: 1.65; }
.answer-block strong { color: var(--ink); }
.page-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.page-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.insight-card { position: relative; min-height: 230px; padding: 29px; background: white; border: 1px solid #d4dddb; box-shadow: 0 15px 38px rgba(9,34,41,.055); }
.dark .insight-card { background: #0d2a32; border-color: #36545c; box-shadow: none; }
.insight-card > small { color: var(--teal-deep); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.dark .insight-card > small { color: var(--teal-bright); }
.insight-card h3 { margin: 22px 0 11px; font-family: var(--font-display); font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.insight-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.dark .insight-card p { color: #a5b7bb; }
.check-list { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: #455b61; font-size: 14px; line-height: 1.55; }
.dark .check-list li { color: #c4d2d5; }
.check-list li::before { content: "✓"; position: absolute; top: 1px; left: 0; display: grid; place-items: center; width: 18px; height: 18px; color: white; background: var(--teal-deep); border-radius: 50%; font-size: 10px; font-weight: 800; }

.process-list { display: grid; gap: 1px; margin: 0; padding: 0; background: #d0d9d8; border: 1px solid #d0d9d8; list-style: none; }
.process-list li { display: grid; grid-template-columns: 72px 1fr 190px; gap: 25px; align-items: center; min-height: 128px; padding: 23px 28px; background: white; }
.process-list > li > span { display: grid; place-items: center; width: 58px; height: 58px; color: white; background: var(--ink); border-radius: 50%; font-size: 10px; font-weight: 800; }
.process-list h3 { margin: 0 0 6px; font-family: var(--font-display); font-size: 22px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.process-list aside { color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.comparison-wrap { overflow-x: auto; background: white; border: 1px solid #d3dcda; box-shadow: 0 18px 48px rgba(9,34,41,.07); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table th,.comparison-table td { padding: 19px 22px; text-align: left; border-bottom: 1px solid #dce3e1; }
.comparison-table th { color: white; background: var(--ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.comparison-table th:last-child { background: var(--teal-deep); }
.comparison-table td { color: #53666b; font-size: 13px; line-height: 1.5; }
.comparison-table td:first-child { color: var(--ink); font-weight: 700; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table td:last-child { color: #087f91; background: #edf8f9; font-weight: 700; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 24px; background: white; border: 1px solid #d4dddb; }
.faq-list summary { padding: 22px 30px 22px 0; cursor: pointer; color: var(--ink); font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.faq-list p { max-width: 850px; margin: -4px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.page-cta { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding: 48px 52px; color: white; background: radial-gradient(circle at 88% 0,rgba(18,169,191,.22),transparent 30%),var(--ink); border-top: 4px solid var(--teal); }
.page-cta h2 { margin: 0; font-family: var(--font-display); font-size: clamp(30px,3vw,43px); }
.page-cta p { max-width: 720px; margin: 12px 0 0; color: #aebfc3; line-height: 1.6; }

.case-status { position: static; z-index: auto; top: auto; left: auto; display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 11px; color: #8ee9f3; background: rgba(18,169,191,.12); border: 1px solid rgba(82,211,228,.35); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.case-status::before { content: ""; width: 7px; height: 7px; background: var(--teal-bright); border-radius: 50%; }
.case-editor-note { padding: 25px 27px; background: #fff7e8; border: 1px solid #e7d2a8; border-left: 4px solid #c88b27; }
.case-editor-note h3 { margin: 0 0 8px; font-family: var(--font-display); }
.case-editor-note p { margin: 0; color: #765d38; font-size: 13px; line-height: 1.6; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #cbd5d4; border: 1px solid #cbd5d4; }
.metric-card { min-height: 155px; padding: 24px; background: white; }
.metric-card small,.metric-card strong,.metric-card span { display: block; }
.metric-card small { color: var(--teal-deep); font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.metric-card strong { margin-top: 22px; font-family: var(--font-display); font-size: 26px; line-height: 1.1; }
.metric-card span { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.metric-card.pending strong { color: #8a989a; font-size: 17px; }
.evidence-layout { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }
.evidence-copy h2 { margin: 0 0 19px; font-family: var(--font-display); font-size: 36px; }
.evidence-copy h3 { margin: 31px 0 10px; font-family: var(--font-display); font-size: 23px; }
.evidence-copy p { color: var(--muted); font-size: 15px; line-height: 1.72; }
.evidence-sidebar { position: sticky; top: 105px; padding: 24px; background: #e7f5f6; border-top: 3px solid var(--teal); }
.evidence-sidebar h3 { margin: 0 0 15px; font-family: var(--font-display); }
.evidence-sidebar ul { display: grid; gap: 10px; margin: 0; padding-left: 18px; color: #4e656a; font-size: 12px; line-height: 1.5; }

.page-footer { padding: 52px 0 38px; color: white; background: var(--ink); border-top: 3px solid var(--teal); }
.page-footer-grid { display: grid; grid-template-columns: 1fr minmax(360px,auto); gap: 56px; align-items: center; }
.page-footer p { margin: 14px 0 0; color: #71878e; font-size: 11px; }
.page-footer nav { display: grid; grid-template-columns: repeat(2,minmax(150px,1fr)); gap: 10px; }
.page-footer nav a { display: block; padding: 12px 15px; color: #d7e4e6; background: #0d2a32; border: 1px solid #31515a; text-decoration: none; font-size: 13px; font-weight: 700; }
.page-footer nav a:hover,.page-footer nav a:focus-visible { color: white; background: #123943; border-color: var(--teal-bright); }

.booking-page { background: var(--ink); }
.booking-main { min-height: calc(100vh - 80px); overflow: hidden; background: radial-gradient(circle at 15% 20%,rgba(18,169,191,.16),transparent 30%),linear-gradient(90deg,var(--ink) 0 48%,#eef3f1 48% 100%); }
.booking-section { padding: 138px 0 78px; }
.booking-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 78px; align-items: start; }
.booking-copy { position: sticky; top: 120px; color: white; }
.booking-copy .page-breadcrumbs { margin-bottom: 45px; }
.booking-copy h1 { max-width: 570px; margin: 0; font-family: var(--font-display); font-size: clamp(47px,5.2vw,72px); line-height: 1.02; letter-spacing: -.055em; }
.booking-lead { max-width: 580px; margin: 25px 0 38px; color: #b4c5c9; font-size: 17px; line-height: 1.65; }
.booking-expect { max-width: 580px; padding: 25px 26px; background: rgba(13,42,50,.76); border: 1px solid #36545c; border-top: 3px solid var(--teal-bright); }
.booking-expect-label { margin: 0 0 20px; color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.booking-expect ol { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.booking-expect li { display: grid; grid-template-columns: 33px 1fr; gap: 13px; }
.booking-expect li > span { display: grid; place-items: center; width: 29px; height: 29px; color: var(--teal-bright); border: 1px solid #38646d; border-radius: 50%; font-size: 8px; font-weight: 800; }
.booking-expect strong { font-family: var(--font-display); font-size: 15px; }
.booking-expect li p { margin: 4px 0 0; color: #8fa6ab; font-size: 11px; line-height: 1.45; }
.booking-direct { color: #8fa6ab; font-size: 12px; }
.booking-direct a,.booking-email-link { color: var(--teal-bright); text-decoration: none; }
.booking-email-link { font-size: 12px; }
.booking-panel { padding: 38px 40px 41px; background: white; border-top: 4px solid var(--teal); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.booking-panel-head { margin-bottom: 32px; }
.booking-panel-head small { color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.booking-panel-head h2 { margin: 10px 0 8px; font-family: var(--font-display); font-size: 38px; line-height: 1.08; letter-spacing: -.035em; }
.booking-panel-head p { margin: 0; color: #5c7075; font-size: 15px; line-height: 1.5; }
.booking-form { display: grid; gap: 22px; }
.form-grid { display: grid; gap: 20px; }
.form-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.booking-form label > span:first-child { display: block; margin-bottom: 9px; color: #203d45; font-size: 13px; line-height: 1.35; font-weight: 800; letter-spacing: .02em; }
.booking-form input,.booking-form select,.booking-form textarea { width: 100%; min-height: 54px; padding: 15px 16px; color: var(--ink); background: #f8faf9; border: 1px solid #adc3c6; border-radius: 0; font: inherit; font-size: 16px; transition: border-color .2s,box-shadow .2s; }
.booking-form input::placeholder,.booking-form textarea::placeholder { color: #677b82; opacity: 1; }
.booking-form textarea { min-height: 132px; resize: vertical; line-height: 1.55; }
.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(18,169,191,.14); }
.form-consent { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.form-consent input { width: 20px; height: 20px; min-height: 20px; margin-top: 1px; padding: 0; accent-color: var(--teal-deep); }
.form-consent > span { margin: 0!important; color: #52676d!important; font-size: 13px!important; font-weight: 400!important; line-height: 1.55; letter-spacing: 0!important; }
.form-consent a { color: var(--teal-deep); }
.booking-submit { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.form-note { margin: -2px 0 0; color: #687b80; font-size: 12px; line-height: 1.55; }
.form-status { padding: 14px 16px; color: #075f6c; background: #e3f5f6; border-left: 3px solid var(--teal); font-size: 14px; line-height: 1.5; }
.form-status.is-error { color: #7a2e2a; background: #f8e8e6; border-left-color: #c45b54; }
.booking-form .hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* Buyer-specific solution storytelling */
.buyer-callout { display: grid; grid-template-columns: .72fr 1fr 1fr; gap: 1px; margin-top: 38px; overflow: hidden; color: white; background: #36545c; border: 1px solid #36545c; }
.buyer-callout > div { min-height: 112px; padding: 22px 24px; background: #0d2a32; }
.buyer-callout small,.buyer-callout strong,.buyer-callout span { display: block; }
.buyer-callout small { margin-bottom: 12px; color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.buyer-callout strong { font-family: var(--font-display); font-size: 17px; line-height: 1.3; }
.buyer-callout span { margin-top: 7px; color: #96aaaf; font-size: 11px; line-height: 1.5; }
.product-stage { padding: 32px; color: white; background: radial-gradient(circle at 88% 10%,rgba(18,169,191,.18),transparent 30%),#071d23; border: 1px solid #31515a; box-shadow: 0 25px 60px rgba(5,28,34,.16); }
.product-stage-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 24px; }
.product-stage-head small { color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.product-stage-head span { color: #7f979c; font-size: 9px; }
.visual-note { margin: 18px 0 0; color: #849a9f; font-size: 10px; line-height: 1.55; }

.queue-board { display: grid; grid-template-columns: 155px 1fr; gap: 16px; }
.queue-sources { display: grid; gap: 8px; align-content: start; }
.queue-source { padding: 11px 12px; color: #b9c9cd; background: #0d3039; border-left: 3px solid #188fa0; font-size: 10px; font-weight: 700; }
.queue-source b { float: right; color: var(--teal-bright); }
.queue-list { display: grid; gap: 8px; }
.queue-row { display: grid; grid-template-columns: 78px 1fr 98px 76px; gap: 12px; align-items: center; padding: 12px 14px; color: #c7d5d8; background: rgba(255,255,255,.055); border: 1px solid #29464e; font-size: 10px; }
.queue-row strong { color: white; font-size: 11px; }
.queue-row .risk { color: #ffb0a9; }
.queue-row .ready { color: #66dfec; }
.queue-row .queue-action { padding: 6px 8px; text-align: center; color: #051a20; background: var(--teal-bright); font-weight: 800; }

.stock-journey { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: stretch; }
.stock-state { position: relative; min-height: 154px; padding: 22px 18px; background: rgba(255,255,255,.055); border: 1px solid #29464e; }
.stock-state + .stock-state { border-left: 0; }
.stock-state + .stock-state::before { content: "→"; position: absolute; z-index: 2; top: 50%; left: -10px; display: grid; place-items: center; width: 20px; height: 20px; color: #03171c; background: var(--teal-bright); border-radius: 50%; font-size: 11px; font-weight: 800; transform: translateY(-50%); }
.stock-state small { color: var(--teal-bright); font-size: 8px; font-weight: 800; }
.stock-state strong { display: block; margin-top: 25px; font-family: var(--font-display); font-size: 16px; }
.stock-state span { display: block; margin-top: 8px; color: #91a8ad; font-size: 10px; line-height: 1.45; }

.task-console { display: grid; grid-template-columns: .82fr 1.18fr; gap: 1px; background: #31515a; border: 1px solid #31515a; }
.task-sidebar,.task-main { padding: 25px; background: #09242b; }
.task-sidebar small,.task-main small { color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.task-number { display: block; margin: 16px 0 7px; font-family: var(--font-display); font-size: 42px; line-height: 1; }
.task-sidebar p { margin: 0; color: #95a9ae; font-size: 10px; line-height: 1.5; }
.task-fields { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 17px; }
.task-field { padding: 12px; background: rgba(255,255,255,.055); border: 1px solid #29464e; }
.task-field span,.task-field strong { display: block; }
.task-field span { color: #80969b; font-size: 8px; }
.task-field strong { margin-top: 6px; color: white; font-size: 12px; }
.task-confirm { margin-top: 12px; padding: 12px; text-align: center; color: #052128; background: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .08em; }

.system-event-map { display: grid; grid-template-columns: 1fr 170px 1fr; gap: 18px; align-items: center; }
.system-stack { display: grid; gap: 9px; }
.system-node { padding: 13px 15px; color: #d0dcdf; background: rgba(255,255,255,.055); border: 1px solid #29464e; font-size: 10px; }
.system-node small { float: right; color: #719097; font-size: 7px; }
.odin-hub { padding: 26px 12px; text-align: center; background: #0d3b46; border: 1px solid #42c9d9; box-shadow: 0 0 30px rgba(66,201,217,.12); }
.odin-hub strong,.odin-hub span { display: block; }
.odin-hub strong { font-family: var(--font-display); font-size: 21px; }
.odin-hub span { margin-top: 8px; color: #8bdce5; font-size: 8px; letter-spacing: .1em; }
.event-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 14px; }
.event-chips b { padding: 5px 7px; color: #8fe6ef; background: #082932; font-size: 7px; font-weight: 700; }

.scope-frame { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.scope-card { padding: 28px; background: white; border: 1px solid #d2dcda; }
.scope-card.standard { border-top: 4px solid var(--teal); }
.scope-card.extended { border-top: 4px solid #b88742; }
.scope-card small { color: var(--teal-deep); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.scope-card.extended small { color: #9a6722; }
.scope-card h3 { margin: 12px 0 8px; font-family: var(--font-display); font-size: 25px; }
.scope-card > p { min-height: 44px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.proof-module { margin-top: 38px; padding: 34px; background: #edf4f3; border: 1px solid #ccd9d7; border-top: 4px solid var(--teal); }
.proof-module.dark-proof { color: white; background: #09242b; border-color: #31515a; }
.proof-head { display: grid; grid-template-columns: 1fr .8fr; gap: 45px; align-items: end; }
.proof-head small { color: var(--teal-deep); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.dark-proof .proof-head small { color: var(--teal-bright); }
.proof-head h2 { margin: 8px 0 0; font-family: var(--font-display); font-size: clamp(28px,3vw,39px); }
.proof-head p { margin: 0; color: #66797e; font-size: 12px; line-height: 1.6; }
.dark-proof .proof-head p { color: #95a9ae; }
.proof-slots { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin-top: 25px; background: #c6d5d3; border: 1px solid #c6d5d3; }
.dark-proof .proof-slots { background: #31515a; border-color: #31515a; }
.proof-slot { min-height: 146px; padding: 20px; background: white; }
.dark-proof .proof-slot { background: #0d2a32; }
.proof-slot small,.proof-slot strong,.proof-slot span { display: block; }
.proof-slot small { color: var(--teal-deep); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.dark-proof .proof-slot small { color: var(--teal-bright); }
.proof-slot strong { margin-top: 24px; color: #829195; font-family: var(--font-display); font-size: 17px; }
.dark-proof .proof-slot strong { color: #8da3a8; }
.proof-slot span { margin-top: 7px; color: #7b8b8f; font-size: 9px; line-height: 1.45; }
.proof-collect { margin-top: 18px; padding: 17px 19px; color: #50666b; background: white; border-left: 3px solid var(--teal); font-size: 11px; line-height: 1.6; }
.dark-proof .proof-collect { color: #9fb1b5; background: #061b21; }
.proof-collect strong { color: var(--ink); }
.dark-proof .proof-collect strong { color: white; }
.buyer-tag { display: inline-flex; margin: 0 0 18px; padding: 8px 10px; color: #076e7d; background: #dff4f6; border: 1px solid #b8dfe3; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.integration-register { overflow-x: auto; border: 1px solid #d2dcda; }
.integration-register table { width: 100%; min-width: 760px; border-collapse: collapse; background: white; }
.integration-register th,.integration-register td { padding: 16px 18px; text-align: left; border-bottom: 1px solid #dbe3e1; }
.integration-register th { color: white; background: var(--ink); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.integration-register td { color: #53676c; font-size: 11px; line-height: 1.45; }
.integration-register td:first-child { color: var(--ink); font-weight: 800; }
.integration-register tr:last-child td { border-bottom: 0; }
.integration-reliability-line { margin: 0; padding: 16px 18px; color: white; background: #082b34; border-top: 3px solid var(--teal-bright); font-size: 15px; line-height: 1.5; }
.integration-reliability-line strong { color: var(--teal-bright); }
.status-pill { display: inline-flex; padding: 5px 7px; color: #087b8b; background: #e5f6f7; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.status-pill.scope { color: #8a611f; background: #fff3dc; }

@media (max-width: 1100px) {
  .page-hero-grid,.section-heading,.evidence-layout { grid-template-columns: 1fr; }
  .page-hero-media { min-height: 360px; }
  .page-hero-media img { min-height: 360px; }
  .page-grid { grid-template-columns: 1fr 1fr; }
  .evidence-sidebar { position: static; }
  .booking-main { background: var(--ink); }
  .booking-layout { grid-template-columns: 1fr; gap: 45px; }
  .booking-copy { position: static; }
  .buyer-callout { grid-template-columns: 1fr; }
  .queue-board,.task-console { grid-template-columns: 1fr; }
  .stock-journey { grid-template-columns: 1fr; }
  .stock-state + .stock-state { border-top: 0; border-left: 1px solid #29464e; }
  .stock-state + .stock-state::before { top: -10px; left: 50%; transform: translateX(-50%); }
}
@media (max-width: 820px) {
  .page-hero { padding: 115px 0 65px; }
  .page-hero-grid { gap: 38px; }
  .page-proof-rail,.metric-grid { grid-template-columns: 1fr 1fr; }
  .page-section { padding: 72px 0; }
  .page-grid,.page-grid.two { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 58px 1fr; gap: 17px; }
  .process-list aside { grid-column: 2; }
  .page-cta { grid-template-columns: 1fr; padding: 38px 30px; }
  .page-footer-grid { grid-template-columns: 1fr; }
  .system-event-map { grid-template-columns: 1fr; }
  .proof-head { grid-template-columns: 1fr; gap: 14px; }
  .proof-slots { grid-template-columns: 1fr 1fr; }
  .scope-frame { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .page-hero h1 { font-size: 42px; }
  .page-lead { font-size: 16px; }
  .page-actions { align-items: stretch; flex-direction: column; }
  .page-actions .btn { width: 100%; }
  .page-proof-rail,.metric-grid { grid-template-columns: 1fr; }
  .page-hero-media,.page-hero-media img { min-height: 300px; }
  .section-heading { gap: 20px; }
  .process-list li { grid-template-columns: 1fr; }
  .process-list aside { grid-column: 1; }
  .booking-section { padding: 110px 0 50px; }
  .booking-copy h1 { font-size: 43px; }
  .booking-panel { padding: 32px 24px 34px; }
  .booking-panel-head h2 { font-size: 36px; }
  .booking-panel-head p { font-size: 15px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .booking-email-link { display: none; }
  .product-stage,.proof-module { padding: 24px 18px; }
  .queue-row { grid-template-columns: 64px 1fr; }
  .queue-row span:nth-child(3),.queue-row .queue-action { text-align: left; }
  .task-fields,.proof-slots { grid-template-columns: 1fr; }
}

/* Full-bleed photographic subpage heroes */
.media-hero { min-height: calc(100svh - 78px); display: flex; align-items: stretch; padding: 96px 0 0; isolation: isolate; overflow: hidden; background: #041216; }
.media-hero > .shell { min-height: calc(100svh - 174px); display: flex; flex-direction: column; }
.media-hero .page-breadcrumbs { position: relative; z-index: 3; margin-bottom: 34px; }
.media-hero .page-hero-grid { display: block; }
.media-hero .page-hero-grid > div:first-child { position: relative; z-index: 3; max-width: 610px; padding-bottom: 42px; }
.media-hero .page-lead { max-width: 650px; color: #c3d0d3; }
.media-hero .page-hero-media { position: absolute; z-index: 0; inset: 0; min-height: 0; border: 0; margin: 0; box-shadow: none; background: #071b21; }
.media-hero .page-hero-media::after { z-index: 1; background: linear-gradient(90deg,#041216 0%,#041216 42%,rgba(4,16,20,.96) 48%,rgba(4,16,20,.38) 58%,rgba(4,16,20,.08) 72%,rgba(4,16,20,.04) 100%),linear-gradient(0deg,rgba(4,16,20,.68) 0%,transparent 44%); }
.media-hero .page-hero-media img { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 62%; height: 100%; min-height: 0; object-fit: cover; object-position: center 42%; transform: none; }
.media-hero .buyer-callout { position: relative; z-index: 3; width: 100%; margin-top: auto; }
.media-hero .page-proof-rail { position: relative; z-index: 3; width: 100%; margin-top: auto; }
.media-hero .integration-sync { z-index: 2; }
.solution-ecommerce .media-hero .page-hero-media img { object-position: center 38%; }

.solution-implementation .media-hero .page-hero-media img { object-position: center 28%; }

.solution-integrations .media-hero .page-hero-media img { object-position: center 44%; }
.solution-integrations .media-hero .integration-sync { top: 49%; left: 64%; width: 15%; }

@media (min-width: 821px) and (max-width: 1100px) {
  .media-hero { min-height: calc(100svh - 78px); }
  .media-hero > .shell { min-height: calc(100svh - 174px); }
  .media-hero .buyer-callout { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 820px) {
  .media-hero { min-height: 1100px; padding-top: 105px; }
  .media-hero > .shell { min-height: 995px; }
  .media-hero .page-breadcrumbs { margin-bottom: 34px; }
  .media-hero .page-hero-grid > div:first-child { max-width: none; padding-bottom: 42px; }
  .media-hero .buyer-callout { grid-template-columns: 1fr; }

  .media-hero .page-hero-media img { right: auto; left: 0; width: 100%; }
  .media-hero .page-hero-media::after { background: linear-gradient(90deg,rgba(4,16,20,.96),rgba(4,16,20,.5)),linear-gradient(0deg,rgba(4,16,20,.9),transparent 65%); }
}
@media (max-width: 560px) {
  .media-hero { min-height: 1160px; }
  .media-hero > .shell { min-height: 1055px; }
  .media-hero .page-hero-grid > div:first-child { padding-bottom: 42px; }
}
/* Privacy page */
.privacy-hero {
  padding-bottom: 76px;
}
.privacy-hero .shell {
  position: relative;
}
.privacy-hero h1 {
  max-width: 850px;
}
.privacy-hero .page-lead {
  max-width: 720px;
}
.privacy-meta {
  margin: 24px 0 0;
  color: #82999f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.privacy-section {
  background: var(--paper);
}
.privacy-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 780px);
  gap: 76px;
  justify-content: center;
  align-items: start;
}
.privacy-contents {
  position: sticky;
  top: 116px;
  padding: 24px;
  background: #e8efee;
  border-top: 3px solid var(--teal);
}
.privacy-contents small {
  display: block;
  margin-bottom: 17px;
  color: var(--teal-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}
.privacy-contents nav {
  display: grid;
  gap: 1px;
}
.privacy-contents a {
  padding: 10px 0;
  color: #53666b;
  border-bottom: 1px solid #cad6d4;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
}
.privacy-contents a:hover,
.privacy-contents a:focus-visible {
  color: var(--teal-deep);
}
.privacy-intro {
  margin: 0 0 48px;
  padding: 24px 27px;
  color: #32484e;
  background: white;
  border-left: 3px solid var(--teal);
  font-size: 17px;
  line-height: 1.7;
}
.privacy-article > section {
  position: relative;
  scroll-margin-top: 110px;
  padding: 0 0 38px 54px;
  margin-bottom: 38px;
  border-bottom: 1px solid #ccd7d5;
}
.privacy-article > section:last-child {
  margin-bottom: 0;
}
.privacy-article > section > span {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.privacy-article h2 {
  margin: 0 0 13px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.2;
}
.privacy-article p,
.privacy-article li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.privacy-article p {
  margin: 0;
}
.privacy-article ul {
  margin: 0;
  padding-left: 20px;
}
.privacy-article li + li {
  margin-top: 7px;
}
.privacy-article a {
  color: var(--teal-deep);
  font-weight: 700;
}

@media (max-width: 820px) {
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .privacy-contents {
    position: static;
  }
  .privacy-contents nav {
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 24px;
  }
}

@media (max-width: 560px) {
  .privacy-hero {
    padding-bottom: 58px;
  }
  .privacy-contents nav {
    grid-template-columns: 1fr;
  }
  .privacy-intro {
    padding: 20px;
    font-size: 15px;
  }
  .privacy-article > section {
    padding-left: 0;
    padding-top: 28px;
  }
  .privacy-article > section > span {
    top: 0;
  }
  .privacy-article h2 {
    font-size: 24px;
  }
}

/* Security page */
.security-hero h1 {
  max-width: 820px;
}
.security-status {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 16px;
  align-items: center;
  margin-top: 26px;
}
.security-status strong {
  padding: 7px 10px;
  color: #062029;
  background: var(--teal-bright);
  font-size: 9px;
  letter-spacing: .13em;
}
.security-status span {
  color: #8fa6ab;
  font-size: 12px;
}
.security-section {
  background: var(--paper);
}
.security-review-note {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 52px;
  align-items: end;
  margin-bottom: 78px;
  padding: 32px 35px;
  background: white;
  border-left: 4px solid var(--teal);
  box-shadow: 0 16px 45px rgba(9,34,41,.07);
}
.security-review-note small {
  color: var(--teal-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}
.security-review-note h2 {
  margin: 9px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 1.2;
}
.security-review-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .security-review-note {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 58px;
  }
}

@media (max-width: 560px) {
  .security-review-note {
    padding: 24px 22px;
  }
  .security-review-note h2 {
    font-size: 25px;
  }
}

.security-page .media-hero .page-hero-media img { object-position: 68% center; }

/* ===== UI Pro Max: inner-page motion & polish ===== */

/* Hero entrance choreography (uses rise-in from marketing.css) */
@media (prefers-reduced-motion: no-preference) {
  .page-hero .page-breadcrumbs { animation: rise-in .6s cubic-bezier(.16,1,.3,1) .04s both; }
  .page-hero .page-eyebrow { animation: rise-in .7s cubic-bezier(.16,1,.3,1) .12s both; }
  .page-hero h1 { animation: rise-in .85s cubic-bezier(.16,1,.3,1) .2s both; }
  .page-hero .page-lead { animation: rise-in .8s cubic-bezier(.16,1,.3,1) .36s both; }
  .page-hero .page-actions { animation: rise-in .8s cubic-bezier(.16,1,.3,1) .5s both; }
  .media-hero .page-hero-media img { animation: media-hero-in 1.7s ease-out both; }
  @keyframes media-hero-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: none; } }
}

/* Ambient glow + dot grid behind non-media page heroes and dark CTA panels */
.page-hero, .page-cta { position: relative; isolation: isolate; overflow: hidden; }
.page-hero::before, .page-cta::before {
  content: ""; position: absolute; inset: -30%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(560px 420px at 16% 24%, rgba(18,169,191,.15), transparent 62%),
    radial-gradient(720px 540px at 86% 80%, rgba(73,212,229,.09), transparent 62%);
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.045) 1px, transparent 1.5px);
  background-size: 26px 26px;
}
.media-hero.page-hero::after { content: none; }
@media (prefers-reduced-motion: no-preference) {
  .page-hero::before, .page-cta::before { animation: ambient-drift 38s ease-in-out infinite alternate; }
}

/* Card lifts */
.insight-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.insight-card:hover { transform: translateY(-4px); border-color: #a3ced5; box-shadow: 0 24px 52px rgba(9,34,41,.12); }
.dark .insight-card:hover { border-color: rgba(73,212,229,.5); box-shadow: 0 24px 52px rgba(0,0,0,.35); }
.metric-card, .scope-card { transition: transform .25s ease, box-shadow .25s ease; }
.metric-card:hover, .scope-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(9,34,41,.1); }

/* FAQ: chevron + smooth height animation (body wrapper is added by marketing.js) */
.faq-list summary { position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; position: absolute; top: 50%; right: 4px; width: 9px; height: 9px; border-right: 2px solid var(--teal-deep); border-bottom: 2px solid var(--teal-deep); transform: translateY(-70%) rotate(45deg); transition: transform .3s ease; }
.faq-list details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq-list details { transition: border-color .25s ease; }
.faq-list details[open] { border-color: #a3ced5; }
.faq-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.16,1,.3,1); }
.faq-list details[open] .faq-body { grid-template-rows: 1fr; }
.faq-body > div { overflow: hidden; min-height: 0; }

/* ===== UI Pro Max: mobile fixes ===== */
@media (max-width: 820px) {
  /* 16px inputs stop iOS Safari from zoom-jumping the page on field focus */
  .booking-form input, .booking-form select, .booking-form textarea { font-size: 16px; }

  /* Trim the full-bleed hero scroll cost (min-heights only — content can still grow) */
  .media-hero { min-height: 950px; }
  .media-hero > .shell { min-height: 845px; }

  /* Comparison tables stack into per-factor cards on mobile — no horizontal scroll.
     Column labels come from data-col attributes stamped by marketing.js. */
  .comparison-wrap { overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .comparison-table { min-width: 0; border-collapse: separate; border-spacing: 0; }
  .comparison-table thead { display: none; }
  .comparison-table tbody, .comparison-table tr, .comparison-table td { display: block; width: 100%; }
  .comparison-table tr { margin-bottom: 14px; background: white; border: 1px solid #d3dcda; box-shadow: 0 12px 30px rgba(9,34,41,.06); }
  .comparison-table tr:last-child { margin-bottom: 0; }
  .comparison-table td { padding: 13px 18px; border-bottom: 1px solid #e5eae8; }
  .comparison-table tr:last-child td { border-bottom: 1px solid #e5eae8; }
  .comparison-table td:last-child { border-bottom: 0; }
  .comparison-table td:first-child { padding: 13px 18px; color: white; background: var(--ink); font-family: var(--font-display); font-size: 15px; }
  .comparison-table td:not(:first-child)::before { content: attr(data-col); display: block; margin-bottom: 5px; color: #77878a; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
  .comparison-table td:last-child::before { color: var(--teal-deep); }
}
@media (max-width: 560px) {
  .media-hero { min-height: 980px; }
  .media-hero > .shell { min-height: 875px; }
}

/* Mobile hero photos: show the actual scene as its own full-width 3:2 block below
   the copy instead of a heavily-cropped full-bleed sliver behind it. */
@media (max-width: 820px) {
  .media-hero { min-height: 0; }
  .media-hero > .shell { min-height: 0; }
  .media-hero .page-hero-grid > div:first-child { padding-bottom: 26px; }
  .media-hero .page-hero-media { position: relative; inset: auto; width: auto; margin: 0 -19px; aspect-ratio: 3 / 2; min-height: 0; }
  .media-hero .page-hero-media img { position: absolute; inset: 0; left: 0; width: 100%; height: 100%; min-height: 0; }
  .media-hero .page-hero-media::after { background: linear-gradient(0deg, rgba(4,16,20,.45), transparent 38%); }
  .media-hero .buyer-callout, .media-hero .page-proof-rail { margin-top: 0; }
}

/* UI Pro Max: readability pass — body copy one notch up (labels/kickers unchanged) */
.insight-card p { font-size: 15px; }
.process-list p { font-size: 14px; }
.comparison-table td { font-size: 14px; }
.faq-list p { font-size: 15px; }
.check-list li { font-size: 15px; }
.metric-card span { font-size: 12px; }

/* Card design pass: large ghost index numerals fill the empty top-right corner */
.page-grid { counter-reset: insight; }
.insight-card { overflow: hidden; }
.insight-card::after { counter-increment: insight; content: counter(insight, decimal-leading-zero); position: absolute; top: 8px; right: 16px; color: rgba(18,169,191,.13); font-family: var(--font-display); font-size: 58px; font-weight: 800; line-height: 1; letter-spacing: -.04em; pointer-events: none; }
.dark .insight-card::after { color: rgba(73,212,229,.14); }
.insight-card > small { font-size: 10px; }
.insight-card h3 { margin-top: 16px; }

/* Scorecard typography: values were greyed placeholder styling — make them read as results */
.metric-card small { font-size: 9px; }
.metric-card strong { margin-top: 18px; font-size: 27px; letter-spacing: -.02em; }
.proof-slot small { font-size: 9px; }
.proof-slot strong { margin-top: 16px; color: var(--ink); font-size: 21px; letter-spacing: -.02em; }
.dark-proof .proof-slot strong { color: white; }
.proof-slot span { margin-top: 8px; color: #5d7075; font-size: 12px; line-height: 1.5; }
.dark-proof .proof-slot span { color: #9fb3b7; }
.proof-head small { font-size: 9px; }

/* ODIN Academy screenshot gallery (implementation page) */
.academy-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 18px; }
.academy-gallery figure { margin: 0; overflow: hidden; background: #071d23; border: 1px solid #31515a; }
.academy-gallery img { display: block; width: 100%; height: 400px; object-fit: cover; }
.academy-gallery figcaption { padding: 12px 15px; color: #a9bcc1; border-top: 1px solid #22434c; font-size: 12px; line-height: 1.55; }
@media (max-width: 820px) { .academy-gallery { grid-template-columns: 1fr; } .academy-gallery img { height: 340px; } }

/* Real product pick screen in a phone frame (replaces the illustrative task console) */
.task-real { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 42px; align-items: center; }
.task-phones { display: flex; gap: 20px; align-items: flex-start; }
.task-phone-b { margin-top: 36px; }
.task-phone { width: 250px; margin: 0; overflow: hidden; background: #111; border: 7px solid #162f38; border-radius: 26px; box-shadow: 0 26px 55px rgba(0,0,0,.42); }
.task-phone img { display: block; width: 100%; height: auto; }
.task-real-copy > small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.task-real-copy h3 { margin: 10px 0 4px; color: white; font-family: var(--font-display); font-size: 25px; letter-spacing: -.025em; }
.task-real .check-list li { color: #c4d2d5; }
@media (max-width: 820px) {
  .task-real { grid-template-columns: 1fr; justify-items: center; gap: 24px; }
  .task-real-copy { max-width: 440px; }
  .task-phones { flex-wrap: wrap; justify-content: center; }
  .task-phone, .task-phones .task-phone { width: min(250px, calc(50% - 10px)); }
  .task-phone-b { margin-top: 24px; }
}

/* Integrations event map: live system pulses, cycling chips, event particles */
.system-event-map { position: relative; }
.system-node { position: relative; padding-left: 30px; }
.system-node::before { content: ""; position: absolute; left: 12px; top: 50%; width: 7px; height: 7px; margin-top: -3.5px; border-radius: 50%; background: #33525c; }
.odin-hub { position: relative; background: radial-gradient(circle at 50% 0, rgba(66,201,217,.28), transparent 62%), #0d3b46; }
.odin-hub img { width: 100px; height: auto; margin: 0 auto 4px; filter: brightness(0) invert(1); }
.odin-hub::after { content: ""; position: absolute; inset: -1px; border: 1px solid rgba(73,212,229,.85); opacity: 0; pointer-events: none; }
.event-motion { position: absolute; inset: 0; pointer-events: none; }
.event-motion span { position: absolute; left: 26%; top: var(--sy); width: 6px; height: 6px; border-radius: 50%; background: #d8fbff; border: 1px solid #55e6f4; box-shadow: 0 0 6px #61effa; opacity: 0; transform: translate(-50%,-50%); }
@media (prefers-reduced-motion: no-preference) {
  .system-stack .system-node:nth-child(1) { --pulse-delay: 0s; }
  .system-stack .system-node:nth-child(2) { --pulse-delay: .9s; }
  .system-stack .system-node:nth-child(3) { --pulse-delay: 1.8s; }
  .system-stack .system-node:nth-child(4) { --pulse-delay: 2.7s; }
  .system-node::before { animation: node-live 3.6s ease-in-out var(--pulse-delay, 0s) infinite; }
  @keyframes node-live { 0%, 25%, 100% { background: #33525c; box-shadow: none; } 8% { background: var(--teal-bright); box-shadow: 0 0 9px rgba(73,212,229,.95); } }
  .odin-hub::after { animation: hub-pulse 2.6s ease-out infinite; }
  @keyframes hub-pulse { 0% { opacity: .85; transform: scale(.985); } 70%, 100% { opacity: 0; transform: scale(1.1); } }
  .event-chips b { animation: chip-live 3.6s ease-in-out var(--chip-delay, 0s) infinite; }
  .event-chips b:nth-child(1) { --chip-delay: 0s; }
  .event-chips b:nth-child(2) { --chip-delay: .6s; }
  .event-chips b:nth-child(3) { --chip-delay: 1.2s; }
  .event-chips b:nth-child(4) { --chip-delay: 1.8s; }
  .event-chips b:nth-child(5) { --chip-delay: 2.4s; }
  .event-chips b:nth-child(6) { --chip-delay: 3s; }
  @keyframes chip-live { 0%, 22%, 100% { color: #8fe6ef; background: #082932; } 8% { color: #052128; background: var(--teal-bright); } }
  .event-motion.motion-active span { animation: event-routing 7s linear var(--d) infinite; }
  @keyframes event-routing { 0% { left: 26%; top: var(--sy); opacity: 0; } 6% { opacity: 1; } 42% { left: 50%; top: 50%; } 50% { left: 50%; top: 50%; opacity: 1; } 92% { left: 74%; top: var(--ey); opacity: 1; } 100% { left: 74%; top: var(--ey); opacity: 0; } }
  /* Stacked layout (mobile/tablet): particles run vertically through the hub */
  @media (max-width: 1100px) {
    .event-motion.motion-active span { animation-name: event-routing-v; }
    @keyframes event-routing-v { 0% { left: var(--sy); top: 5%; opacity: 0; } 6% { opacity: 1; } 42% { left: 50%; top: 50%; } 50% { left: 50%; top: 50%; opacity: 1; } 92% { left: var(--ey); top: 95%; opacity: 1; } 100% { left: var(--ey); top: 95%; opacity: 0; } }
  }
}

/* Integration register stacks into cards on mobile (same pattern as comparison tables) */
@media (max-width: 820px) {
  .integration-register { overflow: visible; border: 0; }
  .integration-register table { min-width: 0; border-collapse: separate; border-spacing: 0; background: transparent; }
  .integration-register thead { display: none; }
  .integration-register tbody, .integration-register tr, .integration-register td { display: block; width: 100%; }
  .integration-register tr { margin-bottom: 14px; background: white; border: 1px solid #d3dcda; box-shadow: 0 12px 30px rgba(9,34,41,.06); }
  .integration-register tr:last-child { margin-bottom: 0; }
  .integration-register td { padding: 12px 18px; border-bottom: 1px solid #e5eae8; }
  .integration-register td:last-child { border-bottom: 0; }
  .integration-register td:first-child { color: white; background: var(--ink); font-family: var(--font-display); font-size: 14px; font-weight: 800; }
  .integration-register td:not(:first-child)::before { content: attr(data-col); display: block; margin-bottom: 5px; color: #77878a; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
}

/* Video testimony: YouTube embed + pull quote */
.video-frame { position: relative; overflow: hidden; background: #06161c; border: 1px solid #31515a; box-shadow: 0 26px 65px rgba(0,0,0,.22); }
.video-frame video, .video-frame iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #06161c; }
.video-frame.video-short { width: min(100%, 390px); margin-inline: auto; }
.video-frame.video-short iframe { aspect-ratio: 9 / 16; }
.testimony-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 52px; align-items: center; }
.testimony-quote { margin: 0; padding-left: 26px; border-left: 4px solid var(--teal); }
.testimony-quote p { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: 19px; line-height: 1.55; letter-spacing: -.01em; }
.testimony-quote .quote-highlight { padding: 0 .12em; color: var(--teal-deep); background: linear-gradient(transparent 58%,rgba(73,212,229,.38) 58%); font-weight: 800; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.testimony-quote cite { display: block; margin-top: 16px; color: var(--teal-deep); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 820px) { .testimony-layout { grid-template-columns: 1fr; gap: 26px; } .testimony-quote p { font-size: 17px; } }


/* Security hero composition: show more of the operational review scene. */
.security-page .media-hero .page-hero-media img {
  width: 78%;
  object-position: center 46%;
}
.security-page .media-hero .page-hero-media::after {
  background:
    linear-gradient(90deg, #041216 0%, #041216 36%, rgba(4,16,20,.96) 44%, rgba(4,16,20,.58) 56%, rgba(4,16,20,.14) 74%, rgba(4,16,20,.04) 100%),
    linear-gradient(0deg, rgba(4,16,20,.68) 0%, transparent 44%);
}

@media (max-width: 820px) {
  .security-page .media-hero .page-hero-media img {
    width: 100%;
    object-position: 58% center;
  }
  .security-page .media-hero .page-hero-media::after {
    background:
      linear-gradient(90deg, rgba(4,16,20,.96), rgba(4,16,20,.5)),
      linear-gradient(0deg, rgba(4,16,20,.9), transparent 65%);
  }
}

/* Integrations: connector confidence, readable scoping and directional data flow */
.connector-showcase {
  padding: 78px 0;
  color: white;
  background: radial-gradient(circle at 82% 18%, rgba(73,212,229,.16), transparent 30%), #071d23;
}
.connector-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.connector-intro h2 { margin: 10px 0 0; font-family: var(--font-display); font-size: clamp(40px,4.5vw,62px); line-height: 1.02; letter-spacing: -.05em; }
.connector-intro h2 em { color: var(--teal-bright); font-style: normal; }
.connector-intro > p { margin: 0; color: #a9bdc1; font-size: 18px; line-height: 1.65; }
.connector-logos { margin-top: 44px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.connector-logos article { min-height: 174px; padding: 25px 18px 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: white; border-top: 4px solid var(--teal-bright); box-shadow: 0 18px 40px rgba(0,0,0,.2); transition: transform .25s ease, box-shadow .25s ease; }
.connector-logos article:hover { transform: translateY(-6px); box-shadow: 0 26px 50px rgba(0,0,0,.28); }
.connector-logos img { width: min(112px,82%); height: 48px; object-fit: contain; }
.connector-logos strong,.connector-logos span { display: block; text-align: center; }
.connector-logos strong { margin-top: 20px; color: var(--ink); font-family: var(--font-display); font-size: 18px; }
.connector-logos span { margin-top: 6px; color: #667b80; font-size: 11px; line-height: 1.35; }
.connector-more { margin-top: 14px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #0d3039; border: 1px solid #31545d; }
.connector-more p { margin: 0; color: #b8c9cc; font-size: 14px; line-height: 1.55; }
.connector-more p strong { color: white; }
.connector-more a { flex: 0 0 auto; padding-bottom: 5px; color: var(--teal-bright); border-bottom: 1px solid rgba(73,212,229,.5); font-size: 13px; font-weight: 800; text-decoration: none; }
.connector-note { margin: 13px 0 0; color: #738e94; font-size: 11px; line-height: 1.5; }

.solution-integrations .product-stage-head small { font-size: 10px; }
.solution-integrations .product-stage-head span { font-size: 11px; }
.solution-integrations .system-event-map::before { content: ""; position: absolute; z-index: 1; left: 23%; right: 23%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, rgba(73,212,229,.32) 14%, rgba(73,212,229,.7) 50%, rgba(73,212,229,.32) 86%, transparent); box-shadow: 0 0 12px rgba(73,212,229,.22); }
.solution-integrations .system-stack,.solution-integrations .odin-hub { position: relative; z-index: 3; }
.solution-integrations .system-node { padding: 15px 16px 15px 34px; font-size: 13px; }
.solution-integrations .system-node small { font-size: 9px; }
.solution-integrations .event-chips b { font-size: 9px; }
.solution-integrations .event-motion { z-index: 2; }
.solution-integrations .event-motion span { width: 9px; height: 9px; border: 1px solid #b9fbff; border-radius: 50%; background: white; box-shadow: 0 0 7px #7cf4fd, 0 0 18px rgba(62,217,231,.92), 0 0 34px rgba(62,217,231,.55); }
.solution-integrations .event-motion span::before { content: ""; position: absolute; z-index: -1; right: 5px; top: 50%; width: 48px; height: 3px; background: linear-gradient(90deg, transparent, rgba(73,212,229,.18) 18%, rgba(73,212,229,.78) 82%, #d9fdff); box-shadow: 0 0 8px rgba(73,212,229,.65); transform: translateY(-50%); }
.solution-integrations .event-motion span::after { display: none; }

.solution-integrations .integration-register th { padding: 18px 20px; font-size: 11px; }
.solution-integrations .integration-register td { padding: 19px 20px; font-size: 14px; line-height: 1.55; }
.solution-integrations .integration-reliability-line { margin: 0; padding: 16px 18px; color: white; background: #082b34; border-top: 3px solid var(--teal-bright); font-size: 15px; line-height: 1.5; }
.integration-reliability-line strong { color: var(--teal-bright); }
.status-pill { padding: 7px 9px; font-size: 10px; line-height: 1.25; }

@media (prefers-reduced-motion: no-preference) and (max-width: 1100px) {
  .solution-integrations .event-motion.motion-active span { animation-name: integration-data-flow-v; }
  @keyframes integration-data-flow-v {
    0% { left: 50%; top: 7%; opacity: 0; transform: translate(-50%,-50%) rotate(90deg); }
    8% { opacity: 1; }
    43% { left: 50%; top: 46%; opacity: 1; transform: translate(-50%,-50%) rotate(90deg); }
    51% { left: 50%; top: 50%; opacity: 1; transform: translate(-50%,-50%) rotate(90deg) scale(1.25); }
    91% { left: 50%; top: 93%; opacity: 1; transform: translate(-50%,-50%) rotate(90deg); }
    100% { left: 50%; top: 96%; opacity: 0; transform: translate(-50%,-50%) rotate(90deg); }
  }
}

@media (max-width: 1100px) {
  .connector-intro { grid-template-columns: 1fr; gap: 20px; }
  .connector-intro > p { max-width: 760px; }
  .connector-logos { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .solution-integrations .system-event-map::before { left: 50%; right: auto; top: 4%; bottom: 4%; width: 1px; height: auto; background: linear-gradient(0deg, transparent, rgba(73,212,229,.42) 14%, rgba(73,212,229,.8) 50%, rgba(73,212,229,.42) 86%, transparent); }
}

@media (max-width: 820px) {
  .connector-showcase { padding: 58px 0; }
  .connector-intro h2 { font-size: 41px; }
  .connector-intro > p { font-size: 17px; }
  .connector-logos { margin-top: 32px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .connector-logos article { min-height: 150px; padding: 22px 12px 18px; }
  .connector-logos article:last-child { grid-column: 1 / -1; }
  .connector-logos img { height: 43px; }
  .connector-logos strong { margin-top: 16px; font-size: 17px; }
  .connector-logos span { font-size: 11px; }
  .connector-more { align-items: flex-start; flex-direction: column; gap: 14px; padding: 19px; }
  .connector-more p { font-size: 14px; }
  .connector-more a { font-size: 14px; }
  .connector-note { font-size: 12px; }
  .solution-integrations .product-stage { padding: 22px 18px; }
  .solution-integrations .product-stage-head small { font-size: 10px; line-height: 1.4; }
  .solution-integrations .product-stage-head span { font-size: 11px; }
  .solution-integrations .system-node { padding: 16px 18px 16px 38px; font-size: 14px; }
  .solution-integrations .system-node small { font-size: 9px; }
  .solution-integrations .odin-hub span { font-size: 10px; }
  .solution-integrations .event-chips b { padding: 7px 8px; font-size: 9px; }
  .solution-integrations .integration-register tr { margin-bottom: 18px; }
  .solution-integrations .integration-register td { padding: 16px 18px; font-size: 15px; line-height: 1.55; }
  .solution-integrations .integration-register td:first-child { font-size: 18px; }
  .solution-integrations .integration-register td:not(:first-child)::before { margin-bottom: 7px; font-size: 10px; }
  .solution-integrations .integration-reliability-line { margin: 0; padding: 16px 18px; color: white; background: #082b34; border-top: 3px solid var(--teal-bright); font-size: 15px; line-height: 1.5; }
.integration-reliability-line strong { color: var(--teal-bright); }
.status-pill { font-size: 11px; }
}

/* Big Bad Wolf testimony: compact editorial desktop composition */
@media (min-width: 821px) {
  #testimony .shell {
    display: grid;
    grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
    grid-template-areas: "video heading" "video quote";
    column-gap: clamp(52px, 6vw, 88px);
    row-gap: 30px;
    align-items: start;
  }
  #testimony .section-heading {
    grid-area: heading;
    display: block;
    margin: 0;
    padding-top: 8px;
  }
  #testimony .testimony-layout { display: contents; }
  #testimony .video-frame { grid-area: video; }
  #testimony .testimony-quote { grid-area: quote; }
}
#testimony .section-heading .page-eyebrow {
  margin: 0 0 18px;
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
#testimony .section-heading h2 { max-width: 650px; }
#testimony .section-heading > p:not(.page-eyebrow) { margin-top: 22px; }
.testimony-facts {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #d7e0de;
}
.testimony-facts div { padding: 18px 20px 18px 0; }
.testimony-facts div + div { padding-left: 20px; border-left: 1px solid #d7e0de; }
.testimony-facts strong,
.testimony-facts span { display: block; }
.testimony-facts strong { color: var(--teal-deep); font: 600 30px/.95 var(--font-display); }
.testimony-facts span { margin-top: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
#testimony .testimony-quote {
  position: relative;
  padding: 32px 42px 34px 38px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef7f7, #f8fbfa);
  border-left-color: var(--teal-bright);
  box-shadow: 0 20px 50px rgba(9,34,41,.08);
}
#testimony .testimony-quote::after {
  content: "“";
  position: absolute;
  right: 24px;
  top: -20px;
  color: rgba(19,154,172,.1);
  font: 600 150px/1 var(--font-display);
  pointer-events: none;
}
#testimony .testimony-quote p { position: relative; z-index: 1; font-size: 20px; line-height: 1.55; }
#testimony .testimony-quote cite { position: relative; z-index: 1; }

@media (max-width: 820px) {
  #testimony .section-heading { display: block; margin-bottom: 28px; }
  #testimony .section-heading > p:not(.page-eyebrow) { margin-top: 18px; }
  .testimony-facts { margin-top: 22px; }
  .testimony-facts div { padding: 14px 10px 14px 0; }
  .testimony-facts div + div { padding-left: 10px; }
  .testimony-facts strong { font-size: 24px; }
  .testimony-facts span { font-size: 8px; line-height: 1.35; }
  #testimony .testimony-quote { padding: 26px 24px; }
}
/* Big Bad Wolf deployment story */
.deployment-evidence { color: var(--ink); background: #f1f4ef; }
.deployment-evidence-head {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: 1.1fr .72fr;
  gap: clamp(44px, 7vw, 100px);
  align-items: end;
}
.deployment-evidence-head .page-eyebrow { color: var(--teal-deep); }
.deployment-evidence-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.deployment-evidence-head h2 em { color: var(--teal-deep); font-style: normal; }
.deployment-evidence-head > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.deployment-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.deployment-story-grid article {
  position: relative;
  min-height: 270px;
  padding: 34px 36px 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: white;
  border: 1px solid #d7dfdc;
  box-shadow: 0 18px 44px rgba(9,34,41,.06);
}
.deployment-story-grid article::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(20,155,173,.16);
  border-radius: 50%;
}
.deployment-story-grid article > span {
  position: relative;
  z-index: 1;
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.deployment-story-grid article > span b {
  margin-right: 10px;
  color: #95a5a5;
  font-weight: 800;
}
.deployment-story-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 530px;
  margin: 28px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.2vw, 32px);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.deployment-story-grid p {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.deployment-story-grid article > strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 22px;
  color: var(--teal-deep);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.deployment-story-grid .deployment-story-system { color: white; background: #092b34; border-color: #174853; }
.deployment-story-system > span,
.deployment-story-system article > strong,
.deployment-story-grid .deployment-story-system > strong { color: var(--teal-bright); }
.deployment-story-system p { color: #aec2c6; }
.deployment-story-system::after { border-color: rgba(73,212,229,.3); }
.deployment-story-grid .deployment-story-result { color: #062532; background: var(--teal-bright); border-color: var(--teal-bright); }
.deployment-story-result > span,
.deployment-story-grid .deployment-story-result > strong { color: #075d6d; }
.deployment-story-result p { color: #174f59; }
.deployment-story-result::after { border-color: rgba(5,64,74,.22); }
.deployment-result-number {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font: 600 clamp(64px, 7vw, 94px)/.84 var(--font-display);
  letter-spacing: -.07em;
}
.deployment-story-result h3 { margin-top: 13px; }
.deployment-takeback {
  margin-top: 14px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 130px minmax(0, 1.35fr) minmax(240px, .65fr);
  gap: 30px;
  align-items: center;
  color: white;
  background: var(--ink);
  border-left: 5px solid var(--teal-bright);
}
.deployment-takeback small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.deployment-takeback strong { font: 600 clamp(22px, 2.2vw, 31px)/1.18 var(--font-display); letter-spacing: -.025em; }
.deployment-takeback p { margin: 0; color: #a9bec2; font-size: 14px; line-height: 1.55; }
.deployment-method { margin: 20px 0 0; color: #718082; font-size: 11px; line-height: 1.55; }
.deployment-method strong { color: var(--teal-deep); }

@media (max-width: 820px) {
  .deployment-evidence-head { margin-bottom: 28px; grid-template-columns: 1fr; gap: 18px; }
  .deployment-evidence-head h2 { font-size: 39px; }
  .deployment-evidence-head > p { font-size: 16px; line-height: 1.58; }
  .deployment-story-grid { grid-template-columns: 1fr; gap: 10px; }
  .deployment-story-grid article { min-height: 0; padding: 25px 22px 23px; }
  .deployment-story-grid h3 { margin-top: 22px; font-size: 25px; }
  .deployment-story-grid p { font-size: 14px; }
  .deployment-story-grid article > strong { margin-top: 20px; padding-top: 16px; }
  .deployment-result-number { font-size: 66px; }
  .deployment-takeback { padding: 25px 22px; grid-template-columns: 1fr; gap: 12px; }
  .deployment-takeback strong { font-size: 24px; }
  .deployment-method { margin-top: 16px; }
}
/* Branded click-to-play testimony cover */
.video-poster-frame { position: relative; }
.video-poster {
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  color: white;
  background: #06161c;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.video-poster > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: scale(1.02); transition: transform .55s cubic-bezier(.22,1,.36,1); }
.video-poster:hover > img { transform: scale(1.065); }
.video-poster-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,18,22,.64) 0%, rgba(4,18,22,.04) 34%, rgba(4,18,22,.08) 54%, rgba(4,18,22,.9) 100%); }
.video-poster-kicker {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 8px 10px;
  color: var(--teal-bright);
  background: rgba(4,24,30,.86);
  border: 1px solid rgba(73,212,229,.45);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--teal-bright);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(0,0,0,.3), 0 0 0 10px rgba(73,212,229,.14);
  transform: translate(-50%,-50%);
  transition: transform .22s ease, box-shadow .22s ease;
}
.video-play-button i { width: 0; height: 0; margin-left: 5px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 15px solid currentColor; }
.video-poster:hover .video-play-button,
.video-poster:focus-visible .video-play-button { transform: translate(-50%,-50%) scale(1.08); box-shadow: 0 20px 52px rgba(0,0,0,.38), 0 0 0 14px rgba(73,212,229,.16); }
.video-poster:focus-visible { outline: 3px solid var(--teal-bright); outline-offset: -3px; }
.video-poster-label { position: absolute; right: 22px; bottom: 24px; left: 22px; padding-left: 15px; border-left: 3px solid var(--teal-bright); }
.video-poster-label strong,
.video-poster-label small { display: block; }
.video-poster-label strong { font: 600 21px/1.18 var(--font-display); letter-spacing: -.02em; }
.video-poster-label small { margin-top: 7px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.video-poster-frame.is-playing { background: #000; }

@media (max-width: 820px) {
  .video-play-button { width: 62px; height: 62px; }
  .video-poster-kicker { top: 16px; left: 16px; }
  .video-poster-label { right: 16px; bottom: 18px; left: 16px; }
  .video-poster-label strong { font-size: 19px; }
}
/* Compact connector recognition wall */
.connector-group-label {
  margin-top: 34px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}
.connector-group-label strong { color: white; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.connector-group-label span { color: #789399; font-size: 11px; }
.connector-group-label-secondary { margin-top: 22px; }
.connector-logos { margin-top: 12px; gap: 8px; }
.connector-logos article { min-height: 118px; padding: 15px 12px 13px; border-top-width: 3px; box-shadow: 0 12px 28px rgba(0,0,0,.17); }
.connector-logos article:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(0,0,0,.24); }
.connector-logos img { width: min(86px,76%); height: 32px; }
.connector-logos strong { margin-top: 11px; font-size: 15px; }
.connector-logos span { margin-top: 4px; font-size: 9px; }
.connector-wordmarks {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.connector-wordmarks article {
  min-height: 72px;
  padding: 12px 8px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(73,212,229,.34);
}
.connector-wordmarks strong { color: var(--ink); font: 700 15px/1.1 var(--font-display); text-align: center; letter-spacing: -.02em; }
.connector-wordmarks .wordmark-lazada { color: #161d6f; }
.connector-wordmarks .wordmark-oracle { color: #c74634; letter-spacing: .04em; }
.connector-wordmarks .wordmark-netsuite { color: #17365d; }
.connector-wordmarks .wordmark-autocount { color: #087c9f; }
.connector-wordmarks .wordmark-sqlaccount { color: #155798; }
.connector-wordmarks .wordmark-pos { color: #365c62; }
.connector-more { margin-top: 12px; }

@media (max-width: 820px) {
  .connector-showcase { padding: 48px 0; }
  .connector-group-label { margin-top: 26px; align-items: flex-start; flex-direction: column; gap: 5px; }
  .connector-group-label-secondary { margin-top: 19px; }
  .connector-logos { margin-top: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .connector-logos article { min-height: 103px; padding: 12px 7px 10px; }
  .connector-logos article:last-child { grid-column: auto; }
  .connector-logos img { width: min(62px,72%); height: 28px; }
  .connector-logos strong { margin-top: 9px; font-size: 13px; }
  .connector-logos span { margin-top: 3px; font-size: 8px; line-height: 1.25; }
  .connector-wordmarks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .connector-wordmarks article { min-height: 58px; padding: 9px 6px; }
  .connector-wordmarks strong { font-size: 13px; }
  .connector-more { margin-top: 10px; padding: 16px; }
}
/* Simple endpoint-to-endpoint data packets */
.solution-integrations .system-event-map::before { display: none; }
.solution-integrations .event-motion span {
  width: 8px;
  height: 8px;
  border: 1px solid #d8fbff;
  border-radius: 50%;
  background: var(--teal-bright);
  clip-path: none;
  box-shadow: 0 0 0 4px rgba(73,212,229,.1), 0 0 13px rgba(73,212,229,.9);
  filter: none;
  opacity: 0;
}
.solution-integrations .event-motion span::before,
.solution-integrations .event-motion span::after { display: none; }

@media (prefers-reduced-motion: no-preference) {
  .solution-integrations .event-motion.motion-active span {
    animation: integration-packet-h 3.6s ease-in-out var(--d) infinite;
  }
  @keyframes integration-packet-h {
    0% { left: 26%; top: var(--sy); opacity: 0; transform: translate(-50%,-50%) scale(.7); }
    3% { opacity: 1; transform: translate(-50%,-50%) scale(1); }
    12% { left: var(--xm); top: var(--my); opacity: 1; }
    23% { left: 74%; top: var(--ey); opacity: 1; transform: translate(-50%,-50%) scale(1); }
    27%,100% { left: 74%; top: var(--ey); opacity: 0; transform: translate(-50%,-50%) scale(.7); }
  }
}

@media (prefers-reduced-motion: no-preference) and (max-width: 1100px) {
  .solution-integrations .event-motion.motion-active span { animation-name: integration-packet-v; }
  @keyframes integration-packet-v {
    0% { left: var(--x1); top: 7%; opacity: 0; transform: translate(-50%,-50%) scale(.7); }
    3% { opacity: 1; transform: translate(-50%,-50%) scale(1); }
    12% { left: var(--xm); top: 50%; opacity: 1; }
    23% { left: var(--x2); top: 93%; opacity: 1; transform: translate(-50%,-50%) scale(1); }
    27%,100% { left: var(--x2); top: 93%; opacity: 0; transform: translate(-50%,-50%) scale(.7); }
  }
}
/* Wholesale conversion page */
.solution-wholesale .page-hero h1 { max-width: 900px; }
.solution-wholesale .page-hero h1 em { color: var(--teal-bright); font-style: normal; }
.solution-wholesale .page-lead { max-width: 760px; }
.wholesale-control { grid-template-columns: repeat(4, 1fr); }
.wholesale-control > div { min-height: 118px; }
.wholesale-control > div:nth-child(even) { background: #123a43; }
.wholesale-control strong { font-size: 17px; }

.wholesale-pain { background: #f3f4ef; }
.wholesale-pain-heading { align-items: end; }
.wholesale-pain-heading h2 { max-width: 730px; font-size: clamp(45px, 5.2vw, 70px); }
.wholesale-pain-heading h2 em { color: var(--teal-deep); font-style: normal; }
.wholesale-pain-heading > p { max-width: 470px; }
.wholesale-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
  border: 1px solid #cbd5d3;
}
.wholesale-pain-grid article {
  min-height: 305px;
  padding: 31px 28px;
  background: white;
  border-right: 1px solid #cbd5d3;
}
.wholesale-pain-grid article:last-child { border-right: 0; }
.wholesale-pain-grid small {
  color: var(--teal-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.wholesale-pain-grid h3 {
  max-width: 310px;
  margin: 57px 0 17px;
  font: 600 clamp(24px, 2.2vw, 31px)/1.08 var(--font-display);
  letter-spacing: -.035em;
}
.wholesale-pain-grid p { margin: 0; color: #617075; font-size: 14px; line-height: 1.6; }
.wholesale-pain-result {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  color: white;
  background: #082b34;
  border-top: 5px solid var(--teal-bright);
}
.wholesale-pain-result small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.wholesale-pain-result strong { font: 600 23px/1.2 var(--font-display); }
.wholesale-pain-result span { color: #a9bec2; font-size: 14px; }

.wholesale-flow-section { background: #061f26; }
.wholesale-flow-section .section-heading { align-items: end; }
.wholesale-flow-section .section-heading h2 { color: white; font-size: clamp(43px, 4.8vw, 64px); }
.wholesale-flow-section .section-heading h2 em { color: var(--teal-bright); font-style: normal; }
.wholesale-flow-section .section-heading > p { color: #a9bec2; }
.wholesale-flow-map {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  margin-top: 44px;
  border: 1px solid #31545d;
}
.wholesale-flow-map > div {
  min-height: 190px;
  padding: 25px 22px;
  background: #0b313a;
}
.wholesale-flow-map > div:nth-of-type(even) { background: #0d3a44; }
.wholesale-flow-map > i {
  display: flex;
  align-items: center;
  padding: 0 9px;
  color: var(--teal-bright);
  background: #071b21;
  font-style: normal;
}
.wholesale-flow-map small { color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.wholesale-flow-map strong { display: block; margin-top: 51px; color: white; font: 600 20px/1.15 var(--font-display); }
.wholesale-flow-map span { display: block; margin-top: 10px; color: #9bb2b7; font-size: 12px; line-height: 1.45; }
.wholesale-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 16px;
  background: #34545c;
  border: 1px solid #34545c;
}
.wholesale-solution-grid article { min-height: 235px; padding: 28px; background: #0b313a; }
.wholesale-solution-grid small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.wholesale-solution-grid h3 { margin: 37px 0 13px; color: white; font: 600 25px/1.1 var(--font-display); letter-spacing: -.03em; }
.wholesale-solution-grid p { margin: 0; color: #9fb4b9; font-size: 13px; line-height: 1.55; }
.wholesale-product-proof {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: clamp(35px, 6vw, 78px);
  align-items: center;
  margin-top: 16px;
  padding: clamp(30px, 5vw, 58px);
  background: #0d3a44;
  border-top: 4px solid var(--teal-bright);
}
.wholesale-product-proof .task-phones { min-height: 430px; }
.wholesale-product-proof .task-phone { max-height: 440px; }
.wholesale-product-proof > div:last-child > small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.wholesale-product-proof h3 { max-width: 630px; margin: 20px 0 17px; color: white; font: 600 clamp(32px, 3.5vw, 48px)/1.03 var(--font-display); letter-spacing: -.04em; }
.wholesale-product-proof p { max-width: 630px; margin: 0 0 23px; color: #a9bec2; font-size: 16px; line-height: 1.6; }
.wholesale-product-proof .check-list li { color: white; }

.wholesale-portals { color: white; background: #0d3a44; }
.wholesale-portals .section-heading { align-items: end; }
.wholesale-portals .section-heading h2 { color: white; font-size: clamp(42px, 4.8vw, 64px); }
.wholesale-portals .section-heading h2 em { color: var(--teal-bright); font-style: normal; }
.wholesale-portals .section-heading p { color: #b5c8cc; }
.portal-flow { display: grid; grid-template-columns: minmax(0,1fr) 150px minmax(0,1fr); gap: 14px; align-items: stretch; margin-top: 42px; }
.portal-card { min-height: 405px; padding: 34px; display: flex; flex-direction: column; color: var(--ink); background: white; border-top: 5px solid var(--teal-bright); }
.portal-customer { background: #e7f7f8; }
.portal-card-head small,.portal-card-head strong { display: block; }
.portal-card-head small { color: var(--teal-deep); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.portal-card-head strong { margin-top: 19px; font: 600 30px/1.12 var(--font-display); letter-spacing: -.035em; }
.portal-card ol { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid #d5dedd; }
.portal-card li { min-height: 60px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; border-bottom: 1px solid #d5dedd; }
.portal-card li b { color: var(--teal-deep); font-size: 10px; }
.portal-card li span { font: 600 16px/1.35 var(--font-display); }
.portal-outcome { margin-top: auto; padding-top: 22px; color: var(--teal-deep); font-size: 11px; font-weight: 800; line-height: 1.5; text-transform: uppercase; letter-spacing: .05em; }
.portal-hub { position: relative; padding: 26px 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: radial-gradient(circle, rgba(73,212,229,.2), transparent 62%), #04191f; border: 1px solid #2a5963; overflow: hidden; }
.portal-hub::before,.portal-hub::after { content:""; position:absolute; left:50%; width:1px; height:28%; background:linear-gradient(transparent,var(--teal-bright)); }
.portal-hub::before { top:0; }
.portal-hub::after { bottom:0; transform:rotate(180deg); }
.portal-hub > span { color: #7d9ba1; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.portal-hub > strong { margin: auto 0 8px; color: var(--teal-bright); font: 700 30px/1 var(--font-display); }
.portal-hub > small { margin-bottom: auto; color: #c3d7da; font-size: 8px; font-weight: 800; line-height: 1.45; letter-spacing: .1em; }
.wholesale-final .page-eyebrow { color: var(--teal-bright); }
.wholesale-final .page-cta h2 { max-width: 780px; }

@media (max-width: 980px) {
  .wholesale-control { grid-template-columns: repeat(2, 1fr); }
  .wholesale-flow-map { grid-template-columns: 1fr; }
  .wholesale-flow-map > div { min-height: 0; }
  .wholesale-flow-map > i { min-height: 34px; padding: 0; justify-content: center; background: #071b21; font-size: 0; transform: none; }
  .wholesale-flow-map > i::after { content: '↓'; font-size: 17px; line-height: 1; }
  .wholesale-flow-map strong { margin-top: 24px; }
  .wholesale-product-proof { grid-template-columns: 1fr; }
  .portal-flow { grid-template-columns: 1fr; }
  .portal-hub { min-height: 120px; order: 2; }
  .portal-hub::before,.portal-hub::after { top:50%; width:34%; height:1px; background:linear-gradient(90deg,transparent,var(--teal-bright)); }
  .portal-hub::before { left:0; }
  .portal-hub::after { right:0; bottom:auto; left:auto; transform:rotate(180deg); }
  .portal-hub > strong { margin: auto 0 8px; }
  .portal-card { min-height: 0; }
  .portal-customer { order: 3; }
}
@media (max-width: 760px) {
  .solution-wholesale .page-hero h1 { font-size: 44px; }
  .wholesale-control { grid-template-columns: 1fr 1fr; }
  .wholesale-control > div { min-height: 132px; }
  .wholesale-control strong { font-size: 15px; }
  .wholesale-pain-heading { display: block; }
  .wholesale-pain-heading > p { margin-top: 23px; }
  .wholesale-pain-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .wholesale-pain-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #cbd5d3; }
  .wholesale-pain-grid article:last-child { border-bottom: 0; }
  .wholesale-pain-grid h3 { margin-top: 35px; font-size: 27px; }
  .wholesale-pain-result { grid-template-columns: 1fr; gap: 9px; padding: 22px; }
  .wholesale-pain-result strong { font-size: 21px; }
  .wholesale-flow-section .section-heading { display: block; }
  .wholesale-flow-section .section-heading > p { margin-top: 23px; }
  .wholesale-solution-grid { grid-template-columns: 1fr; }
  .wholesale-solution-grid article { min-height: 0; }
  .wholesale-solution-grid h3 { margin-top: 28px; }
  .wholesale-product-proof { padding: 27px 20px; }
  .wholesale-product-proof .task-phones { min-height: 350px; }
  .wholesale-product-proof h3 { font-size: 34px; }
  .wholesale-portals .section-heading { display: block; }
  .wholesale-portals .section-heading > p { margin-top: 23px; }
  .portal-card { padding: 26px 22px; }
  .portal-card-head strong { font-size: 26px; }
  .portal-card li span { font-size: 15px; }
}/* 7-day implementation conversion page */
.implementation-redesign .page-eyebrow {
  color: var(--teal-deep);
  font-size: 11px;
  letter-spacing: .16em;
}
.implementation-hero .page-eyebrow,
.implementation-plan .page-eyebrow {
  color: var(--teal-bright);
}
.implementation-hero {
  min-height: 760px;
  padding-bottom: 0;
}
.implementation-hero .page-hero-grid > div:first-child {
  max-width: 700px;
  padding-bottom: 60px;
}
.implementation-hero h1 {
  max-width: 780px;
  font-size: clamp(58px, 6.2vw, 88px);
  line-height: .94;
}
.implementation-hero .page-lead {
  max-width: 650px;
  margin-top: 28px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.52;
}
.implementation-photo-caption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 128px;
  width: min(360px, 42%);
  padding: 18px 20px;
  color: white;
  background: rgba(4,21,27,.9);
  border-left: 4px solid var(--teal-bright);
}
.implementation-photo-caption small,
.implementation-photo-caption strong { display: block; }
.implementation-photo-caption small {
  color: var(--teal-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}
.implementation-photo-caption strong {
  margin-top: 7px;
  font: 600 17px/1.35 var(--font-display);
}
.implementation-promise {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: auto;
  color: white;
  background: rgba(111,154,163,.45);
  border: 1px solid rgba(111,154,163,.45);
}
.implementation-promise > div {
  min-height: 116px;
  padding: 25px 28px;
  background: rgba(7,34,41,.94);
}
.implementation-promise small,
.implementation-promise strong { display: block; }
.implementation-promise small {
  color: var(--teal-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.implementation-promise strong {
  margin-top: 12px;
  font: 600 clamp(18px, 1.8vw, 24px)/1.25 var(--font-display);
}
.implementation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}
.implementation-heading h2,
.training-copy h2,
.payoff-layout h2 {
  margin: 8px 0 0;
  font: 500 clamp(45px, 5vw, 68px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.implementation-heading h2 em,
.payoff-layout h2 em {
  color: var(--teal);
  font-style: normal;
}
.implementation-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.readiness-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #cbd8d7;
  border: 1px solid #cbd8d7;
}
.readiness-grid article {
  position: relative;
  min-height: 300px;
  padding: 34px 32px;
  background: white;
}
.readiness-grid article > span {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #dce9e8;
  font: 600 48px/1 var(--font-display);
}
.readiness-grid small {
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.readiness-grid h3 {
  max-width: 260px;
  margin: 72px 0 15px;
  font: 600 clamp(26px, 2.4vw, 34px)/1.08 var(--font-display);
  letter-spacing: -.035em;
}
.readiness-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.readiness-bar {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px 28px;
  color: white;
  background: var(--ink);
}
.readiness-bar strong {
  flex: 0 0 auto;
  color: var(--teal-bright);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.readiness-bar span {
  font-size: 14px;
  line-height: 1.55;
}
.implementation-plan {
  color: white;
  background: #08272f;
}
.implementation-plan .implementation-heading > p { color: #adc0c4; }
.implementation-plan .implementation-heading h2 em { color: var(--teal-bright); font-style: normal; }
.launch-phases {
  margin: 0;
  padding: 0;
  border-top: 1px solid #31515a;
  list-style: none;
}
.launch-phases li {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 220px;
  gap: 38px;
  align-items: center;
  min-height: 190px;
  padding: 30px 18px;
  border-bottom: 1px solid #31515a;
}
.phase-day {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.phase-day small,
.launch-phases li > div:nth-child(2) > small {
  color: var(--teal-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.phase-day strong {
  color: var(--teal-bright);
  font: 500 46px/1 var(--font-display);
}
.launch-phases h3 {
  margin: 8px 0 8px;
  font: 600 clamp(27px, 2.7vw, 38px)/1.08 var(--font-display);
  letter-spacing: -.035em;
}
.launch-phases p {
  max-width: 650px;
  margin: 0;
  color: #adc0c4;
  font-size: 15px;
  line-height: 1.6;
}
.phase-output {
  justify-self: end;
  padding: 12px 14px;
  color: #062832;
  background: var(--teal-bright);
  font-size: 11px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.implementation-training { background: #f2f3ee; }
.training-layout {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.training-visual {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: var(--ink);
}
.training-visual img {
  display: block;
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: center 14%;
}
.training-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  color: var(--ink);
  background: var(--teal-bright);
}
.training-badge strong { font: 500 42px/1 var(--font-display); }
.training-badge span { max-width: 85px; font-size: 11px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.training-copy > p:not(.page-eyebrow) {
  max-width: 630px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.training-points {
  margin: 32px 0 25px;
  border-top: 1px solid #cbd8d7;
}
.training-points > div {
  display: grid;
  grid-template-columns: 42px 190px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #cbd8d7;
}
.training-points span {
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
}
.training-points strong { font: 600 18px/1.25 var(--font-display); }
.training-points small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.implementation-payoff {
  color: white;
  background: #0d3b44;
}
.payoff-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}
.payoff-number {
  display: flex;
  flex-direction: column;
  color: var(--teal-bright);
}
.payoff-number small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}
.payoff-number strong { font: 500 92px/.9 var(--font-display); }
.payoff-layout .page-eyebrow { color: var(--teal-bright); }
.payoff-layout h2 { font-size: clamp(38px, 4.5vw, 61px); }
.payoff-layout h2 em { color: var(--teal-bright); }
.payoff-layout p:not(.page-eyebrow) {
  max-width: 680px;
  color: #b7c8cb;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .implementation-heading { grid-template-columns: 1fr; gap: 20px; }
  .readiness-grid { grid-template-columns: 1fr; }
  .readiness-grid article { min-height: 220px; }
  .readiness-grid h3 { margin-top: 55px; }
  .launch-phases li { grid-template-columns: 130px 1fr; }
  .phase-output { grid-column: 2; justify-self: start; }
  .training-layout { grid-template-columns: .8fr 1.2fr; gap: 40px; }
  .payoff-layout { grid-template-columns: 150px 1fr; }
  .payoff-layout .btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 700px) {
  .implementation-hero { min-height: 0; padding-bottom: 0; }
  .implementation-hero .page-hero-grid > div:first-child { padding-bottom: 34px; }
  .implementation-hero h1 { font-size: clamp(47px, 14.5vw, 62px); }
  .implementation-hero .page-lead { margin-top: 22px; font-size: 18px; }
  .implementation-photo-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }
  .implementation-promise { grid-template-columns: 1fr; margin: 0 -19px; }
  .implementation-promise > div {
    min-height: 0;
    padding: 20px 24px;
  }
  .implementation-promise strong { margin-top: 7px; font-size: 20px; }
  .implementation-heading h2,
  .training-copy h2,
  .payoff-layout h2 { font-size: 42px; }
  .implementation-heading > p { font-size: 17px; }
  .readiness-grid article { min-height: 0; padding: 28px 24px; }
  .readiness-grid article > span { font-size: 39px; }
  .readiness-grid h3 { margin: 46px 0 10px; font-size: 28px; }
  .readiness-grid p { font-size: 15px; }
  .readiness-bar { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px 24px; }
  .launch-phases li {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 4px;
  }
  .phase-day strong { font-size: 42px; }
  .phase-output { grid-column: 1; }
  .training-layout { grid-template-columns: 1fr; gap: 35px; }
  .training-visual,
  .training-visual img { min-height: 0; height: 430px; }
  .training-copy > p:not(.page-eyebrow) { font-size: 17px; }
  .training-points > div { grid-template-columns: 35px 1fr; gap: 8px 12px; }
  .training-points small { grid-column: 2; }
  .payoff-layout { grid-template-columns: 1fr; gap: 28px; }
  .payoff-number { flex-direction: row; align-items: baseline; gap: 10px; }
  .payoff-number strong { font-size: 78px; }
  .payoff-layout .btn { grid-column: 1; justify-self: stretch; text-align: center; }
}
/* Stronger ODIN Academy deployment story */
.academy-strength-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  overflow: hidden;
  color: white;
  background: #071f26;
  border: 1px solid #31515a;
  box-shadow: 0 28px 70px rgba(9,34,41,.14);
}
.academy-strength-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 72px);
}
.academy-strength-copy .page-eyebrow { color: var(--teal-bright); }
.academy-strength-copy h2 {
  max-width: 680px;
  margin: 12px 0 24px;
  font: 500 clamp(44px, 4.8vw, 67px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.academy-strength-copy > p {
  max-width: 630px;
  margin: 0 0 18px;
  color: #aec2c6;
  font-size: 16px;
  line-height: 1.65;
}
.academy-strength-copy .academy-strength-lead {
  color: white;
  font: 500 clamp(21px, 2vw, 27px)/1.35 var(--font-display);
  letter-spacing: -.02em;
}
.academy-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 32px;
}
.academy-proof-tags span {
  padding: 10px 12px;
  color: #b9d0d4;
  background: #0c333d;
  border: 1px solid #28505a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.academy-proof-tags strong { color: var(--teal-bright); }
.academy-strength-action {
  display: flex;
  gap: 18px;
  align-items: center;
}
.academy-strength-action small {
  max-width: 170px;
  color: #8fa8ad;
  font-size: 11px;
  line-height: 1.45;
}
.academy-product-wall {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-height: 620px;
  background: #31515a;
}
.academy-product-wall figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0a2730;
}
.academy-product-wall .academy-product-main { grid-row: 1 / 3; }
.academy-product-wall img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  filter: saturate(.88) contrast(1.04);
  transition: transform .7s cubic-bezier(.16,1,.3,1);
}
.academy-product-main img { object-position: center 42%; }
.academy-product-wall figure:nth-child(2) img { object-position: center top; }
.academy-product-wall figure:nth-child(3) img { object-position: center 36%; }
.academy-product-wall figure:hover img { transform: scale(1.025); }
.academy-product-wall figure::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(0deg, rgba(3,18,23,.94), transparent);
  pointer-events: none;
}
.academy-product-wall figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 22px 20px;
}
.academy-product-wall figcaption small,
.academy-product-wall figcaption strong { display: block; }
.academy-product-wall figcaption small {
  color: var(--teal-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}
.academy-product-wall figcaption strong {
  margin-top: 7px;
  font: 600 17px/1.3 var(--font-display);
}
@media (max-width: 1050px) {
  .academy-strength-card { grid-template-columns: 1fr; }
  .academy-product-wall { min-height: 560px; }
}
@media (max-width: 700px) {
  .academy-strength-card { margin: 0 -4px; }
  .academy-strength-copy { padding: 34px 24px 38px; }
  .academy-strength-copy h2 { font-size: 42px; }
  .academy-strength-copy > p { font-size: 15px; }
  .academy-strength-copy .academy-strength-lead { font-size: 22px; }
  .academy-proof-tags { display: grid; grid-template-columns: 1fr; margin-bottom: 25px; }
  .academy-proof-tags span { font-size: 11px; }
  .academy-strength-action { align-items: stretch; flex-direction: column; }
  .academy-strength-action .btn { width: 100%; text-align: center; }
  .academy-strength-action small { max-width: none; text-align: center; }
  .academy-product-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 350px 235px;
    min-height: 0;
  }
  .academy-product-wall .academy-product-main { grid-row: 1; grid-column: 1 / 3; }
  .academy-product-wall img { min-height: 0; }
  .academy-product-wall figcaption { padding: 20px 16px 16px; }
  .academy-product-wall figcaption strong { font-size: 15px; }
}
/* Ecommerce fulfilment conversion page */
.ecommerce-redesign .page-eyebrow {
  color: var(--teal-deep);
  font-size: 11px;
  letter-spacing: .15em;
}
.ecommerce-hero {
  min-height: 800px;
  padding-bottom: 0;
}
.ecommerce-hero .page-eyebrow,
.ecommerce-priority .page-eyebrow,
.ecommerce-final .page-eyebrow { color: var(--teal-bright); }
.ecommerce-hero .page-hero-grid > div:first-child {
  max-width: 720px;
  padding-bottom: 64px;
}
.ecommerce-hero h1 {
  max-width: 850px;
  font-size: clamp(55px, 5.8vw, 82px);
  line-height: .96;
}
.ecommerce-hero .page-lead {
  max-width: 710px;
  margin-top: 28px;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}
.ecommerce-promise-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  color: white;
  background: rgba(111,154,163,.45);
  border: 1px solid rgba(111,154,163,.45);
}
.ecommerce-promise-strip > div {
  min-height: 120px;
  padding: 27px 28px;
  background: rgba(7,34,41,.95);
}
.ecommerce-promise-strip small,
.ecommerce-promise-strip strong { display: block; }
.ecommerce-promise-strip small {
  color: var(--teal-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.ecommerce-promise-strip strong {
  margin-top: 12px;
  font: 600 clamp(18px, 1.8vw, 24px)/1.25 var(--font-display);
}
.ecommerce-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 44px;
}
.ecommerce-heading h2 {
  margin: 9px 0 0;
  font: 500 clamp(45px, 5vw, 69px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.ecommerce-heading h2 em {
  color: var(--teal);
  font-style: normal;
}
.ecommerce-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.ecommerce-pain { background: #f3f4ef; }
.ecommerce-pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #cbd8d7;
  border: 1px solid #cbd8d7;
}
.ecommerce-pain-grid article {
  position: relative;
  min-height: 335px;
  padding: 34px 36px 31px;
  background: white;
}
.ecommerce-pain-grid article > span {
  position: absolute;
  top: 28px;
  right: 31px;
  color: #dce9e8;
  font: 600 50px/1 var(--font-display);
}
.ecommerce-pain-grid small {
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.ecommerce-pain-grid h3 {
  max-width: 470px;
  margin: 65px 0 15px;
  font: 600 clamp(27px, 2.6vw, 38px)/1.08 var(--font-display);
  letter-spacing: -.04em;
}
.ecommerce-pain-grid p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.ecommerce-pain-grid article > strong {
  position: absolute;
  right: 36px;
  bottom: 29px;
  left: 36px;
  padding-top: 15px;
  color: var(--teal-deep);
  border-top: 1px solid #d7dfde;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ecommerce-priority {
  color: white;
  background: #08272f;
}
.ecommerce-priority .ecommerce-heading > p { color: #adc0c4; }
.ecommerce-priority .ecommerce-heading h2 em { color: var(--teal-bright); }
.priority-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.priority-rules {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 1px;
  background: #31515a;
  border: 1px solid #31515a;
}
.priority-rules > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 5px 13px;
  align-content: center;
  padding: 20px 22px;
  background: #0b3039;
}
.priority-rules small {
  grid-row: 1 / 3;
  color: var(--teal-bright);
  font-size: 10px;
  font-weight: 800;
}
.priority-rules strong { font: 600 17px/1.25 var(--font-display); }
.priority-rules span { color: #9db2b7; font-size: 12px; line-height: 1.45; }
.ecommerce-queue-stage {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 30px;
}
.ecommerce-queue-stage .queue-board { flex: 1; }
.ecommerce-queue-stage .priority-first {
  background: rgba(73,212,229,.12);
  border-color: var(--teal-bright);
}
.queue-takeback {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  color: var(--ink);
  background: var(--teal-bright);
}
.queue-takeback small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.queue-takeback strong {
  font: 600 clamp(17px, 1.8vw, 22px)/1.25 var(--font-display);
  text-align: right;
}
.ecommerce-omnichannel { background: #f3f4ef; }
.channel-control-map {
  display: grid;
  grid-template-columns: 1fr 270px 1fr;
  gap: 18px;
  align-items: stretch;
}
.channel-stack,
.channel-returns {
  display: grid;
  gap: 10px;
}
.channel-stack > div,
.channel-returns > div {
  min-height: 115px;
  padding: 25px 27px;
  background: white;
  border: 1px solid #cbd8d7;
  border-top: 3px solid var(--teal);
}
.channel-stack small,
.channel-returns small,
.channel-stack strong,
.channel-returns strong { display: block; }
.channel-stack small,
.channel-returns small {
  color: var(--teal-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}
.channel-stack strong,
.channel-returns strong {
  margin-top: 10px;
  font: 600 18px/1.3 var(--font-display);
}
.channel-core {
  display: grid;
  place-content: center;
  padding: 30px 24px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--teal);
  text-align: center;
}
.channel-core span {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  margin: 0 auto 22px;
  color: var(--teal-bright);
  border: 1px solid var(--teal-bright);
  border-radius: 50%;
  font: 700 28px/1 var(--font-display);
}
.channel-core strong { font: 600 22px/1.28 var(--font-display); }
.channel-takeback {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  margin-top: 18px;
  padding: 25px 28px;
  color: white;
  background: #0d3b44;
}
.channel-takeback strong { font: 600 21px/1.3 var(--font-display); }
.channel-takeback span { color: #b7c8cb; font-size: 14px; line-height: 1.6; }
.ecommerce-proof { color: white; background: #071f26; }
.packing-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: center;
}
.packing-proof-screen {
  position: relative;
  min-width: 0;
  padding-bottom: 54px;
}
.packing-proof-screen > img:first-of-type {
  display: block;
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  object-position: left top;
  background: white;
  border: 1px solid #4a737c;
}
.packing-proof-screen .screen-bar {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 43px;
  padding: 0 15px;
  color: #a9bdc1;
  background: #0c333d;
  border: 1px solid #4a737c;
  border-bottom: 0;
}
.packing-proof-screen .screen-bar span {
  width: 7px;
  height: 7px;
  background: #638088;
  border-radius: 50%;
}
.packing-proof-screen .screen-bar small {
  margin-left: auto;
  color: var(--teal-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}
.packing-proof-mobile {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 25%;
  min-width: 140px;
  max-height: 390px;
  object-fit: cover;
  object-position: top;
  border: 7px solid #102f37;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(0,0,0,.38);
}
.packing-proof-copy .page-eyebrow { color: var(--teal-bright); }
.packing-proof-copy h2 {
  margin: 10px 0 23px;
  font: 500 clamp(42px, 4.8vw, 65px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.packing-proof-copy h2 em { color: var(--teal-bright); font-style: normal; }
.packing-proof-copy > p:not(.page-eyebrow) {
  color: #aec2c6;
  font-size: 17px;
  line-height: 1.65;
}
.packing-proof-benefits { margin-top: 29px; border-top: 1px solid #31515a; }
.packing-proof-benefits > div {
  display: grid;
  grid-template-columns: 36px 160px 1fr;
  gap: 10px 14px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #31515a;
}
.packing-proof-benefits span {
  color: var(--teal-bright);
  font-size: 10px;
  font-weight: 800;
}
.packing-proof-benefits strong { font: 600 17px/1.3 var(--font-display); }
.packing-proof-benefits small { color: #9bb1b6; font-size: 12px; line-height: 1.45; }
.ecommerce-final .page-cta { align-items: center; }
.ecommerce-final .page-cta h2 { max-width: 760px; }

@media (max-width: 1000px) {
  .ecommerce-heading { grid-template-columns: 1fr; gap: 20px; }
  .priority-layout { grid-template-columns: 1fr; }
  .priority-rules { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .channel-control-map { grid-template-columns: 1fr 220px 1fr; }
  .packing-proof-layout { grid-template-columns: 1fr; }
  .packing-proof-copy { max-width: 760px; }
}
@media (max-width: 700px) {
  .ecommerce-hero { min-height: 0; padding-bottom: 0; }
  .ecommerce-hero .page-hero-grid > div:first-child { padding-bottom: 34px; }
  .ecommerce-hero h1 { font-size: clamp(46px, 13.5vw, 60px); }
  .ecommerce-hero .page-lead { font-size: 17px; }
  .ecommerce-promise-strip { grid-template-columns: 1fr; margin: 0 -19px; }
  .ecommerce-promise-strip > div { min-height: 0; padding: 20px 24px; }
  .ecommerce-promise-strip strong { margin-top: 7px; font-size: 20px; }
  .ecommerce-heading h2,
  .packing-proof-copy h2 { font-size: 42px; }
  .ecommerce-heading > p { font-size: 17px; }
  .ecommerce-pain-grid { grid-template-columns: 1fr; }
  .ecommerce-pain-grid article { min-height: 315px; padding: 28px 24px; }
  .ecommerce-pain-grid article > span { top: 24px; right: 24px; font-size: 42px; }
  .ecommerce-pain-grid h3 { margin-top: 54px; font-size: 29px; }
  .ecommerce-pain-grid p { font-size: 15px; }
  .ecommerce-pain-grid article > strong { right: 24px; bottom: 24px; left: 24px; }
  .priority-rules { grid-template-columns: 1fr; }
  .priority-rules > div { min-height: 105px; }
  .ecommerce-queue-stage { padding: 24px 18px; }
  .ecommerce-queue-stage .queue-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .queue-takeback { align-items: flex-start; flex-direction: column; }
  .queue-takeback strong { text-align: left; }
  .channel-control-map { grid-template-columns: 1fr; gap: 10px; }
  .channel-core { min-height: 280px; grid-row: 2; }
  .channel-returns { grid-row: 3; }
  .channel-takeback { grid-template-columns: 1fr; gap: 10px; padding: 22px 24px; }
  .packing-proof-screen { padding: 0 10px 90px 0; }
  .packing-proof-screen > img:first-of-type { min-height: 310px; }
  .packing-proof-mobile { right: 0; width: 30%; min-width: 120px; max-height: 300px; }
  .packing-proof-copy > p:not(.page-eyebrow) { font-size: 16px; }
  .packing-proof-benefits > div { grid-template-columns: 32px 1fr; }
  .packing-proof-benefits small { grid-column: 2; }
}
/* Ecommerce simplification pass */
.ecommerce-redesign .priority-layout { display: block; }
.ecommerce-redesign .ecommerce-queue-stage { width: 100%; }
.priority-factors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -6px 0 24px;
}
.priority-factors span {
  padding: 9px 11px;
  color: var(--teal-bright);
  background: #0d3039;
  border: 1px solid #31515a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.channel-simple-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px 250px 52px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
.channel-simple-end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 245px;
  padding: 34px;
  background: white;
  border: 1px solid #cbd8d7;
  border-top: 4px solid var(--teal);
}
.channel-simple-end small {
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.channel-simple-end strong {
  margin-top: 18px;
  font: 600 clamp(21px, 2.1vw, 29px)/1.35 var(--font-display);
  letter-spacing: -.025em;
}
.channel-simple-core {
  display: grid;
  place-content: center;
  min-height: 245px;
  padding: 26px 20px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--teal);
  text-align: center;
}
.channel-simple-core span {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  color: var(--teal-bright);
  border: 1px solid var(--teal-bright);
  border-radius: 50%;
  font: 700 26px/1 var(--font-display);
}
.channel-simple-core strong { font: 600 22px/1.3 var(--font-display); }
.channel-simple-arrow {
  display: grid;
  place-items: center;
  color: var(--teal);
  font: 400 36px/1 var(--font-display);
}
.channel-simple-note {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  padding: 20px 24px;
  color: white;
  background: #0d3b44;
  text-align: center;
}
.channel-simple-note strong { color: var(--teal-bright); }
.channel-simple-note strong,
.channel-simple-note span { font-size: 16px; line-height: 1.4; }

@media (max-width: 850px) {
  .channel-simple-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .channel-simple-end,
  .channel-simple-core { min-height: 190px; }
  .channel-simple-arrow { min-height: 34px; transform: rotate(90deg); }
}
@media (max-width: 700px) {
  .priority-factors { display: grid; grid-template-columns: repeat(2, 1fr); }
  .priority-factors span { display: grid; place-items: center; min-height: 48px; text-align: center; }
  .channel-simple-end { min-height: 175px; padding: 27px 24px; }
  .channel-simple-end strong { font-size: 23px; }
  .channel-simple-core { min-height: 210px; }
  .channel-simple-note { align-items: center; flex-direction: column; gap: 4px; }
  .channel-simple-note strong,
  .channel-simple-note span { font-size: 15px; }
}
/* Clean Big Bad Wolf testimony poster */
#testimony .video-poster > img {
  object-position: center;
  transform: none;
}
#testimony .video-poster:hover > img { transform: scale(1.025); }
#testimony .video-poster-shade {
  background: linear-gradient(180deg, rgba(4,18,22,.46) 0%, rgba(4,18,22,0) 34%);
}
#testimony .video-poster-kicker {
  color: var(--teal-bright);
  background: #082b34;
  border-color: var(--teal);
  backdrop-filter: none;
}
#testimony .video-poster-label {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 22px 19px 25px;
  background: #082b34;
  border-top: 1px solid #31515a;
  border-left: 4px solid var(--teal-bright);
}
#testimony .video-poster-label small { color: #a9bdc1; }
@media (max-width: 820px) {
  #testimony .video-poster-label {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px 18px 17px 21px;
  }
}
/* About ODIN + enterprise trust */
.about-trust .page-eyebrow {
  color: var(--teal-deep);
  font-size: 11px;
  letter-spacing: .15em;
}
.about-trust-hero {
  min-height: 790px;
  padding-bottom: 0;
}
.about-trust-hero .page-eyebrow,
.about-security .page-eyebrow,
.about-visit .page-eyebrow { color: var(--teal-bright); }
.about-trust-hero .page-hero-grid > div:first-child {
  max-width: 735px;
  padding-bottom: 62px;
}
.about-trust-hero h1 {
  max-width: 870px;
  font-size: clamp(56px, 6vw, 84px);
  line-height: .95;
}
.about-trust-hero .page-lead {
  max-width: 700px;
  margin-top: 28px;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}
.about-photo-caption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 130px;
  width: min(380px, 42%);
  padding: 19px 21px;
  color: white;
  background: #082b34;
  border-left: 4px solid var(--teal-bright);
}
.about-photo-caption small,
.about-photo-caption strong { display: block; }
.about-photo-caption small {
  color: var(--teal-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}
.about-photo-caption strong {
  margin-top: 8px;
  font: 600 18px/1.35 var(--font-display);
}
.about-trust-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  color: white;
  background: rgba(111,154,163,.45);
  border: 1px solid rgba(111,154,163,.45);
}
.about-trust-strip > div {
  min-height: 118px;
  padding: 25px 28px;
  background: rgba(7,34,41,.95);
}
.about-trust-strip strong,
.about-trust-strip span { display: block; }
.about-trust-strip strong {
  color: var(--teal-bright);
  font: 600 clamp(21px, 2vw, 27px)/1.15 var(--font-display);
}
.about-trust-strip span {
  margin-top: 9px;
  color: #a9bdc1;
  font-size: 13px;
  line-height: 1.45;
}
.about-origin { background: #f3f4ef; }
.about-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 44px;
}
.about-heading h2,
.about-security-copy h2 {
  margin: 9px 0 0;
  font: 500 clamp(45px, 5vw, 69px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.about-heading h2 em,
.about-security-copy h2 em {
  color: var(--teal);
  font-style: normal;
}
.about-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.about-origin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #cbd8d7;
  border: 1px solid #cbd8d7;
}
.about-origin-grid article {
  position: relative;
  min-height: 330px;
  padding: 34px 32px;
  background: white;
}
.about-origin-grid article > span {
  position: absolute;
  top: 27px;
  right: 28px;
  color: #dce9e8;
  font: 600 49px/1 var(--font-display);
}
.about-origin-grid small {
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.about-origin-grid h3 {
  margin: 72px 0 15px;
  font: 600 clamp(25px, 2.3vw, 33px)/1.08 var(--font-display);
  letter-spacing: -.035em;
}
.about-origin-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.about-origin-takeback {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  color: white;
  background: var(--ink);
}
.about-origin-takeback small {
  color: var(--teal-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.about-origin-takeback strong { font: 600 clamp(20px, 2.2vw, 29px)/1.2 var(--font-display); }
.about-origin-takeback span { color: #a9bdc1; font-size: 14px; }
.about-security {
  color: white;
  background: #071f26;
}
.about-security-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}
.about-security-visual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #0b2a32;
}
.about-security-visual img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.about-security-visual::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(0deg, rgba(3,18,23,.95), transparent);
}
.about-security-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 19px 21px;
  background: #082b34;
  border-left: 4px solid var(--teal-bright);
}
.about-security-visual small,
.about-security-visual strong { display: block; }
.about-security-visual small {
  color: var(--teal-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}
.about-security-visual strong {
  margin-top: 8px;
  font: 600 18px/1.35 var(--font-display);
}
.about-security-copy h2 { color: white; }
.about-security-copy h2 em { color: var(--teal-bright); }
.about-security-copy > p:not(.page-eyebrow) {
  color: #aec2c6;
  font-size: 17px;
  line-height: 1.65;
}
.about-security-points { margin: 29px 0 24px; border-top: 1px solid #31515a; }
.about-security-points > div {
  display: grid;
  grid-template-columns: 36px 120px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #31515a;
}
.about-security-points span {
  color: var(--teal-bright);
  font-size: 10px;
  font-weight: 800;
}
.about-security-points strong { font: 600 17px/1.3 var(--font-display); }
.about-security-points small { color: #9bb1b6; font-size: 12px; line-height: 1.45; }
.about-security-copy .text-cta { color: white; }
.about-visit .page-cta { align-items: center; }
.about-visit .page-cta h2 { max-width: 760px; }

@media (max-width: 980px) {
  .about-heading { grid-template-columns: 1fr; gap: 20px; }
  .about-security-layout { grid-template-columns: 1fr; }
  .about-security-copy { max-width: 760px; }
}
@media (max-width: 700px) {
  .about-trust-hero { min-height: 0; padding-bottom: 0; }
  .about-trust-hero .page-hero-grid > div:first-child { padding-bottom: 34px; }
  .about-trust-hero h1 { font-size: clamp(47px, 14vw, 61px); }
  .about-trust-hero .page-lead { font-size: 17px; }
  .about-photo-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }
  .about-trust-strip { grid-template-columns: 1fr; margin: 0 -19px; }
  .about-trust-strip > div { min-height: 0; padding: 20px 24px; }
  .about-heading h2,
  .about-security-copy h2 { font-size: 42px; }
  .about-heading > p { font-size: 17px; }
  .about-origin-grid { grid-template-columns: 1fr; }
  .about-origin-grid article { min-height: 270px; padding: 28px 24px; }
  .about-origin-grid article > span { top: 23px; right: 24px; font-size: 42px; }
  .about-origin-grid h3 { margin-top: 55px; font-size: 28px; }
  .about-origin-takeback { grid-template-columns: 1fr; gap: 8px; padding: 22px 24px; }
  .about-security-visual,
  .about-security-visual img { min-height: 0; height: 440px; }
  .about-security-copy > p:not(.page-eyebrow) { font-size: 16px; }
  .about-security-points > div { grid-template-columns: 32px 1fr; }
  .about-security-points small { grid-column: 2; }
}
/* Build vs Buy WMS */
.build-buy-hero {
  padding-bottom: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(18,169,191,.22), transparent 29%),
    linear-gradient(135deg, #041216 0%, #082b34 100%);
}
.build-buy-hero h1 { max-width: 820px; font-size: clamp(50px, 5.5vw, 78px); line-height: .98; }
.build-buy-hero .page-lead { max-width: 700px; font-size: 19px; }
.build-buy-hero-media img { object-position: 43% center; }
.build-buy-proof { margin-top: 70px; }
.build-buy-proof div { min-height: 100px; padding: 23px 25px; }
.build-buy-proof strong { color: var(--teal-bright); font-size: 24px; }
.build-buy-proof span { font-size: 10px; }

.build-buy-reality { background: #f2f3ee; }
.build-buy-statement { max-width: 1040px; margin-bottom: 50px; }
.build-buy-statement .page-eyebrow { color: var(--teal-deep); }
.build-buy-statement h2 {
  margin: 0;
  font: 500 clamp(47px, 5.8vw, 78px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.build-buy-statement h2 em,
.continuity-copy h2 em,
.value-banner h2 em { color: var(--teal); font-style: normal; }
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #cbd8d7;
  border: 1px solid #cbd8d7;
}
.impact-grid article {
  position: relative;
  min-height: 330px;
  padding: 31px 28px;
  background: white;
}
.impact-grid article > span {
  position: absolute;
  top: 27px;
  right: 25px;
  color: #d9e8e7;
  font: 600 39px/1 var(--font-display);
}
.impact-grid article > strong {
  color: var(--teal-deep);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.impact-grid h3 {
  margin: 88px 0 16px;
  font: 600 clamp(23px, 2.1vw, 30px)/1.08 var(--font-display);
  letter-spacing: -.035em;
}
.impact-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.true-cost-section { background: #061f26; }
.true-cost-section .section-heading { align-items: start; }
.cost-compare {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) 70px minmax(0, 1.55fr);
  align-items: stretch;
}
.cost-visible,
.cost-owned {
  padding: 37px;
  border: 1px solid #3b5c64;
}
.cost-visible { background: #0b3039; }
.cost-owned { background: #0d3c46; border-color: var(--teal); }
.cost-visible small,
.cost-owned small,
.cost-visible strong,
.cost-owned strong { display: block; }
.cost-visible small,
.cost-owned small {
  color: var(--teal-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}
.cost-visible strong,
.cost-owned strong {
  margin: 22px 0 27px;
  font: 600 clamp(29px, 3.2vw, 43px)/1.08 var(--font-display);
}
.cost-visible > span {
  display: block;
  padding: 13px 0;
  color: #b0c3c7;
  border-top: 1px solid #31515a;
  font-size: 15px;
}
.cost-plus { display: grid; place-items: center; color: var(--teal-bright); font: 300 52px/1 var(--font-display); }
.cost-chip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.cost-chip-grid span {
  padding: 16px 17px;
  color: white;
  background: #092a32;
  border-left: 3px solid var(--teal-bright);
  font: 600 15px/1.25 var(--font-display);
}
.cost-equation {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: center;
  margin: 28px 0 0;
  padding: 24px 27px;
  color: white;
  background: var(--teal-deep);
  font: 600 clamp(18px, 2vw, 25px)/1.4 var(--font-display);
}
.cost-equation span { font-size: 9px; letter-spacing: .14em; }

.continuity-section { background: #e7f0ee; }
.continuity-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}
.continuity-copy .page-eyebrow { color: var(--teal-deep); }
.continuity-copy h2 {
  margin: 8px 0 26px;
  font: 500 clamp(48px, 5.4vw, 73px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.continuity-copy > p:not(.page-eyebrow) { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.continuity-copy blockquote {
  margin: 35px 0 0;
  padding: 25px 27px;
  color: white;
  background: var(--ink);
  border-left: 5px solid var(--teal-bright);
  font: 500 clamp(22px, 2.4vw, 32px)/1.35 var(--font-display);
}
.continuity-copy blockquote strong { color: var(--teal-bright); }
.continuity-stack { display: grid; gap: 1px; background: #b7ccca; border: 1px solid #b7ccca; }
.continuity-stack article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 23px 27px;
  background: white;
}
.continuity-stack article > span {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  color: var(--teal-deep);
  border: 1px solid var(--teal);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}
.continuity-stack strong { font: 600 20px/1.25 var(--font-display); }
.continuity-stack p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.odin-value-section { background: white; }
.value-banner {
  display: grid;
  grid-template-columns: 170px minmax(0, 1.1fr) minmax(300px, .7fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 43px;
}
.value-banner > small { align-self: start; padding-top: 14px; color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.value-banner h2 { margin: 0; font: 500 clamp(43px, 4.7vw, 64px)/.98 var(--font-display); letter-spacing: -.05em; }
.value-banner p { margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #cbd8d7; border: 1px solid #cbd8d7; }
.value-grid article { min-height: 285px; padding: 30px 28px; background: #f7f7f3; }
.value-grid small { color: var(--teal-deep); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.value-grid strong { display: block; margin: 53px 0 14px; font: 600 clamp(26px, 2.8vw, 38px)/1.05 var(--font-display); letter-spacing: -.035em; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.operator-built-line {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 26px 29px;
  color: white;
  background: var(--ink);
}
.operator-built-line span { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.operator-built-line strong { font: 600 18px/1.35 var(--font-display); }
.operator-built-line strong:last-child { color: #9eb2b7; }

.decision-section { background: #f2f3ee; }
.decision-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.decision-grid article { min-height: 440px; padding: 40px; border: 1px solid #ccd8d6; }
.decision-build { background: white; }
.decision-buy { color: white; background: #0b3039; border-color: #0b3039 !important; }
.decision-grid small { color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.decision-buy small { color: var(--teal-bright); }
.decision-grid h3 { max-width: 570px; margin: 37px 0 29px; font: 600 clamp(31px, 3.3vw, 46px)/1.06 var(--font-display); letter-spacing: -.045em; }
.decision-grid ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.decision-grid li { position: relative; padding-left: 27px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.decision-buy li { color: #b9c9cd; }
.decision-grid li::before { content: ""; position: absolute; top: 8px; left: 0; width: 10px; height: 10px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(18,169,191,.12); }
.decision-takeback { display: grid; grid-template-columns: 170px 1fr; gap: 25px; align-items: center; padding: 27px 30px; color: var(--ink); background: var(--teal-bright); }
.decision-takeback small { font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.decision-takeback strong { font: 600 clamp(23px, 2.9vw, 38px)/1.2 var(--font-display); }
.build-buy-final .page-eyebrow { color: var(--teal-bright); }
.build-buy-final .page-cta h2 { max-width: 820px; }

@media (max-width: 1000px) {
  .impact-grid,
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .continuity-layout { grid-template-columns: 1fr; }
  .value-banner { grid-template-columns: 1fr; gap: 16px; }
  .value-banner > small { padding-top: 0; }
  .operator-built-line { grid-template-columns: auto 1fr; }
}
@media (max-width: 700px) {
  .build-buy-hero { padding-bottom: 0; }
  .build-buy-hero .page-hero-grid > div:first-child { padding-bottom: 32px; }
  .build-buy-hero h1 { font-size: clamp(45px, 13vw, 58px); }
  .build-buy-hero .page-lead { font-size: 17px; }
  .build-buy-hero-media,
  .build-buy-hero-media img { min-height: 390px; }
  .build-buy-proof { grid-template-columns: repeat(2, 1fr); margin: 0 -19px; }
  .build-buy-proof div { min-height: 96px; padding: 19px 20px; }
  .build-buy-proof strong { font-size: 22px; }
  .build-buy-statement h2,
  .continuity-copy h2,
  .value-banner h2 { font-size: 42px; }
  .impact-grid,
  .value-grid,
  .decision-grid { grid-template-columns: 1fr; }
  .impact-grid article { min-height: 265px; padding: 27px 24px; }
  .impact-grid h3 { margin-top: 62px; font-size: 27px; }
  .cost-compare { grid-template-columns: 1fr; }
  .cost-visible,
  .cost-owned { padding: 28px 24px; }
  .cost-plus { min-height: 58px; font-size: 42px; }
  .cost-chip-grid { grid-template-columns: 1fr; }
  .cost-equation { grid-template-columns: 1fr; gap: 10px; padding: 22px 24px; font-size: 20px; }
  .continuity-layout { gap: 38px; }
  .continuity-copy > p:not(.page-eyebrow) { font-size: 16px; }
  .continuity-copy blockquote { font-size: 23px; }
  .continuity-stack article { grid-template-columns: 48px 1fr; min-height: 125px; padding: 21px 20px; }
  .continuity-stack article > span { width: 43px; height: 43px; }
  .value-grid article { min-height: 245px; padding: 27px 24px; }
  .value-grid strong { margin-top: 43px; font-size: 31px; }
  .operator-built-line { grid-template-columns: 1fr; gap: 7px; padding: 23px 24px; }
  .operator-built-line span:not(:first-child) { margin-top: 13px; }
  .decision-grid article { min-height: 0; padding: 31px 25px; }
  .decision-grid h3 { margin: 30px 0 25px; font-size: 34px; }
  .decision-grid li { font-size: 15px; }
  .decision-takeback { grid-template-columns: 1fr; gap: 10px; padding: 24px; }
}

/* Build vs Buy — condensed decision page */
.build-buy-short-hero h1 { max-width: 830px; }
.short-compare-section { background: #f2f3ee; }
.short-statement {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 25px 70px;
  align-items: end;
  margin-bottom: 46px;
}
.short-statement .page-eyebrow,
.short-value-intro .page-eyebrow { grid-column: 1 / -1; margin-bottom: -6px; color: var(--teal-deep); }
.short-statement h2,
.short-value-intro h2 {
  margin: 0;
  font: 500 clamp(47px, 5.2vw, 72px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.short-statement h2 em,
.short-value-intro h2 em,
.short-continuity-layout h2 em { color: var(--teal); font-style: normal; }
.short-statement > p:last-child,
.short-value-intro > p:last-child {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}
.ownership-table { overflow: hidden; border: 1px solid #c8d5d3; }
.ownership-row {
  display: grid;
  grid-template-columns: .72fr 1fr 1fr;
  min-height: 82px;
  background: white;
  border-top: 1px solid #d6dfdd;
}
.ownership-row:first-child { border-top: 0; }
.ownership-row > * {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 19px 24px;
  border-left: 1px solid #d6dfdd;
}
.ownership-row > *:first-child { border-left: 0; }
.ownership-row > strong:first-child { color: var(--ink); font: 600 16px/1.35 var(--font-display); }
.ownership-row > span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.ownership-row > span:last-child { color: var(--ink); background: #e9f7f7; font-weight: 600; }
.ownership-head { min-height: 62px; color: white; background: var(--ink); }
.ownership-head > strong {
  color: white !important;
  border-color: #31515a;
  font-size: 10px !important;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ownership-head > strong:last-child { color: var(--teal-bright) !important; background: #0d3a44; }

.short-continuity-section { padding: 82px 0; background: #061f26; }
.short-continuity-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}
.short-continuity-layout .page-eyebrow { color: var(--teal-bright); }
.short-continuity-layout h2 {
  margin: 10px 0 0;
  color: white;
  font: 500 clamp(48px, 5.3vw, 73px)/.98 var(--font-display);
  letter-spacing: -.055em;
}
.short-continuity-layout h2 em { color: var(--teal-bright); }
.short-continuity-copy > p {
  margin: 0;
  color: #b3c5c9;
  font-size: 18px;
  line-height: 1.65;
}
.short-continuity-copy blockquote {
  margin: 31px 0 0;
  padding: 25px 27px;
  background: #0c333d;
  border-left: 4px solid var(--teal-bright);
}
.short-continuity-copy blockquote span,
.short-continuity-copy blockquote strong { display: block; font: 600 clamp(22px, 2.4vw, 31px)/1.35 var(--font-display); }
.short-continuity-copy blockquote span { color: #9db2b7; }
.short-continuity-copy blockquote strong { color: var(--teal-bright); }

.short-decision-section { background: white; }
.short-value-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .72fr);
  gap: 25px 70px;
  align-items: end;
  margin-bottom: 43px;
}
.short-decision-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #c9d6d4; border: 1px solid #c9d6d4; }
.short-decision-grid article { min-height: 365px; padding: 36px 38px; background: #f5f6f2; }
.short-decision-grid article.recommended { color: white; background: #0b3039; }
.short-decision-grid small { color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.short-decision-grid .recommended small { color: var(--teal-bright); }
.short-decision-grid h3 { max-width: 580px; margin: 42px 0 27px; font: 600 clamp(30px, 3.2vw, 43px)/1.07 var(--font-display); letter-spacing: -.04em; }
.short-decision-grid ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.short-decision-grid li { position: relative; padding-left: 26px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.short-decision-grid .recommended li { color: #b8c9cd; }
.short-decision-grid li::before { content: ""; position: absolute; top: 8px; left: 0; width: 9px; height: 9px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(18,169,191,.12); }
.short-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 45px;
  align-items: center;
  padding: 42px;
  color: white;
  background: var(--ink);
  border-top: 5px solid var(--teal-bright);
}
.short-final-cta small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.short-final-cta h2 { max-width: 820px; margin: 12px 0 9px; font: 600 clamp(32px, 3.6vw, 49px)/1.08 var(--font-display); letter-spacing: -.04em; }
.short-final-cta p { max-width: 760px; margin: 0; color: #aabdc1; font-size: 15px; line-height: 1.55; }
.short-final-cta .btn { min-width: 235px; text-align: center; }

@media (max-width: 900px) {
  .short-statement,
  .short-value-intro,
  .short-continuity-layout { grid-template-columns: 1fr; gap: 20px; }
  .short-continuity-layout { gap: 38px; }
  .short-final-cta { grid-template-columns: 1fr; }
  .short-final-cta .btn { justify-self: start; }
}
@media (max-width: 700px) {
  .build-buy-short-hero h1 { font-size: clamp(44px, 12.8vw, 57px); }
  .short-statement h2,
  .short-value-intro h2,
  .short-continuity-layout h2 { font-size: 41px; }
  .short-statement > p:last-child,
  .short-value-intro > p:last-child,
  .short-continuity-copy > p { font-size: 16px; }
  .ownership-table { border: 0; overflow: visible; }
  .ownership-head { display: none; }
  .ownership-row {
    grid-template-columns: 1fr;
    margin-top: 10px;
    border: 1px solid #c8d5d3;
  }
  .ownership-row > * { min-height: 0; padding: 16px 19px; border-top: 1px solid #d6dfdd; border-left: 0; }
  .ownership-row > *:first-child { border-top: 0; padding-top: 19px; padding-bottom: 12px; font-size: 20px !important; }
  .ownership-row > span { display: block; padding-top: 35px; position: relative; }
  .ownership-row > span::before { content: attr(data-label); position: absolute; top: 13px; left: 19px; color: var(--teal-deep); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .ownership-row > span:last-child { border-left: 4px solid var(--teal); }
  .short-continuity-section { padding: 67px 0; }
  .short-continuity-copy blockquote { padding: 22px 23px; }
  .short-continuity-copy blockquote span,
  .short-continuity-copy blockquote strong { font-size: 23px; }
  .short-decision-grid { grid-template-columns: 1fr; }
  .short-decision-grid article { min-height: 0; padding: 29px 24px; }
  .short-decision-grid h3 { margin: 33px 0 25px; font-size: 32px; }
  .short-decision-grid li { font-size: 15px; }
  .short-final-cta { padding: 31px 24px; }
  .short-final-cta h2 { font-size: 34px; }
  .short-final-cta .btn { width: 100%; min-width: 0; }
}

/* Independent evidence */
.ownership-evidence {
  margin-top: 24px;
  color: white;
  background: #071f26;
  border-top: 5px solid var(--teal-bright);
  box-shadow: 0 22px 50px rgba(5, 28, 34, .13);
}
.evidence-intro {
  display: grid;
  grid-template-columns: 170px minmax(260px, .9fr) minmax(280px, 1.15fr);
  gap: 28px;
  align-items: center;
  padding: 26px 28px;
  border-bottom: 1px solid #27444b;
}
.evidence-intro > small {
  color: var(--teal-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}
.evidence-intro h3 {
  margin: 0;
  font: 600 clamp(25px, 2.3vw, 34px)/1.05 var(--font-display);
  letter-spacing: -.035em;
}
.evidence-intro p {
  margin: 0;
  color: #a9bec3;
  font-size: 14px;
  line-height: 1.55;
}
.evidence-grid {
  display: grid;
  grid-template-columns: .82fr .82fr 1.36fr;
  gap: 1px;
  background: #34545c;
}
.evidence-grid a {
  display: flex;
  flex-direction: column;
  min-height: 196px;
  padding: 25px;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
}
.evidence-grid a:hover { color: inherit; filter: brightness(1.04); transform: translateY(-2px); }
.evidence-stat { color: #071f26; background: var(--teal-bright); }
.evidence-stat:nth-child(2) { background: #c8dbf3; }
.evidence-stat strong {
  font: 600 clamp(46px, 5vw, 68px)/.95 var(--font-display);
  letter-spacing: -.055em;
}
.evidence-stat span {
  max-width: 210px;
  margin-top: 14px;
  font: 600 17px/1.18 var(--font-display);
}
.evidence-grid a small {
  margin-top: auto;
  padding-top: 22px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}
.evidence-standard { color: white; background: #0d3a44; }
.evidence-standard strong {
  color: var(--teal-bright);
  font-size: 10px;
  letter-spacing: .13em;
}
.evidence-standard span {
  max-width: 420px;
  margin-top: 24px;
  font: 600 clamp(20px, 2.2vw, 29px)/1.16 var(--font-display);
  letter-spacing: -.025em;
}
.evidence-standard small { color: #b4c7cb; }
.evidence-note {
  margin: 0;
  padding: 12px 28px;
  color: #80999f;
  font-size: 10px;
  line-height: 1.4;
}

/* API-ready extension layer */
.api-ready-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: clamp(36px, 5vw, 68px);
  align-items: center;
  margin-bottom: 22px;
  padding: 42px;
  color: white;
  background: #082b34;
  border-top: 5px solid var(--teal-bright);
}
.api-ready-copy small {
  color: var(--teal-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}
.api-ready-copy h3 {
  margin: 14px 0 18px;
  font: 600 clamp(34px, 3.8vw, 52px)/1.02 var(--font-display);
  letter-spacing: -.045em;
}
.api-ready-copy h3 em { color: var(--teal-bright); font-style: normal; }
.api-ready-copy p {
  max-width: 620px;
  margin: 0 0 20px;
  color: #b4c6ca;
  font-size: 16px;
  line-height: 1.62;
}
.api-ready-copy .text-cta { display: inline-block; margin-top: 23px; color: white; }
.api-use-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.api-use-chips span {
  padding: 8px 10px;
  color: #dce9eb;
  background: #0d3a44;
  border: 1px solid #345b64;
  font-size: 10px;
  font-weight: 700;
}
.api-doc-proof {
  margin: 0;
  overflow: hidden;
  background: #061a20;
  border: 1px solid #3c6871;
  box-shadow: 20px 20px 0 rgba(4, 23, 28, .4);
}
.api-doc-proof-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  color: #8ca7ad;
  background: #0b252c;
  border-bottom: 1px solid #31515a;
  font-size: 8px;
  letter-spacing: .13em;
}
.api-doc-proof-bar > span { display: flex; gap: 5px; }
.api-doc-proof-bar i { width: 7px; height: 7px; background: #42646c; border-radius: 50%; }
.api-doc-proof-bar i:first-child { background: var(--teal-bright); }
.api-doc-proof-bar strong { color: #dce8ea; }
.api-doc-proof-bar small { color: var(--teal-bright); font-size: 8px; font-weight: 800; }
.api-doc-proof > a { display: block; background: #f6f6f4; }
.api-doc-proof img { display: block; width: 100%; height: auto; }
.api-doc-proof figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: #8ca7ad;
  background: #041418;
  border-top: 1px solid #294951;
  font-size: 9px;
  line-height: 1.45;
}
.api-doc-proof figcaption strong { color: var(--teal-bright); white-space: nowrap; }
.api-console {
  margin: 0;
  overflow: hidden;
  background: #061a20;
  border: 1px solid #3c6871;
  box-shadow: 20px 20px 0 rgba(4, 23, 28, .4);
}
.api-console figcaption {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  color: #8ca7ad;
  background: #0b252c;
  border-bottom: 1px solid #31515a;
  font-size: 8px;
  letter-spacing: .13em;
}
.api-console figcaption > span { display: flex; gap: 5px; }
.api-console figcaption i { width: 7px; height: 7px; background: #42646c; border-radius: 50%; }
.api-console figcaption i:first-child { background: var(--teal-bright); }
.api-console figcaption strong { color: #dce8ea; }
.api-console figcaption small { color: var(--teal-bright); font-size: 8px; font-weight: 800; }
.api-request {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 18px 10px;
}
.api-request span {
  padding: 5px 7px;
  color: #062026;
  background: var(--teal-bright);
  font: 800 9px/1 monospace;
}
.api-request code { color: #d8e9ec; font-size: 12px; }
.api-console pre {
  margin: 0 18px 15px;
  padding: 14px 16px;
  overflow: auto;
  color: #b9ced2;
  background: #0a252c;
  border-left: 2px solid #3c6871;
  font: 12px/1.55 Consolas, "Courier New", monospace;
}
.api-response-label {
  display: flex;
  justify-content: space-between;
  padding: 0 18px 8px;
  color: #728e94;
  font: 800 8px/1 monospace;
  letter-spacing: .1em;
}
.api-response-label span { color: #70d6a7; }
.api-console pre.api-response { border-left-color: #70d6a7; }
.api-console-flow {
  display: grid;
  grid-template-columns: 1fr auto 1.4fr;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  color: #789299;
  background: #041418;
  border-top: 1px solid #294951;
  font-size: 8px;
  letter-spacing: .11em;
}
.api-console-flow b { color: var(--teal-bright); font-size: 18px; }
.api-console-flow strong { color: var(--teal-bright); }

@media (max-width: 920px) {
  .evidence-intro { grid-template-columns: 1fr 1.2fr; }
  .evidence-intro p { grid-column: 1 / -1; }
  .api-ready-band { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .ownership-evidence { margin-top: 18px; }
  .evidence-intro { grid-template-columns: 1fr; gap: 10px; padding: 22px 20px; }
  .evidence-intro p { grid-column: auto; font-size: 13px; }
  .evidence-grid { grid-template-columns: 1fr 1fr; }
  .evidence-grid a { min-height: 157px; padding: 18px 16px; }
  .evidence-stat strong { font-size: 40px; }
  .evidence-stat span { margin-top: 10px; font-size: 14px; }
  .evidence-standard { grid-column: 1 / -1; min-height: 175px !important; }
  .evidence-standard span { margin-top: 17px; font-size: 21px; }
  .evidence-grid a small { padding-top: 15px; font-size: 8px; }
  .evidence-note { padding: 11px 20px; font-size: 9px; }
  .api-ready-band { margin: 0 -1px 14px; padding: 29px 23px; }
  .api-ready-copy h3 { font-size: 37px; }
  .api-ready-copy p { font-size: 15px; }
  .api-use-chips { display: grid; grid-template-columns: 1fr 1fr; }
  .api-use-chips span { display: flex; align-items: center; min-height: 50px; }
  .api-doc-proof { box-shadow: 10px 10px 0 rgba(4, 23, 28, .4); }
  .api-doc-proof-bar { padding: 0 12px; }
  .api-doc-proof figcaption { display: grid; padding: 12px; }
  .api-doc-proof figcaption strong { white-space: normal; }
}

/* WMS before automation conversion page */
.automation-hero h1 { max-width: 900px; }
.automation-hero h1 em { color: var(--teal-bright); font-style: normal; }
.automation-hero .page-lead { max-width: 780px; }
.automation-proof-rail > div:first-child { color: #062129; background: var(--teal-bright); }
.automation-proof-rail > div:first-child small { color: #073b47; }
.automation-proof-rail > div:nth-child(2) { background: #123a43; }

.automation-truth { background: #f3f4ef; }
.automation-truth .section-heading { align-items: end; }
.automation-truth .section-heading h2 { max-width: 820px; font-size: clamp(44px, 5vw, 68px); }
.automation-truth .section-heading h2 em { color: var(--teal-deep); font-style: normal; }
.automation-truth .section-heading > p { max-width: 460px; }
.automation-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
  background: #ccd6d4;
  border: 1px solid #ccd6d4;
  gap: 1px;
}
.automation-risk-grid article { min-height: 295px; padding: 30px 28px; background: white; }
.automation-risk-grid small { color: var(--teal-deep); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.automation-risk-grid h3 { max-width: 330px; margin: 58px 0 16px; font: 600 clamp(24px, 2.2vw, 31px)/1.08 var(--font-display); letter-spacing: -.035em; }
.automation-risk-grid p { margin: 0; color: #617075; font-size: 14px; line-height: 1.6; }
.automation-truth-line {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  align-items: center;
  padding: 25px 28px;
  color: white;
  background: #082b34;
  border-top: 5px solid var(--teal-bright);
}
.automation-truth-line small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.automation-truth-line strong { font: 600 clamp(20px, 2.2vw, 28px)/1.2 var(--font-display); }

.automation-sequence { background: #061f26; }
.automation-sequence .section-heading { align-items: end; }
.automation-sequence .section-heading h2 { color: white; font-size: clamp(44px, 5vw, 66px); }
.automation-sequence .section-heading > p { color: #a9bec2; }
.automation-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  background: #31545d;
  border: 1px solid #31545d;
}
.automation-steps article { position: relative; min-height: 360px; padding: 29px 28px; background: #0b313a; }
.automation-steps article:nth-child(2) { background: #0d3a44; }
.automation-steps article > span { position: absolute; top: 23px; right: 25px; color: #335963; font: 600 48px/1 var(--font-display); }
.automation-steps small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.automation-steps h3 { max-width: 320px; margin: 74px 0 17px; color: white; font: 600 clamp(25px, 2.4vw, 33px)/1.08 var(--font-display); letter-spacing: -.035em; }
.automation-steps p { margin: 0; color: #9fb5b9; font-size: 14px; line-height: 1.6; }
.automation-steps article > strong { position: absolute; right: 28px; bottom: 28px; left: 28px; padding-top: 15px; color: var(--teal-bright); border-top: 1px solid #345963; font-size: 9px; letter-spacing: .11em; }
.automation-layer {
  display: grid;
  grid-template-columns: 1fr auto 1.1fr auto 1.35fr;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 28px;
  color: white;
  background: #04171c;
  border: 1px solid #31545d;
}
.automation-layer > div:first-child,
.automation-layer > strong { display: flex; flex-direction: column; gap: 7px; }
.automation-layer small { color: #829ca2; font-size: 8px; letter-spacing: .12em; }
.automation-layer span { color: #d7e5e7; font-size: 12px; line-height: 1.4; }
.automation-layer > b { color: var(--teal-bright); font-size: 22px; }
.automation-layer > strong { padding: 17px 19px; background: #0d3a44; border-left: 4px solid var(--teal-bright); }
.automation-layer > strong small,
.automation-layer > strong span { color: var(--teal-bright); }
.automation-destinations { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.automation-destinations span { padding: 10px; text-align: center; background: #0b2c34; border: 1px solid #284b54; font-size: 8px; font-weight: 800; letter-spacing: .1em; }

.automation-decision { background: white; }
.automation-decision .section-heading { align-items: end; }
.automation-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 42px;
  background: #ccd6d4;
  border: 1px solid #ccd6d4;
  gap: 1px;
}
.automation-decision-grid article { min-height: 430px; padding: 35px; background: #f5f6f2; }
.automation-decision-grid article.recommended { color: white; background: #082b34; border-top: 5px solid var(--teal-bright); }
.automation-decision-grid small { color: var(--teal-deep); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.automation-decision-grid .recommended small { color: var(--teal-bright); }
.automation-decision-grid h3 { max-width: 480px; margin: 42px 0 27px; font: 600 clamp(28px, 3vw, 40px)/1.08 var(--font-display); letter-spacing: -.04em; }
.automation-decision-grid ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid #c8d2d0; }
.automation-decision-grid .recommended ul { border-color: #355861; }
.automation-decision-grid li { padding: 14px 0 14px 25px; border-bottom: 1px solid #c8d2d0; font-size: 14px; line-height: 1.45; }
.automation-decision-grid .recommended li { border-color: #355861; }
.automation-decision-grid li::before { content: "✓"; float: left; margin-left: -25px; color: var(--teal-deep); font-weight: 800; }
.automation-decision-grid .recommended li::before { color: var(--teal-bright); }
.automation-decision-grid .text-cta { display: inline-block; margin-top: 25px; color: var(--teal-bright); }
.automation-final .page-eyebrow { color: var(--teal-bright); }
.automation-final .page-cta h2 { font-size: clamp(48px, 6vw, 78px); }

@media (max-width: 820px) {
  .automation-truth .section-heading,
  .automation-sequence .section-heading,
  .automation-decision .section-heading { display: block; }
  .automation-truth .section-heading > p,
  .automation-sequence .section-heading > p,
  .automation-decision .section-heading > p { margin-top: 22px; }
  .automation-risk-grid,
  .automation-steps,
  .automation-decision-grid { grid-template-columns: 1fr; }
  .automation-risk-grid article { min-height: 0; }
  .automation-risk-grid h3 { margin-top: 36px; }
  .automation-steps article { min-height: 330px; }
  .automation-layer { grid-template-columns: 1fr; text-align: center; }
  .automation-layer > b { transform: rotate(90deg); }
  .automation-layer > strong { text-align: left; }
}
@media (max-width: 600px) {
  .automation-hero h1 { font-size: 43px; }
  .automation-truth-line { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .automation-steps article { min-height: 345px; padding: 26px 22px; }
  .automation-steps article > strong { right: 22px; bottom: 24px; left: 22px; }
  .automation-layer { padding: 21px; }
  .automation-decision-grid article { min-height: 0; padding: 28px 23px; }
  .automation-decision-grid h3 { margin-top: 33px; font-size: 31px; }
  .automation-final .page-cta h2 { font-size: 50px; }
}
/* Retail sales opportunity conversion page */
.retail-hero h1 { max-width: 900px; }
.retail-hero h1 em { color: var(--teal-bright); font-style: normal; }
.retail-hero .page-lead { max-width: 770px; }
.retail-sales-rail { grid-template-columns: repeat(4, 1fr); }
.retail-promise-band { position: relative; z-index: 3; display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; width: 100%; margin-top: auto; padding: 17px 24px; color: white; background: #041f27; border-left: 4px solid var(--teal-bright); }
.retail-promise-band small { color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.retail-promise-band strong { font: 600 18px/1.3 var(--font-display); }
.media-hero .retail-sales-rail { margin-top: 0; }
.retail-sales-rail > div { min-height: 118px; }
.retail-sales-rail > div:nth-child(2),
.retail-sales-rail > div:nth-child(4) { background: #123a43; }

.retail-pain { background: #f3f4ef; }
.retail-pain .section-heading { align-items: end; }
.retail-pain .section-heading h2 { max-width: 850px; font-size: clamp(44px, 5vw, 68px); }
.retail-pain .section-heading h2 em { color: var(--teal-deep); font-style: normal; }
.retail-pain .section-heading > p { max-width: 470px; }
.retail-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
  gap: 1px;
  background: #ccd6d4;
  border: 1px solid #ccd6d4;
}
.retail-pain-grid article { min-height: 310px; padding: 30px 28px; background: white; }
.retail-pain-grid small { color: var(--teal-deep); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.retail-pain-grid h3 { max-width: 340px; margin: 55px 0 17px; font: 600 clamp(24px, 2.2vw, 31px)/1.08 var(--font-display); letter-spacing: -.035em; }
.retail-pain-grid p { margin: 0; color: #617075; font-size: 14px; line-height: 1.6; }
.retail-pain-result {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  color: white;
  background: #082b34;
  border-top: 5px solid var(--teal-bright);
}
.retail-pain-result small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.retail-pain-result strong { font: 600 23px/1.2 var(--font-display); }
.retail-pain-result span { color: #a9bec2; font-size: 14px; }

.retail-flow-section { background: #061f26; }
.retail-flow-section .section-heading { align-items: end; }
.retail-flow-section .section-heading h2 { color: white; font-size: clamp(46px, 5vw, 68px); }
.retail-flow-section .section-heading h2 em { color: var(--teal-bright); font-style: normal; }
.retail-flow-section .section-heading > p { color: #a9bec2; }
.retail-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
  gap: 1px;
  background: #31545d;
  border: 1px solid #31545d;
}
.retail-flow-grid article { position: relative; min-height: 310px; padding: 28px 24px; background: #0b313a; }
.retail-flow-grid article:nth-child(even) { background: #0d3a44; }
.retail-flow-grid article > span { position: absolute; top: 22px; right: 22px; color: #335963; font: 600 43px/1 var(--font-display); }
.retail-flow-grid small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.retail-flow-grid h3 { max-width: 280px; margin: 71px 0 16px; color: white; font: 600 clamp(22px, 2vw, 28px)/1.08 var(--font-display); letter-spacing: -.035em; }
.retail-flow-grid p { margin: 0; color: #9fb5b9; font-size: 13px; line-height: 1.55; }

.retail-rescue {
  display: grid;
  grid-template-columns: minmax(290px, .85fr) minmax(0, 1.15fr);
  gap: clamp(35px, 5vw, 70px);
  align-items: center;
  margin-top: 16px;
  padding: clamp(30px, 5vw, 58px);
  background: #0d3a44;
  border-top: 4px solid var(--teal-bright);
}
.retail-rescue-copy > small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.retail-rescue-copy h3 { margin: 18px 0 16px; color: white; font: 600 clamp(35px, 4vw, 54px)/1.02 var(--font-display); letter-spacing: -.045em; }
.retail-rescue-copy p { margin: 0; color: #aec1c5; font-size: 15px; line-height: 1.6; }
.retail-item { display: flex; justify-content: space-between; gap: 18px; margin-top: 27px; padding: 14px 16px; color: #c8d9dc; background: #071f26; border-left: 3px solid var(--teal-bright); font-size: 10px; }
.retail-item strong { color: var(--teal-bright); }
.retail-stock-network {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 9px;
  align-items: stretch;
}
.retail-stock-network > div { min-height: 168px; padding: 20px 17px; background: #071f26; border: 1px solid #335861; }
.retail-stock-network > div.found { background: var(--teal-bright); border-color: var(--teal-bright); }
.retail-stock-network small,
.retail-stock-network strong,
.retail-stock-network span { display: block; }
.retail-stock-network small { color: #829ca2; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.retail-stock-network strong { margin-top: 27px; color: white; font: 600 48px/1 var(--font-display); }
.retail-stock-network span { margin-top: 9px; color: #9fb5b9; font-size: 10px; }
.retail-stock-network .found small,
.retail-stock-network .found strong,
.retail-stock-network .found span { color: #062129; }
.retail-stock-network > i { display: flex; align-items: center; color: var(--teal-bright); font-style: normal; }
.retail-stock-network > b {
  grid-column: 1 / -1;
  padding: 13px;
  color: #062129;
  background: var(--teal-bright);
  text-align: center;
  font-size: 10px;
  letter-spacing: .15em;
}

.retail-store-tools { background: white; }
.retail-store-tools .section-heading { align-items: end; }
.retail-store-tools .section-heading h2 { font-size: clamp(44px, 5vw, 67px); }
.retail-store-tools .section-heading h2 em { color: var(--teal-deep); font-style: normal; }
.retail-tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 42px;
  gap: 1px;
  background: #ccd6d4;
  border: 1px solid #ccd6d4;
}
.retail-tools-grid article { min-height: 225px; padding: 28px 27px; background: #f5f6f2; }
.retail-tools-grid article.rfid { color: white; background: #082b34; border-top: 4px solid var(--teal-bright); }
.retail-tools-grid small { color: var(--teal-deep); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.retail-tools-grid .rfid small { color: var(--teal-bright); }
.retail-tools-grid h3 { max-width: 520px; margin: 31px 0 14px; font: 600 clamp(23px, 2.3vw, 31px)/1.08 var(--font-display); letter-spacing: -.035em; }
.retail-tools-grid p { margin: 0; color: #617075; font-size: 14px; line-height: 1.6; }
.retail-tools-grid .rfid p { color: #a9bec2; }
.retail-final .page-eyebrow { color: var(--teal-bright); }
.retail-final .page-cta h2 { max-width: 850px; }

@media (max-width: 980px) {
  .retail-sales-rail { grid-template-columns: repeat(2, 1fr); }
  .retail-flow-grid { grid-template-columns: repeat(2, 1fr); }
  .retail-rescue { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .retail-hero h1 { font-size: 45px; }
  .retail-sales-rail { grid-template-columns: 1fr 1fr !important; }
  .retail-sales-rail > div { min-height: 132px; padding: 18px 15px; }
  .retail-sales-rail strong { font-size: 15px; }
  .retail-pain .section-heading,
  .retail-flow-section .section-heading,
  .retail-store-tools .section-heading { display: block; }
  .retail-pain .section-heading > p,
  .retail-flow-section .section-heading > p,
  .retail-store-tools .section-heading > p { margin-top: 23px; }
  .retail-pain-grid,
  .retail-flow-grid,
  .retail-tools-grid { grid-template-columns: 1fr; }
  .retail-pain-grid article,
  .retail-flow-grid article,
  .retail-tools-grid article { min-height: 0; }
  .retail-pain-grid h3,
  .retail-tools-grid h3 { margin-top: 34px; }
  .retail-flow-grid h3 { margin-top: 58px; }
  .retail-pain-result { grid-template-columns: 1fr; gap: 9px; padding: 22px; }
  .retail-pain-result strong { font-size: 21px; }
  .retail-rescue { padding: 27px 20px; }
  .retail-rescue-copy h3 { font-size: 37px; }
  .retail-stock-network { grid-template-columns: 1fr; }
  .retail-stock-network > div { min-height: 135px; }
  .retail-stock-network > i { justify-content: center; min-height: 24px; transform: rotate(90deg); }
  .retail-stock-network > b { grid-column: auto; }
  .retail-tools-grid article { padding: 27px 22px; }
}
/* Wholesale portal workflow proof */
.portal-product-proof { margin-top: 70px; padding: 38px; color: var(--ink); background: #f3f5ef; border-top: 5px solid var(--teal-bright); }
.portal-proof-copy { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(340px,1.25fr); gap: 40px; align-items: end; padding-bottom: 30px; border-bottom: 1px solid #cbd5d3; }
.portal-proof-copy small { color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.portal-proof-copy h3 { margin: 16px 0 0; font: 600 clamp(34px,3.4vw,48px)/.98 var(--font-display); letter-spacing: -.045em; }
.portal-proof-copy p { margin: 0; color: #5e7176; font-size: 17px; line-height: 1.65; }
.portal-proof-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.portal-proof-card { margin: 0; display: grid; grid-template-rows: 330px auto; overflow: hidden; background: white; border: 1px solid #cbd5d3; }
.portal-proof-mock,.portal-proof-image { min-width: 0; overflow: hidden; background: #e8eef1; }
.portal-proof-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }
.portal-proof-mobile .portal-proof-image { padding: 18px; background: #09262d; }
.portal-proof-mobile .portal-proof-image img { object-fit: contain; }
.portal-proof-card figcaption { display: flex; min-height: 138px; padding: 24px 25px; flex-direction: column; }
.portal-proof-card figcaption small { color: var(--teal-deep); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.portal-proof-card figcaption strong { margin-top: 12px; font: 600 24px/1.08 var(--font-display); letter-spacing: -.025em; }
.portal-proof-card figcaption span { margin-top: 9px; color: #63777c; font-size: 13px; line-height: 1.5; }
.portal-proof-mock { padding: 18px; font-family: Arial,sans-serif; }
.portal-mock-bar { min-height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: white; background: #058ba9; }
.portal-mock-bar b { font-size: 14px; }
.portal-mock-bar span { font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.portal-calendar-week,.portal-calendar-days { display: grid; grid-template-columns: repeat(7,1fr); }
.portal-calendar-week { margin-top: 13px; color: #63777c; font-size: 9px; font-weight: 800; text-align: center; }
.portal-calendar-days { margin-top: 7px; border-top: 1px solid #c7d6da; border-left: 1px solid #c7d6da; }
.portal-calendar-days i { min-height: 76px; padding: 8px; position: relative; color: #60747a; background: white; border-right: 1px solid #c7d6da; border-bottom: 1px solid #c7d6da; font-size: 10px; font-style: normal; }
.portal-calendar-days i em { margin-top: 18px; padding: 4px 3px; display: block; color: #087f98; background: #e1f5f7; font-size: 8px; font-style: normal; font-weight: 700; text-align: center; }
.portal-calendar-days i.selected { color: white; background: #073d67; }
.portal-calendar-days i.selected em { color: white; background: #0da6be; }
.portal-po-demo dl { margin: 14px 0 0; padding: 0; background: white; border: 1px solid #d2dcde; }
.portal-po-demo dl div { padding: 10px 12px; display: grid; grid-template-columns: 88px 1fr; border-bottom: 1px solid #e1e7e8; }
.portal-po-demo dl div:last-child { border-bottom: 0; }
.portal-po-demo dt { color: #718287; font-size: 9px; text-transform: uppercase; }
.portal-po-demo dd { margin: 0; color: #173039; font-size: 11px; font-weight: 700; }
.portal-po-items { margin-top: 12px; display: grid; gap: 5px; }
.portal-po-items span { padding: 9px 11px; display: flex; justify-content: space-between; color: #1b343b; background: white; border-left: 3px solid #19b4c5; font-size: 10px; }
.portal-po-items em { color: #087f98; font-style: normal; font-weight: 800; }
.portal-po-demo button { width: 100%; margin-top: 12px; padding: 10px; color: white; background: #0798af; border: 0; font-size: 10px; font-weight: 800; }
@media (max-width: 760px) {
  .portal-product-proof { margin-top: 46px; padding: 26px 0 28px; overflow: hidden; }
  .portal-proof-copy { display: block; margin: 0 20px; padding-bottom: 24px; }
  .portal-proof-copy h3 { font-size: 34px; }
  .portal-proof-copy p { margin-top: 18px; font-size: 15px; line-height: 1.55; }
  .portal-proof-grid { display: flex; gap: 12px; margin-top: 22px; padding: 0 20px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .portal-proof-grid::-webkit-scrollbar { display: none; }
  .portal-proof-card { min-width: min(82vw,330px); grid-template-rows: 270px auto; scroll-snap-align: start; }
  .portal-proof-card figcaption { min-height: 142px; padding: 20px; }
  .portal-proof-card figcaption strong { font-size: 22px; }
  .portal-proof-mock { padding: 12px; }
  .portal-calendar-days i { min-height: 61px; padding: 5px; }
  .portal-calendar-days i em { margin-top: 12px; font-size: 7px; }
}
/* Retail RFID video proof */
.retail-tools-grid article.rfid.retail-rfid-proof { grid-column: 1 / -1; min-height: 0; padding: 0; display: grid; grid-template-columns: .82fr 1.18fr; align-items: stretch; }
.retail-rfid-copy { padding: clamp(30px,4.5vw,58px); display: flex; flex-direction: column; justify-content: center; }
.retail-tools-grid .retail-rfid-copy h3 { margin: 30px 0 18px; color: white; font-size: clamp(34px,4vw,54px); }
.retail-rfid-copy p { max-width: 520px; }
.retail-rfid-copy > span { margin-top: 34px; color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.retail-rfid-video.video-frame { border: 0; box-shadow: none; }
.retail-rfid-video .video-poster { aspect-ratio: 16 / 9; }
.retail-rfid-video .video-poster > img { object-position: center; }
.retail-rfid-video .video-poster-label { padding: 18px 20px; background: rgba(4,24,30,.9); border-left: 4px solid var(--teal-bright); }
.retail-rfid-video .video-poster-label strong { font-size: clamp(18px,2vw,25px); }
.retail-rfid-video iframe { height: 100%; min-height: 100%; }
@media (max-width: 760px) {
  .retail-tools-grid article.rfid.retail-rfid-proof { grid-template-columns: 1fr; }
  .retail-rfid-copy { padding: 30px 22px; }
  .retail-tools-grid .retail-rfid-copy h3 { margin-top: 26px; font-size: 36px; }
  .retail-rfid-copy > span { margin-top: 26px; }
}
/* Wholesale supplier + customer portal redesign */
.portal-redesign { background: #0b343d; }
.portal-redesign-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 70px; align-items: end; }
.portal-redesign-head h2 { max-width: 780px; margin: 16px 0 0; color: white; font: 600 clamp(48px,5.6vw,74px)/.95 var(--font-display); letter-spacing: -.052em; }
.portal-redesign-head h2 em { color: var(--teal-bright); font-style: normal; }
.portal-redesign-head > p { max-width: 560px; margin: 0; color: #b4c6ca; font-size: 18px; line-height: 1.65; }
.portal-story { margin-top: 58px; display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); background: #f4f5ef; border-top: 5px solid var(--teal-bright); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.portal-story-copy { padding: clamp(34px,4.4vw,58px); color: var(--ink); }
.portal-story-copy > small { color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.portal-story-copy h3 { margin: 28px 0 18px; font: 600 clamp(34px,3.6vw,50px)/1 var(--font-display); letter-spacing: -.046em; }
.portal-story-copy > p { margin: 0; color: #5f7378; font-size: 16px; line-height: 1.65; }
.portal-story-copy ol { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid #ccd7d5; }
.portal-story-copy li { min-height: 76px; padding: 13px 0; display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; border-bottom: 1px solid #ccd7d5; }
.portal-story-copy li > b { color: var(--teal-deep); font-size: 10px; }
.portal-story-copy li span,.portal-story-copy li strong,.portal-story-copy li em { display: block; }
.portal-story-copy li strong { font: 600 15px/1.35 var(--font-display); }
.portal-story-copy li em { margin-top: 4px; color: #6d7e82; font-size: 11px; font-style: normal; line-height: 1.45; }
.portal-story-outcome { margin-top: 28px; padding: 20px; color: white; background: #082b34; border-left: 4px solid var(--teal-bright); }
.portal-story-outcome small,.portal-story-outcome strong { display: block; }
.portal-story-outcome small { color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.portal-story-outcome strong { margin-top: 9px; font: 600 17px/1.35 var(--font-display); }
.portal-story-visual { min-width: 0; padding: 24px; display: grid; gap: 18px; align-content: center; background: #061c22; }
.portal-story-visual figure { margin: 0; overflow: hidden; background: white; border: 1px solid #31515a; box-shadow: 0 18px 45px rgba(0,0,0,.26); }
.portal-story-visual img { width: 100%; height: auto; display: block; }
.portal-story-visual figcaption { padding: 14px 17px; display: flex; gap: 16px; align-items: center; justify-content: space-between; color: white; background: #0a3039; }
.portal-story-visual figcaption b { color: var(--teal-bright); font-size: 9px; letter-spacing: .11em; }
.portal-story-visual figcaption span { color: #b2c5c9; font-size: 11px; text-align: right; }
.portal-supplier-screens figure:first-child { width: 92%; }
.portal-supplier-screens figure:last-child { width: 96%; margin-left: auto; }
.portal-thread { min-height: 78px; margin: 22px 0; padding: 0 30px; display: grid; grid-template-columns: 1fr auto 1.2fr auto 1fr; gap: 18px; align-items: center; color: #9db4b9; background: #061c22; border: 1px solid #31515a; text-align: center; }
.portal-thread span { font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.portal-thread i { color: var(--teal-bright); font-style: normal; }
.portal-thread strong { color: white; font: 600 16px/1.25 var(--font-display); }
.portal-story-customer { margin-top: 0; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); border-top-color: #98bd40; }
.portal-story-customer .portal-story-visual { grid-column: 1; grid-row: 1; }
.portal-story-customer .portal-story-copy { grid-column: 2; grid-row: 1; }
.portal-customer-screen { grid-template-columns: minmax(0,1.45fr) minmax(190px,.55fr); align-items: center; padding: clamp(24px,3vw,38px); }
.portal-customer-screen figure { width: 100%; }
.portal-customer-screen figure:last-child img { height: 430px; object-fit: contain; background: #071f26; }
.portal-takeback { margin-top: 24px; padding: 28px 32px; display: grid; grid-template-columns: auto minmax(0,1.35fr) minmax(260px,.65fr); gap: 28px; align-items: center; color: white; background: var(--teal-deep); border-bottom: 4px solid var(--teal-bright); }
.portal-takeback small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.portal-takeback strong { font: 600 21px/1.3 var(--font-display); }
.portal-takeback span { color: #b9d0d4; font-size: 13px; line-height: 1.55; }
@media (max-width: 900px) {
  .portal-redesign-head { grid-template-columns: 1fr; gap: 24px; }
  .portal-story,.portal-story-customer { grid-template-columns: 1fr; }
  .portal-story-customer .portal-story-copy { grid-column: 1; grid-row: 1; }
  .portal-story-customer .portal-story-visual { grid-column: 1; grid-row: 2; }
  .portal-customer-screen { grid-template-columns: 1fr; }
  .portal-thread { grid-template-columns: 1fr auto 1.2fr auto 1fr; }
  .portal-takeback { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 600px) {
  .portal-redesign-head h2 { font-size: 44px; }
  .portal-redesign-head > p { font-size: 16px; }
  .portal-story { margin-top: 38px; }
  .portal-story-copy { padding: 31px 22px; }
  .portal-story-copy h3 { font-size: 35px; }
  .portal-story-visual { padding: 12px; gap: 12px; }
  .portal-supplier-screens figure:first-child,.portal-supplier-screens figure:last-child { width: 100%; margin-left: 0; }
  .portal-story-visual figcaption { display: block; padding: 13px 14px; }
  .portal-story-visual figcaption span { margin-top: 6px; display: block; text-align: left; }
  .portal-thread { min-height: 0; padding: 20px; grid-template-columns: 1fr; gap: 8px; }
  .portal-thread i { transform: rotate(90deg); }
  .portal-customer-screen { padding: 12px; }
  .portal-takeback { padding: 24px 22px; }
  .portal-takeback strong { font-size: 19px; }
}
/* Wholesale page rhythm + connected execution rail */
.wholesale-flow-section { padding-bottom: 78px; }
.wholesale-flow-map { position: relative; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; padding-top: 32px; overflow: hidden; background: #071b21; }
.wholesale-flow-map::before { content: ""; position: absolute; top: 16px; right: 12.5%; left: 12.5%; height: 2px; background: #28525c; }
.wholesale-flow-map::after { content: ""; position: absolute; top: 10px; left: 12.5%; width: 70px; height: 13px; border-radius: 999px; background: linear-gradient(90deg,transparent,rgba(73,212,229,.45),var(--teal-bright)); filter: drop-shadow(0 0 8px rgba(73,212,229,.75)); animation: wholesaleRailX 4.8s cubic-bezier(.4,0,.2,1) infinite; }
.wholesale-flow-map > i { display: none; }
.wholesale-flow-map > div { position: relative; min-height: 174px; }
.wholesale-flow-map > div::before { content: ""; position: absolute; top: -22px; left: 50%; z-index: 2; width: 10px; height: 10px; background: #0b313a; border: 2px solid var(--teal-bright); border-radius: 50%; transform: translateX(-50%); }
.wholesale-flow-map strong { margin-top: 38px; }
@keyframes wholesaleRailX { 0% { left: 10%; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { left: 85%; opacity: 0; } }
.wholesale-product-proof { margin-top: 22px; padding: clamp(28px,4vw,44px); grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(30px,5vw,60px); color: var(--ink); background: #e8f4f3; border: 1px solid #a9cecf; border-top: 5px solid var(--teal-bright); }
.wholesale-product-proof .task-phones { min-height: 355px; }
.wholesale-product-proof .task-phone { max-height: 370px; }
.wholesale-product-proof > div:last-child > small { color: var(--teal-deep); }
.wholesale-product-proof h3 { color: var(--ink); }
.wholesale-product-proof p { color: #5f7378; }
.wholesale-product-proof .check-list li { color: #294149; }
.portal-redesign { color: var(--ink); background: #f3f5ef; }
.portal-redesign-head h2 { color: var(--ink); }
.portal-redesign-head > p { color: #5f7378; }
.portal-story { border-right: 1px solid #cdd8d6; border-bottom: 1px solid #cdd8d6; border-left: 1px solid #cdd8d6; }
.wholesale-final { background: #061c22; }
.wholesale-challenge { padding: clamp(34px,5vw,58px); background: #082f39; border: 1px solid #315963; border-left: 6px solid var(--teal-bright); }
.wholesale-challenge h2 { font-size: clamp(36px,4vw,55px); line-height: 1.02; }
.wholesale-challenge p { max-width: 760px; }
.wholesale-challenge-proof { margin-top: 24px; display: block; color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
@media (max-width: 980px) {
  .wholesale-flow-map { grid-template-columns: 1fr; padding: 0 0 0 34px; }
  .wholesale-flow-map::before { top: 9%; right: auto; bottom: 9%; left: 16px; width: 2px; height: auto; }
  .wholesale-flow-map::after { top: 8%; left: 10px; width: 13px; height: 62px; background: linear-gradient(180deg,transparent,rgba(73,212,229,.45),var(--teal-bright)); animation: wholesaleRailY 4.8s cubic-bezier(.4,0,.2,1) infinite; }
  .wholesale-flow-map > div::before { top: 50%; left: -24px; transform: translateY(-50%); }
  .wholesale-flow-map strong { margin-top: 24px; }
  .wholesale-product-proof { grid-template-columns: 1fr; }
}
@keyframes wholesaleRailY { 0% { top: 5%; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { top: 84%; opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .wholesale-flow-map::after { animation: none; opacity: 1; } }
@media (max-width: 600px) {
  .wholesale-flow-section { padding-bottom: 58px; }
  .wholesale-product-proof { padding: 26px 20px; }
  .wholesale-product-proof .task-phones { min-height: 330px; }
  .wholesale-challenge { padding: 30px 22px; }
  .wholesale-challenge h2 { font-size: 36px; }
}
/* Retail promise stack and concise store actions */
.retail-tools-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) {
  .retail-tools-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .retail-promise-band { display: block; padding: 16px 18px; }
  .retail-promise-band strong { display: block; margin-top: 7px; font-size: 17px; }
}
/* Wholesale portal conversion polish */
.portal-visual-sequence {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b5c9cd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}
.portal-visual-sequence i { color: var(--teal-bright); font-size: 18px; font-style: normal; }
.portal-supplier-screens { position: relative; display: block; min-height: 710px; padding: 36px; }
.portal-supplier-screens .portal-visual-sequence { margin-bottom: 28px; }
.portal-supplier-screens figure:first-of-type { width: 93%; margin: 0; }
.portal-supplier-screens figure:last-of-type { position: relative; z-index: 2; width: 86%; margin: -28px 0 0 auto; }
.portal-story-visual figcaption b { font-size: 10px; }
.portal-story-visual figcaption span { font-size: 12px; }
.portal-story-customer .portal-story-copy h3 em { color: var(--teal-deep); font-style: normal; }
.portal-customer-screen { position: relative; display: block; min-height: 690px; padding: 38px; }
.customer-screen-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
}
.customer-screen-flow span { padding: 9px 11px; background: #0d3a44; border: 1px solid #38616a; }
.customer-screen-flow i { color: var(--teal-bright); font-size: 20px; font-style: normal; }
.portal-customer-screen .customer-order-screen { width: 82%; margin: 46px 0 0; }
.portal-customer-screen .customer-receipt-screen { position: absolute; z-index: 3; top: 118px; right: 30px; width: 30%; margin: 0; border-color: var(--teal-bright); box-shadow: 0 25px 55px rgba(0,0,0,.48); }
.customer-no-app {
  position: absolute;
  right: 38px;
  bottom: 34px;
  left: 38px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  color: #06242c;
  background: var(--teal-bright);
}
.customer-no-app strong { font-size: 12px; letter-spacing: .12em; }
.customer-no-app span { font-size: 13px; }
@media (max-width: 900px) {
  .portal-supplier-screens { min-height: 0; display: grid; padding: 24px; }
  .portal-supplier-screens figure:first-of-type,.portal-supplier-screens figure:last-of-type { position: static; width: 100%; margin: 0; }
  .portal-customer-screen { min-height: 0; display: grid; grid-template-columns: 1fr; gap: 16px; padding: 24px; }
  .portal-customer-screen .customer-order-screen,.portal-customer-screen .customer-receipt-screen { position: static; width: 100%; margin: 0; }
  .portal-customer-screen .customer-receipt-screen { width: min(100%,380px); justify-self: center; }
  .customer-no-app { position: static; }
}
@media (max-width: 600px) {
  .portal-visual-sequence,.customer-screen-flow { flex-wrap: wrap; justify-content: flex-start; gap: 8px; }
  .portal-visual-sequence i,.customer-screen-flow i { font-size: 15px; }
  .customer-no-app { display: block; }
  .customer-no-app span { display: block; margin-top: 6px; }
}
/* Wholesale scan-ready receiving handoff */
.portal-receive-bridge { margin: 24px 0; display: grid; grid-template-columns: minmax(250px,.55fr) minmax(0,1.45fr); align-items: center; overflow: hidden; color: white; background: #082b34; border: 1px solid #31515a; border-left: 5px solid var(--teal-bright); }
.portal-receive-bridge figure { height: 440px; margin: 0; padding: 22px; display: flex; justify-content: center; overflow: hidden; background: #061c22; }
.portal-receive-bridge img { width: auto; max-width: 100%; height: 100%; display: block; object-fit: contain; }
.portal-receive-copy { padding: clamp(30px,4vw,52px); }
.portal-receive-copy > small { color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.portal-receive-copy h3 { max-width: 650px; margin: 25px 0 18px; font: 600 clamp(34px,4vw,52px)/1 var(--font-display); letter-spacing: -.045em; }
.portal-receive-copy p { max-width: 660px; margin: 0; color: #b6c9cd; font-size: 16px; line-height: 1.65; }
.portal-receive-copy > div { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.portal-receive-copy span { padding: 9px 11px; color: #06242c; background: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
@media (max-width: 900px) {
  .portal-receive-bridge { grid-template-columns: 1fr; }
  .portal-receive-bridge figure { height: 410px; }
}
/* Automation control-flow redesign */
.automation-layer.automation-layer-v2 { position: relative; grid-template-columns: minmax(0,1fr) 54px minmax(0,1.12fr) 54px minmax(0,1fr); gap: 13px; margin-top: 26px; padding: 34px; overflow: hidden; background: radial-gradient(circle at 50% 40%,rgba(38,190,209,.14),transparent 32%),#04171c; border-top: 4px solid var(--teal-bright); }
.automation-node { position: relative; min-height: 190px; padding: 26px 24px; overflow: hidden; background: #0a2931; border: 1px solid #31545d; }
.automation-node::after { content: attr(data-step); position: absolute; right: 13px; top: 6px; color: rgba(111,165,176,.16); font: 700 65px/1 var(--font-display); }
.automation-node > small { position: relative; z-index: 1; color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.automation-node h3 { position: relative; z-index: 1; max-width: 300px; margin: 48px 0 12px; color: white; font: 600 clamp(22px,2vw,29px)/1.05 var(--font-display); letter-spacing: -.035em; }
.automation-node p { position: relative; z-index: 1; margin: 0; color: #a6bbc0; font-size: 12px; line-height: 1.55; }
.automation-node.automation-odin { background: linear-gradient(145deg,#0b4d5b,#0c3540); border: 1px solid var(--teal-bright); box-shadow: 0 0 0 5px rgba(46,196,214,.08),0 20px 42px rgba(0,0,0,.3); }
.automation-node.automation-odin::after { color: rgba(87,226,240,.15); }
.automation-layer.automation-layer-v2 > .automation-link { width: 42px; height: 42px; display: grid; place-items: center; justify-self: center; color: #04171c; background: var(--teal-bright); border-radius: 50%; font-size: 23px; box-shadow: 0 0 0 7px rgba(46,196,214,.08); }
.automation-output .automation-destinations { position: relative; z-index: 1; margin-top: 28px; }
.automation-layer.automation-layer-v2 .automation-destinations span { padding: 11px 7px; color: #d7f5f8; background: #0d3540; border-color: #3b6470; }
.automation-layer-takeaway { grid-column: 1 / -1; padding: 24px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; border-top: 1px solid #31545d; }
.automation-layer-takeaway small { color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.automation-layer-takeaway strong { color: white; font: 600 clamp(22px,2.4vw,31px)/1.1 var(--font-display); letter-spacing: -.035em; }
@media (max-width: 900px) {
  .automation-layer.automation-layer-v2 { grid-template-columns: 1fr; padding: 24px; text-align: left; }
  .automation-layer.automation-layer-v2 > .automation-link { transform: rotate(90deg); }
  .automation-node { min-height: 180px; }
  .automation-layer-takeaway { grid-column: auto; grid-template-columns: 1fr; gap: 9px; }
}
/* Retail Store App: mobile disclosure, desktop expanded */
.retail-tools-disclosure > summary { display: none; }
.retail-tools-disclosure-content { display: block !important; }
@media (max-width: 760px) {
  .retail-store-tools { padding: 28px 0; }
  .retail-tools-disclosure > summary { min-height: 82px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: #082b34; border-left: 4px solid var(--teal-bright); cursor: pointer; list-style: none; }
  .retail-tools-disclosure > summary::-webkit-details-marker { display: none; }
  .retail-tools-disclosure > summary small,.retail-tools-disclosure > summary strong { display: block; }
  .retail-tools-disclosure > summary small { color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
  .retail-tools-disclosure > summary strong { margin-top: 7px; font: 600 20px/1.2 var(--font-display); }
  .retail-tools-disclosure > summary i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: #05232b; background: var(--teal-bright); border-radius: 50%; font: 400 24px/1 var(--font-display); transition: transform .2s ease; }
  .retail-tools-disclosure[open] > summary i { transform: rotate(45deg); }
  .retail-tools-disclosure-content { display: block; padding-top: 42px; }
  .retail-tools-disclosure:not([open]) > .retail-tools-disclosure-content { display: none !important; }
}
/* Wholesale solution flow: mobile disclosure, desktop expanded */
.wholesale-flow-disclosure > summary { display: none; }
.wholesale-flow-disclosure-content { display: block !important; }
@media (max-width: 760px) {
  .wholesale-flow-section { padding: 28px 0; }
  .wholesale-flow-disclosure > summary { min-height: 92px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: #0b3a45; border-left: 4px solid var(--teal-bright); cursor: pointer; list-style: none; }
  .wholesale-flow-disclosure > summary::-webkit-details-marker { display: none; }
  .wholesale-flow-disclosure > summary small,.wholesale-flow-disclosure > summary strong { display: block; }
  .wholesale-flow-disclosure > summary small { color: var(--teal-bright); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
  .wholesale-flow-disclosure > summary strong { max-width: 255px; margin-top: 7px; font: 600 19px/1.2 var(--font-display); }
  .wholesale-flow-disclosure > summary i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: #05232b; background: var(--teal-bright); border-radius: 50%; font: 400 24px/1 var(--font-display); transition: transform .2s ease; }
  .wholesale-flow-disclosure[open] > summary i { transform: rotate(45deg); }
  .wholesale-flow-disclosure-content { display: block; padding-top: 42px; }
  .wholesale-flow-disclosure:not([open]) > .wholesale-flow-disclosure-content { display: none !important; }
}