:root {
  --navy-950: #07111f;
  --navy-900: #0b1728;
  --navy-800: #10233d;
  --blue-600: #2563eb;
  --blue-400: #60a5fa;
  --cyan-300: #67e8f9;
  --slate-200: #d8e2f0;
  --slate-300: #b9c7d9;
  --slate-500: #6f8299;
  --white: #ffffff;
  --panel: rgba(255, 255, 255, 0.075);
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #314155;
  background: #f7fbff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Image safety rules for Synology/Web Station deployment */
img {
  max-width: 100%;
  height: auto;
}

img[src$=".png"],
img[src$=".jpg"],
img[src$=".jpeg"],
img[src$=".webp"],
img[src$=".svg"] {
  display: block;
}

.brand-logo {
  max-width: 180px;
}

.home-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.home-visual img {
  width: 100%;
  max-width: 1020px;
  height: auto;
  object-fit: contain;
}

.hero-badge img,
.button img,
.nav-links .nav-cta img,
.hero-offer img {
  display: inline-block;
  max-width: none;
}


button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section-band {
  background:
    radial-gradient(circle at 84% 16%, rgba(96, 165, 250, 0.16), transparent 28%),
    radial-gradient(circle at 12% 86%, rgba(37, 99, 235, 0.1), transparent 26%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 48%, #f7fbff 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(7, 17, 31, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(7, 17, 31, 0.08);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.brand-logo {
  width: auto;
  height: 74px;
  display: block;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  padding: 9px 8px;
  border-radius: 8px;
  color: var(--navy-800);
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--blue-600);
  background: rgba(37, 99, 235, 0.08);
}

.nav-links .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  color: var(--white);
  background: var(--blue-600);
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.24);
}

.nav-links .nav-cta img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: #1d4ed8;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.04);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy-800);
}

.hero {
  padding: 54px 0 46px;
}

.hero.section-band {
  background:
    radial-gradient(circle at 86% 18%, rgba(219, 234, 254, 0.82), transparent 34%),
    radial-gradient(circle at 78% 88%, rgba(191, 219, 254, 0.52), transparent 34%),
    radial-gradient(circle at 16% 78%, rgba(239, 246, 255, 0.7), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 46%, #eef6ff 100%);
}

.hero-shell {
  display: block;
}

.hero-logo {
  width: min(250px, 68vw);
  height: auto;
  display: block;
  margin: 0 0 22px;
  filter: drop-shadow(0 18px 36px rgba(37, 99, 235, 0.24));
}

.hero-intro {
  display: grid;
  gap: 32px;
  min-height: min(760px, calc(100vh - 132px));
  padding: 22px 0 16px;
}

.home-heading,
.hero-copy {
  max-width: 840px;
}

.home-main {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(420px, 1fr);
  gap: 10px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 34px;
  padding: 9px 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 8px;
  color: var(--blue-600);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(37, 99, 235, 0.08);
  font-weight: 700;
}

.hero-badge img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--navy-950);
  max-width: 840px;
  font-size: clamp(2.7rem, 4.35vw, 4.6rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}

h1 .headline-line {
  display: block;
  white-space: nowrap;
}

h1 .accent {
  color: var(--blue-600);
}

.hero-rule {
  width: 76px;
  height: 5px;
  margin: 28px 0 30px;
  border-radius: 999px;
  background: var(--blue-600);
}

h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy h2 {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.25;
}

h3 {
  margin: 0 0 10px;
  color: var(--navy-950);
  font-size: 1.18rem;
  line-height: 1.25;
}

.tagline {
  max-width: 690px;
  margin: 24px 0 0;
  color: #314155;
  font-size: clamp(1.05rem, 1.75vw, 1.28rem);
}

.hero-offer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 620px;
  margin: 24px 0 0;
  color: #526274;
  font-weight: 600;
}

.hero-offer img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--blue-600);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.32);
}

.button.secondary {
  color: var(--blue-600);
  border-color: rgba(37, 99, 235, 0.2);
  background: rgba(255, 255, 255, 0.78);
}

