:root {
  --ink: #111827;
  --muted: #52616f;
  --primary: #006d77;
  --primary-strong: #004e56;
  --accent: #ff6b2c;
  --cyan: #00b8d4;
  --green: #10a37f;
  --paper: #f7fafc;
  --surface: #ffffff;
  --soft: #eef6f8;
  --line: rgba(17, 24, 39, 0.12);
  --shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background: linear-gradient(180deg, #f8fbfc 0%, #eef6f8 44%, #ffffff 100%);
}

a {
  color: inherit;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.48);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 46px;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(18px);
  transition: box-shadow 240ms ease, background 240ms ease;
}

.site-header.header-solid {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.1);
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 14px rgba(7, 31, 68, 0.16));
}

.brand-dot {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--accent));
  box-shadow: 0 0 18px rgba(16, 163, 127, 0.55);
}

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

.nav a {
  color: #27313c;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 8px;
  transition: background 180ms ease, color 180ms ease;
}

.nav a:hover {
  background: rgba(0, 109, 119, 0.08);
  color: var(--primary-strong);
}

.header-cta {
  text-decoration: none;
  color: var(--primary-strong);
  border: 1px solid rgba(0, 109, 119, 0.24);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.82);
}

.hero {
  position: relative;
  min-height: 88svh;
  padding: 118px 46px 70px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 16, 22, 0.92) 0%, rgba(4, 61, 67, 0.78) 48%, rgba(255, 255, 255, 0.12) 100%),
    url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2200&q=80")
      center / cover no-repeat;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.42;
}

.hero::after {
  right: 34px;
  bottom: 18px;
  width: 620px;
  aspect-ratio: 900 / 620;
  background: url("./assets/automation-flow.svg") center / contain no-repeat;
  opacity: 0.34;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.22));
}

.hero-grid {
  position: absolute;
  right: 18px;
  top: 92px;
  width: 58%;
  height: calc(100% - 80px);
  background: url("./assets/analytics-vision.svg") center / contain no-repeat;
  opacity: 0.38;
  pointer-events: none;
}

.growth-visual {
  position: absolute;
  right: 38px;
  top: 118px;
  width: min(42vw, 660px);
  height: 560px;
  pointer-events: none;
  z-index: 0;
}

.growth-kpi {
  position: absolute;
  padding: 10px 14px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 900;
  font-size: 0.92rem;
  background: rgba(0, 109, 119, 0.52);
  border: 1px solid rgba(125, 243, 225, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.growth-kpi-a {
  right: 34px;
  top: 16px;
}

.growth-kpi-b {
  left: 28px;
  top: 182px;
}

.growth-kpi-c {
  right: 86px;
  bottom: 50px;
  background: rgba(255, 107, 44, 0.68);
  border-color: rgba(255, 198, 160, 0.45);
}

.growth-chart {
  position: absolute;
  right: 88px;
  bottom: 118px;
  width: 330px;
  height: 250px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 14px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
}

.growth-chart span {
  display: block;
  height: var(--h);
  min-height: 42px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #7df3e1, #00b8d4);
  box-shadow: 0 0 24px rgba(125, 243, 225, 0.28);
}

.growth-line {
  position: absolute;
  right: 136px;
  bottom: 214px;
  width: 308px;
  height: 112px;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(-12deg);
}

.growth-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--accent), #ffd166, #7df3e1);
  transform: skewY(-18deg);
  box-shadow: 0 0 22px rgba(255, 107, 44, 0.32);
}

.growth-line::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 25px;
  width: 14px;
  height: 14px;
  border-top: 5px solid #7df3e1;
  border-right: 5px solid #7df3e1;
  transform: rotate(45deg);
}

.hero-blur {
  position: absolute;
  pointer-events: none;
}

.hero-blur-a {
  width: 360px;
  height: 360px;
  right: 16%;
  top: 16%;
  background: rgba(0, 184, 212, 0.24);
  filter: blur(70px);
}

.hero-blur-b {
  width: 260px;
  height: 260px;
  right: 42%;
  bottom: 10%;
  background: rgba(255, 107, 44, 0.22);
  filter: blur(64px);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 52px;
  align-items: center;
}

