:root {
  --bg: #ffffff;
  --text: #243454;
  --muted: #8d99aa;
  --muted-2: #aeb8c7;
  --primary: #1177ff;
  --primary-2: #2d83ff;
  --deep: #061754;
  --deep-2: #092c83;
  --line: #e8edf6;
  --card-shadow: 0 12px 30px rgba(18, 58, 147, 0.08);
  --radius: 14px;
  --container: 1256px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  min-width: 320px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-shell {
  overflow-x: clip;
}

.reveal-on-scroll {
  opacity: 0;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
}

.reveal-on-scroll.animate__animated {
  -webkit-animation-delay: var(--reveal-delay, 0ms);
  animation-delay: var(--reveal-delay, 0ms);
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.navbar {
  --nav-inline: max(24px, calc((100vw - var(--container)) / 2));
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  isolation: isolate;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: -35% auto -35% -55%;
  z-index: -1;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  transition: transform 0.55s ease, opacity 0.28s ease;
}

.btn:hover {
  transform: translateY(-4px);
}

.btn:hover::before {
  opacity: 1;
  transform: translateX(360%) skewX(-18deg);
}

.btn i {
  transition: transform 0.28s ease;
}

.btn:hover i {
  transform: translateX(4px);
}

.btn:active {
  transform: translateY(-1px) scale(0.98);
}

.btn:focus-visible,
.nav-links a:focus-visible,
.solution-card a:focus-visible,
.case-card a:focus-visible,
.news-card a:focus-visible,
.socials a:focus-visible {
  outline: 3px solid rgba(17, 119, 255, 0.35);
  outline-offset: 4px;
}

.btn--primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(17, 119, 255, 0.25);
}

.btn--primary:hover {
  background: #0d68e6;
  box-shadow: 0 18px 34px rgba(17, 119, 255, 0.38);
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(143, 165, 214, 0.8);
}

.btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 30px rgba(0, 16, 62, 0.22);
}

.btn--outline {
  background: #fff;
  color: #4b79ff;
  border: 1.5px solid #b4c8ff;
  border-radius: 20px;
  padding: 12px 22px;
}

.btn--outline:hover,
.btn--light-outline:hover {
  color: #fff;
  border-color: #1177ff;
  background: #1177ff;
  box-shadow: 0 14px 28px rgba(17, 119, 255, 0.24);
}

.btn--light-outline {
  background: #fff;
  color: #6b7280;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 12px 18px;
}

.btn--white {
  background: #fff;
  color: #3566ff;
  box-shadow: 0 12px 24px rgba(14, 45, 124, 0.16);
}

.btn--white:hover {
  color: #174bd8;
  box-shadow: 0 18px 34px rgba(255, 255, 255, 0.24), 0 18px 36px rgba(14, 45, 124, 0.22);
}

.btn--lg {
  min-height: 64px;
  min-width: 260px;
  font-size: 18px;
}

.btn--sm {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 13px;
  border-radius: 10px;
}

.hero {
  position: relative;
  min-height: 600px;
  background: linear-gradient(180deg, var(--deep) 0%, var(--deep-2) 68%, #a8bcea 100%);
  color: #fff;
}

.hero__bg,
.hero__overlay,
.hero__glow,
.hero__beam {
  position: absolute;
  pointer-events: none;
}

.hero__bg {
  inset: 0 auto auto 0;
  width: 800px;
  height: 470px;
  background: linear-gradient(180deg, rgba(6, 23, 84, 0.96) 0%, rgba(7, 35, 111, 0.85) 58%, rgba(8, 42, 123, 0) 100%);
}

.hero__overlay {
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 23, 84, 0.12) 0%, rgba(9, 44, 131, 0.04) 100%);
}

.hero__glow {
  top: 72px;
  right: 180px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(220, 230, 255, 0.13);
  filter: blur(72px);
}

.hero__beam {
  top: 430px;
  right: 356px;
  width: 420px;
  height: 54px;
  background: linear-gradient(180deg, rgba(116, 196, 255, 0) 0%, rgba(116, 196, 255, 0.6) 50%, rgba(116, 196, 255, 0) 100%);
  filter: blur(16px);
}

.hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 12px;
}

.has-fixed-navbar .hero__inner {
  z-index: 10000;
}

.navbar {
  position: relative;
  width: calc(100vw - var(--scrollbar-width, 0px));
  margin-left: calc(50% - 50vw + (var(--scrollbar-width, 0px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 68px;
  padding: 0 var(--nav-inline);
  transition:
    background-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.36s ease;
}

.navbar.navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100vw - var(--scrollbar-width, 0px));
  margin-left: 0;
  padding-left: var(--nav-inline);
  padding-right: var(--nav-inline);
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(186, 213, 255, 0.18);
  border-radius: 0;
  background: rgba(7, 27, 88, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 10, 45, 0.28);
  z-index: 9999;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition:
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.72s ease,
    background-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.navbar.navbar--fixed.navbar--fixed-visible,
.navbar.reveal-on-scroll.is-visible.navbar--fixed.navbar--fixed-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.brand__mark {
  display: block;
  width: 210px;
  height: 66px;
  padding: 4px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 10, 45, 0.12);
}

.brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand__text strong {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.brand__text small {
  font-size: 10px;
  color: #bfd0f6;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  justify-content: flex-end;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-links a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #e1eaff;
  transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

.nav-links a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.nav-links a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-links a.is-active {
  color: #fff;
  font-weight: 700;
}

.nav-links a.is-active::before {
  display: none;
}

.nav-links a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  height: 2px;
  background: var(--primary-2);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: transparent;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.hero__content {
  display: grid;
  grid-template-columns: 470px 1fr;
  align-items: start;
  gap: 72px;
  padding-top: 32px;
}

.hero-copy {
  padding-top: 64px;
}

.hero-copy h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-copy p {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.9;
  color: #dce8ff;
}

.hero-copy__actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.hero-stats {
  display: flex;
  gap: 28px;
  margin-top: 34px;
}

.hero-stat {
  display: grid;
  gap: 4px;
  transition: transform 0.28s ease;
}

.hero-stat:hover {
  transform: translateY(-4px);
}

.hero-stat strong {
  font-size: 18px;
  line-height: 1;
}

.hero-stat span {
  font-size: 9px;
  color: #9fb5e8;
}

.hero-visual {
  position: relative;
  height: 420px;
}

.hero-visual__card {
  position: absolute;
  left: 130px;
  bottom: 42px;
  width: 380px;
  height: 142px;
  border-radius: 24px;
  background: linear-gradient(86deg, #fdfeff 0%, #dce8ff 100%);
  box-shadow: 0 18px 40px rgba(8, 45, 138, 0.15);
}

.hero-visual__main {
  position: absolute;
  left: 180px;
  top: 66px;
  width: 266px;
  height: 194px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(138, 167, 240, 0.4);
  box-shadow: 0 16px 34px rgba(0, 26, 102, 0.19);
}

.hero-visual__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual__mobile {
  position: absolute;
  left: 114px;
  top: 156px;
  width: 66px;
  height: 132px;
  padding: 14px 10px;
  border-radius: 16px;
  border: 1px solid rgba(166, 191, 255, 0.4);
  background: linear-gradient(84deg, #fafcff 0%, #e2ecff 100%);
}

.bar {
  display: block;
  border-radius: 6px;
}

.bar--wide {
  width: 46px;
  height: 12px;
  background: #d0e0ff;
}

.bar--chart {
  width: 46px;
  height: 54px;
  margin-top: 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, #d9e6ff 0%, #b8cdff 100%);
}

.bar--btn {
  width: 28px;
  height: 12px;
  margin-top: 10px;
  background: #2f7aff;
}

.float-tag {
  position: absolute;
  display: grid;
  place-items: center;
  color: #fff;
}

.float-tag--analytics {
  left: 354px;
  top: 24px;
  width: 86px;
  height: 36px;
  border-radius: 8px;
  background: #3c79ff;
}

.float-tag--dashboard {
  left: 420px;
  top: 146px;
  width: 96px;
  height: 42px;
  border-radius: 10px;
  background: #4a86ff;
}

.float-tag--apps {
  left: 420px;
  top: 250px;
  width: 74px;
  height: 58px;
  border-radius: 14px;
  background: #2f7aff;
}

.hero-visual__light {
  position: absolute;
  left: 160px;
  bottom: 34px;
  width: 260px;
  height: 22px;
  background: linear-gradient(180deg, rgba(103, 185, 255, 0) 0%, rgba(103, 185, 255, 0.67) 50%, rgba(103, 185, 255, 0) 100%);
  filter: blur(10px);
}

.services-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 3;
}

.services-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  min-height: 156px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 58, 147, 0.06);
}

.service-mini {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 16px;
  text-align: center;
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.service-mini:hover {
  z-index: 1;
  background: #f8fbff;
  box-shadow: 0 18px 32px rgba(18, 58, 147, 0.12);
  transform: translateY(-8px);
}

.service-mini + .service-mini {
  border-left: 1px solid #eef2f8;
}

.service-mini__icon {
  font-size: 28px;
  color: #2f7aff;
  transition: transform 0.28s ease, color 0.28s ease;
}

.service-mini:hover .service-mini__icon {
  color: #0f67e8;
  transform: translateY(-3px) scale(1.12);
}

.service-mini h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #2b3348;
}

.service-mini p {
  margin: 0;
  font-size: 8px;
  color: #98a2b3;
}

.section {
  padding: 72px 0;
}

.section--tight {
  padding: 48px 0 40px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.section-heading h2,
.news-head h2 {
  margin: 0;
  color: #222b45;
  font-size: 28px;
  font-weight: 700;
}

.section-heading p,
.news-head p {
  margin: 0;
  font-size: 14px;
  color: #a0a7b5;
}

.section-heading--large h2 {
  font-size: 36px;
  color: #152445;
}

.section-heading--large p {
  font-size: 17px;
  color: #7f8ea8;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.why-card {
  min-height: 132px;
  padding: 22px 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.why-card:hover {
  box-shadow: 0 22px 42px rgba(18, 58, 147, 0.14);
  transform: translateY(-8px);
}

.why-card__icon {
  font-size: 36px;
  color: #2f7aff;
  transition: transform 0.28s ease, color 0.28s ease;
}

.why-card:hover .why-card__icon {
  color: #0f67e8;
  transform: scale(1.12) rotate(-4deg);
}

.why-card h3 {
  margin: 12px 0 10px;
  font-size: 20px;
  color: #2a324a;
}

.why-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #97a1b2;
}

.solutions {
  position: relative;
  overflow: hidden;
  background: #0a2b72;
  color: #fff;
}

.solutions__bg,
.solutions__overlay,
.solutions__right-glow {
  position: absolute;
  inset: 0;
}

.solutions__bg {
  background: center / cover no-repeat url("../assets/images/generated-1777001342312.png");
}

.solutions__overlay {
  background: rgba(7, 36, 94, 0.85);
}

.solutions__right-glow {
  left: auto;
  width: 676px;
  background: linear-gradient(180deg, rgba(26, 75, 174, 0.33) 0%, rgba(26, 75, 174, 0.16) 50%, rgba(26, 75, 174, 0.07) 100%);
}

.solutions__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 392px 1fr;
  gap: 40px 132px;
  align-items: start;
  padding: 120px 0 100px;
}

.eyebrow {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--primary-2);
}

.solutions-copy h2 {
  margin: 18px 0 0;
  font-size: 54px;
  line-height: 1.35;
}

.solutions-copy__line {
  display: block;
  width: 40px;
  height: 4px;
  margin: 26px 0 30px;
  border-radius: 2px;
  background: var(--primary-2);
}

.solutions-copy p {
  margin: 0 0 34px;
  font-size: 17px;
  line-height: 1.95;
  color: #d1dbf2;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 393px));
  gap: 19px 16px;
  justify-content: end;
}

.solution-card {
  position: relative;
  overflow: hidden;
  min-height: 392px;
  padding: 60px 40px 40px;
  border: 1px solid #2d75ea;
  border-radius: 12px;
  background: rgba(23, 58, 130, 0.67);
  backdrop-filter: blur(5px);
  transition: transform 0.32s ease, border-color 0.32s ease, background-color 0.32s ease, box-shadow 0.32s ease;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(75, 140, 255, 0.28), transparent 52%);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.solution-card:hover {
  border-color: #75a8ff;
  background: rgba(31, 76, 156, 0.78);
  box-shadow: 0 24px 48px rgba(0, 20, 74, 0.24);
  transform: translateY(-10px);
}

.solution-card:hover::before {
  opacity: 1;
}

.solution-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: #1e5fe9;
  color: #dde8ff;
  font-size: 32px;
  transition: transform 0.32s ease, background-color 0.32s ease, box-shadow 0.32s ease;
}