.button.whatsapp {
  color: #16a34a;
  border-color: rgba(22, 163, 74, 0.4);
  background: rgba(255, 255, 255, 0.9);
}

.home-visual img {
  width: min(100%, clamp(430px, 48vw, 720px));
  height: auto;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0 28px 58px rgba(37, 99, 235, 0.15));
}

.automation-graphic {
  position: relative;
  min-height: 610px;
  overflow: hidden;
}

.automation-graphic::before {
  content: "";
  position: absolute;
  inset: 4% -8% 0 0;
  border-radius: 48% 0 0 48%;
  background:
    radial-gradient(circle at 82% 20%, rgba(37, 99, 235, 0.08) 0 2px, transparent 3px) 0 0 / 28px 28px,
    linear-gradient(135deg, rgba(37, 99, 235, 0.04), rgba(96, 165, 250, 0.16));
  z-index: 0;
}

.orbit-line {
  position: absolute;
  left: 16%;
  top: 18%;
  width: 68%;
  height: 64%;
  border: 2px solid rgba(37, 99, 235, 0.55);
  border-radius: 50%;
  z-index: 1;
}

.orbit-line.two {
  left: 26%;
  top: 31%;
  width: 42%;
  height: 40%;
  border-style: dashed;
  border-color: rgba(96, 165, 250, 0.38);
}

.center-node,
.orbit-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.16);
}

.center-node {
  left: 41%;
  top: 38%;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
}

.center-node strong {
  display: block;
  color: var(--blue-600);
  font-size: 4.8rem;
  line-height: 0.85;
}

