:root {
  --plum-950: #100818;
  --plum-900: #180c23;
  --plum-850: #1e102a;
  --plum-800: #241332;
  --plum-700: #381f4d;
  --purple-700: #6f36c7;
  --purple-600: #8349e8;
  --purple-500: #9b63f5;
  --purple-400: #b986ff;
  --lavender-300: #d8b8ff;
  --lavender-200: #eadcff;
  --cream: #fbf9fd;
  --white: #ffffff;
  --ink: #1d1722;
  --muted: #6c6470;
  --line: #e8e0ed;
  --success: #63d7ac;
  --shadow-sm: 0 12px 30px rgba(42, 21, 57, 0.08);
  --shadow-md: 0 24px 70px rgba(26, 8, 38, 0.16);
  --shadow-purple: 0 18px 45px rgba(131, 73, 232, 0.28);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--plum-950);
  background: var(--white);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-dark { position: relative; color: var(--white); background: var(--plum-950); overflow: hidden; }
.section-plum { position: relative; color: var(--white); background: linear-gradient(145deg, var(--plum-900), var(--plum-800)); overflow: hidden; }

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  color: var(--white);
  background: rgba(16, 8, 24, .76);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  transition: height .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  height: 72px;
  background: rgba(16, 8, 24, .94);
  box-shadow: 0 12px 35px rgba(0,0,0,.2);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand-mark { width: 35px; height: 38px; display: flex; align-items: center; justify-content: center; gap: 3px; transform: skewY(-16deg); }
.brand-mark > span { display: block; width: 7px; border-radius: 2px; background: linear-gradient(180deg, var(--lavender-300), var(--purple-600)); box-shadow: 0 0 18px rgba(185,134,255,.34); }
.brand-mark > span:nth-child(1) { height: 21px; }
.brand-mark > span:nth-child(2) { height: 29px; }
.brand-mark > span:nth-child(3) { height: 37px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: var(--lavender-300); font-size: 9px; font-weight: 700; letter-spacing: .36em; text-transform: uppercase; }

.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--purple-400); transition: right .25s ease; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: var(--white); }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; color: var(--white) !important; background: linear-gradient(135deg, var(--purple-600), var(--purple-500)); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; box-shadow: 0 10px 25px rgba(111,54,199,.25); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--white); transition: transform .25s ease, opacity .25s ease; }

.hero { min-height: 820px; padding: calc(var(--header-height) + 98px) 0 100px; display: grid; align-items: center; background:
  radial-gradient(circle at 72% 30%, rgba(99, 40, 155, .26), transparent 34%),
  linear-gradient(120deg, #100818 0%, #150b1e 48%, #21102f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, transparent, black 20%, black 70%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(6px); pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; right: -240px; top: 90px; border: 1px solid rgba(185,134,255,.11); box-shadow: inset 0 0 130px rgba(131,73,232,.07), 0 0 180px rgba(131,73,232,.07); }
.hero-glow-two { width: 310px; height: 310px; left: -180px; bottom: 0; background: rgba(117,51,195,.08); filter: blur(50px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--lavender-300); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--purple-700); }
.hero h1 { max-width: 650px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.4vw, 76px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.hero h1 em { color: var(--lavender-300); font-style: normal; }
.hero-intro { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--purple-700), var(--purple-500)); box-shadow: var(--shadow-purple); }
.button-primary:hover { box-shadow: 0 23px 55px rgba(131,73,232,.38); }
.button-secondary { color: var(--white); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.18); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.hero-points { display: flex; flex-wrap: wrap; gap: 24px; margin: 31px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.66); font-size: 12px; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points li::before { content: "✓"; display: grid; place-items: center; width: 17px; height: 17px; color: var(--plum-950); background: var(--lavender-300); border-radius: 50%; font-size: 10px; font-weight: 900; }