.solution-card:hover .solution-card__icon {
  background: #2d83ff;
  box-shadow: 0 16px 30px rgba(45, 131, 255, 0.34);
  transform: translateY(-4px) scale(1.08);
}

.solution-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.solution-card__line {
  display: block;
  width: 42px;
  height: 4px;
  margin: 30px 0 30px;
  background: var(--primary-2);
}

.solution-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #cfd7eb;
}

.solution-card a {
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-2);
  transition: color 0.24s ease, transform 0.24s ease;
}

.solution-card a:hover {
  color: #fff;
  transform: translateX(6px);
}

.desk-props {
  position: absolute;
  left: 10px;
  bottom: 72px;
  width: 620px;
  height: 640px;
  pointer-events: none;
}

.desk-props__monitor {
  position: absolute;
  left: 60px;
  top: 200px;
  width: 610px;
  height: 390px;
  padding: 22px 34px;
  border-radius: 28px;
  background: rgba(24, 58, 122, 0.13);
  transform: rotate(-11deg);
}

.desk-props__screen {
  width: 540px;
  height: 318px;
  border-radius: 18px;
  background: rgba(15, 36, 86, 0.2);
}

.desk-props__stand {
  width: 64px;
  height: 24px;
  margin: -22px auto 0;
  border-radius: 8px;
  background: rgba(27, 62, 123, 0.2);
}

.desk-props__base {
  width: 192px;
  height: 18px;
  margin: 0 auto;
  border-radius: 9px;
  background: rgba(27, 62, 123, 0.16);
}

.desk-props__keyboard {
  position: absolute;
  left: 400px;
  top: 492px;
  width: 168px;
  height: 28px;
  border-radius: 8px;
  background: rgba(36, 71, 132, 0.12);
}

.desk-props__notebook {
  position: absolute;
  left: 292px;
  top: 580px;
  width: 116px;
  height: 84px;
  border-radius: 8px;
  background: rgba(35, 69, 130, 0.11);
  transform: rotate(-12deg);
}

.desk-props__pen {
  position: absolute;
  left: 405px;
  top: 605px;
  width: 92px;
  height: 6px;
  border-radius: 3px;
  background: rgba(42, 74, 134, 0.12);
  transform: rotate(-30deg);
}

.desk-props__mug {
  position: absolute;
  left: 506px;
  top: 548px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(35, 69, 130, 0.13);
}

.section--process {
  padding-top: 12px;
}

.process-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 44px;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 160px;
}

.process-step__circle {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eef5ff;
  color: var(--primary-2);
  font-size: 24px;
}

.process-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  color: #596273;
}

.process-row__arrow {
  color: #99b7ff;
  font-size: 20px;
}

.section--cases {
  padding-top: 30px;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 22px;
  margin-top: 52px;
}

.case-card {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 59, 147, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.case-card:hover {
  box-shadow: 0 24px 48px rgba(20, 59, 147, 0.16);
  transform: translateY(-9px);
}

.case-card__media {
  aspect-ratio: 448 / 232;
  overflow: hidden;
}

.case-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
}

.case-card:hover .case-card__media img {
  filter: saturate(1.08);
  transform: scale(1.06);
}

.case-card__body {
  padding: 24px;
}

.case-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.case-card__top h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.case-card__top i {
  font-size: 20px;
  color: #314a7b;
  transition: transform 0.24s ease, color 0.24s ease;
}

