:root {
  --ink: #07101f;
  --ink-2: #0a1627;
  --navy: #071321;
  --navy-2: #0b2038;
  --blue: #118cff;
  --blue-2: #42b8ff;
  --blue-3: #8bd7ff;
  --soft-blue: #e8f5ff;
  --white: #ffffff;
  --off-white: #f5f8fc;
  --off-white-2: #eef3f8;
  --text: #142238;
  --muted: #66758a;
  --line: #dde6ef;
  --green: #35b879;
  --shadow: 0 25px 70px rgba(7, 16, 31, 0.11);
  --radius: 24px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .016;
  background-image:
    radial-gradient(circle at 20% 20%, #fff 0 1px, transparent 1px),
    radial-gradient(circle at 80% 80%, #fff 0 1px, transparent 1px);
  background-size: 24px 24px, 31px 31px;
}

/* NAV */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(5, 12, 22, .76);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 122px;
  height: 58px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 650;
}

.main-nav a {
  transition: color .2s ease;
}

.main-nav a:hover {
  color: white;
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  color: white !important;
  border: 1px solid rgba(71,184,255,.28);
  background: rgba(33,146,255,.08);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: white;
}

/* TYPOGRAPHY */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .17em;
}

.eyebrow.blue {
  color: #0879d8;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-2);
  box-shadow: 0 0 0 5px rgba(66,184,255,.08);
}

.blue-text {
  color: #0c83ed;
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 790px;
}

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

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading h2,
.services-head h2,
.gap-copy h2,
.microsoft-copy h2,
.founder-copy-v3 h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.03;
  letter-spacing: -.047em;
}

.section-heading p {
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 780px;
}

/* HERO */
.hero {
  position: relative;
  min-height: 900px;
  padding: 165px 0 78px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 78% 28%, rgba(9,134,255,.18), transparent 28%),
    radial-gradient(circle at 18% 74%, rgba(23,103,202,.10), transparent 27%),
    linear-gradient(145deg, #040a13 0%, #071426 54%, #0a2039 100%);
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 77%, transparent 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(15px);
  pointer-events: none;
}

.glow-one {
  width: 450px;
  height: 450px;
  top: 10%;
  right: -130px;
  background: rgba(26,144,255,.10);
}

.glow-two {
  width: 330px;
  height: 330px;
  left: -170px;
  bottom: 8%;
  background: rgba(21,93,175,.12);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(56px, 6.1vw, 88px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 780;
}

.hero h1 span {
  display: inline-block;
  background: linear-gradient(90deg, #f6fbff 0%, #bde7ff 45%, #55baff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-kicker {
  max-width: 740px;
  margin: 27px 0 0;
  color: #c7eaff;
  font-size: 20px;
  font-weight: 760;
  line-height: 1.42;
  letter-spacing: -.015em;
}

.hero-lead {
  max-width: 730px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 17px;
  line-height: 1.76;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 780;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

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

.button.primary {
  color: white;
  background: linear-gradient(135deg, #057eea, #22a8ff);
  box-shadow: 0 14px 34px rgba(7,137,255,.25);
}

.button.primary:hover {
  box-shadow: 0 18px 42px rgba(7,137,255,.34);
}

.button.ghost {
  color: white;
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.04);
}

.button.full {
  width: 100%;
}

.button-arrow {
  font-size: 18px;
  line-height: 1;
}

.hero-proof {
  display: flex;
  gap: 30px;
  margin-top: 38px;
}

.hero-proof > div {
  min-width: 100px;
}

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

.hero-proof strong {
  color: white;
  font-size: 23px;
  line-height: 1;
}

.hero-proof span {
  max-width: 110px;
  margin-top: 6px;
  color: rgba(255,255,255,.43);
  font-size: 10px;
  line-height: 1.4;
}

/* HERO VISUAL */
.hero-visual {
  position: relative;
}

.visual-shell {
  position: relative;
  z-index: 2;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.028));
  box-shadow: 0 40px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(14px);
}

.visual-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 29px;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.visual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.visual-label {
  display: block;
  margin-bottom: 5px;
  color: #69c7ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em;
}

.visual-head strong {
  display: block;
  font-size: 16px;
  color: rgba(255,255,255,.90);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
}

.status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(53,184,121,.5);
}

.data-flow {
  display: grid;
  grid-template-columns: 1fr 72px 1.2fr;
  align-items: center;
  gap: 10px;
  padding: 26px 0;
}

.flow-column {
  min-width: 0;
}

.flow-caption {
  margin-bottom: 10px;
  color: rgba(255,255,255,.35);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .16em;
}

.raw-sheet {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding: 12px;
  border-radius: 13px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
}

.raw-sheet span {
  height: 12px;
  border-radius: 3px;
  background: rgba(255,255,255,.10);
}

.raw-sheet span:nth-child(3n+1) {
  background: rgba(73,178,255,.15);
}

.raw-file {
  margin-top: 7px;
  padding: 8px 10px;
  border-radius: 8px;
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.05);
  font-size: 9px;
}

.raw-file.faded {
  opacity: .58;
}

.flow-middle {
  display: grid;
  place-items: center;
  gap: 10px;
}

.flow-line {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(37,154,255,.12), rgba(70,188,255,.75), rgba(37,154,255,.12));
}

.moving-dot {
  position: absolute;
  top: -2px;
  left: -8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ed2ff;
  box-shadow: 0 0 12px #2da7ff;
  animation: flowMove 2.4s linear infinite;
}

@keyframes flowMove {
  from { transform: translateX(0); }
  to { transform: translateX(80px); }
}

.transform-pill {
  padding: 5px 8px;
  border-radius: 999px;
  color: #8bd5ff;
  background: rgba(31,145,241,.10);
  border: 1px solid rgba(69,183,255,.14);
  font-size: 8px;
  font-weight: 800;
}

.mini-dashboard {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(81,188,255,.17);
  background:
    linear-gradient(145deg, rgba(19,112,190,.16), rgba(255,255,255,.03));
}

.mini-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.mini-top small,
.mini-top strong {
  display: block;
}

.mini-top small {
  color: rgba(255,255,255,.38);
  font-size: 8px;
}

.mini-top strong {
  margin-top: 3px;
  font-size: 22px;
  letter-spacing: -.04em;
}

.trend-badge {
  padding: 5px 7px;
  border-radius: 7px;
  color: #87efba;
  background: rgba(53,184,121,.10);
  font-size: 8px;
}

.mini-chart {
  height: 95px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.05);
}

.mini-chart span {
  flex: 1;
  min-width: 5px;
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(to top, rgba(22,128,235,.28), #48baff);
}

.mini-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 11px;
}

.mini-kpis > div {
  padding: 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}

.mini-kpis small,
.mini-kpis strong {
  display: block;
}

.mini-kpis small {
  color: rgba(255,255,255,.34);
  font-size: 7px;
}

.mini-kpis strong {
  margin-top: 2px;
  font-size: 11px;
}

