@import url('/brand-system.css?v=20260911-style1');
:root {
  --bg: #ffffff;
  --ink: #171c24;
  --muted: #667283;
  --soft: #98a2b1;
  --line: #e7ecf2;
  --line-strong: #d5dde8;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --yellow: #ffe05c;
  --yellow-soft: #fff9de;
  --green: #2d7567;
  --green-soft: #edf7f4;
  --blue: #426fd4;
  --blue-soft: #f0f5ff;
  --shadow: 0 22px 62px rgba(27, 39, 56, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(231, 236, 242, 0.88);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 70px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 238px;
}

.brand-image {
  line-height: 0;
}

.brand-logo-image {
  display: block;
  width: 185px;
  height: auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--yellow);
  font-size: 10px;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 400;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.top-nav a {
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.top-nav a:hover {
  background: var(--surface-soft);
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}

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

.btn-dark {
  border-color: #151a22;
  background: #151a22;
  color: #ffffff;
}

.btn-light {
  background: #ffffff;
  color: #313946;
}

.btn-light:hover {
  border-color: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: auto;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, #ffffff 0 56%, #fff9df 56% 100%);
}

.hero::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  height: 100%;
  border-top: 1px solid rgba(231, 236, 242, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 250, 252, 0.78));
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background-image:
    linear-gradient(rgba(23, 28, 36, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 28, 36, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.45;
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: center;
  padding: 58px 0 34px;
  text-align: left;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.contact-card h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.08;
}

.hero h1 {
  max-width: 600px;
  font-size: clamp(42px, 4.6vw, 60px);
  font-weight: 400;
  line-height: 1;
}

.hero h1 > span {
  display: block;
}

.hero-title-accent {
  color: var(--green);
}

.hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #536071;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.58;
}

.hero-lead {
  max-width: 560px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.hero-bullets {
  display: grid;
  gap: 10px;
  max-width: 610px;
  margin: 24px 0 26px;
  padding: 0;
  list-style: none;
}

.hero-bullets li {
  position: relative;
  padding-left: 24px;
  color: #536071;
  font-size: 16px;
  font-weight: 300;
}

.hero-bullets li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 224, 92, 0.24);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.hero-system {
  position: relative;
  min-height: 340px;
}

.system-card {
  position: absolute;
  border: 1px solid rgba(213, 221, 232, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 62px rgba(27, 39, 56, 0.1);
  backdrop-filter: blur(18px);
}

.system-card-main {
  inset: 22px 0 auto;
  min-height: 248px;
  overflow: hidden;
}

.system-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}

.system-top span,
.system-top strong,
.system-card-small span,
.system-card-note span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
}

.system-top strong {
  min-height: 24px;
  padding: 4px 10px 0;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 400;
}

.system-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 16px;
}

.system-flow span {
  display: grid;
  place-items: center;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--ink);
  font-size: 12px;
  font-weight: 300;
}

.system-flow span:nth-child(2) {
  background: var(--yellow-soft);
}

.system-status {
  display: grid;
  gap: 8px;
  padding: 0 16px 16px;
}

.system-status p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
  box-shadow: 0 10px 26px rgba(27, 39, 56, 0.05);
}

.system-card-small {
  right: 24px;
  bottom: 12px;
  width: 150px;
  padding: 16px;
}

.system-card-small strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.system-card-note {
  left: -22px;
  bottom: 46px;
  width: 190px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff, #edf7f4);
}

.system-card-note p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.hero-advantages {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 0 0 34px;
}

.hero-advantages > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
}

.hero-advantages div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hero-advantages strong {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(213, 221, 232, 0.76);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
}

.automation-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(940px, 100%);
  margin-top: 42px;
}

.map-line {
  position: absolute;
  top: 32px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 117, 103, 0.28), transparent);
}

.map-node {
  position: relative;
  min-height: 138px;
  padding: 24px 20px 20px;
  border: 1px solid rgba(213, 221, 232, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(27, 39, 56, 0.045);
  backdrop-filter: blur(16px);
  text-align: left;
}

.map-node::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 20px;
  width: 9px;
  height: 9px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 1px rgba(45, 117, 103, 0.2);
}

.map-node-active {
  border-color: #eadc96;
  background:
    linear-gradient(180deg, rgba(255, 250, 224, 0.92), rgba(255, 255, 255, 0.86));
  box-shadow: 0 18px 48px rgba(192, 159, 41, 0.08);
}

.map-node-active::before {
  background: #d5ae18;
  box-shadow: 0 0 0 1px rgba(213, 174, 24, 0.24);
}

.map-node span,
.map-node small {
  display: block;
}

.map-node span {
  margin-bottom: 34px;
  padding-left: 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.map-node strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
}

.map-node small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
}

.section {
  padding: 90px 0;
}

.section-first {
  padding-top: 76px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head h2,
.contact-card h2 {
  font-size: clamp(29px, 3.5vw, 46px);
}

.tool-suite {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(460px, 1fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 42px;
  padding: 10px;
  border: 1px solid #f0df9a;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #fff9df 0 42%, #ffffff 42% 100%);
  box-shadow: 0 24px 70px rgba(192, 159, 41, 0.08);
}

.suite-copy {
  padding: 26px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68)),
    #ffffff;
}

