:root {
  --primary: #743FD1;
  --secondary: #DDDBFF;
  --accent: #68BAAA;
  --ink: #10122A;
  --muted: #5C6278;
  --bg: #FBFAFF;
  --white: #fff;
  --shadow: 0 20px 55px rgba(38, 25, 83, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
.topbar {
  display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 5vw, 5rem);
  padding: .65rem 1rem; color: white; font-size: .9rem; font-weight: 600;
  background: linear-gradient(90deg, var(--primary), #597CCB, var(--accent));
}
.topbar span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
}
.topbar svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.navbar {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem clamp(1rem, 6vw, 5rem);
  background: rgba(255,255,255,.86); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(116,63,209,.12);
}
.brand { display: flex; align-items: center; gap: .95rem; font-size: 1.35rem; letter-spacing: .04em; }
.brand img { width: 68px; height: 68px; object-fit: contain; border-radius: 0; }
.brand span, .footer-brand span { color: var(--accent); }
.menu { display: flex; align-items: center; gap: 1.6rem; font-weight: 600; }
.menu a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid currentColor;
  padding-bottom: .35rem;
}
.menu-toggle { display: none; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .95rem 1.25rem; border-radius: 12px; font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, border .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--primary); box-shadow: 0 12px 25px rgba(116,63,209,.25); }
.btn-secondary { color: var(--primary); border: 1px solid rgba(116,63,209,.35); background: white; }
.btn-light { color: var(--primary); background: white; }
.btn-link {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.section-shell { padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5rem); }
.hero {
  min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem;
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(104,186,170,.28), transparent 28%),
    radial-gradient(circle at 12% 15%, rgba(116,63,209,.16), transparent 34%),
    linear-gradient(135deg, #fff, #F4F1FF 52%, #F4FFFC);
}
#stars { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .45; }
.hero-content, .orbit-card { position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; color: var(--primary); font-weight: 700; font-size: .9rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: 1.05; margin-bottom: 1.5rem; letter-spacing: -.05em; }
h1 span, .statement span { color: var(--primary); }
.lead { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.orbit-card {
  min-height: 520px; border-radius: 40px;
  background: rgba(255,255,255,.45); border: 1px solid rgba(255,255,255,.75);
  box-shadow: var(--shadow); overflow: hidden;
}
.orbit-card::before, .orbit-card::after {
  content: ""; position: absolute; inset: 70px; border: 1px solid rgba(116,63,209,.16); border-radius: 50%;
}
.orbit-card::after { inset: 125px; border-color: rgba(104,186,170,.2); }
.center-node, .node {
  position: absolute; display: grid; place-items: center; text-align: center;
  background: white; border: 1px solid rgba(116,63,209,.14); box-shadow: var(--shadow);
}
.center-node {
  width: 150px; height: 150px; border-radius: 50%; inset: 0; margin: auto; color: var(--primary);
  align-content: center; gap: .45rem; font-weight: 800; line-height: 1.1; text-transform: uppercase;
}
.center-node svg {
  width: 74px; height: 52px;
}
.node {
  width: 112px; height: 112px; border-radius: 28px; align-content: center; gap: .55rem;
  padding: .8rem; font-weight: 700; color: var(--ink); font-size: .86rem; line-height: 1.15;
}
.center-node svg, .node svg {
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.node svg {
  width: 34px;
  height: 34px;
}
.node-web { top: 60px; left: 44%; }
.node-mail { top: 210px; left: 60px; }
.node-host { bottom: 60px; left: 180px; }
.node-security { top: 90px; right: 80px; }
.node-maintenance { top: 245px; right: 55px; }
.node-support { bottom: 70px; right: 160px; }
.recognize, .process { text-align: center; background: white; }
.underline { width: 80px; height: 4px; border-radius: 999px; margin: 0 auto 2rem; background: linear-gradient(90deg, var(--primary), var(--accent)); }
.pain-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.pain-grid article, .card, .timeline article {
  background: white; border: 1px solid rgba(116,63,209,.13); border-radius: 18px; padding: 1.5rem; box-shadow: 0 12px 30px rgba(32, 28, 76, .06);
}
.statement { margin-top: 2rem; font-size: 1.3rem; font-weight: 800; }
.solutions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: start; }
.section-intro h2, .approach h2, .cta h2, .process h2 { font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.12; letter-spacing: -.04em; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.card { transition: transform .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(116,63,209,.45); }
.card span { font-size: 2rem; display: block; margin-bottom: 1rem; }
.card h3 { color: var(--primary); margin-bottom: .5rem; }
.card p, .section-intro p, .approach p, .timeline p, .cta p { color: var(--muted); }
.solutions-hero {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 3rem;
  align-items: center;
  min-height: 610px;
  background:
    radial-gradient(circle at 94% 26%, rgba(104,186,170,.18), transparent 32%),
    radial-gradient(circle at 18% 30%, rgba(116,63,209,.11), transparent 34%),
    linear-gradient(135deg, #fff, #F7F5FF 52%, #F5FFFC);
}
.solutions-hero-content, .network-map {
  position: relative;
  z-index: 1;
}
.network-map {
  min-height: 360px;
  height: min(42vw, 420px);
}
.network-canvas {
  width: 100%;
  height: 100%;
  display: block;
  opacity: .72;
}
.solutions-page {
  background: white;
}
.section-heading {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.section-heading::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.section-heading h2, .solutions-cta h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -.04em;
}
.solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.solution-detail {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: .85rem;
  min-height: 255px;
  padding: 2rem 1.35rem 1.4rem;
  text-align: center;
  background: white;
  border: 1px solid rgba(116,63,209,.13);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(32, 28, 76, .06);
}
.solution-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--primary);
  background: transparent;
  border-radius: 50%;
  position: relative;
}
.solution-icon::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 0;
  border: 1.5px solid rgba(104,186,170,.55);
  border-radius: 50%;
}
.solution-icon svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.solution-detail h3 {
  margin: 0;
  color: var(--ink);
}
.solution-detail p {
  margin: 0;
  max-width: 260px;
  color: var(--muted);
}
.solution-arrow {
  margin-top: auto;
  color: var(--primary);
  font-size: 1.6rem;
  line-height: 1;
}
.solutions-cta {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 4% 20%, rgba(116,63,209,.5), transparent 16%),
    linear-gradient(90deg, #071038, #08265F 52%, #0E396B);
}
.solutions-cta h2 span {
  color: var(--accent);
}
.solutions-cta .eyebrow, .solutions-cta p {
  color: rgba(255,255,255,.86);
}
.cta-outline {
  color: white;
  border-color: rgba(255,255,255,.62);
  background: transparent;
}
.process-soft {
  background:
    radial-gradient(circle at 16% 10%, rgba(116,63,209,.08), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(104,186,170,.12), transparent 28%),
    #FBFAFF;
}
.service-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 3rem;
  align-items: center;
  background:
    radial-gradient(circle at 92% 22%, rgba(104,186,170,.17), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(116,63,209,.1), transparent 30%),
    linear-gradient(135deg, #fff, #F8F6FF 58%, #F5FFFC);
}
.breadcrumb {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
  color: var(--muted);
  font-size: .86rem;
}
.service-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}
.check-list {
  display: grid;
  gap: .65rem;
  margin: 1.4rem 0 0;
  padding: 0;
  color: var(--ink);
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.check-list li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  color: var(--accent);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: .72rem;
}
.service-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.service-visual .network-canvas {
  position: absolute;
  inset: 0;
  opacity: .34;
}
.laptop-mockup {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
}
.laptop-screen {
  padding: 14px;
  border-radius: 16px 16px 8px 8px;
  background: #111827;
  box-shadow: 0 30px 70px rgba(8,13,40,.24);
}
.mock-site {
  min-height: 310px;
  padding: 1.4rem;
  color: white;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(8,13,40,.92), rgba(8,13,40,.35)),
    radial-gradient(circle at 86% 48%, rgba(104,186,170,.42), transparent 22%),
    linear-gradient(135deg, #12365d, #0b122c 55%, #1e293b);
}
.mock-nav {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: center;
  font-size: .72rem;
}
.mock-nav strong {
  margin-right: auto;
  font-size: 1rem;
}
.mock-copy {
  display: grid;
  gap: 1rem;
  max-width: 270px;
  margin-top: 4rem;
}
.mock-copy strong {
  font-size: 2rem;
  line-height: 1.05;
}
.mock-copy span {
  color: rgba(255,255,255,.78);
  font-size: .88rem;
}
.mock-copy em {
  justify-self: start;
  padding: .65rem .9rem;
  color: var(--ink);
  background: white;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: .78rem;
}
.laptop-base {
  width: 92%;
  height: 28px;
  margin: 0 auto;
  border-radius: 0 0 42px 42px;
  background: linear-gradient(#d7dbe3, #8f98a8);
  box-shadow: 0 18px 32px rgba(8,13,40,.18);
}
.included {
  background: white;
  text-align: center;
}
.included-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.included-item {
  padding: 1rem;
  border-right: 1px solid rgba(116,63,209,.14);
}
.included-item:last-child {
  border-right: 0;
}
.included-item span {
  display: block;
  margin-bottom: .8rem;
  color: var(--primary);
  font-size: 2.4rem;
  line-height: 1;
}
.included-item svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.included-item h3 {
  font-size: 1rem;
}
.included-item p {
  color: var(--muted);
  font-size: .9rem;
}
.method {
  text-align: center;
  background: white;
}
.method h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.method-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.method-steps::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed rgba(116,63,209,.28);
}
.method-steps article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: .7rem;
}
.method-steps span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: white;
  background: var(--primary);
  border-radius: 50%;
  font-weight: 800;
}
.method-steps article:nth-child(even) span {
  background: var(--accent);
}
.method-steps p {
  max-width: 180px;
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}
.portfolio {
  background: white;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.project-card {
  overflow: hidden;
  border: 1px solid rgba(116,63,209,.13);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(32,28,76,.06);
}
.project-visual {
  min-height: 180px;
  background:
    linear-gradient(135deg, rgba(8,13,40,.85), rgba(116,63,209,.28)),
    linear-gradient(135deg, #1f2937, #0f172a);
}
.project-realestate {
  background:
    linear-gradient(135deg, rgba(255,255,255,.35), rgba(8,13,40,.5)),
    linear-gradient(135deg, #cbd5e1, #31516b);
}
.project-coach, .project-pool {
  background:
    radial-gradient(circle at 70% 42%, rgba(104,186,170,.35), transparent 22%),
    linear-gradient(135deg, #2b1b66, #0c1533);
}
.project-pool {
  background:
    radial-gradient(circle at 72% 34%, rgba(255,255,255,.5), transparent 18%),
    linear-gradient(135deg, rgba(104,186,170,.75), rgba(116,63,209,.22)),
    linear-gradient(135deg, #dff8ff, #0f8fa3 58%, #07566d);
}
.project-card h3, .project-card p {
  padding: 0 1rem;
}
.project-card h3 {
  margin-top: 1rem;
  margin-bottom: .2rem;
}
.project-card p {
  color: var(--muted);
}
.project-card a {
  display: block;
  padding: 0 1rem 1rem;
  color: var(--primary);
  text-align: right;
  font-size: 1.4rem;
}
.centered-action {
  display: flex;
  width: fit-content;
  margin: 2rem auto 0;
}
.faq-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  background: white;
}
.faq h2 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}
.faq details {
  border: 1px solid rgba(116,63,209,.13);
  border-bottom: 0;
  background: white;
}
.faq details:first-of-type {
  border-radius: 8px 8px 0 0;
}
.faq details:last-of-type {
  border-bottom: 1px solid rgba(116,63,209,.13);
  border-radius: 0 0 8px 8px;
}
.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  font-weight: 700;
}
.faq summary::after {
  content: "+";
  color: var(--primary);
}
.faq details[open] summary::after {
  content: "-";
}
.faq details p {
  padding: 0 1rem 1rem;
  color: var(--muted);
}
.project-cta {
  margin-top: 5.60rem;
  padding: 2rem;
  color: white;
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 18%, rgba(104,186,170,.22), transparent 25%),
    linear-gradient(135deg, #161158, #061331);
}
.project-cta .eyebrow, .project-cta p {
  color: rgba(255,255,255,.78);
}
.cta-points {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
  color: rgba(255,255,255,.86);
  font-size: .88rem;
}
.case-hero {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 3rem;
  align-items: center;
  background:
    radial-gradient(circle at 86% 22%, rgba(104,186,170,.16), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(116,63,209,.1), transparent 30%),
    linear-gradient(135deg, #fff, #F8F6FF 58%, #F5FFFC);
}
.case-hero h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}
.case-tags {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.case-tags span {
  padding: .55rem .75rem;
  color: var(--primary);
  background: rgba(116,63,209,.08);
  border: 1px solid rgba(116,63,209,.14);
  border-radius: 999px;
  font-weight: 700;
  font-size: .88rem;
}
.case-preview {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.case-tech {
  background:
    radial-gradient(circle at 80% 24%, rgba(104,186,170,.34), transparent 22%),
    linear-gradient(135deg, #101a3d, #060b22);
}
.case-belle-vue {
  background:
    radial-gradient(circle at 74% 32%, rgba(255,255,255,.42), transparent 20%),
    linear-gradient(135deg, #dfe8ee, #344f67);
}
.case-window {
  width: min(560px, 100%);
  min-height: 280px;
  padding: 1.4rem;
  color: white;
  background: rgba(8,13,40,.82);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(8,13,40,.28);
}
.case-window-bar {
  width: 70px;
  height: 8px;
  margin-bottom: 4rem;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
}
.case-window strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
}
.case-window p {
  max-width: 320px;
  margin-top: 1rem;
  color: rgba(255,255,255,.76);
}
.case-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  background: white;
}
.case-details article {
  padding: 1.6rem;
  border: 1px solid rgba(116,63,209,.13);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(32,28,76,.06);
}
.case-details h2 {
  font-size: 1.35rem;
}
.case-details p {
  color: var(--muted);
}
.demo-site {
  min-height: 100vh;
  color: #f8fafc;
  background: #060b1d;
}
.demo-site a {
  color: inherit;
}
.demo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.2rem clamp(1rem, 6vw, 5rem);
  background: rgba(6,11,29,.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.demo-nav strong {
  margin-right: auto;
  font-size: 1.35rem;
}
.demo-nav nav {
  display: flex;
  gap: 1.4rem;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}
.demo-back {
  color: rgba(255,255,255,.74);
  font-weight: 700;
}
.demo-hero {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 3rem;
  align-items: center;
  min-height: 720px;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 82% 22%, rgba(104,186,170,.28), transparent 22%),
    radial-gradient(circle at 18% 12%, rgba(116,63,209,.28), transparent 24%),
    linear-gradient(135deg, #081028, #111a3c 62%, #073337);
}
.demo-eyebrow {
  color: #68BAAA;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
}
.demo-hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.demo-hero p {
  max-width: 620px;
  color: rgba(255,255,255,.76);
  font-size: 1.08rem;
}
.demo-dashboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.demo-dashboard div {
  min-height: 180px;
  display: grid;
  align-content: end;
  gap: .5rem;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.demo-dashboard div:first-child {
  grid-row: span 2;
}
.demo-dashboard span, .property-card span {
  color: rgba(255,255,255,.66);
  font-weight: 700;
}
.demo-dashboard strong, .property-card strong {
  font-size: clamp(2rem, 4vw, 4rem);
}
.demo-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5rem);
  color: #10122A;
  background: #fff;
}
.demo-section h2, .demo-band h2, .demo-contact h2 {
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1.08;
}
.demo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.demo-card-grid article {
  padding: 1.5rem;
  border: 1px solid rgba(116,63,209,.13);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(32,28,76,.06);
}
.demo-card-grid p {
  color: #5C6278;
}
.demo-band {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5rem);
  background: #edf7f5;
  color: #10122A;
}
.demo-band p {
  color: #5C6278;
  font-size: 1.1rem;
}
.demo-contact {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5rem);
  text-align: center;
  background: linear-gradient(90deg, #743FD1, #0f766e);
}
.realestate-demo {
  background: #f7f3ec;
}
.realestate-hero {
  color: #162033;
  background:
    radial-gradient(circle at 78% 26%, rgba(255,255,255,.62), transparent 20%),
    linear-gradient(135deg, #f7f3ec, #d8e2e8 62%, #8ca4af);
}
.realestate-hero p {
  color: rgba(22,32,51,.72);
}
.realestate-hero .demo-eyebrow {
  color: #6f5a42;
}
.property-card {
  min-height: 460px;
  display: grid;
  align-content: end;
  gap: .8rem;
  padding: 2rem;
  color: white;
  border-radius: 18px;
  background:
    linear-gradient(180deg, transparent, rgba(8,13,40,.78)),
    linear-gradient(135deg, #c7d2da, #425a68);
  box-shadow: 0 30px 70px rgba(47,57,67,.24);
}
.property-grid article div {
  height: 180px;
  margin: -1.5rem -1.5rem 1rem;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #d8cab8, #567080);
}
.property-grid article:nth-child(2) div {
  background: linear-gradient(135deg, #d7e2ea, #7b8a74);
}
.property-grid article:nth-child(3) div {
  background: linear-gradient(135deg, #e6ded2, #2f4b5f);
}
.construction-page {
  min-height: 100vh;
  color: white;
  background: #050B25;
}
.construction-shell {
  min-height: 100vh;
  padding: clamp(1rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 88% 18%, rgba(116,63,209,.18), transparent 26%),
    radial-gradient(circle at 46% 58%, rgba(104,186,170,.12), transparent 24%),
    linear-gradient(135deg, #07113A, #050B25 58%, #06122E);
}
.construction-hero {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 150px);
  overflow: hidden;
}
.construction-hero .network-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .34;
}
.construction-copy, .construction-visual, .construction-help {
  position: relative;
  z-index: 1;
}
.construction-copy h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.construction-copy h1 span {
  color: #7C5CFF;
}
.construction-copy p {
  max-width: 520px;
  color: rgba(255,255,255,.78);
}
.construction-copy .underline {
  margin: 0 0 1.6rem;
}
.construction-goal {
  display: flex;
  gap: 1rem;
  max-width: 420px;
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}
.construction-goal svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--primary);
  stroke-width: 2;
}
.construction-goal span {
  display: block;
  margin-top: .25rem;
  color: rgba(255,255,255,.68);
}
.construction-visual {
  display: grid;
  place-items: center;
  min-height: 440px;
}
.construction-window {
  width: min(520px, 100%);
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}
.window-dots {
  display: flex;
  gap: .45rem;
  margin-bottom: 1.8rem;
}
.window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.48);
}
.progress-bar {
  height: 10px;
  margin: 1rem 0 .35rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.progress-bar span {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.construction-window p {
  color: rgba(255,255,255,.62);
  text-align: right;
  font-size: .82rem;
}
.construction-window ul {
  display: grid;
  gap: .75rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
.construction-window li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,.68);
}
.construction-window li::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
}
.construction-window li.done::after {
  content: "✓";
  display: grid;
  place-items: center;
  color: var(--accent);
  border-color: var(--accent);
  font-size: .75rem;
}
.construction-window li.active::after {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 5px rgba(116,63,209,.45);
}
.code-panel {
  position: absolute;
  right: clamp(1rem, 6vw, 4rem);
  bottom: 4rem;
  display: grid;
  place-items: center;
  width: 160px;
  height: 120px;
  color: #8F6CFF;
  border: 1px solid rgba(143,108,255,.35);
  border-radius: 10px;
  background: rgba(116,63,209,.16);
  transform: rotate(4deg);
}
.code-panel svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.construction-help {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}
.construction-help p {
  margin: .25rem 0 0;
  color: rgba(255,255,255,.62);
}
.service-page {
  background: #fff;
}
.service-dark-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 620px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 82% 24%, rgba(116,63,209,.34), transparent 24%),
    radial-gradient(circle at 42% 70%, rgba(104,186,170,.16), transparent 24%),
    linear-gradient(135deg, #030A22, #071132 58%, #04091D);
}
.assistance-page .service-dark-hero {
  grid-template-columns: minmax(0, .9fr) minmax(320px, .85fr) minmax(230px, .45fr);
}
.service-dark-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at 70% 42%, black, transparent 68%);
}
.service-dark-hero-copy,
.service-illustration,
.support-proof-card {
  position: relative;
  z-index: 1;
}
.service-dark-hero .breadcrumb,
.service-dark-hero .lead {
  color: rgba(255,255,255,.78);
}
.service-dark-hero h1 {
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}
.service-dark-hero h1 span,
.support-cta h2 span {
  color: var(--accent);
}
.service-dark-hero .btn-secondary {
  color: white;
  background: transparent;
  border-color: rgba(255,255,255,.42);
}
.service-illustration,
.support-hero-visual {
  min-height: 430px;
  display: grid;
  place-items: center;
}
.service-illustration .network-canvas,
.support-hero-visual .network-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .42;
}
.support-device,
.audit-panel,
.people-board {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.support-device {
  display: grid;
  gap: .8rem;
  width: min(430px, 92%);
  min-height: 260px;
  padding: 2rem;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(116,63,209,.5), rgba(7,17,50,.94));
  transform: perspective(900px) rotateY(-10deg) rotateX(5deg);
}
.support-device-badge {
  color: rgba(255,255,255,.72);
  font-weight: 700;
}
.support-device strong {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}
.support-device-button {
  justify-self: start;
  padding: .7rem 1rem;
  color: #041029;
  background: var(--accent);
  border-radius: 999px;
  font-weight: 800;
}
.support-proof-card {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
}
.support-proof-card article {
  display: flex;
  gap: 1rem;
}
.support-proof-card h2 {
  margin-bottom: .15rem;
  font-size: 1rem;
}
.support-proof-card p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}
.support-proof-icon,
.service-card-icon,
.support-step-icon,
.support-option-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--primary);
}
.support-proof-icon svg,
.service-card-icon svg,
.support-step-icon svg,
.support-option-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}
.service-card-grid.five-cols {
  grid-template-columns: repeat(5, 1fr);
}
.service-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: .85rem;
  min-height: 220px;
  padding: 1.6rem 1rem;
  text-align: center;
  border: 1px solid rgba(116,63,209,.13);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(32,28,76,.06);
}
.service-card-icon,
.support-step-icon,
.support-option-icon {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(116,63,209,.18);
  border-radius: 50%;
  background: white;
}
.service-card p,
.support-step p,
.support-option small,
.vertical-steps p,
.report-grid p {
  color: var(--muted);
}
.support-method,
.service-strip {
  text-align: center;
  background:
    radial-gradient(circle at 18% 4%, rgba(116,63,209,.08), transparent 24%),
    radial-gradient(circle at 78% 0, rgba(104,186,170,.12), transparent 26%),
    #FBFAFF;
}
.support-method h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.support-step-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.support-step-grid::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 12%;
  right: 12%;
  border-top: 2px dashed rgba(104,186,170,.5);
}
.support-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: .75rem;
}
.support-step-number {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: white;
  background: var(--primary);
  border-radius: 50%;
  font-weight: 800;
}
.support-options,
.audit-deliverables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: stretch;
  background: white;
}
.assistance-page .support-options {
  grid-template-columns: minmax(0, 1fr) minmax(120px, 180px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: stretch;
}
.support-options-card,
.support-promise-card {
  position: relative;
  z-index: 2;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(116,63,209,.13);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(32,28,76,.06);
}
.support-promise-card {
  display: grid;
  align-content: center;
  gap: 1.1rem;
  background:
    radial-gradient(circle at 90% 0, rgba(104,186,170,.13), transparent 30%),
    #FBFFFE;
}
.support-promise-card h2 {
  margin-bottom: .25rem;
  font-size: clamp(1.7rem, 2vw, 2.15rem);
}
.support-option-list,
.support-promise-list,
.vertical-steps {
  display: grid;
  gap: .85rem;
  padding: 0;
  list-style: none;
}
.support-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(116,63,209,.13);
  border-radius: 8px;
}
.support-option strong,
.support-option small {
  display: block;
}
.support-option-arrow {
  color: var(--primary);
  font-size: 1.4rem;
}
.support-promise-list li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  font-weight: 700;
}
.support-promise-list li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 900;
}
blockquote {
  margin: 1.5rem 0 0;
  padding: 1rem;
  color: var(--ink);
  border-radius: 8px;
  background: rgba(116,63,209,.06);
}
blockquote p {
  margin-bottom: .5rem;
}
blockquote cite {
  color: var(--muted);
  font-style: normal;
}
.support-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  overflow: visible;
}
.orbit-stars {
  position: absolute;
  inset: 50%;
  width: min(420px, 34vw);
  min-width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  opacity: .72;
  pointer-events: none;
}
.brand-mark {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  color: var(--primary);
  border: 1px solid rgba(104,186,170,.22);
  border-radius: 50%;
  background: white;
  box-shadow: var(--shadow);
  font-size: 4rem;
}
.support-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 8% 50%, rgba(116,63,209,.42), transparent 18%),
    linear-gradient(90deg, #050B25, #07113A 58%, #031225);
}
.support-cta-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  color: var(--accent);
  border: 1px solid rgba(104,186,170,.35);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  font-size: 2.5rem;
}
.support-cta-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.support-cta h2 {
  margin: 0;
}
.support-cta-points {
  grid-column: 2 / -1;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}
