.container-1188 {
    max-width: 1188px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.clip-chevron {
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%, 16px 50%);
    border-radius: 4px;
}

.colorable-icon {
    width: 18px;
    height: 18px;
}

.arch-topbar {
    position: relative;
    height: 6px;
    background: #EF9C82;
    border-radius: 999px;
    margin: -6px -6px 12px;
}
.arch-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EF9C82;
    color: #123332;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 0 0 3px #102F2E;
}

.arch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1.5px solid #EF9C82;
    background: rgba(239,156,130,0.12);
}

.benefit-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 20px;
    border-radius: 6px;
}
.benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #EF9C82;
    color: #123332;
    margin-bottom: 10px;
}
.benefit-pill {
    width: 100%;
    height: 36px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-pill-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Risks */
.risk-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(16,47,46,0.6);
    border-radius: 6px;
}
.risk-square {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #2B6B68;
}


.tsa-body {
    background: #0F2E2D;
    color: #EAF3F2;
}

.tsa-hero {
    background: url('/assets/hero.gif') center/cover no-repeat, #0F2E2D;
    padding: 96px 0 72px;
    position: relative;
}
.tsa-hero--ffdgfd {
    background: url('/pages/tsaidential/assets/ffdgfd.png') center/cover no-repeat, #0F2E2D;
}
.tsa-hero.tsa-hero--ffdgfd:after {
    background: rgba(12, 58, 55, 0.88);
}
.tsa-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15,46,45,0.4);
}
.tsa-hero__inner { position: relative; z-index: 1; }
.tsa-hero__content { max-width: 920px; }