.center-node span {
  display: block;
  margin-top: 10px;
  color: var(--navy-950);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.orbit-card {
  width: 166px;
  min-height: 160px;
  display: grid;
  place-items: center;
  padding: 18px;
}

.orbit-card span {
  color: var(--blue-600);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.92rem;
}

.orbit-card img {
  width: 76px;
  height: 76px;
}

.orbit-card.automate {
  left: 44%;
  top: 1%;
}

.orbit-card.digitalize {
  left: 9%;
  top: 27%;
}

.orbit-card.integrate {
  right: 2%;
  top: 30%;
}

.orbit-card.improve {
  left: 10%;
  bottom: 4%;
}

.orbit-card.transform {
  right: 6%;
  bottom: 2%;
}

.orbit-card.digitalize span {
  color: #16a34a;
}

.orbit-card.integrate span {
  color: #0891b2;
}

.orbit-card.improve span {
  color: #ea580c;
}

.orbit-card.transform span {
  color: #5b48df;
}

.process-steps {
  padding: 76px 0 78px;
  background:
    radial-gradient(circle at 86% 18%, rgba(219, 234, 254, 0.82), transparent 34%),
    radial-gradient(circle at 78% 88%, rgba(191, 219, 254, 0.52), transparent 34%),
    radial-gradient(circle at 16% 78%, rgba(239, 246, 255, 0.7), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 46%, #eef6ff 100%);
}

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

.what-intro {
  max-width: 860px;
}

.what-intro h2 {
  font-size: clamp(2.3rem, 4.2vw, 3.8rem);
}

.what-intro h2 span {
  display: block;
}

.what-intro h2 span:last-child {
  color: var(--blue-600);
}

.what-intro p:last-of-type {
  max-width: 620px;
  margin: 0;
  color: #526274;
  font-size: 1.08rem;
}

.services.section-band {
  background:
    radial-gradient(circle at 86% 18%, rgba(219, 234, 254, 0.82), transparent 34%),
    radial-gradient(circle at 78% 88%, rgba(191, 219, 254, 0.52), transparent 34%),
    radial-gradient(circle at 16% 78%, rgba(239, 246, 255, 0.7), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 46%, #eef6ff 100%);
}

.service-intro {
  max-width: 860px;
  margin-bottom: 34px;
}

.service-intro h2 {
  font-size: clamp(2.05rem, 3.7vw, 3.25rem);
  font-weight: 700;
}

.service-intro h2 span {
  display: block;
}

.service-intro h2 em {
  color: var(--blue-600);
  font-style: normal;
}

.service-intro p:last-of-type {
  max-width: 620px;
  margin: 0;
  color: #526274;
  font-size: 1.08rem;
}

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

.service-group {
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.09);
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.service-group:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 84px rgba(15, 23, 42, 0.14);
}

.service-group-toggle {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  border: 0;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.service-group-toggle::after {
  content: "+";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: var(--blue-600);
  background: rgba(37, 99, 235, 0.08);
  font-size: 1.35rem;
  line-height: 1;
}

.service-group.open .service-group-toggle::after {
  content: "-";
}

.service-group-body {
  display: grid;
  gap: 12px;
  max-height: 0;
  margin: 0;
  padding: 0 28px;
  list-style: none;
  overflow: hidden;
  transition: max-height 220ms ease, padding 220ms ease;
}

.service-group.open .service-group-body {
  max-height: 420px;
  padding: 0 28px 28px;
}

.service-group li {
  min-width: 0;
}

.service-item {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  color: #314155;
  background: rgba(255, 255, 255, 0.7);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.service-item::after {
  content: ">";
  margin-left: auto;
  color: var(--blue-600);
  font-weight: 900;
}

.service-icon-slot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

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

.service-item:hover,
.service-item.active {
  transform: translateX(4px);
  border-color: rgba(37, 99, 235, 0.42);
  color: var(--blue-600);
  background: rgba(37, 99, 235, 0.08);
}

.service-detail {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 24px;
  padding: 30px 34px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.08);
}

.service-detail > img {
  width: 108px;
  height: 108px;
  display: block;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.82);
}

.service-detail h3 {
  color: var(--navy-950);
  font-size: clamp(1.35rem, 2.35vw, 2.05rem);
  font-weight: 700;
}

.service-detail-copy,
#service-detail-copy {
  max-width: 860px;
  margin: 10px 0 0;
  color: #314155;
  font-size: 1.04rem;
}

.service-detail-content {
  min-width: 0;
}

#service-detail-image {
  width: 100%;
  max-width: 980px;
  display: block;
  margin: 24px 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.service-use-case {
  max-width: 900px;
  padding: 20px 22px;
  border-left: 4px solid var(--blue-600);
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.06);
}

.service-use-case h4 {
  margin-bottom: 8px;
  color: var(--navy-950);
  font-size: 1.08rem;
  font-weight: 700;
}

.service-use-case p {
  margin: 0;
  color: #314155;
  font-size: 1rem;
}

.service-use-case:empty,
#service-detail-image[src=""] {
  display: none;
}

.service-outcomes {
  margin-top: 32px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.08);
}

.service-outcomes > h3 {
  margin-bottom: 20px;
  color: var(--navy-950);
  font-size: clamp(1.28rem, 2.2vw, 1.75rem);
  font-weight: 700;
  text-align: center;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.08);
}

.outcome-grid article {
  min-height: 150px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.outcome-grid img {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 14px;
  border-radius: 10px;
  object-fit: cover;
}

.outcome-grid strong {
  display: block;
  color: var(--blue-600);
  font-size: 1.08rem;
  font-weight: 700;
}

.outcome-grid p {
  margin: 8px 0 0;
  color: #314155;
  font-size: 0.96rem;
}

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

.what-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: 34px 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.09);
}

.what-card > img:first-child {
  width: 112px;
  height: 112px;
  margin: 0 auto 30px;
  border-radius: 50%;
}

.what-card small {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.what-card span {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(2.25rem, 3.4vw, 3.35rem);
  font-weight: 900;
  line-height: 1;
}

.what-card h3 {
  min-height: 76px;
  color: var(--navy-950);
  font-size: clamp(1.22rem, 1.7vw, 1.56rem);
}

.what-card p {
  margin: 0;
  color: #314155;
  font-size: 0.98rem;
}

.what-card.blue small {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
}

.what-card.green small {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.08);
}