.suite-copy span {
  display: block;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.suite-copy h3 {
  max-width: 430px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.14;
}

.suite-copy p {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 300;
}

.suite-tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.suite-tools span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(213, 221, 232, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.suite-tools span:nth-child(2),
.suite-tools span:nth-child(3),
.suite-tools span:nth-child(8) {
  border-color: #eadc96;
  background: rgba(255, 249, 223, 0.92);
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-list article {
  display: grid;
  grid-template-columns: 56px minmax(190px, 0.36fr) minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: center;
  padding: 29px 0;
  border-bottom: 1px solid var(--line);
}

.service-list span {
  color: var(--soft);
  font-size: 13px;
  font-weight: 400;
}

h3,
p {
  margin-top: 0;
}

.service-list h3,
.principles h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.28;
}

.service-list p,
.principles p,
.process-list p,
.contact-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 300;
}

.service-preview {
  min-height: 78px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.service-preview-crm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 10px;
}

.service-preview-crm i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
}

.service-preview-crm i:nth-child(2) {
  background: var(--yellow-soft);
  color: #876b00;
}

.service-preview-saas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 14px;
}

.service-preview-saas i,
.service-preview-bot i {
  display: block;
  border-radius: 8px;
  background: var(--blue-soft);
}

.service-preview-saas i:nth-child(2),
.service-preview-saas i:nth-child(4) {
  background: var(--green-soft);
}

.service-preview-bot {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, #edf7f4);
}

.service-preview-bot i {
  width: 72%;
  height: 10px;
}

.service-preview-bot em {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--green);
  color: #ffffff;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
}

.service-preview-bi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 9px;
  padding: 14px;
}

.service-preview-bi i {
  display: block;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #ffe05c, #d5ae18);
}

.service-preview-bi i:nth-child(even) {
  background: linear-gradient(180deg, #78d0bd, #2d7567);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.service-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 1fr);
  gap: 22px;
  align-items: stretch;
  min-height: 248px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.service-card-copy span {
  display: block;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.service-card-copy h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16;
}

.service-card-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 300;
}

.service-result {
  display: grid;
  gap: 5px;
  margin-top: 22px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
}

.service-result span {
  margin-bottom: 0;
  color: var(--soft);
  font-size: 11px;
}

.service-result strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.service-ui {
  min-height: 204px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #fbfcfe);
  box-shadow: 0 18px 48px rgba(27, 39, 56, 0.05);
}

.crm-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px;
}

.crm-board div {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background: var(--surface-soft);
}

.crm-board strong,
.crm-board i {
  display: block;
  font-weight: 300;
}

.crm-board strong {
  color: var(--ink);
  font-size: 12px;
}

.crm-board i {
  min-height: 34px;
  padding: 9px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
}

.cabinet-ui {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}

.cabinet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--yellow-soft);
}

.cabinet-top span,
.cabinet-top strong {
  font-size: 12px;
  font-weight: 400;
}

.cabinet-top strong {
  color: var(--green);
}

.cabinet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.cabinet-grid i {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.chat-ui {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #edf7f4);
}

.chat-ui p {
  width: max-content;
  max-width: 92%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
  box-shadow: 0 10px 26px rgba(27, 39, 56, 0.055);
}

.chat-ui p:nth-child(2) {
  justify-self: end;
  background: var(--green);
  color: #ffffff;
}

.chat-ui strong {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 32px;
  align-items: center;
  margin-top: 6px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
}

.analytics-ui {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

.analytics-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 10px;
  height: 116px;
}

.analytics-bars i {
  display: block;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #ffe05c, #d5ae18);
}

.analytics-bars i:nth-child(even) {
  background: linear-gradient(180deg, #78d0bd, #2d7567);
}

.analytics-note {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  background: var(--blue-soft);
}

.analytics-note span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 400;
}

.analytics-note strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
}

.section-head p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 300;
}

.screens-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, #ffffff 0 56%, #fff9df 56% 100%);
}

.screens-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(23, 28, 36, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 28, 36, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.42;
  mask-image: linear-gradient(90deg, transparent, #000 54%, #000);
}

.screens-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.44fr) minmax(660px, 0.9fr);
  gap: 42px;
  align-items: center;
}

.screens-layout .section-head {
  max-width: 540px;
  margin-bottom: 0;
}

.screens-layout .section-head h2 {
  max-width: 500px;
  font-size: clamp(32px, 3.1vw, 44px);
  line-height: 1.1;
}

.screens-layout .section-head p {
  max-width: 520px;
  font-size: 16px;
}

.interface-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  max-width: 500px;
  margin-top: 24px;
}

.interface-points span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.screen-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 188px;
  gap: 10px;
  align-items: stretch;
  width: min(100%, 920px);
  justify-self: end;
}

.screen-stage::before {
  content: "";
  position: absolute;
  inset: 14px -14px 14px auto;
  z-index: -1;
  width: 58%;
  height: auto;
  border: 1px solid #f0df9a;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0)),
    #fff9df;
  opacity: 0.94;
}