.case-card:hover .case-card__top i {
  color: #1177ff;
  transform: translateX(5px);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 30px;
  padding: 0 16px;
  border: 1px solid #c7d8ff;
  border-radius: 7px;
  background: #f8fbff;
  color: #4a79ff;
  font-size: 12px;
  font-weight: 700;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.case-card:hover .tags span {
  border-color: #9cbcff;
  background: #eef5ff;
}

.section-more {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.section--news {
  padding-top: 28px;
}

.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.news-card {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 58, 147, 0.06);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.news-card:hover {
  box-shadow: 0 24px 46px rgba(18, 58, 147, 0.14);
  transform: translateY(-8px);
}

.news-card__media {
  aspect-ratio: 1.41;
  overflow: hidden;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
}

.news-card:hover .news-card__media img {
  filter: saturate(1.08);
  transform: scale(1.06);
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.news-card h3 {
  margin: 0;
  color: #232c3d;
  font-size: 22px;
  line-height: 1.45;
  transition: color 0.24s ease;
}

.news-card:hover h3 {
  color: #1177ff;
}

.news-card p {
  margin: 0;
  color: #98a2b3;
  font-size: 14px;
  line-height: 1.8;
}

.news-card time {
  color: #b5bec9;
  font-size: 13px;
}

.section--cta {
  padding-top: 18px;
  padding-bottom: 0;
}

.cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 126px;
  padding: 28px 72px;
  border-radius: 14px;
  background: linear-gradient(90deg, #1158c9 0%, #273cba 54%, #5b2cc9 100%);
  box-shadow: 0 12px 30px rgba(14, 45, 124, 0.1);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.cta-bar:hover {
  box-shadow: 0 24px 48px rgba(14, 45, 124, 0.18);
  transform: translateY(-6px);
}

.cta-bar__copy h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
}

.cta-bar__copy p {
  margin: 12px 0 0;
  color: #d8e3ff;
  font-size: 15px;
}

.footer {
  margin-top: 40px;
  background: #1f232a;
  color: #aeb7c5;
}

.footer__inner {
  padding-top: 44px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 250px 180px 180px 230px 132px;
  justify-content: space-between;
  gap: 20px;
}

.footer__col h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
}

.footer__logo {
  display: block;
  width: 210px;
  height: auto;
  margin: 0 0 20px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
}

.footer__col p,
.footer__col li,
.footer__col a,
.footer__col span {
  font-size: 13px;
  line-height: 2;
  color: #aeb7c5;
}

.footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.socials a:hover {
  background: #1177ff;
  transform: translateY(-4px) scale(1.08);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact i {
  margin-top: 7px;
  font-size: 14px;
  color: #fff;
}

.footer__col--qr {
  align-items: center;
  text-align: center;
}

.qr-box {
  position: relative;
  width: 108px;
  height: 108px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #1f232a 8px, transparent 8px) 0 0 / 18px 18px,
    linear-gradient(#1f232a 8px, transparent 8px) 0 0 / 18px 18px,
    linear-gradient(90deg, #fff 9px, transparent 9px) 0 0 / 18px 18px,
    linear-gradient(#fff 9px, transparent 9px) 0 0 / 18px 18px,
    #fff;
  overflow: hidden;
}

.qr-box::before,
.qr-box::after,
.qr-box span {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border: 6px solid #1f232a;
  background: #fff;
}

.qr-box::before {
  top: 10px;
  left: 10px;
}

.qr-box::after {
  top: 10px;
  right: 10px;
}

.qr-box span {
  left: 10px;
  bottom: 10px;
}

.floating-service {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 9900;
  display: grid;
  width: 168px;
  overflow: hidden;
  border: 1px solid rgba(205, 220, 248, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(13, 40, 114, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(-50%);
  animation: floatingServiceIn 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes floatingServiceIn {
  from {
    opacity: 0;
    transform: translate3d(24px, -50%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
}

.floating-service__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid #eef2f8;
  color: #243454;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.floating-service__item i {
  color: #1177ff;
  font-size: 18px;
  transition: transform 0.24s ease, color 0.24s ease;
}

.floating-service__item:hover {
  background: #1177ff;
  color: #fff;
  transform: translateX(-4px);
}

.floating-service__item:hover i {
  color: #fff;
  transform: scale(1.1);
}

.floating-service__item--primary {
  background: linear-gradient(135deg, #1177ff 0%, #2856d9 100%);
  color: #fff;
}

.floating-service__item--primary i {
  color: #fff;
}

.floating-service__qr {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 14px 12px 16px;
  text-align: center;
}

.floating-service__qr .qr-box {
  width: 96px;
  height: 96px;
  box-shadow: inset 0 0 0 1px rgba(17, 119, 255, 0.08);
}

.floating-service__qr strong {
  color: #243454;
  font-size: 13px;
  line-height: 1;
}

.floating-service__qr small {
  color: #8d99aa;
  font-size: 11px;
  line-height: 1.4;
}

.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 28px;
  z-index: 9901;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #1177ff;
  color: #fff;
  box-shadow: 0 16px 34px rgba(17, 119, 255, 0.3);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.92);
  transition: opacity 0.24s ease, transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  background: #0d68e6;
  box-shadow: 0 20px 40px rgba(17, 119, 255, 0.38);
  transform: translateY(-4px) scale(1.04);
}

.back-to-top:active {
  transform: translateY(-1px) scale(0.98);
}

.back-to-top i {
  font-size: 20px;
}

.floating-service a:focus-visible,
.back-to-top:focus-visible {
  outline: 3px solid rgba(17, 119, 255, 0.35);
  outline-offset: 4px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
  margin-top: 30px;
  padding: 22px 0;
  border-top: 1px solid #353b46;
}

.footer__bottom p,
.footer__links a {
  margin: 0;
  color: #7b8594;
  font-size: 12px;
}

.footer__links {
  display: flex;
  gap: 18px;
}

.hero--about {
  min-height: 420px;
  overflow: hidden;
}

.hero--about .hero__bg {
  width: 800px;
  height: 470px;
}

.hero--about .hero__overlay {
  background: linear-gradient(180deg, rgba(7, 36, 94, 0.92) 0%, rgba(7, 36, 94, 0.88) 48%, rgba(7, 36, 94, 0.78) 100%);
}

.about-hero__media,
.about-hero__shade {
  position: absolute;
  top: 0;
  right: 0;
  width: 920px;
  height: 420px;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__shade {
  background: linear-gradient(180deg, rgba(7, 36, 94, 0.92) 0%, rgba(7, 36, 94, 0.86) 48%, rgba(7, 36, 94, 0.78) 100%);
}

.about-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 44px;
}

.about-hero__copy {
  width: 470px;
  padding-top: 44px;
}

.about-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.35;
}

.about-hero__copy p {
  margin: 18px 0 0;
  color: #d8e4ff;
  font-size: 14px;
  line-height: 1.8;
}

.about-hero__line {
  display: block;
  width: 42px;
  height: 4px;
  margin-top: 24px;
  border-radius: 2px;
  background: #2d83ff;
}

.about-page .nav-links a.is-active::after {
  bottom: -28px;
}

.about-intro {
  position: relative;
  z-index: 2;
  margin-top: -120px;
  padding-bottom: 38px;
}

.about-intro__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  padding: 22px 40px 28px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 58, 147, 0.08);
}

.about-intro__copy h2 {
  margin: 12px 0 18px;
  color: #243454;
  font-size: 24px;
}

.about-intro__copy p {
  margin: 0 0 16px;
  color: #7d889c;
  font-size: 14px;
  line-height: 1.9;
}

.about-intro__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.about-stat {
  display: grid;
  gap: 6px;
}

.about-stat i {
  font-size: 26px;
  color: #2d83ff;
}

.about-stat strong {
  color: #243454;
  font-size: 14px;
}

.about-stat span {
  color: #7d889c;
  font-size: 12px;
}

.about-intro__media {
  position: relative;
}

.about-intro__media img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  border-radius: 12px;
}

.about-intro__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #2d83ff;
  font-size: 22px;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 24px rgba(18, 58, 147, 0.15);
}

.about-intro__badge {
  position: absolute;
  left: -44px;
  bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 152px;
  height: 74px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(18, 58, 147, 0.13);
}

.about-intro__badge i {
  color: #2d83ff;
  font-size: 28px;
}

.about-intro__badge span {
  color: #243454;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.section--about-advantages {
  padding-top: 12px;
}

.about-adv-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.about-adv-card {
  min-height: 182px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 20px;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 58, 147, 0.08);
}

.about-adv-card__icon {
  font-size: 42px;
  color: #2d83ff;
}

.about-adv-card h3 {
  margin: 0;
  color: #243454;
  font-size: 18px;
}

.about-adv-card p {
  margin: 0;
  color: #8a95a7;
  font-size: 12px;
  line-height: 1.75;
}

.section--timeline {
  padding-top: 32px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin-top: 72px;
  padding-top: 56px;
}

.timeline__line {
  position: absolute;
  top: 28px;
  left: 35px;
  right: 35px;
  height: 2px;
  background: #e5eeff;
}

.timeline__item {
  position: relative;
  text-align: center;
}

.timeline__dot {
  position: absolute;
  top: -56px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #2d83ff;
  font-size: 20px;
  transform: translateX(-50%);
}

.timeline__item strong {
  display: block;
  color: #243454;
  font-size: 16px;
  font-weight: 700;
}

.timeline__item h3 {
  margin: 20px 0 10px;
  color: #243454;
  font-size: 14px;
}

.timeline__item p {
  margin: 0;
  color: #8a95a7;
  font-size: 11px;
  line-height: 1.7;
}

.cta-bar--about .cta-bar__copy h2 {
  font-size: 24px;
}

.hero--case {
  min-height: 460px;
}

.hero--case .hero__bg {
  width: 900px;
  height: 460px;
}

.hero--case .hero__overlay {
  background: linear-gradient(180deg, rgba(6, 23, 84, 0.1) 0%, rgba(9, 44, 131, 0.03) 100%);
}

.case-page .nav-links a.is-active::after {
  bottom: -28px;
}

.case-hero {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 64px;
  padding-top: 38px;
}

.case-hero__copy {
  padding-top: 64px;
}

.case-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.35;
}

.case-hero__copy p {
  margin: 20px 0 0;
  color: #d8e4ff;
  font-size: 14px;
  line-height: 1.8;
}

.case-hero__desc {
  max-width: 520px;
}

.case-hero__visual {
  position: relative;
  height: 320px;
}

.case-hero__platform {
  position: absolute;
  left: 146px;
  top: 168px;
  width: 262px;
  height: 110px;
  border-radius: 24px;
  background: linear-gradient(86deg, #fdfeff 0%, #dce8ff 100%);
  box-shadow: 0 18px 40px rgba(8, 45, 138, 0.15);
}

.case-hero__screen {
  position: absolute;
  left: 188px;
  top: 20px;
  width: 216px;
  height: 186px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(138, 167, 240, 0.4);
  box-shadow: 0 16px 34px rgba(0, 26, 102, 0.19);
}

.case-hero__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-stats {
  margin-top: -138px;
  position: relative;
  z-index: 2;
}

.case-stats__bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  min-height: 112px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 58, 147, 0.08);
}

.case-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 112px;
}

.case-stat + .case-stat {
  border-left: 1px solid #eef2f8;
}

.case-stat i {
  font-size: 34px;
  color: #2d83ff;
}

.case-stat strong {
  display: block;
  color: #243454;
  font-size: 14px;
  line-height: 1.45;
}

.case-stat span {
  color: #243454;
  font-size: 14px;
  line-height: 1.45;
}

.case-filters {
  padding: 40px 0 22px;
}

.case-filters__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.case-filters__tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.case-filters__tabs a {
  color: #7e889b;
  font-size: 12px;
}

.case-filters__tabs a.is-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 18px;
  border-radius: 20px;
  background: #2d83ff;
  color: #fff;
  font-weight: 700;
}

.case-filters__tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.case-search,
.case-sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 18px;
  border: 1px solid #e5ecf8;
  border-radius: 21px;
  background: #fff;
  color: #98a3b6;
}

.case-search {
  width: 320px;
}

.case-search input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #667085;
  font-size: 12px;
}

.case-sort {
  width: 126px;
  justify-content: space-between;
  cursor: pointer;
}

.section--case-grid {
  padding-top: 0;
  padding-bottom: 36px;
}

.case-grid--compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 28px;
}

.case-card--compact .case-card__top h3 {
  font-size: 24px;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

.pager a,
.pager__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.pager a.is-active {
  border-radius: 8px;
  background: #2d83ff;
  color: #fff;
}

.pager__nav {
  color: #98a3b6;
}

.hero--case-detail {
  min-height: 320px;
}

.hero--case-detail .hero__bg {
  width: 860px;
  height: 320px;
}

.hero--case-detail .hero__overlay {
  background: linear-gradient(180deg, rgba(6, 23, 84, 0.08) 0%, rgba(9, 44, 131, 0.03) 100%);
}

.case-detail-page .nav-links a.is-active::after {
  bottom: -28px;
}

.case-detail-hero {
  display: grid;
  grid-template-columns: 470px 470px;
  justify-content: space-between;
  gap: 48px;
  padding-top: 18px;
}

.case-detail-hero__copy {
  padding-top: 28px;
}

.case-detail-hero__crumb {
  margin: 0 0 18px;
  color: #a9b7d7;
  font-size: 12px;
}

.case-detail-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
}

.case-detail-hero__desc {
  margin: 14px 0 22px;
  color: #d8e4ff;
  font-size: 14px;
  line-height: 1.8;
}

.case-detail-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.case-detail-hero__tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #4f74b8;
  border-radius: 6px;
  background: rgba(23, 58, 130, 0.67);
  color: #dce6ff;
  font-size: 12px;
  font-weight: 700;
}

.case-detail-hero__visual {
  position: relative;
  height: 250px;
}

.case-detail-hero__platform {
  position: absolute;
  left: 170px;
  top: 140px;
  width: 220px;
  height: 90px;
  border-radius: 24px;
  background: linear-gradient(86deg, #fdfeff 0%, #dce8ff 100%);
  box-shadow: 0 18px 40px rgba(8, 45, 138, 0.15);
}

.case-detail-hero__screen {
  position: absolute;
  left: 210px;
  top: 10px;
  width: 190px;
  height: 160px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(138, 167, 240, 0.4);
  box-shadow: 0 16px 34px rgba(0, 26, 102, 0.19);
}

.case-detail-hero__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--case-detail {
  padding-top: 44px;
}

.case-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 864px) 364px;
  gap: 44px;
  align-items: start;
}

.case-main,
.case-info,
.related-cases {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 58, 147, 0.06);
}

.case-main {
  padding: 0 0 28px;
}

.case-main__cover {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.case-main__cover > img {
  width: 100%;
  height: 332px;
  object-fit: cover;
}

.case-main__phone {
  position: absolute;
  right: 86px;
  top: 66px;
  width: 132px;
  height: 248px;
  overflow: hidden;
  border: 1px solid #334d84;
  border-radius: 26px;
}

.case-main__phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-section {
  padding: 28px 28px 0;
}

.case-section h2 {
  margin: 0 0 14px;
  color: #243454;
  font-size: 18px;
}

.case-section p {
  margin: 0;
  color: #7d889c;
  font-size: 13px;
  line-height: 1.9;
}

.case-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 18px;
  margin-top: 26px;
}

.case-feature {
  display: flex;
  gap: 12px;
}

.case-feature i {
  color: #2d83ff;
  font-size: 24px;
}

.case-feature h3 {
  margin: 0;
  color: #243454;
  font-size: 12px;
  line-height: 1.7;
}

.case-feature p {
  margin: 0;
  color: #243454;
  font-size: 12px;
  line-height: 1.7;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 28px 0;
  padding: 14px 18px;
  border-radius: 10px;
  background: #f8fbff;
}

