@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --violet: #7248e8;
  --violet-deep: #4f2cb8;
  --violet-soft: #eee9ff;
  --violet-pale: #f7f4ff;
  --brand-blue: #1682c4;
  --brand-gold: #e5b91c;
  --brand-pink: #d93668;
  --brand-teal: #159b8e;
  --brand-red: #d95050;
  --ink: #252333;
  --ink-soft: #5e5a6d;
  --night: #171421;
  --night-soft: #252031;
  --line: #e4e0eb;
  --paper: #fff;
  --surface: #f7f6f9;
  --radius-sm: 9px;
  --radius: 14px;
  --radius-lg: 14px;
  --shadow: 0 24px 70px rgba(30, 22, 48, .11);
  --shadow-soft: 0 14px 38px rgba(30, 22, 48, .07);
  --container: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font: 500 18px/1.7 Manrope, Arial, sans-serif;
  letter-spacing: .009em;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
p { margin: 0 0 1.2em; }
h1, h2, h3 { margin: 0; color: inherit; font-weight: 650; line-height: 1.18; letter-spacing: -.012em; }
h2 { font-size: clamp(2.35rem, 4vw, 3.25rem); }
h3 { font-size: 1.35rem; }
ul { margin: 0; padding: 0; }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section-pad { padding: 128px 0; }
.section-light { background: var(--surface); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--violet);
  font-size: .79rem;
  font-weight: 650;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow::before { display: inline-block; width: 22px; height: 3px; margin: 0 10px 3px 0; border-radius: 3px; background: currentColor; content: ''; opacity: .8; }
.section-heading { max-width: 900px; margin-bottom: 64px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 { text-wrap: balance; }
.section-heading > p:last-child { max-width: 780px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.section-heading.center > p:last-child { margin-inline: auto; }
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border: 1px solid var(--violet);
  border-radius: 999px;
  background: var(--violet);
  color: #fff;
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--violet-deep); border-color: var(--violet-deep); box-shadow: 0 12px 28px rgba(114, 72, 232, .24); }
.button-light { background: #fff; border-color: #fff; color: var(--violet-deep); }
.button-light:hover { background: var(--violet-soft); border-color: var(--violet-soft); }
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #ffcb45;
  outline-offset: 4px;
}

/* Header and navigation */
.site-header {
  position: absolute;
  z-index: 1000;
  inset: 0 0 auto;
  height: 112px;
  color: #fff;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.is-sticky { position: fixed; height: 86px; background: rgba(23, 20, 33, .92); box-shadow: 0 8px 28px rgba(10, 7, 16, .16); backdrop-filter: blur(14px); }
.nav-shell { display: flex; width: min(calc(100% - 56px), var(--container)); height: 100%; align-items: center; justify-content: space-between; gap: 40px; margin: auto; }
.brand-header { display: flex; flex: 0 0 auto; align-items: center; }
.brand-header img { width: 205px; }
.site-navigation { display: flex; height: 100%; align-items: center; margin-left: auto; }
.nav-list { display: flex; align-items: center; justify-content: flex-end; gap: clamp(17px, 1.8vw, 29px); list-style: none; }
.nav-item { position: relative; }
.nav-dropdown-control { display: inline-flex; align-items: center; gap: 6px; }
.nav-item > a, .nav-dropdown-control > a {
  display: inline-flex;
  align-items: center;
  padding: 16px 0;
  color: #fff;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.nav-item > a::after, .nav-dropdown-control > a::after { display: block; position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; background: var(--violet); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.nav-item > a:hover::after, .nav-item > a:focus-visible::after, .nav-dropdown-control > a:hover::after, .nav-dropdown-control > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.dropdown-toggle { position: static; display: inline-grid; width: 16px; height: 22px; flex: 0 0 16px; place-items: center; padding: 0; border: 0; background: transparent; color: #fff; }
.dropdown-chevron { position: static; display: block; width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; opacity: .75; transform: rotate(45deg) translate(-1px, -1px); transition: transform .2s ease; }
.has-dropdown.open .dropdown-chevron { transform: rotate(225deg); }
.dropdown-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: -24px;
  width: 286px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-sm);
  background: #211c2d;
  box-shadow: var(--shadow);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.has-dropdown.open .dropdown-menu, .has-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 11px 12px; border-radius: 9px; color: #fff; font-size: .82rem; line-height: 1.45; text-decoration: none; }
.dropdown-menu a:hover { background: rgba(255,255,255,.08); }
.language-dropdown { position: relative; flex: 0 0 auto; margin-left: 20px; }
.language-toggle { display: inline-flex; width: auto; min-width: 76px; height: 42px; align-items: center; justify-content: center; gap: 7px; padding: 0 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .78rem; font-weight: 650; }
.language-toggle img, .language-menu img { width: 24px; height: 16px; flex: 0 0 24px; border-radius: 2px; object-fit: cover; }
.language-toggle .dropdown-chevron { margin-left: 2px; }
.language-menu { right: 0; left: auto; width: 240px; }
.language-menu a { display: flex; align-items: center; gap: 11px; }
.language-menu a[aria-current="true"] { background: rgba(114,72,232,.28); font-weight: 700; }
.menu-toggle, .mobile-nav-head, .mobile-nav-foot { display: none; }

/* Hero */
.hero {
  position: relative;
  display: flex;
  min-height: 740px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: var(--night);
  background-image: linear-gradient(90deg, rgba(19,15,28,.9) 0%, rgba(35,25,50,.76) 46%, rgba(42,31,55,.3) 74%, rgba(21,18,28,.55) 100%), url('../images/backgrounds/hero.jpg');
  background-position: center, center 44%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 20% 58%, rgba(114,72,232,.28), transparent 37%); content: ''; }