.screen-main,
.mini-screen {
  border: 1px solid rgba(213, 221, 232, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 52px rgba(27, 39, 56, 0.07);
  backdrop-filter: blur(18px);
}

.screen-main {
  overflow: hidden;
}

.screen-top {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.screen-top span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #d9e0ea;
}

.screen-top span:first-child {
  background: #ffe05c;
}

.screen-top span:nth-child(2) {
  background: #80cfbd;
}

.screen-top strong {
  margin-left: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
}

.screen-body {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  min-height: 356px;
}

.screen-sidebar {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 11px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, #fff9df, #ffffff);
}

.screen-sidebar span {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
}

.screen-sidebar .sidebar-active {
  background: var(--ink);
  color: #ffffff;
}

.screen-content {
  padding: 18px;
  background:
    linear-gradient(180deg, #ffffff, #fbfcfe);
}

.screen-title,
.metric-row,
.panel-label,
.task-line {
  display: flex;
  align-items: center;
}

.screen-title {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.screen-title small,
.panel-label small,
.metric-row span,
.metric-row small,
.mini-screen span,
.task-line p {
  color: var(--muted);
  font-weight: 300;
}

.screen-title small {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}

.screen-title strong {
  display: block;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.screen-title > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 12px;
  font-weight: 400;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.metric-row div,
.chart-panel,
.tasks-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.metric-row div {
  min-height: 90px;
  padding: 12px;
}

.metric-row span,
.metric-row small {
  display: block;
  font-size: 12px;
}

.metric-row strong {
  display: block;
  margin: 11px 0 5px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.metric-row small {
  color: var(--green);
}

.screen-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(174px, 0.95fr);
  gap: 10px;
}

.chart-panel,
.tasks-panel {
  min-height: 154px;
  padding: 12px;
}

.panel-label {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.panel-label span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
}

.panel-label small {
  font-size: 12px;
}

.bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 8px;
  height: 98px;
}

.bars i {
  display: block;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #ffe05c, #d5ae18);
}

.bars i:nth-child(even) {
  background: linear-gradient(180deg, #78d0bd, #2d7567);
}

.task-line {
  gap: 10px;
  min-height: 34px;
  border-top: 1px solid var(--line);
}

.task-line span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
}

.task-line:nth-child(3) span {
  background: var(--green);
}

.task-line:nth-child(4) span {
  background: var(--green);
}

.task-line p {
  margin: 0;
  font-size: 12px;
}

.screen-side {
  display: grid;
  gap: 10px;
  align-content: stretch;
}

.mini-screen {
  min-height: 114px;
  padding: 14px;
}

.mini-screen span {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  text-transform: uppercase;
}

.mini-screen strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.16;
}

.mini-screen p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
}

.mini-screen-green {
  background: linear-gradient(180deg, #ffffff, #edf7f4);
}

.mini-screen-blue {
  border-color: #f0df9a;
  background: linear-gradient(180deg, #ffffff, #fff9df);
}

.pipeline-preview {
  display: grid;
  gap: 7px;
}

.pipeline-preview i {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: #dde5ee;
}

.pipeline-preview i:first-child {
  width: 92%;
  background: var(--yellow);
}

.pipeline-preview i:nth-child(2) {
  width: 72%;
  background: #80cfbd;
}

.pipeline-preview i:nth-child(3) {
  width: 52%;
  background: #dde5ee;
}

.product-section,
.section-soft {
  border-block: 1px solid var(--line);
  background: var(--surface-soft);
}

.product-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1fr);
  gap: 50px;
  align-items: start;
}

.product-list {
  display: grid;
  gap: 14px;
}

.product-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 22px;
  align-items: center;
  min-height: 214px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.product-item-accent {
  background: #fffaf0;
}

.product-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--green);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-item strong,
.product-item h3 {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.product-item p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-weight: 300;
}

.product-preview {
  display: grid;
  align-content: center;
  min-height: 154px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.product-preview span,
.product-preview small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
}

.product-preview b {
  display: block;
  margin: 10px 0 12px;
  color: var(--ink);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.product-preview i {
  display: block;
  width: 87%;
  height: 9px;
  margin-bottom: 14px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--green) 0 87%, #e4eaf1 87% 100%);
}

.product-preview-chart i {
  width: 100%;
  background:
    linear-gradient(90deg, var(--yellow) 0 38%, #80cfbd 38% 74%, #a8bdf4 74% 100%);
}

.principles-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1fr);
  gap: 54px;
  align-items: start;
}

.principles {
  display: grid;
  gap: 14px;
}

.principles article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 20px;
  align-items: center;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--line);
}

.principles h3 {
  margin-bottom: 10px;
}

.principle-visual {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.principle-visual span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #dde5ee;
}

.principle-visual span:first-child {
  width: 94%;
  background: var(--yellow);
}

.principle-visual span:nth-child(2) {
  width: 72%;
  background: #80cfbd;
}

.principle-visual span:nth-child(3) {
  width: 54%;
  background: #a8bdf4;
}

.principle-visual-core {
  grid-template-columns: repeat(3, 1fr);
  min-height: 82px;
}

.principle-visual-core span {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.principle-visual-data {
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  min-height: 82px;
}

.principle-visual-data span {
  width: 100%;
  border-radius: 8px 8px 2px 2px;
}

.principle-visual-data span:first-child {
  height: 38%;
}

.principle-visual-data span:nth-child(2) {
  height: 68%;
}

.principle-visual-data span:nth-child(3) {
  height: 88%;
}

.principles-layout {
  display: grid;
  gap: 34px;
}

.design-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.design-principle {
  display: grid;
  gap: 24px;
  min-height: 340px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.design-principle > div:first-child > span {
  display: block;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 12px;
  font-weight: 400;
}

.design-principle h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.16;
}

.design-principle p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 300;
}

.principle-ui {
  align-self: end;
  min-height: 128px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fbfcfe);
}

.flow-ui {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.flow-ui i {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  padding-left: 30px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.flow-ui i::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--yellow);
}

.flow-ui i:nth-child(2)::before {
  background: var(--green);
}

.flow-ui i:nth-child(3)::before {
  background: var(--blue);
}

.core-ui {
  position: relative;
  display: grid;
  place-items: center;
  padding: 18px;
}

.core-ui strong {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
}