.case-metric {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.case-metric i {
  color: #2d83ff;
  font-size: 24px;
}

.case-metric strong {
  display: block;
  color: #243454;
  font-size: 12px;
  font-weight: 700;
}

.case-metric span {
  color: #243454;
  font-size: 12px;
  line-height: 1.5;
}

.case-sidebar {
  display: grid;
  gap: 24px;
}

.case-info,
.related-cases {
  padding: 24px 28px 28px;
}

.case-info h2,
.related-cases h2 {
  margin: 0 0 22px;
  color: #243454;
  font-size: 18px;
}

.case-info dl {
  margin: 0;
}

.case-info dl > div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 0 0 18px;
}

.case-info dt {
  color: #7d889c;
  font-size: 13px;
  font-weight: 700;
}

.case-info dd {
  margin: 0;
  color: #243454;
  font-size: 13px;
  font-weight: 700;
}

.sidebar-btn {
  width: 100%;
  margin-top: 10px;
}

.related-item {
  display: grid;
  grid-template-columns: 78px 1fr 16px;
  gap: 14px;
  align-items: center;
  padding: 0 0 18px;
}

.related-item + .related-item {
  margin-top: 2px;
}

.related-item img {
  width: 78px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
}

.related-item h3 {
  margin: 0 0 4px;
  color: #243454;
  font-size: 14px;
}

.related-item p {
  margin: 0;
  color: #8a95a7;
  font-size: 11px;
}

.related-item a {
  color: #7b89a2;
  font-size: 16px;
}

.related-more {
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .about-intro__panel {
    grid-template-columns: 1fr;
  }

  .about-intro__badge {
    left: 18px;
    bottom: 18px;
  }

  .about-adv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 48px;
  }

  .case-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case-hero__copy {
    padding-top: 24px;
  }

  .case-stats__bar,
  .case-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-stat:nth-child(3),
  .case-stat:nth-child(4) {
    border-top: 1px solid #eef2f8;
  }

  .case-filters__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .case-detail-hero,
  .case-detail-layout {
    grid-template-columns: 1fr;
  }

  .case-detail-hero {
    gap: 24px;
  }

  .case-main__phone {
    right: 24px;
    top: 40px;
  }

  .case-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline__line {
    display: none;
  }

  .timeline__dot {
    position: static;
    transform: none;
    margin: 0 auto 18px;
  }
}

@media (max-width: 767px) {
  .brand__mark,
  .page-home .brand__mark {
    width: 154px;
    height: 52px;
    padding: 4px 8px;
  }

  .about-hero__media,
  .about-hero__shade {
    width: 100%;
    opacity: 0.45;
  }

  .about-hero__copy {
    width: 100%;
    padding-top: 20px;
  }

  .about-intro {
    margin-top: -80px;
  }

  .about-intro__panel {
    padding: 22px 20px;
  }

  .about-intro__stats,
  .about-adv-grid,
  .timeline,
  .case-stats__bar,
  .case-grid--compact {
    grid-template-columns: 1fr;
  }

  .about-intro__badge {
    position: static;
    margin-top: 16px;
  }

  .case-stat + .case-stat {
    border-left: none;
    border-top: 1px solid #eef2f8;
  }

  .case-search {
    width: 100%;
  }

  .case-filters__tools {
    flex-direction: column;
    align-items: stretch;
  }

  .case-sort {
    width: 100%;
  }

  .case-detail-hero__copy,
  .case-detail-hero__visual {
    width: 100%;
  }

  .case-detail-hero__visual {
    height: 210px;
  }

  .case-detail-hero__platform {
    left: 84px;
    top: 110px;
  }

  .case-detail-hero__screen {
    left: 124px;
  }

  .case-main__cover > img {
    height: 250px;
  }

  .case-main__phone {
    display: none;
  }

  .case-features,
  .case-metrics {
    grid-template-columns: 1fr;
  }

  .related-item {
    grid-template-columns: 78px 1fr;
  }

  .related-item a {
    display: none;
  }
}

@media (max-width: 1365px) {
  .hero-copy h1 {
    font-size: 34px;
  }

  .solutions__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .solutions-grid {
    justify-content: start;
  }

  .desk-props {
    display: none;
  }
}

@media (max-width: 1199px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
    border-radius: 16px;
    background: rgba(7, 27, 88, 0.96);
    box-shadow: 0 18px 40px rgba(0, 10, 45, 0.32);
  }

  body.nav-open .nav-panel {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .nav-links a {
    font-size: 15px;
  }

  .nav-links a.is-active::after {
    display: none;
  }

  .nav-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    min-height: auto;
    padding-bottom: 196px;
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-copy {
    padding-top: 28px;
  }

  .hero-visual {
    width: min(610px, 100%);
    margin-left: auto;
  }

  .services-strip {
    bottom: -80px;
  }

  .services-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-mini:nth-child(3),
  .service-mini:nth-child(5) {
    border-left: none;
  }

  .service-mini:nth-child(n + 3) {
    border-top: 1px solid #eef2f8;
  }

  .why-grid,
  .cases-grid,
  .news-grid,
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .process-row__arrow {
    display: none;
  }

  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nav-links a {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  .floating-service {
    right: 14px;
    top: auto;
    bottom: 90px;
    width: 142px;
    transform: none;
    animation-name: floatingServiceInMobile;
  }

  @keyframes floatingServiceInMobile {
    from {
      opacity: 0;
      transform: translate3d(18px, 0, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .floating-service__item {
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
  }

  .floating-service__item i {
    font-size: 16px;
  }

  .floating-service__qr {
    padding: 12px 10px;
  }

  .floating-service__qr .qr-box {
    width: 82px;
    height: 82px;
  }

  .floating-service__qr small {
    display: none;
  }

  .back-to-top {
    right: 16px;
    bottom: 28px;
    width: 44px;
    height: 44px;
  }

  .container {
    width: min(100% - 32px, var(--container));
  }

  .navbar {
    --nav-inline: 16px;
  }

  .hero {
    padding-bottom: 296px;
  }

  .hero-copy h1 {
    font-size: 28px;
  }

  .hero-copy p {
    font-size: 14px;
  }

  .hero-copy__actions,
  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-visual {
    height: 320px;
  }

  .hero-visual__card {
    left: 74px;
    bottom: 30px;
    width: 220px;
    height: 88px;
  }

  .hero-visual__main {
    left: 110px;
    top: 34px;
    width: 170px;
    height: 126px;
  }

  .hero-visual__mobile,
  .float-tag--analytics,
  .float-tag--dashboard,
  .float-tag--apps,
  .hero-visual__light {
    display: none;
  }

  .services-strip__grid,
  .why-grid,
  .cases-grid,
  .news-grid,
  .footer__grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .service-mini + .service-mini {
    border-left: none;
  }

  .service-mini:nth-child(n + 2) {
    border-top: 1px solid #eef2f8;
  }

  .solutions-copy h2 {
    font-size: 38px;
  }

  .solution-card {
    min-height: auto;
    padding: 34px 24px 28px;
  }

  .section-heading--large h2 {
    font-size: 28px;
  }

  .news-head,
  .cta-bar,
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-bar {
    padding: 28px 24px;
  }

  .cta-bar .btn {
    min-width: 100%;
  }

  .footer__links {
    flex-wrap: wrap;
  }
}

.hero--news {
  min-height: 430px;
}

.hero--news .hero__bg {
  width: 920px;
  height: 430px;
}

.hero--news .hero__overlay {
  background: linear-gradient(180deg, rgba(6, 23, 84, 0.06) 0%, rgba(9, 44, 131, 0.02) 100%);
}

.news-page .nav-links a.is-active::after {
  bottom: -28px;
}

.news-hero {
  display: grid;
  grid-template-columns: 1fr 308px;
  align-items: end;
  gap: 56px;
  padding-top: 34px;
}

.news-hero__copy {
  max-width: 560px;
  padding: 34px 0 56px;
}

.news-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.35;
}

.news-hero__crumb,
.news-hero__desc {
  margin: 18px 0 0;
  color: #d8e4ff;
  font-size: 13px;
  line-height: 1.9;
}

.news-hero__crumb {
  color: #8fa9e8;
  letter-spacing: 0.04em;
}

.news-hero__desc {
  max-width: 520px;
}

.news-hero__visual {
  position: relative;
  height: 242px;
  margin-bottom: -32px;
}

.news-hero__visual-bg {
  position: absolute;
  top: 0;
  right: 26px;
  width: 202px;
  height: 154px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 30%, rgba(87, 206, 255, 0.42), rgba(32, 71, 198, 0.08) 70%);
}

.news-hero__screen {
  position: absolute;
  top: 18px;
  right: 0;
  width: 202px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(4, 18, 69, 0.35);
}

.news-hero__screen img {
  width: 100%;
  height: 132px;
  object-fit: cover;
}

.news-hero__plate {
  position: absolute;
  right: 32px;
  bottom: 0;
  width: 238px;
  height: 110px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, #edf3ff 0%, #ffffff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.news-toolbar {
  position: relative;
  z-index: 2;
  margin-top: -14px;
}

.news-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.news-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 40, 114, 0.08);
}

.news-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  color: #8d99aa;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.24s ease, color 0.24s ease;
}

.news-tabs a.is-active,
.news-tabs a:hover {
  background: #1177ff;
  color: #fff;
}

.news-search {
  width: 316px;
  flex: 0 0 auto;
}

.news-search__box {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 40, 114, 0.08);
}

.news-search__box i {
  color: #9aa7bc;
  font-size: 14px;
}

.news-search__box input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #243454;
  font-size: 13px;
}

.section--news-list {
  padding-top: 28px;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 26px;
  align-items: start;
}

.article-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 18px;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 58, 147, 0.06);
}

.article-card__media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.article-card__media img {
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.article-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.article-card__body h2 {
  margin: 0;
  color: #243454;
  font-size: 16px;
  line-height: 1.5;
}

.article-card__body p {
  margin: 10px 0 0;
  color: #8d99aa;
  font-size: 12px;
  line-height: 1.8;
}

.article-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
  color: #a1aec0;
  font-size: 11px;
}

.article-card__meta span,
.article-card__meta time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pager--news {
  justify-content: center;
  margin-top: 24px;
}

.pager__dots {
  color: #91a0b6;
  font-size: 14px;
  font-weight: 700;
}

.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sidebar-card {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 58, 147, 0.08);
  padding: 22px 20px;
}

.sidebar-card__head {
  margin-bottom: 16px;
}

.sidebar-card__head h3,
.sidebar-card > h3 {
  margin: 0;
  color: #243454;
  font-size: 16px;
}

.hot-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hot-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #243454;
}

.hot-item--featured {
  grid-template-columns: 84px minmax(0, 1fr);
  padding-bottom: 4px;
  border-bottom: 1px solid #edf2f8;
}

.hot-item__thumb {
  border-radius: 10px;
  overflow: hidden;
}

