:root {
  --ink: #13201f;
  --ink-soft: #465654;
  --muted: #6d7b79;
  --line: #dce4e2;
  --line-strong: #c8d3d1;
  --surface: #ffffff;
  --surface-soft: #f4f7f6;
  --surface-tint: #edf5f3;
  --brand: #0f6b63;
  --brand-dark: #0a4e49;
  --brand-pale: #dcefeb;
  --accent: #c48a2a;
  --danger: #a8483d;
  --shadow-sm: 0 4px 16px rgba(16, 42, 39, 0.06);
  --shadow-md: 0 12px 32px rgba(16, 42, 39, 0.08);
}

html {
  scroll-behavior: smooth;
  background: var(--surface);
}

body.enterprise-shell {
  margin: 0;
  color: var(--ink) !important;
  background: var(--surface) !important;
  background-image: none !important;
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.enterprise-shell *,
body.enterprise-shell *::before,
body.enterprise-shell *::after {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

body.enterprise-shell a {
  text-underline-offset: 3px;
}

body.enterprise-shell :focus-visible {
  outline: 3px solid rgba(15, 107, 99, 0.28) !important;
  outline-offset: 3px;
}

body.enterprise-shell .enterprise-header {
  position: sticky !important;
  top: 0;
  z-index: 50;
  width: min(100%, 1240px) !important;
  margin: 0 auto !important;
  padding: 12px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px) !important;
}

body.enterprise-shell .enterprise-header > a:first-child span:first-child {
  border-color: var(--line-strong) !important;
  border-radius: 6px !important;
}

body.enterprise-shell .enterprise-header small {
  color: var(--muted) !important;
  font-size: 10px !important;
}

body.enterprise-shell .enterprise-header nav a {
  color: var(--ink-soft) !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  padding: 7px 3px !important;
}

body.enterprise-shell .enterprise-header nav a[aria-current="page"] {
  color: var(--brand-dark) !important;
  box-shadow: inset 0 -2px 0 var(--brand) !important;
}

body.enterprise-shell .enterprise-cta,
body.enterprise-shell .brand-gold-bg {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--brand-dark) !important;
  border-radius: 6px !important;
  color: #fff !important;
  background: var(--brand) !important;
  background-image: none !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.enterprise-shell .enterprise-cta:hover,
body.enterprise-shell .brand-gold-bg:hover {
  background: var(--brand-dark) !important;
}

body.enterprise-shell .enterprise-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink) !important;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.enterprise-shell .eyebrow {
  display: inline-flex !important;
  align-items: center;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--brand) !important;
  background: transparent !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

body.enterprise-shell .eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  margin-right: 10px;
  background: var(--brand);
}

body.enterprise-shell h1,
body.enterprise-shell h2,
body.enterprise-shell h3,
body.enterprise-shell h4,
body.enterprise-shell strong,
body.enterprise-shell b,
body.enterprise-shell summary {
  color: var(--ink) !important;
}

body.enterprise-shell p,
body.enterprise-shell li,
body.enterprise-shell td,
body.enterprise-shell th,
body.enterprise-shell label,
body.enterprise-shell small {
  color: var(--ink-soft) !important;
}

body.enterprise-shell h1 {
  font-size: 46px !important;
  line-height: 1.08 !important;
  font-weight: 750 !important;
}

body.enterprise-shell h2 {
  font-size: 30px !important;
  line-height: 1.18 !important;
  font-weight: 720 !important;
}

body.enterprise-shell h3 {
  line-height: 1.25 !important;
}

body.enterprise-shell .enterprise-hero {
  width: min(100%, 1240px) !important;
  min-height: auto !important;
  margin: 0 auto !important;
  padding: 64px 24px 46px !important;
  border-bottom: 1px solid var(--line) !important;
  background: var(--surface) !important;
}

body.enterprise-shell .enterprise-hero .answer-first {
  max-width: 590px !important;
  color: var(--ink-soft) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.enterprise-shell .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.enterprise-shell .hero-facts {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 24px !important;
  max-width: 600px !important;
  margin: 24px 0 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid var(--line);
}

body.enterprise-shell .hero-facts li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 210px;
  color: var(--ink-soft) !important;
  font-size: 12.5px !important;
}