.hero-copy {
  max-width: 820px;
}

.hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 4.4rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy h1 span {
  display: block;
  color: #7df3e1;
}

.eyebrow {
  margin: 0 0 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 800;
  color: rgba(231, 255, 250, 0.9);
}

.eyebrow.ink {
  color: var(--primary);
}

.eyebrow.cyan {
  color: #8ef7ea;
}

.lead {
  margin: 20px 0 0;
  max-width: 58ch;
  color: rgba(248, 255, 253, 0.92);
  font-size: 1.16rem;
  font-weight: 600;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn,
.panel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.94rem;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.btn:hover,
.panel-cta:hover {
  transform: translateY(-2px);
}

.btn-primary,
.panel-cta {
  background: linear-gradient(135deg, var(--accent), #ff8a3d);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 107, 44, 0.28);
  border: 0;
}

.btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel {
  position: relative;
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--accent));
  border-radius: 8px 8px 0 0;
}

.panel-label {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 900;
}

.hero-panel h2 {
  margin: 10px 0 14px;
  font-size: 1.55rem;
  line-height: 1.26;
  font-family: "Montserrat", "Roboto", sans-serif;
}

.hero-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hero-panel li {
  position: relative;
  padding-left: 18px;
  font-size: 0.95rem;
  color: #344351;
}

.hero-panel li::before,
.management-module li::before,
.service-step li::before,
.story-metrics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.panel-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.panel-cta {
  margin-top: 16px;
}

.section {
  position: relative;
  padding: 78px 46px;
}

.section-title {
  max-width: 920px;
  margin-bottom: 32px;
}

.section-title h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.16;
  letter-spacing: 0;
  font-family: "Montserrat", "Roboto", sans-serif;
}

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

.solution,
.story-copy,
.story-metrics,
.contact-card,
.contact-form,
.ai-solution,
.management-module,
.service-step {
  border-radius: 8px;
}

.solution {
  position: relative;
  min-height: 150px;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.solution::before {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
}

.solution:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 109, 119, 0.26);
  box-shadow: var(--shadow);
}

.solution h3,
.ai-solution h3,
.management-module h3,
.service-step h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
  color: var(--ink);
}

.solution p,
.ai-solution p,
.management-module p,
.service-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.solution-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.solution-link:hover {
  color: var(--accent);
}

.story,
.showcase,
.management,
.services {
  background: linear-gradient(180deg, rgba(0, 109, 119, 0.06), rgba(255, 255, 255, 0.96)), var(--paper);
}

.story-shell {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.story-copy {
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 30px;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
}

.story-copy h2 {
  margin: 0 0 14px;
  font-family: "Montserrat", "Roboto", sans-serif;
  line-height: 1.18;
  font-size: 2rem;
}

.story-copy p {
  margin: 0 0 12px;
  color: var(--muted);
}

.story-metrics {
  background: linear-gradient(145deg, rgba(0, 109, 119, 0.96), rgba(16, 163, 127, 0.86)), var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px;
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 109, 119, 0.22);
}

.story-metrics h3 {
  margin: 0 0 14px;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 1.16rem;
}

.story-metrics ul,
.management-module ul,
.service-step ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.story-metrics li,
.management-module li,
.service-step li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.ai-section {
  background: linear-gradient(180deg, #f6fbfb, #ffffff);
}

.ai-header,
.management-header,
.services-header {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.ai-header .section-title,
.management-header .section-title,
.services-header .section-title {
  max-width: none;
  margin-bottom: 0;
}

.single-line-title {
  white-space: nowrap;
}

.ai-lead,
.management-lead,
.services-lead {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
}

.ai-layout,
.management-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 20px;
  align-items: stretch;
}

.ai-feature,
.management-main {
  position: relative;
  min-height: 560px;
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0, 78, 86, 0.94), rgba(16, 163, 127, 0.82)),
    url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1400&q=80")
      center / cover no-repeat;
  box-shadow: 0 24px 54px rgba(0, 109, 119, 0.22);
  overflow: hidden;
}