.what-card.purple small {
  color: #5b48df;
  background: rgba(91, 72, 223, 0.08);
}

.what-card.orange small {
  color: #ea580c;
  background: rgba(234, 88, 12, 0.08);
}

.what-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
  margin-top: 32px;
  padding: 24px 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.08);
  justify-items: center;
  text-align: center;
}

.what-summary div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  padding: 0 28px;
}

.what-summary div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(15, 23, 42, 0.14);
}

.what-summary img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 14px;
  object-fit: cover;
}

.what-summary p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: var(--navy-800);
  font-size: 1.04rem;
}

.what-summary p strong {
  color: var(--blue-600);
  font-size: 1.12rem;
}

.what-summary p span {
  color: #314155;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hero-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 34px 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.09);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 84px rgba(15, 23, 42, 0.14);
}

.hero-card img {
  width: 112px;
  height: 112px;
  margin: 4px auto 40px;
}

.hero-card span {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
  font-weight: 900;
}

.hero-card h3 {
  min-height: 74px;
  color: var(--navy-950);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.hero-card p {
  margin: 26px 0 0;
  color: #314155;
  font-size: 1rem;
}

.hero-card::after {
  content: "";
  width: 44px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  order: 3;
}

.hero-card.blue span,
.hero-card.blue::after {
  color: #2563eb;
  background: #2563eb;
}

.hero-card.green span,
.hero-card.green::after {
  color: #16a34a;
  background: #16a34a;
}

.hero-card.purple span,
.hero-card.purple::after {
  color: #5b48df;
  background: #5b48df;
}

.hero-card.orange span,
.hero-card.orange::after {
  color: #ea580c;
  background: #ea580c;
}

.hero-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.08);
}

.hero-summary div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-summary div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(15, 23, 42, 0.14);
}

.hero-summary img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
}

.hero-summary p {
  margin: 0;
  color: var(--navy-800);
  font-size: 1.04rem;
}

.signal-card,
.about-card,
.service-card,
.project-card,
.contact-form,
.stats-grid {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.08);
}

.signal-card {
  padding: 17px;
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.signal-card.active,
.signal-card:hover {
  transform: translateX(-8px);
  border-color: rgba(103, 232, 249, 0.45);
  background: rgba(96, 165, 250, 0.15);
}

.signal-card span,
.project-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 800;
}

.signal-card strong {
  display: block;
  color: var(--navy-950);
  font-size: 1.05rem;
}

.signal-card p,
.service-card p,
.project-card p,
.about-card p,
.contact-copy p {
  margin: 8px 0 0;
  color: #526274;
}

.signal-card p {
  font-size: 0.94rem;
  line-height: 1.45;
}

.about,
.industries,
.projects {
  padding: 96px 0;
}

.services,
.contact {
  padding: 96px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.about-card {
  padding: 30px;
}

.about-card p + p {
  margin-top: 16px;
}

.stats-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.08);
}

.stats-grid div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.stats-grid strong {
  display: block;
  color: var(--blue-600);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.05;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  color: #526274;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.service-card,
.project-card,
.industry-card {
  min-height: 220px;
  padding: 24px;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.service-card:hover,
.project-card:hover,
.industry-card:hover {
  transform: translateY(-6px);
  border-color: rgba(96, 165, 250, 0.5);
  background: rgba(255, 255, 255, 0.98);
}

.industry-card {
  min-height: 156px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.055);
}

.industry-card p {
  margin: 0;
  color: #526274;
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(37, 99, 235, 0.32);
  font-weight: 900;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: 16px;
}

.project-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
}

.service-card p,
.project-card p,
.about-card p {
  color: #526274;
}

.project-card p {
  margin-top: auto;
  padding-top: 22px;
}

.contact-copy {
  padding-right: 22px;
}