.dashboard-stage { position: relative; min-height: 565px; display: grid; place-items: center; perspective: 1200px; }
.dashboard-window { position: relative; z-index: 2; width: min(100%, 620px); overflow: hidden; background: rgba(27,15,38,.92); border: 1px solid rgba(220,188,255,.18); border-radius: 24px; box-shadow: 0 45px 120px rgba(0,0,0,.42), 0 0 90px rgba(116,51,190,.12); transform: rotateY(-4deg) rotateX(1deg); }
.dashboard-topbar { height: 55px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255,255,255,.025); border-bottom: 1px solid rgba(255,255,255,.07); }
.dashboard-topbar p { margin: 0; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.profile-dot { justify-self: end; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: var(--lavender-300); background: rgba(145,81,226,.14); font-size: 8px; font-weight: 800; }
.dashboard-body { min-height: 420px; display: grid; grid-template-columns: 56px 1fr; }
.dashboard-sidebar { padding-top: 18px; display: flex; flex-direction: column; align-items: center; gap: 18px; background: rgba(7,3,12,.25); border-right: 1px solid rgba(255,255,255,.06); }
.mini-logo { height: 24px; display: flex; align-items: flex-end; gap: 2px; transform: skewY(-14deg); }
.mini-logo i { width: 4px; background: var(--purple-400); border-radius: 1px; }
.mini-logo i:nth-child(1) { height: 12px; }.mini-logo i:nth-child(2) { height: 17px; }.mini-logo i:nth-child(3) { height: 22px; }
.dashboard-sidebar > span { width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; }
.dashboard-sidebar > span.active { background: linear-gradient(135deg, var(--purple-700), var(--purple-500)); border-color: transparent; box-shadow: 0 0 14px rgba(155,99,245,.32); }
.dashboard-content { padding: 24px 22px; }
.dash-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.dash-heading div { display: grid; gap: 5px; }.dash-heading small { color: rgba(255,255,255,.35); font-size: 8px; }.dash-heading strong { font-size: 17px; }
.dash-heading button { padding: 7px 10px; color: rgba(255,255,255,.58); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 7px; font-size: 8px; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 20px; }
.metric-grid article { min-width: 0; padding: 14px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.metric-grid small, .metric-grid span { display: block; color: rgba(255,255,255,.37); font-size: 7px; }
.metric-grid strong { display: block; margin: 6px 0 3px; font-size: 22px; }.metric-grid span { color: var(--success); }
.chart-grid { display: grid; grid-template-columns: 1fr 145px; gap: 10px; margin-top: 11px; }
.chart-grid article { min-height: 190px; padding: 15px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.card-title { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.78); font-size: 8px; }.card-title span { color: var(--success); }
.chart-area { position: relative; height: 137px; margin-top: 12px; overflow: hidden; }
.grid-lines { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px); background-size: 100% 34px; }
.chart-area svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.chart-area .area { fill: url(#chartFill); }.chart-area .line { fill: none; stroke: #b986ff; stroke-width: 4; filter: drop-shadow(0 0 5px rgba(185,134,255,.55)); }
.donut-card { display: grid; place-items: center; align-content: start; }.donut-card .card-title { justify-self: stretch; }
.donut { width: 90px; height: 90px; margin-top: 19px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--purple-500) 0 78%, rgba(255,255,255,.07) 78%); position: relative; }
.donut::before { content: ""; position: absolute; inset: 9px; background: #21142c; border-radius: 50%; }.donut span { position: relative; z-index: 1; font-size: 21px; font-weight: 800; }.donut small { font-size: 10px; }.donut-card p { margin: 7px 0 0; color: var(--success); font-size: 8px; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }.orb-one { width: 440px; height: 440px; border: 1px solid rgba(176,121,250,.12); box-shadow: inset 0 0 95px rgba(131,73,232,.1); }.orb-two { width: 280px; height: 280px; background: rgba(113,49,182,.12); filter: blur(55px); }
.floating-stat { position: absolute; z-index: 3; padding: 13px 15px; background: rgba(25,12,36,.92); border: 1px solid rgba(216,184,255,.16); border-radius: 12px; box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.floating-stat span { display: block; color: rgba(255,255,255,.4); font-size: 8px; }.floating-stat strong { display: block; margin-top: 5px; font-size: 15px; }.floating-stat small { color: var(--lavender-300); font-size: 7px; font-weight: 500; }
.stat-one { left: -8px; bottom: 65px; }.stat-two { right: -4px; top: 78px; }.stat-two i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: var(--success); border-radius: 50%; box-shadow: 0 0 8px var(--success); }

.trust-strip { color: var(--white); background: #160b20; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.trust-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid p { position: relative; margin: 0; padding: 8px 26px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.trust-grid p:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.1); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading h2, .center-heading h2, .systems-copy h2, .about-copy h2, .faq-intro h2, .contact-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.4vw, 58px); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.section-heading > p, .center-heading > p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.service-card { position: relative; min-height: 410px; padding: 38px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(131,73,232,.35); box-shadow: var(--shadow-md); }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; background: radial-gradient(circle, rgba(155,99,245,.12), transparent 68%); }
.service-card.featured { color: var(--white); background: linear-gradient(145deg, var(--plum-900), var(--plum-800)); border-color: transparent; }
.service-number { position: absolute; right: 30px; top: 25px; color: rgba(131,73,232,.13); font-family: Georgia, serif; font-size: 70px; line-height: 1; }.featured .service-number { color: rgba(255,255,255,.08); }
.service-card h3 { position: relative; margin: 25px 0 14px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }.service-card p { position: relative; max-width: 530px; margin: 0; color: var(--muted); }.featured p { color: rgba(255,255,255,.63); }
.service-card ul { position: relative; margin: 26px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; font-size: 13px; font-weight: 650; }.service-card li { display: flex; align-items: center; gap: 9px; }.service-card li::before { content: ""; width: 6px; height: 6px; background: var(--purple-500); border-radius: 50%; }.featured li::before { background: var(--lavender-300); }
.service-icon { width: 58px; height: 58px; position: relative; display: grid; place-items: center; color: var(--purple-600); background: rgba(131,73,232,.09); border: 1px solid rgba(131,73,232,.15); border-radius: 16px; }.featured .service-icon { color: var(--lavender-300); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); }
.icon-browser { display: block; padding: 13px; }.icon-browser::before { content: ""; position: absolute; inset: 13px; border: 2px solid currentColor; border-radius: 5px; }.icon-browser::after { content: ""; position: absolute; left: 14px; right: 14px; top: 23px; height: 2px; background: currentColor; }.icon-browser span, .icon-browser i { position: absolute; top: 18px; width: 2px; height: 2px; background: currentColor; border-radius: 50%; }.icon-browser span { left: 18px; }.icon-browser i:nth-child(2) { left: 23px; }.icon-browser i:nth-child(3) { left: 28px; }
.icon-system { grid-template-columns: repeat(2,10px); gap: 5px; }.icon-system span { width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 3px; }.icon-system span:first-child { background: currentColor; }
.icon-chart { display: flex; align-items: end; justify-content: center; gap: 4px; }.icon-chart span { width: 7px; background: currentColor; border-radius: 2px 2px 0 0; }.icon-chart span:nth-child(1) { height: 13px; }.icon-chart span:nth-child(2) { height: 24px; }.icon-chart span:nth-child(3) { height: 34px; }
.icon-flow span { position: absolute; width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; }.icon-flow span:nth-child(1) { left: 13px; top: 24px; }.icon-flow span:nth-child(2) { right: 13px; top: 13px; }.icon-flow span:nth-child(3) { right: 13px; bottom: 13px; }.icon-flow::before, .icon-flow::after { content: ""; position: absolute; left: 24px; width: 20px; height: 2px; background: currentColor; transform-origin: left center; }.icon-flow::before { top: 28px; transform: rotate(-26deg); }.icon-flow::after { bottom: 25px; transform: rotate(26deg); }

.systems::before { content: ""; position: absolute; right: -10%; top: -20%; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: inset 0 0 140px rgba(139,76,226,.05); }
.systems-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 85px; }
.systems-copy > p:not(.eyebrow) { margin: 23px 0 0; color: rgba(255,255,255,.62); }.feature-list { display: grid; gap: 0; margin-top: 35px; }
.feature-list article { display: grid; grid-template-columns: 36px 1fr; gap: 17px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); }.feature-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.09); }
.feature-list article > span { color: var(--purple-400); font-size: 11px; font-weight: 800; }.feature-list h3 { margin: -4px 0 5px; font-size: 17px; }.feature-list p { margin: 0; color: rgba(255,255,255,.52); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--lavender-300); font-weight: 800; }.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(5px); }
.system-visual { position: relative; min-height: 610px; }
.visual-panel { position: absolute; background: rgba(30,15,43,.9); border: 1px solid rgba(229,205,255,.14); border-radius: 18px; box-shadow: 0 28px 75px rgba(0,0,0,.34); backdrop-filter: blur(12px); }
.main-panel { z-index: 2; width: 420px; left: 50%; top: 50%; padding: 23px; transform: translate(-50%, -50%); }
.panel-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; }.panel-top i { width: 8px; height: 8px; background: var(--success); border-radius: 50%; box-shadow: 0 0 10px var(--success); }
.panel-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 17px; }.panel-metrics div { padding: 18px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }.panel-metrics span, .panel-metrics small { display: block; color: rgba(255,255,255,.37); font-size: 9px; }.panel-metrics strong { display: block; margin: 7px 0 3px; font-size: 27px; }.panel-metrics small { color: var(--success); }
.panel-bars { display: grid; gap: 14px; margin-top: 22px; }.panel-bars div { display: grid; grid-template-columns: 95px 1fr 30px; align-items: center; gap: 9px; color: rgba(255,255,255,.42); font-size: 9px; }.panel-bars i { position: relative; height: 5px; overflow: hidden; background: rgba(255,255,255,.07); border-radius: 99px; }.panel-bars i::after { content: ""; display: block; width: var(--bar); height: 100%; background: linear-gradient(90deg, var(--purple-700), var(--purple-400)); border-radius: inherit; }.panel-bars b { color: rgba(255,255,255,.68); font-size: 9px; text-align: right; }
.module { z-index: 3; width: 155px; padding: 16px; }.module-icon { display: grid; place-items: center; width: 31px; height: 31px; margin-bottom: 11px; color: var(--plum-950); background: var(--lavender-300); border-radius: 9px; font-size: 11px; font-weight: 900; }.module span, .module strong { display: block; }.module span { color: rgba(255,255,255,.38); font-size: 8px; }.module strong { margin-top: 3px; font-size: 11px; }.module-one { left: 2%; top: 8%; }.module-two { right: 0; top: 4%; }.module-three { right: -1%; bottom: 6%; }
.connector-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }.connector-lines path { fill: none; stroke: rgba(185,134,255,.26); stroke-width: 2; stroke-dasharray: 5 8; }

