:root {
  --blue: #195fe1;
  --blue-2: #377dff;
  --blue-dark: #0c3f9e;
  --ink: #242424;
  --muted: #68758a;
  --soft: #f4f8ff;
  --line: #dfe7f3;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(25, 95, 225, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section--compact { padding-top: 72px; }
.section--soft { background: var(--soft); }
.section--blue { color: #fff; background: linear-gradient(135deg, #0e49bc 0%, #195fe1 56%, #2b6df1 100%); }
.section--dark { color: #fff; background: #14233b; overflow: hidden; }

.header { position: sticky; z-index: 50; top: 0; height: 78px; border-bottom: 1px solid rgba(223, 231, 243, .8); background: rgba(255, 255, 255, .92); backdrop-filter: blur(16px); }
.header__inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: none; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand__mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--blue); font-size: 13px; letter-spacing: -.06em; }
.brand__name { font-size: 19px; }
.nav { margin: auto; display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 600; }
.nav a { color: #3a4556; transition: color .2s; }
.nav a:hover { color: var(--blue); }
.header__contacts { display: flex; align-items: center; gap: 16px; }
.header__phone { white-space: nowrap; font-size: 13px; font-weight: 700; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 10px; background: var(--soft); padding: 11px 9px; }
.menu-button span { height: 2px; display: block; margin: 4px 0; border-radius: 4px; background: var(--ink); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--blue); border-radius: 11px; padding: 13px 22px; color: #fff; background: var(--blue); font-size: 14px; font-weight: 700; line-height: 1.2; cursor: pointer; box-shadow: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 12px 26px rgba(25, 95, 225, .2); }
.button--small { min-height: 42px; padding: 10px 17px; border-radius: 50px; font-size: 12px; }
.button--large { min-height: 56px; padding: 16px 26px; font-size: 15px; }
.button--secondary { color: var(--blue); border-color: #bdcdf0; background: #fff; }
.button--secondary:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
.button--light { color: var(--blue); border-color: #fff; background: #fff; }
.button--full { width: 100%; }
.text-button { border: 0; color: var(--blue); background: transparent; font-weight: 700; cursor: pointer; }

/* Tilda задаёт общий оранжевый цвет ссылок ниже по документу.
   Фиксируем фирменные цвета только внутри нового контента. */
.marking-page .button { color: #fff !important; }
.marking-page .button--secondary,
.marking-page .button--light { color: var(--blue) !important; }
.marking-page .card-link,
.marking-page .text-button { color: var(--blue) !important; }

.eyebrow, .kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 22px; height: 2px; display: inline-block; background: var(--blue); }
.kicker--light, .section-heading--inverse .kicker { color: #a8c8ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
h3 { letter-spacing: -.025em; }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading .kicker, .section-heading h2 { display: block; }
.section-heading .kicker { margin-bottom: 14px; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-heading--wide { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 80px; text-align: left; }
.section-heading--wide > div { flex: 1; }
.section-heading--wide p { max-width: 455px; }
.section-heading--inverse p { color: rgba(255, 255, 255, .75); }

.hero { padding-top: 82px; background: radial-gradient(circle at 92% 0, #e9f2ff 0, transparent 32%); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 30px; }
.hero__content { position: relative; z-index: 2; }
.hero__content .eyebrow { margin-bottom: 22px; }
.hero__lead { max-width: 660px; margin-bottom: 30px; color: #4d5a6c; font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__note { margin: 14px 0 0; color: #7b8798; font-size: 12px; }
.hero__visual { position: relative; min-height: 475px; display: flex; align-items: center; margin-right: -15vw; }
.hero__image-frame { position: relative; width: 790px; flex: 0 0 790px; }
.hero__image-frame > img { display: block; width: 100%; height: auto; max-width: none; aspect-ratio: 1400 / 788; object-fit: cover; border-radius: 32px 0 0 32px; box-shadow: var(--shadow); }
.hero__float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 15px; padding: 13px 16px; background: rgba(255, 255, 255, .92); box-shadow: 0 15px 38px rgba(28, 67, 130, .14); backdrop-filter: blur(12px); font-size: 12px; }
.hero__float b, .hero__float span { display: block; }
.hero__float b { margin-bottom: 3px; font-size: 13px; }
.hero__float span { color: #5c6879; }
.hero__float i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-style: normal; }
.hero__float--step { min-width: 205px; padding: 9px 13px 9px 10px; white-space: nowrap; }
.hero__float--step b { margin: 0; font-size: 12px; }
.hero__float--step i { width: 25px; height: 25px; font-size: 10px; }
.hero__float--one { top: 52px; left: 18px; animation: heroCalloutTop .55s cubic-bezier(.2, .72, .25, 1) .25s both; }
.hero__float--two { top: 106px; left: 44px; animation: heroCalloutTop .55s cubic-bezier(.2, .72, .25, 1) .58s both; }
.hero__float--three { top: 160px; left: 22px; animation: heroCalloutTop .55s cubic-bezier(.2, .72, .25, 1) .91s both; }
.hero__float--four { top: 214px; left: 50px; animation: heroCalloutTop .55s cubic-bezier(.2, .72, .25, 1) 1.24s both; }
.hero__float--five { top: 268px; left: 26px; animation: heroCalloutTop .55s cubic-bezier(.2, .72, .25, 1) 1.57s both; }
.hero__float--six { top: 322px; left: 52px; animation: heroCalloutTop .55s cubic-bezier(.2, .72, .25, 1) 1.9s both; }
.hero__scan-effect { position: absolute; z-index: 3; inset: 0; overflow: hidden; border-radius: 32px 0 0 32px; pointer-events: none; }
.hero__scan-beam { position: absolute; z-index: 1; height: 6px; border-radius: 99px; background: linear-gradient(90deg, rgba(16, 88, 231, .05), rgba(48, 145, 255, .75) 35%, #d8f3ff 78%, #fff); filter: drop-shadow(0 0 7px rgba(31, 135, 255, .95)); opacity: 0; transform-origin: left center; }
.hero__scan-beam--one { top: 58.6%; left: 56.2%; width: 12.1%; transform: rotate(7deg) scaleX(.2); animation: heroScanOne 9.6s ease-in-out 2.9s infinite; }
.hero__scan-beam--two { top: 70.6%; left: 44.1%; width: 24.8%; transform: rotate(-12deg) scaleX(.2); animation: heroScanTwo 9.6s ease-in-out 2.9s infinite; }
.hero__scan-beam--three { top: 83.5%; left: 51.7%; width: 20.4%; transform: rotate(-38deg) scaleX(.2); animation: heroScanThree 9.6s ease-in-out 2.9s infinite; }
.hero__scan-target { position: absolute; z-index: 2; width: 31px; height: 31px; border: 2px solid rgba(47, 145, 255, .98); border-radius: 6px; box-shadow: 0 0 0 4px rgba(71, 166, 255, .13), 0 0 18px rgba(28, 130, 255, .7); opacity: 0; transform: translate(-50%, -50%) scale(.72); }
.hero__scan-target--one { top: 58.6%; left: 56.5%; animation: heroTargetOne 9.6s ease-in-out 2.9s infinite; }
.hero__scan-target--two { top: 70.6%; left: 44.3%; animation: heroTargetTwo 9.6s ease-in-out 2.9s infinite; }
.hero__scan-target--three { top: 83.5%; left: 51.9%; border-color: #ef4d5d; box-shadow: 0 0 0 4px rgba(239, 77, 93, .13), 0 0 18px rgba(239, 77, 93, .65); animation: heroTargetThree 9.6s ease-in-out 2.9s infinite; }
.hero__scanner-glow { position: absolute; z-index: 3; top: 61.2%; left: 67.8%; width: 44px; height: 44px; border-radius: 50%; background: radial-gradient(circle, #fff 0 8%, #a8e5ff 20%, rgba(43, 142, 255, .68) 42%, rgba(25, 96, 232, 0) 73%); filter: drop-shadow(0 0 10px rgba(54, 151, 255, .92)); opacity: 0; transform: translate(-50%, -50%) scale(.65); animation: heroScannerBlink 9.6s ease-in-out 2.9s infinite; }
.hero__scan-notice { position: absolute; z-index: 5; bottom: 18px; left: 58%; min-width: 236px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid #b9ead1; border-radius: 15px; padding: 10px 15px; color: #087b4b; background: rgba(239, 255, 247, .96); box-shadow: 0 15px 35px rgba(16, 125, 77, .19); opacity: 0; transform: translate(-50%, 12px) scale(.95); backdrop-filter: blur(10px); }
.hero__scan-notice img { width: 72px; height: 28px; object-fit: contain; }.hero__scan-notice b { font-size: 12px; white-space: nowrap; }
.hero__scan-notice--one { animation: heroNoticeOne 9.6s ease-in-out 2.9s infinite; }.hero__scan-notice--two { animation: heroNoticeTwo 9.6s ease-in-out 2.9s infinite; }
.hero__scan-notice--error { border-color: #f2b8bd; color: #b62d3a; background: rgba(255, 242, 243, .97); box-shadow: 0 15px 35px rgba(174, 37, 51, .18); animation: heroNoticeError 9.6s ease-in-out 2.9s infinite; }
.hero__scan-notice--error i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #e74655; font-style: normal; font-weight: 900; }

@keyframes heroCalloutTop {
  from { opacity: 0; transform: translate3d(-24px, 8px, 0) scale(.96); filter: blur(4px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}
@keyframes heroCalloutBottom {
  from { opacity: 0; transform: translate3d(-20px, 18px, 0) scale(.96); filter: blur(4px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}
@keyframes heroScanOne { 0%, 4%, 12%, 100% { opacity: 0; transform: rotate(7deg) scaleX(.2); } 6%, 10% { opacity: 1; transform: rotate(7deg) scaleX(1); } }
@keyframes heroScanTwo { 0%, 34%, 42%, 100% { opacity: 0; transform: rotate(-12deg) scaleX(.2); } 36%, 40% { opacity: 1; transform: rotate(-12deg) scaleX(1); } }
@keyframes heroScanThree { 0%, 64%, 72%, 100% { opacity: 0; transform: rotate(-38deg) scaleX(.2); } 66%, 70% { opacity: 1; transform: rotate(-38deg) scaleX(1); } }
@keyframes heroTargetOne { 0%, 4%, 12%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(.72); } 6%, 10% { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes heroTargetTwo { 0%, 34%, 42%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(.72); } 36%, 40% { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes heroTargetThree { 0%, 64%, 72%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(.72); } 66%, 70% { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes heroScannerBlink { 0%, 4%, 12%, 34%, 42%, 64%, 72%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(.65); } 6%, 10%, 36%, 40%, 66%, 70% { opacity: 1; transform: translate(-50%, -50%) scale(1.18); } }
@keyframes heroNoticeOne { 0%, 9% { opacity: 0; transform: translate(-50%, 12px) scale(.95); } 13%, 25% { opacity: 1; transform: translate(-50%, 0) scale(1); } 29%, 100% { opacity: 0; transform: translate(-50%, 0) scale(1); } }
@keyframes heroNoticeTwo { 0%, 39% { opacity: 0; transform: translate(-50%, 12px) scale(.95); } 43%, 55% { opacity: 1; transform: translate(-50%, 0) scale(1); } 59%, 100% { opacity: 0; transform: translate(-50%, 0) scale(1); } }
@keyframes heroNoticeError { 0%, 69% { opacity: 0; transform: translate(-50%, 12px) scale(.95); } 73%, 89% { opacity: 1; transform: translate(-50%, 0) scale(1); } 94%, 100% { opacity: 0; transform: translate(-50%, 0) scale(1); } }
.benefits-bar { margin-top: 68px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 15px 50px rgba(35, 66, 118, .07); }
.benefits-bar div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 24px 28px; border-right: 1px solid var(--line); }
.benefits-bar div:last-child { border-right: 0; }
.benefits-bar strong { margin-bottom: 7px; font-size: 15px; }
.benefits-bar span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.marking-page #who { background: #f2f4f7; }
.category-search { position: relative; width: min(680px, 100%); margin: -10px 0 10px; }
.category-search__input { width: 100%; height: 58px; border: 1px solid #cfdced; border-radius: 15px; padding: 0 54px 0 52px; color: var(--ink); background: #fff; outline: 0; font-size: 15px; box-shadow: 0 12px 32px rgba(40, 77, 136, .07); transition: border-color .2s, box-shadow .2s; }
.category-search__input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(25, 95, 225, .1), 0 12px 32px rgba(40, 77, 136, .08); }
.category-search__input::-webkit-search-cancel-button { display: none; }
.category-search__icon { position: absolute; z-index: 1; top: 18px; left: 20px; width: 19px; height: 19px; border: 2px solid var(--blue); border-radius: 50%; pointer-events: none; }
.category-search__icon::after { content: ""; position: absolute; width: 8px; height: 2px; right: -6px; bottom: -3px; border-radius: 3px; background: var(--blue); transform: rotate(45deg); }
.category-search__clear { position: absolute; top: 9px; right: 10px; width: 40px; height: 40px; border: 0; border-radius: 10px; color: #7c899b; background: #f1f5fb; font-size: 24px; line-height: 1; cursor: pointer; }
.category-search__hint { margin: 0 0 28px; color: var(--muted); font-size: 12px; }
.category-empty { margin: 24px 0 0; border: 1px dashed #c6d5eb; border-radius: 15px; padding: 22px; color: var(--muted); background: var(--soft); text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 10px; }
.category-card { min-width: 0; min-height: 162px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 10px 14px; border: 1px solid rgba(219, 226, 236, .75); border-radius: 20px; background: #fff; text-align: center; cursor: pointer; transition: border-color .2s, transform .2s, box-shadow .2s; overflow: hidden; }
.category-card:hover { transform: translateY(-3px); border-color: #b8cae8; box-shadow: 0 14px 28px rgba(40, 77, 136, .09); }
.category-card:focus-visible { outline: 3px solid rgba(25, 95, 225, .28); outline-offset: 3px; }
.category-card__image { width: 78px; height: 78px; flex: none; margin: 0 auto 12px; border-radius: 16px; object-fit: cover; background: #eef5ff; }
.category-card h3 { margin: 0; font-size: 13px; line-height: 1.25; letter-spacing: -.015em; }
.category-card p { display: none; }
.center-actions { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.js .category-card--more { display: none; }
.js .category-grid.is-expanded .category-card--more { display: block; }
.js .category-grid.is-searching .category-card--more:not(.is-search-hidden) { display: block; }
.category-card.is-search-hidden { display: none !important; }

body.category-modal-open { overflow: hidden; }
.category-modal[hidden] { display: none; }
.category-modal { position: fixed; z-index: 1000001; inset: 0; display: grid; place-items: center; padding: 24px; }
.category-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(8, 20, 40, .72); backdrop-filter: blur(8px); cursor: default; }
.category-modal__panel { position: relative; z-index: 1; width: min(1060px, 100%); max-height: calc(100vh - 48px); overflow: auto; border-radius: 26px; padding: 34px; background: #fff; box-shadow: 0 35px 100px rgba(0, 18, 54, .34); }
.category-modal__close { position: absolute; z-index: 2; top: 17px; right: 17px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #627087; background: #edf3fb; font-size: 27px; line-height: 1; cursor: pointer; }
.category-modal__head { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 24px; padding-right: 42px; }
.category-modal__image { width: 112px; height: 112px; border-radius: 22px; object-fit: cover; background: var(--soft); }
.category-modal__head .kicker { display: block; margin-bottom: 8px; }
.category-modal__head h2 { margin: 0 0 9px; font-size: 36px; }
.category-modal__head p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.category-modal__timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; margin: 26px 0 28px; }
.category-modal__milestone { min-height: 78px; border: 1px solid #dce6f4; border-radius: 15px; padding: 14px 16px; background: #f7faff; }
.category-modal__milestone span, .category-modal__milestone strong { display: block; }
.category-modal__milestone span { margin-bottom: 6px; color: var(--blue); font-size: 11px; font-weight: 800; }
.category-modal__milestone strong { font-size: 12px; line-height: 1.35; }
.category-modal__roles-title { margin: 0 0 14px; font-size: 20px; }
.category-modal__roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-modal__role { min-height: 245px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
.category-modal__role-icon { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 10px; color: #fff; background: var(--blue); font-size: 10px; font-weight: 800; }
.category-modal__role-heading { min-height: 54px; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.category-modal__role-heading h4 { margin: 0; font-size: 15px; line-height: 1.25; }
.category-modal__role-heading b { flex: none; border-radius: 20px; padding: 5px 8px; color: var(--blue); background: #eaf2ff; font-size: 9px; }
.category-modal__role p { margin: 12px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.category-modal__role a { margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); color: var(--blue); font-size: 12px; font-weight: 800; }
.marking-page .category-modal__role a,
.marking-page .category-modal__note a,
.marking-page .role-detail__back { color: var(--blue) !important; }
.category-modal__role a span { float: right; }
.category-modal__note { margin-top: 18px; border-radius: 12px; padding: 12px 14px; color: #758196; background: #f4f6f9; font-size: 10px; line-height: 1.5; }
.category-modal__note a { color: var(--blue); text-decoration: underline; }

.role-detail__hero { padding: 95px 0 88px; background: radial-gradient(circle at 85% 15%, #e5efff 0, transparent 34%), #f7faff; }
.role-detail__hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.role-detail__back { display: inline-block; margin-bottom: 34px; color: var(--blue); font-size: 12px; font-weight: 800; }
.role-detail__hero .kicker { display: block; margin-bottom: 14px; }
.role-detail__hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(42px, 5vw, 66px); }
.role-detail__hero h1 em { color: var(--blue); font-style: normal; }
.role-detail__hero-grid > div > p { max-width: 690px; margin-bottom: 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.role-detail__category { border: 1px solid #d9e4f3; border-radius: 25px; padding: 22px; background: #fff; box-shadow: var(--shadow); }
.role-detail__category img { width: 100%; aspect-ratio: 1.55 / 1; margin-bottom: 20px; border-radius: 17px; object-fit: cover; }
.role-detail__category > span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.role-detail__category h2 { margin: 7px 0 12px; font-size: 27px; }
.role-detail__category b { display: inline-block; margin-bottom: 12px; border-radius: 20px; padding: 7px 11px; color: var(--blue); background: #eaf2ff; font-size: 11px; }
.role-detail__category p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.role-detail__process .section-heading { margin-bottom: 45px; }
.role-detail__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.role-detail__steps li { position: relative; min-height: 235px; border: 1px solid var(--line); border-radius: 18px; padding: 22px; background: #fff; }
.role-detail__steps li > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 40px; border-radius: 11px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; }
.role-detail__steps h3 { margin-bottom: 10px; font-size: 18px; }
.role-detail__steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.role-detail__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.role-detail__cards article { min-height: 230px; border-radius: 20px; padding: 28px; background: #fff; box-shadow: 0 16px 45px rgba(25, 69, 133, .07); }
.role-detail__cards article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 800; }
.role-detail__cards h3 { margin-bottom: 12px; font-size: 22px; }
.role-detail__cards p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.role-card { position: relative; min-height: 505px; display: flex; flex-direction: column; border-radius: 22px; padding: 32px; color: var(--ink); background: #fff; box-shadow: 0 25px 55px rgba(0, 28, 83, .12); }
.role-card--accent { transform: translateY(-12px); }
.role-card__tag, .package-card__badge { position: absolute; top: 18px; right: 18px; border-radius: 30px; padding: 7px 10px; color: var(--blue); background: #eaf2ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.role-card__icon { width: 96px; height: 96px; display: grid; place-items: center; margin: -8px 0 22px; border-radius: 0; color: inherit; background: transparent; }
.role-card__icon img { width: 96px; height: 96px; object-fit: contain; }
.role-card h3 { margin-bottom: 14px; font-size: 24px; }
.role-card p { min-height: 78px; margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.role-card ul, .package-card ul, .workflow-panel ul { margin: 0 0 26px; padding: 0; list-style: none; }
.role-card li, .package-card li, .workflow-panel li { position: relative; margin: 11px 0; padding-left: 24px; font-size: 13px; }
.role-card li::before, .package-card li::before, .workflow-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.card-link { margin-top: auto; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); color: var(--blue); background: none; text-align: left; font-weight: 800; cursor: pointer; }
.card-link span { float: right; font-size: 18px; }

.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.problem-card { position: relative; min-height: 220px; padding: 31px 32px 28px 66px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; transition: .2s; }
.problem-card:hover { border-color: var(--blue); box-shadow: 0 18px 40px rgba(25, 95, 225, .1); }
.problem-card__dot { position: absolute; top: 35px; left: 30px; width: 19px; height: 19px; border: 5px solid #d8e7ff; border-radius: 50%; background: var(--blue); }
.problem-card h3 { margin-bottom: 12px; font-size: 20px; }
.problem-card p { max-width: 420px; margin-bottom: 30px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.problem-card b { color: var(--blue); font-size: 13px; }

.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro .kicker { display: block; margin-bottom: 15px; }
.process-intro p { margin-bottom: 28px; color: var(--muted); line-height: 1.7; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 66px 1fr; gap: 20px; padding: 0 0 42px; }
.timeline li::after { content: ""; position: absolute; top: 51px; bottom: 7px; left: 25px; width: 1px; background: #c9d9f5; }
.timeline li:last-child::after { display: none; }
.timeline li > span { width: 52px; height: 52px; display: grid; place-items: center; border: 6px solid #e6efff; border-radius: 50%; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; }
.timeline h3 { margin: 3px 0 8px; font-size: 20px; }
.timeline p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.workflow { overflow: visible; border: 0; border-radius: 0; box-shadow: none; }
.workflow__nav { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: #fbfdff; }
.workflow-tab { padding: 20px 10px; border: 0; border-right: 1px solid var(--line); color: #748196; background: transparent; font-weight: 700; cursor: pointer; }
.workflow-tab:last-child { border-right: 0; }
.workflow-tab.is-active { color: var(--blue); background: #fff; box-shadow: inset 0 -3px 0 var(--blue); }
.workflow__body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.workflow-panel { min-height: 440px; display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: center; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 18px 48px rgba(29, 62, 114, .07); }
.workflow-panel[hidden] { display: none; }
.workflow-panel h3 { max-width: 540px; margin-bottom: 13px; font-size: 22px; line-height: 1.12; }
.workflow-panel p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.workflow-panel ul { margin: 16px 0 0; padding-left: 20px; }
.workflow-panel li { margin: 8px 0; font-size: 12px; line-height: 1.4; }
.workflow-visual { position: relative; min-height: 290px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(135deg, #eff5ff, #dfeaff); overflow: hidden; }
.document, .receipt { position: relative; width: 210px; min-height: 235px; border-radius: 12px; padding: 30px; background: #fff; box-shadow: 0 18px 42px rgba(39, 77, 137, .16); transform: rotate(-4deg); }
.document b, .receipt b { display: block; margin-bottom: 25px; font-size: 22px; }
.document span, .receipt span { width: 100%; height: 8px; display: block; margin: 15px 0; border-radius: 4px; background: #dce7f7; }
.document span:nth-child(2), .receipt span:nth-child(3) { width: 65%; }
.document i, .receipt i { display: inline-block; margin-top: 18px; border-radius: 20px; padding: 8px 10px; color: #087a49; background: #dcf8e8; font-size: 10px; font-style: normal; font-weight: 700; }
.scan-line { position: absolute; left: 25%; right: 25%; height: 3px; background: #4cbaff; box-shadow: 0 0 18px #30aaff; animation: scan 2.5s infinite alternate ease-in-out; }
@keyframes scan { from { top: 26%; } to { top: 72%; } }
.boxes { position: relative; width: 230px; height: 150px; }
.boxes span { position: absolute; width: 110px; height: 90px; border: 2px solid #81a9f2; border-radius: 8px; background: #fff; box-shadow: 0 15px 30px rgba(44, 84, 151, .13); }
.boxes span:nth-child(1) { bottom: 0; left: 0; }.boxes span:nth-child(2) { right: 0; bottom: 0; }.boxes span:nth-child(3) { top: 0; left: 60px; }
.route { color: var(--blue); font-size: 12px; font-weight: 800; }.route b { padding: 0 12px; }
.labels { display: grid; grid-template-columns: repeat(2, 78px); gap: 15px; transform: rotate(-5deg); }
.labels span { height: 78px; display: grid; place-items: center; border-radius: 10px; color: #17243b; background: #fff; font-size: 44px; box-shadow: 0 12px 25px rgba(42, 77, 130, .13); }

/* Animated workflow illustrations */
.mini-datamatrix { display: block; width: 35px; height: 35px; border: 4px solid #fff; outline: 1px solid #d4dfef; background: conic-gradient(from 90deg at 3px 3px, #17243b 25%, #fff 0 50%, #17243b 0 75%, #fff 0) 0 0 / 6px 6px; box-shadow: 0 5px 12px rgba(31, 56, 98, .13); }
.shipment-scene, .sale-scene, .printer-scene { position: relative; width: 100%; height: 290px; }

.workflow-visual--ship { background: linear-gradient(150deg, #eef5ff 0%, #dfeaff 62%, #f8fbff 100%); }
.shipment-belt { position: absolute; right: 14px; bottom: 50px; left: 14px; height: 18px; border-radius: 8px; background: #a9bddd; box-shadow: inset 0 5px 0 rgba(255, 255, 255, .38); }
.shipment-belt i { position: relative; top: 2px; width: 14px; height: 14px; display: inline-block; margin-left: 36px; border-radius: 50%; background: #718bb5; }
.shipment-box { position: absolute; z-index: 2; left: 25px; bottom: 67px; width: 92px; height: 78px; border: 2px solid #7ea4e7; border-radius: 8px; background: linear-gradient(145deg, #fff, #e8f1ff); box-shadow: 0 15px 24px rgba(42, 75, 127, .17); animation: shipmentBox 5.2s cubic-bezier(.45, 0, .3, 1) infinite; }
.shipment-box::before, .shipment-box::after { content: ""; position: absolute; background: #c7d8f3; }
.shipment-box::before { top: 0; bottom: 0; left: 45%; width: 2px; }.shipment-box::after { top: 20px; right: 0; left: 0; height: 2px; }
.shipment-box .mini-datamatrix { position: absolute; z-index: 2; top: 31px; left: 9px; width: 28px; height: 28px; background-size: 5px 5px; }
.shipment-box b { position: absolute; z-index: 2; right: 7px; bottom: 12px; color: #3e5b86; font-size: 8px; }
.shipment-doc { position: absolute; z-index: 4; top: 20px; left: 24px; width: 150px; min-height: 74px; border-radius: 12px; padding: 13px 14px; background: #fff; box-shadow: 0 15px 28px rgba(42, 76, 132, .15); opacity: 0; animation: shipmentDocument 5.2s ease-in-out infinite; }
.shipment-doc small, .shipment-doc span, .shipment-doc b { display: block; }.shipment-doc small { color: var(--blue); font-weight: 800; }.shipment-doc span { margin: 5px 0 8px; color: #6d7c91; font-size: 9px; }.shipment-doc b { color: #0b9158; font-size: 10px; }
.shipment-truck { position: absolute; z-index: 3; right: 18px; bottom: 56px; width: 120px; height: 70px; }
.shipment-truck::before { content: ""; position: absolute; right: 39px; bottom: 9px; width: 80px; height: 52px; border-radius: 7px 4px 4px 7px; background: #1d65df; box-shadow: inset 0 8px 0 rgba(255, 255, 255, .12); }
.shipment-truck span { position: absolute; right: 2px; bottom: 9px; width: 45px; height: 42px; border-radius: 4px 14px 5px 4px; background: #fff; box-shadow: inset 0 0 0 2px #77a1e9; }
.shipment-truck span::before { content: ""; position: absolute; top: 6px; left: 7px; width: 23px; height: 13px; border-radius: 2px 8px 2px 2px; background: #b8d5ff; }
.shipment-truck i { position: absolute; bottom: 0; width: 20px; height: 20px; border: 5px solid #fff; border-radius: 50%; background: #193155; box-shadow: 0 3px 6px rgba(18, 40, 77, .24); }.shipment-truck i:nth-of-type(1) { left: 25px; }.shipment-truck i:nth-of-type(2) { right: 10px; }
@keyframes shipmentBox { 0%, 15% { transform: translateX(0); } 55%, 78% { transform: translateX(105px); } 88%, 100% { transform: translateX(105px); opacity: 0; } }
@keyframes shipmentDocument { 0%, 48% { opacity: 0; transform: translateY(8px) scale(.94); } 58%, 86% { opacity: 1; transform: translateY(0) scale(1); } 100% { opacity: 0; } }

.workflow-visual--sell { background: radial-gradient(circle at 42% 50%, #f8fbff, #dfebff 70%); }
.sale-product { position: absolute; top: 58px; left: 24px; width: 116px; height: 158px; border: 1px solid #d9e5f6; border-radius: 16px 16px 27px 27px; background: linear-gradient(155deg, #fff 0%, #edf4ff 48%, #d6e5fa 100%); box-shadow: 0 20px 35px rgba(41, 76, 134, .17), inset 0 1px 0 #fff; }
.sale-product::before { content: ""; position: absolute; top: -1px; right: -1px; left: -1px; height: 38px; border-radius: 16px 16px 7px 7px; background: linear-gradient(180deg, #377fe9, #1556c1); box-shadow: inset 0 1px 0 rgba(255,255,255,.3); }
.sale-label { position: absolute; top: 50px; left: 20px; width: 78px; height: 66px; border: 1px solid #c9d6e7; border-radius: 5px; background: #fff; box-shadow: 0 6px 14px rgba(42, 69, 109, .12); }
.sale-label .mini-datamatrix { position: absolute; top: 8px; left: 7px; width: 40px; height: 40px; background-size: 6px 6px; }
.sale-label__lines { position: absolute; top: 11px; right: 7px; width: 17px; height: 35px; background: repeating-linear-gradient(0deg, #7390b8 0 2px, transparent 2px 7px); }
.sale-label::after { content: "GTIN"; position: absolute; right: 7px; bottom: 7px; color: #71829b; font-size: 6px; font-weight: 800; }
.sale-product > i { position: absolute; right: 0; bottom: 19px; left: 0; color: #5e7190; font-size: 10px; font-style: normal; font-weight: 700; text-align: center; }
.sale-scanner { position: absolute; z-index: 3; top: 78px; right: 14px; width: 105px; height: 52px; border: 1px solid #0a1729; border-radius: 27px 10px 16px 27px; background: linear-gradient(165deg, #43566f 0%, #19293f 38%, #081424 100%); box-shadow: 0 18px 28px rgba(10, 31, 63, .3), inset 0 2px 2px rgba(255,255,255,.17), inset 0 -5px 10px rgba(0,0,0,.24); transform-origin: 80% 80%; animation: saleScanner 4.8s ease-in-out infinite; }
.sale-scanner::before { content: ""; position: absolute; right: 15px; bottom: -70px; width: 31px; height: 79px; border: 1px solid #0a1729; border-radius: 9px 9px 19px 19px; background: repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 4px, transparent 4px 10px), linear-gradient(90deg, #0d1b2e, #3b4f69 52%, #16263b); box-shadow: 7px 11px 18px rgba(12, 29, 54, .22); transform: rotate(-13deg); }
.sale-scanner::after { content: ""; position: absolute; top: 8px; right: 17px; width: 43px; height: 6px; border-radius: 99px; background: linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,.03)); }
.sale-scanner > span { position: absolute; top: 10px; left: -2px; width: 17px; height: 30px; border: 3px solid #162a43; border-radius: 10px 3px 3px 10px; background: linear-gradient(90deg, #1b78d1, #7ed9ff); box-shadow: 0 0 16px #36a9ff, inset 0 0 5px #d8f7ff; }
.sale-scanner > i { position: absolute; z-index: 2; right: 22px; bottom: -18px; width: 18px; height: 13px; border-radius: 3px 3px 8px 8px; background: #f38a3d; box-shadow: inset 0 -3px 3px rgba(0,0,0,.18); transform: rotate(-12deg); }
.sale-scanner > em { position: absolute; z-index: 2; right: 18px; bottom: -58px; width: 18px; height: 35px; border-radius: 6px; background: repeating-linear-gradient(0deg, rgba(255,255,255,.14) 0 2px, transparent 2px 7px); transform: rotate(-13deg); }
.sale-ray { position: absolute; z-index: 2; top: 99px; right: 103px; width: 88px; height: 5px; border-radius: 9px; background: linear-gradient(90deg, rgba(53, 173, 255, .05), #42b8ff); box-shadow: 0 0 12px #2ca7ff; opacity: 0; transform: rotate(8deg) scaleX(.3); transform-origin: right center; animation: saleRay 4.8s ease-in-out infinite; }
.sale-status { position: absolute; z-index: 5; right: 22px; bottom: 20px; min-width: 218px; display: flex; align-items: center; gap: 11px; border: 1px solid #b8edd2; border-radius: 14px; padding: 10px 13px; background: #ecfff5; box-shadow: 0 14px 28px rgba(20, 135, 85, .15); opacity: 0; transform: translateY(12px) scale(.94); animation: saleStatus 4.8s ease-in-out infinite; }
.sale-status img { width: 72px; height: 28px; object-fit: contain; }.sale-status small, .sale-status b { display: block; }.sale-status small { margin-bottom: 3px; color: #57806b; font-size: 8px; }.sale-status b { color: #07804b; font-size: 13px; }
@keyframes saleScanner { 0%, 12%, 72%, 100% { transform: rotate(0); } 20%, 28% { transform: rotate(-5deg); } }
@keyframes saleRay { 0%, 17%, 31%, 100% { opacity: 0; transform: rotate(8deg) scaleX(.3); } 20%, 28% { opacity: 1; transform: rotate(8deg) scaleX(1); } }
@keyframes saleStatus { 0%, 28% { opacity: 0; transform: translateY(12px) scale(.94); } 37%, 80% { opacity: 1; transform: translateY(0) scale(1); } 92%, 100% { opacity: 0; } }

.workflow-visual--produce { background: linear-gradient(145deg, #edf4ff, #dbe8fb); }
.printer-scene { display: grid; place-items: center; }
.printer-roll { position: absolute; z-index: 0; top: 20px; left: 50%; width: 118px; height: 62px; border: 1px solid #c5d3e5; border-radius: 50%; background: radial-gradient(circle at center, #889ebc 0 10px, #f9fbff 11px 35px, #d9e4f3 36px 100%); box-shadow: 0 12px 25px rgba(38, 67, 112, .16); transform: translateX(-50%); }
.printer-roll span { position: absolute; top: 16px; left: 50%; width: 28px; height: 28px; border-radius: 50%; background: #7790b3; box-shadow: inset 0 0 0 7px #dce6f3; transform: translateX(-50%); }
.printer-top { position: absolute; z-index: 1; top: 55px; left: 50%; width: 188px; height: 63px; border: 1px solid #b9c9dd; border-radius: 18px 18px 7px 7px; background: linear-gradient(145deg, #fff, #cfddf0); box-shadow: 0 12px 25px rgba(42, 75, 126, .17), inset 0 1px 0 #fff; transform: translateX(-50%); }
.printer-top > span { position: absolute; right: 25px; bottom: 15px; width: 46px; height: 8px; border-radius: 7px; background: #8da5c6; box-shadow: inset 0 2px 2px rgba(0,0,0,.1); }
.printer-top > i { position: absolute; top: 15px; left: 23px; width: 82px; height: 7px; border-radius: 6px; background: #b2c3da; }
.printer-body { position: absolute; z-index: 3; top: 92px; left: 50%; width: 230px; height: 104px; border: 1px solid #0d469e; border-radius: 16px; background: linear-gradient(155deg, #337fe9 0%, #1b61cf 48%, #0d46a6 100%); box-shadow: 0 21px 38px rgba(25, 82, 176, .28), inset 0 2px 0 rgba(255,255,255,.18); transform: translateX(-50%); }
.printer-body::after { content: ""; position: absolute; right: 22px; bottom: 14px; left: 22px; height: 13px; border: 2px solid #092b67; border-radius: 8px; background: linear-gradient(180deg, #061f4d, #0d367d); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .35); }
.printer-body > i { position: absolute; top: 18px; right: 19px; width: 10px; height: 10px; border-radius: 50%; background: #5df0a7; box-shadow: 0 0 12px #45e99a; animation: printerLight 2s ease-in-out infinite; }.printer-body > b { position: absolute; top: 17px; left: 20px; color: #fff; font-size: 11px; }.printer-body > em { position: absolute; top: 42px; left: 20px; width: 94px; height: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; background: #0a3f98; box-shadow: inset 0 2px 4px rgba(0,0,0,.18); }
.printer-body > em::before, .printer-body > em::after, .printer-body > em span { content: ""; position: absolute; top: 8px; height: 5px; border-radius: 3px; background: #8bb9ff; }.printer-body > em::before { left: 8px; width: 30px; }.printer-body > em::after { left: 44px; width: 12px; }.printer-body > em span { right: 8px; width: 7px; background: #59eca6; }
.printer-paper { position: absolute; z-index: 2; top: 176px; left: 50%; width: 190px; height: 105px; display: flex; gap: 5px; padding: 17px 9px 9px; border: 1px solid #d2dbe8; border-radius: 0 0 8px 8px; background: linear-gradient(180deg, #fff, #f2f5f9); box-shadow: 0 13px 22px rgba(44, 72, 116, .15); transform: translateX(-50%); animation: printerPaper 3.8s ease-in-out infinite; }
.printer-label { width: 54px; height: 76px; display: flex; flex-direction: column; align-items: center; gap: 5px; border: 1px dashed #b8c5d6; border-radius: 3px; padding: 5px 3px; background: #fff; }
.printer-label .mini-datamatrix { width: 39px; height: 39px; flex: none; background-size: 6px 6px; }.printer-label b { color: #62738c; font-size: 6px; letter-spacing: -.03em; }
.printer-tray { position: absolute; z-index: 1; right: 22px; bottom: 3px; left: 22px; height: 28px; border: 1px solid #b7c6d9; border-radius: 5px 5px 18px 18px; background: linear-gradient(180deg, #dbe5f2, #f8fbff); box-shadow: 0 12px 20px rgba(42, 69, 108, .12); }
.printer-ready { position: absolute; z-index: 5; right: 16px; bottom: 13px; border-radius: 20px; padding: 8px 11px; color: #087c4b; background: #e2faed; box-shadow: 0 10px 20px rgba(20, 133, 84, .13); font-size: 9px; font-weight: 800; opacity: 0; animation: printerReady 3.8s ease-in-out infinite; }
@keyframes printerPaper { 0%, 12% { height: 20px; transform: translateX(-50%) translateY(-18px); opacity: .2; } 48%, 84% { height: 118px; transform: translateX(-50%) translateY(0); opacity: 1; } 100% { height: 118px; transform: translateX(-50%) translateY(5px); opacity: 0; } }
@keyframes printerLight { 0%, 100% { opacity: .45; } 50% { opacity: 1; transform: scale(1.25); } }
@keyframes printerReady { 0%, 52% { opacity: 0; transform: translateY(8px); } 64%, 88% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; } }

.integration-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.integration-layout h2 { max-width: 500px; }
.integration-layout p { max-width: 500px; margin-bottom: 30px; color: #bac7d8; line-height: 1.7; }
.integration-map { position: relative; min-height: 430px; }
.integration-map::before, .integration-map::after { content: ""; position: absolute; inset: 50%; width: 360px; height: 360px; transform: translate(-50%, -50%); border: 1px solid rgba(103, 151, 231, .24); border-radius: 50%; }
.integration-map::after { width: 240px; height: 240px; }
.integration-map__core { position: absolute; z-index: 2; top: 50%; left: 50%; width: 126px; height: 126px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 12px solid rgba(255, 255, 255, .11); border-radius: 50%; color: #fff; background: var(--blue); font-size: 26px; font-weight: 800; box-shadow: 0 0 70px rgba(55, 125, 255, .34); }
.integration-pill { position: absolute; z-index: 3; min-width: 125px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 13px; padding: 14px 16px; background: #1d304e; font-size: 12px; font-weight: 700; text-align: center; box-shadow: 0 15px 30px rgba(0, 0, 0, .16); }
.i1 { top: 5%; left: 37%; }.i2 { top: 25%; right: 3%; }.i3 { right: 7%; bottom: 17%; }.i4 { bottom: 2%; left: 32%; }.i5 { bottom: 20%; left: 0; }.i6 { top: 24%; left: 3%; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.package-card { position: relative; min-height: 570px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.package-card--featured { border: 2px solid var(--blue); box-shadow: 0 24px 60px rgba(25, 95, 225, .13); }
.package-card__for { display: block; margin-bottom: 22px; color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.package-card h3 { margin-bottom: 11px; font-size: 28px; }
.package-card > p { min-height: 70px; margin-bottom: 20px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.package-card ul { margin-bottom: 30px; }
.package-card li { margin: 15px 0; color: #465366; }
.package-card .button { margin-top: auto; }
.extras { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.extras > div { min-height: 108px; display: flex; align-items: center; gap: 13px; padding: 18px; border-radius: 15px; background: var(--soft); }
.extras > div > span { width: 30px; height: 30px; display: grid; place-items: center; flex: none; border-radius: 9px; color: var(--blue); background: #fff; font-weight: 800; }
.extras p, .extras b, .extras small { display: block; margin: 0; }
.extras b { margin-bottom: 5px; font-size: 12px; }.extras small { color: var(--muted); font-size: 10px; line-height: 1.4; }

.why-layout { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 15px; }
.why-card { min-height: 235px; padding: 28px; border: 1px solid #dbe6f7; border-radius: 18px; background: #fff; }
.why-card--main { grid-row: span 2; display: flex; flex-direction: column; padding: 40px; color: #fff; background: linear-gradient(145deg, #0e49bc, var(--blue)); }
.why-card--main h2 { margin-top: 15px; font-size: 38px; }
.why-card--main > p { color: rgba(255, 255, 255, .75); line-height: 1.7; }
.why-card__number { display: block; margin-bottom: 55px; color: var(--blue); font-size: 11px; font-weight: 800; }
.why-card h3 { margin-bottom: 10px; font-size: 19px; }
.why-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.partner-badge { margin-top: auto; display: flex; align-items: center; gap: 15px; border-radius: 13px; padding: 13px; background: rgba(255, 255, 255, .12); }
.partner-badge img { width: 58px; height: 58px; object-fit: contain; border-radius: 8px; background: #fff; }
.partner-badge span { max-width: 250px; font-size: 11px; line-height: 1.5; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro { align-self: start; position: sticky; top: 120px; }
.faq-intro .kicker { display: block; margin-bottom: 14px; }.faq-intro p { color: var(--muted); line-height: 1.65; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; color: var(--ink); background: none; text-align: left; font-weight: 700; cursor: pointer; }
.faq-item button i { width: 30px; height: 30px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--blue); background: var(--soft); font-size: 20px; font-style: normal; transition: transform .2s; }
.faq-item > div { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item > div p { padding: 0 48px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-item.is-open button i { transform: rotate(45deg); }

.final-cta { padding: 80px 0; color: #fff; background: linear-gradient(125deg, #0e49bc, #195fe1 55%, #4387ff); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { max-width: 760px; margin: 14px 0 15px; }
.final-cta p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .78); line-height: 1.65; }
.final-cta .button { min-width: 210px; flex: none; }

.footer { padding: 65px 0 25px; color: #fff; background: #0d192b; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; }
.brand--light .brand__mark { color: var(--blue); background: #fff; }
.footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer__grid p { max-width: 380px; margin-top: 8px; color: #91a0b5; font-size: 13px; line-height: 1.6; }
.footer__grid a:not(.brand) { color: #bac5d5; font-size: 13px; }
.footer__grid a:hover { color: #fff; }
.footer__label { margin-bottom: 7px; color: #677a96; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.footer__bottom { margin-top: 45px; display: flex; justify-content: space-between; border-top: 1px solid #25344b; padding-top: 22px; color: #657791; font-size: 11px; }

.modal[hidden], .cookie[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(7, 18, 35, .7); backdrop-filter: blur(7px); }
.modal__panel { position: relative; z-index: 1; width: min(540px, 100%); max-height: calc(100vh - 30px); overflow: auto; border-radius: 23px; padding: 36px; background: #fff; box-shadow: 0 35px 90px rgba(0, 0, 0, .3); }
.modal__close { position: absolute; top: 15px; right: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #6b778a; background: var(--soft); font-size: 25px; cursor: pointer; }
.modal__panel h2 { margin: 11px 35px 10px 0; font-size: 32px; }
.modal__panel > p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.modal form { display: grid; gap: 14px; margin-top: 24px; }
.modal label span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 700; }
.modal input, .modal select, .modal textarea { width: 100%; border: 1px solid #d8e1ef; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(25, 95, 225, .1); }
.modal textarea { resize: vertical; }
.modal form small { color: #8a96a7; font-size: 9px; line-height: 1.5; }.modal form small a { color: var(--blue); text-decoration: underline; }
.form-success { padding: 25px 0 0; text-align: center; }
.form-success > span { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: #0da765; font-size: 24px; }
.form-success p { color: var(--muted); line-height: 1.6; }
.cookie { position: fixed; z-index: 70; right: 20px; bottom: 20px; width: min(410px, calc(100% - 40px)); display: flex; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 14px; padding: 16px; background: #fff; box-shadow: 0 18px 50px rgba(12, 36, 77, .18); }
.cookie p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.cookie a { color: var(--blue); }.cookie button { flex: none; border: 0; border-radius: 8px; padding: 9px 12px; color: #fff; background: var(--blue); font-size: 10px; font-weight: 700; cursor: pointer; }

@media (max-width: 1050px) {
  .header__phone { display: none; }
  .nav { gap: 17px; }
  .hero__grid { grid-template-columns: 1fr 1fr; }
  .hero__visual { min-height: 410px; }
  .hero__image-frame { width: 650px; flex-basis: 650px; }
  .benefits-bar { grid-template-columns: repeat(2, 1fr); }
  .benefits-bar div:nth-child(2) { border-right: 0; }.benefits-bar div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .extras { grid-template-columns: repeat(2, 1fr); }
  .role-card { padding: 27px; }
  .integration-layout { gap: 20px; }
  .why-layout { grid-template-columns: 1.2fr 1fr; }.why-card--main { grid-row: span 3; }
  .role-detail__steps { grid-template-columns: repeat(3, 1fr); }
  .workflow__body { grid-template-columns: 1fr; }
  .workflow-panel { grid-template-columns: minmax(0, 1fr) 290px; }
}

@media (max-width: 820px) {
  .section { padding: 78px 0; }
  .header { height: 68px; }
  .nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 18px; border-bottom: 1px solid var(--line); background: #fff; }
  .nav.is-open { display: flex; }.nav a { padding: 13px 0; border-bottom: 1px solid #edf1f7; }
  .header__contacts .button { display: none; }.menu-button { display: block; margin-left: auto; }
  .hero { padding-top: 58px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: auto; margin: 25px -20px 0 0; }
  .hero__image-frame { width: 100%; flex-basis: 100%; }
  .hero__image-frame > img { width: 100%; height: auto; border-radius: 25px 0 0 25px; }
  .hero__scan-effect { border-radius: 25px 0 0 25px; }
  .hero__float--step { min-width: 190px; padding: 7px 11px 7px 8px; }.hero__float--step i { width: 23px; height: 23px; }.hero__float--step b { font-size: 11px; }
  .hero__float--one { top: 42px; left: 14px; }.hero__float--two { top: 86px; left: 35px; }.hero__float--three { top: 130px; left: 18px; }
  .hero__float--four { top: 174px; left: 39px; }.hero__float--five { top: 218px; left: 21px; }.hero__float--six { top: 262px; left: 42px; }
  .section-heading--wide { display: block; }.section-heading--wide p { max-width: none; }
  .role-grid, .package-grid { grid-template-columns: 1fr; }.role-card { min-height: auto; }.role-card--accent { transform: none; }
  .role-card p { min-height: 0; }
  .process-layout, .integration-layout, .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .process-intro, .faq-intro { position: static; }
  .workflow-panel { grid-template-columns: 1fr; padding: 35px; }.workflow-visual { min-height: 290px; }
  .integration-map { min-height: 400px; }
  .package-card { min-height: 0; }
  .why-layout { grid-template-columns: 1fr 1fr; }.why-card--main { grid-column: span 2; grid-row: auto; min-height: 430px; }
  .final-cta__inner { display: block; }.final-cta .button { margin-top: 28px; }
  .footer__grid { grid-template-columns: 1.2fr 1fr; }.footer__grid > div:last-child { grid-column: span 2; }
  .category-modal__roles { grid-template-columns: 1fr; }
  .category-modal__role { min-height: 0; }
  .role-detail__hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .role-detail__category { max-width: 520px; }
  .role-detail__steps { grid-template-columns: 1fr 1fr; }
  .role-detail__cards { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 66px 0; }
  h1 { font-size: 39px; } h2 { font-size: 32px; }
  .hero { padding-top: 45px; }.hero__lead { font-size: 16px; }.hero__actions { display: grid; }.hero__actions .button { width: 100%; }
  .hero__visual { min-height: 0; margin: 25px -14px 0 0; align-items: flex-start; }
  .hero__image-frame { width: 100%; flex: 0 0 100%; aspect-ratio: 1400 / 788; overflow: hidden; border-radius: 22px 0 0 22px; }
  .hero__image-frame > img { width: 100%; height: 100% !important; aspect-ratio: 1400 / 788; object-fit: cover; border-radius: inherit; }
  .hero__float { display: flex; }
  .hero__scan-effect { display: block; border-radius: inherit; }
  .hero__float--step { width: min(47%, 178px); min-width: 0; min-height: 28px; gap: 6px; padding: 4px 7px 4px 5px; border-radius: 10px; white-space: normal; }
  .hero__float--step i { width: 19px; height: 19px; flex: 0 0 19px; font-size: 8px; }
  .hero__float--step b { margin: 0; font-size: 8.5px; line-height: 1.08; }
  .hero__float--one { top: 7px; left: 7px; }
  .hero__float--two { top: 38px; left: 13px; }
  .hero__float--three { top: 69px; left: 7px; }
  .hero__float--four { top: 100px; left: 13px; }
  .hero__float--five { top: 131px; left: 7px; }
  .hero__float--six { top: 162px; left: 13px; }
  .hero__scan-beam { height: 4px; }
  .hero__scan-target { width: 21px; height: 21px; border-radius: 4px; }
  .hero__scanner-glow { width: 31px; height: 31px; }
  .hero__scan-notice { left: 68%; bottom: 7px; min-width: 0; width: 172px; gap: 7px; padding: 6px 8px; border-radius: 10px; }
  .hero__scan-notice img { width: 46px; height: 18px; }
  .hero__scan-notice b { font-size: 9px; }
  .hero__scan-notice--error i { width: 20px; height: 20px; font-size: 10px; }
  .benefits-bar { margin-top: 42px; grid-template-columns: 1fr; }.benefits-bar div { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line) !important; }.benefits-bar div:last-child { border-bottom: 0 !important; }
  .section-heading { margin-bottom: 35px; text-align: left; }.section-heading p { font-size: 15px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid, .extras, .why-layout { grid-template-columns: 1fr; }
  .category-card { min-height: 150px; }
  .center-actions { align-items: stretch; flex-direction: column; }.center-actions .button { width: 100%; }
  .role-card { padding: 25px; }
  .problem-card { min-height: 200px; padding: 28px 24px 25px 56px; }.problem-card__dot { top: 31px; left: 24px; }
  .process-layout { gap: 45px; }.timeline li { grid-template-columns: 54px 1fr; }.timeline li > span { width: 44px; height: 44px; }.timeline li::after { top: 43px; left: 21px; }
  .workflow { overflow: visible; border: 0; box-shadow: none; }
  .workflow__body { margin-top: 0; border: 0; border-radius: 0; overflow: visible; gap: 12px; }.workflow-panel { min-height: 0; padding: 27px 22px; border-radius: 17px; }.workflow-panel h3 { font-size: 22px; }
  .integration-map { min-height: 355px; transform: scale(.9); margin: -20px -35px; }.integration-map::before { width: 310px; height: 310px; }.integration-map::after { width: 200px; height: 200px; }.integration-pill { min-width: 105px; padding: 11px; font-size: 10px; }
  .package-card { padding: 28px 24px; }
  .why-card--main { grid-column: auto; min-height: 460px; padding: 30px; }.why-card--main h2 { font-size: 31px; }.why-card__number { margin-bottom: 35px; }
  .faq-layout { gap: 32px; }.faq-item button { padding: 21px 0; }
  .final-cta { padding: 65px 0; }.final-cta .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; gap: 35px; }.footer__grid > div:last-child { grid-column: auto; }.footer__bottom { flex-direction: column; gap: 8px; }
  .modal__panel { padding: 30px 20px 22px; }.modal__panel h2 { font-size: 28px; }
  .category-modal { padding: 10px; }
  .category-modal__panel { max-height: calc(100vh - 20px); border-radius: 20px; padding: 24px 18px; }
  .category-modal__head { grid-template-columns: 76px 1fr; gap: 14px; padding-right: 22px; }
  .category-modal__image { width: 76px; height: 76px; border-radius: 16px; }
  .category-modal__head h2 { font-size: 25px; }
  .category-modal__head p { grid-column: span 2; font-size: 12px; }
  .category-modal__timeline { grid-template-columns: 1fr; margin: 20px 0; }
  .role-detail__hero { padding: 58px 0; }
  .role-detail__back { margin-bottom: 24px; }
  .role-detail__hero h1 { font-size: 38px; }
  .role-detail__hero-grid > div > p { font-size: 15px; }
  .role-detail__steps { grid-template-columns: 1fr; }
  .role-detail__steps li { min-height: 0; }
}

@media (max-width: 360px) {
  .hero__float--step { min-height: 24px; padding: 3px 6px 3px 4px; }
  .hero__float--step i { width: 17px; height: 17px; flex-basis: 17px; font-size: 7px; }
  .hero__float--step b { font-size: 7.5px; }
  .hero__float--one { top: 5px; }
  .hero__float--two { top: 31px; }
  .hero__float--three { top: 57px; }
  .hero__float--four { top: 83px; }
  .hero__float--five { top: 109px; }
  .hero__float--six { top: 135px; }
  .hero__scan-notice { width: 154px; }
}

/* Единая шапка сайта на странице маркировки */
#rec2163183221 { display: none !important; }
.has-modern-header .hero { padding-top: 132px; }
.site-header-new .nav-item--current { background: #fff4eb; }
@media (max-width: 960px) {
  .has-modern-header .hero { padding-top: 112px; }
}
@media (max-width: 600px) {
  .has-modern-header .hero { padding-top: 104px; }
}

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