.management-main {
  background:
    linear-gradient(145deg, rgba(0, 78, 86, 0.94), rgba(16, 163, 127, 0.84)),
    url("./assets/automation-flow.svg") center / cover no-repeat;
}

.ai-feature::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 36px;
  height: 120px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, transparent 0 18%, rgba(125, 243, 225, 0.3) 18% 21%, transparent 21% 42%, rgba(255, 107, 44, 0.28) 42% 45%, transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
}

.ai-feature .eyebrow,
.management-main .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.ai-feature h3,
.management-main h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1.16;
}

.ai-feature p,
.management-main p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.ai-feature-points,
.management-stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.ai-feature-points span,
.management-stats span {
  padding: 13px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 900;
}

.management-stats strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1;
  color: #fff;
}

.ai-solution-grid,
.management-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ai-solution,
.management-module,
.service-step {
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.ai-solution span,
.service-step span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
  font-weight: 900;
}

.ai-solution strong {
  display: block;
  margin-bottom: 3px;
  color: var(--primary-strong);
}

.ai-solution a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.value {
  background:
    linear-gradient(120deg, rgba(8, 28, 35, 0.96), rgba(0, 109, 119, 0.9)),
    url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1800&q=80")
      center / cover no-repeat;
  color: #fff;
}

.value .section-title h2 {
  color: #fff;
}

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

.value-list p {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.services {
  background: linear-gradient(180deg, #ffffff, #f1f8f8);
}

.service-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.service-step p {
  margin: 0 0 14px;
}

.service-step li,
.management-module li {
  color: #354656;
  font-size: 0.92rem;
}

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

.service-deliverables div {
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, rgba(0, 78, 86, 0.96), rgba(16, 163, 127, 0.86));
  box-shadow: 0 18px 40px rgba(0, 109, 119, 0.18);
}

.service-deliverables h3 {
  margin: 0 0 8px;
}

.service-deliverables p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.final-cta {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(232, 247, 245, 0.96)),
    radial-gradient(circle at 20% 20%, rgba(0, 184, 212, 0.12), transparent 34%);
}

.contact-heading {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.contact-heading .eyebrow {
  color: var(--primary);
}

.contact-heading h2 {
  margin: 0;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1.18;
}

.contact-heading p {
  max-width: 72ch;
  margin: 14px auto 0;
  color: var(--muted);
  font-weight: 600;
}

.contact-grid {
  max-width: 1120px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 20px;
  text-align: left;
}

.contact-card,
.contact-form {
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.1);
}

.contact-card {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0, 78, 86, 0.96), rgba(16, 163, 127, 0.86)),
    url("./assets/automation-flow.svg") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-form {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.1);
  display: grid;
  gap: 9px;
}

.contact-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 900;
}

.contact-card h3,
.contact-form h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 1.45rem;
  line-height: 1.22;
}

.contact-card-lead,
.contact-form > p {
  margin: 0 0 20px;
}

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

.contact-list p {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-list strong {
  color: rgba(255, 255, 255, 0.76);
}

.contact-list a,
.contact-list span {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.contact-form label {
  font-weight: 800;
  color: var(--ink);
  font-size: 0.94rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(17, 24, 39, 0.16);
  padding: 12px 13px;
  font: inherit;
  background: #fbfdfe;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(0, 184, 212, 0.16);
  border-color: var(--cyan);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .btn {
  width: 100%;
  cursor: pointer;
}

.footer {
  background: linear-gradient(135deg, #0c1418, #10252a);
  color: #e6f4f1;
  padding: 42px 46px 24px;
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  margin-bottom: 12px;
}

.footer-brand .brand-mark {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.footer h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #7df3e1;
}

.footer p,
.footer a {
  margin: 6px 0;
  color: rgba(230, 244, 241, 0.82);
  text-decoration: none;
}

.footer-bottom {
  max-width: 1180px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom a {
  color: #7df3e1;
  font-weight: 900;
}

.landing-hero {
  position: relative;
  min-height: 86svh;
  padding: 118px 46px 66px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 18, 26, 0.94) 0%, rgba(3, 60, 66, 0.82) 46%, rgba(255, 255, 255, 0.1) 100%),
    url("https://images.unsplash.com/photo-1554469384-e58fac16e23a?auto=format&fit=crop&w=2200&q=80")
      center / cover no-repeat;
}

.landing-hero.travel {
  background:
    linear-gradient(90deg, rgba(6, 18, 26, 0.94) 0%, rgba(4, 61, 67, 0.8) 46%, rgba(255, 255, 255, 0.1) 100%),
    url("https://images.unsplash.com/photo-1503220317375-aaad61436b1b?auto=format&fit=crop&w=2200&q=80")
      center / cover no-repeat;
}

.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.28;
}

.landing-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 410px;
  gap: 24px;
  align-items: center;
}

.landing-copy {
  max-width: 860px;
}

.landing-copy h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1.04;
  text-wrap: balance;
}

