* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  color: #657086;
  font-family: Roboto, "Open Sans", Lato, Arial, Helvetica, sans-serif;
  line-height: 1.65;
  background: linear-gradient(180deg, #f9fbff 0%, #ffffff 38%, #f7f9fd 100%);
  text-rendering: optimizeLegibility;
}
a {
  color: #13784d;
  text-decoration: none;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
a:hover {
  color: #20a66a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #13213f;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.navbar-brand {
  color: #13213f;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
h1 {
  max-width: 720px;
  font-size: 52px;
  line-height: 1.06;
}
h2 {
  font-size: 38px;
  line-height: 1.14;
}
h3 {
  font-size: 21px;
  line-height: 1.25;
}
p,
li,
.form-control,
.form-select,
.policy-content {
  font-family: "Open Sans", Roboto, Arial, Helvetica, sans-serif;
}
.btn {
  --bs-btn-border-radius: 8px;
  --bs-btn-padding-x: 1.35rem;
  --bs-btn-padding-y: 0.78rem;
  position: relative;
  border-width: 1px;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  --bs-btn-bg: #20a66a;
  --bs-btn-border-color: #20a66a;
  --bs-btn-hover-bg: #13784d;
  --bs-btn-hover-border-color: #13784d;
  --bs-btn-active-bg: #13784d;
  --bs-btn-active-border-color: #13784d;
  background: linear-gradient(135deg, #20a66a 0%, #17a58a 100%);
  box-shadow: 0 14px 30px rgba(32, 166, 106, 0.24);
}
.btn-primary:hover {
  box-shadow: 0 18px 36px rgba(32, 166, 106, 0.3);
}
.btn-outline-primary {
  --bs-btn-color: #13213f;
  --bs-btn-border-color: rgba(32, 166, 106, 0.45);
  --bs-btn-hover-bg: #13213f;
  --bs-btn-hover-border-color: #13213f;
  --bs-btn-hover-color: #ffffff;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}
.site-header .navbar {
  min-height: 78px;
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(223, 231, 242, 0.72);
  box-shadow: 0 12px 34px rgba(20, 34, 66, 0.06);
  backdrop-filter: blur(18px);
}
.site-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 24px;
}
.site-header .navbar-brand::before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: linear-gradient(135deg, #20a66a 0%, #00a8b5 100%);
  box-shadow: 0 8px 18px rgba(32, 166, 106, 0.32);
}
.site-header .navbar-toggler {
  border-color: rgba(19, 33, 63, 0.12);
  border-radius: 8px;
}
.site-header .nav-link {
  position: relative;
  color: #24345d;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.site-header .nav-link::after {
  content: '';
  position: absolute;
  right: 0.5rem;
  bottom: 0.25rem;
  left: 0.5rem;
  height: 2px;
  border-radius: 999px;
  background: #20a66a;
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.site-header .nav-link.active,
.site-header .nav-link:hover {
  color: #13784d;
}
.site-header .nav-link.active::after,
.site-header .nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 40px;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 748px;
  padding: 168px 0 104px;
  background: linear-gradient(110deg, rgba(249, 251, 255, 0.98) 0%, rgba(249, 251, 255, 0.94) 47%, rgba(236, 248, 244, 0.78) 100%), repeating-linear-gradient(90deg, rgba(47, 98, 213, 0.055) 0 1px, transparent 1px 86px), repeating-linear-gradient(0deg, rgba(47, 98, 213, 0.045) 0 1px, transparent 1px 86px);
}
.hero::before {
  content: '';
  position: absolute;
  top: 94px;
  right: -150px;
  width: 54vw;
  height: 520px;
  border: 1px solid rgba(47, 98, 213, 0.09);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7) 0%, rgba(232, 248, 241, 0.5) 100%);
  transform: skewX(-9deg);
}
.hero .hero-container {
  position: relative;
  min-height: 484px;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.hero p {
  max-width: 610px;
  margin: 24px 0 0;
  color: #5d6980;
  font-size: 20px;
}
.hero-actions,
.spotlight-actions,
.accent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.hero-dashboard {
  position: absolute;
  right: -270px;
  bottom: 4px;
  z-index: 1;
  width: min(580px, 45vw);
  opacity: 0.98;
  transform: perspective(1100px) rotateY(-7deg) rotateX(2deg);
  transform-origin: center right;
}
.hero-dashboard-product {
  right: -270px;
  width: min(620px, 49vw);
}
.hero-figure {
  right: -90px;
  bottom: -38px;
  width: min(800px, 57vw);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.hero-dashboard-product.hero-figure {
  right: -90px;
  width: min(830px, 60vw);
}
.hero-figure-home {
  right: -110px;
  width: min(800px, 58vw);
}
.hero-art-shell,
.spotlight-visual,
.section-hero-image,
.efficiency-hero {
  position: relative;
  isolation: isolate;
}
.hero-art-shell {
  padding: 12px;
  overflow: visible;
  border-radius: 8px;
}
.hero-art-shell::before {
  content: '';
  position: absolute;
  right: 26px;
  bottom: -18px;
  left: 34px;
  z-index: -1;
  height: 58px;
  border: 1px solid rgba(47, 98, 213, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  transform: skewX(-10deg);
  box-shadow: 0 24px 54px rgba(20, 34, 66, 0.14);
}
.hero-art-shell img {
  position: relative;
  z-index: 1;
}
.hero-float {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 2px;
  min-width: 142px;
  padding: 14px 16px;
  border: 1px solid rgba(223, 231, 242, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 44px rgba(20, 34, 66, 0.12);
  backdrop-filter: blur(14px);
}
.hero-float strong {
  color: #13213f;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.hero-float span {
  color: #19a583;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
}
.hero-float-primary {
  right: 9%;
  bottom: 11%;
}
.hero-float-secondary {
  left: 7%;
  bottom: 19%;
}
.hero-float-tertiary {
  top: 9%;
  right: 18%;
}
.depth-shard {
  position: absolute;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(47, 98, 213, 0.18);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(218, 235, 255, 0.95) 55%, rgba(32, 166, 106, 0.28) 100%);
  box-shadow: 0 18px 34px rgba(20, 34, 66, 0.14);
  transform: rotate(12deg) skew(-5deg);
}
.depth-shard::after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: -7px;
  width: 80%;
  height: 8px;
  border-radius: 6px;
  background: rgba(47, 98, 213, 0.16);
  transform: skewX(-28deg);
}
.depth-shard-one {
  top: 7%;
  left: 34%;
}
.depth-shard-two {
  right: 12%;
  bottom: 29%;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(213, 250, 236, 0.95) 100%);
}
.section {
  position: relative;
  padding: 104px 0;
}
.section-muted {
  background: linear-gradient(180deg, #f4f7fb 0%, #eef5f3 100%);
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #13784d;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-kicker::after {
  content: '';
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #20a66a 0%, #00a8b5 100%);
}
.section-heading {
  max-width: 830px;
  margin: 0 auto 54px;
  text-align: center;
}
.section-heading .section-kicker {
  justify-content: center;
}
.section-heading p {
  margin: 18px auto 0;
  max-width: 710px;
  color: #657086;
  font-size: 18px;
}
.value-card,
.feature-card {
  position: relative;
  height: 100%;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 242, 0.9);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 255, 0.94) 100%);
  box-shadow: 0 14px 38px rgba(20, 34, 66, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.value-card::before,
.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #20a66a 0%, #00a8b5 50%, #2f62d5 100%);
  opacity: 0.72;
}
.value-card:hover,
.feature-card:hover {
  border-color: rgba(32, 166, 106, 0.28);
  box-shadow: 0 20px 60px rgba(20, 34, 66, 0.12);
  transform: translateY(-4px);
}
.value-card p,
.feature-card p {
  margin-bottom: 0;
}
.feature-card {
  min-height: 286px;
}
.feature-card h3 {
  font-size: 20px;
}
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(32, 166, 106, 0.2);
  border-radius: 8px;
  color: #13784d;
  font-family: Lato, Roboto, Arial, Helvetica, sans-serif;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(233, 249, 243, 0.88) 100%);
  box-shadow: 0 18px 38px rgba(32, 166, 106, 0.12);
}
.icon-box-mask {
  font-size: 0;
}
.icon-box-mask::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #13784d 0%, #00a8b5 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon-box-task-1::before {
  -webkit-mask-image: url('/assets/img/icons/1.svg');
  mask-image: url('/assets/img/icons/1.svg');
}
.icon-box-task-2::before {
  -webkit-mask-image: url('/assets/img/icons/2.svg');
  mask-image: url('/assets/img/icons/2.svg');
}
.icon-box-task-3::before {
  -webkit-mask-image: url('/assets/img/icons/3.svg');
  mask-image: url('/assets/img/icons/3.svg');
}
.icon-box svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.product-spotlight,
.lead-shell,
.capability-layout,
.accent-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  gap: 52px;
  align-items: center;
}
.product-spotlight,
.lead-shell {
  position: relative;
  padding: 48px;
  overflow: hidden;
  border-radius: 8px;
}
.product-spotlight > *,
.lead-shell > * {
  position: relative;
  z-index: 1;
}
.lead-shell {
  border: 1px solid rgba(223, 231, 242, 0.85);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 253, 251, 0.96) 100%);
  box-shadow: 0 20px 60px rgba(20, 34, 66, 0.12);
}
.lead-shell::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #2f62d5 0%, #20a66a 54%, #00a8b5 100%);
}
.spotlight-panel {
  position: relative;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 242, 0.9);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 248, 255, 0.88) 100%);
  box-shadow: 0 24px 58px rgba(20, 34, 66, 0.11);
  transform: perspective(1100px) rotateY(-3deg);
  transform-origin: center right;
}
.spotlight-panel .depth-shard {
  top: 10%;
  right: 9%;
}
.spotlight-visual {
  margin-bottom: 18px;
}
.spotlight-hero-img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.visual-badge,
.visual-caption {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(223, 231, 242, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 36px rgba(20, 34, 66, 0.12);
  backdrop-filter: blur(14px);
}
.visual-badge {
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
  color: #13213f;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
}
.panel-header,
.status-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.panel-header {
  margin-bottom: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(223, 231, 242, 0.86);
  border-radius: 8px;
  color: #13213f;
  background: rgba(255, 255, 255, 0.86);
}
.panel-list {
  display: grid;
  gap: 12px;
}
.status-line {
  padding: 15px 16px;
  border: 1px solid rgba(223, 231, 242, 0.8);
  border-radius: 8px;
  background: #ffffff;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  box-shadow: 0 10px 22px rgba(20, 34, 66, 0.05);
}
.status-line::after {
  color: #20a66a;
  font-weight: 400;
}
.status-line.ok::after {
  content: 'ДА';
  margin-right: 5px;
}
.status-line.warn::after {
  content: '!';
  margin-right: 15px;
  color: #E91E63;
  font-weight: 600;
}
.status-line.status-line-no::after {
  content: 'НЕТ';
  margin-left: 0;
  margin-right: 0;
}
.status-line.status-line-green-no::after {
  content: 'НЕТ';
  margin-left: 0;
  margin-right: 0;
  color: #20a66a;
  font-weight: 400;
}
.panel-header strong,
.panel-header span,
.status-line {
  transition: opacity 0.18s ease, transform 0.18s ease, color 0.18s ease;
}
.status-line::after {
  transition: color 0.18s ease;
}
.panel-header strong.is-changing,
.panel-header span.is-changing,
.status-line.is-changing {
  opacity: 0.42;
  transform: translateY(4px);
}
@media (prefers-reduced-motion: reduce) {
  .panel-header strong,
  .panel-header span,
  .status-line,
  .status-line::after {
    transition: none;
  }
  .panel-header strong.is-changing,
  .panel-header span.is-changing,
  .status-line.is-changing {
    opacity: 1;
    transform: none;
  }
}
.process-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.process-line article {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(223, 231, 242, 0.88);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(20, 34, 66, 0.06);
}
.process-line article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 40px;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #13784d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  background: rgba(32, 166, 106, 0.1);
}
.process-line-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.section-capability {
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(244, 247, 251, 0.98) 0%, rgba(244, 247, 251, 0.9) 46%, rgba(238, 245, 243, 0.42) 72%, rgba(238, 245, 243, 0.14) 100%), url('/assets/img/backgrounds/bg-03-data-integration-engineer.png'), linear-gradient(180deg, #f4f7fb 0%, #eef5f3 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, right -70px center;
  background-size: cover, auto 780px, cover;
}
.capability-layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
}
.capability-copy {
  max-width: 430px;
}
.capability-copy p {
  margin-bottom: 0;
  color: #657086;
  font-size: 18px;
}
.section-product-outcomes {
  background: #ffffff;
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.outcome-card {
  position: relative;
  min-height: 268px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 242, 0.9);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.96) 100%);
  box-shadow: 0 14px 34px rgba(20, 34, 66, 0.06);
}
.outcome-card::after {
  content: '';
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 118px;
  height: 82px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(32, 166, 106, 0.12) 0%, rgba(0, 168, 181, 0.1) 100%);
  transform: rotate(-11deg);
}
.outcome-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #13784d;
  font-family: Lato, Roboto, Arial, Helvetica, sans-serif;
  font-weight: 900;
  background: rgba(32, 166, 106, 0.1);
}
.outcome-card h3,
.outcome-card p {
  position: relative;
  z-index: 1;
}
.section-product-journey {
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(247, 249, 253, 0.4) 0%, rgba(247, 249, 253, 0.58) 34%, rgba(247, 249, 253, 0.94) 66%, rgba(238, 247, 244, 0.98) 100%), url('/assets/img/backgrounds/bg-04-approval-and-publication-team.png'), linear-gradient(180deg, #f7f9fd 0%, #eef7f4 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, left -70px center, center;
  background-size: cover, auto 580px, cover;
}
.journey-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.22fr) minmax(280px, 0.78fr);
  gap: 52px;
  align-items: center;
}
.journey-copy {
  order: 2;
  justify-self: end;
  max-width: 430px;
}
.journey-copy p {
  margin-bottom: 0;
  color: #657086;
  font-size: 18px;
}
.section-hero-image {
  padding: 12px;
  margin: 30px 0 0;
  border: 1px solid rgba(223, 231, 242, 0.88);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 248, 255, 0.86) 100%);
  box-shadow: 0 24px 62px rgba(20, 34, 66, 0.12);
}
.section-hero-image::before {
  content: '';
  position: absolute;
  right: 24px;
  bottom: -14px;
  left: 36px;
  z-index: -1;
  height: 46px;
  border: 1px solid rgba(47, 98, 213, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  transform: skewX(-9deg);
}
.section-hero-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(20, 34, 66, 0.1);
}
.visual-caption {
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 13px 16px;
  color: #13213f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}
.section-hero-image-compact img {
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}
.journey-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  order: 1;
  gap: 18px;
}
.journey-steps article {
  position: relative;
  min-height: 218px;
  padding: 28px;
  border: 1px solid rgba(223, 231, 242, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(20, 34, 66, 0.08);
  backdrop-filter: blur(18px);
}
.journey-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #ffffff;
  font-family: Lato, Roboto, Arial, Helvetica, sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, #2f62d5 0%, #20a66a 100%);
}
.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: center;
  gap: 16px;
}
.capability-list article {
  min-height: 166px;
  padding: 24px;
  border: 1px solid rgba(223, 231, 242, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(20, 34, 66, 0.08);
  backdrop-filter: blur(18px);
}
.capability-list article h3 {
  font-size: 20px;
}
.capability-list article p {
  margin-bottom: 0;
}
.section-efficiency {
  background: linear-gradient(135deg, #13213f 0%, #173762 58%, #0f5c55 100%);
}
.section-efficiency .section-heading h2 {
  color: #ffffff;
}
.section-efficiency .section-heading p {
  color: rgba(255, 255, 255, 0.74);
}
.section-efficiency .section-heading .section-kicker {
  color: #ffffff;
}
.efficiency-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.efficiency-grid article {
  min-height: 180px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
}
.efficiency-grid strong {
  display: block;
  color: #ffffff;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
.efficiency-grid span {
  display: block;
  color: #ffffff;
  font-family: Montserrat, Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.efficiency-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.55;
}
.efficiency-hero {
  max-width: 1040px;
  padding: 12px;
  margin: -18px auto 38px;
  border-radius: 8px;
}
.efficiency-hero::before {
  content: '';
  position: absolute;
  right: 34px;
  bottom: -14px;
  left: 48px;
  z-index: -1;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transform: skewX(-10deg);
}
.efficiency-hero img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.efficiency-hero .visual-caption {
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(19, 33, 63, 0.74);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}
.section-accent {
  padding: 78px 0;
  background: linear-gradient(135deg, #13213f 0%, #173762 58%, #0f5c55 100%);
}
.accent-panel {
  color: rgba(255, 255, 255, 0.8);
}
.accent-panel h2,
.accent-panel .section-kicker {
  color: #ffffff;
}
.accent-panel .section-kicker::after {
  background: linear-gradient(90deg, #20a66a 0%, #00a8b5 100%);
}
.accent-panel p {
  margin-bottom: 0;
  font-size: 18px;
}
.section-lead {
  background: linear-gradient(180deg, #f4f8fb 0%, #edf6f3 100%);
}
.lead-copy p {
  color: #657086;
  font-size: 18px;
}
.lead-contact {
  display: grid;
  gap: 4px;
  margin-top: 26px;
  color: #13213f;
  font-weight: 800;
}
.lead-form .form-control,
.lead-form .form-select {
  min-height: 50px;
  border-color: rgba(204, 216, 231, 0.95);
  border-radius: 8px;
  color: #13213f;
  background-color: rgba(255, 255, 255, 0.92);
}
.lead-form .form-control:focus,
.lead-form .form-select:focus {
  border-color: rgba(32, 166, 106, 0.72);
  box-shadow: 0 0 0 0.2rem rgba(32, 166, 106, 0.14);
}
.lead-form textarea.form-control {
  min-height: 132px;
}
.lead-form .form-label {
  color: #13213f;
  font-weight: 800;
}
.lead-form .form-alert {
  margin-bottom: 20px;
  border-radius: 8px;
}
.mock-window {
  overflow: hidden;
  border: 1px solid rgba(184, 198, 219, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 34px 90px rgba(20, 34, 66, 0.18);
  backdrop-filter: blur(18px);
}
.mock-window-wide {
  min-height: 360px;
}
.mock-window-top {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(223, 231, 242, 0.9);
  background: rgba(255, 255, 255, 0.82);
}
.mock-window-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbe4ef;
}
.mock-window-top span:first-child {
  background: #20a66a;
  box-shadow: 0 0 0 4px rgba(32, 166, 106, 0.12);
}
.mock-grid {
  display: grid;
  grid-template-columns: 124px 1fr;
  min-height: 356px;
}
.mock-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px 18px;
  background: linear-gradient(180deg, #16264a 0%, #101c36 100%);
}
.mock-sidebar span {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}
.mock-sidebar span:first-child {
  width: 72%;
  background: linear-gradient(90deg, #20a66a 0%, #00a8b5 100%);
}
.mock-schedule {
  padding: 28px 24px;
}
.mock-schedule-head {
  margin-bottom: 18px;
  color: #13213f;
  font-size: 23px;
  font-weight: 900;
}
.mock-row {
  display: grid;
  grid-template-columns: 72px 1fr 88px;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(223, 231, 242, 0.82);
  border-left: 4px solid #dfe7f2;
  border-radius: 8px;
  background: #f5f8fc;
  box-shadow: 0 10px 22px rgba(20, 34, 66, 0.05);
}
.mock-row span,
.mock-row i {
  color: #657086;
  font-style: normal;
}
.mock-row b {
  color: #13213f;
}
.mock-row.good {
  border-left-color: #20a66a;
}
.mock-row.warning {
  border-left-color: #d89a25;
}
.calendar-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
}
.calendar-column {
  display: grid;
  gap: 12px;
  min-height: 270px;
  padding: 14px;
  border: 1px solid rgba(223, 231, 242, 0.82);
  border-radius: 8px;
  background: #f5f8fc;
}
.calendar-column b {
  color: #13213f;
}
.calendar-column span {
  min-height: 50px;
  border: 1px solid rgba(223, 231, 242, 0.9);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(20, 34, 66, 0.04);
}
.calendar-column span.accent {
  border-color: rgba(32, 166, 106, 0.38);
  background: linear-gradient(135deg, rgba(32, 166, 106, 0.16) 0%, rgba(0, 168, 181, 0.12) 100%);
}
.calendar-column span.warning {
  border-color: rgba(216, 154, 37, 0.45);
  background: rgba(216, 154, 37, 0.13);
}
.policy-section {
  padding-top: 146px;
  background: linear-gradient(180deg, #f4f8fb 0%, #eef5f3 100%);
}
.policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid rgba(223, 231, 242, 0.86);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(20, 34, 66, 0.12);
}
.policy-content h1 {
  font-size: 40px;
}
.policy-content h2 {
  margin-top: 34px;
  font-size: 24px;
}
.site-footer {
  padding: 60px 0 34px;
  color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, #101a33 0%, #17284d 100%);
}
.site-footer a {
  display: table;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.86);
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer h2 {
  color: #ffffff;
  font-size: 17px;
}
.footer-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}
@media (max-width: 1199px) {
  .hero-dashboard {
    right: -190px;
    opacity: 0.62;
  }
  .hero-figure {
    right: -130px;
    width: min(720px, 56vw);
    opacity: 0.94;
  }
  .hero-dashboard-product.hero-figure {
    right: -170px;
    width: min(780px, 60vw);
  }
  .hero-figure-home {
    right: -185px;
    width: min(760px, 58vw);
  }
  .product-spotlight,
  .lead-shell,
  .capability-layout,
  .accent-panel {
    grid-template-columns: 1fr;
  }
  .section-capability {
    background-position: center, right -170px top 72px, center;
    background-size: cover, auto 560px, cover;
  }
  .capability-copy {
    max-width: 720px;
  }
  .process-line-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .outcome-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .section-product-journey {
    background-position: center, left -170px top 72px, center;
    background-size: cover, auto 560px, cover;
  }
  .journey-layout {
    grid-template-columns: 1fr;
  }
  .journey-copy {
    order: 1;
    justify-self: start;
    max-width: 720px;
  }
  .journey-steps {
    order: 2;
  }
  .efficiency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 31px;
  }
  .site-header .navbar {
    min-height: 68px;
  }
  .hero {
    min-height: 0;
    padding: 132px 0 76px;
  }
  .hero::before {
    right: -35vw;
    width: 90vw;
    opacity: 0.55;
  }
  .hero-dashboard {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 44px;
    opacity: 1;
    transform: none;
  }
  .hero-figure {
    right: auto;
    bottom: auto;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-dashboard-product.hero-figure,
  .hero-figure-home {
    right: auto;
    width: 100%;
  }
  .spotlight-panel {
    transform: none;
  }
  .process-line {
    grid-template-columns: 1fr;
  }
  .capability-list {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .outcome-grid,
  .journey-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 27px;
  }
  .hero p,
  .section-heading p,
  .lead-copy p,
  .accent-panel p {
    font-size: 16px;
  }
  .section {
    padding: 72px 0;
  }
  .product-spotlight,
  .lead-shell,
  .policy-content {
    padding: 28px;
  }
  .section-product-journey {
    background-image: linear-gradient(180deg, rgba(247, 249, 253, 0.98) 0%, rgba(247, 249, 253, 0.92) 58%, rgba(238, 247, 244, 0.9) 100%), url('/assets/img/backgrounds/bg-04-approval-and-publication-team.png'), linear-gradient(180deg, #f7f9fd 0%, #eef7f4 100%);
    background-position: center, left -255px top 84px, center;
    background-size: cover, auto 420px, cover;
  }
  .section-capability {
    background-image: linear-gradient(180deg, rgba(244, 247, 251, 0.98) 0%, rgba(244, 247, 251, 0.93) 58%, rgba(238, 245, 243, 0.9) 100%), url('/assets/img/backgrounds/bg-03-data-integration-engineer.png'), linear-gradient(180deg, #f4f7fb 0%, #eef5f3 100%);
    background-position: center, right -255px top 84px, center;
    background-size: cover, auto 420px, cover;
  }
  .capability-copy p {
    font-size: 16px;
  }
  .journey-copy p {
    font-size: 16px;
  }
  .hero-float {
    position: static;
    display: inline-grid;
    min-width: 0;
    margin: 8px 8px 0 0;
  }
  .hero-figure {
    display: block;
  }
  .hero-art-shell,
  .section-hero-image,
  .efficiency-hero {
    padding: 8px;
  }
  .hero-art-shell::before,
  .section-hero-image::before,
  .efficiency-hero::before,
  .depth-shard {
    display: none;
  }
  .visual-badge,
  .visual-caption {
    position: static;
    display: inline-flex;
    margin-top: 10px;
  }
  .hero-actions,
  .spotlight-actions,
  .accent-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .btn,
  .spotlight-actions .btn,
  .accent-actions .btn {
    width: 100%;
  }
  .mock-grid {
    grid-template-columns: 1fr;
  }
  .mock-sidebar {
    display: none;
  }
  .mock-row {
    grid-template-columns: 64px 1fr;
  }
  .mock-row i {
    grid-column: 2;
  }
  .calendar-board {
    grid-template-columns: 1fr;
  }
  .calendar-column {
    min-height: 0;
  }
  .outcome-card,
  .journey-steps article,
  .capability-list article,
  .efficiency-grid article {
    min-height: 0;
  }
  .efficiency-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