.visual-foot {
  display: flex;
  gap: 8px;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.visual-foot span {
  padding: 6px 9px;
  border-radius: 999px;
  color: rgba(255,255,255,.46);
  background: rgba(255,255,255,.035);
  font-size: 8px;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 180px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(9,24,42,.88);
  box-shadow: 0 18px 45px rgba(0,0,0,.26);
  backdrop-filter: blur(10px);
}

.floating-note > span {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #85d4ff;
  background: rgba(22,147,249,.12);
  border: 1px solid rgba(87,193,255,.17);
}

.floating-note strong,
.floating-note small {
  display: block;
}

.floating-note strong {
  font-size: 10px;
}

.floating-note small {
  margin-top: 2px;
  color: rgba(255,255,255,.38);
  font-size: 8px;
}

.note-one {
  left: -42px;
  bottom: 55px;
}

.note-two {
  right: -36px;
  top: 92px;
}

.hero-bottom-line {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 75px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.37);
  font-size: 11px;
}

.scroll-cue {
  display: flex;
  gap: 8px;
}

.scroll-cue b {
  color: #59bdff;
}

/* STACK STRIP */
.stack-strip {
  padding: 25px 0;
  background: #040a13;
  color: white;
  border-top: 1px solid rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.stack-intro {
  margin-bottom: 12px;
  color: rgba(255,255,255,.27);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .17em;
  text-align: center;
}

.stack-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tech-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 999px;
  color: rgba(255,255,255,.52);
  background: rgba(255,255,255,.025);
  font-size: 10px;
}

.tech-chip b {
  min-width: 22px;
  color: #67c2ff;
}

/* WHO */
.light {
  background: var(--white);
}

.who-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(14,135,246,.055), transparent 25%),
    white;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 55px;
}

.problem-tile {
  position: relative;
  min-height: 375px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: 0 14px 35px rgba(7,16,31,.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.problem-tile:hover {
  transform: translateY(-6px);
  border-color: #b9def8;
  box-shadow: var(--shadow);
}

.problem-number {
  position: absolute;
  top: 27px;
  right: 28px;
  color: #c5d1dd;
  font-size: 11px;
  font-weight: 850;
}

.problem-icon {
  height: 82px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #f3f9ff, #edf5fb);
  border: 1px solid #e3eef7;
}

.spreadsheet-icon {
  display: grid;
  grid-template-columns: repeat(3, 28px);
  gap: 5px;
}

.spreadsheet-icon span {
  height: 10px;
  border-radius: 3px;
  background: #a8d6f5;
  box-shadow:
    0 15px 0 #d2e7f5,
    0 30px 0 #c1ddf0;
}

.nodes-icon {
  position: relative;
}

.nodes-icon::before,
.nodes-icon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #9acff3;
}

.nodes-icon::after {
  transform: rotate(34deg);
}

.nodes-icon i {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1594ef;
  box-shadow: 0 0 0 5px #e0f2ff;
}

.nodes-icon i:nth-child(1) { transform: translate(-35px,-20px); }
.nodes-icon i:nth-child(2) { transform: translate(35px,-12px); }
.nodes-icon i:nth-child(3) { transform: translate(-12px,24px); }
.nodes-icon i:nth-child(4) { transform: translate(24px,24px); }

.process-icon {
  gap: 9px;
}

.process-icon span {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #cfeaff;
  border: 1px solid #a8d8f7;
}

.process-icon b {
  color: #1594ef;
  font-size: 16px;
}

.problem-tile h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -.025em;
}

.problem-tile p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.problem-outcome {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 27px;
  padding-top: 17px;
  border-top: 1px solid #e5edf4;
}

.problem-outcome span,
.problem-outcome strong {
  display: block;
}

.problem-outcome span {
  color: #8a98aa;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
}

.problem-outcome strong {
  margin-top: 4px;
  color: #087dda;
  font-size: 13px;
}

/* GAP */
.gap-band {
  color: white;
  padding: 90px 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(16,139,255,.13), transparent 30%),
    linear-gradient(135deg, #06101e, #0a1d34);
}

.gap-band-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 75px;
  align-items: center;
}

.gap-copy p {
  max-width: 680px;
  color: rgba(255,255,255,.61);
  font-size: 17px;
}

.text-link {
  display: inline-block;
  margin-top: 25px;
  color: #77caff;
  font-weight: 780;
}

.gap-visual {
  display: grid;
  gap: 11px;
}

.cost-card {
  padding: 25px;
  border-radius: 19px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
}

.cost-card span,
.cost-card strong,
.cost-card small {
  display: block;
}

.cost-card span {
  color: rgba(255,255,255,.31);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
}

.cost-card strong {
  margin-top: 7px;
  font-size: 22px;
}

.cost-card small {
  margin-top: 7px;
  color: rgba(255,255,255,.42);
}

.cost-card.active {
  border-color: rgba(65,182,255,.35);
  background: linear-gradient(135deg, rgba(17,139,244,.16), rgba(255,255,255,.04));
}

.cost-card.active span {
  color: #68c5ff;
}

.versus {
  padding-left: 25px;
  color: rgba(255,255,255,.25);
  font-size: 10px;
  font-weight: 850;
}

/* SERVICES */
.services-section {
  color: white;
  background:
    radial-gradient(circle at 16% 15%, rgba(21,142,247,.12), transparent 26%),
    #050d18;
}

.services-head {
  display: grid;
  grid-template-columns: 1fr .68fr;
  gap: 60px;
  align-items: end;
}

.services-head p {
  margin: 0 0 4px;
  color: rgba(255,255,255,.54);
  font-size: 16px;
}

.services-showcase {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  margin-top: 55px;
}

.service-large,
.service-small,
.excel-service {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
}

.service-large {
  min-height: 690px;
  padding: 33px;
}

.service-side {
  display: grid;
  gap: 18px;
}

.service-small {
  min-height: 336px;
  padding: 28px;
}

.service-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.service-index {
  color: #78caff;
  font-size: 12px;
  font-weight: 850;
}

.service-tag {
  color: rgba(255,255,255,.27);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
}

.service-large h3,
.service-small h3,
.excel-service h3 {
  margin: 16px 0 10px;
  letter-spacing: -.03em;
}

.service-large h3 {
  font-size: 38px;
}

.service-small h3 {
  font-size: 28px;
}

.service-large > p,
.service-small > p,
.excel-service p {
  color: rgba(255,255,255,.56);
}

.service-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

.service-feature-grid span,
.excel-pills span {
  padding: 8px 11px;
  border-radius: 999px;
  color: #cdeeff;
  background: rgba(17,138,239,.08);
  border: 1px solid rgba(72,187,255,.15);
  font-size: 10px;
  font-weight: 700;
}

.service-mock {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 30px;
  height: 305px;
  padding: 18px;
  border-radius: 20px;
  background: #081626;
  border: 1px solid rgba(73,187,255,.16);
  box-shadow: 0 20px 55px rgba(0,0,0,.28);
}

.mock-nav {
  display: flex;
  gap: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.mock-nav span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
}

.mock-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 15px;
}

.mock-kpi-row > div {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.05);
}

.mock-kpi-row small,
.mock-kpi-row b,
.mock-kpi-row i {
  display: block;
}

.mock-kpi-row small {
  color: rgba(255,255,255,.31);
  font-size: 8px;
}