.hot-item__thumb img {
  width: 100%;
  height: 62px;
  object-fit: cover;
}

.hot-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hot-item strong {
  font-size: 12px;
  line-height: 1.7;
}

.hot-item__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: #eef4ff;
  color: #1177ff;
  font-size: 11px;
  font-weight: 800;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #5f7089;
  font-size: 13px;
}

.category-list em {
  color: #9aa7bc;
  font-style: normal;
}

.sidebar-card--cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0d68f8 0%, #407cff 100%);
  color: #fff;
}

.sidebar-card--cta::before {
  content: "";
  position: absolute;
  inset: auto -36px -46px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.sidebar-card--cta p {
  position: relative;
  margin: 12px 0 18px;
  max-width: 190px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.8;
}

.sidebar-card__icon {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 28px;
}

@media (max-width: 1199px) {
  .news-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news-hero__copy {
    padding-bottom: 12px;
  }

  .news-hero__visual {
    width: 308px;
    margin-left: auto;
  }

  .news-toolbar__inner,
  .news-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .news-search {
    width: 100%;
  }

  .news-sidebar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero--news {
    min-height: auto;
  }

  .news-hero__copy {
    padding-top: 16px;
  }

  .news-hero__copy h1 {
    font-size: 28px;
  }

  .news-hero__visual {
    width: 100%;
    height: 220px;
  }

  .news-hero__screen {
    right: 24px;
    width: 172px;
  }

  .news-hero__plate {
    right: 12px;
    width: 208px;
  }

  .news-toolbar {
    margin-top: 18px;
  }

  .news-tabs {
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .article-card {
    grid-template-columns: 1fr;
  }

  .article-card__media img {
    height: 180px;
  }

  .news-sidebar {
    grid-template-columns: 1fr;
  }
}

.btn--soft-white {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: none;
}

.btn--soft-white:hover {
  background: rgba(255, 255, 255, 0.22);
}

.hero--news-detail {
  min-height: 320px;
}

.hero--news-detail .hero__bg {
  width: 900px;
  height: 320px;
}

.hero--news-detail .hero__overlay {
  background: linear-gradient(180deg, rgba(6, 23, 84, 0.08) 0%, rgba(9, 44, 131, 0.03) 100%);
}

.news-detail-page .nav-links a.is-active::after {
  bottom: -28px;
}

.news-detail-hero {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 72px;
  padding-top: 42px;
}

.news-detail-hero__copy {
  max-width: 520px;
  padding-top: 28px;
}

.news-detail-hero__crumb {
  margin: 0 0 30px;
  color: #a9b7d7;
  font-size: 12px;
}

.news-detail-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.35;
}

.news-detail-hero__desc,
.news-detail-hero__text {
  margin: 18px 0 0;
  color: #d8e4ff;
  font-size: 14px;
  line-height: 1.8;
}

.news-detail-hero__text {
  max-width: 520px;
}

.news-detail-hero__accent {
  display: block;
  width: 42px;
  height: 4px;
  margin-top: 28px;
  border-radius: 999px;
  background: #2d83ff;
}

.news-detail-hero__visual {
  position: relative;
  height: 320px;
}

.news-detail-hero__platform {
  position: absolute;
  left: 124px;
  top: 160px;
  width: 262px;
  height: 94px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fdfeff 0%, #dce8ff 100%);
  box-shadow: 0 18px 40px rgba(8, 45, 138, 0.15);
}

.news-detail-hero__screen {
  position: absolute;
  left: 166px;
  top: 18px;
  width: 216px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(138, 167, 240, 0.4);
  box-shadow: 0 16px 34px rgba(0, 26, 102, 0.2);
}

.news-detail-hero__screen img {
  width: 100%;
  height: 186px;
  object-fit: cover;
}

.news-detail-hero__glow {
  position: absolute;
  right: 24px;
  top: 0;
  width: 258px;
  height: 200px;
  border-radius: 50%;
  background: rgba(220, 230, 255, 0.14);
  filter: blur(72px);
}

.section--news-detail {
  padding-top: 44px;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 864px) 364px;
  gap: 44px;
  align-items: start;
}

.article-detail,
.article-side__card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 58, 147, 0.04);
}

.article-detail {
  padding: 30px 28px;
}

.article-detail h1 {
  margin: 0;
  color: #243454;
  font-size: 34px;
  line-height: 1.35;
}

.article-detail__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  color: #8b96a8;
  font-size: 12px;
}

.article-detail__meta-main,
.article-detail__share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.article-detail__cover {
  margin-top: 28px;
  border-radius: 12px;
  overflow: hidden;
}

.article-detail__cover img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.article-detail__body {
  margin-top: 28px;
}

.article-detail__body p {
  margin: 0 0 28px;
  color: #667085;
  font-size: 14px;
  line-height: 1.95;
}

.article-detail__body hr {
  height: 1px;
  margin: 20px 0 28px;
  border: none;
  background: #eef2f7;
}

.article-detail__body h2 {
  margin: 0 0 18px;
  color: #243454;
  font-size: 22px;
  line-height: 1.45;
}

.article-tip {
  margin: 8px 0 32px;
  padding: 22px 24px;
  border: 1px solid #d7e6ff;
  border-radius: 12px;
  background: #f4f8ff;
}

.article-tip strong {
  display: block;
  margin-bottom: 14px;
  color: #2463eb;
  font-size: 16px;
}

.article-tip p {
  margin: 0;
  color: #5f6b7c;
  font-size: 13px;
  line-height: 1.9;
}

.article-detail__pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  border: 1px solid #e7edf7;
  border-radius: 12px;
  background: #f9fbff;
}

.article-detail__pager-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-detail__pager-links a {
  color: #243454;
  font-size: 13px;
  font-weight: 700;
}

.article-detail__back {
  color: #2d83ff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.article-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-side__card {
  padding: 24px;
}

.article-side__card h3 {
  margin: 0 0 18px;
  color: #243454;
  font-size: 18px;
}

.related-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.related-item + .related-item {
  margin-top: 14px;
}

.related-item__thumb {
  border-radius: 8px;
  overflow: hidden;
}

.related-item__thumb img {
  width: 100%;
  height: 62px;
  object-fit: cover;
}

.related-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.related-item__body strong {
  color: #243454;
  font-size: 13px;
  line-height: 1.5;
}

.related-item__body span {
  color: #8b96a8;
  font-size: 11px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}

.tag-cloud a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 18px;
  background: #f4f6fb;
  color: #576071;
  font-size: 12px;
  font-weight: 700;
}

.tag-cloud a.is-active {
  background: #eef5ff;
  color: #2d83ff;
}

.article-consult {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 26px 24px 24px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2167ea 0%, #4d63ff 100%);
  color: #fff;
}

.article-consult h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.article-consult p {
  max-width: 196px;
  margin: 12px 0 18px;
  color: #d8e4ff;
  font-size: 12px;
  line-height: 1.9;
}

.article-consult__icon {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: #bfd6ff;
  font-size: 48px;
  opacity: 0.45;
}

@media (max-width: 1199px) {
  .news-detail-hero,
  .news-detail-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-detail-hero__visual {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .news-detail-hero__copy h1,
  .article-detail h1 {
    font-size: 28px;
  }

  .news-detail-hero {
    padding-top: 20px;
  }

  .news-detail-hero__visual {
    height: 260px;
  }

  .news-detail-hero__platform {
    left: 68px;
    top: 148px;
    width: 212px;
    height: 82px;
  }

  .news-detail-hero__screen {
    left: 106px;
    width: 176px;
  }

  .article-detail {
    padding: 24px 20px;
  }

  .article-detail__meta,
  .article-detail__pager {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-detail__cover img {
    height: 220px;
  }

  .article-side__card {
    padding: 20px;
  }
}

.hero--contact {
  min-height: 420px;
}

.hero--contact .hero__bg {
  width: 800px;
  height: 420px;
}

.contact-hero__media {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(920px, 64vw);
  height: 420px;
}

.contact-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 36, 94, 0.92) 0%, rgba(7, 36, 94, 0.88) 42%, rgba(7, 36, 94, 0.55) 100%);
}

.contact-page .nav-links a.is-active::after {
  bottom: -28px;
}

.contact-hero {
  padding-top: 118px;
}

.contact-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 470px;
}

.contact-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.35;
}

.contact-hero__line {
  display: block;
  width: 42px;
  height: 4px;
  margin: 26px 0 30px;
  border-radius: 999px;
  background: #2d83ff;
}

.contact-hero__copy p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.85;
}

.contact-cards {
  position: relative;
  z-index: 2;
  margin-top: -76px;
}

.contact-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 148px;
  padding: 0 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(18, 58, 147, 0.05);
}

.contact-card__icon {
  display: grid;
  flex: 0 0 54px;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eef5ff;
  color: #2d83ff;
  font-size: 24px;
}

.contact-card__body p,
.contact-card__body span {
  margin: 0;
  color: #7c8697;
}

.contact-card__body p {
  font-size: 13px;
  font-weight: 700;
}

.contact-card__body h3 {
  margin: 10px 0 8px;
  color: #243454;
  font-size: 20px;
  line-height: 1.3;
}

.contact-card__body span {
  display: block;
  font-size: 12px;
}

.section--contact-main {
  padding-top: 60px;
}

.contact-main {
  display: grid;
  grid-template-columns: minmax(0, 656px) 576px;
  gap: 24px;
  align-items: start;
}

.contact-location h2,
.contact-form-card h2 {
  margin: 0;
  color: #1f2d4a;
  font-size: 28px;
  line-height: 1.35;
}

.contact-map {
  position: relative;
  overflow: hidden;
  height: 372px;
  margin-top: 38px;
  border-radius: 12px;
  background: #f7f9fd;
}

.contact-map__road,
.contact-map__main,
.contact-map__park,
.contact-map__overlay,
.contact-map__pin {
  position: absolute;
}

.contact-map__road {
  background: #e8edf5;
}

.contact-map__road--h {
  left: 0;
  width: 100%;
  height: 6px;
}

.contact-map__road--h1 { top: 52px; }
.contact-map__road--h2 { top: 118px; }
.contact-map__road--h3 { top: 204px; }
.contact-map__road--h4 { top: 292px; }

.contact-map__road--v {
  top: 0;
  width: 6px;
  height: 100%;
}

.contact-map__road--v1 { left: 72px; }
.contact-map__road--v2 { left: 188px; }
.contact-map__road--v3 { left: 356px; }
.contact-map__road--v4 { left: 514px; }

.contact-map__main {
  background: #f4d4aa;
}

.contact-map__main--v {
  top: 0;
  left: 252px;
  width: 4px;
  height: 100%;
}

.contact-map__main--h {
  left: 0;
  top: 214px;
  width: 100%;
  height: 4px;
}