.landing-copy h1 span {
  display: block;
  color: #7df3e1;
}

.landing-copy .lead {
  max-width: 62ch;
}

.about-hero {
  min-height: 78svh;
  padding-top: 132px;
}

.about-hero .article-shell {
  max-width: 1080px;
}

.about-hero .landing-copy {
  max-width: 920px;
}

.about-hero .breadcrumb {
  margin-bottom: 22px;
}

.about-hero .eyebrow {
  margin-bottom: 18px;
}

.about-heading {
  max-width: 15ch;
}

.about-hero .landing-copy h1 {
  font-size: clamp(3.8rem, 6.2vw, 5.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.about-heading-top {
  display: block;
  max-width: 14ch;
  font-size: 0.82em;
  line-height: 1.04;
  color: rgba(255, 255, 255, 0.98);
}

.about-heading-accent {
  display: block;
  margin-top: 10px;
  max-width: 15ch;
  color: #6ff0de;
  line-height: 1.02;
}

.about-hero .landing-copy .lead {
  margin-top: 24px;
  max-width: 33ch;
  font-size: 1.18rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.94);
}

.landing-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.landing-proof div {
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  color: #fff;
}

.landing-proof strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.landing-proof span {
  display: block;
  margin-top: 6px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}

.landing-panel {
  position: relative;
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.landing-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--accent));
}

.landing-panel h2 {
  margin: 10px 0 14px;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.landing-panel ul,
.compare-list,
.faq-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.landing-panel li,
.compare-list li,
.faq-item li {
  position: relative;
  padding-left: 18px;
  color: #344351;
}

.landing-panel li::before,
.compare-list li::before,
.faq-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.landing-section-intro {
  max-width: 80ch;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compare-card,
.journey-card,
.proof-card,
.faq-item {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.compare-card h3,
.journey-card h3,
.proof-card h3,
.faq-item h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 1.16rem;
}

.insight-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.insight-item {
  padding: 22px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(0, 78, 86, 0.96), rgba(16, 163, 127, 0.86));
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 109, 119, 0.18);
}

.insight-item strong {
  display: block;
  font-size: 1.9rem;
  line-height: 1;
}

.insight-item span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.9);
}

.journey-grid,
.proof-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.application-stack {
  display: grid;
  gap: 20px;
}

.application-section.is-collapsed .section-title,
.application-section.is-collapsed .application-stack {
  display: none;
}

.application-feature {
  display: none;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 248, 247, 0.92)),
    radial-gradient(circle at top right, rgba(0, 184, 212, 0.1), transparent 38%);
  border: 1px solid rgba(0, 109, 119, 0.14);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
  scroll-margin-top: 92px;
}

.application-feature.active {
  display: block;
}

.application-copy {
  max-width: 820px;
}

.application-feature h3 {
  margin: 0;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1.18;
}

.application-copy > p {
  color: var(--muted);
}

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

.application-outline {
  color: var(--primary);
  border-color: rgba(0, 78, 86, 0.18);
  background: rgba(255, 255, 255, 0.78);
}