.hero-inner { position: relative; z-index: 1; width: min(calc(100% - 64px), var(--container)); margin: auto; padding: 178px 0 126px; }
.hero-inner > * { max-width: 940px; }
.hero-kicker { margin-bottom: 22px; color: #c8b7ff; font-size: .9rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 940px; overflow-wrap: break-word; font-size: clamp(3.5rem, 5.2vw, 4.25rem); hyphens: auto; letter-spacing: -.052em; text-wrap: balance; }
.hero-inner > p:not(.hero-kicker) { max-width: 790px; margin: 30px 0 0; color: rgba(255,255,255,.88); font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 37px; }
.hero-button { min-height: 54px; padding: 10px 29px; font-size: .98rem; box-shadow: 0 10px 28px rgba(92,52,203,.27); }
.hero-button-secondary { min-height: 54px; padding: 10px 29px; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.05); color: #fff; font-size: .98rem; backdrop-filter: blur(8px); }
.hero-button-secondary:hover { border-color: #fff; background: #fff; color: var(--ink); }
.hero-wave { position: absolute; bottom: -2px; left: 50%; z-index: 2; width: calc(100vw + 8px); max-width: none; height: 65px; overflow: hidden; transform: translateX(-50%); }
.hero-wave::after { position: absolute; right: -4vw; bottom: -45px; left: -4vw; height: 93px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); content: ''; }
.hero .reveal, html.js .hero .reveal { opacity: 1; transform: none; }

/* Problem recognition */
.problem { background: #fff; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card { position: relative; min-height: 290px; padding: 42px; }
.problem-card + .problem-card { border-left: 1px solid var(--line); }
.problem-card > span, .case-number { display: block; margin: 0 0 26px; font-size: clamp(3.6rem, 6vw, 5rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; opacity: .78; }
.number-accent-1 { color: var(--brand-blue) !important; }
.number-accent-2 { color: var(--brand-gold) !important; }
.number-accent-3 { color: var(--brand-teal) !important; }
.problem-card h3, .case-card h3 { max-width: 300px; margin: 0 0 17px; font-size: 1.55rem; font-weight: 650; line-height: 1.18; }
.problem-card p, .case-card > p, .case-card li { color: var(--ink-soft); font-size: .96rem; line-height: 1.65; }
.problem-card p, .case-card > p { margin: 0; }
.case-card > .case-number { display: block; margin: 0 0 26px; font-size: clamp(3.6rem, 6vw, 5rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; opacity: .78; }
.problem-summary { max-width: 920px; margin: 44px 0 0; padding-left: 28px; border-left: 4px solid var(--violet); color: var(--ink); font-size: 1.08rem; font-weight: 600; }

/* Core services */
.services { background: linear-gradient(180deg, #f8f7fa 0%, #f4f7fb 100%); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  position: relative;
  display: flex;
  min-height: 495px;
  flex-direction: column;
  overflow: hidden;
  padding: 42px 38px 38px;
  border: 1px solid #e6e0ef;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card::before { position: absolute; inset: 0 0 auto; height: 5px; background: var(--brand-pink); content: ''; }
.service-card:nth-child(2)::before { background: var(--brand-blue); }
.service-card:nth-child(3)::before { background: var(--brand-teal); }
.service-card:nth-child(1) { background: linear-gradient(155deg, #fff 72%, #fff3f7); }
.service-card:nth-child(2) { background: linear-gradient(155deg, #fff 72%, #edf7fc); }
.service-card:nth-child(3) { background: linear-gradient(155deg, #fff 72%, #edf9f6); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-icon { display: grid; width: 72px; height: 72px; place-items: center; margin-bottom: 35px; border-radius: 10px; background: #fff0f5; color: var(--brand-pink); font-size: 2rem; }
.service-card:nth-child(2) .service-icon { background: #eaf6fc; color: var(--brand-blue); }
.service-card:nth-child(3) .service-icon { background: #e9f8f4; color: var(--brand-teal); }
.service-icon.teal { background: #e2f2f1; color: #347579; }
.service-icon.red { background: #fae9e3; color: #af5f43; }
.service-card h3 { margin-bottom: 18px; font-size: 1.55rem; }
.service-card p { margin-bottom: 28px; color: var(--ink-soft); font-size: .95rem; }
.service-card .button { width: auto; min-height: 54px; align-self: flex-start; margin-top: auto; padding: 10px 18px; font-size: .98rem; font-weight: 650; line-height: 1.25; white-space: nowrap; }

/* Signature assessment */
.assessment { position: relative; overflow: hidden; background: var(--night); color: #fff; }
.assessment::before { position: absolute; top: -240px; right: -180px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(114,72,232,.4), transparent 69%); content: ''; }
.assessment::after { position: absolute; bottom: -260px; left: -180px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; }
.assessment .container { position: relative; z-index: 1; }
.assessment-signature { display: grid; gap: 50px; }
.assessment .eyebrow { color: #c8b7ff; }
.assessment-intro { max-width: 900px; }
.assessment-intro h2 { max-width: 820px; font-size: clamp(2.55rem, 4vw, 3.35rem); text-wrap: balance; }
.assessment-intro > p:not(.eyebrow) { max-width: 800px; margin-top: 26px; color: rgba(255,255,255,.76); font-size: 1rem; }
.assessment-price { margin: 0; padding: 25px 27px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-sm); background: rgba(255,255,255,.07); }
.assessment-price strong { display: block; margin-bottom: 7px; color: #fff; font-size: .79rem; letter-spacing: .08em; text-transform: uppercase; }
.assessment-price span { display: block; color: #fff; font-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 650; letter-spacing: -.012em; }
.assessment-price p { margin: 8px 0 0; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.55; }
.assessment-details { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.assessment-list-block { padding: 38px 42px; border: 0; background: transparent; }
.assessment-list-block + .assessment-list-block { border-left: 1px solid rgba(255,255,255,.13); }
.assessment-list-block h3 { margin-bottom: 28px; font-size: 1.52rem; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 26px; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: rgba(255,255,255,.84); font-size: .96rem; line-height: 1.55; }
.check-list li::before { position: absolute; top: .14em; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: rgba(162,134,255,.2); color: #c8b7ff; content: '✓'; font-size: .66rem; font-weight: 800; }
.assessment-deliverables .check-list { grid-template-columns: 1fr; }
.assessment-list-block .check-list { grid-template-columns: 1fr; }
.assessment-commercial { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: 29px 32px; border-left: 5px solid var(--brand-gold); border-radius: var(--radius); background: #f8f6fb; box-shadow: 0 18px 45px rgba(6,4,10,.18); }
.assessment-commercial .assessment-price { padding: 0; border: 0; background: transparent; }
.assessment-commercial .assessment-price strong { color: var(--violet-deep); }
.assessment-commercial .assessment-price span { color: var(--ink); }
.assessment-commercial .assessment-price p { color: var(--ink-soft); }
.assessment-commercial .button-light { border-color: var(--violet); background: var(--violet); color: #fff; }

/* Pathway */
.pathway { background: #fff; }
.pathway .section-heading { margin-right: auto; margin-bottom: 78px; margin-left: auto; text-align: center; }
.pathway .section-heading > p:last-child { margin-right: auto; margin-left: auto; }
.pathway-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }
.pathway-grid::before { position: absolute; top: 38px; right: 16.666%; left: 16.666%; z-index: 0; height: 2px; background: #aaa4b5; content: ''; }
.pathway-step { position: relative; padding: 104px 25px 0; text-align: center; }
.pathway-step > span { position: absolute; top: 0; left: 50%; z-index: 1; display: grid; width: 76px; height: 76px; place-items: center; border: 8px solid #fff; border-radius: 50%; background: #25304a; box-shadow: 0 0 0 1px #25304a; color: #fff; font-size: 1.15rem; font-weight: 650; transform: translateX(-50%); }
.pathway-step h3 { margin-bottom: 15px; font-size: 1.4rem; }
.pathway-step p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

/* Senior expertise */
.expertise { overflow: hidden; background: var(--surface); }
.expertise-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); gap: clamp(70px, 8vw, 120px); align-items: center; }
.expertise-visual { position: relative; margin-bottom: 34px; }
.expertise-visual img { width: 100%; aspect-ratio: 1.18 / 1; border-radius: var(--radius); object-fit: cover; object-position: center; box-shadow: var(--shadow-soft); }
.experience-badge { position: absolute; right: 24px; bottom: -34px; display: flex; align-items: center; gap: 15px; width: min(calc(100% - 48px), 330px); padding: 16px 19px; border: 1px solid rgba(114,72,232,.16); border-left: 4px solid var(--violet); border-radius: var(--radius-sm); background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 16px 35px rgba(30,22,48,.16); backdrop-filter: blur(8px); }
.experience-badge strong { flex: 0 0 auto; color: var(--violet); font-size: 2.35rem; font-weight: 650; line-height: 1; }
.experience-badge small { max-width: 180px; font-size: .75rem; font-weight: 600; line-height: 1.4; }
.expertise-copy > p:not(.eyebrow) { margin: 25px 0 0; color: var(--ink-soft); font-size: 1rem; }
.reason-list { display: grid; gap: 14px; margin-top: 34px; list-style: none; }
.reason-list li { position: relative; padding-left: 37px; font-size: .91rem; font-weight: 650; }
.reason-list li::before { position: absolute; top: .1em; left: 0; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--violet-soft); color: var(--violet); content: '✓'; font-size: .72rem; font-weight: 800; }

/* Systems and technologies */
.technologies { background: #fff; }
.systems-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(65px, 8vw, 120px); align-items: center; }
.systems-copy h2 { text-wrap: balance; }
.systems-copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--ink-soft); font-size: 1rem; }
.technology-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.technology-list span { position: relative; display: flex; min-height: 76px; align-items: center; padding: 20px 22px 20px 54px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: .95rem; font-weight: 600; box-shadow: 0 8px 24px rgba(30,22,48,.045); }
.technology-list span::before { position: absolute; left: 22px; width: 14px; height: 14px; border: 4px solid var(--violet-soft); border-radius: 50%; background: var(--violet); content: ''; }
.technology-list span:nth-child(1) { border-color: rgba(22,130,196,.58); }
.technology-list span:nth-child(1)::before { background: var(--brand-blue); }
.technology-list span:nth-child(2) { border-color: rgba(229,185,28,.62); }
.technology-list span:nth-child(2)::before { background: var(--brand-gold); }
.technology-list span:nth-child(3) { border-color: rgba(114,72,232,.55); }
.technology-list span:nth-child(3)::before { background: var(--violet); }
.technology-list span:nth-child(4) { border-color: rgba(217,54,104,.52); }
.technology-list span:nth-child(4)::before { background: var(--brand-pink); }
.technology-list span:nth-child(5) { border-color: rgba(21,155,142,.56); }
.technology-list span:nth-child(5)::before { background: var(--brand-teal); }
.technology-list span:nth-child(6) { border-color: rgba(217,80,80,.52); }
.technology-list span:nth-child(6)::before { background: var(--brand-red); }
.technology-list span:nth-child(7) { border-color: rgba(49,91,137,.55); }
.technology-list span:nth-child(7)::before { background: #315b89; }
.technology-list span:nth-child(8) { border-color: rgba(206,133,34,.56); }
.technology-list span:nth-child(8)::before { background: #ce8522; }

/* Editorial case studies */
.case-studies { background: #f2f0f5; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-card, .case-card:nth-child(1), .case-card:nth-child(2), .case-card:nth-child(3) { position: relative; display: flex; min-height: 590px; grid-column: auto; flex-direction: column; overflow: hidden; padding: 42px; border: 0; border-radius: 0; background: transparent; color: var(--ink); box-shadow: none; }
.case-card + .case-card { border-left: 1px solid var(--line); }
.case-card::before { display: none; }
.case-card:nth-child(3)::after { display: none; }
.case-card > p { max-width: 720px; }
.case-card ul { display: grid; gap: 9px; margin: 20px 0 0; padding-left: 22px; color: var(--ink-soft); }

/* Ongoing support */
.ownership { background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%); }
.ownership-heading { max-width: 850px; margin-bottom: 34px; }
.ownership-heading .eyebrow { margin-bottom: 18px; }
.ownership-heading h2 { max-width: 760px; }
.ownership-heading > p:last-child { max-width: 720px; margin: 22px 0 0; color: var(--ink-soft); font-size: 1rem; }
.ownership-benefits { max-width: 900px; margin: 0 0 44px; padding: 17px 21px; border-left: 3px solid var(--brand-blue); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: #eef6fa; color: var(--ink); font-size: .94rem; font-weight: 600; }
.service-level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-level { position: relative; display: flex; min-height: 0; flex-direction: column; padding: 38px 32px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(30,22,48,.045); }
.service-level::before { position: absolute; inset: 0 0 auto; height: 3px; background: var(--brand-blue); content: ''; }
.service-level:nth-child(2)::before { background: var(--violet); }
.service-level:nth-child(3)::before { background: var(--brand-teal); }
.service-level.featured { border-color: rgba(114,72,232,.25); background: #fff; box-shadow: 0 12px 34px rgba(48,33,85,.07); }
.service-level h3 { font-size: 1.28rem; font-weight: 650; line-height: 1.25; }
.service-level-price { display: block; margin: 17px 0 20px; color: var(--violet-deep); font-size: 1.06rem; font-weight: 600; line-height: 1.4; }
.service-level p { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; }
.ownership-terms { max-width: 880px; margin: 28px 0 34px; color: #787383; font-size: .74rem; }
.ownership .button-light { background: var(--violet); border-color: var(--violet); color: #fff; }

/* Managed hosting */
.hosting { padding-top: 116px; background: #fff; }
.managed-hosting-card { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; overflow: hidden; padding: 70px 76px; border-radius: var(--radius-lg); background: linear-gradient(125deg, #f1edff, #faf9fd 68%); box-shadow: var(--shadow-soft); }
.managed-hosting-card::after { position: absolute; top: -90px; right: -70px; width: 310px; height: 310px; border: 45px solid rgba(114,72,232,.09); border-radius: 50%; content: ''; }
.managed-hosting-card h2 { font-size: clamp(2.25rem, 3.5vw, 3.1rem); }
.managed-hosting-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--ink-soft); }
.managed-hosting-list { position: relative; z-index: 1; }
.managed-hosting-list h3 { margin-bottom: 22px; font-size: 1.08rem; }
.managed-hosting-card ul { display: grid; align-content: center; gap: 15px; list-style: none; }
.managed-hosting-card li { position: relative; padding-left: 35px; font-size: .9rem; font-weight: 650; }
.managed-hosting-card li::before { position: absolute; top: .08em; left: 0; color: var(--violet); content: '✓'; font-size: 1.05rem; font-weight: 800; }
.managed-hosting-list .button { margin-top: 30px; }

/* Client logo reel */
.clients { padding: 142px 0 154px; background: var(--surface); }
.clients .section-heading { margin-right: auto; margin-bottom: 47px; margin-left: auto; text-align: center; }
.clients .section-heading > p:last-child { margin-right: auto; margin-left: auto; }
.client-slider { position: relative; overflow: hidden; padding: 34px 0; border-block: 1px solid var(--line); outline-offset: 8px; }
.client-slider::before, .client-slider::after { position: absolute; top: 0; bottom: 0; z-index: 2; width: 100px; content: ''; pointer-events: none; }
.client-slider::before { left: 0; background: linear-gradient(90deg, var(--surface), transparent); }
.client-slider::after { right: 0; background: linear-gradient(-90deg, var(--surface), transparent); }
.client-track { display: flex; width: max-content; animation: client-scroll 52s linear infinite; }
.client-slider:hover .client-track, .client-slider:focus-within .client-track { animation-play-state: paused; }
.client-set { display: flex; align-items: stretch; }
.client-slide { display: grid; width: 250px; height: 158px; flex: 0 0 250px; place-items: center; margin-right: 20px; padding: 27px 31px; border: 1px solid #e6e2eb; border-radius: var(--radius); background: #fff; }
.client-slide img { max-width: 100%; max-height: 82px; object-fit: contain; filter: grayscale(1); opacity: .73; transition: filter .2s ease, opacity .2s ease, transform .2s ease; }
.client-slide:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.03); }
@keyframes client-scroll { to { transform: translateX(-50%); } }

/* Technical intake */
.contact {
  position: relative;
  padding: 135px 0;
  background-color: var(--night);
  background-image: linear-gradient(115deg, rgba(18,15,27,.93), rgba(52,36,72,.72)), url('../images/backgrounds/contact.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-card { width: min(100%, 1100px); margin: auto; padding: 76px 80px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); background: rgba(255,255,255,.96); box-shadow: 0 35px 90px rgba(10,8,15,.32); }
.contact-card h2 { max-width: 790px; }
.contact-card .lead { max-width: 800px; margin: 24px 0 40px; color: var(--ink-soft); font-size: 1rem; }
.intake-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 23px 25px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .84rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 60px; padding: 15px 17px; border: 1px solid #d8d3df; border-radius: var(--radius-sm); background: #fff; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 150px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #898491; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(114,72,232,.11); }
.intake-actions { display: flex; align-items: center; gap: 20px; margin-top: 31px; }
.form-notice { margin: 0; color: var(--violet-deep); font-size: .82rem; font-weight: 600; }
.form-alert { margin: 0 0 28px; padding: 16px 18px; border: 1px solid; border-radius: var(--radius-sm); font-size: .94rem; font-weight: 600; }
.form-success { border-color: rgba(21,155,142,.45); background: #eaf8f4; color: #176b62; }
.form-error { border-color: rgba(217,54,104,.4); background: #fff0f4; color: #9d2047; }
.field-error { color: #a51f49; font-size: .78rem; font-weight: 600; line-height: 1.45; }
.field [aria-invalid="true"] { border-color: #c92c5a; box-shadow: 0 0 0 3px rgba(201,44,90,.1); }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Footer */
.site-footer { padding: 78px 0 30px; background: #15121d; color: rgba(255,255,255,.68); }
.footer-brand { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand img { width: 225px; }
.footer-brand span { max-width: none; color: #fff; font-size: clamp(.8rem, 1.35vw, 1.15rem); font-weight: 650; text-align: right; white-space: nowrap; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .95fr .75fr 1.2fr; gap: 55px; padding: 54px 0 49px; }
.footer-grid h2 { margin-bottom: 20px; color: #fff; font-size: 1.12rem; letter-spacing: 0; }
.footer-grid p, .footer-grid li { font-size: .84rem; line-height: 1.78; }
.footer-grid strong { color: #fff; }
.footer-grid ul { display: grid; gap: 7px; list-style: none; }
.footer-grid a:not(.button) { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-grid a:not(.button):hover { color: #fff; }
.footer-grid .button { margin-top: 9px; }
.footer-grid .button { padding-inline: 14px; font-size: .78rem; white-space: nowrap; }
.socials { display: flex; gap: 9px; margin-top: 20px; }
.socials span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; font-size: .66rem; }
.scroll-top { position: fixed; right: 24px; bottom: 24px; z-index: 100; display: grid; width: 48px; height: 48px; place-items: center; border: 0; border-radius: 50%; background: var(--violet); color: #fff; font-size: 1.1rem; box-shadow: 0 10px 25px rgba(56,32,116,.3); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s ease; }
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Progressive enhancement */
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal.visible { opacity: 1; transform: none; }

@media (min-width: 1181px) {
	.ownership-terms p {
		max-width: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width: 1180px) {
  .nav-shell { gap: 22px; }
  .nav-list { gap: 9px; }
  .brand-header img { width: 165px; }
  .nav-item > a, .nav-dropdown-control > a { font-size: .72rem; }
  .language-dropdown { margin-left: 9px; }
  .language-toggle { min-width: 68px; padding-inline: 8px; font-size: .7rem; }
  .service-card { padding-inline: 30px; }
  .assessment-signature { gap: 55px; }
  .managed-hosting-card { padding-inline: 56px; gap: 55px; }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card .button { width: auto; }
}

@media (max-width: 900px) {
  .container, .hero-inner { width: min(calc(100% - 48px), var(--container)); }
  .section-pad { padding: 105px 0; }
  .site-header { height: 94px; }
  .nav-shell { display: flex; width: calc(100% - 42px); align-items: center; justify-content: space-between; }
  .brand-header { position: relative; z-index: 1002; }
  .brand-header img { width: 190px; }
  .menu-toggle { position: relative; z-index: 1002; display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(20,17,28,.18); }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: #fff; }
  .site-navigation { position: fixed; top: 0; right: 0; z-index: 1003; display: block; width: min(88vw, 430px); height: 100dvh; overflow-y: auto; padding: 28px 30px 36px; background: #1b1725; box-shadow: -20px 0 60px rgba(0,0,0,.28); transform: translateX(105%); transition: transform .3s ease; }
  .site-navigation.open { transform: translateX(0); }
  .mobile-nav-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .mobile-nav-head img { width: 172px; }
  .nav-close { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: #fff; font-size: 1.5rem; }
  .nav-list { display: block; }
  .nav-list { margin-top: 23px; }
  .nav-item { border-bottom: 1px solid rgba(255,255,255,.11); }
  .nav-item > a, .nav-dropdown-control > a { width: 100%; padding: 17px 2px; font-size: .91rem; }
  .nav-dropdown-control { width: 100%; gap: 7px; }
  .nav-dropdown-control > a { flex: 1 1 auto; }
  .nav-dropdown-control > .dropdown-toggle { position: static; width: 46px; height: 50px; flex: 0 0 46px; justify-content: center; padding: 0; }
  .nav-item > a::after, .nav-dropdown-control > a::after { display: none; }
  .dropdown-menu { position: static; width: auto; max-height: 0; overflow: hidden; padding: 0 14px; border: 0; background: rgba(255,255,255,.04); box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .25s ease, padding .25s ease; }
  .has-dropdown.open .dropdown-menu { max-height: 260px; padding-block: 9px; }
  .dropdown-menu a { font-size: .81rem; }
  .language-dropdown { margin: 22px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); }
  .language-toggle { width: 100%; height: 52px; justify-content: flex-start; padding: 0 3px; border: 0; border-radius: 0; font-size: .91rem; }
  .language-toggle .dropdown-chevron { margin-left: auto; margin-right: 17px; }
  .language-menu { position: static; width: 100%; max-height: 0; overflow: hidden; padding: 0 14px; border: 0; background: rgba(255,255,255,.04); box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .25s ease, padding .25s ease; }
  .language-dropdown.open .language-menu { max-height: 330px; padding-block: 9px; }
  .mobile-nav-foot { display: block; padding-top: 30px; }
  .nav-backdrop { position: fixed; inset: 0; z-index: 998; background: rgba(10,8,15,.65); backdrop-filter: blur(3px); }
  .nav-backdrop[hidden] { display: none; }
  .hero { min-height: 710px; }
  .hero-inner { padding-top: 148px; }
  .hero h1 { font-size: clamp(3.15rem, 7vw, 4rem); }
  .problem-grid, .case-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .problem-card, .case-card, .case-card:nth-child(1), .case-card:nth-child(2), .case-card:nth-child(3) { min-height: 0; padding: 42px; }
  .problem-card + .problem-card, .case-card + .case-card { border-top: 1px solid var(--line); border-left: 0; }
  .service-grid { gap: 17px; }
  .service-card { min-height: 530px; padding: 34px 25px 29px; }
  .assessment-signature, .expertise-grid, .systems-grid { gap: 50px; }
  .assessment-list-block { padding: 29px; }
  .check-list { grid-template-columns: 1fr; }
  .ownership-heading { gap: 45px; }
  .managed-hosting-card { padding: 58px 45px; gap: 38px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  body { font-size: 17px; text-align: center; }
  .container, .hero-inner { width: min(calc(100% - 38px), var(--container)); }
  .section-pad { padding: 86px 0; }
  .section-heading { margin-bottom: 45px; }
  .section-heading.center { text-align: left; }
  .section-heading.center > p:last-child { margin-left: 0; }
  h2 { font-size: clamp(2.15rem, 9vw, 2.8rem); }
  .hero { min-height: 680px; background-position: center, 58% center; }
  .hero-inner { padding: 132px 0 90px; }
  .hero h1 { font-size: clamp(2.75rem, 11.5vw, 3.55rem); }
  .hero-inner > p:not(.hero-kicker) { margin-top: 24px; font-size: 1.04rem; }
  .hero-actions { margin-top: 32px; }
  .hero-button { min-height: 56px; }
  .problem-grid, .service-grid, .assessment-signature, .expertise-grid, .systems-grid, .managed-hosting-card { grid-template-columns: 1fr; }
  .problem-grid { border-bottom: 0; }
  .problem-card, .case-card, .case-card:nth-child(1), .case-card:nth-child(2), .case-card:nth-child(3) { min-height: 0; padding: 35px 8px; border-bottom: 1px solid var(--line); }
  .problem-card + .problem-card { border-left: 0; }
  .problem-card > span, .case-number { margin-bottom: 17px; }
  .service-card { min-height: 0; }
  .service-card p { margin-bottom: 28px; }
  .service-card .button { width: 100%; max-width: 100%; padding-inline: 10px; font-size: .8rem; }
  .assessment-signature { gap: 45px; }
  .assessment-details, .assessment-commercial { grid-template-columns: 1fr; gap: 16px; }
  .assessment-list-block + .assessment-list-block { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .assessment-commercial { align-items: start; }
  .assessment-commercial .button { justify-self: start; }
  .pathway-grid { grid-template-columns: 1fr; gap: 0; padding-left: 0; }
  .pathway-grid::before { top: 38px; bottom: 34px; left: 38px; width: 2px; height: auto; }
  .pathway-step { min-height: 190px; padding: 4px 0 48px 102px; text-align: left; }
  .pathway-step > span { top: 0; left: 0; transform: none; }
  .expertise-grid { gap: 55px; }
  .expertise-visual { max-width: 570px; order: 2; }
  .expertise-copy { order: 1; }
  .systems-grid { gap: 42px; }
  .ownership-heading { display: block; margin-bottom: 40px; }
  .ownership-heading .eyebrow { margin-bottom: 18px; }
  .ownership-heading > p:last-child { margin-top: 24px; }
  .service-level-grid { grid-template-columns: 1fr; }
  .service-level { display: grid; grid-template-columns: minmax(190px,.8fr) 1.2fr; column-gap: 20px; align-items: start; }
  .service-level p { grid-column: 2; grid-row: 1 / span 2; }
  .managed-hosting-card { gap: 37px; padding: 50px 35px; }
  .hosting { padding-top: 80px; }
  .clients { padding: 86px 0 98px; }
  .contact { padding: 90px 0; }
  .contact-card { padding: 48px 36px; border-radius: var(--radius); }
  .intake-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-brand { align-items: center; flex-direction: column; }
  .footer-brand span { text-align: left; }
  footer.site-footer {
	  text-align: center;
  }
  .problem.section-light.section-pad {
	  padding: 56px 0;
  }
  .eyebrow::before {
	  display: none;
  }
  .problem.section-light.section-pad .eyebrow {
		max-width: 100%;
        padding: 0 20%; 
  }
  .problem-card h3, .case-card h3 {
    max-width: none;
  }
  .problem-summary {
		max-width: 920px;
		margin: 44px 30px 0;
		padding-left: 0;
		border-bottom: 4px solid var(--violet);
		color: var(--ink);
		font-size: 1.08rem;
		font-weight: 600;
		padding-bottom: 30px;
		border-left: none;
	}
	.service-card {
        min-height: 0;
        display: grid;
        grid-auto-flow: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
	#service-pathway .section-heading {
		padding: 0 10%;
	}
}

@media (max-width: 520px) {
  .container, .hero-inner { width: min(calc(100% - 30px), var(--container)); }
  .nav-shell { width: calc(100% - 28px); }
  .brand-header img { width: 164px; }
  .hero { min-height: 720px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.05rem); }
  .hero-actions { display: grid; }
  .hero-button { width: 100%; padding-inline: 12px; font-size: .8rem; white-space: nowrap; }
  .section-pad { padding: 76px 0; }
  .section-heading > p:last-child { font-size: 1rem; }
  .assessment-list-block { padding: 27px 22px; }
  .assessment-price { padding: 23px 21px; }
  .experience-badge { right: 14px; bottom: -34px; width: calc(100% - 28px); padding: 16px 18px; }
  .experience-badge strong { font-size: 1.95rem; }
  .technology-list { grid-template-columns: 1fr; gap: 10px; }
  .technology-list span { min-height: 65px; }
  .service-level { display: block; }
  .service-level p { margin-top: 0; }
  .managed-hosting-card { padding: 42px 25px; border-radius: var(--radius); }
  .hosting { padding-top: 60px; }
  .client-slide { width: 190px; height: 124px; flex-basis: 190px; padding: 22px 25px; }
  .contact { padding: 68px 0; }
  .contact-card { padding: 38px 21px; border-radius: var(--radius); }
  .contact-card h2 { font-size: 2.05rem; }
  .intake-actions { align-items: stretch; flex-direction: column; }
  .intake-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand img { width: 190px; }
  .footer-brand span { font-size: .76rem; }
  .footer-brand span { white-space: normal; }
  .scroll-top { right: 15px; bottom: 15px; }
}

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