:root {
  color-scheme: light;
  --ink: #061b31;
  --ink-2: #273951;
  --muted: #64748d;
  --line: #e5edf5;
  --surface: #ffffff;
  --surface-soft: #f6f9fc;
  --surface-blue: #edf7fb;
  --navy: #061a33;
  --navy-2: #101b4f;
  --indigo: #533afd;
  --indigo-dark: #4434d4;
  --blue: #0a72ef;
  --cyan: #21c7d9;
  --teal: #19a891;
  --green: #15be53;
  --magenta: #ea2261;
  --shadow: rgba(50, 50, 93, 0.22) 0 30px 45px -30px, rgba(0, 0, 0, 0.1) 0 18px 36px -18px;
  --soft-shadow: rgba(23, 23, 23, 0.08) 0 15px 35px;
  --ring: 0 0 0 1px rgba(6, 27, 49, 0.08);
  --radius: 8px;
  --radius-lg: 18px;
  --container: min(1180px, calc(100% - 32px));
  --font-sans: "Manrope", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea {
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

p,
ul,
ol {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.35rem, 7.2vw, 7rem);
  font-weight: 760;
}

h2 {
  font-size: clamp(2.2rem, 4.4vw, 4.45rem);
  font-weight: 740;
}

h3 {
  font-size: clamp(1.26rem, 1.7vw, 1.58rem);
  font-weight: 740;
  letter-spacing: -0.025em;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(229, 237, 245, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--navy), var(--indigo));
  color: white;
  box-shadow: 0 12px 28px rgba(83, 58, 253, 0.24);
}

.brand-mark svg {
  width: 31px;
  height: 31px;
}

.brand-mark path:first-child,
.brand-mark path:last-child {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark path:first-child {
  stroke: currentColor;
  stroke-width: 2.3;
}

.brand-mark path:last-child {
  stroke: var(--cyan);
  stroke-width: 2.2;
}

.brand-text {
  font-size: 1.13rem;
}

.site-nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav a,
.header-cta {
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 760;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a {
  color: var(--ink-2);
  padding: 8px 10px;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: var(--surface-blue);
  color: var(--indigo);
}

.header-cta {
  background: var(--indigo);
  color: white;
  padding: 10px 16px;
  box-shadow: var(--ring), rgba(83, 58, 253, 0.22) 0 14px 26px -16px;
  white-space: nowrap;
}

.header-cta:hover {
  transform: translateY(-1px);
  background: var(--indigo-dark);
}

.hero-premium {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  background:
    radial-gradient(circle at 12% 10%, rgba(83, 58, 253, 0.18), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(33, 199, 217, 0.2), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 54%, #eef6ff 100%);
}

.hero-premium::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 27, 49, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 27, 49, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 76%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 820px;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(32px, 5vw, 72px);
  padding-block: clamp(76px, 10vw, 140px);
}

.hero-content {
  max-width: 760px;
}

.eyebrow,
.card-kicker,
.console-label {
  color: var(--indigo);
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-content h1 {
  color: var(--ink);
}

.hero-content p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.18rem, 1.75vw, 1.42rem);
}

.hero-content h1 + p {
  margin-top: 24px;
}

.hero-actions,
.cta-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-2);
  font-weight: 740;
}

.trust-list li::before {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--indigo), var(--cyan));
  content: "";
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--indigo);
  color: white;
  box-shadow: rgba(83, 58, 253, 0.24) 0 18px 34px -18px;
}

.button-primary:hover {
  background: var(--indigo-dark);
}

.button-secondary,
.button-ghost {
  background: white;
  color: var(--ink);
  border-color: rgba(6, 27, 49, 0.12);
  box-shadow: var(--ring);
}

.button-ghost {
  background: transparent;
}

.button-icon {
  font-size: 1.05em;
}

.hero-console {
  position: relative;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.hero-console::before {
  position: absolute;
  inset: -30% -20% auto auto;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 199, 217, 0.36), transparent 68%);
  content: "";
}

.console-topbar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(6, 27, 49, 0.08);
  padding: 16px 18px;
  color: var(--ink-2);
}

.console-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d7e1eb;
}

.console-topbar span:first-child {
  background: var(--magenta);
}

.console-topbar span:nth-child(2) {
  background: #f6b345;
}

.console-topbar span:nth-child(3) {
  background: var(--green);
}

.console-topbar strong {
  margin-left: 8px;
  font-size: 1rem;
}

.console-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 18px;
}

.console-card {
  position: relative;
  min-height: 156px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 1px rgba(6, 27, 49, 0.08), rgba(6, 27, 49, 0.06) 0 12px 24px -16px;
  padding: 18px;
}

.console-card.wide {
  grid-column: 1 / -1;
  min-height: 190px;
  background: linear-gradient(145deg, #071b34, #132b68 62%, #291d74);
  color: white;
}

.console-dashboard {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.workflow-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.workflow-map::before {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(33, 199, 217, 0.2), rgba(139, 232, 241, 0.9), rgba(83, 58, 253, 0.45));
  content: "";
}

.workflow-map span {
  position: relative;
  display: grid;
  min-height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 820;
  text-align: center;
  backdrop-filter: blur(8px);
}

.activity-log {
  display: grid;
  gap: 8px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.18);
  padding: 12px;
}