.mock-kpi-row b {
  margin-top: 4px;
  font-size: 19px;
}

.mock-kpi-row i {
  margin-top: 3px;
  color: #77dfa9;
  font-size: 8px;
  font-style: normal;
}

.mock-chart-area {
  display: grid;
  grid-template-columns: 1.55fr .45fr;
  gap: 12px;
  margin-top: 12px;
}

.mock-bars {
  height: 115px;
  padding: 12px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.mock-bars span {
  flex: 1;
  min-width: 4px;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(to top, rgba(16,121,218,.30), #42b8ff);
}

.mock-donut {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.mock-donut div {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(#43b8ff 0 82%, rgba(255,255,255,.06) 82% 100%);
  mask: radial-gradient(circle 23px at center, transparent 98%, black 100%);
}

.mock-donut small {
  position: absolute;
  color: white;
  font-weight: 800;
}

.service-small ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.53);
  font-size: 12px;
}

.service-small li {
  margin: 7px 0;
}

.service-small li::before {
  content: "→";
  margin-right: 8px;
  color: #50bbff;
}

.mini-phone {
  position: absolute;
  width: 145px;
  height: 198px;
  right: 25px;
  bottom: -45px;
  padding: 17px 12px;
  border: 1px solid rgba(98,195,255,.17);
  border-radius: 21px 21px 0 0;
  background: #081627;
  transform: rotate(4deg);
  box-shadow: 0 17px 40px rgba(0,0,0,.28);
}

.phone-notch {
  width: 43px;
  height: 5px;
  margin: -8px auto 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
}

.phone-title {
  font-size: 10px;
  font-weight: 800;
}

.phone-field {
  height: 20px;
  margin-top: 10px;
  border-radius: 5px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.05);
}

.phone-field.short {
  width: 65%;
}

.phone-options {
  display: flex;
  gap: 5px;
  margin-top: 9px;
}

.phone-options span {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: rgba(40,155,248,.11);
  border: 1px solid rgba(67,183,255,.12);
}

.phone-button {
  margin-top: 11px;
  padding: 6px;
  border-radius: 6px;
  text-align: center;
  color: white;
  background: linear-gradient(135deg, #087de8, #21a4fa);
  font-size: 8px;
  font-weight: 750;
}

.flow-mock {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 24px;
}

.flow-mock span {
  padding: 8px 10px;
  border-radius: 9px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  color: #ccecff;
  font-size: 9px;
}

.flow-mock b {
  color: #42b8ff;
}

.excel-service {
  margin-top: 18px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 45px;
  align-items: center;
}

.excel-copy h3 {
  font-size: 30px;
}

.excel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

/* MICROSOFT */
.microsoft-section {
  background:
    radial-gradient(circle at 22% 35%, rgba(19,141,245,.07), transparent 28%),
    #f7fafc;
}

.microsoft-grid-v3 {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.microsoft-visual {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}

.orbit-core {
  position: relative;
  z-index: 4;
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #071321, #0c2745);
  box-shadow:
    0 25px 55px rgba(7,16,31,.18),
    0 0 0 1px rgba(28,144,236,.15);
}

.orbit-core img {
  width: 132px;
}

.orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(18,126,211,.14);
}

.orbit-one {
  width: 330px;
  height: 330px;
}

.orbit-two {
  width: 470px;
  height: 470px;
  border-style: dashed;
}

.orbit-item {
  position: absolute;
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #0a7bd5;
  background: white;
  border: 1px solid #dceaf5;
  box-shadow: 0 13px 34px rgba(7,16,31,.10);
  font-size: 11px;
  font-weight: 900;
}

.item-bi { top: 18px; left: 50%; transform: translateX(-50%); }
.item-pa { right: 17px; bottom: 65px; }
.item-xl { left: 17px; bottom: 65px; }

.item-sp { top: 72px; left: 21px; }
.item-pq { right: 18px; top: 108px; }
.item-flow { bottom: 12px; left: 50%; transform: translateX(-50%); }

.microsoft-copy p {
  color: var(--muted);
  font-size: 17px;
}

.ownership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.ownership-grid > div {
  padding: 19px;
  border-radius: 16px;
  background: white;
  border: 1px solid #dfe8f1;
  box-shadow: 0 10px 26px rgba(7,16,31,.04);
}

.ownership-grid span {
  color: #0b83e7;
  font-size: 9px;
  font-weight: 850;
}

.ownership-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.ownership-grid p {
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 1.45;
}

.licence-note {
  margin-top: 22px;
  padding-left: 13px;
  border-left: 2px solid #6ec8ff;
  color: #8190a4 !important;
  font-size: 11px !important;
}

/* FOUNDER */
.founder-section-v3 {
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(13,137,242,.12), transparent 28%),
    linear-gradient(145deg, #050d18, #0a1b2f);
}

.founder-grid-v3 {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 75px;
  align-items: center;
}

.founder-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 29px;
  background: rgba(255,255,255,.035);
}

.founder-photo-placeholder {
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 38%, rgba(54,176,255,.17), transparent 32%),
    linear-gradient(145deg, #081727, #0c2846);
  border: 1px solid rgba(91,191,255,.12);
}

.founder-photo-placeholder .initials {
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  border: 1px solid rgba(86,192,255,.33);
  box-shadow: 0 0 50px rgba(25,141,234,.13);
  font-size: 37px;
  font-style: italic;
  font-weight: 850;
}

.founder-photo-placeholder > span {
  margin-top: 18px;
  color: rgba(255,255,255,.24);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
}

.founder-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 0 0;
  color: rgba(255,255,255,.40);
  font-size: 10px;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(53,184,121,.08);
}

.founder-copy-v3 h2 span {
  color: #80cffd;
}

.founder-lead {
  color: #cfefff !important;
  font-size: 20px !important;
  font-weight: 720;
}

.founder-copy-v3 > p {
  color: rgba(255,255,255,.60);
  font-size: 16px;
}

.founder-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 27px;
}

.founder-values > div {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
}

.founder-values b,
.founder-values span {
  display: block;
}

.founder-values b {
  font-size: 12px;
}

.founder-values span {
  margin-top: 4px;
  color: rgba(255,255,255,.38);
  font-size: 10px;
}

/* PROCESS */
.process-section {
  background: white;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.process-line::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 23px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bde0f8 9%, #bde0f8 91%, transparent);
}

.process-step {
  position: relative;
  z-index: 2;
}

.step-marker {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #087bdd;
  background: white;
  border: 1px solid #bcdff7;
  box-shadow: 0 8px 18px rgba(8,123,221,.10);
  font-weight: 850;
}

.process-step small {
  display: block;
  margin-top: 20px;
  color: #0b83e7;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
}

