.systems-page {
  --systems-red: #ed1c24;
  --systems-ink: #181818;
  --systems-gray: #6d6d6d;
  --systems-light: #f5f5f3;
  --systems-line: #dededb;
  --systems-green: #264c42;
}

.systems-page main { overflow: hidden; }
.systems-page .eyebrow { color: var(--systems-red); letter-spacing: .2em; }

.systems-hero {
  max-width: 1450px;
  min-height: calc(100vh - 116px);
  margin: 0 auto;
  padding: clamp(50px, 6.5vw, 92px) 36px clamp(62px, 7vw, 100px);
  display: grid;
  grid-template-columns: minmax(390px, .86fr) minmax(560px, 1.14fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
}

.systems-hero-copy { min-width: 0; }
.systems-hero-copy .service-breadcrumb { margin-bottom: clamp(25px, 4vh, 48px); }
.systems-hero h1 {
  max-width: 690px;
  margin: 16px 0 0;
  font: normal clamp(3.45rem, 5.6vw, 6.25rem)/.94 'DM Serif Display', serif;
  letter-spacing: -.048em;
}
.systems-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--systems-gray);
  font-size: clamp(1.03rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}
.systems-hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; }
.systems-hero-actions .button { min-width: 220px; text-align: center; }
.systems-seo-trigger {
  margin-left: auto;
  padding: 5px 0 3px;
  border: 0;
  border-bottom: 1px solid #d0d0cc;
  background: transparent;
  color: #8b8b87;
  font: inherit;
  font-size: .67rem;
  letter-spacing: .035em;
  cursor: pointer;
  transition: color .24s ease, border-color .24s ease;
}
.systems-seo-trigger:hover,
.systems-seo-trigger:focus-visible { border-bottom-color: var(--systems-red); color: #4f4f4b; outline: none; }
.systems-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--systems-ink);
  font-weight: 650;
  text-decoration: none;
}
.systems-text-link::after { content: ''; height: 1px; width: 0; background: var(--systems-red); transition: width .28s ease; }
.systems-text-link:hover::after, .systems-text-link:focus-visible::after { width: 34px; }
.systems-text-link span { color: var(--systems-red); transition: transform .28s ease; }
.systems-text-link:hover span, .systems-text-link:focus-visible span { transform: translateY(3px); }
.systems-proof {
  margin: clamp(30px, 5vh, 58px) 0 0;
  padding: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  border-top: 1px solid var(--systems-line);
  color: #5f5f5f;
  list-style: none;
  font-size: .86rem;
}
.systems-proof li { display: flex; align-items: center; gap: 9px; }
.systems-proof li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--systems-red); }

.shop-experience {
  position: relative;
  min-width: 0;
  padding: 18px;
  background: #202020;
  box-shadow: 0 34px 80px rgba(0,0,0,.17);
}
.shop-experience::before {
  content: '';
  position: absolute;
  inset: -12px 12px 12px -12px;
  z-index: -1;
  border: 1px solid rgba(237,28,36,.36);
}
.shop-experience-head {
  min-height: 36px;
  padding: 0 5px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.72);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.shop-experience-head > div { display: flex; align-items: center; gap: 9px; }