.tsa-eyebrow {
    color: #EF9C82;
    font-weight: 300;
    letter-spacing: .02em;
    margin: 0 0 10px;
}
.tsa-h1 { font-size: 39px; line-height: .98em; margin: 0 0 18px; }
.tsa-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.tsa-pill { background: rgba(239,156,130,0.18); color: #FFD8CD; border: 1px solid rgba(239,156,130,0.45); padding: 8px 12px; border-radius: 999px; font-size: 14px; }
.tsa-sep { width: 10px; height: 10px; border-radius: 999px; background: #EF9C82; opacity: .5; }

.tsa-actions { display: flex; gap: 12px; margin-top: 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 16px; border-radius: 8px; font-weight: 600; text-decoration: none; }
.btn--primary { background: #EF9C82; color: #123332; }
.btn--ghost { background: transparent; color: #EAF3F2; border: 1px solid rgba(255,255,255,0.22); }
.btn:hover { transform: translateY(-1px); transition: transform .15s ease; }

.tsa-nav { background: #123332; position: sticky; top: 0; z-index: 20; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.tsa-nav__wrap { display: grid; grid-auto-flow: column; grid-auto-columns: max-content; gap: 18px; overflow-x: auto; padding: 12px 20px; }
.tsa-nav__wrap a { color: #CFE7E5; text-decoration: none; white-space: nowrap; font-size: 14px; padding: 6px 10px; border-radius: 999px; }
.tsa-nav__wrap a:hover { background: rgba(255,255,255,0.06); }

.tsa-main { padding: 32px 0 80px; }
.tsa-section { padding: 48px 0; background: #0F2E2D; }
.tsa-section--peach { background: #EFA3891F; }
.tsa-section--image { background: url('/assets/hero-mob.gif') center/cover no-repeat, #0F2E2D; }

.band { padding: 56px 0; }
.band--dark { background: #0F2E2D; }
.band--peach { background: #EF9C82; background: linear-gradient(0deg,#EF9C82 0%,#EF9C82 100%); color: #102F2E; }
.band--image { background: url('/assets/hero.gif') center/cover no-repeat, #0F2E2D; }
.band--image-ffdgfd { position: relative; background: #0F2E2D; }
.band--image-ffdgfd:after { content: ""; position: absolute; inset: 0; background: rgba(12,58,55,0.88); }
.band--peach .tsa-h2, .band--peach p, .band--peach li, .band--peach a { color: #102F2E; }

/* Cards and highlights */
.cards { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 16px; }
.cards li { background: rgba(16,47,46,0.28); border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; padding: 10px 12px; }
.band--peach .cards { background: rgba(16,47,46,0.06); border: 1px solid rgba(16,47,46,0.12); }
.band--peach .cards li { background: rgba(16,47,46,0.08); border-color: rgba(16,47,46,0.18); }

.highlight { background: #7B2E22; color: #FFD8CD; border-radius: 4px; padding: 10px 12px; border: 1px solid rgba(255,255,255,0.15); }
.notice { background: rgba(16,47,46,0.9); color: #FFFFFF; border-left: 6px solid #EF9C82; padding: 12px 14px; border-radius: 6px; margin-top: 14px; }

.tsa-h2 { font-size: 28px; margin: 0 0 14px; color: #FFFFFF; }
.tsa-h3 { font-size: 20px; margin: 0 0 10px; color: #FFFFFF; }
.tsa-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

.tsa-list { margin: 0; padding-left: 18px; display: grid; gap: 8px; }
.tsa-list.cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 24px; padding-left: 0; }
.tsa-list li { line-height: 1.6; }

.tsa-note { margin-top: 12px; font-size: 14px; color: #D6ECEA; opacity: .9; }
.tsa-alert { background: rgba(239,156,130,0.22); border: 1px solid rgba(239,156,130,0.45); color: #FFE1D7; padding: 12px 14px; border-radius: 6px; margin-top: 12px; }
.tsa-link-like { color: #FFD8CD; border-bottom: 1px dashed rgba(239,156,130,0.6); }

.tsa-footer { border-top: 1px solid rgba(255,255,255,0.06); padding: 18px 0; background: #0F2E2D; }
.tsa-footer__inner { display: flex; align-items: center; justify-content: space-between; color: #93C1BF; }
.tsa-footer a { color: #CFE7E5; text-decoration: none; }

@media (max-width: 960px) {
    .tsa-two-col { grid-template-columns: 1fr; }
    .tsa-h1 { font-size: 32px; }
}

@media (max-width: 640px) {
    .tsa-hero { padding: 72px 0 56px; }
    .tsa-h1 { font-size: 28px; }
    .tsa-meta { gap: 8px; }
}

.reveal {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    filter: blur(6px);
    transition: opacity .6s ease, transform .6s ease, filter .6s ease;
}
.reveal.in {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.band--image-custom {
    position: relative;
    background: url('/pages/tsa-platform/assets/Vp4dOPOMo8PujU6kOvgZo.png') center/cover no-repeat, #0F2E2D;
}
.band--image-custom:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12,58,55,0.64);
}
.band--image-custom > * { position: relative; z-index: 1; }

.value-card {
    background: #EF9C82;
    background: rgba(239,156,130,0.92);
    color: #1A2E2D;
    border: 1px solid rgba(16,47,46,0.35);
    border-radius: 6px;
    padding: 18px 20px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.12) inset;
}
.value-card strong { font-weight: 800; }

.band--image-modules {
    position: relative;
    background: url('/pages/tsa-platform/assets/9EZ1M7YYodbPPnulhiwN8.png') center/cover no-repeat, #0F2E2D;
}
.band--image-modules:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12,58,55,0.66);
}
.band--image-modules > * { position: relative; z-index: 1; }

.mod-card {
    background: rgba(16,47,46,0.72);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 6px;
    padding: 16px 18px;
    color: #EAF3F2;
}
.mod-title { font-weight: 700; margin: 0 0 8px; color: #FFFFFF; }
.mod-list { margin: 0; padding-left: 18px; display: grid; gap: 6px; }
.mod-list li { line-height: 1.5; color: #CFE7E5; }

.mod-topbar { position: relative; height: 8px; background: #EF9C82; border-radius: 999px; margin: -6px -6px 12px; }
.mod-badge {
    position: absolute;
    left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 30px; height: 30px; border-radius: 999px;
    display: inline-flex; align-items: center; justify-content: center;
    background: #EF9C82; color: #123332; font-weight: 800;
    box-shadow: 0 0 0 3px #102F2E;
}

.band--image-arch {
    position: relative;
    background: url('/pages/tsa-platform/assets/ssvpZWcMemUhpPbZ_uMtK.png') center/cover no-repeat, #0F2E2D;
}
.band--image-arch:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12,58,55,0.78);
}
.band--image-arch > * { position: relative; z-index: 1; }

.tech-card { background: rgba(8,30,29,0.82); border: 1px solid rgba(255,255,255,0.16); border-radius: 6px; padding: 14px 16px; color: #EAF3F2; }
.tech-title { font-weight: 700; margin: 0 0 8px; color: #FFFFFF; }
.tech-list { margin: 10px 0 0; padding-left: 0; display: grid; gap: 6px; list-style: none; }
.tech-list li { position: relative; padding-left: 16px; }
.tech-list li:before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; background: #EF9C82; border-radius: 999px; box-shadow: 0 0 0 2px rgba(239,156,130,0.25); }
.tech-list li { line-height: 1.5; color: #CFE7E5; }

.tech-heading { margin: 0 0 8px; }
.container-900 { max-width: 980px; margin-left: auto; margin-right: auto; }
.tech-flagrow { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; max-width: 980px; margin: 12px auto 22px; }
.flag { position: relative; height: 44px; background: #2F5E5C; border: 1px solid rgba(255,255,255,0.14); }
.flag:before, .flag:after { content: ""; position: absolute; top: 0; bottom: 0; width: 34px; background: #2F5E5C; }
.flag--left:before { left: -32px; clip-path: polygon(100% 0, 0 50%, 100% 100%); border-left: 1px solid rgba(255,255,255,0.14); }
.flag--left:after { right: -1px; clip-path: polygon(0 0, 100% 50%, 0 100%); box-shadow: -1px 0 0 0 rgba(255,255,255,0.12) inset; width: 22px; background: #244B49; }
.flag--middle:before { left: -1px; clip-path: polygon(100% 0, 0 50%, 100% 100%); box-shadow: 1px 0 0 0 rgba(255,255,255,0.12) inset; width: 22px; background: #244B49; }
.flag--middle:after { right: -1px; clip-path: polygon(0 0, 100% 50%, 0 100%); box-shadow: -1px 0 0 0 rgba(255,255,255,0.12) inset; width: 22px; background: #244B49; }
.flag--right:before { left: -1px; clip-path: polygon(100% 0, 0 50%, 100% 100%); box-shadow: 1px 0 0 0 rgba(255,255,255,0.12) inset; width: 22px; background: #244B49; }
.flag--right:after { right: -32px; clip-path: polygon(0 0, 100% 50%, 0 100%); border-right: 1px solid rgba(255,255,255,0.14); }
.flag__icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 28px; height: 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;  }

.flags-svg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 980px; margin: 12px auto 22px; }
.flag-svg-wrap { position: relative;  }
.flag-svg { inset: 0;  }
.flag-svg path { fill: #2F5E5C; stroke: rgba(255,255,255,0.14); stroke-width: 1; }

.band--image-scenarios { position: relative; background: url('/pages/tsa-platform/assets/5C2vSjY8FaULsUn0ihHnB.gif') center/cover no-repeat, #0F2E2D; }
.band--image-scenarios:after { content: ""; position: absolute; inset: 0; background: rgba(12,58,55,0.72); }
.band--image-scenarios > * { position: relative; z-index: 1; }

.scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.scenario-card { background: rgba(16,47,46,0.78); border: 1px solid rgba(255,255,255,0.18); border-radius: 6px; padding: 16px 18px; color: #EAF3F2; }
.scenario-title { margin: 0 0 8px; font-weight: 700; }
.scenario-badge { width: 34px; height: 34px; border-radius: 999px; background: #EF9C82; color: #123332; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 10px; box-shadow: 0 0 0 2px #0E3231; }
.scenario-note { color: #D5EAE8; opacity: .95; margin-top: 10px; }

@media (max-width: 960px) {
  .scenario-grid { grid-template-columns: 1fr; }
}

.pyr { display: grid; gap: 0; position: relative; padding-top: 6px; }
/* Большой треугольник слева, как на референсе */
.pyr:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 240px; background: linear-gradient(180deg,#244B49 0%, #1C3A38 100%); clip-path: polygon(50% 0, 100% 100%, 0 100%); box-shadow: -1px 0 0 0 rgba(255,255,255,0.06) inset; }
/* Ряд с разделителями без «хвоста» справа */
.pyr-row { position: relative; min-height: 92px; padding: 6px 0 6px 180px; overflow: visible; z-index: var(--z, 1); border-top: 1px solid rgba(255,255,255,0.12); }
.pyr-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.pyr-row + .pyr-row { margin-top: 0; }
.pyr-row:before { content: none; }
/* Номер внутри пирамиды */
.pyr-left { position: absolute; left: 98px; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 999px; display: flex; align-items: center; justify-content: center; color: #FFD8CD;   font-weight: 500; font-size: 14px; backdrop-filter: blur(1px); }
.pyr-right { position: relative; padding: 12px 16px 12px 22px; margin-left: 0; }
.pyr-title { color: #FFD8CD; font-weight: 700; margin: 0 0 6px; display: inline-flex; align-items: center; gap: 8px; }
.pyr-title:before { content: ""; width: 0; height: 0; border-left: 8px solid #EF9C82; border-top: 6px solid transparent; border-bottom: 6px solid transparent; filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
.pyr-text { color: #CFE7E5; }
.pyr-sep { height: 10px; }
.pyr-note { margin-top: 16px; padding: 12px 14px; border-left: 4px solid #EF9C82; color: #EAD0C9; background: rgba(16,47,46,0.66); border-radius: 6px; }

.pyr-image-wrap { display: flex; justify-content: flex-end; }
.pyr-image { width: 100%; max-width: 520px; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }

@media (max-width: 960px) {
  .pyr:before { width: 180px; }
  .pyr-row { height: auto; padding: 18px 0 18px 140px; }
  .pyr-left { left: 76px; }
  .pyr-image-wrap { justify-content: center; }
}

/* Мобильная компоновка пирамиды как на мокапе */
@media (max-width: 640px) {
  .pyr { padding-top: 231px; }
  .pyr:before { left: 50%; transform: translateX(-50%); width: 220px; top: 0; bottom: auto; height: 211px; }
  .pyr-row { padding: 16px 0; position: static; }
  .pyr-right { padding: 0 0 0 44px; }
  /* Небольшие квадратные бейджи перед заголовками */
  .pyr-right:before { content: ""; position: absolute; left: 0; top: 6px; width: 28px; height: 28px; border-radius: 6px; background: rgba(16,47,46,0.55); color: #CFE7E5; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.18); font-weight: 700; font-size: 13px; }
  .pyr-row:nth-child(1) .pyr-right:before { content: "1"; }
  .pyr-row:nth-child(2) .pyr-right:before { content: "2"; }
  .pyr-row:nth-child(3) .pyr-right:before { content: "3"; }
  .pyr-row:nth-child(4) .pyr-right:before { content: "4"; }
  /* Цифры внутри треугольника сверху */
  .pyr-left { left: 50%; transform: translate(-50%, -50%); width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.38); color: #FFFFFF; font-weight: 700; font-size: 14px; background: transparent; z-index: 2; box-shadow: 0 0 0 2px rgba(0,0,0,0.15) inset; }
  .pyr-row:nth-child(1) .pyr-left { top: 46px; }
  .pyr-row:nth-child(2) .pyr-left { top: 92px; }
  .pyr-row:nth-child(3) .pyr-left { top: 138px; }
  .pyr-row:nth-child(4) .pyr-left { top: 186px; }
}

.sec-grid { display: grid; grid-template-columns: 1fr 520px; gap: 28px; align-items: start; }
.sec-left { display: grid; gap: 16px; }
.sec-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sec-card { border: 1px solid rgba(255,255,255,0.18); background: rgba(16,47,46,0.66); border-radius: 6px; padding: 18px; }
.sec-title { margin: 0 0 8px; font-weight: 700; color: #FFD8CD; }
.sec-note { margin-top: 6px; padding: 12px 14px; border-left: 4px solid #EF9C82; color: #EAD0C9; background: rgba(16,47,46,0.66); border-radius: 6px; }
.sec-right { display: flex; align-items: center; justify-content: center; }
.sec-image { width: 100%; max-width: 520px; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }

@media (max-width: 1024px) {
  .sec-grid { grid-template-columns: 1fr; }
  .sec-right { order: -1; }
}

.deploy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 6px; }
.deploy-card { border: 1px solid rgba(255,255,255,0.18); background: rgba(16,47,46,0.66); border-radius: 6px; padding: 18px; color: #EAF3F2; }
.deploy-title { margin: 0 0 8px; font-weight: 700; color: #FFD8CD; }
.deploy-list { margin: 0; padding-left: 18px; display: grid; gap: 8px; }
.deploy-list li { line-height: 1.55; }
.deploy-list b { color: #FFD8CD; font-weight: 700; }
.deploy-alert { margin-top: 18px; background: #7B2E22; color: #FFE1D7; padding: 14px 16px; border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; display: flex; align-items: flex-start; gap: 10px; }
.deploy-dot { width: 10px; height: 10px; border: 2px solid #FFE1D7; border-radius: 999px; margin-top: 4px; display: inline-block; }

@media (max-width: 1024px) {
  .deploy-grid { grid-template-columns: 1fr; }
}

.lic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.lic-image { width: 100%; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.lic-panel { background: #EFA389; background: rgba(239,156,130,0.92); color: #102F2E; border: 1px solid rgba(16,47,46,0.35); border-radius: 6px; padding: 18px; }
.lic-top { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.lic-col { background: rgba(16,47,46,0.06); border: 1px solid rgba(16,47,46,0.18); border-radius: 6px; padding: 14px; }
.lic-bottom { background: rgba(16,47,46,0.06); border: 1px solid rgba(16,47,46,0.18); border-radius: 6px; padding: 14px; }
.lic-title { margin: 0 0 8px; font-weight: 500; }
.lic-actions { display: flex; gap: 12px; margin-top: 14px; }

@media (max-width: 1024px) {
  .lic-grid { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
    .sec-cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 400px) {
    .lic-top {
        grid-template-columns: 1fr;
    }
}