.contact-copy h2 {
  margin-bottom: 18px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-links a {
  padding: 10px 12px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 8px;
  color: var(--blue-600);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.contact-form {
  padding: 26px;
}

.contact-form label {
  display: block;
  margin: 16px 0 7px;
  color: var(--navy-950);
  font-weight: 700;
}

.contact-form label:first-child {
  margin-top: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.92);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue-400);
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: 100%;
  margin-top: 18px;
}

.form-note {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--blue-600);
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px 0;
  color: var(--slate-500);
  background: var(--navy-950);
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .home-main,
  .what-layout,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
  }

  .hero-intro {
    min-height: auto;
  }

  .home-heading,
  .hero-copy {
    max-width: none;
  }

  h1 {
    font-size: clamp(2.7rem, 8vw, 4.35rem);
  }

  .home-visual img {
    width: min(100%, 760px);
    margin: 18px auto 0;
  }

  .hero-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .what-intro {
    min-height: auto;
  }

  .what-intro img {
    margin-top: 28px;
  }

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

  .what-card {
    min-height: 500px;
  }

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

  .service-group {
    min-height: auto;
  }

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

  .what-summary {
    grid-template-columns: 1fr;
  }

  .what-summary div + div {
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.14);
  }

  .hero-card {
    min-height: 430px;
  }

  .hero-summary {
    grid-template-columns: 1fr;
  }

  .hero-summary div + div {
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.14);
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-grid {
    grid-template-columns: 1fr;
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-copy {
    padding-right: 0;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    width: min(100% - 24px, 1180px);
    min-height: 74px;
  }

  .brand-logo {
    height: 52px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    right: 12px;
    top: 74px;
    width: min(280px, calc(100vw - 24px));
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(7, 17, 31, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(7, 17, 31, 0.18);
    transform-origin: top;
    transform: scaleY(0.94);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-links.open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 13px 14px;
  }

  .hero {
    padding: 48px 0 58px;
  }

  h1 {
    font-size: clamp(2.15rem, 9.2vw, 3.35rem);
  }

  h1 .headline-line {
    white-space: normal;
  }

  h1 .headline-line.accent {
    white-space: nowrap;
    font-size: 0.86em;
  }

  .hero-actions,
  .contact-links {
    flex-direction: column;
  }

  .hero-actions .button,
  .contact-links a {
    width: 100%;
  }

  .hero-card-grid,
  .what-card-grid,
  .service-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .hero-badge {
    margin-bottom: 24px;
  }

  .home-visual img {
    width: 100%;
  }

  .hero-card {
    min-height: auto;
    padding: 28px 24px;
  }

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

  .what-card h3 {
    min-height: auto;
  }

  .what-card > img:first-child {
    width: 92px;
    height: 92px;
    margin-bottom: 26px;
  }

  .service-intro h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .service-groups,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .service-group {
    min-height: auto;
  }

  .service-group-toggle {
    min-height: 66px;
    padding: 20px 22px;
  }

  .service-group-body {
    padding-inline: 22px;
  }

  .service-group.open .service-group-body {
    padding: 0 22px 22px;
  }

  .service-item {
    min-height: 54px;
  }

  .service-detail {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .service-detail > img {
    width: 82px;
    height: 82px;
  }

  .service-outcomes {
    padding: 22px;
  }

  .outcome-grid article {
    min-height: auto;
  }

  .what-summary {
    padding: 22px;
  }

  .what-summary div {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 0;
  }

  .what-summary img {
    width: 52px;
    height: 52px;
  }

  .hero-card img {
    width: 92px;
    height: 92px;
    margin-bottom: 26px;
  }

  .hero-card h3 {
    min-height: auto;
  }

  .hero-summary {
    padding: 22px;
  }

  .hero-summary div {
    align-items: flex-start;
  }

  .hero-summary img {
    width: 52px;
    height: 52px;
  }

  .about,
  .services,
  .industries,
  .projects,
  .contact {
    padding: 68px 0;
  }

  .service-card,
  .project-card,
  .industry-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