.process-step h3 {
  margin: 6px 0 6px;
  font-size: 20px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* CONTACT */
.contact-section-v3 {
  padding: 35px 0 80px;
  color: white;
  background: white;
}

.contact-shell {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  align-items: center;
  padding: 62px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 20%, rgba(28,152,255,.16), transparent 27%),
    linear-gradient(145deg, #06101e, #0a2038);
  box-shadow: 0 30px 80px rgba(7,16,31,.16);
}

.contact-copy p {
  color: rgba(255,255,255,.57);
}

.contact-links {
  display: grid;
  gap: 5px;
  margin-top: 26px;
}

.contact-links a {
  color: #80d1ff;
  font-size: 19px;
  font-weight: 820;
}

.contact-links span {
  color: rgba(255,255,255,.37);
  font-size: 11px;
}

.contact-card-v3 {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-card-v3 label {
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,.60);
  font-size: 11px;
  font-weight: 700;
}

.contact-card-v3 input,
.contact-card-v3 textarea {
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  outline: 0;
  color: white;
  background: rgba(255,255,255,.05);
}

.contact-card-v3 input:focus,
.contact-card-v3 textarea:focus {
  border-color: #48b8ff;
  box-shadow: 0 0 0 3px rgba(72,184,255,.09);
}

.form-note {
  margin: 11px 0 0;
  color: rgba(255,255,255,.34);
  text-align: center;
  font-size: 9px;
}

/* FOOTER */
footer {
  padding: 35px 0;
  color: white;
  background: #040a13;
}

.footer-wrap-v3 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 45px;
  align-items: center;
}

.footer-brand-v3 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-brand-v3 img {
  width: 85px;
}

.footer-brand-v3 p {
  margin: 0;
  color: rgba(255,255,255,.34);
  font-size: 10px;
}

.footer-links-v3 {
  display: flex;
  gap: 20px;
  color: rgba(255,255,255,.43);
  font-size: 10px;
}

.footer-links-v3 a:hover {
  color: #72caff;
}

.footer-copy {
  color: rgba(255,255,255,.25);
  font-size: 9px;
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s ease, transform .72s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

/* RESPONSIVE */
@media (max-width: 1020px) {
  .hero-grid,
  .gap-band-grid,
  .microsoft-grid-v3,
  .founder-grid-v3,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 680px;
  }

  .hero {
    min-height: auto;
  }

  .note-two {
    right: -12px;
  }

  .note-one {
    left: -12px;
  }

  .services-showcase {
    grid-template-columns: 1fr;
  }

  .service-large {
    min-height: 680px;
  }

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

  .founder-card {
    max-width: 520px;
  }

  .microsoft-visual {
    order: 2;
  }

  .microsoft-copy {
    order: 1;
  }
}

@media (max-width: 850px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border-radius: 16px;
    background: #081426;
    box-shadow: 0 20px 55px rgba(0,0,0,.32);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 10px;
  }

  .menu-toggle {
    display: block;
  }

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

  .problem-tile:last-child {
    grid-column: 1 / -1;
  }

  .process-line::before {
    display: none;
  }

  .services-head,
  .excel-service {
    grid-template-columns: 1fr;
  }

  .excel-pills {
    justify-content: flex-start;
  }

  .founder-values {
    grid-template-columns: 1fr;
  }

  .footer-wrap-v3 {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .section {
    padding: 78px 0;
  }

  .hero {
    padding: 125px 0 55px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-kicker {
    font-size: 18px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 18px;
  }

  .hero-proof > div {
    min-width: 0;
  }

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

  .flow-middle {
    padding: 4px 0;
  }

  .flow-line {
    width: 2px;
    height: 35px;
    background: linear-gradient(to bottom, rgba(37,154,255,.12), rgba(70,188,255,.75), rgba(37,154,255,.12));
  }

  @keyframes flowMove {
    from { transform: translateY(0); }
    to { transform: translateY(35px); }
  }

  .floating-note {
    display: none;
  }

  .hero-bottom-line {
    margin-top: 45px;
  }

  .problem-grid,
  .ownership-grid,
  .process-line,
  .service-side,
  .form-row {
    grid-template-columns: 1fr;
  }

  .problem-tile:last-child {
    grid-column: auto;
  }

  .services-head h2,
  .section-heading h2,
  .gap-copy h2,
  .microsoft-copy h2,
  .founder-copy-v3 h2,
  .contact-copy h2 {
    font-size: 40px;
  }

  .service-large {
    min-height: 620px;
    padding: 24px;
  }

  .service-mock {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .mock-kpi-row {
    grid-template-columns: 1fr 1fr;
  }

  .mock-kpi-row > div:last-child {
    display: none;
  }

  .mock-chart-area {
    grid-template-columns: 1fr;
  }

  .mock-donut {
    display: none;
  }

  .mini-phone {
    opacity: .65;
  }

  .microsoft-visual {
    min-height: 385px;
  }

  .orbit-one {
    width: 275px;
    height: 275px;
  }

  .orbit-two {
    width: 365px;
    height: 365px;
  }

  .orbit-core {
    width: 145px;
    height: 145px;
  }

  .orbit-core img {
    width: 108px;
  }

  .contact-shell {
    padding: 32px 22px;
    border-radius: 24px;
  }

  .footer-links-v3 {
    flex-wrap: wrap;
  }
}


/* =========================================================
   CAIN DATA — VERSION 4
   ========================================================= */

/* Bigger logo, deliberately overlapping the nav bar slightly */
.site-header {
  overflow: visible;
}

.nav-wrap {
  height: 78px;
}

.brand {
  position: relative;
  z-index: 3;
  align-self: flex-start;
}

.brand img {
  width: 166px;
  height: 92px;
  margin-top: -5px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.20));
}

/* Give standard nav links the same pill language as the consultation button on hover */
.nav-hover-pill {
  position: relative;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.nav-hover-pill:hover {
  color: white !important;
  background: rgba(33,146,255,.08);
  border-color: rgba(71,184,255,.28);
  box-shadow: inset 0 0 20px rgba(29,148,255,.04);
  transform: translateY(-1px);
}

/* Hero Power Apps signal */
.visual-foot-v4 {
  padding-right: 130px;
}

.app-signal {
  position: absolute;
  right: 18px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(112,197,255,.14);
  background: rgba(8,30,52,.72);
  overflow: hidden;
}

.app-signal-icon {
  width: 27px;
  height: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 2px;
  padding: 5px;
  border-radius: 8px;
  background: rgba(39,153,248,.11);
}

.app-signal-icon span {
  border-radius: 2px 2px 1px 1px;
  background: linear-gradient(to top, #147cd4, #64c8ff);
}

.app-signal-icon span:nth-child(1) { height: 45%; }
.app-signal-icon span:nth-child(2) { height: 76%; }
.app-signal-icon span:nth-child(3) { height: 58%; }

.app-signal small,
.app-signal strong {
  display: block;
}

.app-signal small {
  color: rgba(255,255,255,.30);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .12em;
}

.app-signal strong {
  margin-top: 1px;
  color: #d6f2ff;
  font-size: 8px;
}

.app-signal-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  overflow: hidden;
  background: rgba(64,182,255,.08);
}

.app-signal-line i {
  position: absolute;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #58c3ff, transparent);
  animation: appSignalMove 3.1s linear infinite;
}

@keyframes appSignalMove {
  0% { left: -45px; }
  100% { left: calc(100% + 5px); }
}

/* Hero now ends cleanly rather than with tiny copy */
.hero {
  padding-bottom: 92px;
}

/* Small extra motion in Microsoft orbit */
.orbit-signal {
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 110px;
  background: linear-gradient(90deg, transparent, rgba(31,143,224,.28), #38afff, transparent);
  transform-origin: left center;
  overflow: hidden;
}

.signal-a {
  left: 50%;
  top: 50%;
  transform: rotate(-27deg);
  animation: signalPulseA 3.8s ease-in-out infinite;
}

.signal-b {
  left: 50%;
  top: 50%;
  transform: rotate(145deg);
  animation: signalPulseB 4.4s ease-in-out infinite;
}

@keyframes signalPulseA {
  0%,100% { opacity: .12; transform: rotate(-27deg) scaleX(.55); }
  50% { opacity: .72; transform: rotate(-27deg) scaleX(1); }
}

@keyframes signalPulseB {
  0%,100% { opacity: .10; transform: rotate(145deg) scaleX(.45); }
  55% { opacity: .55; transform: rotate(145deg) scaleX(.92); }
}

/* Founder / local New Forest section */
.founder-grid-v4 {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 76px;
  align-items: center;
}

.local-story-card {
  padding: 17px;
  border-radius: 29px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
}

.local-map-grid {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 21px;
  border: 1px solid rgba(90,190,255,.11);
  background:
    radial-gradient(circle at 40% 46%, rgba(30,160,255,.14), transparent 26%),
    radial-gradient(circle at 75% 25%, rgba(23,91,160,.20), transparent 25%),
    linear-gradient(145deg, #071422, #0b2742);
}

.local-map-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .20;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 36px 36px;
}

.map-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(81,193,255,.05), rgba(81,193,255,.6), rgba(81,193,255,.05));
}