body.enterprise-shell .hero-facts li span {
  color: var(--brand) !important;
}

body.enterprise-shell .proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
}

body.enterprise-shell .proof-strip > div {
  min-height: 116px;
  padding: 25px 22px;
  border-left: 1px solid var(--line);
}

body.enterprise-shell .proof-strip > div:last-child {
  border-right: 1px solid var(--line);
}

body.enterprise-shell .proof-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-dark) !important;
  font-size: 15px;
}

body.enterprise-shell .proof-strip span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

body.enterprise-shell .enterprise-band,
body.enterprise-shell #video,
body.enterprise-shell #loss-aversion,
body.enterprise-shell #сравнение,
body.enterprise-shell #преимущества,
body.enterprise-shell #инструменты,
body.enterprise-shell #тарифы,
body.enterprise-shell #faq {
  width: min(100%, 1240px) !important;
  margin: 0 auto !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.enterprise-shell #video {
  background: var(--surface-soft) !important;
}

body.enterprise-shell #loss-aversion {
  background: var(--surface) !important;
}

body.enterprise-shell #loss-aversion > div:last-child {
  padding: 56px 44px !important;
}

body.enterprise-shell #сравнение {
  background: var(--surface-tint) !important;
}

body.enterprise-shell #сравнение > img,
body.enterprise-shell #инструменты > img,
body.enterprise-shell #тарифы > img {
  opacity: 0.05 !important;
  filter: grayscale(1) !important;
}

body.enterprise-shell #сравнение .r-cmp,
body.enterprise-shell #инструменты .r-tools {
  padding: 48px 40px !important;
}

body.enterprise-shell #сравнение table {
  border: 1px solid var(--line-strong) !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-shell #сравнение caption {
  padding: 13px 14px !important;
  color: var(--ink) !important;
  background: #fff !important;
  border: 1px solid var(--line-strong);
  border-bottom: 0;
  font-size: 12px !important;
}

body.enterprise-shell #сравнение th,
body.enterprise-shell #сравнение td {
  padding: 12px 13px !important;
  border: 1px solid var(--line) !important;
  color: var(--ink-soft) !important;
  background: #fff !important;
}

body.enterprise-shell #сравнение th:nth-child(2),
body.enterprise-shell #сравнение td:nth-child(2) {
  border-left: 2px solid rgba(15, 107, 99, 0.35) !important;
  border-right: 2px solid rgba(15, 107, 99, 0.35) !important;
  background: #f2f8f7 !important;
}

body.enterprise-shell #преимущества {
  padding: 52px 40px !important;
  background: #fff !important;
}

body.enterprise-shell #преимущества li {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-shell #преимущества li > span:nth-of-type(2) {
  border-color: var(--line-strong) !important;
  border-radius: 6px !important;
  background: var(--surface-tint) !important;
  box-shadow: none !important;
}

body.enterprise-shell #инструменты {
  background: #123d39 !important;
}

body.enterprise-shell #инструменты h2,
body.enterprise-shell #инструменты b {
  color: #fff !important;
}

body.enterprise-shell #инструменты p,
body.enterprise-shell #инструменты small {
  color: #c9d9d6 !important;
}

body.enterprise-shell #инструменты a {
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

body.enterprise-shell #инструменты a > span:first-child {
  border-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
}

body.enterprise-shell #инструменты svg {
  stroke: #9dd2ca !important;
}

body.enterprise-shell .enterprise-operations {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 54px 40px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

body.enterprise-shell .operations-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 30px;
}

body.enterprise-shell .operations-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

body.enterprise-shell .operations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