.core-ui i {
  position: absolute;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.core-ui i:nth-of-type(1) {
  top: 18px;
  left: 16px;
}

.core-ui i:nth-of-type(2) {
  top: 18px;
  right: 16px;
}

.core-ui i:nth-of-type(3) {
  right: 22px;
  bottom: 18px;
}

.design-principle-dark {
  border-color: #202633;
  background: #111722;
}

.design-principle-dark h3 {
  color: #ffffff;
}

.design-principle-dark p {
  color: #b5bfcc;
}

.design-principle-dark > div:first-child > span {
  color: #ffe88b;
}

.decision-ui {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.decision-ui small {
  color: #b5bfcc;
  font-size: 12px;
  font-weight: 300;
}

.decision-ui strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.12;
}

.decision-ui em {
  display: inline-flex;
  width: max-content;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.process-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(560px, 1fr);
  gap: 52px;
  align-items: start;
}

.process-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.process-points strong {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.launch-board {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(27, 39, 56, 0.07);
}

.launch-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  background: #111722;
}

.launch-top span {
  color: #b5bfcc;
  font-size: 12px;
  font-weight: 300;
}

.launch-top strong {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 224, 92, 0.14);
  color: #fff4ae;
  font-size: 12px;
  font-weight: 400;
}

.launch-focus {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 22px;
  border: 1px solid #f0df9a;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0)),
    #fff9df;
}

.launch-focus small,
.launch-result span {
  color: var(--green);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.launch-focus strong {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.launch-focus p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 300;
}

.launch-steps {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.launch-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.launch-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--green);
  font-size: 12px;
  font-weight: 400;
}

.launch-step h3 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.18;
}

.launch-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
}

.launch-result {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--green-soft);
}

.launch-result strong {
  max-width: 620px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.22;
}

.process-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.process-list strong {
  display: block;
  grid-column: 2;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.22;
}

.process-list p {
  grid-column: 2;
  font-size: 14px;
}

.process-micro {
  display: grid;
  grid-column: 3;
  grid-row: 1 / span 2;
  gap: 8px;
  margin-top: 0;
}

.process-micro i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #dde5ee;
}

.process-micro i:first-child {
  width: 86%;
  background: var(--yellow);
}

.process-micro i:nth-child(2) {
  width: 58%;
  background: #80cfbd;
}

.contact-section {
  padding: 78px 0;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 0.56fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, #ffffff 0 58%, #fff9df 58% 100%);
  box-shadow: 0 20px 56px rgba(27, 39, 56, 0.055);
}

.contact-copy {
  max-width: 660px;
}

.contact-card h2 {
  max-width: 620px;
  font-size: clamp(32px, 3.6vw, 48px);
}

.contact-card p {
  max-width: 620px;
}

.contact-lead {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 300;
  line-height: 1.2;
}

.contact-bullets {
  display: grid;
  gap: 9px;
  margin: 22px 0 20px;
  padding: 0;
  list-style: none;
}

.contact-bullets li {
  position: relative;
  padding-left: 23px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
}

.contact-bullets li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 224, 92, 0.22);
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.contact-detail-grid div {
  min-height: 78px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.contact-detail-grid span,
.contact-system-row small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
}

.contact-detail-grid strong {
  display: block;
  margin: 8px 0 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.18;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-system {
  display: grid;
  gap: 10px;
}

.contact-system-main,
.contact-system-row > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(27, 39, 56, 0.05);
}

.contact-system-main {
  overflow: hidden;
}

.contact-system-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.contact-system-top span,
.contact-system-top strong,
.contact-system-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
}

.contact-system-top strong {
  min-height: 24px;
  padding: 4px 10px 0;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 400;
}

.contact-system-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  padding: 14px;
}

.contact-system-flow span {
  display: grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--ink);
  font-size: 12px;
  font-weight: 300;
}

.contact-system-flow span:nth-child(2) {
  background: var(--yellow-soft);
}

.contact-system-status {
  display: grid;
  gap: 8px;
  padding: 0 14px 14px;
}

.contact-system-status p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
}

.contact-system-row {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 10px;
}

.contact-system-row > div {
  display: grid;
  align-content: center;
  min-height: 110px;
  padding: 16px;
}

.contact-system-row strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.contact-system-row small {
  display: block;
  margin-top: 7px;
}

.contact-system-row p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.contact-advantages {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.contact-advantages > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
}

