:root {
  --ink: #050507;
  --ink-2: #24202d;
  --muted: #6d6878;
  --paper: #f7f4ff;
  --surface: #ffffff;
  --line: rgba(5, 5, 7, .12);
  --teal: #8750ff;
  --teal-2: #13091f;
  --copper: #9a85c8;
  --sage: #4b47c6;
  --sky: #eee8ff;
  --shadow: 0 24px 70px rgba(5, 5, 7, .14);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.nav {
  position: fixed;
  inset: 14px 0 auto 0;
  z-index: 20;
  pointer-events: none;
}

.nav-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 12px 0 16px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(5, 5, 7, .1);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(5, 5, 7, .12);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  transition: height .22s ease, background .22s ease, box-shadow .22s ease;
}

.nav.is-compact .nav-inner {
  height: 58px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(5, 5, 7, .16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-logo {
  width: 174px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 850;
}

.links > a,
.nav-trigger {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.links > a {
  padding: 0 14px;
}

.links > a:hover,
.links > a:focus-visible,
.dropdown:hover .nav-trigger,
.dropdown:focus-within .nav-trigger {
  background: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}

.dropdown {
  position: relative;
}

.nav-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  padding: 0 14px;
}

.nav-trigger::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: 330px;
  padding: 10px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(5, 5, 7, .1);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(5, 5, 7, .18);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px) scale(.98);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: inherit;
  border-left: 1px solid rgba(5, 5, 7, .1);
  border-top: 1px solid rgba(5, 5, 7, .1);
  transform: translateX(-50%) rotate(45deg);
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
}

.dropdown-menu a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px 0 34px;
  border-radius: 12px;
  color: var(--ink-2);
  font-weight: 800;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

.dropdown-menu a::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  opacity: .55;
}

.dropdown-menu a:hover {
  background: var(--sky);
  color: var(--teal-2);
  transform: translateX(2px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(135, 80, 255, .24);
}

.button.light {
  background: #fff;
  color: var(--teal-2);
  box-shadow: none;
}

.hero {
  min-height: 72vh;
  padding: 156px 0 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, .96), rgba(19, 9, 31, .72) 48%, rgba(19, 9, 31, .36)),
    linear-gradient(0deg, rgba(5, 5, 7, .86), rgba(5, 5, 7, .12)),
    url("solu180-hero.png") center right / cover no-repeat;
}

.breadcrumb {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.breadcrumb span { color: #f0b274; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .98;
}

.hero p {
  max-width: 700px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.section { padding: 86px 0; }
.section.alt { background: #fff; }
.section-label {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
}

.lead {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.panel {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(5, 5, 7, .08);
}

.panel h3 { margin-bottom: 12px; font-size: 24px; }
.panel p { color: var(--muted); }
.list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list li {
  padding: 14px 0 14px 28px;
  position: relative;
  border-top: 1px solid rgba(5, 5, 7, .08);
  color: var(--ink-2);
  font-weight: 700;
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--copper);
}

.deliverables {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(135, 80, 255, .72), rgba(154, 133, 200, .24)),
    rgba(5, 5, 7, .16);
  box-shadow: var(--shadow);
}

.deliverable {
  position: relative;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(135, 80, 255, .32), transparent 30%),
    linear-gradient(145deg, #050507, #171020 62%, #211634);
  border: 0;
  border-radius: 0;
  isolation: isolate;
  transition: transform .22s ease, background .22s ease;
}

.deliverable::before {
  content: "";
  width: 58px;
  height: 58px;
  display: block;
  margin-bottom: 28px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / 28px 28px no-repeat,
    linear-gradient(135deg, #8750ff, #4b47c6);
  box-shadow: 0 18px 38px rgba(135, 80, 255, .3);
}

.deliverable::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  z-index: -1;
  transition: transform .28s ease, border-color .28s ease;
}

.deliverable:nth-child(2) {
  background:
    radial-gradient(circle at 88% 14%, rgba(75, 71, 198, .36), transparent 30%),
    linear-gradient(145deg, #050507, #14142a 62%, #201f4c);
}

.deliverable:nth-child(2)::before {
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h10'/%3E%3Cpath d='M4 17h7'/%3E%3Cpath d='m15 16 2 2 4-5'/%3E%3C/svg%3E") center / 28px 28px no-repeat,
    linear-gradient(135deg, #4b47c6, #8750ff);
}

.deliverable:nth-child(3) {
  background:
    radial-gradient(circle at 88% 14%, rgba(154, 133, 200, .42), transparent 30%),
    linear-gradient(145deg, #050507, #1a1129 62%, #321b56);
}

.deliverable:nth-child(3)::before {
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M7 16v-5'/%3E%3Cpath d='M12 16V7'/%3E%3Cpath d='M17 16v-8'/%3E%3Cpath d='m7 11 5-4 5 1'/%3E%3C/svg%3E") center / 28px 28px no-repeat,
    linear-gradient(135deg, #9a85c8, #8750ff);
}

.deliverable:hover {
  transform: translateY(-4px);
}

.deliverable:hover::after {
  transform: scale(1.16);
  border-color: rgba(255, 255, 255, .22);
}

.deliverable strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.08;
}

.deliverable span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
}

.cta {
  padding: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(135, 80, 255, .94), rgba(5, 5, 7, .98));
  border-radius: var(--radius);
}

.cta h2 { margin-bottom: 12px; }
.cta p { max-width: 650px; margin-bottom: 0; color: rgba(255, 255, 255, .76); font-size: 18px; }

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

.service-nav a {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.service-nav a[aria-current="page"] {
  color: #fff;
  background: var(--teal-2);
}

footer {
  padding: 36px 0;
  background: #050507;
  color: rgba(255, 255, 255, .68);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

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

.footer-logo {
  width: 150px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.social-links a:hover {
  color: #fff;
  background: rgba(135, 80, 255, .24);
  border-color: rgba(135, 80, 255, .62);
  transform: translateY(-2px);
}

.social-links svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-inner strong { color: #fff; }

@media (max-width: 900px) {
  .dropdown { display: none; }
  .section-head, .two-col, .deliverables, .cta, .service-nav { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 126px; }
  .section { padding: 68px 0; }
  .cta { padding: 34px; }
  .cta .button { width: 100%; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav-inner {
    height: 58px;
    padding: 0 14px;
  }
  .brand small, .links { display: none; }
  .brand-logo { width: 150px; height: 36px; }
  .hero { padding: 108px 0 52px; }
  h1 { font-size: 40px; }
  .hero-actions .button { width: 100%; }
  .panel, .deliverable { padding: 24px; }
  .footer-inner { display: block; }
  .footer-inner div + div { margin-top: 10px; }
  .footer-brand { display: block; }
  .social-links { margin-top: 12px; }
}