.contact-map__park {
  background: #e3f2e6;
  border-radius: 50%;
}

.contact-map__park--a {
  left: 18px;
  bottom: 36px;
  width: 84px;
  height: 62px;
}

.contact-map__park--b {
  right: 40px;
  top: 44px;
  width: 76px;
  height: 58px;
}

.contact-map__overlay {
  top: 86px;
  left: 228px;
  width: 210px;
  padding: 24px 20px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(18, 58, 147, 0.08);
}

.contact-map__overlay h3 {
  margin: 0;
  color: #243454;
  font-size: 20px;
}

.contact-map__overlay p {
  margin: 12px 0 0;
  color: #7c8697;
  font-size: 12px;
  line-height: 1.8;
}

.contact-map__pin {
  left: 304px;
  top: 248px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2d83ff;
  color: #fff;
  font-size: 18px;
}

.contact-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.contact-route {
  display: flex;
  gap: 16px;
}

.contact-route__icon {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: 14px;
  border-radius: 50%;
  background: #eef5ff;
  color: #2d83ff;
  font-size: 16px;
}

.contact-route h3 {
  margin: 8px 0 10px;
  color: #243454;
  font-size: 16px;
}

.contact-route p {
  margin: 0;
  color: #7c8697;
  font-size: 12px;
  line-height: 1.8;
}

.contact-form-card {
  padding: 28px 32px 32px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 58, 147, 0.04);
}

.contact-form-card > p {
  margin: 12px 0 0;
  color: #9aa3b2;
  font-size: 13px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

.contact-field {
  position: relative;
  display: block;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #e6ecf5;
  border-radius: 8px;
  background: #fff;
  color: #243454;
  font-size: 13px;
  outline: none;
}

.contact-field input,
.contact-field select {
  height: 44px;
  padding: 0 16px;
}

.contact-field textarea {
  min-height: 126px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder,
.contact-field select {
  color: #b0b8c7;
}

.contact-field--select i {
  position: absolute;
  right: 16px;
  top: 13px;
  color: #98a3b6;
  font-size: 14px;
  pointer-events: none;
}

.contact-field--select select {
  appearance: none;
  padding-right: 42px;
}

.btn--block {
  width: 100%;
}

@media (max-width: 1199px) {
  .contact-cards__grid,
  .contact-main,
  .contact-routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-main {
    gap: 28px;
  }

  .contact-form-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .hero--contact {
    min-height: 420px;
  }

  .contact-hero__media {
    width: 100%;
  }

  .contact-hero__shade {
    background: linear-gradient(180deg, rgba(7, 36, 94, 0.9) 0%, rgba(7, 36, 94, 0.84) 54%, rgba(7, 36, 94, 0.72) 100%);
  }

  .contact-hero {
    padding-top: 90px;
  }

  .contact-hero__copy h1,
  .contact-location h2,
  .contact-form-card h2 {
    font-size: 28px;
  }

  .contact-cards__grid,
  .contact-main,
  .contact-routes {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 132px;
  }

  .contact-map__overlay {
    left: 18px;
    top: 18px;
    width: calc(100% - 36px);
  }

  .contact-map__pin {
    left: 50%;
    top: 236px;
    transform: translateX(-50%);
  }

  .contact-form-card {
    padding: 24px 20px;
  }
}

/* Home Hero Override */
.page-home {
  --home-services-strip-height: 180px;
  --home-services-strip-overlap: calc(var(--home-services-strip-height) / 2);
}

.page-home .hero {
  position: relative;
  min-height: 640px;
  padding-bottom: var(--home-services-strip-overlap);
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(7, 33, 85, 0.98) 0%, rgba(9, 39, 102, 0.98) 14%, rgba(11, 45, 122, 0.96) 72%, rgba(106, 142, 216, 0.92) 100%);
}

.page-home .hero__bg,
.page-home .hero__overlay,
.page-home .hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-home .hero__bg {
  display: block;
  overflow: hidden;
  z-index: 0;
}

.page-home .hero__bg-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.04);
  filter: saturate(1.02) brightness(0.72);
  transition:
    opacity 1.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 5.6s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.35s ease;
  will-change: opacity, transform;
}

.page-home .hero__bg-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 15, 47, 0.94) 0%, rgba(5, 23, 70, 0.88) 36%, rgba(8, 33, 92, 0.7) 68%, rgba(8, 28, 78, 0.82) 100%),
    linear-gradient(180deg, rgba(4, 18, 58, 0.34) 0%, rgba(19, 70, 157, 0.2) 58%, rgba(111, 151, 226, 0.4) 100%);
}

.page-home .hero__bg-slide.is-active {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1.04) brightness(0.76);
}

.page-home .hero__overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 80% 18%, rgba(188, 210, 255, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(3, 15, 48, 0.54) 0%, rgba(6, 27, 82, 0.34) 44%, rgba(10, 45, 120, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 24, 75, 0.18) 0%, rgba(20, 77, 170, 0.18) 72%, rgba(235, 241, 252, 0.18) 100%);
}

.page-home .hero__glow {
  z-index: 1;
  inset: 58px 36px auto auto;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: rgba(142, 177, 255, 0.18);
  filter: blur(76px);
}

.page-home .hero__beam,
.page-home .hero-visual,
.page-home .hero-visual__card,
.page-home .hero-visual__main,
.page-home .hero-visual__mobile,
.page-home .hero-visual__light,
.page-home .float-tag,
.page-home .bar {
  display: none;
}

.page-home .hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.page-home.has-fixed-navbar .hero__inner {
  z-index: 10000;
}

.page-home .navbar {
  min-height: 72px;
}

.page-home .brand {
  gap: 12px;
}

.page-home .brand__mark {
  width: 210px;
  height: 66px;
}

.page-home .brand__orbit {
  display: none;
}

.page-home .brand__orbit::before {
  display: none;
}

.page-home .brand__text strong {
  font-size: 17px;
  letter-spacing: 0.02em;
}

.page-home .brand__text small {
  font-size: 10px;
  color: #bed0f8;
}

.page-home .nav-links {
  gap: 34px;
}

.page-home .nav-links a {
  font-size: 15px;
  font-weight: 600;
  color: #d7e3ff;
}

.page-home .nav-links a.is-active::after {
  bottom: -26px;
  height: 3px;
  border-radius: 999px;
  background: #2f84ff;
}

.page-home .nav-actions {
  gap: 22px;
}

.page-home .nav-cta {
  min-height: 34px;
  padding: 10px 18px;
  border-radius: 8px;
  box-shadow: none;
}

.page-home .nav-phone {
  gap: 10px;
  font-size: 14px;
}

.page-home .hero__content {
  display: block;
  position: relative;
  padding: 8px 0 0;
}

.page-home .hero-slide {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 600px);
  align-items: center;
  gap: 32px;
}

.page-home .hero-copy {
  padding-top: 8px;
}

.page-home .hero-copy h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
}

.page-home .hero-copy p {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 2;
  color: #d8e5ff;
}

.page-home .hero-copy__actions {
  gap: 18px;
  margin-top: 34px;
}

.page-home .hero-copy__actions .btn {
  min-width: 152px;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 8px;
}

.page-home .hero-copy__actions .btn--primary {
  background: #1a76ff;
  box-shadow: none;
}

.page-home .hero-copy__actions .btn--ghost {
  border-color: #8aa5d8;
  color: #e3ebff;
}

.page-home .hero-stats {
  display: flex;
  align-items: flex-start;
  gap: 52px;
  margin-top: 36px;
}

.page-home .hero-stat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-home .hero-stat i {
  font-size: 16px;
  line-height: 1;
  color: #b8caf7;
  transform: translateY(3px);
}

.page-home .hero-stat strong {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.page-home .hero-stat span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #d8e4ff;
}

.page-home .hero-stage {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 476px;
  margin-left: auto;
}

.page-home .hero-stage__glow {
  position: absolute;
  inset: 18px 26px auto auto;
  width: 258px;
  height: 258px;
  border-radius: 50%;
  background: rgba(200, 216, 255, 0.2);
  filter: blur(64px);
}

.page-home .hero-stage__canvas {
  position: relative;
  height: 476px;
  border-radius: 20px;
  overflow: hidden;
}

.page-home .hero-stage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  opacity: 1;
  transform: scale(1);
}

.page-home .hero-stage__canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 40, 104, 0.18) 0%, rgba(18, 57, 138, 0.05) 36%, rgba(140, 170, 237, 0.1) 100%);
}

.page-home .hero-stage__platform,
.page-home .hero-stage__platform-top,
.page-home .hero-stage__monitor,
.page-home .hero-stage__screen,
.page-home .hero-stage__stand,
.page-home .hero-stage__phone,
.page-home .hero-stage__tag {
  position: absolute;
  z-index: 2;
}

.page-home .hero-stage__platform {
  left: 154px;
  top: 262px;
  width: 368px;
  height: 146px;
  border-radius: 24px;
  background: linear-gradient(90deg, #f9fbff 0%, #dce6ff 100%);
  box-shadow: 0 18px 38px rgba(143, 176, 255, 0.28);
}

.page-home .hero-stage__platform-top {
  left: 176px;
  top: 232px;
  width: 326px;
  height: 84px;
  border-radius: 18px;
  background: linear-gradient(90deg, #ffffff 0%, #eaf0ff 100%);
}

.page-home .hero-stage__monitor {
  left: 248px;
  top: 118px;
  width: 236px;
  height: 162px;
  border: 2px solid #5d83ea;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7faff 0%, #9eb9ff 100%);
  box-shadow: 0 12px 28px rgba(59, 102, 229, 0.26);
}

.page-home .hero-stage__screen {
  left: 264px;
  top: 134px;
  width: 204px;
  height: 112px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(116, 160, 255, 0.5) 0 46%, transparent 46%),
    repeating-linear-gradient(180deg, rgba(130, 165, 246, 0.24) 0 7px, transparent 7px 16px),
    linear-gradient(90deg, #f8fbff 0%, #e3ebff 100%);
}

.page-home .hero-stage__stand {
  left: 336px;
  top: 280px;
  width: 58px;
  height: 46px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, #dde7ff 0%, #a0b8f1 100%);
}

.page-home .hero-stage__phone {
  left: 188px;
  top: 168px;
  width: 62px;
  height: 124px;
  border: 1px solid #7fa2f1;
  border-radius: 16px;
  background: linear-gradient(180deg, #ecf2ff 0%, #a8c0ff 100%);
}

.page-home .hero-stage__tag {
  left: 434px;
  top: 176px;
  min-width: 104px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 10px;
  background: #2e6eff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(46, 110, 255, 0.35);
}

.page-home .hero-stage--marketing .hero-stage__tag {
  background: #367dff;
}

.page-home .hero-stage--system .hero-stage__tag {
  background: #255fe2;
}

.page-home .services-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--home-services-strip-overlap) * -1);
  z-index: 4;
  transform: none;
}