.line-a {
  width: 220px;
  top: 52%;
  left: 21%;
  transform: rotate(-18deg);
}

.line-b {
  width: 170px;
  top: 39%;
  left: 37%;
  transform: rotate(49deg);
}

.line-c {
  width: 155px;
  top: 67%;
  left: 31%;
  transform: rotate(10deg);
}

.map-line::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -10px;
  width: 8px;
  height: 5px;
  border-radius: 50%;
  background: #70ceff;
  box-shadow: 0 0 12px #20a7ff;
  animation: mapMove 4s linear infinite;
}

.line-b::after { animation-delay: 1.2s; }
.line-c::after { animation-delay: 2s; }

@keyframes mapMove {
  from { transform: translateX(0); }
  to { transform: translateX(185px); }
}

.map-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #32afff;
  box-shadow: 0 0 0 6px rgba(50,175,255,.08), 0 0 18px rgba(50,175,255,.42);
}

.node-newforest { left: 27%; top: 58%; }
.node-southampton { left: 57%; top: 34%; }
.node-hampshire { left: 68%; top: 66%; }

.place-label {
  position: absolute;
  color: rgba(255,255,255,.46);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
}

.label-newforest { left: 17%; top: 64%; }
.label-southampton { left: 61%; top: 27%; }
.label-hampshire { left: 72%; top: 72%; }

.local-card-footer {
  padding: 16px 5px 3px;
}

.local-card-footer > div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d8f2ff;
  font-size: 12px;
}

.local-card-footer p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.35);
  font-size: 10px;
}

/* Fancy Cain Data signature */
.brand-signature {
  position: relative;
  overflow: hidden;
  padding: 72px 0 78px;
  color: white;
  background:
    radial-gradient(circle at 50% 45%, rgba(27,150,255,.11), transparent 27%),
    #040b14;
  border-top: 1px solid rgba(255,255,255,.04);
}

.signature-inner {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.signature-logo-wrap {
  position: relative;
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
}

.signature-logo-wrap img {
  position: relative;
  z-index: 4;
  width: 135px;
  filter: drop-shadow(0 10px 30px rgba(26,154,255,.18));
}

.signature-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.ring-one {
  background: conic-gradient(
    from 0deg,
    transparent 0 12%,
    rgba(53,180,255,.18) 18%,
    #43b9ff 33%,
    rgba(53,180,255,.16) 46%,
    transparent 52% 100%
  );
  -webkit-mask: radial-gradient(circle, transparent 64%, black 65% 67%, transparent 68%);
  mask: radial-gradient(circle, transparent 64%, black 65% 67%, transparent 68%);
  animation: ringBuild 4.5s linear infinite;
}

.ring-two {
  inset: 18px;
  border: 1px solid rgba(90,190,255,.11);
  animation: ringBreath 3.2s ease-in-out infinite;
}

@keyframes ringBuild {
  to { transform: rotate(360deg); }
}

@keyframes ringBreath {
  0%,100% { opacity: .28; transform: scale(.96); }
  50% { opacity: .72; transform: scale(1.02); }
}

.signature-copy span,
.signature-copy strong,
.signature-copy p {
  display: block;
}

.signature-copy span {
  color: rgba(255,255,255,.25);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .2em;
}

.signature-copy strong {
  margin-top: 4px;
  font-size: 29px;
  letter-spacing: -.03em;
}

.signature-copy p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.40);
  font-size: 11px;
}

.signature-flow {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,181,255,.10), rgba(59,181,255,.23), rgba(59,181,255,.10), transparent);
}

.sig-dot {
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5bc4ff;
  box-shadow: 0 0 10px #37afff;
  animation: signatureDot 6s linear infinite;
}

.d1 { animation-delay: 0s; }
.d2 { animation-delay: 1.5s; }
.d3 { animation-delay: 3s; }
.d4 { animation-delay: 4.5s; }