.center-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }.center-heading .eyebrow { justify-content: center; }.center-heading > p { margin-top: 18px; }
.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); }
.industry-card { min-height: 235px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }.industry-card:nth-child(3n) { border-right: 0; }.industry-card:nth-last-child(-n+3) { border-bottom: 0; }.industry-card:hover { background: #faf5ff; }.industry-card > span { color: var(--purple-600); font-size: 11px; font-weight: 900; }.industry-card h3 { margin: 34px 0 10px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }.industry-card p { margin: 0; color: var(--muted); font-size: 14px; }

.process { background: var(--white); }.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); list-style: none; border-top: 1px solid var(--line); }
.process-grid li { position: relative; padding: 35px 28px 10px 0; }.process-grid li:not(:last-child)::after { content: ""; position: absolute; top: -5px; right: 22px; width: 9px; height: 9px; background: var(--purple-500); border: 5px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }.process-grid li > span { color: var(--purple-600); font-size: 12px; font-weight: 900; }.process-grid h3 { margin: 35px 0 10px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.work { color: var(--white); background: var(--plum-950); }.work .center-heading > p { color: rgba(255,255,255,.54); }.work-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 23px; }.project-large { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; }.project-card { overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); }.project-visual { position: relative; min-height: 360px; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(120,50,189,.32), transparent 46%), #170b21; }.project-large .project-visual { min-height: 470px; }.project-copy { padding: 30px; }.project-large .project-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }.project-copy p { margin: 0 0 12px; color: var(--purple-400); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.project-copy h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(25px,3vw,38px); font-weight: 500; line-height: 1.25; }.project-copy span { color: rgba(255,255,255,.42); font-size: 12px; }
.operations-preview { display: grid; grid-template-columns: 70px 1fr; width: 88%; min-height: 380px; margin: 48px auto 0; background: #1e1029; border: 1px solid rgba(255,255,255,.12); border-radius: 19px 19px 0 0; box-shadow: 0 30px 80px rgba(0,0,0,.42); transform: perspective(900px) rotateX(2deg); }.preview-sidebar { padding: 24px 0; display: flex; flex-direction: column; align-items: center; gap: 18px; background: rgba(0,0,0,.18); border-right: 1px solid rgba(255,255,255,.06); }.preview-sidebar i { width: 20px; height: 27px; background: linear-gradient(135deg,var(--purple-700),var(--purple-400)); clip-path: polygon(30% 0,100% 50%,30% 100%,0 100%,70% 50%,0 0); }.preview-sidebar span { width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 5px; }.preview-content { padding: 25px; }.preview-header { display: flex; justify-content: space-between; }.preview-header span { width: 120px; height: 13px; background: rgba(255,255,255,.12); border-radius: 99px; }.preview-header i { width: 28px; height: 28px; background: rgba(155,99,245,.18); border-radius: 50%; }.preview-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 25px; }.preview-stat-row span { height: 75px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.07); border-radius: 10px; }.preview-chart { position: relative; height: 185px; margin-top: 14px; overflow: hidden; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 10px; }.preview-chart::before { content: ""; position: absolute; inset: 20px; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px); background-size: 100% 35px; }.preview-chart i { position: absolute; left: 8%; right: 7%; bottom: 22%; height: 90px; border-top: 3px solid var(--purple-400); border-radius: 50%; transform: skewY(-9deg); filter: drop-shadow(0 0 6px rgba(185,134,255,.5)); }
.website-preview { padding: 40px 44px; }.website-preview::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(95,31,148,.25), transparent 60%); }.web-nav { position: relative; display: flex; justify-content: space-between; align-items: center; }.web-nav span { width: 85px; height: 14px; background: var(--lavender-300); border-radius: 99px; }.web-nav i { width: 150px; height: 8px; background: repeating-linear-gradient(90deg,rgba(255,255,255,.25) 0 24px,transparent 24px 35px); }.web-hero { position: relative; width: 65%; padding-top: 58px; }.web-hero small { display: block; width: 90px; height: 7px; margin-bottom: 18px; background: var(--purple-500); border-radius: 99px; }.web-hero strong { display: block; width: 100%; height: 19px; margin-bottom: 9px; background: rgba(255,255,255,.88); border-radius: 3px; }.web-hero strong:nth-of-type(2) { width: 72%; }.web-hero p { width: 90%; height: 42px; margin: 20px 0; background: repeating-linear-gradient(to bottom,rgba(255,255,255,.18) 0 3px,transparent 3px 11px); }.web-hero button { width: 100px; height: 30px; border: 0; border-radius: 99px; background: linear-gradient(135deg,var(--purple-700),var(--purple-400)); }
.mobile-preview { display: grid; place-items: center; }.phone { position: relative; width: 150px; height: 305px; padding: 28px 13px 15px; background: #21122e; border: 5px solid #34203f; border-radius: 28px; box-shadow: 0 25px 65px rgba(0,0,0,.42); }.phone > i { position: absolute; top: 9px; left: 50%; width: 42px; height: 6px; background: #0f0915; border-radius: 99px; transform: translateX(-50%); }.phone-head { height: 25px; background: rgba(255,255,255,.06); border-radius: 7px; }.phone-stat { height: 70px; margin-top: 12px; background: linear-gradient(135deg,rgba(111,54,199,.58),rgba(155,99,245,.25)); border-radius: 11px; }.phone-list { display: grid; gap: 8px; margin-top: 12px; }.phone-list span { height: 39px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.06); border-radius: 8px; }.phone-note { position: absolute; right: 12%; bottom: 18%; width: 135px; padding: 14px; background: rgba(36,19,50,.93); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; box-shadow: 0 18px 40px rgba(0,0,0,.32); }.phone-note i { display: block; width: 8px; height: 8px; background: var(--success); border-radius: 50%; }.phone-note span,.phone-note strong { display: block; }.phone-note span { margin-top: 8px; color: rgba(255,255,255,.38); font-size: 8px; }.phone-note strong { font-size: 19px; }

.about { background: #f7f1fa; }.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }.about-visual { position: relative; min-height: 590px; overflow: hidden; background: linear-gradient(145deg,var(--plum-950),var(--plum-800)); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }.about-shape { position: absolute; border: 1px solid rgba(229,205,255,.12); border-radius: 50%; }.shape-one { width: 500px; height: 500px; left: -180px; top: -120px; box-shadow: inset 0 0 120px rgba(131,73,232,.08); }.shape-two { width: 280px; height: 280px; right: -100px; bottom: -70px; background: rgba(131,73,232,.12); filter: blur(2px); }.about-logo { position: absolute; left: 50%; top: 48%; display: flex; align-items: center; gap: 26px; transform: translate(-50%,-50%); }.large-mark { height: 125px; display: flex; align-items: center; gap: 9px; transform: skewY(-16deg); }.large-mark span { width: 23px; background: linear-gradient(180deg,var(--lavender-200),var(--purple-600)); border-radius: 4px; box-shadow: 0 0 35px rgba(185,134,255,.25); }.large-mark span:nth-child(1) { height: 68px; }.large-mark span:nth-child(2) { height: 96px; }.large-mark span:nth-child(3) { height: 124px; }.about-logo p { margin: 0; color: var(--white); font-family: Georgia,serif; font-size: 35px; line-height: 1.08; }.about-logo p strong { color: var(--lavender-300); font-size: 18px; font-family: inherit; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; }.about-stat { position: absolute; left: 30px; right: 30px; bottom: 27px; padding: 19px 21px; display: flex; justify-content: space-between; color: var(--white); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; backdrop-filter: blur(10px); }.about-stat span { color: rgba(255,255,255,.48); }.about-copy > p:not(.eyebrow) { color: var(--muted); }.about-copy h2 { margin-bottom: 26px; }.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 34px; }.about-values div { padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }.about-values strong,.about-values span { display: block; }.about-values strong { color: var(--purple-700); font-size: 13px; }.about-values span { margin-top: 5px; color: var(--muted); font-size: 11px; }

.faq { background: var(--white); }.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }.faq-intro p:not(.eyebrow) { color: var(--muted); }.dark-link { color: var(--purple-700); }.accordion { border-top: 1px solid var(--line); }.accordion-item { border-bottom: 1px solid var(--line); }.accordion-item h3 { margin: 0; }.accordion-item button { width: 100%; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; background: none; border: 0; color: var(--ink); font-weight: 750; }.accordion-item button i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; }.accordion-item button i::before,.accordion-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 1px; background: var(--purple-700); transform: translate(-50%,-50%); transition: transform .2s ease; }.accordion-item button i::after { transform: translate(-50%,-50%) rotate(90deg); }.accordion-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }.accordion-content { padding: 0 40px 24px 0; }.accordion-content p { margin: 0; color: var(--muted); font-size: 14px; }