.page-home .services-strip.reveal-on-scroll,
.page-home .services-strip.reveal-on-scroll.is-visible {
  transform: none;
}

.page-home .services-strip__grid {
  min-height: var(--home-services-strip-height);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 59, 147, 0.16);
}

.page-home main > .section--tight {
  padding-top: calc(var(--home-services-strip-overlap) + 58px);
}

.page-home .service-mini {
  min-height: 180px;
  gap: 12px;
  padding: 24px 18px;
}

.page-home .service-mini__icon {
  font-size: 32px;
  color: #3e86ff;
}

.page-home .service-mini h3 {
  font-size: 16px;
  color: #334563;
}

.page-home .service-mini p {
  font-size: 12px;
  color: #97a6bc;
}

@media (max-width: 1199px) {
  .page-home .hero {
    min-height: auto;
    padding-bottom: 72px;
  }

  .page-home .hero__content {
    padding-top: 40px;
  }

  .page-home .hero-slide {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .page-home .hero-copy {
    padding-top: 10px;
  }

  .page-home .hero-copy h1 {
    font-size: 44px;
  }

  .page-home .hero-stage {
    max-width: 610px;
    margin-left: auto;
  }

  .page-home .services-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    margin-top: 30px;
  }

  .page-home .services-strip.reveal-on-scroll,
  .page-home .services-strip.reveal-on-scroll.is-visible {
    transform: none;
  }

  .page-home .services-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home main > .section--tight {
    padding-top: 64px;
  }

  .page-home .service-mini:nth-child(3),
  .page-home .service-mini:nth-child(5) {
    border-left: none;
  }

  .page-home .service-mini:nth-child(n + 3) {
    border-top: 1px solid #eef2f8;
  }
}

@media (max-width: 767px) {
  .page-home .hero {
    padding-bottom: 48px;
  }

  .page-home .hero__content {
    padding-top: 28px;
  }

  .page-home .hero-slide {
    gap: 26px;
  }

  .page-home .hero-copy h1 {
    font-size: 32px;
  }

  .page-home .hero-copy p {
    font-size: 14px;
    line-height: 1.85;
  }

  .page-home .hero-copy__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .page-home .hero-stats {
    flex-direction: column;
    gap: 18px;
  }

  .page-home .hero-stage {
    min-height: 320px;
  }

  .page-home .hero-stage__canvas {
    height: 320px;
  }

  .page-home .hero-stage__platform {
    left: 76px;
    top: 188px;
    width: 220px;
    height: 88px;
  }

  .page-home .hero-stage__platform-top {
    left: 92px;
    top: 170px;
    width: 196px;
    height: 56px;
  }

  .page-home .hero-stage__monitor {
    left: 146px;
    top: 84px;
    width: 142px;
    height: 102px;
  }

  .page-home .hero-stage__screen {
    left: 156px;
    top: 94px;
    width: 122px;
    height: 70px;
  }

  .page-home .hero-stage__stand {
    left: 188px;
    top: 186px;
    width: 32px;
    height: 24px;
  }

  .page-home .hero-stage__phone,
  .page-home .hero-stage__tag,
  .page-home .hero-stage__glow {
    display: none;
  }

  .page-home .services-strip {
    margin-top: 24px;
  }

  .page-home .services-strip.reveal-on-scroll,
  .page-home .services-strip.reveal-on-scroll.is-visible {
    transform: none;
  }

  .page-home .services-strip__grid {
    grid-template-columns: 1fr;
  }

  .page-home main > .section--tight {
    padding-top: 48px;
  }

  .page-home .service-mini + .service-mini {
    border-left: none;
    border-top: 1px solid #eef2f8;
  }
}

/* Fengma black / yellow design-system override */
:root {
  --bg: #ffffff;
  --text: #273142;
  --muted: #6f7d90;
  --muted-2: #8c96a3;
  --primary: #ff9800;
  --primary-2: #ff9800;
  --deep: #1f232a;
  --deep-2: #242b35;
  --line: #e7edf6;
  --card-shadow: 0 12px 30px rgba(36, 43, 53, 0.08);
  --container: 1468px;
}

body {
  background: #ffffff;
  color: var(--text);
}

.btn:focus-visible,
.nav-links a:focus-visible,
.solution-card a:focus-visible,
.case-card a:focus-visible,
.news-card a:focus-visible,
.socials a:focus-visible,
.floating-service a:focus-visible,
.back-to-top:focus-visible {
  outline-color: rgba(255, 152, 0, 0.35);
}

.btn--primary,
.btn--outline:hover,
.btn--light-outline:hover,
.floating-service__item--primary,
.back-to-top,
.contact-map__pin,
.news-tabs a.is-active,
.news-tabs a:hover,
.case-filters__tabs a.is-active,
.pager a.is-active,
.contact-form .btn,
.sidebar-card--cta,
.article-consult {
  background: #ff9800;
  color: #ffffff;
  border-color: #ff9800;
  box-shadow: 0 14px 28px rgba(255, 152, 0, 0.22);
}

.btn--primary:hover,
.floating-service__item:hover,
.back-to-top:hover {
  background: #e68900;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(255, 152, 0, 0.3);
}

.btn--ghost {
  color: #526173;
  border-color: #8a99ab;
}

.btn--ghost:hover {
  color: #273142;
  border-color: #ff9800;
  background: #fff8ec;
  box-shadow: 0 14px 30px rgba(255, 152, 0, 0.12);
}

.btn--outline,
.btn--light-outline,
.btn--white,
.solution-card a,
.case-card:hover .case-card__top i,
.news-card:hover h3,
.case-feature i,
.case-metric i,
.contact-card__icon,
.contact-route__icon,
.process-step__circle,
.why-card__icon,
.service-mini__icon,
.footer-contact i,
.floating-service__item i,
.news-tabs a.is-active,
.tag-cloud a.is-active {
  color: #ff9800;
}

.tag-cloud a.is-active,
.process-step__circle,
.contact-card__icon,
.contact-route__icon,
.case-metrics,
.tags span,
.news-tabs a.is-active {
  background: #fff6e8;
}

.solutions {
  background: #1f232a;
}

.solutions__overlay {
  background: rgba(31, 35, 42, 0.88);
}

.solutions__right-glow {
  background: linear-gradient(180deg, rgba(255, 152, 0, 0.22) 0%, rgba(255, 152, 0, 0.08) 100%);
}

.eyebrow,
.solutions-copy__line,
.solution-card__line,
.about-hero__line,
.contact-hero__line,
.news-detail-hero__accent {
  color: #ff9800;
  background: #ff9800;
}

.solution-card {
  border-color: rgba(255, 152, 0, 0.35);
  background: rgba(36, 43, 53, 0.72);
}

.solution-card::before {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.18), transparent 56%);
}

.solution-card:hover {
  border-color: #ffb23d;
  background: rgba(39, 49, 66, 0.86);
  box-shadow: 0 24px 48px rgba(31, 35, 42, 0.28);
}

.solution-card__icon,
.solution-card:hover .solution-card__icon {
  background: #ff9800;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(255, 152, 0, 0.28);
}