.application-points {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.trust-strip {
  padding-top: 20px;
}

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

.trust-item {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #f6fbfb);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.trust-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-strong);
  font-family: "Montserrat", "Roboto", sans-serif;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
}

.journey-card span,
.proof-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  font-weight: 900;
}

.journey-card p,
.proof-card p,
.faq-item p {
  margin: 0;
  color: var(--muted);
}

.proof-card strong {
  display: block;
  margin-top: 12px;
  color: var(--primary-strong);
}

.landing-cta {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(232, 247, 245, 0.96)),
    radial-gradient(circle at 20% 20%, rgba(0, 184, 212, 0.12), transparent 34%);
}

.article-shell {
  max-width: 980px;
  margin: 0 auto;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.article-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.article-body {
  max-width: 880px;
  margin: 0 auto;
}

.article-section {
  padding: 36px 0;
}

.article-section h2 {
  margin: 0 0 14px;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.article-section p {
  margin: 0 0 14px;
  color: var(--muted);
}

.article-section .compare-card p,
.article-section .proof-card p {
  margin: 0;
}

.article-cta {
  margin-top: 18px;
}

.page-hero {
  padding: 128px 46px 44px;
  background: linear-gradient(180deg, #f6fbfb, #ffffff);
}

.page-hero h1 {
  margin: 0;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.section-lead {
  margin: 14px 0 0;
  max-width: 72ch;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.card,
.case-item,
.stat {
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.card h2,
.case-item strong {
  font-family: "Montserrat", "Roboto", sans-serif;
}

.tick-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.tick-list li {
  position: relative;
  padding-left: 18px;
  color: #354656;
}

.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

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

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

.stat strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: var(--primary);
}

.stat span,
.case-item p,
.card p {
  color: var(--muted);
}

.keyword-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.cta-block {
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(232, 247, 245, 0.96));
  border: 1px solid rgba(0, 109, 119, 0.18);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.1);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.revealed {
  opacity: 1;
  transform: translateY(0);
}

section[id] {
  scroll-margin-top: 88px;
}

@media (max-width: 1100px) {
  .solution-grid,
  .service-process,
  .stats,
  .case-grid,
  .insight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-layout,
  .ai-header,
  .management-layout,
  .management-header,
  .services-header,
  .landing-shell,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .single-line-title {
    white-space: normal;
  }

  .application-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px 18px;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 118px 18px 54px;
  }

  .hero-shell,
  .story-shell,
  .contact-grid,
  .footer-grid,
  .split,
  .landing-proof {
    grid-template-columns: 1fr;
  }

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

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

  .hero-panel {
    max-width: 100%;
  }

  .hero::after,
  .hero-grid,
  .growth-visual {
    opacity: 0.18;
  }

  .section,
  .page-hero,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .landing-hero {
    min-height: auto;
    padding: 118px 18px 54px;
  }
}

@media (max-width: 760px) {
  .hero-copy h1,
  .page-hero h1,
  .landing-copy h1 {
    font-size: 2.8rem;
  }

  .section-title h2,
  .contact-heading h2,
  .story-copy h2,
  .application-feature h3 {
    font-size: 2rem;
  }

  .about-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .about-heading {
    max-width: 100%;
  }

  .about-hero .landing-copy h1 {
    font-size: clamp(2.9rem, 11vw, 4rem);
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .about-heading-top,
  .about-heading-accent {
    max-width: 100%;
  }

  .about-heading-accent {
    margin-top: 8px;
  }

  .about-hero .landing-copy .lead {
    max-width: 32ch;
    font-size: 1.04rem;
    line-height: 1.7;
  }

  .solution-grid,
  .ai-solution-grid,
  .management-modules,
  .service-process,
  .service-deliverables,
  .stats,
  .case-grid,
  .value-list,
  .journey-grid,
  .proof-grid,
  .faq-grid,
  .insight-strip {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 56px 18px;
  }

  .btn {
    width: 100%;
  }

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

  .hero::after,
  .hero-grid,
  .growth-visual,
  .hero-blur-a,
  .hero-blur-b {
    display: none;
  }
}