@keyframes signatureDot {
  0% { left: 0%; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

/* Footer slightly tighter now signature carries the brand finish */
footer {
  padding-top: 28px;
  padding-bottom: 28px;
}

/* Responsive V4 */
@media (max-width: 1020px) {
  .founder-grid-v4 {
    grid-template-columns: 1fr;
  }

  .local-story-card {
    max-width: 650px;
  }
}

@media (max-width: 850px) {
  .brand img {
    width: 145px;
    height: 84px;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 132px;
    height: 79px;
    margin-top: -2px;
  }

  .visual-foot-v4 {
    padding-right: 0;
  }

  .app-signal {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

  .local-map-grid {
    min-height: 340px;
  }

  .signature-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .signature-logo-wrap {
    width: 160px;
    height: 160px;
  }

  .signature-copy p {
    max-width: 280px;
  }
}


/* =========================================================
   CAIN DATA — VERSION 5
   Commercial / pricing / Excel-first refinements
   ========================================================= */

/* Fix clipped oversized logo */
.site-header,
.nav-wrap {
  overflow: visible !important;
}

.site-header {
  min-height: 84px;
}

.nav-wrap {
  height: 84px;
  align-items: center;
}

.brand {
  align-self: center;
  overflow: visible;
}

.brand img {
  width: 162px;
  height: 104px;
  margin-top: 10px;
  object-fit: contain;
  object-position: center;
}

/* Allow extra visual breathing room under enlarged header */
.hero {
  padding-top: 178px;
}

/* Light transition section so blue gradients don't fight */
.gap-band-light {
  color: var(--text);
  background:
    radial-gradient(circle at 82% 40%, rgba(17,140,255,.06), transparent 27%),
    linear-gradient(180deg, #f8fbfe, #f1f6fa);
  border-top: 1px solid #e2ebf3;
  border-bottom: 1px solid #dce7f0;
}

.gap-band-light .gap-copy p {
  color: var(--muted);
}

.gap-band-light .text-link {
  color: #087bdc;
}

.gap-band-light .cost-card {
  border-color: #dce8f2;
  background: rgba(255,255,255,.78);
  box-shadow: 0 13px 34px rgba(7,16,31,.05);
}

.gap-band-light .cost-card span {
  color: #8190a4;
}

.gap-band-light .cost-card strong {
  color: var(--text);
}

.gap-band-light .cost-card small {
  color: #7a899a;
}

.gap-band-light .cost-card.active {
  border-color: #a9d9f8;
  background:
    linear-gradient(135deg, rgba(225,244,255,.95), rgba(255,255,255,.95));
  box-shadow: 0 18px 45px rgba(17,126,214,.08);
}

.gap-band-light .cost-card.active span {
  color: #087bdc;
}

.gap-band-light .versus {
  color: #9bacbb;
}

/* Services V5 */
.services-v5-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 55px;
}

.service-featured,
.service-card-v5 {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
}

.service-featured {
  min-height: 690px;
  padding: 33px;
  grid-row: span 2;
}

.service-card-v5 {
  min-height: 335px;
  padding: 28px;
}

.service-featured h3,
.service-card-v5 h3 {
  margin: 16px 0 10px;
  letter-spacing: -.03em;
}

.service-featured h3 {
  font-size: 38px;
}

.service-card-v5 h3 {
  font-size: 28px;
}

.service-featured > p,
.service-card-v5 > p {
  color: rgba(255,255,255,.56);
}

.service-card-v5 ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.53);
  font-size: 12px;
}

.service-card-v5 li {
  margin: 7px 0;
}

.service-card-v5 li::before {
  content: "→";
  margin-right: 8px;
  color: #50bbff;
}

.service-card-v5:hover,
.service-featured:hover {
  border-color: rgba(71,184,255,.27);
}

/* Excel service visual */
.excel-mini-visual {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 190px;
  padding: 12px;
  border-radius: 15px;
  background: #081627;
  border: 1px solid rgba(88,190,255,.13);
}

.excel-sheet {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.excel-sheet span {
  height: 10px;
  border-radius: 2px;
  background: rgba(255,255,255,.07);
}

.excel-sheet span:nth-child(4n+1) {
  background: rgba(62,181,255,.19);
}

.excel-automation-line {
  position: relative;
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background: rgba(69,184,255,.09);
}

.excel-automation-line i {
  position: absolute;
  left: -20%;
  width: 35%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4fbeff, transparent);
  animation: excelFlow 2.8s linear infinite;
}

@keyframes excelFlow {
  from { left: -35%; }
  to { left: 110%; }
}

.excel-result {
  color: #85dfb0;
  font-size: 9px;
  font-weight: 800;
}

/* Workshop */
.workshop-card {
  border-color: rgba(100,199,255,.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(22,145,249,.13), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.027));
}

.workshop-badge {
  display: inline-block;
  margin-top: 17px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #8ad5ff;
  background: rgba(28,148,243,.09);
  border: 1px solid rgba(85,193,255,.15);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .10em;
}

.workshop-card h3 {
  margin-top: 10px;
}

.workshop-note {
  margin-top: 19px;
  padding: 12px 14px;
  border-left: 2px solid #3eb6ff;
  color: rgba(255,255,255,.45);
  background: rgba(42,150,235,.045);
  font-size: 10px;
  line-height: 1.5;
}

.mini-phone-v5 {
  opacity: .9;
}

.flow-mock-v5 {
  margin-top: 25px;
}

.service-price-link {
  position: absolute;
  left: 28px;
  bottom: 25px;
  color: #67c7ff;
  font-size: 11px;
  font-weight: 800;
}

/* Pricing */
.pricing-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(19,139,240,.055), transparent 24%),
    #f8fafc;
  border-top: 1px solid #e3ebf2;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 31px;
  border-radius: 24px;
  border: 1px solid #dce6ef;
  background: white;
  box-shadow: 0 15px 40px rgba(7,16,31,.045);
}

.price-card.featured-price {
  color: white;
  border-color: rgba(44,168,250,.38);
  background:
    radial-gradient(circle at 75% 0%, rgba(47,174,255,.18), transparent 30%),
    linear-gradient(145deg, #071421, #0a2340);
  box-shadow: 0 25px 65px rgba(7,16,31,.18);
  transform: translateY(-10px);
}

.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #dff4ff;
  background: rgba(41,161,248,.12);
  border: 1px solid rgba(80,188,255,.17);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .11em;
}

.price-type {
  color: #087bdc;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.featured-price .price-type {
  color: #6bc8ff;
}

.price-main {
  display: flex;
  align-items: baseline;
  margin-top: 17px;
  letter-spacing: -.05em;
}

.price-main > span {
  font-size: 25px;
  font-weight: 800;
}

.price-main strong {
  font-size: 58px;
  line-height: 1;
}

.price-main small {
  margin-left: 6px;
  color: #7c8b9d;
  font-size: 12px;
  letter-spacing: 0;
}

.featured-price .price-main small {
  color: rgba(255,255,255,.42);
}

.project-price small {
  order: -1;
  margin: 0 10px 0 0;
  color: #8795a7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.value-pill {
  display: inline-block;
  align-self: flex-start;
  margin-top: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #9cddff;
  background: rgba(51,171,250,.10);
  border: 1px solid rgba(84,193,255,.16);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
}

.price-card > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.featured-price > p {
  color: rgba(255,255,255,.58);
}

.price-card ul {
  margin: 23px 0 28px;
  padding: 0;
  list-style: none;
  color: #5d6d80;
  font-size: 12px;
}

.featured-price ul {
  color: rgba(255,255,255,.59);
}

.price-card li {
  margin: 10px 0;
}

.price-card li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  border-radius: 50%;
  color: #087fdc;
  background: #eaf6ff;
  font-size: 9px;
  font-weight: 900;
}

.featured-price li::before {
  color: #8cdbff;
  background: rgba(48,169,249,.12);
}

.price-button {
  min-height: 45px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.price-button.secondary {
  color: #0a77d2;
  border: 1px solid #c8e3f6;
  background: #f5fbff;
}

.price-button.primary-price {
  color: white;
  background: linear-gradient(135deg, #087ee7, #24a8ff);
  box-shadow: 0 13px 30px rgba(8,133,233,.20);
}

.rollover-explainer {
  margin-top: 15px;
  padding: 11px 12px;
  border-radius: 12px;
  color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.06);
  font-size: 9px;
  line-height: 1.5;
}

.workshop-pricing {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 45px;
  align-items: center;
  margin-top: 35px;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #dbe7f0;
  background: white;
  box-shadow: 0 14px 35px rgba(7,16,31,.035);
}

.workshop-price-copy h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -.03em;
}