.contact { padding: 110px 0; background: linear-gradient(130deg,#0f0717,#1a0b25 60%,#281038); }.contact::before { content: ""; position: absolute; inset: 0; opacity: .04; background-image: radial-gradient(circle,white 1px,transparent 1px); background-size: 30px 30px; }.contact-glow { position: absolute; width: 600px; height: 600px; left: -300px; top: -200px; border-radius: 50%; background: rgba(115,48,188,.12); filter: blur(50px); }.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; }.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.58); }.contact-details { display: grid; gap: 15px; margin-top: 40px; }.contact-details a,.contact-details div { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.09); }.contact-details small,.contact-details strong { display: block; }.contact-details small { color: var(--purple-400); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.contact-details strong { margin-top: 5px; color: rgba(255,255,255,.78); font-size: 14px; }
.contact-form { padding: 35px; color: var(--ink); background: var(--white); border-radius: var(--radius-md); box-shadow: 0 35px 90px rgba(0,0,0,.35); }.form-heading { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.form-heading span { font-family: Georgia,serif; font-size: 25px; }.form-heading small { color: var(--muted); font-size: 9px; }.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }.contact-form label { display: grid; gap: 8px; margin-top: 18px; color: #453c49; font-size: 11px; font-weight: 800; }.contact-form input,.contact-form select,.contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fcfafc; border: 1px solid #ded4e4; border-radius: 10px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }.contact-form textarea { resize: vertical; min-height: 125px; }.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--purple-500); box-shadow: 0 0 0 4px rgba(131,73,232,.1); }.form-submit { width: 100%; margin-top: 23px; border: 0; }.form-submit span { margin-left: 8px; }.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { color: rgba(255,255,255,.6); background: #0b050f; }.footer-main { padding: 65px 0 50px; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }.footer-brand p { max-width: 320px; margin: 22px 0 0; font-size: 13px; }.footer-links { display: grid; align-content: start; gap: 11px; }.footer-links strong { margin-bottom: 7px; color: var(--white); font-size: 12px; }.footer-links a { font-size: 12px; transition: color .2s ease; }.footer-links a:hover { color: var(--lavender-300); }.footer-bottom { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.07); }.footer-bottom p { margin: 0; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1100px) {
  .primary-nav { gap: 20px; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: clamp(46px,5.5vw,63px); }
  .dashboard-stage { transform: scale(.92); transform-origin: center; }
  .systems-grid { gap: 40px; }
  .main-panel { width: 380px; }
  .process-grid { grid-template-columns: repeat(3,1fr); row-gap: 30px; }
  .process-grid li:nth-child(3)::after { display: none; }
  .about-grid,.contact-grid { gap: 50px; }
}

@media (max-width: 900px) {
  :root { --header-height: 74px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: var(--header-height) 0 auto; height: calc(100vh - var(--header-height)); padding: 38px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 6px; background: rgba(16,8,24,.98); transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.open { transform: translateX(0); }.primary-nav a { padding: 15px 12px; font-size: 17px; }.primary-nav > a::after { display: none; }.nav-cta { margin-top: 10px; text-align: center; }
  .hero { min-height: auto; padding-bottom: 70px; }.hero-grid,.systems-grid,.about-grid,.faq-grid,.contact-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy .eyebrow,.hero-actions,.hero-points { justify-content: center; }.hero-intro { margin-inline: auto; }.dashboard-stage { min-height: 520px; transform: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); padding: 15px 0; }.trust-grid p:nth-child(2)::after { display: none; }.trust-grid p { padding: 12px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }.section-heading > p { max-width: 720px; }
  .systems-copy { max-width: 720px; }.system-visual { min-height: 560px; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }.industry-card:nth-child(3n) { border-right: 1px solid var(--line); }.industry-card:nth-child(2n) { border-right: 0; }.industry-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }.industry-card:nth-last-child(-n+2) { border-bottom: 0; }
  .project-large { grid-template-columns: 1fr; }.project-large .project-copy { padding: 35px; }.project-large .project-visual { min-height: 400px; }
  .about-visual { min-height: 480px; }.about-copy { max-width: 760px; }.faq-grid { gap: 40px; }.contact-copy { max-width: 720px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-links:last-child { grid-column: 2 / 3; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 78px 0; }
  .hero { padding-top: calc(var(--header-height) + 64px); }.hero h1 { font-size: clamp(39px,12vw,54px); }.hero-intro { font-size: 15px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-points { display: grid; justify-content: start; text-align: left; margin-inline: auto; }
  .dashboard-stage { min-height: 410px; margin-top: 20px; }.dashboard-window { width: 700px; max-width: 115%; transform: scale(.72); }.floating-stat { display: none; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid p::after { display: none !important; }.trust-grid p { border-bottom: 1px solid rgba(255,255,255,.06); }.trust-grid p:last-child { border-bottom: 0; }
  .section-heading h2,.center-heading h2,.systems-copy h2,.about-copy h2,.faq-intro h2,.contact-copy h2 { font-size: 38px; }
  .service-grid,.industry-grid,.work-grid,.about-values,.form-row { grid-template-columns: 1fr; }.service-card { min-height: auto; padding: 28px; }.industry-card { min-height: auto; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }.industry-card:last-child { border-bottom: 0 !important; }
  .system-visual { min-height: 470px; transform: scale(.82); margin-inline: -40px; }.module-one { left: 0; }.module-two,.module-three { right: 0; }
  .process-grid { grid-template-columns: 1fr; border-top: 0; }.process-grid li { padding: 22px 0 25px 48px; border-left: 1px solid var(--line); }.process-grid li::after { display: block !important; top: 29px !important; right: auto !important; left: -5px; }.process-grid h3 { margin: 8px 0 7px; }
  .project-large { grid-column: auto; }.project-large .project-visual,.project-visual { min-height: 330px; }.operations-preview { width: 135%; margin-left: 8%; transform: scale(.68); transform-origin: top left; }.project-large .project-copy,.project-copy { padding: 25px; }.website-preview { padding: 30px 25px; }.web-hero { width: 82%; }
  .about-visual { min-height: 390px; }.about-logo { gap: 15px; }.large-mark { height: 95px; }.large-mark span { width: 18px; }.large-mark span:nth-child(1){height:52px}.large-mark span:nth-child(2){height:73px}.large-mark span:nth-child(3){height:94px}.about-logo p { font-size: 27px; }.about-logo p strong { font-size: 13px; }.about-stat { left: 18px; right: 18px; flex-direction: column; gap: 4px; }
  .contact-form { padding: 24px; }.form-heading { flex-direction: column; }.footer-main { grid-template-columns: repeat(2,1fr); gap: 35px; }.footer-brand { grid-column: 1/-1; }.footer-links:last-child { grid-column: auto; }.footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Brilliant IT Solutions contact channels */
.contact-channel { display:flex !important; align-items:center; gap:14px; }
.contact-channel-icon { flex:0 0 38px; width:38px; height:38px; display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.12); border-radius:50%; color:var(--lavender-300); font-size:17px; background:rgba(255,255,255,.035); }
.contact-channel > span:last-child { min-width:0; }
.contact-channel strong { overflow-wrap:anywhere; }
.floating-contact { position:fixed; right:22px; bottom:22px; z-index:80; display:grid; gap:10px; }
.floating-contact-btn { width:52px; height:52px; display:flex; align-items:center; justify-content:center; border-radius:50%; color:#fff; background:#251333; border:1px solid rgba(255,255,255,.14); box-shadow:0 12px 34px rgba(0,0,0,.28); font-size:20px; transition:transform .2s ease, box-shadow .2s ease; }
.floating-contact-btn:hover { transform:translateY(-3px); box-shadow:0 16px 38px rgba(0,0,0,.36); }
.whatsapp-float { background:#6f39b8; }
@media (max-width:640px){ .floating-contact{right:14px;bottom:14px}.floating-contact-btn{width:48px;height:48px} }


/* Multi-page SEO layout */
.page-hero{position:relative;overflow:hidden;padding:calc(var(--header-height) + 88px) 0 88px;background:linear-gradient(135deg,#100817,#1c0b27 60%,#2b113c);color:#fff}
.page-hero::after{content:"";position:absolute;width:520px;height:520px;right:-180px;top:-210px;border-radius:50%;border:1px solid rgba(185,134,255,.13);box-shadow:inset 0 0 120px rgba(131,73,232,.09)}
.page-hero .container{position:relative;z-index:1}.page-hero h1{max-width:900px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(45px,6vw,76px);font-weight:500;line-height:1.05;letter-spacing:-.035em}.page-hero p.page-intro{max-width:780px;margin:25px 0 0;color:rgba(255,255,255,.67);font-size:17px;line-height:1.8}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px;color:rgba(255,255,255,.48);font-size:11px}.breadcrumb a:hover{color:var(--lavender-300)}
.content-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:start}.content-copy h2,.content-copy h3{font-family:Georgia,"Times New Roman",serif;font-weight:500}.content-copy h2{font-size:clamp(36px,4vw,52px);line-height:1.12;margin:0 0 22px}.content-copy h3{font-size:27px;margin:34px 0 12px}.content-copy p{color:var(--muted)}
.feature-list{display:grid;gap:14px;margin:28px 0;padding:0;list-style:none}.feature-list li{position:relative;padding:16px 18px 16px 46px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm)}.feature-list li::before{content:"✓";position:absolute;left:17px;top:16px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:rgba(131,73,232,.12);color:var(--purple-700);font-weight:900}
.info-panel{padding:34px;background:linear-gradient(145deg,var(--plum-900),var(--plum-800));border-radius:var(--radius-md);color:#fff;box-shadow:var(--shadow-md);position:sticky;top:110px}.info-panel h2,.info-panel h3{font-family:Georgia,serif;font-weight:500}.info-panel h3{margin-top:0;font-size:28px}.info-panel p{color:rgba(255,255,255,.63)}.info-panel ul{display:grid;gap:13px;padding-left:18px;color:rgba(255,255,255,.74)}
.cta-panel{padding:42px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.cta-panel h2,.cta-panel h3{font-family:Georgia,serif;font-weight:500}.cta-panel h2{margin-top:0;font-size:38px}.cta-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:25px}.button-dark{color:#fff;background:var(--plum-900)}
.contact-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.contact-option{padding:34px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.contact-option .big-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:rgba(131,73,232,.1);color:var(--purple-700);font-size:22px}.contact-option h3{font-family:Georgia,serif;font-size:27px;font-weight:500}.contact-option p{color:var(--muted);overflow-wrap:anywhere}.contact-option .button{margin-top:8px}
.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-detail-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.service-detail-card span{color:var(--purple-700);font-weight:900;font-size:11px;letter-spacing:.12em}.service-detail-card h2,.service-detail-card h3{font-family:Georgia,serif;font-weight:500}.service-detail-card h3{font-size:26px}.service-detail-card p{color:var(--muted)}
.seo-note{font-size:12px;color:var(--muted)}
.contact-card-simple{padding:38px;color:var(--ink);background:#fff;border-radius:var(--radius-md);box-shadow:0 35px 90px rgba(0,0,0,.35)}.contact-card-simple h3{margin:0 0 10px;font-family:Georgia,serif;font-size:30px;font-weight:500}.contact-card-simple p{color:var(--muted)}.contact-card-simple .contact-stack{display:grid;gap:14px;margin-top:25px}.contact-card-simple .contact-stack a{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:12px}.contact-card-simple .contact-stack strong{display:block}.contact-card-simple .contact-stack small{display:block;color:var(--purple-700);font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}
@media(max-width:900px){.content-grid{grid-template-columns:1fr}.info-panel{position:static}.service-detail-grid{grid-template-columns:1fr 1fr}.contact-options{grid-template-columns:1fr}.page-hero{padding-top:calc(var(--header-height) + 62px)}}
@media(max-width:680px){.service-detail-grid{grid-template-columns:1fr}.page-hero h1{font-size:43px}.cta-panel{padding:28px}}

/* Mobile responsiveness hardening — 2026-08-20 */
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
main, section, header, footer, .container, .hero-grid, .systems-grid, .content-grid, .service-grid, .work-grid, .contact-grid, .faq-grid, .about-grid { min-width: 0; }
h1, h2, h3, p, li, a, strong, span { overflow-wrap: anywhere; }

@media (max-width: 680px) {
  :root { --header-height: 72px; }

  .container { width: calc(100% - 32px); max-width: 100%; }
  .section { padding: 66px 0; }

  .site-header, .site-header.scrolled { height: var(--header-height); }
  .nav-wrap { gap: 12px; }
  .brand { gap: 9px; min-width: 0; }
  .brand-mark { width: 31px; height: 34px; gap: 3px; }
  .brand-mark > span { width: 6px; }
  .brand-mark > span:nth-child(1) { height: 18px; }
  .brand-mark > span:nth-child(2) { height: 25px; }
  .brand-mark > span:nth-child(3) { height: 32px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { margin-top: 4px; font-size: 8px; letter-spacing: .28em; }
  .menu-toggle { flex: 0 0 46px; width: 46px; height: 46px; }
  .primary-nav { top: var(--header-height); inset-inline: 0; width: 100%; height: calc(100dvh - var(--header-height)); padding: 24px 18px 40px; overflow-y: auto; }

  .hero { padding: calc(var(--header-height) + 52px) 0 58px; min-height: 0; }
  .hero-grid { display: block; width: 100%; }
  .hero-copy { width: 100%; max-width: 100%; text-align: left; }
  .hero-copy .eyebrow { justify-content: flex-start; font-size: 10px; line-height: 1.5; letter-spacing: .11em; }
  .hero h1 { width: 100%; max-width: 100%; margin: 0; font-size: clamp(37px, 10.6vw, 48px); line-height: 1.06; letter-spacing: -.028em; }
  .hero-intro { width: 100%; max-width: 100%; margin: 22px 0 0; font-size: 15px; line-height: 1.7; }
  .hero-actions { width: 100%; margin-top: 28px; gap: 11px; }
  .hero-actions .button { width: 100%; max-width: 100%; min-height: 50px; padding-inline: 18px; }
  .hero-points { width: 100%; margin: 24px 0 0; gap: 11px; justify-content: start; }

  .dashboard-stage { width: 100%; max-width: 100%; min-height: 0; margin: 38px 0 0; display: block; perspective: none; }
  .dashboard-window { width: 100%; max-width: 100%; margin: 0; transform: none; border-radius: 18px; }
  .dashboard-topbar { height: 46px; padding: 0 12px; }
  .dashboard-topbar p { font-size: 9px; }
  .dashboard-body { min-height: 0; grid-template-columns: 40px minmax(0, 1fr); }
  .dashboard-sidebar { gap: 13px; padding-top: 14px; }
  .dashboard-sidebar > span { width: 14px; height: 14px; }
  .dashboard-content { min-width: 0; padding: 16px 12px 18px; }
  .dash-heading { align-items: center; }
  .dash-heading strong { font-size: 14px; }
  .dash-heading button { padding: 5px 7px; font-size: 8px; }
  .metric-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 14px; }
  .metric-grid article { min-width: 0; }
  .chart-grid { grid-template-columns: 1fr; gap: 8px; }
  .donut-card { min-height: 160px; }
  .floating-stat, .orb { display: none; }

  .section-heading, .center-heading { margin-bottom: 36px; }
  .section-heading h2, .center-heading h2, .systems-copy h2, .about-copy h2, .faq-intro h2, .contact-copy h2, .content-copy h2 { font-size: clamp(32px, 9vw, 40px); line-height: 1.12; }
  .section-heading > p, .center-heading > p, .content-copy p { font-size: 14px; }

  .systems-grid { display: block; }
  .system-visual { width: 100%; min-height: 430px; margin: 34px 0 0; transform: none; overflow: hidden; }
  .main-panel { width: calc(100% - 24px); max-width: 380px; padding: 18px; }
  .module { width: 126px; padding: 12px; }
  .module-one { left: 0; top: 12px; }
  .module-two { right: 0; top: 20px; }
  .module-three { right: 0; bottom: 14px; }
  .connector-lines { display: none; }
  .panel-bars div { grid-template-columns: 70px minmax(0, 1fr) 26px; }
  .panel-metrics strong { font-size: 22px; }

  .service-card, .industry-card, .service-detail-card, .contact-option, .cta-panel, .contact-card-simple, .info-panel { max-width: 100%; }
  .service-card { padding: 25px 22px; }
  .service-card h3, .industry-card h3, .service-detail-card h3, .contact-option h3 { font-size: 24px; }

  .work-grid { display: grid; grid-template-columns: 1fr; }
  .project-card, .project-large { width: 100%; max-width: 100%; }
  .project-large { display: block; }
  .project-visual, .project-large .project-visual { min-height: 290px; }
  .operations-preview { width: calc(100% - 24px); max-width: 100%; min-height: 270px; margin: 28px auto 0; grid-template-columns: 44px minmax(0,1fr); transform: none; }
  .preview-sidebar { padding-top: 17px; gap: 12px; }
  .preview-content { min-width: 0; padding: 16px 12px; }
  .preview-stat-row { grid-template-columns: 1fr; }
  .preview-stat-row span { height: 45px; }
  .preview-chart { height: 120px; }
  .website-preview { padding: 24px 20px; }
  .web-nav i { width: 95px; }
  .web-hero { width: 100%; padding-top: 42px; }
  .mobile-preview { overflow: hidden; }
  .phone { width: 135px; height: 274px; }
  .phone-note { right: 4%; width: 118px; }

  .about-visual { width: 100%; min-height: 330px; }
  .about-logo { width: calc(100% - 40px); justify-content: center; gap: 13px; }
  .large-mark { height: 80px; gap: 6px; }
  .large-mark span { width: 15px; }
  .large-mark span:nth-child(1){height:44px}.large-mark span:nth-child(2){height:61px}.large-mark span:nth-child(3){height:79px}
  .about-logo p { font-size: 24px; }
  .about-logo p strong { font-size: 11px; letter-spacing: .2em; }
  .about-stat { left: 14px; right: 14px; bottom: 14px; padding: 14px; }

  .accordion-item button { padding: 20px 0; gap: 12px; }
  .accordion-content { padding-right: 0; }

  .page-hero { padding: calc(var(--header-height) + 48px) 0 58px; }
  .page-hero h1 { width: 100%; max-width: 100%; font-size: clamp(36px, 10vw, 46px); line-height: 1.08; letter-spacing: -.025em; }
  .page-hero p.page-intro { width: 100%; max-width: 100%; margin-top: 20px; font-size: 15px; line-height: 1.7; }
  .page-hero::after { width: 300px; height: 300px; right: -170px; top: -80px; }
  .breadcrumb { font-size: 10px; }

  .content-grid { display: block; }
  .info-panel { margin-top: 28px; padding: 26px 22px; }
  .cta-panel { padding: 25px 22px; }
  .cta-panel h2 { font-size: 31px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .contact-option, .contact-card-simple { padding: 25px 22px; }
  .contact-card-simple .contact-stack a { align-items: flex-start; min-width: 0; }

  .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 48px 0 34px; }
  .footer-brand, .footer-links, .footer-links:last-child { grid-column: auto; }
  .footer-bottom { padding: 18px 0 24px; }

  .floating-contact { right: 12px; bottom: 12px; }
  .floating-contact-btn { width: 46px; height: 46px; font-size: 18px; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 24px); }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 7px; letter-spacing: .23em; }
  .hero h1 { font-size: 36px; }
  .hero-copy .eyebrow { font-size: 9px; }
  .dashboard-body { grid-template-columns: 34px minmax(0,1fr); }
  .dashboard-content { padding-inline: 9px; }
  .main-panel { width: calc(100% - 12px); }
  .module { display: none; }
  .system-visual { min-height: 350px; }
  .page-hero h1 { font-size: 35px; }
}