.activity-log p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1rem !important;
}

.activity-log span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(21, 190, 83, 0.12);
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}


.console-card.accent {
  background: linear-gradient(145deg, rgba(237, 247, 251, 0.98), rgba(248, 245, 255, 0.98));
}

.console-card h2,
.console-card h3 {
  margin-top: 8px;
  letter-spacing: -0.03em;
}

.console-card p:not(.console-label) {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1rem;
}

.console-card.wide p:not(.console-label) {
  color: rgba(255, 255, 255, 0.78);
}

.console-card.wide .console-label {
  color: #8be8f1;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 26px;
}

.flow-line span {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 750;
  text-align: center;
}

.proof-strip {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

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

.proof-grid div {
  padding: 24px;
}

.proof-grid div + div {
  border-left: 1px solid var(--line);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--ink);
  font-size: 1.13rem;
}

.proof-grid span {
  margin-top: 4px;
  color: var(--muted);
}

.section {
  padding-block: clamp(72px, 9vw, 124px);
}

.section-soft {
  background: var(--surface-soft);
}

.section-blue {
  background:
    radial-gradient(circle at 12% 0%, rgba(33, 199, 217, 0.2), transparent 34%),
    linear-gradient(180deg, #eff8ff, #ffffff);
}

.dark-section {
  background:
    radial-gradient(circle at 20% 0%, rgba(83, 58, 253, 0.28), transparent 35%),
    radial-gradient(circle at 85% 30%, rgba(33, 199, 217, 0.16), transparent 34%),
    #08090a;
  color: #f7f8f8;
}

.dark-section .section-heading p,
.dark-section .split-copy p,
.dark-section .showcase-card p,
.dark-section .process-list p {
  color: #b7bfcc;
}

.dark-section .eyebrow,
.dark-section .card-kicker {
  color: #8be8f1;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 40px;
}

.section-heading.align-center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin-top: 10px;
}

.section-heading p:not(.eyebrow) {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.12rem;
}

.cards-grid,
.offer-grid,
.audience-grid,
.showcase-grid,
.project-grid,
.work-grid {
  display: grid;
  gap: 18px;
}

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

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

.offer-grid {
  grid-template-columns: repeat(4, 1fr);
}

.audience-grid {
  grid-template-columns: repeat(4, 1fr);
}

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

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

.card,
.project-card,
.service-card,
.offer-card,
.audience-card,
.showcase-card,
.feature-panel,
.todo-box {
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--ring), var(--soft-shadow);
}

.card,
.project-card,
.showcase-card {
  padding: 24px;
}

.service-card {
  min-height: 285px;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ring), var(--shadow);
}

.service-card h3,
.offer-card h3,
.audience-card h3,
.showcase-card h3,
.project-card h3 {
  margin-top: 16px;
}

.service-card p,
.offer-card p,
.audience-card p,
.showcase-card p,
.project-card p {
  margin-top: 12px;
  color: var(--muted);
}

.card-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--indigo);
  font-weight: 820;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tag-row span {
  border-radius: 999px;
  background: var(--surface-blue);
  color: var(--indigo);
  padding: 7px 10px;
  font-size: 1rem;
  font-weight: 820;
}

.project-card {
  min-height: 270px;
}

.project-card .card-kicker {
  color: var(--teal);
}

.offer-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
}

.best-for {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  font-size: 1rem;
}

.best-for span {
  display: block;
  color: var(--ink);
  font-weight: 840;
}

.split,
.split-wide,
.contact-grid,
.service-detail {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
}

.split {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
}

.split-wide {
  grid-template-columns: 0.88fr 1.12fr;
}

.split-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.13rem;
}

.button-row {
  margin-top: 28px;
}

.system-flow {
  display: grid;
  gap: 12px;
  counter-reset: flow;
}

.system-flow div {
  display: grid;
  grid-template-columns: 56px 140px 1fr;
  align-items: center;
  gap: 16px;
  border-radius: 18px;
  background: white;
  box-shadow: var(--ring), rgba(50, 50, 93, 0.12) 0 18px 34px -24px;
  padding: 18px;
}

.system-flow span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: var(--surface-blue);
  color: var(--indigo);
  font-weight: 900;
}

.system-flow strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.system-flow p {
  color: var(--muted);
}