.shop-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--systems-red); box-shadow: 0 0 0 0 rgba(237,28,36,.45); animation: shopPulse 2.8s ease-out infinite; }
.shop-type-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.shop-type-tab {
  position: relative;
  min-height: 78px;
  padding: 16px 20px;
  overflow: hidden;
  border: 0;
  background: #323232;
  color: rgba(255,255,255,.6);
  text-align: left;
  cursor: pointer;
  transition: background .28s ease, color .28s ease;
}
.shop-type-tab::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--systems-red); transition: right .38s cubic-bezier(.22,.8,.3,1); }
.shop-type-tab span, .shop-type-tab small { display: block; }
.shop-type-tab span { font-size: 1.05rem; font-weight: 750; }
.shop-type-tab small { margin-top: 4px; opacity: .76; }
.shop-type-tab:hover, .shop-type-tab:focus-visible { background: #3a3a3a; color: #fff; outline: none; }
.shop-type-tab.is-active { background: #fff; color: var(--systems-ink); }
.shop-type-tab.is-active::after { right: 0; }

.shop-screen { min-height: 430px; background: #f8f8f6; }
.shop-panel { min-height: 430px; padding: clamp(22px, 3vw, 34px); }
.shop-panel.is-active { animation: panelReveal .52s cubic-bezier(.22,.8,.3,1) both; }
.shop-window-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--systems-line); }
.shop-window-bar strong { font-size: .93rem; }
.shop-window-bar span { color: var(--systems-red); font-size: .78rem; font-weight: 750; }
.shop-kicker { color: var(--systems-red); font-size: .7rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.employee-shop-intro { margin-top: 24px; display: flex; justify-content: space-between; gap: 25px; align-items: start; }
.employee-shop-intro h2, .customer-shop-intro h2 { max-width: 430px; margin: 8px 0 0; font: normal clamp(1.65rem, 2.5vw, 2.35rem)/1.05 'DM Serif Display', serif; letter-spacing: -.025em; }
.shop-budget { flex: 0 0 auto; padding: 11px 14px; border: 1px solid var(--systems-line); background: #fff; text-align: right; }
.shop-budget small, .shop-budget strong { display: block; }
.shop-budget small { color: var(--systems-gray); font-size: .67rem; }
.shop-budget strong { margin-top: 2px; color: var(--systems-red); font-size: .94rem; }

.employee-product-grid { margin-top: 19px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.employee-product-card {
  position: relative;
  min-width: 0;
  min-height: 145px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid #dfdfdc;
  background: #fff;
  color: var(--systems-ink);
  text-align: left;
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.employee-product-card::before { content: ''; position: absolute; left: 0; right: 100%; top: 0; height: 3px; background: var(--systems-red); transition: right .32s cubic-bezier(.22,.8,.3,1); }
.employee-product-card:hover, .employee-product-card:focus-visible { transform: translateY(-2px); border-color: #c8c8c4; box-shadow: 0 10px 20px rgba(0,0,0,.07); outline: none; }
.employee-product-card.is-active { border-color: rgba(237,28,36,.48); box-shadow: 0 11px 25px rgba(0,0,0,.08); }
.employee-product-card.is-active::before { right: 0; }
.employee-product-visual { position: relative; display: block; height: 61px; margin-bottom: 9px; overflow: hidden; background: #f1f1ee; color: #242424; }
.employee-product-visual::before, .employee-product-visual::after { content: ''; position: absolute; box-sizing: border-box; }
.employee-product-headphones::before { left: calc(50% - 21px); top: 11px; width: 42px; height: 37px; border: 5px solid currentColor; border-bottom: 0; border-radius: 24px 24px 0 0; }
.employee-product-headphones::after { left: calc(50% - 27px); top: 34px; width: 54px; height: 21px; border: solid currentColor; border-width: 0 9px; border-radius: 7px; }
.employee-product-phone::before { left: calc(50% - 16px); top: 6px; width: 32px; height: 49px; border: 3px solid currentColor; border-radius: 6px; background: linear-gradient(145deg,#3c3c3c,#131313); }
.employee-product-phone::after { left: calc(50% - 4px); top: 48px; width: 8px; height: 2px; border-radius: 2px; background: #fff; opacity: .75; }
.employee-product-console::before { left: calc(50% - 31px); top: 10px; width: 62px; height: 39px; border-radius: 7px 7px 3px 3px; background: linear-gradient(135deg,#2a2a2a 0 54%,var(--systems-red) 54% 59%,#161616 59% 100%); box-shadow: 0 5px 0 #cfcfca; }
.employee-product-console::after { left: calc(50% - 17px); top: 41px; width: 34px; height: 12px; border: 3px solid #353535; border-radius: 8px 8px 11px 11px; background: #f1f1ee; }
.employee-product-card > strong, .employee-product-card > small, .employee-product-action { display: block; }
.employee-product-card > strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .76rem; }
.employee-product-card > small { margin-top: 3px; color: var(--systems-gray); font-size: .64rem; }
.employee-product-action { position: absolute; right: 12px; bottom: 12px; color: #8a8a86; font-size: .56rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.employee-product-card.is-active .employee-product-action { color: var(--systems-red); }
.employee-product-selection { min-height: 57px; margin: 11px 0 0; padding: 10px 13px; display: grid; grid-template-columns: auto minmax(105px,.7fr) 1.15fr auto; gap: 10px 14px; align-items: center; border-left: 3px solid var(--systems-red); background: #ecece8; font-size: .67rem; line-height: 1.35; }
.employee-product-selection > span:first-child { color: #848480; font-size: .59rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.employee-product-selection strong { font-size: .72rem; }
.employee-product-selection small { color: #666; font-size: .66rem; }
.employee-product-confirm { padding: 8px 11px; background: var(--systems-red); color: #fff; font-size: .61rem; font-weight: 750; white-space: nowrap; }

.customer-shop-intro { margin-top: 20px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
[data-shop-panel="customer"] { background: linear-gradient(145deg,#f5f7f4 0%,#f8f8f6 58%,#f3f4f1 100%); }
.customer-balance { flex: 0 0 auto; min-width: 112px; padding: 10px 13px; border: 1px solid var(--systems-line); background: #fff; text-align: right; }
.customer-balance small, .customer-balance strong, .customer-balance span { display: block; }
.customer-balance small { color: var(--systems-gray); font-size: .63rem; }
.customer-balance strong { margin-top: 1px; color: var(--systems-red); font-size: 1.08rem; line-height: 1.1; }
.customer-balance span { color: var(--systems-gray); font-size: .6rem; }

.customer-bonus-flow {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(115px,.78fr) 58px minmax(150px,1fr);
  gap: 10px;
  align-items: center;
}
.customer-purchase, .customer-earned {
  min-height: 59px;
  padding: 10px 13px;
  display: grid;
  align-content: center;
  border: 1px solid #d9d9d5;
  background: #fff;
}
.customer-purchase small, .customer-earned small { color: var(--systems-gray); font-size: .6rem; }
.customer-purchase strong, .customer-earned strong { margin-top: 2px; font-size: .94rem; line-height: 1.15; }
.customer-earned { border-color: rgba(237,28,36,.42); background: #fff9f8; }
.customer-earned strong { color: var(--systems-red); font-size: .86rem; }
.customer-bonus-route { position: relative; height: 1px; background: #bdbdb8; transform-origin: left center; }
.customer-bonus-route::after { content: ''; position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 1px solid #8b8b87; border-right: 1px solid #8b8b87; transform: rotate(45deg); }
.customer-bonus-route i { position: absolute; left: 0; top: -4px; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: var(--systems-red); box-shadow: 0 0 0 1px rgba(237,28,36,.3); }
.customer-bonus-message { min-height: 45px; margin: 8px 0 0; padding: 8px 12px; display: grid; grid-template-columns: minmax(105px,.48fr) 1.52fr; gap: 12px; align-items: center; border-left: 3px solid var(--systems-red); background: #eaeae6; }
.customer-bonus-message span { color: #777; font-size: .57rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.customer-bonus-message strong { color: #4f4f4f; font-size: .66rem; line-height: 1.35; }
.customer-product-grid { margin-top: 10px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.customer-product-grid article { min-width: 0; padding: 8px 10px 9px; border: 1px solid #dadad6; background: #fff; }
.customer-product-grid strong, .customer-product-grid small { display: block; }
.customer-product-grid strong { margin-top: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .69rem; }
.customer-product-grid small { margin-top: 2px; color: var(--systems-green); font-size: .6rem; font-weight: 750; }
.customer-product-visual { position: relative; display: block; height: 43px; overflow: hidden; background: linear-gradient(145deg,#e8ece8,#f7f7f3); color: #243d36; }
.customer-product-visual::before, .customer-product-visual::after { content: ''; position: absolute; box-sizing: border-box; }
.customer-product-camera::before { left: calc(50% - 24px); top: 10px; width: 48px; height: 25px; border-radius: 4px; background: #28453d; box-shadow: inset 0 -4px rgba(0,0,0,.12); }
.customer-product-camera::after { left: calc(50% - 9px); top: 13px; width: 18px; height: 18px; border: 4px solid #a8b7b1; border-radius: 50%; background: #172722; }
.customer-product-watch::before { left: calc(50% - 6px); top: 2px; width: 12px; height: 39px; border-radius: 5px; background: #344a44; }
.customer-product-watch::after { left: calc(50% - 14px); top: 11px; width: 28px; height: 24px; border: 3px solid #73857f; border-radius: 7px; background: linear-gradient(145deg,#172722,#35584e); }
.customer-product-luggage::before { left: calc(50% - 19px); top: 9px; width: 38px; height: 31px; border-radius: 5px; background: linear-gradient(90deg,#274239 0 28%,#35584e 28% 72%,#274239 72%); box-shadow: inset 0 -4px rgba(0,0,0,.12); }
.customer-product-luggage::after { left: calc(50% - 9px); top: 3px; width: 18px; height: 11px; border: 3px solid #274239; border-bottom: 0; border-radius: 5px 5px 0 0; }

.shop-panel.is-active .customer-purchase { animation: customerPurchaseIn .45s ease both; }
.shop-panel.is-active .customer-bonus-route { animation: customerRouteIn .6s .35s ease both; }
.shop-panel.is-active .customer-bonus-route i { animation: customerPointTravel .72s .38s ease both; }
.shop-panel.is-active .customer-earned { animation: customerBonusPop .52s .95s cubic-bezier(.2,.9,.28,1.25) both; }
.shop-panel.is-active .customer-balance strong { animation: customerBalancePulse .62s 1.18s ease both; }
.shop-panel.is-active .customer-bonus-message { animation: customerMessageIn .42s 1.08s ease both; }
.shop-panel.is-active .customer-product-grid article { animation: customerProductIn .4s ease both; }
.shop-panel.is-active .customer-product-grid article:nth-child(1) { animation-delay: 1.18s; }
.shop-panel.is-active .customer-product-grid article:nth-child(2) { animation-delay: 1.28s; }
.shop-panel.is-active .customer-product-grid article:nth-child(3) { animation-delay: 1.38s; }

.shop-context { margin: 0; padding: 16px 19px 3px; display: grid; grid-template-columns: minmax(130px,.45fr) 1fr; gap: 18px; color: rgba(255,255,255,.68); font-size: .79rem; line-height: 1.45; }
.shop-context strong { color: #fff; }

.outsourcing-section {
  max-width: 1540px;
  margin: 0 auto;
  padding: clamp(82px, 8vw, 124px) 36px;
  display: grid;
  grid-template-columns: minmax(270px,.5fr) minmax(820px,1.5fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  border-top: 1px solid var(--systems-line);
}
.outsourcing-copy h2, .systems-connection h2, .systems-cta h2 { margin: 13px 0 0; font: normal clamp(2.7rem, 4.8vw, 4.8rem)/.97 'DM Serif Display', serif; letter-spacing: -.04em; }
.outsourcing-copy > p:not(.eyebrow):not(.outsourcing-promise) { max-width: 540px; margin: 25px 0 22px; color: var(--systems-gray); font-size: 1.01rem; line-height: 1.68; }
.outsourcing-promise { max-width: 490px; margin: 0 0 28px; padding: 14px 0 14px 18px; display: grid; gap: 3px; border-left: 3px solid var(--systems-red); background: linear-gradient(90deg,rgba(237,28,36,.055),transparent 80%); }
.outsourcing-promise span { color: #777; font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
.outsourcing-promise strong { font-size: .92rem; }
.outsourcing-copy .systems-text-link:hover span, .outsourcing-copy .systems-text-link:focus-visible span { transform: translateX(4px); }

.procurement-visual {
  position: relative;
  min-width: 0;
  min-height: 390px;
  padding: 32px;
  display: grid;
  grid-template-columns: minmax(130px,.8fr) 118px minmax(200px,1.12fr) 118px minmax(135px,.82fr);
  align-items: center;
  background: #f3f3f0;
  box-shadow: inset 0 0 0 1px #e0e0dc;
}
.procurement-visual::before { content: ''; position: absolute; left: 0; top: 0; width: 74px; height: 4px; background: var(--systems-red); }
.procurement-label { margin: 0 0 21px; color: #777; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.procurement-column { position: relative; z-index: 2; }
.procurement-items { display: grid; gap: 9px; }
.procurement-items > span { min-height: 48px; padding: 10px 10px 10px 12px; display: flex; align-items: center; gap: 10px; border: 1px solid #d9d9d5; background: rgba(255,255,255,.82); }
.procurement-items i { position: relative; flex: 0 0 20px; width: 20px; height: 20px; border: 1px solid #aaa9a5; border-radius: 50%; }
.procurement-items i::after { content: ''; position: absolute; left: 6px; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--systems-red); transform: scale(0); }
.procurement-items strong { font-size: .7rem; line-height: 1.25; }
.procurement-input > small { display: block; margin-top: 13px; color: #7d7d79; font-size: .59rem; line-height: 1.4; }

.procurement-core { position: relative; z-index: 3; min-height: 280px; padding: 25px 22px 21px; overflow: hidden; background: var(--systems-red); color: #fff; box-shadow: 0 24px 44px rgba(237,28,36,.2); }
.procurement-core::before { content: ''; position: absolute; right: -50px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.035),0 0 0 58px rgba(255,255,255,.025); }
.procurement-core-kicker { position: relative; z-index: 1; font-size: .59rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.procurement-core-title { position: relative; z-index: 1; display: block; margin-top: 11px; font: normal 1.72rem/1 'DM Serif Display',serif; }
.procurement-core-services { position: relative; z-index: 1; margin-top: 20px; display: grid; border-top: 1px solid rgba(255,255,255,.28); }
.procurement-core-services span { min-height: 35px; padding: 8px 0; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .65rem; line-height: 1.3; }
.procurement-core-services span::before { content: ''; width: 5px; height: 5px; margin-right: 9px; border-radius: 50%; background: #fff; opacity: .9; }
.procurement-core-status { position: relative; z-index: 1; margin-top: 17px; display: flex; align-items: center; gap: 7px; font-size: .62rem; font-weight: 750; }
.procurement-core-status i { width: 7px; height: 7px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,.12); }

.procurement-route { position: relative; z-index: 1; height: 1px; background: #b9b9b5; transform-origin: left center; }
.procurement-route::after { content: ''; position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 1px solid #888884; border-right: 1px solid #888884; transform: rotate(45deg); }
.procurement-route i { position: absolute; left: 0; top: -4px; width: 9px; height: 9px; border: 2px solid #f3f3f0; border-radius: 50%; background: var(--systems-red); }
.procurement-route b { position: absolute; left: 0; right: 0; top: 12px; color: #858581; font-size: .52rem; font-weight: 750; letter-spacing: .07em; text-align: center; text-transform: uppercase; white-space: nowrap; }
.procurement-route-in b::before { content: 'Freigabe'; }
.procurement-route-out b::before { content: 'Entlastung'; }
.procurement-route-out { width: 68px; justify-self: center; }

.procurement-result { min-width: 0; }
.procurement-result-focus { padding: 7px 0 16px; border-bottom: 1px solid #cececa; }
.procurement-result-focus span, .procurement-result-focus strong, .procurement-result-focus small { display: block; }
.procurement-result-focus span { color: var(--systems-red); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.procurement-result-focus strong { margin-top: 2px; font: normal 2.15rem/1 'DM Serif Display',serif; }
.procurement-result-focus small { margin-top: 5px; color: #73736f; font-size: .61rem; }
.procurement-result-list { margin-top: 14px; display: grid; gap: 9px; }
.procurement-result-list span { position: relative; padding-left: 13px; color: #565652; font-size: .66rem; line-height: 1.35; }
.procurement-result-list span::before { content: ''; position: absolute; left: 0; top: .45em; width: 5px; height: 5px; border-radius: 50%; background: var(--systems-green); }

.procurement-visual.is-visible .procurement-items i::after { animation: procurementInput .45s ease forwards; }
.procurement-visual.is-visible .procurement-items span:nth-child(2) i::after { animation-delay: .12s; }
.procurement-visual.is-visible .procurement-items span:nth-child(3) i::after { animation-delay: .24s; }
.procurement-visual.is-visible .procurement-route { animation: procurementRoute .68s .35s ease both; }
.procurement-visual.is-visible .procurement-route i { animation: procurementPoint .72s .38s ease both; }
.procurement-visual.is-visible .procurement-route-out { animation-delay: .92s; }
.procurement-visual.is-visible .procurement-route-out i { animation-delay: .95s; }
.procurement-visual.is-visible .procurement-core { animation: procurementCorePulse .68s .7s cubic-bezier(.2,.9,.28,1.1) both; }
.procurement-visual.is-visible .procurement-core-services span { animation: procurementService .35s ease both; }
.procurement-visual.is-visible .procurement-core-services span:nth-child(1) { animation-delay: .72s; }
.procurement-visual.is-visible .procurement-core-services span:nth-child(2) { animation-delay: .84s; }
.procurement-visual.is-visible .procurement-core-services span:nth-child(3) { animation-delay: .96s; }
.procurement-visual.is-visible .procurement-core-services span:nth-child(4) { animation-delay: 1.08s; }
.procurement-visual.is-visible .procurement-result { animation: procurementResult .5s 1.38s ease both; }
.procurement-visual.is-visible .procurement-result-list span { animation: procurementResultItem .32s ease both; }
.procurement-visual.is-visible .procurement-result-list span:nth-child(1) { animation-delay: 1.46s; }
.procurement-visual.is-visible .procurement-result-list span:nth-child(2) { animation-delay: 1.56s; }
.procurement-visual.is-visible .procurement-result-list span:nth-child(3) { animation-delay: 1.66s; }

.systems-connection { padding: clamp(68px,7vw,102px) max(36px,calc((100vw - 1380px)/2 + 36px)); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px,9vw,150px); align-items: end; background: var(--systems-light); }
.systems-connection h2 { max-width: 690px; }
.systems-connection > p { max-width: 680px; margin: 0; color: var(--systems-gray); font-size: 1.05rem; line-height: 1.75; }

.systems-cta { padding: clamp(54px,6vw,82px) max(36px,calc((100vw - 1380px)/2 + 36px)); display: flex; align-items: center; justify-content: space-between; gap: 48px; background: var(--systems-red); color: #fff; }
.systems-cta .eyebrow { color: #fff; opacity: .72; }
.systems-cta h2 { max-width: 850px; font-size: clamp(2.55rem,4vw,4.2rem); }
.systems-cta p:not(.eyebrow) { max-width: 720px; margin: 17px 0 0; color: rgba(255,255,255,.84); }
.systems-cta .button { flex: 0 0 auto; }

html:has(.systems-seo-dialog[open]) { overflow: hidden; }
.systems-seo-dialog {
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  border: 0;
  background: #fff;
  color: var(--systems-ink);
  box-shadow: 0 32px 100px rgba(0,0,0,.24);
}
.systems-seo-dialog::backdrop { background: rgba(14,14,14,.62); backdrop-filter: blur(3px); }
.systems-seo-dialog-panel {
  position: relative;
  padding: clamp(44px, 6vw, 78px);
  background: linear-gradient(180deg,#fff 0%,#fff 70%,#f6f6f3 100%);
}
.systems-seo-dialog-panel::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--systems-red); }
.systems-seo-close {
  position: sticky;
  z-index: 5;
  top: 16px;
  float: right;
  width: 42px;
  height: 42px;
  margin: -26px -28px 0 20px;
  border: 1px solid #d9d9d5;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--systems-ink);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  transition: border-color .22s ease, color .22s ease, transform .22s ease;
}
.systems-seo-close:hover,
.systems-seo-close:focus-visible { border-color: var(--systems-red); color: var(--systems-red); transform: rotate(5deg); outline: none; }
.systems-seo-dialog-head { max-width: 950px; padding-right: 48px; }
.systems-seo-dialog-head h2 {
  max-width: 900px;
  margin: 14px 0 0;
  font: normal clamp(2.65rem, 5vw, 5rem)/.98 'DM Serif Display',serif;
  letter-spacing: -.04em;
}
.systems-seo-dialog-head > p:last-child { max-width: 880px; margin: 24px 0 0; color: var(--systems-gray); font-size: 1.05rem; line-height: 1.75; }
.systems-seo-content {
  margin-top: clamp(42px, 6vw, 68px);
  padding-top: 7px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  column-gap: clamp(40px, 6vw, 78px);
  border-top: 1px solid var(--systems-line);
}
.systems-seo-content article { padding: 30px 0 32px; border-bottom: 1px solid var(--systems-line); }
.systems-seo-content h3,
.systems-seo-faq h3 { margin: 0; font: normal clamp(1.45rem, 2vw, 2rem)/1.08 'DM Serif Display',serif; letter-spacing: -.02em; }
.systems-seo-content p { margin: 15px 0 0; color: #62625f; font-size: .96rem; line-height: 1.75; }
.systems-seo-faq { margin-top: clamp(52px, 7vw, 82px); }
.systems-seo-faq > h3 { margin-top: 12px; font-size: clamp(2rem,3.4vw,3.35rem); }
.systems-seo-faq details { border-bottom: 1px solid var(--systems-line); }
.systems-seo-faq details:first-of-type { margin-top: 28px; border-top: 1px solid var(--systems-line); }
.systems-seo-faq summary {
  position: relative;
  padding: 21px 46px 21px 0;
  list-style: none;
  font-weight: 720;
  cursor: pointer;
}
.systems-seo-faq summary::-webkit-details-marker { display: none; }
.systems-seo-faq summary::after { content: '+'; position: absolute; right: 2px; top: 50%; color: var(--systems-red); font-size: 1.4rem; font-weight: 400; transform: translateY(-50%); transition: transform .24s ease; }
.systems-seo-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.systems-seo-faq details p { max-width: 900px; margin: -3px 0 22px; color: var(--systems-gray); line-height: 1.7; }
.systems-seo-cta {
  margin-top: clamp(48px, 6vw, 72px);
  padding: clamp(27px, 4vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--systems-ink);
  color: #fff;
}
.systems-seo-cta div { display: grid; gap: 5px; }
.systems-seo-cta span { color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.systems-seo-cta strong { font: normal clamp(1.45rem, 2.5vw, 2.4rem)/1.08 'DM Serif Display',serif; }
.systems-seo-cta .button { flex: 0 0 auto; }

@keyframes shopPulse { 65%,100% { box-shadow: 0 0 0 10px rgba(237,28,36,0); } }
@keyframes panelReveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes customerPurchaseIn { from { opacity: .3; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes customerRouteIn { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes customerPointTravel { from { left: 0; } to { left: calc(100% - 9px); } }
@keyframes customerBonusPop { 0% { opacity: 0; transform: scale(.94); } 70% { opacity: 1; transform: scale(1.025); } 100% { opacity: 1; transform: scale(1); } }
@keyframes customerBalancePulse { 50% { color: var(--systems-green); transform: scale(1.08); } }
@keyframes customerMessageIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes customerProductIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes customerRouteInVertical { from { opacity: 0; transform: scaleY(0); } to { opacity: 1; transform: scaleY(1); } }
@keyframes customerPointTravelVertical { from { top: 0; } to { top: calc(100% - 9px); } }
@keyframes procurementInput { 0% { transform: scale(0); } 70% { transform: scale(1.35); } 100% { transform: scale(1); } }
@keyframes procurementRoute { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes procurementPoint { from { left: 0; } to { left: calc(100% - 9px); } }
@keyframes procurementService { from { opacity: .25; transform: translateX(-5px); } to { opacity: 1; transform: translateX(0); } }
@keyframes procurementResult { from { opacity: 0; transform: translateX(-7px); } to { opacity: 1; transform: translateX(0); } }
@keyframes procurementCorePulse { 0% { transform: scale(.97); box-shadow: 0 14px 28px rgba(237,28,36,.1); } 65% { transform: scale(1.018); box-shadow: 0 28px 56px rgba(237,28,36,.3); } 100% { transform: scale(1); box-shadow: 0 24px 44px rgba(237,28,36,.2); } }
@keyframes procurementResultItem { from { opacity: 0; transform: translateX(-5px); } to { opacity: 1; transform: translateX(0); } }
@keyframes procurementRouteVertical { from { opacity: 0; transform: scaleY(0); } to { opacity: 1; transform: scaleY(1); } }
@keyframes procurementPointVertical { from { top: 0; } to { top: calc(100% - 9px); } }

@media (max-width: 1150px) {
  .systems-hero { grid-template-columns: 1fr; }
  .systems-hero-copy { max-width: 850px; }
  .shop-experience { max-width: 880px; }
  .outsourcing-section { grid-template-columns: 1fr; }
  .outsourcing-copy { max-width: 760px; }
}

@media (max-width: 1200px) {
  .outsourcing-section { grid-template-columns: 1fr; }
  .outsourcing-copy { max-width: 760px; }
}

@media (max-width: 780px) {
  .systems-hero, .outsourcing-section { padding-left: 20px; padding-right: 20px; }
  .systems-hero { min-height: 0; padding-top: 52px; }
  .systems-hero h1 { font-size: clamp(2.65rem, 12vw, 4.3rem); }
  .systems-proof { display: grid; grid-template-columns: 1fr; }
  .shop-experience { padding: 10px; }
  .shop-screen, .shop-panel { min-height: 0; }
  .shop-type-tab { min-height: 72px; padding: 13px; }
  .shop-type-tab span { font-size: .89rem; }
  .employee-shop-intro { display: block; }
  .shop-budget { margin-top: 15px; width: max-content; text-align: left; }
  .employee-product-grid { grid-template-columns: repeat(3,minmax(150px,1fr)); overflow-x: auto; padding: 0 0 7px; }
  .employee-product-selection { grid-template-columns: 1fr; gap: 3px; }
  .employee-product-confirm { width: max-content; margin-top: 5px; }
  .customer-shop-intro { align-items: center; }
  .customer-bonus-flow { grid-template-columns: minmax(105px,.8fr) 42px minmax(140px,1fr); }
  .shop-context { grid-template-columns: 1fr; gap: 4px; }
  .procurement-visual { min-height: 0; padding: 25px; grid-template-columns: 1fr; gap: 24px; }
  .procurement-column { padding: 0 4px; }
  .procurement-core { min-height: 0; }
  .procurement-route { width: 1px; height: 28px; margin: -9px auto; transform-origin: center top; }
  .procurement-route::after { right: -3px; top: auto; bottom: -1px; transform: rotate(135deg); }
  .procurement-route i { left: -4px; top: 0; }
  .procurement-route b { display: none; }
  .procurement-visual.is-visible .procurement-route { animation-name: procurementRouteVertical; }
  .procurement-visual.is-visible .procurement-route i { animation-name: procurementPointVertical; }
  .systems-connection { padding: 66px 20px; grid-template-columns: 1fr; gap: 28px; }
  .systems-cta { padding: 56px 20px; display: block; }
  .systems-cta .button { margin-top: 28px; }
  .systems-seo-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .systems-seo-dialog-panel { padding: 50px 22px 34px; }
  .systems-seo-close { top: 10px; margin: -36px -9px 0 12px; }
  .systems-seo-dialog-head { padding-right: 10px; }
  .systems-seo-dialog-head h2 { font-size: clamp(2rem, 7vw, 2.5rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
  .systems-seo-content { grid-template-columns: 1fr; }
  .systems-seo-cta { display: block; }
  .systems-seo-cta .button { margin-top: 25px; }
}

@media (max-width: 430px) {
  .systems-hero-actions { align-items: stretch; }
  .systems-hero-actions .button { width: 100%; }
  .systems-seo-trigger { margin-left: 0; }
  .shop-experience-head > span { display: none; }
  .shop-type-tabs { grid-template-columns: 1fr; }
  .shop-panel { padding: 22px 16px; }
  .shop-window-bar span { font-size: .66rem; }
  .customer-shop-intro { display: block; }
  .customer-balance { width: max-content; margin-top: 13px; text-align: left; }
  .customer-shop-intro h2, .employee-shop-intro h2 { font-size: 1.72rem; }
  .customer-bonus-flow { grid-template-columns: 1fr; gap: 7px; }
  .customer-bonus-route { width: 1px; height: 22px; margin: 0 auto; transform-origin: center top; }
  .customer-bonus-route::after { right: -3px; top: auto; bottom: -1px; transform: rotate(135deg); }
  .customer-bonus-route i { left: -4px; top: 0; }
  .shop-panel.is-active .customer-bonus-route { animation-name: customerRouteInVertical; }
  .shop-panel.is-active .customer-bonus-route i { animation-name: customerPointTravelVertical; }
  .customer-bonus-message { grid-template-columns: 1fr; gap: 3px; }
  .customer-product-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-live-dot, .shop-panel.is-active, .customer-purchase, .customer-bonus-route, .customer-bonus-route i, .customer-earned, .customer-balance strong, .customer-bonus-message, .customer-product-grid article, .procurement-items i::after, .procurement-route, .procurement-route i, .procurement-core, .procurement-core-services span, .procurement-result, .procurement-result-list span { animation: none !important; }
  .procurement-items i::after { transform: scale(1); }
  .systems-text-link span, .systems-text-link::after, .shop-type-tab, .shop-type-tab::after, .employee-product-card, .employee-product-card::before { transition: none; }
  .systems-seo-trigger, .systems-seo-close, .systems-seo-faq summary::after { transition: none; }
}