body.enterprise-shell .operations-grid article {
  min-height: 176px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

body.enterprise-shell .operations-grid .op-index {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

body.enterprise-shell .operations-grid h3 {
  margin: 0 0 8px;
  font-size: 16px !important;
}

body.enterprise-shell .operations-grid p {
  margin: 0;
  color: var(--muted) !important;
  font-size: 12px;
  line-height: 1.55;
}

body.enterprise-shell #тарифы {
  padding: 52px 40px !important;
  background: var(--surface-soft) !important;
}

body.enterprise-shell #тарифы article {
  border: 1px solid var(--line-strong) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-shell #тарифы a {
  border-color: var(--line-strong) !important;
  border-radius: 6px !important;
  color: var(--ink) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-shell #faq {
  padding: 52px 40px !important;
  background: #fff !important;
}

body.enterprise-shell #faq details {
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.enterprise-shell #faq summary::after {
  color: var(--brand) !important;
}

body.enterprise-shell .enterprise-footer {
  width: min(100%, 1240px) !important;
  margin: 0 auto !important;
  padding: 38px 24px 54px !important;
  border-top: 0 !important;
  background: #fff !important;
}

body.enterprise-shell .enterprise-footer a {
  color: var(--muted) !important;
}

body.enterprise-shell .enterprise-footer b {
  color: var(--ink) !important;
}

/* Services and catalog */
body.enterprise-shell .content-shell {
  width: min(100%, 1240px) !important;
  margin: 0 auto !important;
  padding: 42px 24px 68px !important;
}

body.enterprise-shell .services-intro,
body.enterprise-shell .blog-intro {
  max-width: 860px !important;
  margin: 0 0 38px !important;
  padding: 20px 0 32px;
  text-align: left !important;
  border-bottom: 1px solid var(--line);
}

body.enterprise-shell .services-intro p,
body.enterprise-shell .blog-intro p {
  margin-left: 0 !important;
}

body.enterprise-shell .service-info-row {
  max-width: none !important;
  margin: 0 0 30px !important;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--line);
}