.people-board {
  position: relative;
  width: min(520px, 92%);
  height: 300px;
  border-radius: 999px;
  background: rgba(116,63,209,.08);
}
.person {
  position: absolute;
  left: 26%;
  top: 28%;
  width: 90px;
  height: 130px;
  border: 3px solid rgba(143,108,255,.74);
  border-radius: 50px 50px 20px 20px;
}
.person-alt {
  left: auto;
  right: 24%;
}
.laptop-badge {
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 52px;
  display: grid;
  place-items: center;
  height: 68px;
  color: white;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(116,63,209,.5), rgba(255,255,255,.08));
}
.orbit-label {
  position: absolute;
  z-index: 2;
  padding: .55rem .75rem;
  color: white;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(7,17,50,.78);
  font-weight: 800;
}
.orbit-label-one { top: 12%; left: 18%; }
.orbit-label-two { top: 16%; right: 10%; }
.orbit-label-three { bottom: 22%; left: 10%; }
.orbit-label-four { bottom: 12%; right: 30%; }
.service-people {
  min-height: 470px;
}
.accompaniment-scene {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}
.accompaniment-hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: contain;
  filter: drop-shadow(0 28px 70px rgba(0,0,0,.28));
}
.vertical-steps {
  counter-reset: steps;
}
.vertical-steps li {
  position: relative;
  padding-left: 3rem;
}
.vertical-steps li::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: white;
  background: var(--primary);
  border-radius: 50%;
  font-weight: 900;
}
.vertical-steps li:nth-child(even)::before {
  background: var(--accent);
}
.audit-visual {
  position: relative;
  min-height: 470px;
  overflow: visible;
}
.audit-check-card,
.audit-laptop,
.audit-server-stack,
.audit-shield {
  position: absolute;
  z-index: 1;
}
.audit-check-card {
  left: 2%;
  top: 27%;
  z-index: 4;
  display: grid;
  gap: .72rem;
  width: min(315px, 40%);
  padding: 1.15rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(6, 12, 34, .68);
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}
.audit-check-card span,
.audit-screen span {
  position: relative;
  padding-left: 1.55rem;
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  line-height: 1.35;
}
.audit-check-card span::before,
.audit-screen span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 900;
}
.audit-laptop {
  left: 31%;
  top: 14%;
  z-index: 3;
  width: min(420px, 54%);
  filter: drop-shadow(0 34px 68px rgba(0,0,0,.38));
  transform: perspective(1000px) rotateY(-7deg) rotateX(4deg);
}
.audit-screen {
  display: grid;
  gap: .66rem;
  min-height: 245px;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px 16px 10px 10px;
  background:
    radial-gradient(circle at 82% 18%, rgba(116,63,209,.18), transparent 34%),
    linear-gradient(145deg, rgba(19,26,64,.98), rgba(8,13,40,.92)),
    #101735;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.audit-screen strong {
  margin-bottom: .25rem;
  color: white;
  font-size: 1.05rem;
}
.audit-screen span::after {
  content: "";
  display: block;
  width: 48%;
  height: 2px;
  margin-top: .35rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.audit-keyboard {
  width: 94%;
  height: 32px;
  margin: -1px auto 0;
  border-radius: 0 0 42px 42px;
  background: linear-gradient(180deg, #273052, #12182e);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.audit-server-stack {
  right: 2%;
  top: 28%;
  z-index: 2;
  bottom: auto;
  width: min(185px, 24%);
  opacity: .95;
}
.audit-server-stack span {
  position: relative;
  height: 62px;
  overflow: hidden;
  border-color: rgba(104,186,170,.28);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(104,186,170,.22), transparent 16%),
    linear-gradient(135deg, rgba(31,44,92,.96), rgba(4,9,29,.96));
}
.audit-server-stack span::before,
.audit-server-stack span::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 16px 0 0 rgba(116,63,209,.9);
}
.audit-server-stack span::before {
  left: 18px;
}
.audit-server-stack span::after {
  right: 18px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  box-shadow: 0 11px 0 rgba(255,255,255,.12);
}
.audit-shield {
  right: 14%;
  bottom: 11%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 104px;
  height: 120px;
  color: var(--primary);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(116,63,209,.22), rgba(5,10,31,.92));
  border: 1px solid rgba(143,108,255,.42);
  box-shadow: 0 22px 60px rgba(116,63,209,.25);
}
.audit-shield svg {
  width: 70px;
  height: 70px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 14px rgba(116,63,209,.55));
}
.audit-panel {
  display: grid;
  gap: .8rem;
  width: min(430px, 90%);
  padding: 1.4rem;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
}
.audit-panel strong {
  margin-bottom: .5rem;
}
.audit-panel span {
  padding-left: 1.5rem;
  color: rgba(255,255,255,.74);
  position: relative;
}
.audit-panel span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.server-stack {
  position: absolute;
  right: 8%;
  bottom: 18%;
  display: grid;
  gap: .6rem;
  width: 170px;
}
.server-stack span {
  height: 54px;
  border: 1px solid rgba(104,186,170,.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(116,63,209,.25), rgba(4,9,29,.92));
}
.report-cover {
  position: relative;
  display: grid;
  align-content: start;
  width: min(250px, 82%);
  min-height: 330px;
  margin: 0 auto;
  padding: 4.2rem 1.7rem 1.7rem;
  color: white;
  border-radius: 5px;
  background:
    radial-gradient(circle at 74% 75%, rgba(104,186,170,.22), transparent 24%),
    radial-gradient(circle at 24% 12%, rgba(116,63,209,.16), transparent 20%),
    linear-gradient(135deg, #07113A, #04091D);
  box-shadow: 18px 24px 44px rgba(8,13,40,.2);
  transform: rotate(6deg);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.18;
}
.report-cover::before {
  content: "✦  ELNATH-LABS";
  position: absolute;
  top: 1.35rem;
  left: 1.55rem;
  color: rgba(255,255,255,.82);
  font-size: .68rem;
  letter-spacing: .08em;
}
.report-cover::after {
  content: "";
  position: absolute;
  left: 1.3rem;
  right: 1.2rem;
  bottom: 1.25rem;
  height: 125px;
  background:
    radial-gradient(circle at 72% 58%, rgba(104,186,170,.16), transparent 24%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 125'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M14 86 54 67 102 81 153 54 202 76' stroke='%2368BAAA' stroke-opacity='.25' stroke-width='1.4'/%3E%3Cpath d='M31 39 75 58 122 35 174 48' stroke='%23743FD1' stroke-opacity='.26' stroke-width='1.35'/%3E%3Cpath d='M54 67 83 105 122 35 146 96' stroke='%23743FD1' stroke-opacity='.22' stroke-width='1.2'/%3E%3Cpath d='M75 58 111 15 153 54 195 24' stroke='%2368BAAA' stroke-opacity='.18' stroke-width='1.15'/%3E%3Cpath d='M102 81 139 104 202 76' stroke='%2368BAAA' stroke-opacity='.2' stroke-width='1.15'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='14' cy='86' r='2.4' fill='%2368BAAA' fill-opacity='.75'/%3E%3Ccircle cx='31' cy='39' r='2.6' fill='%23743FD1' fill-opacity='.8'/%3E%3Ccircle cx='54' cy='67' r='2.8' fill='%2368BAAA' fill-opacity='.82'/%3E%3Ccircle cx='75' cy='58' r='2.4' fill='%23743FD1' fill-opacity='.74'/%3E%3Ccircle cx='83' cy='105' r='2.2' fill='%23743FD1' fill-opacity='.72'/%3E%3Ccircle cx='102' cy='81' r='2.6' fill='%2368BAAA' fill-opacity='.72'/%3E%3Ccircle cx='111' cy='15' r='2.2' fill='%2368BAAA' fill-opacity='.55'/%3E%3Ccircle cx='122' cy='35' r='2.7' fill='%23743FD1' fill-opacity='.8'/%3E%3Ccircle cx='139' cy='104' r='2.2' fill='%2368BAAA' fill-opacity='.62'/%3E%3Ccircle cx='153' cy='54' r='2.6' fill='%2368BAAA' fill-opacity='.74'/%3E%3Ccircle cx='174' cy='48' r='2.2' fill='%23743FD1' fill-opacity='.7'/%3E%3Ccircle cx='195' cy='24' r='2.1' fill='%2368BAAA' fill-opacity='.58'/%3E%3Ccircle cx='202' cy='76' r='2.5' fill='%23743FD1' fill-opacity='.72'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: .88;
}
.report-cover::selection {
  background: transparent;
}
.report-cover span {
  color: rgba(255,255,255,.72);
  font-size: 1.55rem;
}
.report-grid {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 1rem;
}
.report-grid ul,
.report-grid article {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(116,63,209,.12);
  border-radius: 8px;
  background: white;
}
.report-grid ul {
  display: grid;
  gap: .6rem;
  list-style: none;
}
.highlight-report {
  grid-column: 2;
  background: rgba(104,186,170,.09) !important;
}
.audit-deliverables {
  gap: clamp(1.5rem, 3.5vw, 3rem);
  align-items: stretch;
}
.audit-deliverables .support-options-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .82fr);
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: center;
  min-height: 350px;
}
.audit-deliverables .support-options-card h2,
.audit-deliverables .support-options-card .support-promise-list {
  grid-column: 1;
}
.audit-deliverables .support-options-card h2 {
  align-self: end;
  margin-bottom: .25rem;
  font-size: clamp(1.45rem, 1.8vw, 1.75rem);
}
.audit-deliverables .support-options-card .support-promise-list {
  align-self: start;
}
.audit-deliverables .report-cover {
  grid-column: 2;
  grid-row: 1 / 3;
}
.audit-deliverables .support-promise-card {
  align-content: start;
  min-height: 350px;
  padding: clamp(1.6rem, 3vw, 2rem);
}
.audit-deliverables .support-promise-card h2 {
  margin: 0 0 .8rem;
}
.audit-deliverables .report-grid {
  grid-template-columns: minmax(190px, .85fr) minmax(0, 1.25fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, auto);
  align-items: start;
}
.audit-deliverables .report-grid ul,
.audit-deliverables .report-grid article {
  padding: 1rem 1.1rem;
}
.audit-deliverables .report-grid ul {
  grid-row: 1 / 3;
  align-content: center;
  height: 100%;
}
.audit-deliverables .report-grid article:not(.highlight-report) {
  grid-column: 2;
  grid-row: 1;
  height: 100%;
}
.audit-deliverables .highlight-report {
  grid-column: 2;
  grid-row: 2;
}
.audit-deliverables .report-grid li {
  position: relative;
  padding-left: 1.55rem;
}
.audit-deliverables .report-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 900;
}
.approach { max-width: 1020px; margin: 0 auto; }
.process h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  margin-top: 3rem;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed rgba(104,186,170,.55);
}
.timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: .7rem;
  padding: 0 .25rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.timeline article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 39px;
  right: -1.8rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 5px white;
}
.timeline article:nth-child(even)::after {
  background: var(--accent);
}
.timeline-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: var(--primary);
  background: white;
  border: 1px solid rgba(116,63,209,.22);
  box-shadow: 0 14px 34px rgba(32, 28, 76, .08);
}
.timeline-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.timeline strong {
  margin-top: .3rem;
  color: var(--ink);
}
.timeline p {
  max-width: 190px;
  margin: 0;
  font-size: .88rem;
}
.cta {
  display: flex; justify-content: space-between; gap: 2rem; align-items: center;
  color: white; background: linear-gradient(90deg, var(--primary), #5A81CE, var(--accent));
}
.cta p { color: rgba(255,255,255,.86); }
.footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) repeat(auto-fit, minmax(150px, .75fr));
  gap: clamp(2rem, 4vw, 4rem);
  padding: 3rem clamp(1rem, 6vw, 5rem);
  color: white;
  background:
    radial-gradient(circle at 90% 20%, rgba(104,186,170,.16), transparent 28%),
    #080D28;
}
.footer h2 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
}
.footer p {
  max-width: 280px;
  margin: .7rem 0 0;
  color: rgba(255,255,255,.72);
}
.footer-links, .footer-contact {
  display: grid;
  align-content: start;
  gap: .7rem;
}
.footer-links a, .footer-contact a, .footer-contact span {
  color: white;
}
.footer-links a:hover, .footer-contact a:hover {
  color: white;
}
.footer-contact {
  font-style: normal;
}
.footer-contact a, .footer-contact span {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
}
.footer-contact svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--primary);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 1.6rem;
  margin-top: .5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
  font-size: .9rem;
}
.footer-bottom span {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-bottom a {
  color: rgba(255,255,255,.7);
}
.footer-bottom a:hover {
  color: white;
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .hero, .solutions, .solutions-hero, .service-hero, .service-dark-hero, .assistance-page .service-dark-hero, .support-options, .audit-deliverables, .support-cta, .faq-cta, .case-hero, .case-details, .demo-hero, .demo-band, .construction-hero { grid-template-columns: 1fr; }
  .assistance-page .support-options { grid-template-columns: 1fr; }
  .audit-deliverables .support-options-card,
  .audit-deliverables .support-promise-card {
    min-height: auto;
  }
  .audit-visual { min-height: 500px; }
  .audit-check-card { left: 4%; width: min(330px, 42%); }
  .audit-laptop { left: 28%; width: min(460px, 58%); }
  .audit-server-stack { right: 3%; width: min(180px, 24%); }
  .service-people { min-height: 500px; }
  .accompaniment-scene { width: min(680px, 100%); }
  .footer { grid-template-columns: repeat(2, 1fr); }
  .pain-grid, .solution-grid, .solution-detail-grid, .service-card-grid, .service-card-grid.five-cols, .timeline, .included-grid, .portfolio-grid, .demo-card-grid { grid-template-columns: repeat(2, 1fr); }
  .method-steps { grid-template-columns: repeat(2, 1fr); }
  .method-steps::before { display: none; }
  .included-item { border-right: 0; }
  .orbit-card { min-height: 450px; }
  .timeline::before, .timeline article::after, .support-step-grid::before { display: none; }
  .support-cta-points { grid-column: 1; }
}
@media (max-width: 720px) {
  .topbar { display: none; }
  .demo-nav { align-items: flex-start; flex-direction: column; }
  .demo-nav nav { flex-wrap: wrap; }
  .construction-help { align-items: flex-start; flex-direction: column; }
  .code-panel { display: none; }
  .menu-toggle { display: block; border: 0; background: var(--secondary); padding: .7rem 1rem; border-radius: 10px; font-weight: 800; }
  .menu { display: none; position: absolute; left: 1rem; right: 1rem; top: 82px; flex-direction: column; padding: 1rem; background: white; border-radius: 18px; box-shadow: var(--shadow); }
  .menu.open { display: flex; }
  .pain-grid, .solution-grid, .solution-detail-grid, .service-card-grid, .service-card-grid.five-cols, .support-step-grid, .timeline, .included-grid, .portfolio-grid, .method-steps, .demo-card-grid, .demo-dashboard, .report-grid { grid-template-columns: 1fr; }
  .service-visual { min-height: 320px; }
  .mock-nav span { display: none; }
  .mock-site { min-height: 230px; }
  .mock-copy { margin-top: 2.5rem; }
  .mock-copy strong { font-size: 1.55rem; }
  .project-cta { margin-top: 0; }
  .network-map { min-height: 240px; }
  .cta, .solutions-cta { flex-direction: column; align-items: flex-start; }
  .service-dark-hero { min-height: auto; }
  .service-illustration, .support-hero-visual { min-height: 300px; }
  .service-people { min-height: 440px; }
  .accompaniment-scene {
    width: min(680px, 112%);
  }
  .audit-deliverables .support-options-card {
    grid-template-columns: 1fr;
  }
  .audit-deliverables .support-options-card h2,
  .audit-deliverables .support-options-card .support-promise-list,
  .audit-deliverables .report-cover {
    grid-column: 1;
  }
  .audit-deliverables .report-cover {
    grid-row: auto;
    margin-top: 1rem;
  }
  .audit-deliverables .report-grid ul,
  .audit-deliverables .report-grid article,
  .audit-deliverables .highlight-report {
    grid-column: 1;
    grid-row: auto;
  }
  .audit-visual { min-height: 440px; }
  .audit-check-card {
    left: 0;
    top: 8%;
    width: min(360px, 78%);
  }
  .audit-laptop {
    left: 18%;
    top: 36%;
    width: min(390px, 76%);
  }
  .audit-screen {
    min-height: 220px;
    padding: 1.15rem;
  }
  .audit-shield {
    right: 4%;
    bottom: 4%;
    width: 88px;
    height: 104px;
  }
  .audit-shield svg {
    width: 58px;
    height: 58px;
  }
  .server-stack { display: none; }
  .highlight-report { grid-column: 1; }
  .support-cta { align-items: flex-start; }
  .footer { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: flex-start; flex-direction: column; gap: .7rem; }
  .orbit-card { display: none; }
}

/* Legal pages */
body.legal-site {
  min-height: 100vh;
  display: flex;
  width: 100%;
  margin: 0;
  color: white;
  font-family: "Space Grotesk", system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(124, 92, 255, .25), transparent 30%),
    radial-gradient(circle at bottom right, rgba(77, 184, 255, .25), transparent 30%),
    linear-gradient(160deg, #0b1020, #121933);
}

body.legal-site .container {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
}

body.legal-site main {
  flex: 1;
  padding-bottom: 24px;
}

body.legal-site header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.legal-site .logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}