.contact-advantages div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.contact-advantages strong {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.site-footer::before {
  display: none;
}

.footer-shell {
  padding: 46px 0 24px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(160px, 0.62fr));
  gap: 34px;
  align-items: start;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-brand p {
  max-width: 410px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 410px;
  margin-top: 22px;
}

.footer-tags span,
.footer-cta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 12px;
  font-weight: 300;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column h3 {
  margin-bottom: 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  width: max-content;
  max-width: 100%;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
}

.footer-column a:hover {
  color: var(--ink);
}

.footer-contact a:first-of-type {
  color: var(--ink);
  font-weight: 400;
}

.footer-contact .footer-cta {
  width: max-content;
  margin-top: 6px;
  border-color: #151a22;
  background: #151a22;
  color: #ffffff;
  font-weight: 400;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  align-items: center;
}

.footer-legal span {
  white-space: nowrap;
}

.footer-bottom span:first-child {
  color: var(--ink);
  font-weight: 400;
}

@media (max-width: 1100px) {
  .tool-suite {
    grid-template-columns: 1fr;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-system {
    width: min(520px, 100%);
    min-height: 310px;
  }

  .hero-advantages {
    grid-template-columns: 1fr;
  }

  .service-cards,
  .design-principles {
    grid-template-columns: 1fr;
  }

  .screens-layout {
    grid-template-columns: 1fr;
  }

  .screen-stage {
    grid-template-columns: 1fr;
  }

  .screen-side {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-wrap,
  .principles-grid,
  .process-wrap,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 16px;
    min-height: 64px;
    padding: 8px 0;
  }

  .brand {
    min-width: 0;
  }

  .top-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero {
    min-height: auto;
    background: #ffffff;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-content {
    padding: 36px 0 34px;
    text-align: center;
    justify-items: center;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions,
  .hero-proof {
    justify-content: center;
  }

  .hero-bullets {
    text-align: left;
  }

  .hero-advantages div {
    grid-template-columns: repeat(2, 1fr);
  }

  .automation-map {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
  }

  .screen-body {
    grid-template-columns: 142px minmax(0, 1fr);
  }

  .screen-grid {
    grid-template-columns: 1fr;
  }

  .screen-side {
    grid-template-columns: 1fr;
  }

  .service-list article {
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }

  .service-list p {
    grid-column: 2;
  }

  .service-preview {
    grid-column: 1 / -1;
  }

  .contact-card {
    grid-template-columns: 1fr;
    background: #ffffff;
  }

  .contact-advantages {
    grid-template-columns: 1fr;
  }

  .contact-advantages div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .header-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .brand-logo-image {
    width: 164px;
  }

  .top-nav,
  .header-inner > .btn {
    display: none;
  }

  .hero-content {
    padding: 22px 0 10px;
  }

  .site-header {
    position: relative;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero p {
    margin: 14px 0 16px;
    font-size: 14.5px;
    line-height: 1.4;
  }

  .hero .btn {
    min-height: 42px;
  }

  .hero-actions .btn-light {
    display: none;
  }

  .hero-proof {
    display: none;
  }

  .hero-system,
  .hero-advantages {
    display: none;
  }

  .automation-map {
    display: none;
  }

  .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .section,
  .contact-section {
    padding: 52px 0;
  }

  .section-first {
    padding-top: 0;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .screens-layout .section-head {
    margin-bottom: 0;
  }

  .section-head h2,
  .contact-card h2 {
    font-size: 28px;
  }

  .tool-suite {
    gap: 8px;
    margin-bottom: 34px;
    padding: 8px;
  }

  .suite-copy {
    padding: 20px;
  }

  .suite-copy span {
    margin-bottom: 18px;
  }

  .suite-copy h3 {
    font-size: 22px;
  }

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

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

  .suite-tools span {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .service-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px;
  }

  .service-card-copy span,
  .design-principle > div:first-child > span {
    margin-bottom: 18px;
  }

  .service-card-copy h3,
  .design-principle h3 {
    font-size: 22px;
  }

  .service-ui {
    min-height: 190px;
  }

  .crm-board {
    grid-template-columns: 1fr;
  }

  .crm-board div {
    min-height: 86px;
  }

  .screens-layout {
    gap: 24px;
  }

  .screen-stage {
    gap: 12px;
  }

  .interface-points {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .screen-stage::before {
    display: none;
  }

  .screen-body {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .screen-sidebar {
    display: none;
  }

  .screen-content {
    padding: 16px;
  }

  .screen-title {
    align-items: flex-start;
  }

  .screen-title strong {
    font-size: 22px;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metric-row div {
    min-height: 92px;
  }

  .screen-grid,
  .screen-side {
    grid-template-columns: 1fr;
  }

  .chart-panel,
  .tasks-panel {
    min-height: auto;
  }

  .bars {
    height: 96px;
  }

  .mini-screen {
    min-height: 116px;
  }

  .design-principle {
    min-height: auto;
    padding: 20px;
  }

  .principle-ui {
    min-height: 120px;
  }

  .service-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .service-list p,
  .service-preview {
    grid-column: auto;
  }

  .service-preview {
    min-height: 70px;
  }

  .product-item {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px;
  }

  .product-preview {
    min-height: 130px;
  }

  .product-item strong,
  .product-item h3 {
    font-size: 24px;
  }

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

  .principle-visual {
    min-height: 70px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
  }

  .launch-board {
    padding: 8px;
  }

  .launch-focus {
    padding: 18px;
  }

  .launch-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .launch-result strong {
    font-size: 18px;
  }

  .process-list span {
    grid-row: auto;
    margin-bottom: 24px;
  }

  .process-list strong,
  .process-list p,
  .process-micro {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-card {
    padding: 8px;
  }

  .contact-copy {
    padding: 18px;
  }

  .contact-system-flow,
  .contact-system-row,
  .contact-detail-grid,
  .contact-advantages div {
    grid-template-columns: 1fr;
  }

  .contact-advantages {
    gap: 12px;
  }

  .footer-shell {
    padding: 38px 0 22px;
  }

  .footer-main {
    gap: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow,
  .hero h1,
  .hero p,
  .hero-bullets,
  .hero-actions,
  .hero-proof,
  .hero-system,
  .hero-advantages,
  .automation-map,
  .tool-suite,
  .screen-stage {
    animation: fade-rise 0.52s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .hero h1 {
    animation-delay: 0.04s;
  }

  .hero p {
    animation-delay: 0.08s;
  }

  .hero-actions {
    animation-delay: 0.12s;
  }

  .hero-bullets {
    animation-delay: 0.1s;
  }

  .hero-proof {
    animation-delay: 0.16s;
  }

  .hero-system {
    animation-delay: 0.18s;
  }

  .hero-advantages {
    animation-delay: 0.22s;
  }

  .automation-map {
    animation-delay: 0.22s;
  }

  .tool-suite {
    animation-delay: 0.12s;
  }

  .screen-stage {
    animation-delay: 0.14s;
  }

  .map-line {
    transform-origin: center;
    animation: line-reveal 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.28s both;
  }

  .map-node {
    animation: node-reveal 0.52s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  }

  .map-node:nth-child(2) {
    animation-delay: 0.22s;
  }

  .map-node:nth-child(3) {
    animation-delay: 0.28s;
  }

  .map-node:nth-child(4) {
    animation-delay: 0.34s;
  }

  .map-node:nth-child(5) {
    animation-delay: 0.4s;
  }

  .map-node:hover,
  .product-item:hover,
  .process-list li:hover {
    transform: translateY(-3px);
  }

  .product-item,
  .process-list li,
  .suite-tools span,
  .service-card,
  .service-ui,
  .service-preview,
  .product-preview,
  .design-principle,
  .principle-ui,
  .principle-visual,
  .contact-detail-grid div,
  .contact-system-main,
  .contact-system-row > div,
  .contact-advantages strong,
  .screen-main,
  .mini-screen {
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  }

  .suite-tools span:hover {
    transform: translateY(-2px);
    border-color: #eadc96;
    background: #ffffff;
  }

  .screen-main:hover,
  .mini-screen:hover,
  .service-card:hover,
  .service-ui:hover,
  .service-preview:hover,
  .product-preview:hover,
  .design-principle:hover,
  .principle-ui:hover,
  .principle-visual:hover,
  .contact-detail-grid div:hover,
  .contact-system-main:hover,
  .contact-system-row > div:hover,
  .contact-advantages strong:hover {
    transform: translateY(-3px);
    border-color: var(--line-strong);
  }

  .product-item:hover,
  .process-list li:hover {
    box-shadow: 0 18px 44px rgba(27, 39, 56, 0.055);
    border-color: var(--line-strong);
  }

  .bars i {
    transform-origin: bottom;
    animation: bar-grow 0.82s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .bars i:nth-child(2) {
    animation-delay: 0.05s;
  }

  .bars i:nth-child(3) {
    animation-delay: 0.1s;
  }

  .bars i:nth-child(4) {
    animation-delay: 0.15s;
  }

  .bars i:nth-child(5) {
    animation-delay: 0.2s;
  }

  .bars i:nth-child(6) {
    animation-delay: 0.25s;
  }

  .analytics-bars i,
  .service-preview-bi i,
  .principle-visual-data span {
    transform-origin: bottom;
    animation: bar-grow 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .analytics-bars i:nth-child(2),
  .service-preview-bi i:nth-child(2),
  .principle-visual-data span:nth-child(2) {
    animation-delay: 0.08s;
  }

  .analytics-bars i:nth-child(3),
  .service-preview-bi i:nth-child(3),
  .principle-visual-data span:nth-child(3) {
    animation-delay: 0.16s;
  }

  .analytics-bars i:nth-child(4),
  .service-preview-bi i:nth-child(4) {
    animation-delay: 0.24s;
  }
}

@keyframes fade-rise {
  from {
    opacity: 0.48;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes node-reveal {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes line-reveal {
  from {
    opacity: 0;
    transform: scaleX(0.35);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes bar-grow {
  from {
    opacity: 0.6;
    transform: scaleY(0.42);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* Единое лёгкое начертание заголовков */
h1,
h2,
h3,
h4 {
  font-weight: 300 !important;
}

/* Variant 2: более объёмные интерфейсные окна */
.hero-system {
  min-height: 410px;
  perspective: 1200px;
}

.system-card {
  border-color: rgba(216, 225, 238, 0.94);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow:
    0 42px 100px rgba(49, 72, 111, 0.16),
    0 12px 34px rgba(49, 72, 111, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(26px) saturate(1.12);
}

.system-card-main {
  inset: 8px 0 auto;
  min-height: 310px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 4%, rgba(177, 151, 255, 0.12), transparent 34%),
    radial-gradient(circle at 10% 100%, rgba(77, 195, 166, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.94);
}

.system-top {
  min-height: 58px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.78);
}

.system-flow {
  gap: 12px;
  padding: 22px 24px 16px;
}

.system-flow span {
  min-height: 66px;
  border-radius: 18px;
  background: rgba(248, 250, 253, 0.9);
  box-shadow: 0 10px 24px rgba(38, 58, 92, 0.045), inset 0 1px 0 #ffffff;
}

.system-status {
  gap: 10px;
  padding: 0 24px 24px;
}

.system-status p {
  padding: 14px 16px;
  border: 1px solid rgba(229, 234, 241, 0.84);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(39, 59, 92, 0.06);
}

.system-card-note {
  left: -30px;
  bottom: 34px;
  width: 210px;
  padding: 20px;
  transform: translateZ(32px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 248, 244, 0.95));
}

.system-card-small {
  right: 22px;
  bottom: 6px;
  width: 166px;
  padding: 20px;
  transform: translateZ(42px);
}

.tool-suite {
  gap: 20px;
  margin-bottom: 64px;
  padding: 18px;
  border-color: rgba(218, 225, 236, 0.92);
  border-radius: 32px;
  background:
    radial-gradient(circle at 6% 12%, rgba(255, 224, 92, 0.22), transparent 34%),
    radial-gradient(circle at 94% 100%, rgba(82, 142, 231, 0.11), transparent 36%),
    rgba(250, 252, 255, 0.94);
  box-shadow:
    0 38px 90px rgba(48, 72, 113, 0.14),
    0 10px 28px rgba(48, 72, 113, 0.06),
    inset 0 1px 0 #ffffff;
}

.suite-copy {
  padding: 34px;
  border: 1px solid rgba(225, 231, 240, 0.84);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(45, 65, 98, 0.06), inset 0 1px 0 #ffffff;
}

.suite-tools {
  gap: 12px;
  padding: 4px;
}

.suite-tools span {
  min-height: 64px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(39, 59, 92, 0.055), inset 0 1px 0 #ffffff;
}

.service-cards {
  gap: 24px;
}

.service-card {
  min-height: 310px;
  padding: 30px;
  border-color: rgba(218, 225, 236, 0.9);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(224, 235, 255, 0.4), transparent 40%),
    rgba(255, 255, 255, 0.96);
  box-shadow:
    0 34px 80px rgba(47, 70, 108, 0.12),
    0 8px 24px rgba(47, 70, 108, 0.055),
    inset 0 1px 0 #ffffff;
}

.service-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 224, 92, 0.2), transparent 40%),
    rgba(255, 255, 255, 0.96);
}

.service-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(77, 195, 166, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.96);
}

.service-card-copy {
  padding: 4px 2px;
}

.service-result {
  margin-top: 28px;
  padding: 17px 18px;
  border-radius: 18px;
  background: rgba(248, 250, 253, 0.88);
  box-shadow: inset 0 1px 0 #ffffff;
}

.service-ui {
  min-height: 250px;
  border-color: rgba(216, 224, 236, 0.92);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.93));
  box-shadow: 0 24px 58px rgba(43, 65, 101, 0.1), inset 0 1px 0 #ffffff;
}

.crm-board {
  gap: 12px;
  padding: 16px;
}

.crm-board div,
.cabinet-top,
.cabinet-grid i,
.chat-ui p,
.analytics-note {
  border-radius: 16px;
}

.crm-board div {
  padding: 14px;
  background: rgba(247, 249, 252, 0.92);
}

.crm-board i {
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(43, 63, 96, 0.055);
}

.cabinet-ui,
.analytics-ui {
  padding: 22px;
}

.cabinet-top {
  min-height: 58px;
  padding: 0 18px;
}

.cabinet-grid {
  gap: 12px;
}

.cabinet-grid i {
  min-height: 72px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 28px rgba(40, 61, 96, 0.055);
}

@media (max-width: 780px) {
  .tool-suite,
  .service-card {
    border-radius: 24px;
  }

  .tool-suite {
    padding: 12px;
  }

  .service-card {
    padding: 22px;
  }
}

/* Interactive controls */
.system-flow button,
.suite-tools button {
  appearance: none;
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.system-flow button {
  display: grid;
  place-items: center;
  min-height: 66px;
  border-radius: 18px;
  background: rgba(248, 250, 253, 0.9);
  box-shadow: 0 10px 24px rgba(38, 58, 92, 0.045), inset 0 1px 0 #ffffff;
  font-size: 12px;
  text-align: center;
}

.system-flow button:hover,
.suite-tools button:hover {
  transform: translateY(-2px);
  border-color: #b9c7db;
  box-shadow: 0 16px 34px rgba(44, 67, 105, 0.11), inset 0 1px 0 #ffffff;
}

.system-flow button.is-active {
  border-color: #e2c958;
  background: linear-gradient(145deg, #fffdf3, #fff4bd);
  box-shadow: 0 16px 34px rgba(183, 149, 27, 0.14), inset 0 1px 0 #ffffff;
}

.system-flow button:focus-visible,
.suite-tools button:focus-visible {
  outline: 3px solid rgba(66, 111, 212, 0.24);
  outline-offset: 3px;
}

.suite-tools button {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(39, 59, 92, 0.055), inset 0 1px 0 #ffffff;
  font-size: 14px;
}

.suite-tools button.is-active {
  border-color: #9bcbbf;
  background: linear-gradient(145deg, #ffffff, #e9f7f3);
  color: #1f6659;
  box-shadow: 0 18px 38px rgba(45, 117, 103, 0.13), inset 0 1px 0 #ffffff;
}

.hero-system.is-changing .system-status,
.hero-system.is-changing .system-card-note,
.hero-system.is-changing .system-card-small,
.suite-copy.is-changing > * {
  animation: content-switch 220ms ease both;
}

@keyframes content-switch {
  from {
    opacity: 0.35;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Wide service windows: no squeezed columns */
.service-cards {
  grid-template-columns: 1fr;
  gap: 30px;
}

.service-card {
  grid-template-columns: minmax(280px, 0.72fr) minmax(480px, 1.28fr);
  gap: 38px;
  min-height: 330px;
}

.service-card-copy {
  min-width: 0;
  padding: 10px 4px;
}

.service-card-copy h3 {
  max-width: 520px;
  font-size: clamp(27px, 3vw, 38px);
}

.service-card-copy p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.55;
}

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

.crm-board div {
  min-width: 0;
}

/* More depth for the interface section */
.screens-section {
  padding-block: 110px;
  background:
    radial-gradient(circle at 78% 18%, rgba(177, 151, 255, 0.13), transparent 32%),
    radial-gradient(circle at 18% 88%, rgba(77, 195, 166, 0.1), transparent 36%),
    #f7f9fc;
}

.screens-layout {
  gap: 34px;
  padding: 34px;
  border: 1px solid rgba(216, 225, 238, 0.94);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 44px 110px rgba(48, 72, 113, 0.15),
    0 12px 34px rgba(48, 72, 113, 0.07),
    inset 0 1px 0 #ffffff;
  backdrop-filter: blur(24px);
}

.interface-points span {
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(42, 63, 98, 0.06), inset 0 1px 0 #ffffff;
}

.screen-stage {
  gap: 16px;
}

.screen-stage::before {
  inset: 20px -18px 20px auto;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(179, 149, 39, 0.11);
}

.screen-main,
.mini-screen {
  border-color: rgba(214, 223, 236, 0.95);
  border-radius: 24px;
  box-shadow: 0 28px 68px rgba(45, 67, 104, 0.13), inset 0 1px 0 #ffffff;
}

.screen-top {
  min-height: 52px;
  padding: 0 20px;
}

.screen-content {
  padding: 22px;
}

.metric-row {
  gap: 12px;
}

.metric-row div,
.chart-panel,
.tasks-panel {
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(43, 64, 98, 0.065), inset 0 1px 0 #ffffff;
}

.mini-screen {
  padding: 18px;
}

@media (max-width: 1100px) {
  .service-card {
    grid-template-columns: minmax(240px, 0.8fr) minmax(420px, 1.2fr);
  }

  .screens-layout {
    padding: 28px;
  }
}

@media (max-width: 780px) {
  .service-card {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .suite-tools button {
    min-height: 52px;
    padding: 0 14px;
    font-size: 13px;
  }

  .screens-section {
    padding-block: 72px;
  }

  .screens-layout {
    padding: 20px;
    border-radius: 26px;
  }
}

/* Compact service composition — closer to the previous version */
.service-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  min-height: 310px;
  padding: 24px;
}

.service-card-copy {
  padding: 4px 0;
}

.service-card-copy h3 {
  font-size: 22px;
}

.service-card-copy p {
  font-size: 14px;
  line-height: 1.5;
}

.service-ui {
  min-width: 0;
  min-height: 238px;
}

.crm-board {
  gap: 8px;
  padding: 10px;
}

.crm-board div {
  padding: 10px;
}

@media (max-width: 1100px) {
  .service-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .service-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

/* Cloud-style structural details. The original ONEGOLOS palette is preserved. */
.site-header {
  padding: 8px 0;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(27, 39, 56, 0.04);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 62px;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.top-nav {
  gap: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.top-nav a {
  position: relative;
  padding: 10px 0;
  border-radius: 0;
  transition: color 160ms ease;
}

.top-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.top-nav a:hover {
  transform: none;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

.top-nav a:hover::after,
.top-nav a:focus-visible::after {
  transform: scaleX(1);
}

.eyebrow {
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(45, 117, 103, 0.16);
  border-radius: 999px;
  background: var(--green-soft);
  letter-spacing: 0.055em;
}

.hero h1,
.section-head h2,
.contact-card h2 {
  letter-spacing: -0.035em;
}

.hero-advantages {
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  padding-bottom: 46px;
}

.hero-advantages > span {
  display: inline-flex;
  width: max-content;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}

.hero-advantages div {
  gap: 12px;
}

.hero-advantages strong {
  position: relative;
  min-height: 68px;
  padding: 0 46px 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(27, 39, 56, 0.055), inset 0 1px 0 #ffffff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-advantages strong::after {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 14px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--green);
  font-size: 12px;
  transform: translateY(-50%);
}

.hero-advantages strong:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: 0 20px 40px rgba(27, 39, 56, 0.09), inset 0 1px 0 #ffffff;
}

.section-head {
  position: relative;
}

.section-head::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--green));
}

.tool-suite,
.screens-layout,
.launch-board,
.contact-card {
  overflow: hidden;
}

.service-card {
  position: relative;
}

.service-card::after {
  content: "↗";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(213, 221, 232, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--green);
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(27, 39, 56, 0.06);
}

.product-list {
  gap: 18px;
}

.product-item {
  position: relative;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(27, 39, 56, 0.07), inset 0 1px 0 #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-item::after {
  content: "↗";
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--green);
  font-size: 14px;
}

.product-item:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 28px 64px rgba(27, 39, 56, 0.11), inset 0 1px 0 #ffffff;
}

.product-preview {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(27, 39, 56, 0.055), inset 0 1px 0 #ffffff;
}

.launch-board {
  padding: 14px;
  border-radius: 28px;
  box-shadow: 0 30px 78px rgba(27, 39, 56, 0.1), inset 0 1px 0 #ffffff;
}

.launch-top,
.launch-focus,
.launch-step,
.launch-result {
  border-radius: 18px;
}

.contact-card {
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(27, 39, 56, 0.1), inset 0 1px 0 #ffffff;
}

.contact-detail-grid div {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(27, 39, 56, 0.045), inset 0 1px 0 #ffffff;
}

@media (max-width: 780px) {
  .site-header {
    padding-top: 0;
  }

  .header-inner {
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
  }

  .top-nav {
    border: 0;
    background: transparent;
  }

  .hero-advantages {
    grid-template-columns: 1fr;
  }
}

/* SEO service routes */
.solution-pages-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 224, 92, 0.15), transparent 27%),
    #f8fafc;
}

.solution-pages-head {
  max-width: 820px;
}

.solution-pages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.solution-page-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 255px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 42px rgba(27, 39, 56, 0.045);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.solution-page-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--green-soft);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.solution-page-card:hover {
  border-color: #c9d8d4;
  box-shadow: 0 24px 64px rgba(27, 39, 56, 0.085);
  transform: translateY(-5px);
}

.solution-page-card:hover::after {
  opacity: 0.85;
  transform: scale(1);
}

.solution-page-card > span {
  display: block;
  margin-bottom: 36px;
  color: var(--green);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.solution-page-card h3 {
  max-width: 250px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.15;
}

.solution-page-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.solution-page-card b {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 1100px) {
  .solution-pages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .solution-pages-grid {
    grid-template-columns: 1fr;
  }

  .solution-page-card {
    min-height: 225px;
  }
}

/* Balanced desktop canvas: wide, but with more breathing room at the edges. */
.container {
  width: min(1320px, calc(100% - 112px));
}

@media (max-width: 780px) {
  .container {
    width: min(100% - 24px, 1320px);
  }
}

/* Temporarily unpublished until the ready-made products may be promoted. */
#products,
a[href="#products"] {
  display: none !important;
}
