:root {
  --navy-950: #001421;
  --navy-900: #031d2d;
  --navy-800: #082d40;
  --teal-500: #09a9ae;
  --teal-400: #19c2c5;
  --teal-100: #dff7f6;
  --ink: #071923;
  --muted: #53646c;
  --paper: #ffffff;
  --mist: #f4f7f7;
  --line: #dfe8e9;
  --shell: 1240px;
  --shadow: 0 20px 60px rgba(0, 20, 33, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; background: white; color: var(--navy-950); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--teal-400); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; color: white; background: rgba(0, 20, 33, .96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 185px; }
.brand img { width: 52px; height: 32px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand b { font-size: 17px; letter-spacing: -.03em; }
.brand small { margin-top: 6px; color: #a9bbc3; font-size: 7.5px; letter-spacing: .18em; }
.site-nav { min-width: 0; flex: 1; display: flex; justify-content: center; align-items: center; gap: clamp(11px, 1.35vw, 20px); font-size: 11.5px; font-weight: 650; }
.site-nav a { color: #d6e1e5; transition: color .2s ease; }
.site-nav a:hover { color: var(--teal-400); }
.site-nav a[aria-current="page"] { color: var(--teal-400); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 760; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #078f9a, #0db7b8); box-shadow: 0 12px 30px rgba(9,169,174,.23); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(9,169,174,.34); }
.button-secondary { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.04); }
.nav-cta { min-height: 46px; padding-inline: 16px; white-space: nowrap; }
.header-phone { display: inline-flex; align-items: center; gap: 6px; color: #d6e1e5; font-size: 11.5px; font-weight: 760; white-space: nowrap; }
.header-phone span { color: var(--teal-400); font-size: 14px; }
.header-phone:hover, .footer-phone:hover { color: var(--teal-400); }
.mobile-call { display: none; }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; margin-left: auto; padding: 8px; border: 0; background: transparent; color: white; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { min-height: 720px; padding-top: 82px; color: white; background: radial-gradient(circle at 24% 34%, rgba(10, 116, 127, .18), transparent 35%), linear-gradient(120deg, var(--navy-950), #00111c); overflow: hidden; }
.hero-grid { min-height: 638px; display: grid; grid-template-columns: 46% 54%; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 72px 52px 70px 0; }
.eyebrow { margin: 0 0 18px; color: var(--teal-400); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 680px; margin: 0; font-size: clamp(45px, 5vw, 67px); line-height: 1.03; letter-spacing: -.045em; }
h1 em { color: var(--teal-400); font-style: normal; }
.hero-lede { max-width: 610px; margin: 24px 0 0; color: #bfced4; font-size: clamp(16px, 1.45vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-primary-cta { display: grid; gap: 8px; justify-items: center; }
.hero-primary-cta small { color: #9fb5bd; font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 44px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.hero-trust li { position: relative; display: grid; grid-template-columns: 34px 1fr; padding: 24px 18px 0 0; }
.hero-trust li + li { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-trust span { grid-row: 1 / 3; display: grid; place-items: center; width: 26px; height: 26px; color: var(--teal-400); border: 1px solid rgba(25,194,197,.5); border-radius: 50%; }
.hero-trust b { font-size: 12px; }
.hero-trust small { margin-top: 2px; color: #8fa6b1; font-size: 10px; }
.hero-visual { position: relative; min-width: 0; margin: 0; clip-path: polygon(10% 0,100% 0,100% 100%,0 100%); background: var(--navy-800); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,20,33,.25), transparent 24%), linear-gradient(0deg, rgba(0,20,33,.24), transparent 40%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.industry-labels { position: absolute; inset: 0; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); pointer-events: none; }
.industry-labels span { align-self: end; padding: 0 12px 18px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; text-shadow: 0 2px 7px rgba(0,0,0,.8); }

@media (max-width: 1040px) {
  .site-nav { display: none; }
  .nav-toggle { display: block; }
  .site-nav[data-open="true"] { position: absolute; inset: 82px 0 auto; display: grid; justify-content: stretch; gap: 0; padding: 12px 20px 22px; background: var(--navy-950); border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav[data-open="true"] a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav[data-open="true"] .mobile-call { display: block; color: var(--teal-400); font-weight: 800; }
  .header-phone { display: none; }
  .hero-grid { width: 100%; grid-template-columns: 1fr; }
  .hero-copy { width: min(calc(100% - 40px), 760px); margin-inline: auto; padding: 70px 0 50px; }
  .hero-visual { min-height: 520px; clip-path: none; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { height: 72px; }
  .brand { min-width: auto; }
  .brand img { width: 45px; }
  .brand b { font-size: 15px; }
  .brand small { display: none; }
  .nav-cta { display: none; }
  .site-nav[data-open="true"] { inset-block-start: 72px; }
  .hero { padding-top: 72px; }
  .hero-copy { width: min(calc(100% - 28px), 760px); padding: 52px 0 42px; }
  h1 { font-size: clamp(40px, 13.7vw, 56px); }
  .hero-actions .button { width: 100%; }
  .hero-primary-cta { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; }
  .hero-trust li, .hero-trust li + li { padding: 0; border: 0; }
  .hero-visual { min-height: 360px; }
  .industry-labels span { padding: 0 7px 10px; font-size: 7px; }
}

/* Homepage visual correction — compact mockup-led presentation */
.homepage-compact { background: white; }
.hero-corrected { min-height: 582px; padding-top: 82px; }
.hero-corrected-grid { min-height: 500px; display: grid; grid-template-columns: 44% 56%; align-items: stretch; }
.hero-corrected .hero-copy { align-self: center; padding: 46px 48px 42px 0; }
.hero-corrected h1 { max-width: 600px; font-size: clamp(44px, 4.25vw, 61px); }
.hero-corrected .hero-lede { max-width: 540px; margin-top: 20px; font-size: 16px; }
.hero-actions-corrected { align-items: flex-start; margin-top: 27px; }
.hero-actions-corrected .hero-primary-cta .button { min-width: 174px; min-height: 52px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.hero-benefits li { display: inline-flex; align-items: center; gap: 8px; color: #dce6e9; font-size: 11px; font-weight: 760; }
.hero-benefits span { color: var(--teal-400); font-size: 16px; }
.hero-mosaic-corrected { position: relative; display: grid; grid-template-columns: repeat(24, 1fr); grid-template-rows: repeat(2, 1fr); overflow: hidden; background: var(--navy-800); border-left: 1px solid rgba(255,255,255,.12); }
.hero-mosaic-corrected::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,20,33,.15), transparent 20%), linear-gradient(0deg, rgba(0,20,33,.18), transparent 35%); }
.hero-mosaic-label { position: relative; z-index: 1; align-self: stretch; display: flex; align-items: flex-end; gap: 9px; min-width: 0; padding: 17px 14px; color: white; background-color: var(--navy-800); background-image: linear-gradient(0deg, rgba(0,20,33,.4), transparent 48%), url('/assets/hero-industry-mosaic-v2.jpg'); background-repeat: no-repeat; text-shadow: 0 2px 10px rgba(0,0,0,.75); }
.hero-mosaic-label i { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; color: var(--teal-400); border: 1px solid rgba(25,194,197,.76); border-radius: 50%; font-size: 11px; font-style: normal; text-shadow: none; }
.hero-mosaic-label b { font-size: 11px; line-height: 1.15; }
.hero-mosaic-restaurant { grid-column: 1 / span 12; grid-row: 1; background-position: 0 0; background-size: 200% 200%; }
.hero-mosaic-warehouse { grid-column: 13 / span 12; grid-row: 1; background-position: 100% 0; background-size: 200% 200%; }
.hero-mosaic-import { grid-column: 1 / span 8; grid-row: 2; background-position: 0 100%; background-size: 300% 200%; }
.hero-mosaic-construction { grid-column: 9 / span 7; grid-row: 2; background-position: 50% 100%; background-size: 300% 200%; }
.hero-mosaic-professional { grid-column: 16 / span 9; grid-row: 2; background-position: 100% 100%; background-size: 300% 200%; }

.compact-section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.compact-section-grid { display: grid; grid-template-columns: 214px minmax(0, 1fr); gap: 26px; align-items: stretch; }
.compact-solutions .compact-section-grid { display: block; }
.compact-intro { align-self: center; padding-right: 10px; }
.compact-intro .eyebrow { margin-bottom: 11px; font-size: 9px; }
.compact-intro h2 { margin: 0; font-size: 27px; line-height: 1.08; letter-spacing: -.04em; }
.compact-intro > a { display: inline-flex; gap: 7px; margin-top: 19px; color: #067f84; font-size: 11px; font-weight: 850; }
.solution-heading-row { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(380px, 1.2fr); gap: 64px; align-items: end; margin-bottom: 22px; }
.solution-heading-row .eyebrow { margin-bottom: 9px; font-size: 9px; }
.solution-heading-row h2 { margin: 0; font-size: clamp(29px, 3vw, 39px); line-height: 1.03; letter-spacing: -.045em; }
.solution-heading-row > p { max-width: 610px; margin: 0 0 4px auto; color: #30454e; font-size: 13px; line-height: 1.55; }
.compact-solution-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.compact-solution-card { min-width: 0; min-height: 242px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px 21px 21px; text-align: left; background: white; border: 1px solid var(--line); border-radius: 5px; box-shadow: 0 7px 22px rgba(0,20,33,.04); transition: transform .2s ease, box-shadow .2s ease; }
.compact-solution-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(0,20,33,.1); }
.compact-line-icon { width: 43px; height: 43px; display: block; flex: 0 0 auto; }
.compact-line-icon img { width: 100%; height: 100%; object-fit: contain; filter: invert(42%) sepia(75%) saturate(662%) hue-rotate(132deg) brightness(89%) contrast(94%); }
.compact-solution-card h3 { max-width: 12ch; margin: 18px 0 9px; font-size: 17px; line-height: 1.15; letter-spacing: -.025em; }
.compact-solution-card p { flex: 1; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.compact-solution-card a { margin-top: 16px; color: #07878b; font-size: 10.5px; font-weight: 850; }
.solution-view-all { margin: 16px 0 0; text-align: right; }
.solution-view-all a { color: #067f84; font-size: 10px; font-weight: 850; }

.compact-industries { background: #f7f9f9; }
.compact-industry-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 5px; }
.compact-industry-card { position: relative; min-width: 0; min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 7px; overflow: hidden; padding: 14px 7px; color: white; text-align: center; background-color: var(--navy-900); background-image: linear-gradient(0deg, rgba(0,20,33,.92), rgba(0,20,33,.06) 78%), url('/assets/hero-industry-mosaic-v2.jpg'); background-size: 300% 200%; border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.13); transition: transform .2s ease; }
.compact-industry-card:hover { transform: translateY(-3px); }
.compact-industry-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(9,169,174,.16)); }
.compact-industry-card span, .compact-industry-card b { position: relative; z-index: 1; }
.compact-industry-card span { color: var(--teal-400); font-size: 19px; }
.compact-industry-card b { font-size: 10px; line-height: 1.15; }
.compact-industry-card.industry-restaurant { background-position: 0 0; }
.compact-industry-card.industry-warehouse { background-position: 100% 0; }
.compact-industry-card.industry-import { background-position: 0 100%; }
.compact-industry-card.industry-construction { background-position: 50% 100%; }
.compact-industry-card.industry-pro { background-position: 100% 100%; }
.compact-industry-card.industry-retail,
.compact-industry-card.industry-logistics { background-image: linear-gradient(0deg, rgba(0,20,33,.92), rgba(0,20,33,.08) 78%), url('/assets/business-mosaic.jpg'); }
.compact-industry-card.industry-retail { background-position: 100% 100%; }
.compact-industry-card.industry-logistics { background-position: 88% 10%; }
.compact-industry-card.industry-more { background-image: radial-gradient(circle at 72% 20%, rgba(9,169,174,.3), transparent 35%), linear-gradient(145deg, var(--navy-800), var(--navy-950)); }

.compact-why { padding-top: 44px; background: white; }
.why-compact-grid { display: grid; grid-template-columns: 275px minmax(0, 1fr); gap: 36px; align-items: stretch; }
.why-compact-copy .eyebrow { margin-bottom: 10px; font-size: 9px; }
.why-compact-copy h2 { margin: 0; font-size: 28px; line-height: 1.08; letter-spacing: -.04em; }
.compact-check-list { display: grid; gap: 6px; margin: 17px 0 0; padding: 0; list-style: none; }
.compact-check-list li { position: relative; padding-left: 20px; color: #334850; font-size: 11px; font-weight: 700; }
.compact-check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 13px; height: 13px; display: grid; place-items: center; color: white; background: #078d91; border-radius: 50%; font-size: 8px; }
.why-compact-copy > a { display: inline-flex; gap: 7px; margin-top: 18px; color: #067f84; font-size: 10px; font-weight: 850; }
.compact-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.compact-stat-grid article { min-width: 0; min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 21px 14px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 5px; box-shadow: 0 8px 25px rgba(0,20,33,.06); }
.compact-stat-grid span { width: 46px; height: 46px; display: grid; place-items: center; color: #078d91; border: 1px solid #79c8c9; border-radius: 50%; font-size: 18px; }
.compact-stat-grid strong { margin-top: 18px; font-size: clamp(21px, 2.3vw, 32px); line-height: 1; letter-spacing: -.04em; }
.compact-stat-grid p { margin: 9px 0 0; color: var(--muted); font-size: 10px; font-weight: 760; }
.compact-requirements { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 28px; align-items: center; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.compact-requirements > p { display: grid; gap: 4px; margin: 0; }
.compact-requirements > p b { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.compact-requirements > p span { color: var(--muted); font-size: 9px; line-height: 1.4; }
.compact-requirement-list { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.compact-requirement-list > span { min-width: 0; display: grid; gap: 4px; padding: 8px 15px; color: var(--muted); border-right: 1px solid var(--line); font-size: 9px; font-weight: 700; line-height: 1.2; }
.compact-requirement-list b { color: var(--ink); font-size: 18px; }

.compact-cta { padding: 26px 0 34px; background: white; }
.compact-cta-panel { min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 28px 36px; color: white; background: radial-gradient(circle at 78% 30%, rgba(9,169,174,.24), transparent 26%), var(--navy-950); border-radius: 6px; }
.compact-cta-panel .eyebrow { margin-bottom: 8px; color: var(--teal-400); font-size: 9px; }
.compact-cta-panel h2 { margin: 0; color: white; font-size: clamp(24px, 3vw, 37px); line-height: 1.05; letter-spacing: -.04em; }
.compact-cta-panel p:not(.eyebrow) { max-width: 650px; margin: 10px 0 0; color: #aebfc6; font-size: 11px; }
.compact-cta-action { flex: 0 0 auto; display: grid; gap: 8px; justify-items: center; }
.compact-cta-action .button { min-width: 174px; }
.compact-cta-action small { color: #9fb4bd; font-size: 9px; font-weight: 750; letter-spacing: .05em; }

@media (max-width: 1180px) {
  .compact-section-grid { grid-template-columns: 180px minmax(0, 1fr); gap: 18px; }
  .compact-solution-grid { grid-template-columns: repeat(3, 1fr); }
  .compact-solution-card { padding-inline: 21px; }
  .compact-industry-grid { grid-template-columns: repeat(4, 1fr); }
  .compact-industry-card { min-height: 115px; }
}

@media (max-width: 1040px) {
  .hero-corrected-grid { width: 100%; grid-template-columns: 1fr; }
  .hero-corrected .hero-copy { width: min(calc(100% - 40px), 760px); margin-inline: auto; padding: 52px 0 42px; }
  .hero-mosaic-corrected { min-height: 390px; }
  .compact-section-grid { grid-template-columns: 1fr; }
  .compact-intro { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 24px; }
  .compact-intro .eyebrow { grid-column: 1 / -1; }
  .compact-intro > a { margin: 0 0 4px; }
  .why-compact-grid { grid-template-columns: 1fr; }
  .why-compact-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; }
  .why-compact-copy .eyebrow, .why-compact-copy h2 { grid-column: 1; }
  .compact-check-list { grid-column: 2; grid-row: 1 / span 3; margin-top: 0; }
  .why-compact-copy > a { grid-column: 1; }
}

@media (max-width: 760px) {
  .hero-corrected h1 { font-size: clamp(39px, 12vw, 54px); }
  .hero-mosaic-corrected { min-height: 340px; }
  .hero-mosaic-label { padding: 11px 8px; }
  .hero-mosaic-label i { width: 21px; height: 21px; font-size: 9px; }
  .hero-mosaic-label b { font-size: 8px; }
  .compact-section { padding: 32px 0; }
  .solution-heading-row { grid-template-columns: 1fr; gap: 14px; margin-bottom: 20px; }
  .solution-heading-row > p { max-width: 540px; margin: 0; }
  .compact-intro { display: block; }
  .compact-intro h2 { max-width: 440px; }
  .compact-intro > a { margin-top: 13px; }
  .compact-solution-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 76%; overflow-x: auto; padding: 2px 0 10px; scroll-snap-type: x mandatory; }
  .compact-solution-card { min-height: 236px; scroll-snap-align: start; }
  .compact-industry-grid { grid-template-columns: repeat(4, 1fr); }
  .compact-industry-card { min-height: 110px; }
  .why-compact-copy { display: block; }
  .compact-check-list { margin-top: 17px; }
  .compact-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .compact-stat-grid article { min-height: 164px; }
  .compact-requirements { grid-template-columns: 1fr; gap: 15px; }
  .compact-cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .hero-corrected { padding-top: 72px; }
  .hero-corrected .hero-copy { width: min(calc(100% - 28px), 760px); padding: 42px 0 34px; }
  .hero-actions-corrected { display: grid; }
  .hero-actions-corrected .hero-primary-cta,
  .hero-actions-corrected .button { width: 100%; }
  .hero-benefits { gap: 12px 18px; margin-top: 22px; padding-top: 18px; }
  .hero-benefits li { font-size: 9px; }
  .hero-mosaic-corrected { min-height: 286px; }
  .hero-mosaic-label { gap: 5px; padding: 8px 5px; }
  .hero-mosaic-label i { display: none; }
  .hero-mosaic-label b { font-size: 7px; }
  .compact-solution-grid { grid-auto-columns: 83%; }
  .compact-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .compact-industry-card { min-height: 104px; }
  .compact-stat-grid { gap: 8px; }
  .compact-stat-grid article { min-height: 150px; padding: 16px 8px; }
  .compact-stat-grid span { width: 39px; height: 39px; }
  .compact-requirement-list { grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
  .compact-requirement-list > span { min-height: 72px; justify-content: center; border-bottom: 1px solid var(--line); }
  .compact-cta-panel { padding: 26px 22px; }
  .compact-cta-action, .compact-cta-action .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


.trust-strip { color: white; background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.09); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 132px; display: flex; align-items: center; gap: 16px; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.09); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.trust-grid span { color: var(--teal-400); font-size: 12px; font-weight: 850; }
.trust-grid p { display: grid; gap: 5px; margin: 0; }
.trust-grid b { font-size: 14px; }
.trust-grid small { color: #94a9b2; font-size: 11px; line-height: 1.5; }
.qualification-section { padding: 72px 0; background: white; border-bottom: 1px solid var(--line); }
.qualification-shell { display: grid; grid-template-columns: .8fr 1.45fr; column-gap: 70px; align-items: end; }
.qualification-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.04; letter-spacing: -.04em; }
.qualification-heading > p:not(.eyebrow) { max-width: 480px; margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.requirement-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.requirement-grid article { min-height: 168px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: var(--mist); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.requirement-grid span { color: #078f94; font-size: 10px; font-weight: 850; }
.requirement-grid strong { margin-top: auto; font-size: clamp(24px, 2.5vw, 34px); line-height: 1; letter-spacing: -.04em; }
.requirement-grid p { margin: 9px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.35; }
.qualification-action { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.qualification-action p { max-width: 760px; margin: 0; color: var(--muted); font-size: 12px; }
.qualification-action .button { flex: 0 0 auto; }
.section { padding: 104px 0; scroll-margin-top: 80px; }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .why h2, .cta-panel h2 { margin: 0; font-size: clamp(34px, 4.3vw, 55px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p, .split-heading > p, .centered-heading > p, .why-copy > p, .cta-panel p { color: var(--muted); font-size: 16px; }
.section-heading .eyebrow, .why-copy .eyebrow, .cta-panel .eyebrow { color: #068d92; font-size: 11px; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; }
.split-heading > p { max-width: 570px; margin: 0 0 4px; }
.centered-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.centered-heading h2 { margin-inline: auto; }
.centered-heading > p { margin: 20px auto 0; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { min-height: 306px; display: flex; flex-direction: column; padding: 34px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .22s ease, box-shadow .22s ease; }
.solution-card:hover { position: relative; z-index: 2; transform: translateY(-4px); box-shadow: var(--shadow); }
.line-icon { width: 46px; height: 46px; display: grid; place-items: center; color: #068d92; border: 1px solid #7bc9ca; border-radius: 50%; font-size: 19px; font-weight: 700; }
.solution-card h3 { max-width: 12ch; margin: 28px 0 10px; font-size: 21px; line-height: 1.17; letter-spacing: -.025em; }
.solution-card p { flex: 1; margin: 0; color: var(--muted); font-size: 14px; }
.solution-card a { align-self: flex-start; margin-top: 24px; color: #067f84; font-size: 13px; font-weight: 800; }
.solution-card a:hover { color: var(--navy-950); }
.section-link { margin: 28px 0 0; text-align: right; }
.section-link a { color: #067f84; font-size: 13px; font-weight: 850; }
.section-link-dark a { color: var(--teal-400); }
.industries { background: var(--mist); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.industry-card { position: relative; min-height: 240px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 24px; color: white; background-color: var(--navy-900); background-image: linear-gradient(0deg, rgba(0,20,33,.92), rgba(0,20,33,.05) 70%), url('/assets/business-mosaic.jpg'); background-size: 300% 200%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.industry-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent, rgba(9,169,174,.18)); opacity: 0; transition: opacity .25s ease; }
.industry-card:hover::before { opacity: 1; }
.industry-card h3, .industry-card p, .industry-card > span { position: relative; z-index: 1; }
.industry-card h3 { margin: 0; font-size: 18px; }
.industry-card p { max-height: 0; margin: 8px 0 0; overflow: hidden; color: #c4d1d6; font-size: 12px; opacity: 0; transition: max-height .25s ease, opacity .25s ease; }
.industry-card:hover p, .industry-card:focus-within p { max-height: 70px; opacity: 1; }
.industry-restaurant { background-position: 0 0; }
.industry-warehouse { background-position: 50% 0; }
.industry-import { background-position: 100% 0; }
.industry-construction { background-position: 0 100%; }
.industry-pro { background-position: 50% 100%; }
.industry-retail { background-position: 100% 100%; }
.industry-logistics { background-position: 88% 10%; }
.industry-more { justify-content: center; background-image: radial-gradient(circle at 70% 20%, rgba(9,169,174,.28), transparent 36%), linear-gradient(145deg, var(--navy-800), var(--navy-950)); }
.industry-more > span { display: block; margin-bottom: 18px; color: var(--teal-400); font-size: 36px; font-weight: 200; }
.industry-more p { max-height: none; opacity: 1; }
.process { color: white; background: var(--navy-950); }
.process .eyebrow { color: var(--teal-400); }
.process h2 { color: white; }
.process .centered-heading > p { color: #a9bbc3; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; top: 29px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, transparent, var(--teal-500) 12%, var(--teal-500) 88%, transparent); }
.process-grid li { position: relative; padding: 0 30px; text-align: center; }
.process-grid span { position: relative; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--teal-400); background: var(--navy-950); border: 1px solid var(--teal-500); border-radius: 50%; font-size: 12px; font-weight: 850; }
.process-grid h3 { margin: 0 0 10px; font-size: 20px; }
.process-grid p { margin: 0; color: #9fb2bb; font-size: 13px; }
.why { background: white; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.why-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 0; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; font-size: 14px; font-weight: 720; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 18px; height: 18px; display: grid; place-items: center; color: white; background: #078f94; border-radius: 50%; font-size: 10px; }
.why-panels { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-panels article { min-height: 230px; padding: 30px; background: var(--mist); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-panels span { color: #078f94; font-size: 11px; font-weight: 850; }
.why-panels h3 { margin: 42px 0 8px; font-size: 20px; }
.why-panels p { margin: 0; color: var(--muted); font-size: 13px; }
.resources { background: var(--mist); }
.resource-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.resource-feature { min-height: 430px; display: flex; flex-direction: column; justify-content: end; padding: 38px; color: white; background: radial-gradient(circle at 70% 20%, rgba(9,169,174,.32), transparent 35%), linear-gradient(145deg, var(--navy-800), var(--navy-950)); }
.resource-tag, .resource-feature > span { color: var(--teal-400); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.resource-feature h3 { max-width: 11ch; margin: 15px 0 14px; font-size: 36px; line-height: 1.05; letter-spacing: -.035em; }
.resource-feature p:not(.resource-tag) { margin: 0 0 30px; color: #b4c4ca; }
.resource-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.resource-list article, .resource-list > a { min-height: 135px; display: flex; flex-direction: column; justify-content: end; padding: 24px; background: white; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.resource-list > a:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,20,33,.1); }
.resource-list span { color: #078f94; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.resource-list h3 { margin: 9px 0 0; font-size: 17px; line-height: 1.2; }
.cta-section { padding: 36px 0 100px; background: var(--mist); }
.cta-panel { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 54px 64px; color: white; background: radial-gradient(circle at 82% 20%, rgba(9,169,174,.34), transparent 29%), var(--navy-950); }
.cta-panel .eyebrow { color: var(--teal-400); }
.cta-panel h2 { color: white; }
.cta-panel p:not(.eyebrow) { max-width: 600px; margin: 18px 0 0; color: #adbec5; }
.cta-panel .button { flex: 0 0 auto; min-width: 190px; }
.site-footer { padding: 72px 0 28px; color: #b3c3c9; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.footer-brand .brand { color: white; }
.footer-brand > p { max-width: 410px; margin: 24px 0 0; font-size: 13px; }
.footer-phone { display: inline-flex; margin-top: 18px; color: white; font-size: 14px; font-weight: 800; }
.footer-grid h2 { margin: 0 0 18px; color: white; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid > div:not(.footer-brand) a { font-size: 12px; }
.footer-grid a:hover { color: var(--teal-400); }
.footer-legal { display: grid; grid-template-columns: .6fr 2fr; gap: 50px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-legal p { margin: 0; color: #7f969f; font-size: 10px; line-height: 1.6; }
.legal-hero { padding: 168px 0 72px; color: white; background: radial-gradient(circle at 80% 14%, rgba(9,169,174,.24), transparent 28%), linear-gradient(120deg, var(--navy-950), #062b3c); }
.legal-hero-inner { max-width: 920px; }
.legal-hero .eyebrow { color: var(--teal-400); }
.legal-hero h1 { max-width: 860px; margin: 14px 0 20px; font-size: clamp(42px, 7vw, 70px); }
.legal-hero h1 + p { max-width: 740px; margin: 0; color: #bfd0d6; font-size: 18px; }
.legal-hero .legal-updated { margin: 28px 0 0; color: #8fabb4; font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; align-items: start; gap: 74px; padding-block: 72px 110px; }
.legal-index { position: sticky; top: 112px; display: flex; flex-direction: column; gap: 9px; padding: 20px; background: var(--mist); border: 1px solid var(--line); border-radius: 6px; }
.legal-index p { margin: 0 0 8px; color: var(--navy-950); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.legal-index a { color: #62767e; font-size: 12px; line-height: 1.35; }
.legal-index a:hover, .legal-index a:focus-visible { color: #067f84; }
.legal-content { min-width: 0; }
.legal-content .legal-lead { margin: 0 0 46px; color: var(--navy-800); font-size: 19px; line-height: 1.75; }
.legal-content section { scroll-margin-top: 120px; padding: 42px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; color: var(--navy-950); font-size: clamp(25px, 3vw, 32px); letter-spacing: -.025em; }
.legal-content h3 { margin: 30px 0 10px; color: var(--navy-800); font-size: 18px; }
.legal-content p, .legal-content li, .legal-content address { color: var(--muted); font-size: 16px; line-height: 1.75; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul { margin: 12px 0 22px; padding-left: 22px; }
.legal-content li { margin: 7px 0; padding-left: 3px; }
.legal-content a { color: #067f84; font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-contact { padding: 38px !important; background: var(--mist); border: 1px solid var(--line) !important; border-radius: 6px; }
.legal-contact address { margin: 0 0 18px; font-style: normal; }
.legal-crosslink { margin-top: 34px !important; padding: 22px 26px; background: #f6fbfb; border-left: 3px solid var(--teal-500); }
.application-preview { min-height: 100vh; display: grid; align-content: center; gap: 80px; padding-block: 60px; }
.application-preview .brand { color: var(--navy-950); }
.application-preview h1 { max-width: 800px; color: var(--navy-950); }
.application-preview div > p:not(.eyebrow) { max-width: 700px; margin: 22px 0 30px; color: var(--muted); }

.page-hero { padding: 176px 0 96px; color: white; background: radial-gradient(circle at 78% 20%, rgba(9,169,174,.25), transparent 28%), linear-gradient(120deg, var(--navy-950), #062b3c); }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .55fr; gap: 100px; align-items: end; }
.page-hero h1 { max-width: 820px; }
.page-hero h1 + p { max-width: 720px; margin: 25px 0 32px; color: #bfd0d6; font-size: 18px; }
.page-hero-aside { padding: 30px 0 4px 34px; border-left: 1px solid rgba(255,255,255,.18); }
.page-hero-aside p { margin: 0 0 22px; color: #b8c9cf; font-size: 14px; }
.page-hero-aside a { color: var(--teal-400); font-size: 13px; font-weight: 800; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); }
.fact-grid article { min-height: 230px; padding: 32px; border-right: 1px solid rgba(255,255,255,.12); }
.fact-grid article:last-child { border: 0; }
.fact-grid h3 { margin: 0 0 14px; font-size: 20px; }
.fact-grid p, .process .content-split p { margin: 0; color: #a9bbc3; font-size: 14px; }
.industry-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.industry-detail-grid article { position: relative; min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 30px; color: white; background-color: var(--navy-900); background-image: linear-gradient(0deg, rgba(0,20,33,.94), rgba(0,20,33,.08) 78%), url('/assets/industry-card-atlas-v2.jpg'); background-repeat: no-repeat; background-size: 400% 300%; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; box-shadow: 0 10px 28px rgba(0,20,33,.1); transition: transform .2s ease, box-shadow .2s ease; }
.industry-detail-grid article::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 42%, rgba(9,169,174,.14)); }
.industry-detail-grid article:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,20,33,.17); }
.industry-detail-grid h3, .industry-detail-grid p { position: relative; z-index: 1; }
.industry-detail-grid h3 { margin: 0 0 10px; font-size: 21px; }
.industry-detail-grid p { margin: 0; color: #d3dfe3; font-size: 13px; line-height: 1.5; }
.industry-detail-grid .industry-photo-restaurant { background-position: 0 0; }
.industry-detail-grid .industry-photo-retail { background-position: 33.333% 0; }
.industry-detail-grid .industry-photo-small-business { background-position: 66.667% 0; }
.industry-detail-grid .industry-photo-construction { background-position: 100% 0; }
.industry-detail-grid .industry-photo-warehousing { background-position: 0 50%; }
.industry-detail-grid .industry-photo-transportation { background-position: 33.333% 50%; }
.industry-detail-grid .industry-photo-import-export { background-position: 66.667% 50%; }
.industry-detail-grid .industry-photo-professional { background-position: 100% 50%; }
.industry-detail-grid .industry-photo-ecommerce { background-position: 0 100%; }
.industry-detail-grid .industry-photo-manufacturing { background-position: 33.333% 100%; }
.industry-detail-grid .industry-photo-wholesale { background-position: 66.667% 100%; }
.industry-small { background-position: 50% 100%; }
.content-split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.content-split h2 { margin: 0; font-size: clamp(34px, 4.3vw, 55px); line-height: 1.04; letter-spacing: -.045em; }
.content-split > div > p:not(.eyebrow) { color: var(--muted); }
.quiet-card { padding: 42px; background: var(--mist); border: 1px solid var(--line); }
.quiet-card h3 { margin: 0; font-size: 22px; }
.timeline-list { display: grid; }
.timeline-list article { display: grid; grid-template-columns: 180px 1fr; gap: 60px; padding: 46px 0; border-bottom: 1px solid var(--line); }
.timeline-list article:first-child { border-top: 1px solid var(--line); }
.timeline-list > article > span { color: #068d92; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.timeline-list h2 { margin: 0; font-size: 30px; letter-spacing: -.03em; }
.timeline-list p { max-width: 760px; margin: 12px 0 0; color: var(--muted); }
.resource-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.resource-topic-grid article { min-height: 240px; display: flex; flex-direction: column; padding: 30px; background: white; border: 1px solid var(--line); }
.resource-topic-grid span { color: #078f94; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.resource-topic-grid h3 { margin: 22px 0 10px; font-size: 20px; }
.resource-topic-grid p { flex: 1; margin: 0; color: var(--muted); font-size: 13px; }
.resource-topic-grid a { margin-top: 24px; color: #067f84; font-size: 12px; font-weight: 800; }
.resource-library-hero { background: radial-gradient(circle at 82% 26%, rgba(25,194,197,.22), transparent 24%), linear-gradient(120deg, var(--navy-950), #063044); }
.article-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.article-card { min-width: 0; display: grid; grid-template-columns: 42% 58%; min-height: 330px; overflow: hidden; background: white; border: 1px solid var(--line); transition: transform .22s ease, box-shadow .22s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-card-visual { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 26px; color: white; background: radial-gradient(circle at 75% 18%, rgba(25,194,197,.55), transparent 25%), linear-gradient(145deg, #082d40, #001421); }
.article-card-visual::before, .article-card-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.article-card-visual::before { width: 180px; height: 180px; right: -86px; bottom: -55px; }
.article-card-visual::after { width: 92px; height: 92px; right: -25px; bottom: -8px; }
.article-card-visual span, .article-card-visual b { position: relative; z-index: 1; }
.article-card-visual span { color: var(--teal-400); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.article-card-visual b { max-width: 10ch; font-size: 18px; line-height: 1.12; }
.article-card > div { display: flex; flex-direction: column; padding: 30px; }
.article-card h2 { margin: 14px 0 12px; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.08; letter-spacing: -.035em; }
.article-card > div > p:not(.resource-tag) { flex: 1; margin: 0; color: var(--muted); font-size: 13px; }
.article-read { align-self: flex-start; margin-top: 24px; color: #067f84; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.article-card-factor .article-card-visual, .article-hero-factor { background-color: #062634; background-image: radial-gradient(circle at 75% 22%, rgba(57,203,174,.45), transparent 22%), linear-gradient(145deg, #06374b, #001421); }
.article-card-compare .article-card-visual, .article-hero-compare { background-color: #072b3a; background-image: linear-gradient(135deg, rgba(9,169,174,.33) 0 1px, transparent 1px 24px), linear-gradient(145deg, #0b3b4b, #001421); background-size: 24px 24px, auto; }
.article-card-calendar .article-card-visual, .article-hero-calendar { background-color: #052836; background-image: linear-gradient(90deg, transparent 49%, rgba(25,194,197,.18) 50% 51%, transparent 52%), linear-gradient(#082f41, #001421); }
.article-card-positions .article-card-visual, .article-hero-positions { background-color: #041e2b; background-image: radial-gradient(circle at 30% 34%, rgba(9,169,174,.35), transparent 18%), radial-gradient(circle at 75% 68%, rgba(25,194,197,.25), transparent 22%), linear-gradient(#082d40, #001421); }
.article-card-checklist .article-card-visual, .article-hero-checklist { background-color: #062a38; background-image: repeating-linear-gradient(0deg, transparent 0 31px, rgba(255,255,255,.06) 32px), linear-gradient(145deg, #08384a, #001421); }
.article-card-restaurant .article-card-visual, .article-hero-restaurant { background-color: #092633; background-image: linear-gradient(0deg, rgba(0,20,33,.72), rgba(0,20,33,.22)), url('/assets/business-mosaic.jpg'); background-size: cover, 300% 200%; background-position: center, 0 0; }
.article-card-capital .article-card-visual, .article-hero-capital { background-color: #052b38; background-image: linear-gradient(115deg, transparent 45%, rgba(25,194,197,.22) 46% 48%, transparent 49%), linear-gradient(145deg, #063a48, #001421); }
.article-page { background: white; }
.article-hero { padding: 170px 0 88px; color: white; background-color: var(--navy-950); background-image: radial-gradient(circle at 78% 28%, rgba(9,169,174,.28), transparent 25%), linear-gradient(125deg, var(--navy-950), #062f41); }
.article-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr); gap: 84px; align-items: center; }
.article-hero h1 { max-width: 850px; font-size: clamp(44px, 5.5vw, 72px); }
.article-hero h1 + p { max-width: 760px; margin: 25px 0 0; color: #bdd0d7; font-size: 17px; }
.article-hero-visual { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border: 1px solid rgba(255,255,255,.18); background: rgba(0,20,33,.36); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.article-hero-visual span { color: var(--teal-400); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.article-hero-visual b { max-width: 10ch; font-size: clamp(24px, 3vw, 39px); line-height: 1; letter-spacing: -.04em; }
.article-hero-visual i { height: 1px; display: block; background: rgba(255,255,255,.16); }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: center; gap: 90px; padding-block: 86px 110px; }
.article-body section + section { margin-top: 56px; padding-top: 50px; border-top: 1px solid var(--line); }
.article-body h2 { margin: 0 0 20px; font-size: clamp(29px, 3.4vw, 42px); line-height: 1.08; letter-spacing: -.04em; }
.article-body p { margin: 0; color: #3f535c; font-size: 17px; line-height: 1.8; }
.article-body p + p { margin-top: 18px; }
.article-aside { position: sticky; top: 120px; align-self: start; display: grid; gap: 0; padding: 28px; background: var(--mist); border: 1px solid var(--line); }
.article-aside > a:not(.button) { padding: 15px 0; color: #16414e; font-size: 13px; font-weight: 750; border-top: 1px solid var(--line); }
.article-aside .button { margin-top: 24px; }
.article-aside small { margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.faq-layout { display: grid; grid-template-columns: 260px 1fr; gap: 70px; align-items: start; }
.faq-index { position: sticky; top: 112px; display: grid; padding: 28px; background: var(--mist); border: 1px solid var(--line); }
.faq-index p { margin: 0 0 15px; font-weight: 800; }
.faq-index a { padding: 10px 0; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line); }
.faq-groups { display: grid; gap: 58px; }
.faq-groups section { scroll-margin-top: 110px; }
.faq-groups details { border-top: 1px solid var(--line); }
.faq-groups details:last-child { border-bottom: 1px solid var(--line); }
.faq-groups summary { padding: 22px 46px 22px 0; cursor: pointer; font-size: 18px; font-weight: 760; }
.faq-groups details p { max-width: 780px; margin: -4px 0 22px; color: var(--muted); }
.detail-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.detail-layout article { min-height: 330px; padding: 42px; background: white; }
.detail-layout h2 { margin: 0 0 18px; font-size: 30px; line-height: 1.1; letter-spacing: -.035em; }
.detail-layout article > p:not(.eyebrow) { color: var(--muted); }
.start-band { color: white; background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.08); }
.start-band-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.start-band article { min-height: 230px; padding: 38px 34px; border-right: 1px solid rgba(255,255,255,.1); }
.start-band article:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.start-band span { color: var(--teal-400); font-size: 11px; font-weight: 850; }
.start-band h2 { margin: 36px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.start-band p { margin: 0; color: #9fb2bb; font-size: 13px; }
.use-cases { background: var(--mist); }
.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.use-case-grid article { min-height: 210px; padding: 30px; background: white; border: 1px solid var(--line); }
.use-case-grid h3 { margin: 72px 0 10px; font-size: 19px; }
.use-case-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.application-body { min-height: 100vh; background: var(--navy-950); }
.application-start { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.application-intro { display: grid; grid-template-rows: auto 1fr auto; padding: 54px clamp(36px, 6vw, 100px); color: white; background: radial-gradient(circle at 20% 80%, rgba(9,169,174,.2), transparent 32%), var(--navy-950); }
.application-intro > div { align-self: center; max-width: 660px; padding-block: 70px; }
.application-intro h1 { font-size: clamp(44px, 5vw, 68px); }
.application-intro h1 + p { margin: 24px 0 0; color: #b9cad0; font-size: 18px; }
.application-assurances { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.application-assurances li { position: relative; padding-left: 29px; color: #d6e1e5; font-size: 14px; }
.application-assurances li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-400); font-weight: 900; }
.application-disclaimer { max-width: 650px; margin: 0; color: #78919b; font-size: 11px; }
.application-form-panel { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(36px, 7vw, 110px); background: white; }
.form-step { display: flex; gap: 12px; align-items: center; color: #078f94; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.form-step span { padding: 5px 9px; color: white; background: #078f94; border-radius: 99px; }
.form-step p { margin: 0; }
.application-form-panel h2 { margin: 18px 0 10px; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.application-form-panel > p { max-width: 580px; margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.lead-form, .lead-form label { display: grid; gap: 8px; }
.lead-form { gap: 17px; max-width: 620px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { font-size: 12px; font-weight: 760; }
.lead-form input:not([type="checkbox"]) { width: 100%; height: 50px; padding: 0 14px; color: var(--ink); background: white; border: 1px solid #cbd8da; border-radius: 5px; font: inherit; }
.lead-form input:focus { border-color: #078f94; outline: 3px solid rgba(9,169,174,.14); }
.consent-field { grid-template-columns: 18px 1fr; align-items: start; gap: 11px !important; color: var(--muted); font-weight: 500 !important; line-height: 1.5; }
.consent-field input { margin: 3px 0 0; }
.form-submit { width: 100%; margin-top: 4px; border: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .7; }
.form-error { margin: 0; padding: 12px; color: #821717; background: #fff0f0; border: 1px solid #f2b7b7; font-size: 13px; }
.form-privacy { margin: 0; color: #73858c; font-size: 10px; text-align: center; }
.form-privacy a { color: #067f84; text-decoration: underline; }

@media (max-width: 1040px) {
  .trust-grid, .solution-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .resource-grid { grid-template-columns: 1fr; }
  .why-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.6fr repeat(3, 1fr); gap: 28px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .industry-detail-grid, .resource-topic-grid { grid-template-columns: repeat(2, 1fr); }
  .application-start { grid-template-columns: 1fr; }
  .application-intro { min-height: 650px; }
  .qualification-shell { grid-template-columns: 1fr; align-items: start; }
  .requirement-grid { margin-top: 34px; }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card { grid-template-columns: 36% 64%; }
  .article-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .article-hero-visual { min-height: 220px; }
  .article-layout { grid-template-columns: minmax(0, 760px); }
  .article-aside { position: static; }
}

@media (max-width: 640px) {
  .section { padding: 76px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .trust-grid, .solution-grid, .industry-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: auto; padding: 24px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .solution-card { min-height: 260px; padding: 28px; }
  .industry-card { min-height: 230px; }
  .industry-card p { max-height: 70px; opacity: 1; }
  .process-grid { grid-template-columns: 1fr; gap: 34px; }
  .process-grid::before { top: 0; bottom: 0; left: 29px; right: auto; width: 1px; height: auto; }
  .process-grid li { display: grid; grid-template-columns: 58px 1fr; column-gap: 20px; padding: 0; text-align: left; }
  .process-grid span { grid-row: 1 / 3; margin: 0; }
  .process-grid h3 { align-self: end; }
  .why-panels, .resource-list { grid-template-columns: 1fr; }
  .why-panels article { min-height: 190px; }
  .resource-feature { min-height: 370px; padding: 28px; }
  .cta-panel { display: grid; padding: 42px 28px; }
  .cta-panel .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { grid-template-columns: 1fr; gap: 18px; }
  .legal-hero { padding: 132px 0 60px; }
  .legal-hero h1 + p { font-size: 16px; }
  .legal-layout { grid-template-columns: 1fr; gap: 36px; padding-block: 52px 82px; }
  .legal-index { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; padding: 22px; }
  .legal-index p { grid-column: 1 / -1; }
  .legal-content .legal-lead { font-size: 17px; }
  .legal-content section { padding: 34px 0; }
  .legal-content p, .legal-content li, .legal-content address { font-size: 15px; }
  .legal-contact { padding: 26px !important; }
  .page-hero { padding: 132px 0 76px; }
  .page-hero h1 + p { font-size: 16px; }
  .page-hero-aside { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .fact-grid, .industry-detail-grid, .resource-topic-grid, .detail-layout, .content-split, .faq-layout { grid-template-columns: 1fr; }
  .fact-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .timeline-list article { grid-template-columns: 1fr; gap: 12px; }
  .faq-index { position: static; }
  .application-intro { min-height: auto; padding: 32px 22px 48px; }
  .application-intro > div { padding-block: 70px; }
  .application-form-panel { padding: 58px 22px; }
  .field-row { grid-template-columns: 1fr; }
  .requirement-grid, .start-band-grid, .use-case-grid { grid-template-columns: 1fr; }
  .requirement-grid article { min-height: 140px; }
  .qualification-action { align-items: stretch; flex-direction: column; }
  .qualification-action .button { width: 100%; }
  .article-card-grid { grid-template-columns: 1fr; }
  .article-card { grid-template-columns: 1fr; }
  .article-card-visual { min-height: 190px; }
  .article-hero { padding: 130px 0 66px; }
  .article-hero-visual { min-height: 190px; }
  .article-layout { padding-block: 62px 80px; }
  .article-body p { font-size: 16px; }
  .start-band article, .start-band article:first-child { min-height: auto; padding: 30px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .start-band h2 { margin-top: 18px; }
}

/* Homepage refinement — mockup-led density without unsupported proof claims */
.hero-refined { min-height: 700px; }
.hero-refined .hero-grid { grid-template-columns: 45% 55%; min-height: 618px; }
.hero-refined .hero-copy { padding-right: 42px; }
.hero-refined .hero-actions { align-items: start; }
.hero-refined .hero-primary-cta .button { min-width: 176px; min-height: 54px; }
.hero-mosaic { position: relative; min-width: 0; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); overflow: hidden; clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%); background: var(--navy-800); }
.hero-mosaic::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,20,33,.3), transparent 22%), linear-gradient(0deg, rgba(0,20,33,.16), transparent 45%); }
.mosaic-tile { position: relative; min-width: 0; overflow: hidden; display: flex; align-items: end; padding: 18px 12px; color: white; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); background-image: linear-gradient(0deg, rgba(0,20,33,.9), rgba(0,20,33,.02) 72%), url('/assets/business-mosaic.jpg'); background-repeat: no-repeat; background-size: 300% 200%; }
.mosaic-tile b { position: relative; z-index: 2; max-width: 15ch; font-size: 9px; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; text-shadow: 0 2px 8px rgba(0,0,0,.72); }
.mosaic-tile::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(9,169,174,.16)); }
.mosaic-restaurant { padding-left: 30px; background-position: 0 0; }
.mosaic-warehouse { background-position: 50% 0; }
.mosaic-import { background-position: 100% 0; }
.mosaic-construction { background-position: 0 100%; }
.mosaic-small { padding-left: 30px; background-position: 50% 100%; }
.mosaic-pro { background-position: 50% 100%; }
.mosaic-retail { background-position: 100% 100%; }
.mosaic-transport { background-position: 88% 10%; }
.home-solutions { padding: 76px 0 66px; background: white; }
.home-solutions .section-heading, .home-industries .section-heading { margin-bottom: 30px; }
.home-solution-grid { grid-template-columns: repeat(6, 1fr); }
.home-solution-grid .solution-card { min-height: 280px; padding: 25px 22px; }
.home-solution-grid .solution-card h3 { margin-top: 23px; font-size: 18px; }
.home-solution-grid .solution-card p { font-size: 12px; line-height: 1.55; }
.home-solution-grid .solution-card a { font-size: 11px; }
.home-solution-grid .line-icon { width: 42px; height: 42px; font-size: 16px; }
.home-industries { padding: 66px 0 76px; }
.home-industry-grid { grid-template-columns: repeat(9, 1fr); gap: 7px; }
.home-industry-grid .industry-card { min-height: 154px; padding: 15px 12px; }
.home-industry-grid .industry-card h3 { font-size: 12px; line-height: 1.2; }
.home-industry-grid .industry-card > span { margin-bottom: 10px; font-size: 26px; }
.home-industry-grid .industry-card:hover { transform: translateY(-3px); }
.process { padding-block: 82px; }
.why-refined { color: white; background: radial-gradient(circle at 78% 26%, rgba(9,169,174,.2), transparent 27%), var(--navy-950); }
.why-refined .eyebrow { color: var(--teal-400); }
.why-refined h2 { color: white; }
.why-refined .why-copy > p:not(.eyebrow) { color: #afc1c8; }
.why-refined .check-list li { color: #e4ecef; }
.why-refined .check-list li::before { color: var(--navy-950); background: var(--teal-400); }
.why-link { display: inline-flex; gap: 9px; margin-top: 30px; color: var(--teal-400); font-size: 13px; font-weight: 850; }
.trust-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.trust-card-grid article { min-height: 220px; display: flex; flex-direction: column; padding: 28px; background: rgba(255,255,255,.045); border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.trust-card-grid span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--teal-400); border: 1px solid rgba(25,194,197,.5); border-radius: 50%; font-size: 11px; font-style: normal; font-weight: 850; }
.trust-card-grid h3 { margin: auto 0 8px; color: white; font-size: 19px; line-height: 1.15; }
.trust-card-grid p { margin: 0; color: #9fb2bb; font-size: 12px; }
.qualification-refined { padding: 76px 0 70px; background: white; }
.qualification-refined .requirement-grid article { background: #f7f9f9; }
.qualification-refined .qualification-action { margin-top: 20px; }
.home-resources { padding: 78px 0; }
.home-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-resource-card { min-width: 0; overflow: hidden; display: grid; grid-template-rows: 148px 1fr; color: var(--ink); background: white; border: 1px solid var(--line); transition: transform .22s ease, box-shadow .22s ease; }
.home-resource-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.home-resource-image { position: relative; display: flex; align-items: end; padding: 20px; color: white; background-image: linear-gradient(0deg, rgba(0,20,33,.86), rgba(0,20,33,.05)), url('/assets/business-mosaic.jpg'); background-size: 300% 200%; }
.home-resource-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent, rgba(9,169,174,.2)); }
.home-resource-image b { position: relative; z-index: 1; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.home-resource-card > div { display: flex; flex-direction: column; padding: 24px; }
.home-resource-card h3 { margin: 12px 0 10px; font-size: 21px; line-height: 1.12; letter-spacing: -.03em; }
.home-resource-card p:not(.resource-tag) { flex: 1; margin: 0; color: var(--muted); font-size: 12px; }
.home-resource-card strong { margin-top: 21px; color: #067f84; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.home-resource-statement .home-resource-image { background-position: 50% 0; }
.home-resource-factor .home-resource-image { background-position: 0 100%; }
.home-resource-compare .home-resource-image { background-position: 50% 100%; }
.home-resource-calendar .home-resource-image { background-position: 100% 0; }
.home-resource-checklist .home-resource-image { background-position: 88% 10%; }
.home-resource-restaurant .home-resource-image { background-position: 0 0; }

@media (max-width: 1180px) {
  .home-solution-grid { grid-template-columns: repeat(3, 1fr); }
  .home-industry-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 1040px) {
  .hero-refined .hero-grid { grid-template-columns: 1fr; }
  .hero-refined .hero-copy { padding-right: 0; }
  .hero-mosaic { min-height: 520px; clip-path: none; }
  .home-industry-grid { grid-template-columns: repeat(3, 1fr); }
  .home-resource-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hero-refined .hero-copy { padding-top: 48px; }
  .hero-mosaic { min-height: 540px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 1fr); }
  .mosaic-tile { padding: 13px 10px; }
  .mosaic-restaurant,
  .mosaic-small { padding-left: 10px; }
  .mosaic-tile b { font-size: 8px; }
  .home-solutions, .home-industries, .home-resources { padding-block: 62px; }
  .home-solution-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 82%; overflow-x: auto; scroll-snap-type: x mandatory; border-left: 0; padding-bottom: 10px; }
  .home-solution-grid .solution-card { min-height: 265px; scroll-snap-align: start; border-left: 1px solid var(--line); }
  .home-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .home-industry-grid .industry-card { min-height: 155px; }
  .why-refined .why-grid { gap: 42px; }
  .trust-card-grid article { min-height: 180px; padding: 20px; }
  .trust-card-grid h3 { font-size: 16px; }
  .home-resource-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .home-resource-card { scroll-snap-align: start; }
  .qualification-refined .requirement-grid { grid-template-columns: repeat(2, 1fr); }
  .qualification-refined .requirement-grid article { min-height: 135px; }
}

/* Final design-freeze polish */
.cta-with-note { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 30px; }
.cta-with-note .button { margin: 0; }
.cta-with-note small { color: #b9cad0; font-size: 11px; font-weight: 750; letter-spacing: .04em; }

.solution-grid .solution-card { position: relative; min-height: 320px; border-top: 3px solid transparent; }
.solution-grid .solution-card:hover { border-top-color: var(--teal-500); }
.solution-grid .line-icon { width: 60px; height: 60px; border-radius: 16px; background: #effafa; border-color: #a8dcdd; box-shadow: 0 9px 24px rgba(6,127,132,.1); }
.solution-grid .line-icon img { width: 31px; height: 31px; object-fit: contain; filter: brightness(0) saturate(100%) invert(38%) sepia(70%) saturate(777%) hue-rotate(135deg) brightness(93%); }
.solution-grid .solution-card h3 { margin-top: 24px; }

.industry-detail-grid article { background-image: linear-gradient(0deg, rgba(0,20,33,.99) 0%, rgba(0,20,33,.91) 36%, rgba(0,20,33,.26) 78%, rgba(0,20,33,.08) 100%), url('/assets/industry-card-atlas-v2.jpg'); }
.industry-detail-grid h3 { font-size: 22px; font-weight: 830; text-shadow: 0 2px 14px rgba(0,0,0,.72); }
.industry-detail-grid p { color: #f1f6f7; font-size: 14px; font-weight: 620; line-height: 1.55; text-shadow: 0 2px 12px rgba(0,0,0,.75); }

.why-copy { position: relative; padding-left: 30px; }
.why-copy::before { content: ""; position: absolute; inset: 2px auto 2px 0; width: 3px; background: linear-gradient(var(--teal-400), rgba(9,169,174,.08)); border-radius: 3px; }
.why-panels { gap: 12px; border: 0; }
.why-panels article { position: relative; min-height: 220px; overflow: hidden; padding: 28px; background: linear-gradient(145deg, #f8fbfb, #eef5f5); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 12px 30px rgba(0,20,33,.06); }
.why-panels article::after { content: ""; position: absolute; width: 104px; height: 104px; right: -55px; top: -58px; border: 1px solid rgba(9,169,174,.2); border-radius: 50%; }
.why-panels span, .start-band span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--teal-500); border: 1px solid rgba(25,194,197,.5); border-radius: 50%; background: rgba(9,169,174,.07); font-size: 11px; font-weight: 900; }
.why-panels h3 { margin: 28px 0 8px; }
.start-band article { transition: background .2s ease; }
.start-band article:hover { background: rgba(255,255,255,.035); }
.start-band h2 { margin-top: 24px; }
.use-cases { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-case-grid article { position: relative; overflow: hidden; border-radius: 6px; box-shadow: 0 10px 28px rgba(0,20,33,.05); }
.use-case-grid article::before { content: ""; position: absolute; left: 30px; top: 31px; width: 42px; height: 42px; border: 1px solid #8fcfd1; border-radius: 50%; background: radial-gradient(circle, rgba(9,169,174,.14) 0 26%, transparent 28%); }
.use-case-grid h3 { margin-top: 76px; }

.article-card { border-radius: 7px; box-shadow: 0 10px 28px rgba(0,20,33,.055); }
.article-card-visual { background-color: var(--navy-900); background-image: linear-gradient(0deg, rgba(0,20,33,.91), rgba(0,20,33,.05) 70%), url('/assets/resource-card-atlas-v2.jpg') !important; background-repeat: no-repeat; background-size: cover, 400% 200% !important; }
.article-card-visual::before { inset: 0; width: auto; height: auto; right: 0; bottom: 0; border: 0; border-radius: 0; background: linear-gradient(135deg, transparent 45%, rgba(9,169,174,.19)); }
.article-card-visual::after { display: none; }
.article-card-visual span { align-self: flex-start; padding: 6px 8px; color: white; background: rgba(0,20,33,.72); border: 1px solid rgba(255,255,255,.2); border-radius: 3px; backdrop-filter: blur(5px); }
.article-card-visual b { max-width: 13ch; padding: 7px 8px; color: white; background: rgba(0,20,33,.72); border-radius: 3px; text-shadow: 0 2px 10px rgba(0,0,0,.7); }
.article-card-statement .article-card-visual { background-position: center, 0 0 !important; }
.article-card-factor .article-card-visual { background-position: center, 33.333% 0 !important; }
.article-card-compare .article-card-visual { background-position: center, 66.667% 0 !important; }
.article-card-calendar .article-card-visual { background-position: center, 100% 0 !important; }
.article-card-positions .article-card-visual { background-position: center, 0 100% !important; }
.article-card-checklist .article-card-visual { background-position: center, 33.333% 100% !important; }
.article-card-restaurant .article-card-visual { background-position: center, 66.667% 100% !important; }
.article-card-capital .article-card-visual { background-position: center, 100% 100% !important; }

@media (max-width: 640px) {
  .cta-with-note, .cta-with-note .button { width: 100%; }
  .cta-with-note { align-items: stretch; text-align: center; }
  .solution-grid .line-icon { width: 56px; height: 56px; }
  .why-copy { padding-left: 22px; }
  .why-panels { gap: 10px; }
  .industry-detail-grid article { min-height: 290px; padding: 26px; }
  .article-card-visual { min-height: 220px; }
}