body.enterprise-shell .service-info-card {
  min-height: 0 !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.enterprise-shell .section-tabs {
  position: sticky;
  top: 65px;
  z-index: 20;
  justify-content: flex-start !important;
  margin: 0 0 18px !important;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

body.enterprise-shell .section-tabs a {
  border: 1px solid var(--line-strong) !important;
  border-radius: 6px !important;
  color: var(--ink-soft) !important;
  background: #fff !important;
  background-image: none !important;
}

body.enterprise-shell .section-tabs a:first-child {
  border-color: var(--brand) !important;
  color: var(--brand-dark) !important;
  background: var(--surface-tint) !important;
}

body.enterprise-shell .cat-section {
  margin: 0 !important;
  padding: 34px 0 38px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.enterprise-shell .cat-head {
  margin-bottom: 20px !important;
}

body.enterprise-shell .cat-title img {
  border-radius: 6px !important;
}

body.enterprise-shell .tools-grid {
  gap: 10px !important;
}

body.enterprise-shell .tool-card {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-shell .tool-card:hover {
  border-color: var(--brand) !important;
  box-shadow: var(--shadow-sm) !important;
}

body.enterprise-shell .tool-icon {
  border-color: var(--line-strong) !important;
  border-radius: 6px !important;
  color: var(--brand) !important;
  background: var(--surface-tint) !important;
}

body.enterprise-shell .badge,
body.enterprise-shell .chip {
  border-color: rgba(15, 107, 99, 0.2) !important;
  border-radius: 4px !important;
  color: var(--brand-dark) !important;
  background: var(--surface-tint) !important;
}

/* Calculator workspace */
body.enterprise-shell .tool-page {
  width: min(100%, 1240px) !important;
  margin: 0 auto !important;
  padding: 28px 24px 64px !important;
}

body.enterprise-shell .tool-article > header {
  position: static !important;
  max-width: 880px !important;
  margin: 0 0 26px !important;
  padding: 16px 0 26px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.enterprise-shell .tool-article h1 {
  font-size: 38px !important;
}

body.enterprise-shell .tool-shell {
  gap: 16px !important;
  align-items: start;
}

body.enterprise-shell .panel,
body.enterprise-shell .result,
body.enterprise-shell .metric,
body.enterprise-shell .option-card {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  color: var(--ink) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-shell input,
body.enterprise-shell select,
body.enterprise-shell textarea,
body.enterprise-shell button {
  border-radius: 6px !important;
  font: inherit;
}

body.enterprise-shell .tool-directory {
  margin-top: 34px !important;
  padding: 36px 0 !important;
  border-top: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.enterprise-shell .tool-directory-grid > div {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

/* Editorial pages */
body.enterprise-shell .blog-grid {
  gap: 14px !important;
}

body.enterprise-shell .blog-grid article {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.enterprise-shell .blog-grid article img {
  transition: transform 220ms ease;
}

body.enterprise-shell .blog-grid article:hover {
  border-color: var(--line-strong) !important;
  box-shadow: var(--shadow-sm) !important;
}

body.enterprise-shell .blog-grid article:hover img {
  transform: scale(1.015);
}

body.enterprise-shell .blog-grid h2 {
  font-size: 20px !important;
}

body.enterprise-shell .editorial-cta {
  margin-top: 42px !important;
  padding: 34px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  text-align: left !important;
  background: var(--surface-tint) !important;
  box-shadow: none !important;
}

body.enterprise-shell.page-article .shell {
  width: min(100%, 1040px) !important;
  margin: 0 auto !important;
  padding: 30px 24px 76px !important;
}

body.enterprise-shell.page-article .breadcrumbs {
  margin: 8px 0 26px !important;
  color: var(--muted) !important;
  font-size: 12px !important;
}

body.enterprise-shell.page-article article {
  color: var(--ink-soft) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

body.enterprise-shell.page-article article > header {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

body.enterprise-shell.page-article article h1 {
  max-width: 920px;
  margin: 0 0 18px !important;
  font-size: 44px !important;
  line-height: 1.1 !important;
}

body.enterprise-shell.page-article article h2 {
  margin: 46px 0 15px !important;
  font-size: 29px !important;
  line-height: 1.2 !important;
}

body.enterprise-shell.page-article article h3 {
  margin: 28px 0 10px !important;
  font-size: 20px !important;
}

body.enterprise-shell.page-article .meta {
  color: var(--muted) !important;
  font-size: 12px !important;
}

body.enterprise-shell.page-article .badge {
  padding: 6px 9px !important;
  border-color: rgba(15, 107, 99, 0.2) !important;
  border-radius: 4px !important;
  color: var(--brand-dark) !important;
  background: var(--surface-tint) !important;
}

body.enterprise-shell.page-article .hero-img {
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.enterprise-shell.page-article .toc,
body.enterprise-shell.page-article .quick,
body.enterprise-shell.page-article .soft-offer,
body.enterprise-shell.page-article blockquote,
body.enterprise-shell.page-article .author-box,
body.enterprise-shell.page-article .related,
body.enterprise-shell.page-article .hard-cta {
  margin: 28px 0 !important;
  padding: 22px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.enterprise-shell.page-article .quick {
  background: var(--surface-tint) !important;
}

body.enterprise-shell.page-article blockquote {
  border-left: 4px solid var(--brand) !important;
}

body.enterprise-shell.page-article .hard-cta {
  border-color: rgba(15, 107, 99, 0.24) !important;
  background: var(--surface-tint) !important;
  background-image: none !important;
}

body.enterprise-shell.page-article .button {
  border-radius: 6px !important;
  color: #fff !important;
  background: var(--brand) !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.enterprise-shell.page-article table {
  border: 1px solid var(--line-strong) !important;
  border-radius: 6px !important;
}

body.enterprise-shell.page-article th,
body.enterprise-shell.page-article td {
  border-color: var(--line) !important;
}

body.enterprise-shell.page-article th {
  background: var(--surface-soft) !important;
}

body.enterprise-shell.page-article .author-box img {
  border-color: var(--line-strong) !important;
  box-shadow: none !important;
}

body.enterprise-shell.page-legal .page {
  width: min(100%, 1120px) !important;
  margin: 0 auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.enterprise-shell.page-legal .hero {
  margin: 0 !important;
  padding: 48px 0 34px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.enterprise-shell.page-legal .hero::after {
  display: none !important;
}

body.enterprise-shell.page-legal .hero h1 {
  font-size: 42px !important;
}

body.enterprise-shell.page-legal .content {
  gap: 34px !important;
  margin-top: 32px !important;
}

body.enterprise-shell.page-legal article,
body.enterprise-shell.page-legal .card {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.enterprise-shell.page-legal aside {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: var(--surface-soft) !important;
  box-shadow: none !important;
}

body.enterprise-shell.page-legal h2 {
  margin-top: 34px !important;
  font-size: 26px !important;
}

body.enterprise-shell.page-legal .chip,
body.enterprise-shell.page-legal .eyebrow {
  color: var(--brand-dark) !important;
  background: var(--surface-tint) !important;
}

body.enterprise-shell.page-legal .note,
body.enterprise-shell.page-legal .notice {
  border-color: rgba(15, 107, 99, 0.2) !important;
  border-radius: 8px !important;
  background: var(--surface-tint) !important;
}

@media (max-width: 960px) {
  body.enterprise-shell h1 {
    font-size: 38px !important;
  }

  body.enterprise-shell .proof-strip,
  body.enterprise-shell .operations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.enterprise-shell .proof-strip > div:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  body.enterprise-shell .proof-strip > div:nth-child(4) {
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  body.enterprise-shell .operations-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 760px) {
  body.enterprise-shell .enterprise-header {
    gap: 8px 12px !important;
    padding: 10px 14px !important;
  }

  body.enterprise-shell .enterprise-header nav {
    order: 3;
    width: 100%;
    gap: 14px !important;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.enterprise-shell .enterprise-header nav::-webkit-scrollbar {
    display: none;
  }

  body.enterprise-shell .enterprise-header nav a {
    flex: 0 0 auto;
  }

  body.enterprise-shell h1 {
    font-size: 32px !important;
  }

  body.enterprise-shell h2 {
    font-size: 25px !important;
  }

  body.enterprise-shell .enterprise-hero {
    padding: 38px 18px 34px !important;
  }

  body.enterprise-shell .enterprise-hero .r-hero {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-shell .hero-facts li {
    min-width: 0;
    width: 100%;
  }

  body.enterprise-shell .proof-strip {
    grid-template-columns: 1fr;
    padding: 0 18px;
  }

  body.enterprise-shell .proof-strip > div {
    min-height: 0;
    padding: 18px 0;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }

  body.enterprise-shell #video {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body.enterprise-shell #сравнение .r-cmp,
  body.enterprise-shell #инструменты .r-tools,
  body.enterprise-shell #тарифы,
  body.enterprise-shell #faq,
  body.enterprise-shell #преимущества,
  body.enterprise-shell .enterprise-operations {
    padding: 36px 18px !important;
  }

  body.enterprise-shell #loss-aversion > div:last-child {
    padding: 38px 18px !important;
  }

  body.enterprise-shell .operations-grid {
    grid-template-columns: 1fr;
  }

  body.enterprise-shell .operations-grid article {
    min-height: 0;
  }

  body.enterprise-shell .service-info-row,
  body.enterprise-shell .blog-grid {
    grid-template-columns: 1fr !important;
  }

  body.enterprise-shell .content-shell,
  body.enterprise-shell .tool-page {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.enterprise-shell .section-tabs {
    top: 103px;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto;
  }

  body.enterprise-shell .section-tabs a {
    flex: 0 0 auto;
  }

  body.enterprise-shell.page-article .shell {
    padding: 22px 16px 56px !important;
  }

  body.enterprise-shell.page-article article {
    font-size: 16px !important;
  }

  body.enterprise-shell.page-article article h1 {
    font-size: 31px !important;
  }

  body.enterprise-shell.page-legal .page {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.enterprise-shell.page-legal .hero h1 {
    font-size: 31px !important;
  }
}

@media (max-width: 460px) {
  body.enterprise-shell h1 {
    font-size: 29px !important;
  }

  body.enterprise-shell .enterprise-header > a:last-child {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.enterprise-shell .hero-actions > a {
    width: 100%;
  }

  body.enterprise-shell .r-grid4,
  body.enterprise-shell .r-foot {
    grid-template-columns: 1fr !important;
  }
}