.workshop-price-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.workshop-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.workshop-options > div {
  padding: 16px 12px;
  border-radius: 14px;
  border: 1px solid #e0eaf2;
  background: #f9fbfd;
}

.workshop-options strong,
.workshop-options span,
.workshop-options small {
  display: block;
}

.workshop-options strong {
  color: #087bdc;
  font-size: 20px;
}

.workshop-options span {
  margin-top: 1px;
  color: var(--text);
  font-size: 10px;
  font-weight: 800;
}

.workshop-options small {
  margin-top: 6px;
  color: #8a98a9;
  font-size: 8px;
  line-height: 1.35;
}

.pricing-note {
  margin: 22px auto 0;
  max-width: 780px;
  color: #8a98aa;
  text-align: center;
  font-size: 10px;
}

/* Footer V5 */
.footer-wrap-v5 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
}

.footer-brand-v5 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-brand-v5 img {
  width: 90px;
}

.footer-brand-v5 strong,
.footer-brand-v5 span {
  display: block;
}

.footer-brand-v5 strong {
  font-size: 11px;
  letter-spacing: .08em;
}

.footer-brand-v5 span {
  margin-top: 3px;
  color: rgba(255,255,255,.33);
  font-size: 9px;
}

.footer-links-v5 {
  display: flex;
  gap: 18px;
  color: rgba(255,255,255,.43);
  font-size: 9px;
}

.footer-links-v5 a:hover {
  color: #70c9ff;
}

.footer-copy-v5 {
  color: rgba(255,255,255,.24);
  font-size: 8px;
}

@media (max-width: 1020px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card.featured-price {
    transform: none;
  }

  .workshop-pricing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .brand img {
    width: 148px;
    height: 94px;
    margin-top: 8px;
  }

  .services-v5-grid {
    grid-template-columns: 1fr;
  }

  .service-featured {
    grid-row: auto;
  }

  .footer-wrap-v5 {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 78px;
  }

  .nav-wrap {
    height: 78px;
  }

  .brand img {
    width: 136px;
    height: 86px;
    margin-top: 6px;
  }

  .hero {
    padding-top: 145px;
  }

  .service-card-v5,
  .service-featured {
    padding: 24px;
  }

  .service-featured {
    min-height: 615px;
  }

  .excel-mini-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
  }

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

  .workshop-pricing {
    padding: 24px;
  }

  .footer-links-v5 {
    flex-wrap: wrap;
  }
}


/* =========================================================
   CAIN DATA — VERSION 6
   Header fix / calmer hero / aftercare clarification
   ========================================================= */

/* HEADER: give the logo real vertical room instead of cropping it */
.site-header {
  min-height: 112px !important;
  overflow: visible !important;
}

.nav-wrap {
  height: 112px !important;
  align-items: center !important;
  overflow: visible !important;
}

.brand {
  height: 104px;
  display: flex;
  align-items: center;
  overflow: visible !important;
}

.brand img {
  width: 158px !important;
  height: auto !important;
  max-height: 100px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

/* Match hero spacing to the taller fixed header */
.hero {
  padding-top: 200px !important;
}

/* Clean up simplified hero visual */
.hero-visual-v6 {
  position: relative;
}

.visual-shell-v6 {
  padding: 25px 25px 21px;
}

.visual-head-v6 {
  padding-bottom: 18px;
}

.simple-data-flow {
  display: grid;
  grid-template-columns: .88fr 70px 1.12fr;
  gap: 16px;
  align-items: center;
  padding: 30px 0 26px;
}

.simple-caption {
  margin-bottom: 11px;
  color: rgba(255,255,255,.31);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.source-stack {
  display: grid;
  gap: 8px;
}

.source-file {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 11px;
  color: rgba(255,255,255,.54);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.06);
  font-size: 9px;
}

.source-file b {
  width: 28px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #75ccff;
  background: rgba(31,148,240,.10);
  font-size: 8px;
}

.simple-transform {
  display: grid;
  place-items: center;
  gap: 10px;
}

.transform-track {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(41,156,246,.08), rgba(65,183,255,.46), rgba(41,156,246,.08));
}

.transform-pulse {
  position: absolute;
  top: -2px;
  left: -8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #79d1ff;
  box-shadow: 0 0 13px #2aa9ff;
  animation: transformPulseV6 2.5s linear infinite;
}

@keyframes transformPulseV6 {
  from { transform: translateX(0); }
  to { transform: translateX(82px); }
}

.transform-label {
  padding: 5px 8px;
  border-radius: 999px;
  color: #8ed7ff;
  background: rgba(34,147,237,.08);
  border: 1px solid rgba(79,187,255,.13);
  font-size: 8px;
  font-weight: 800;
}

.clean-dashboard {
  padding: 16px;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(16,99,169,.16), rgba(255,255,255,.028));
  border: 1px solid rgba(82,188,255,.15);
}

.clean-dashboard-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.clean-dashboard-head small,
.clean-dashboard-head strong {
  display: block;
}

.clean-dashboard-head small {
  color: rgba(255,255,255,.35);
  font-size: 8px;
}

.clean-dashboard-head strong {
  margin-top: 3px;
  font-size: 23px;
  letter-spacing: -.04em;
}

.clean-dashboard-head > span {
  padding: 5px 7px;
  border-radius: 7px;
  color: #80e4ae;
  background: rgba(54,181,119,.09);
  font-size: 8px;
}

.clean-bars {
  height: 112px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.05);
}

.clean-bars i {
  flex: 1;
  min-width: 5px;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(to top, rgba(21,122,216,.30), #48baff);
}

.clean-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.clean-kpis > div {
  padding: 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.032);
}

.clean-kpis small,
.clean-kpis b {
  display: block;
}

.clean-kpis small {
  color: rgba(255,255,255,.30);
  font-size: 7px;
}

.clean-kpis b {
  margin-top: 2px;
  font-size: 11px;
}

.simple-tools {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.065);
}

.simple-tools span {
  padding: 6px 9px;
  border-radius: 999px;
  color: rgba(255,255,255,.40);
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.04);
  font-size: 8px;
}

/* Hide any legacy clutter if old markup ever remains */
.hero-visual-v6 .floating-note,
.hero-visual-v6 .app-signal,
.hero-visual-v6 .status-pill {
  display: none !important;
}

/* AFTERCARE: make qualification impossible to miss */
.aftercare-gate {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 11px;
  color: #bde9ff;
  background: rgba(48,168,247,.09);
  border: 1px solid rgba(87,194,255,.15);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
}

.featured-price .price-main {
  margin-top: 16px;
}

.featured-price .value-pill {
  color: #b5e7ff;
}

/* More obvious visual hierarchy in pricing */
.pricing-grid {
  margin-top: 64px;
}

.price-card.featured-price::before {
  content: "AFTERCARE — NOT NEW DEVELOPMENT";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -1px;
  padding: 7px 10px;
  text-align: center;
  color: rgba(255,255,255,.28);
  border-top: 1px solid rgba(255,255,255,.055);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .13em;
}

.featured-price {
  padding-bottom: 48px;
}