body.legal-site .logo-image {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

body.legal-site .logo span span {
  color: #4db8ff;
}

body.legal-site h1 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.1;
  color: white;
}

body.legal-site h2,
body.legal-site h3 {
  margin-top: 24px;
  color: white;
}

body.legal-site p,
body.legal-site li {
  color: #c9d1f0;
  line-height: 1.6;
}

body.legal-site ul {
  margin: 0;
  padding-left: 20px;
}

body.legal-site a {
  color: #9fdfff;
}

body.legal-site footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
  backdrop-filter: blur(6px);
}

body.legal-site .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.legal-site .legal-links a,
body.legal-site .back-link {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(159, 223, 255, .28);
  border-radius: 10px;
  color: #c9eeff;
  text-decoration: none;
  background: rgba(77, 184, 255, .1);
  transition: background-color .2s ease, transform .2s ease, color .2s ease;
}

body.legal-site .legal-links a:hover,
body.legal-site .back-link:hover {
  transform: translateY(-1px);
  color: white;
  background: rgba(77, 184, 255, .22);
}

body.legal-site .legal-page {
  max-width: 900px;
}

body.legal-site .back-link {
  margin-top: 6px;
}

body.mentions-page main,
body.confidentialite-page main,
body.cookie-page main {
  margin-top: 18px;
}

body.cookie-page p,
body.cookie-page ul {
  margin-top: 12px;
  margin-bottom: 16px;
}

body.cookie-page li {
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  body.legal-site .container {
    padding: 24px;
  }

  body.legal-site h1 {
    font-size: 2.2rem;
  }

  body.legal-site footer {
    margin-top: 32px;
    padding: 14px;
  }
}

@media (max-width: 640px) {
  body.legal-site header {
    align-items: flex-start;
    flex-direction: column;
  }
}