.cta-bar {
  background: linear-gradient(90deg, #242b35 0%, #1f232a 58%, #ff9800 100%);
  box-shadow: 0 16px 38px rgba(36, 43, 53, 0.12);
}

.footer {
  background: #1f232a;
}

.footer .socials a:hover,
.footer__col a:hover {
  color: #ff9800;
}

.floating-service {
  box-shadow: 0 18px 42px rgba(36, 43, 53, 0.14);
}

/* Home header matched to fengma-network-home.pen */
.page-home {
  --home-services-strip-height: 230px;
  --home-services-strip-overlap: 115px;
}

.page-home .hero {
  min-height: 819px;
  padding-bottom: var(--home-services-strip-overlap);
  overflow: visible;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #f7faff 100%);
  color: #273142;
}

.page-home .hero__overlay {
  z-index: 0;
  background:
    radial-gradient(circle at 78% 31%, rgba(234, 244, 255, 0.72), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(247, 250, 255, 0.82) 100%);
}

.page-home .hero__glow {
  z-index: 0;
  inset: 134px 60px auto auto;
  width: 830px;
  height: 420px;
  border-radius: 50%;
  background: rgba(234, 244, 255, 0.58);
  filter: blur(46px);
}

.page-home .hero__inner {
  z-index: 2;
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-home .navbar {
  min-height: 96px;
  padding: 0 56px;
  background: #ffffff;
  color: #202733;
}

.page-home .navbar.navbar--fixed {
  min-height: 80px;
  border-color: rgba(231, 237, 246, 0.95);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(36, 43, 53, 0.08);
}

.page-home .brand__mark,
.page-home .navbar.navbar--fixed .brand__mark {
  width: 204px;
  height: 66px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .nav-panel {
  gap: 42px;
}

.page-home .nav-links {
  gap: 45px;
}

.page-home .nav-links a {
  color: #202733;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.page-home .nav-links a:hover,
.page-home .nav-links a.is-active {
  color: #202733;
}

.page-home .nav-links a.is-active::after {
  left: 0;
  right: 0;
  bottom: -35px;
  height: 3px;
  border-radius: 0;
  background: #ff9800;
}

.page-home .nav-actions {
  gap: 28px;
}

.page-home .nav-cta {
  width: 128px;
  min-height: 44px;
  padding: 0;
  border-radius: 8px;
  font-size: 17px;
  background: #ff9800;
  box-shadow: none;
}

.page-home .nav-phone {
  gap: 12px;
  color: #1e222a;
  font-size: 18px;
  font-weight: 700;
}

.page-home .nav-phone i {
  color: #111827;
  font-size: 20px;
}

.page-home .hero__content {
  width: min(1468px, calc(100% - 196px));
  margin: 0 auto;
  padding: 0;
}

.page-home .hero-slide {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 716px);
  gap: 80px;
  align-items: start;
}

.page-home .hero-copy {
  padding-top: 94px;
  padding-left: 22px;
}

.page-home .hero-copy h1 {
  color: #273142;
  font-size: 40px;
  line-height: 1.52;
  font-weight: 800;
  letter-spacing: 0;
}

.page-home .hero-title-accent {
  color: #ff9800;
}

.page-home .hero-copy p {
  margin-top: 36px;
  color: #657286;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
}

.page-home .hero-copy__actions {
  gap: 24px;
  margin-top: 34px;
}

.page-home .hero-copy__actions .btn {
  min-height: 54px;
  padding: 0 30px;
  border-radius: 8px;
  font-size: 18px;
}

.page-home .hero-copy__actions .btn--primary {
  min-width: 171px;
  background: #ff9800;
  color: #ffffff;
}

.page-home .hero-copy__actions .btn--ghost {
  min-width: 158px;
  background: #ffffff;
  border-color: #8a99ab;
  color: #526173;
}

.page-home .hero-stats {
  gap: 60px;
  margin-top: 34px;
}

.page-home .hero-stat {
  color: #273142;
}

.page-home .hero-stat i {
  color: #465366;
  font-size: 19px;
}

.page-home .hero-stat strong {
  color: #273142;
  font-size: 17px;
}

.page-home .hero-stat span {
  margin-top: 7px;
  color: #657286;
  font-size: 16px;
  font-weight: 600;
}

.page-home .hero-stage {
  max-width: 716px;
  min-height: 494px;
  margin: 66px 0 0 auto;
}

.page-home .hero-stage__glow {
  display: none;
}

.page-home .hero-stage__canvas {
  width: 716px;
  max-width: 100%;
  height: 494px;
  overflow: visible;
  border-radius: 10px;
  background: transparent;
}

.page-home .hero-stage__canvas::after {
  display: none;
}

.page-home .hero-stage__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.page-home .services-strip {
  bottom: calc(var(--home-services-strip-overlap) * -1);
}

.page-home .services-strip__grid {
  min-height: var(--home-services-strip-height);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 36px rgba(215, 226, 242, 0.72);
}

.page-home .service-mini {
  min-height: 230px;
  gap: 20px;
  padding: 46px 18px 34px;
}

.page-home .service-mini:hover {
  background: #fffaf1;
  box-shadow: 0 18px 32px rgba(255, 152, 0, 0.1);
}

.page-home .service-mini + .service-mini {
  border-left: 1px solid #eef3fa;
}

.page-home .service-mini__icon,
.page-home .service-mini:hover .service-mini__icon {
  color: #ff9800;
  font-size: 42px;
}

.page-home .service-mini h3 {
  color: #273142;
  font-size: 20px;
  font-weight: 700;
}

.page-home .service-mini p {
  color: #7a879a;
  font-size: 15px;
  font-weight: 600;
}

.page-home main > .section--tight {
  padding-top: calc(var(--home-services-strip-overlap) + 58px);
}

@media (max-width: 1199px) {
  .page-home .navbar {
    padding: 0 24px;
  }

  .page-home .nav-panel {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(36, 43, 53, 0.14);
  }

  .page-home .nav-links a,
  .page-home .nav-phone {
    color: #202733;
  }

  .page-home .nav-toggle {
    border-color: #d8e0eb;
  }

  .page-home .nav-toggle span {
    background: #202733;
  }

  .page-home .hero {
    min-height: auto;
    padding-bottom: 72px;
  }

  .page-home .hero__content {
    width: min(100% - 48px, 720px);
    padding-top: 32px;
  }

  .page-home .hero-slide {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-home .hero-copy {
    padding: 0;
  }

  .page-home .hero-stage {
    margin: 0 auto;
  }

  .page-home .services-strip {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }

  .page-home .services-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .page-home .navbar {
    min-height: 76px;
    padding: 0 16px;
  }

  .page-home .brand__mark {
    width: 166px;
    height: 54px;
  }

  .page-home .hero__content {
    width: calc(100% - 32px);
  }

  .page-home .hero-copy h1 {
    font-size: 30px;
    line-height: 1.42;
  }

  .page-home .hero-copy p {
    font-size: 14px;
  }

  .page-home .hero-stats {
    gap: 18px;
  }

  .page-home .hero-stage,
  .page-home .hero-stage__canvas {
    min-height: 0;
    height: auto;
  }

  .page-home .services-strip__grid {
    grid-template-columns: 1fr;
  }

  .page-home .service-mini {
    min-height: 150px;
  }

  .page-home .service-mini + .service-mini {
    border-left: none;
    border-top: 1px solid #eef3fa;
  }
}

/* Site-wide inner page black / yellow alignment */
body:not(.page-home) .hero {
  background: linear-gradient(180deg, #242b35 0%, #1f232a 100%);
  color: #ffffff;
}

body:not(.page-home) .hero__inner {
  padding-top: 0;
}

body:not(.page-home) .navbar {
  min-height: 96px;
  padding: 0 var(--nav-inline);
  background: #ffffff;
  color: #202733;
  box-shadow: 0 1px 0 rgba(231, 237, 246, 0.82);
}

body:not(.page-home) .navbar.navbar--fixed {
  min-height: 80px;
  border-color: rgba(231, 237, 246, 0.95);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(36, 43, 53, 0.08);
}

body:not(.page-home) .brand__mark,
body:not(.page-home) .navbar.navbar--fixed .brand__mark {
  width: 204px;
  height: 66px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.page-home) .nav-panel {
  gap: 42px;
}

body:not(.page-home) .nav-links {
  gap: 45px;
}

body:not(.page-home) .nav-links a {
  color: #202733;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

body:not(.page-home) .nav-links a:hover,
body:not(.page-home) .nav-links a.is-active {
  color: #202733;
}

body:not(.page-home) .nav-links a.is-active::after {
  left: 0;
  right: 0;
  bottom: -35px;
  height: 3px;
  border-radius: 0;
  background: #ff9800;
}

body:not(.page-home) .nav-actions {
  gap: 28px;
}

body:not(.page-home) .nav-actions .btn--primary {
  width: 128px;
  min-height: 44px;
  padding: 0;
  border-radius: 8px;
  font-size: 17px;
  background: #ff9800;
  box-shadow: none;
}

body:not(.page-home) .nav-phone {
  gap: 12px;
  color: #1e222a;
  font-size: 18px;
  font-weight: 700;
}

body:not(.page-home) .nav-phone i {
  color: #111827;
  font-size: 20px;
}

body:not(.page-home) .hero__bg,
body:not(.page-home) .about-hero__shade,
body:not(.page-home) .contact-hero__shade {
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 152, 0, 0.22), transparent 26%),
    linear-gradient(90deg, rgba(31, 35, 42, 0.96) 0%, rgba(36, 43, 53, 0.92) 54%, rgba(31, 35, 42, 0.78) 100%);
}

body:not(.page-home) .hero__overlay,
body:not(.page-home) .hero--about .hero__overlay,
body:not(.page-home) .hero--case .hero__overlay,
body:not(.page-home) .hero--case-detail .hero__overlay,
body:not(.page-home) .hero--news .hero__overlay,
body:not(.page-home) .hero--news-detail .hero__overlay,
body:not(.page-home) .hero--contact .hero__overlay {
  background:
    linear-gradient(180deg, rgba(31, 35, 42, 0.22) 0%, rgba(31, 35, 42, 0.04) 100%);
}

body:not(.page-home) .about-hero__media img,
body:not(.page-home) .contact-hero__media img {
  filter: grayscale(0.12) sepia(0.16) saturate(0.86) brightness(0.78);
}

body:not(.page-home) .about-hero__copy h1,
body:not(.page-home) .case-hero__copy h1,
body:not(.page-home) .case-detail-hero__copy h1,
body:not(.page-home) .news-hero__copy h1,
body:not(.page-home) .news-detail-hero__copy h1,
body:not(.page-home) .contact-hero__copy h1 {
  color: #ffffff;
}

body:not(.page-home) .about-hero__copy p,
body:not(.page-home) .case-hero__copy p,
body:not(.page-home) .case-detail-hero__desc,
body:not(.page-home) .news-hero__crumb,
body:not(.page-home) .news-hero__desc,
body:not(.page-home) .news-detail-hero__crumb,
body:not(.page-home) .news-detail-hero__desc,
body:not(.page-home) .news-detail-hero__text,
body:not(.page-home) .contact-hero__copy p {
  color: #d9dde4;
}

body:not(.page-home) .about-hero__line,
body:not(.page-home) .contact-hero__line,
body:not(.page-home) .news-detail-hero__accent {
  background: #ff9800;
}

body:not(.page-home) .case-hero__platform,
body:not(.page-home) .case-detail-hero__platform,
body:not(.page-home) .news-hero__plate,
body:not(.page-home) .news-detail-hero__platform {
  background: linear-gradient(86deg, #fff9ed 0%, #f1e5d1 100%);
  box-shadow: 0 18px 40px rgba(31, 35, 42, 0.18);
}

body:not(.page-home) .case-hero__screen,
body:not(.page-home) .case-detail-hero__screen,
body:not(.page-home) .news-hero__screen,
body:not(.page-home) .news-detail-hero__screen {
  border-color: rgba(255, 178, 61, 0.45);
  box-shadow: 0 16px 34px rgba(31, 35, 42, 0.26);
}

.section-heading h2,
.news-head h2,
.about-intro__copy h2,
.contact-location h2,
.contact-form-card h2,
.case-section h2,
.case-info h2,
.related-cases h2,
.article-detail h1,
.article-side__card h3 {
  color: #242b35;
}

.section-heading p,
.news-head p,
.about-intro__copy p,
.case-section p,
.contact-form-card > p,
.article-detail p,
.article-side__card p {
  color: #6f7d90;
}

.why-card:hover .why-card__icon,
.service-mini:hover .service-mini__icon,
.case-stat i,
.case-feature i,
.case-metric i,
.news-search__box i,
.news-card:hover h3,
.case-card:hover .case-card__top i,
.contact-field--select i,
.sidebar-card li i,
.article-detail blockquote i {
  color: #ff9800;
}

.case-filters__tabs a.is-active,
.pager a.is-active,
.news-tabs a.is-active,
.news-tabs a:hover,
.contact-form-card .btn,
.sidebar-btn,
.article-consult,
.sidebar-card--cta {
  background: #ff9800;
  border-color: #ff9800;
  color: #ffffff;
}

.tags span,
.tag-cloud a.is-active,
.contact-card__icon,
.contact-route__icon,
.process-step__circle {
  background: #fff6e8;
  color: #ff9800;
}

.case-card:hover .tags span {
  border-color: #ffc46b;
  background: #fff6e8;
}

.news-sidebar .sidebar-card--cta {
  background: linear-gradient(135deg, #242b35 0%, #1f232a 62%, #ff9800 100%);
}

@media (max-width: 1199px) {
  body:not(.page-home) .navbar {
    padding: 0 24px;
  }

  body:not(.page-home) .nav-panel {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(36, 43, 53, 0.14);
  }

  body:not(.page-home) .nav-links a,
  body:not(.page-home) .nav-phone {
    color: #202733;
  }

  body:not(.page-home) .nav-toggle {
    border-color: #d8e0eb;
  }

  body:not(.page-home) .nav-toggle span {
    background: #202733;
  }
}

@media (max-width: 767px) {
  body:not(.page-home) .navbar {
    min-height: 76px;
    padding: 0 16px;
  }

  body:not(.page-home) .brand__mark {
    width: 166px;
    height: 54px;
  }
}