/* Responsive */
@media (max-width: 850px) {
  .site-header {
    min-height: 96px !important;
  }

  .nav-wrap {
    height: 96px !important;
  }

  .brand {
    height: 90px;
  }

  .brand img {
    width: 145px !important;
    max-height: 86px !important;
  }

  .main-nav {
    top: 96px !important;
  }

  .hero {
    padding-top: 168px !important;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 88px !important;
  }

  .nav-wrap {
    height: 88px !important;
  }

  .brand {
    height: 82px;
  }

  .brand img {
    width: 132px !important;
    max-height: 78px !important;
  }

  .main-nav {
    top: 88px !important;
  }

  .hero {
    padding-top: 145px !important;
  }

  .simple-data-flow {
    grid-template-columns: 1fr;
  }

  .transform-track {
    width: 2px;
    height: 38px;
    background: linear-gradient(to bottom, rgba(41,156,246,.08), rgba(65,183,255,.46), rgba(41,156,246,.08));
  }

  @keyframes transformPulseV6 {
    from { transform: translateY(0); }
    to { transform: translateY(40px); }
  }

  .simple-tools {
    justify-content: center;
  }
}


/* =========================================================
   CAIN DATA — VERSION 7
   Final polish before live review
   ========================================================= */

/* Header: full logo with calm spacing */
.site-header {
  min-height: 106px !important;
}

.nav-wrap {
  height: 106px !important;
}

.brand {
  height: 98px !important;
  padding: 3px 0 !important;
}

.brand img {
  width: 150px !important;
  max-height: 92px !important;
  height: auto !important;
  margin: 0 !important;
}

.hero {
  padding-top: 188px !important;
}

/* Microsoft: replace orbit/spider with a clean grid */
.microsoft-clean-head {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.microsoft-clean-head .eyebrow {
  justify-content: center;
}

.microsoft-clean-head h2 {
  margin: 0;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.03;
  letter-spacing: -.047em;
}

.microsoft-clean-head p {
  margin: 23px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}

.microsoft-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}

.ms-tool {
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #dfe8f0;
  background: white;
  box-shadow: 0 12px 30px rgba(7,16,31,.035);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ms-tool:hover {
  transform: translateY(-4px);
  border-color: #b7dcf5;
  box-shadow: 0 18px 42px rgba(7,16,31,.075);
}

.ms-monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #087cda;
  background: #edf8ff;
  border: 1px solid #d5edfc;
  font-size: 10px;
  font-weight: 900;
}

.ms-tool h3 {
  margin: 16px 0 7px;
  font-size: 21px;
}

.ms-tool p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.microsoft-ownership {
  margin-top: 18px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, #081727, #0c2845);
}

.microsoft-ownership strong {
  flex: 0 0 auto;
  color: #dff3ff;
  font-size: 14px;
}

.microsoft-ownership span {
  max-width: 690px;
  color: rgba(255,255,255,.48);
  font-size: 11px;
}

/* Local coverage: simple directional geography, New Forest at centre */
.coverage-map {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 21px;
  border: 1px solid rgba(90,190,255,.11);
  background:
    radial-gradient(circle at 50% 58%, rgba(28,158,255,.17), transparent 22%),
    linear-gradient(145deg, #071422, #0b2742);
}

.coverage-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 38px 38px;
}

.coverage-ring {
  position: absolute;
  width: 190px;
  height: 190px;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(61,182,255,.13);
  border-radius: 50%;
}

.coverage-route {
  position: absolute;
  z-index: 1;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(77,191,255,.08), rgba(77,191,255,.56), rgba(77,191,255,.08));
}

.route-north {
  width: 130px;
  left: 50%;
  top: 57%;
  transform: rotate(-90deg);
}

.route-left {
  width: 142px;
  left: 50%;
  top: 57%;
  transform: rotate(181deg);
}

.route-right {
  width: 142px;
  left: 50%;
  top: 57%;
  transform: rotate(-2deg);
}

.coverage-route i {
  position: absolute;
  top: -2px;
  left: 0;
  width: 6px;
  height: 5px;
  border-radius: 50%;
  background: #72d0ff;
  box-shadow: 0 0 12px #2aaaff;
  animation: coverageMove 4.2s linear infinite;
}

.route-left i { animation-delay: 1.3s; }
.route-right i { animation-delay: 2.4s; }

@keyframes coverageMove {
  from { transform: translateX(0); opacity: .2; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  to { transform: translateX(132px); opacity: .2; }
}

.coverage-place {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  text-align: center;
}

.place-newforest {
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
}

.place-southampton {
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}

.place-bournemouth {
  left: 11%;
  top: 55%;
}

.place-portsmouth {
  right: 12%;
  top: 55%;
}

.coverage-node {
  width: 10px;
  height: 10px;
  display: block;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #4dbdff;
  box-shadow: 0 0 0 5px rgba(77,189,255,.08), 0 0 14px rgba(77,189,255,.32);
}

.main-node {
  width: 15px;
  height: 15px;
  background: #7bd4ff;
  box-shadow: 0 0 0 8px rgba(77,189,255,.09), 0 0 22px rgba(77,189,255,.42);
}

.coverage-place strong {
  color: rgba(255,255,255,.71);
  font-size: 8px;
  letter-spacing: .12em;
}

.place-newforest strong {
  color: #dff5ff;
  font-size: 10px;
}

.coverage-place small {
  margin-top: 2px;
  color: #56bfff;
  font-size: 6px;
  letter-spacing: .17em;
  font-weight: 900;
}

.local-seo-copy {
  margin-top: 24px !important;
  padding-top: 19px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.35) !important;
  font-size: 10px !important;
  line-height: 1.55;
}

/* Pricing: reassuring support language */
.included-support-note {
  max-width: 920px;
  margin: 38px auto 0;
  padding: 18px 21px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-radius: 16px;
  border: 1px solid #cfe5f4;
  background: #f4faff;
}

.included-support-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #0b88ec;
  font-size: 13px;
  font-weight: 900;
}

.included-support-note strong,
.included-support-note span {
  display: block;
}

.included-support-note strong {
  color: #15324a;
  font-size: 13px;
}

.included-support-note span {
  margin-top: 4px;
  color: #64778a;
  font-size: 11px;
  line-height: 1.55;
}

.friendly-support-card::before {
  display: none !important;
}

.friendly-support-card {
  padding-bottom: 31px !important;
}

.friendly-support-card .popular-badge {
  color: #dff4ff;
}

@media (max-width: 900px) {
  .microsoft-tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .microsoft-ownership {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 90px !important;
  }

  .nav-wrap {
    height: 90px !important;
  }

  .brand {
    height: 84px !important;
  }

  .brand img {
    width: 132px !important;
    max-height: 80px !important;
  }

  .main-nav {
    top: 90px !important;
  }

  .hero {
    padding-top: 150px !important;
  }

  .microsoft-tool-grid {
    grid-template-columns: 1fr;
  }

  .coverage-map {
    min-height: 340px;
  }

  .route-left,
  .route-right {
    width: 112px;
  }

  .place-bournemouth {
    left: 5%;
  }

  .place-portsmouth {
    right: 5%;
  }

  .included-support-note {
    margin-top: 28px;
  }
}

.price-card.featured-price::before { display: none !important; content: none !important; }