.showcase-card {
  min-height: 240px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.light-showcase .showcase-card {
  background: white;
  box-shadow: var(--ring), var(--soft-shadow);
}

.meeting-panel,
.feature-panel {
  padding: clamp(24px, 4vw, 36px);
}

.meeting-panel {
  display: grid;
  gap: 14px;
  border-radius: 24px;
  background: linear-gradient(145deg, #071b34, #101b4f 64%, #291d74);
  box-shadow: var(--shadow);
}

.meeting-panel.light {
  background: white;
  box-shadow: var(--ring), var(--soft-shadow);
}

.meeting-line {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  color: white;
}

.meeting-panel.light .meeting-line {
  background: var(--surface-soft);
  color: var(--ink);
}

.meeting-line.active {
  background: rgba(33, 199, 217, 0.18);
  box-shadow: inset 0 0 0 1px rgba(33, 199, 217, 0.28);
}

.meeting-line span,
.meeting-line strong {
  display: block;
}

.meeting-line span {
  color: #8be8f1;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meeting-panel.light .meeting-line span {
  color: var(--indigo);
}

.meeting-line strong {
  margin-top: 8px;
  font-size: 1.13rem;
}

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

.chip-cloud span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #f7f8f8;
  padding: 10px 14px;
  font-weight: 780;
}

.audience-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.audience-strip span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: white;
  box-shadow: var(--ring), rgba(50, 50, 93, 0.1) 0 14px 28px -22px;
  color: var(--ink-2);
  padding: 12px 16px;
  font-weight: 820;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding: 0;
  list-style: none;
}

.process-list li {
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--ring), rgba(50, 50, 93, 0.12) 0 18px 34px -24px;
  padding: 22px;
}

.dark-section .process-list li {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.process-list span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--indigo);
  font-weight: 900;
}

.dark-section .process-list span {
  color: #8be8f1;
}

.process-list p {
  margin-top: 10px;
  color: var(--muted);
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(83, 58, 253, 0.16), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(33, 199, 217, 0.18), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  padding-block: clamp(84px, 10vw, 150px);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 27, 49, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 27, 49, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 86%);
  content: "";
}

.page-intro {
  position: relative;
  max-width: 940px;
}

.page-intro h1 {
  max-width: 12ch;
}

.page-intro p:not(.eyebrow) {
  max-width: 740px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1.18rem, 1.7vw, 1.38rem);
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.service-detail {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  border-radius: 22px;
  background: white;
  box-shadow: var(--ring), var(--soft-shadow);
  padding: clamp(24px, 4vw, 42px);
  scroll-margin-top: 110px;
}

.service-detail p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
}

.check-list,
.feature-panel ul,
.contact-list,
.footer-links {
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.check-list li,
.feature-panel li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-2);
}

.check-list li::before,
.feature-panel li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--indigo), var(--cyan));
  content: "";
}

.feature-panel {
  background: white;
  box-shadow: var(--ring), var(--soft-shadow);
}

.feature-panel h2 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.feature-panel ul {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.dark-panel,
.dark-section .feature-panel {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dark-panel li,
.dark-section .feature-panel li {
  color: #d8dce5;
}

.contact-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-list li {
  border-radius: 16px;
  background: var(--surface-soft);
  padding: 18px;
}

.contact-list strong,
.contact-list span {
  display: block;
}

.contact-list span {
  color: var(--muted);
}

.todo-box {
  display: grid;
  gap: 10px;
  padding: 24px;
  color: var(--muted);
}

.legal-content {
  display: grid;
  gap: 28px;
  max-width: 850px;
}

.legal-content section {
  display: grid;
  gap: 10px;
}

.legal-content h2 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  letter-spacing: -0.025em;
}

.legal-content p {
  color: var(--muted);
}

.cta-band {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(83, 58, 253, 0.28), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(33, 199, 217, 0.2), transparent 32%),
    #071b34;
  color: white;
  padding-block: clamp(72px, 8vw, 112px);
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
}

.cta-inner p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.13rem;
}

.cta-band .button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border-color: rgba(255, 255, 255, 0.18);
}

.site-footer {
  background: #06101f;
  color: #d7dfec;
  padding-block: 58px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1fr;
  gap: 32px;
}

.brand-footer {
  color: white;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 18px;
  color: #aab6c8;
}

.site-footer h2 {
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-links {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.footer-links a,
.footer-links span {
  color: #aab6c8;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 42px;
  padding-top: 22px;
  color: #8492a8;
  font-size: 1rem;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split,
  .split-wide,
  .contact-grid,
  .cta-inner,
  .service-detail {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .cards-grid,
  .offer-grid,
  .audience-grid,
  .showcase-grid,
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .proof-grid div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .site-nav {
    justify-content: flex-start;
    order: 3;
    flex-basis: 100%;
  }

  .header-inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .hero-premium {
    min-height: auto;
  }

  .hero-grid {
    padding-block: 62px;
  }

  .hero-console {
    border-radius: 18px;
  }

  .console-grid,
  .flow-line,
  .cards-grid,
  .cards-grid-3,
  .offer-grid,
  .audience-grid,
  .showcase-grid,
  .project-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .console-card.wide {
    grid-column: auto;
  }

  .workflow-map {
    grid-template-columns: 1fr;
  }

  .workflow-map::before {
    display: none;
  }

  .system-flow div {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 64px;
  }

  .page-hero {
    padding-block: 68px;
  }

  .site-nav a {
    padding-inline: 8px;
  }

  .header-cta {
    display: none;
  }

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

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
