@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap");
:root {
  --ink: #171329;
  --muted: #6f6a81;
  --paper: #f8f7fb;
  --white: #ffffff;
  --purple: #5b20ff;
  --purple-dark: #4312dc;
  --lavender: #9c91ff;
  --lavender-soft: #e9e6ff;
  --brand-blue: #1678ff;
  --brand-cyan: #00d9eb;
  --brand-navy: #111b46;
  --line: #ddd9e8;
  --lime: #c9ff55;
  --radius: 1.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Cairo", Tahoma, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--purple);
  color: var(--white);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 1rem;
  right: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  min-height: 74px;
  padding: 0.55rem 0.7rem 0.55rem 0.55rem;
  border: 1px solid rgba(221, 217, 232, 0.86);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 60px rgba(48, 35, 96, 0.08);
  backdrop-filter: blur(18px);
  transform: translateX(50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: 118px;
  height: auto;
  object-fit: contain;
}

.brand > small {
  padding-right: 0.55rem;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.58rem;
  line-height: 1.45;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  color: #514c61;
  font-size: 0.9rem;
}

.desktop-nav a,
.footer-links a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--purple);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  min-height: 56px;
  padding: 0.8rem 1.45rem;
  border: 1px solid var(--purple);
  border-radius: 999px;
  background: var(--purple);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 12px 34px rgba(91, 32, 255, 0.2);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--purple-dark);
  box-shadow: 0 16px 40px rgba(91, 32, 255, 0.28);
  transform: translateY(-2px);
}

.button-small {
  min-height: 50px;
  padding-inline: 1.35rem;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 9.7rem max(5vw, calc((100vw - 1180px) / 2)) 5rem;
  background:
    linear-gradient(rgba(94, 79, 132, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 79, 132, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 70px 70px;
}

.hero::after {
  position: absolute;
  z-index: 0;
  bottom: -280px;
  left: -180px;
  width: 560px;
  height: 560px;
  border: 38px solid transparent;
  border-top-color: rgba(118, 91, 255, 0.22);
  border-right-color: rgba(91, 32, 255, 0.7);
  border-radius: 50%;
  content: "";
  transform: rotate(20deg);
}

.orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.orb-one {
  top: -195px;
  right: 23%;
  width: 420px;
  height: 420px;
  border: 45px solid rgba(114, 86, 255, 0.1);
}

.orb-two {
  right: 47%;
  bottom: 10%;
  width: 22px;
  height: 22px;
  background: var(--purple);
  box-shadow: 24px 19px 0 rgba(156, 145, 255, 0.25);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.7rem;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(4rem, 6vw, 6.4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-title-line-secondary {
  margin-top: 0.12em;
  font-size: 0.78em;
  letter-spacing: -0.045em;
}

.hero h1 em {
  position: relative;
  display: inline-block;
  color: var(--purple);
  font-size: 1.24em;
  font-style: normal;
  line-height: 0.8;
  transform: translateY(0.03em);
}

.hero h1 em::after {
  position: absolute;
  right: -2%;
  bottom: 2%;
  width: 110%;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, var(--purple), transparent);
  content: "";
  opacity: 0.35;
  transform: rotate(-4deg);
}

.hero-text {
  max-width: 570px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.2rem;
}

.text-link,
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 2;
}

.text-link:hover,
.text-link:focus-visible,
.arrow-link:hover,
.arrow-link:focus-visible {
  color: var(--purple);
}

.hero-visual {
  display: grid;
  place-items: center;
  min-height: 520px;
}

.logo-orbit {
  position: absolute;
  width: min(500px, 43vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.96) 0 28%, transparent 29%),
    radial-gradient(circle at center, rgba(0, 217, 235, 0.08), transparent 64%);
  filter: drop-shadow(0 34px 70px rgba(52, 34, 130, 0.15));
}

.logo-orbit::before {
  position: absolute;
  inset: 5%;
  border-radius: inherit;
  background: conic-gradient(
    from 90deg,
    transparent 0 10%,
    rgba(91, 32, 255, 0.14) 10% 28%,
    transparent 28% 54%,
    rgba(0, 217, 235, 0.18) 54% 72%,
    transparent 72%
  );
  content: "";
  mask: radial-gradient(circle, transparent 68%, #000 69% 72%, transparent 73%);
  animation: orbit-spin 20s linear infinite;
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(91, 32, 255, 0.18);
  border-radius: 50%;
}

.ring-one {
  inset: 6%;
}

.ring-two {
  inset: 18%;
  border-style: dashed;
  border-color: rgba(0, 174, 216, 0.26);
  animation: orbit-spin 28s linear infinite reverse;
}

.ring-three {
  inset: 29%;
  border-width: 2px;
  border-color: rgba(91, 32, 255, 0.11);
}

.logo-core {
  position: absolute;
  z-index: 3;
  inset: 29%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 32, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 22px 70px rgba(53, 36, 120, 0.17),
    inset 0 0 0 8px rgba(233, 230, 255, 0.55);
  backdrop-filter: blur(12px);
  animation: logo-float 5s ease-in-out infinite;
}

.logo-core img {
  width: 67%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(19, 105, 225, 0.2));
}

.logo-core span {
  position: absolute;
  top: calc(100% + 1rem);
  width: 190px;
  color: var(--brand-navy);
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
}

.orbit-dot {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--brand-cyan);
  box-shadow: 0 0 0 7px rgba(0, 217, 235, 0.12);
}

.dot-one {
  top: 17%;
  right: 27%;
}

.dot-two {
  bottom: 20%;
  left: 19%;
  background: var(--purple);
  box-shadow: 0 0 0 7px rgba(91, 32, 255, 0.1);
}

.dot-three {
  right: 8%;
  bottom: 43%;
  width: 7px;
  height: 7px;
  background: var(--lavender);
}

.orbit-stat,
.orbit-status {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(91, 32, 255, 0.1);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 40px rgba(53, 36, 120, 0.12);
  backdrop-filter: blur(14px);
}

.orbit-stat {
  display: grid;
  min-width: 122px;
  gap: 0.18rem;
  padding: 0.85rem 1rem;
  border-radius: 1.15rem;
}

.orbit-stat strong {
  color: var(--brand-navy);
  font-size: 1.35rem;
  line-height: 1;
  direction: ltr;
}

.orbit-stat span {
  color: var(--muted);
  font-size: 0.62rem;
}

.stat-one {
  top: 15%;
  left: -2%;
}

.stat-two {
  right: -1%;
  bottom: 17%;
}

.orbit-status {
  right: 50%;
  bottom: 3%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  color: var(--purple);
  font-size: 0.62rem;
  font-weight: 800;
  transform: translateX(50%);
}

.orbit-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-cyan);
  box-shadow: 0 0 0 5px rgba(0, 217, 235, 0.13);
}

@keyframes orbit-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes logo-float {
  50% {
    transform: translateY(-8px);
  }
}

.scroll-note {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--muted);
  font-size: 0.66rem;
  transform: translateX(50%);
}

.scroll-note span {
  width: 1px;
  height: 28px;
  background: var(--purple);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.25fr;
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: -1px auto 0;
  padding: 2.1rem;
  border-radius: 0 0 var(--radius) var(--radius);
  background: var(--ink);
  color: var(--white);
}

.trust-strip > div {
  display: grid;
  gap: 0.35rem;
  padding-inline: 1.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-strip strong {
  color: var(--lavender);
  font-size: 1.8rem;
  font-weight: 500;
}

.trust-strip span {
  color: #bcb7ca;
  font-size: 0.74rem;
}

.trust-strip p {
  margin: 0;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 8rem 0;
}

.section-label {
  margin-bottom: 2rem;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.section-label.light,
.eyebrow.light {
  color: var(--lavender);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9vw;
  align-items: start;
}

.about h2,
.section-heading h2,
.methodology h2,
.scenario h2,
.faq h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 1.18;
  letter-spacing: -0.055em;
}

.about h2 span {
  color: #8e889c;
  font-weight: 400;
}

.about-copy {
  padding-top: 0.55rem;
}

.about-copy p {
  margin: 0 0 1.2rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.95;
}

.about-copy p:first-child {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 700;
}

.about-copy .arrow-link {
  margin-top: 1rem;
}

.services {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.services > *:not(.section-mark),
.methodology > *:not(.section-mark) {
  position: relative;
  z-index: 2;
}

.section-mark {
  position: absolute;
  z-index: 1;
  width: clamp(320px, 38vw, 620px);
  height: auto;
  pointer-events: none;
  user-select: none;
}

.section-mark-services {
  top: 2rem;
  left: -10%;
  opacity: 0.035;
  transform: rotate(-9deg);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 3rem;
}

.section-heading h2 {
  max-width: 800px;
  font-size: clamp(2.6rem, 4.5vw, 4.7rem);
}

.section-heading > p {
  margin: 0 0 0.4rem;
  color: var(--muted);
  line-height: 1.9;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 325px;
  padding: 1.6rem;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.service-card:hover {
  z-index: 2;
  background: var(--purple);
  color: var(--white);
  transform: translateY(-5px);
}

.service-number {
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
}

.service-card:hover .service-number,
.service-card:hover p {
  color: rgba(255, 255, 255, 0.75);
}

.service-icon {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--purple);
}

.service-card h3 {
  max-width: 220px;
  margin: 4.2rem 0 0.9rem;
  font-size: 1.15rem;
  line-height: 1.5;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.85;
}

.service-card a {
  position: absolute;
  right: 1.6rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.74rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.service-card:hover a,
.service-card:focus-within a {
  opacity: 1;
  transform: translateY(0);
}

.methodology {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 7vw;
  width: 100%;
  overflow: hidden;
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
}

.section-mark-methodology {
  right: -9%;
  bottom: -8%;
  opacity: 0.07;
  filter: grayscale(1) brightness(2.2);
  transform: rotate(8deg);
}

.methodology-intro {
  position: sticky;
  top: 8rem;
  align-self: start;
}

.methodology-intro p {
  max-width: 480px;
  margin-top: 1.8rem;
  color: #aaa5ba;
  line-height: 1.9;
}

.method-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-list li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 1.1rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.method-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.method-list > li > span {
  color: var(--lavender);
  font-size: 0.76rem;
}

.method-list h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 500;
}

.method-list p {
  margin: 0.6rem 0 0;
  color: #aaa5ba;
  font-size: 0.85rem;
  line-height: 1.7;
}

.scenario {
  padding-top: 9rem;
}

.scenario-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 7vw;
  align-items: center;
}

.scenario-time {
  display: inline-block;
  margin: 0 0 1.5rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: var(--lavender-soft);
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 800;
}

.scenario-copy > p:not(.scenario-time) {
  max-width: 520px;
  margin: 1.6rem 0 2rem;
  color: var(--muted);
  line-height: 1.9;
}

.timeline-card {
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 25px 65px rgba(47, 35, 89, 0.08);
}

.timeline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
}

.timeline-head strong {
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: #efffd2;
  color: #3f7210;
  font-size: 0.68rem;
}

.timeline-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-card li {
  position: relative;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.timeline-card li:last-child {
  border-bottom: 0;
}

.timeline-card li > span {
  color: var(--purple);
  font-size: 0.73rem;
  font-weight: 700;
}

.timeline-card li div {
  display: grid;
  gap: 0.3rem;
}

.timeline-card li strong {
  font-size: 0.86rem;
}

.timeline-card li small {
  color: var(--muted);
  font-size: 0.7rem;
}

.insights {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.article-art {
  position: relative;
  display: grid;
  place-items: center;
  height: 255px;
  overflow: hidden;
  border-radius: 1.3rem;
  background: var(--lavender-soft);
}

.article-art::before,
.article-art::after {
  position: absolute;
  border: 30px solid rgba(91, 32, 255, 0.72);
  border-radius: 50%;
  content: "";
}

.article-art::before {
  width: 190px;
  height: 190px;
  transform: translate(90px, -70px);
}

.article-art::after {
  width: 290px;
  height: 290px;
  transform: translate(-140px, 110px);
}

.article-art span {
  z-index: 2;
  color: var(--purple);
  font-size: 3.6rem;
  font-weight: 300;
}

.art-2 {
  background: var(--ink);
}

.art-2 span {
  color: var(--white);
}

.art-2::before,
.art-2::after {
  border-color: rgba(156, 145, 255, 0.5);
}

.art-3 {
  background: var(--purple);
}

.art-3 span {
  color: var(--white);
}

.art-3::before,
.art-3::after {
  border-color: rgba(255, 255, 255, 0.3);
}

.article-category {
  margin: 1.2rem 0 0.7rem !important;
  color: var(--purple) !important;
  font-size: 0.7rem !important;
  font-weight: 800;
}

.articles-grid h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.55;
}

.articles-grid article > p:not(.article-category) {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.75;
}

.articles-grid article > a {
  display: inline-flex;
  gap: 0.5rem;
  color: var(--purple);
  font-size: 0.75rem;
  font-weight: 800;
}

.faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
}

.faq-title {
  position: sticky;
  top: 8rem;
  align-self: start;
}

.faq-title p {
  max-width: 360px;
  color: var(--muted);
  line-height: 1.8;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  gap: 1rem;
  align-items: center;
  padding: 1.55rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--purple);
  font-size: 0.7rem;
}

.faq-list summary i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--purple);
  font-style: normal;
  transition: transform 180ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -0.7rem 58px 1.5rem 38px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.9;
}

.contact {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 6rem;
  border-radius: 2rem;
  background: var(--purple);
  color: var(--white);
}

.contact > * {
  position: relative;
  z-index: 2;
}

.contact h2 {
  max-width: 830px;
}

.contact > p:not(.eyebrow) {
  max-width: 580px;
  margin: 1.5rem 0 2.2rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
}

.contact-loop {
  position: absolute;
  z-index: 1;
  top: -210px;
  left: -130px;
  width: 560px;
  height: 560px;
  border: 55px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.contact-loop::after {
  position: absolute;
  right: -130px;
  bottom: -260px;
  width: 360px;
  height: 360px;
  border: 42px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.contact-mark {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5%;
  width: min(390px, 37vw);
  height: auto;
  opacity: 0.13;
  filter: grayscale(1) brightness(3);
  pointer-events: none;
  transform: translateY(-50%) rotate(-8deg);
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.button-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--purple);
  box-shadow: none;
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--lime);
  color: var(--ink);
}

.contact-actions > span {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.67rem;
  line-height: 1.6;
}

footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0 2rem;
}

.footer-brand p {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
}

/* Internal pages */
.content-page {
  min-height: 100vh;
  overflow: hidden;
}

.content-page .site-header {
  position: fixed;
}

.page-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1180px, calc(100% - 2rem));
  min-height: 74svh;
  overflow: hidden;
  margin: 0 auto;
  padding: 11rem 0 6rem;
}

.page-hero::before {
  position: absolute;
  z-index: -1;
  top: 4rem;
  left: -7rem;
  width: 430px;
  height: 430px;
  border: 52px solid rgba(91, 32, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 7vw;
  align-items: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 3rem;
  color: var(--muted);
  font-size: 0.7rem;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--purple);
}

.breadcrumb strong {
  color: var(--ink);
  font-weight: 700;
}

.page-kicker {
  margin: 0 0 1.2rem;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.page-kicker.light {
  color: var(--lavender);
}

.page-hero h1,
.directory-hero h1,
.article-header h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(3.3rem, 6vw, 6.3rem);
  line-height: 1.09;
  letter-spacing: -0.06em;
}

.page-lead {
  max-width: 760px;
  margin: 1.8rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  line-height: 1.95;
}

.statement-card,
.service-signal,
.urgent-card {
  position: relative;
  overflow: hidden;
  padding: 3rem;
  border-radius: 50% 50% 46% 54% / 45% 52% 48% 55%;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 35px 80px rgba(42, 29, 91, 0.16);
}

.statement-card {
  display: grid;
  place-content: center;
  width: min(420px, 100%);
  aspect-ratio: 1;
  justify-self: end;
}

.statement-card::before,
.service-signal::before,
.urgent-card::before {
  position: absolute;
  top: -17%;
  left: -17%;
  width: 52%;
  aspect-ratio: 1;
  border: 22px solid rgba(156, 145, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.statement-card > span {
  color: var(--brand-cyan);
  font-size: 1rem;
  font-weight: 800;
}

.statement-card p {
  margin: 1rem 0 0;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.55;
}

.inner-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7.5rem 0;
}

.inner-section h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.4vw, 4.7rem);
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.split-section,
.deliverables-section,
.faq-inner,
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: start;
}

.rich-copy p {
  margin: 0 0 1.4rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 2;
}

.rich-copy p:first-child {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 700;
}

.tinted-section {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.values-grid,
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.values-grid article,
.outcomes-grid article {
  min-height: 260px;
  padding: 1.6rem;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.values-grid span,
.outcomes-grid span {
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
}

.values-grid h2 {
  margin-top: 3rem;
  font-size: 1.8rem;
}

.values-grid p,
.outcomes-grid p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.9;
}

.outcomes-grid p {
  margin-top: 4.4rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.promise-section,
.process-section {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
}

.promise-section h2 {
  max-width: 1050px;
  font-size: clamp(2.7rem, 5.5vw, 6rem);
}

.service-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 2rem));
  margin: -1rem auto 7rem;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.directory-card {
  position: relative;
  display: block;
  min-height: 365px;
  padding: 2rem;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.directory-card:hover,
.directory-card:focus-visible {
  z-index: 2;
  background: var(--purple);
  color: var(--white);
  transform: translateY(-4px);
}

.directory-card > span {
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
}

.directory-card:hover > span,
.directory-card:hover p,
.directory-card:focus-visible > span,
.directory-card:focus-visible p {
  color: rgba(255, 255, 255, 0.74);
}

.directory-card h2 {
  max-width: 440px;
  margin: 3.5rem 0 1rem;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.35;
}

.directory-card p {
  max-width: 530px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.9;
}

.directory-card strong {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--purple);
  font-size: 0.78rem;
}

.directory-card:hover strong,
.directory-card:focus-visible strong {
  color: var(--white);
}

.directory-card i,
.insight-card-large i {
  font-style: normal;
}

.service-signal {
  display: grid;
  place-content: center;
  justify-self: end;
  width: min(410px, 100%);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 35% 30%, rgba(0, 217, 235, 0.22), transparent 36%),
    var(--ink);
}

.service-signal > span {
  color: var(--brand-cyan);
  font-size: 0.75rem;
  font-weight: 800;
}

.service-signal strong {
  max-width: 270px;
  margin: 0.8rem 0;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.35;
}

.service-signal small {
  color: #aca7bb;
}

.section-heading.compact {
  display: block;
  margin-bottom: 0;
}

.check-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.check-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  position: absolute;
  top: 1.45rem;
  right: 0;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--lavender-soft);
  color: var(--purple);
  content: "✓";
  font-size: 0.75rem;
}

.process-section > h2 {
  max-width: 900px;
  margin-bottom: 3rem;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
}

.process-list li {
  display: grid;
  align-content: space-between;
  min-height: 200px;
  padding: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.process-list span {
  color: var(--lavender);
  font-size: 0.7rem;
}

.process-list strong {
  font-size: 1.05rem;
}

.faq-inner details {
  border-top: 1px solid var(--line);
}

.faq-inner details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-inner summary {
  display: grid;
  grid-template-columns: 36px 1fr 25px;
  gap: 0.8rem;
  align-items: center;
  padding: 1.35rem 0;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  list-style: none;
}

.faq-inner summary::-webkit-details-marker {
  display: none;
}

.faq-inner summary span,
.faq-inner summary i {
  color: var(--purple);
  font-size: 0.68rem;
  font-style: normal;
}

.faq-inner summary i {
  font-size: 1rem;
}

.faq-inner details p {
  margin: -0.4rem 44px 1.4rem 25px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.9;
}

.inner-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: end;
  width: min(1180px, calc(100% - 2rem));
  overflow: hidden;
  margin: 1rem auto;
  padding: 4.5rem;
  border-radius: 2rem;
  background: var(--purple);
  color: var(--white);
}

.inner-cta h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.methodology-flow {
  width: 100%;
  padding: 2rem max(1rem, calc((100vw - 1180px) / 2)) 7rem;
  background: var(--ink);
  color: var(--white);
}

.methodology-flow article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.methodology-flow article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.methodology-flow article > span {
  color: var(--lavender);
  font-size: 0.75rem;
}

.methodology-flow h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 500;
}

.methodology-flow p {
  margin: 0.55rem 0 0;
  color: #aaa5ba;
  line-height: 1.8;
}

.insight-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 7rem;
}

.insight-card-large {
  display: block;
}

.insight-card-large > p {
  margin: 1.1rem 0 0.7rem;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
}

.insight-card-large h2 {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.55;
}

.insight-card-large strong {
  display: flex;
  gap: 0.6rem;
  color: var(--purple);
  font-size: 0.78rem;
}

.article-page {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 11rem 0 7rem;
}

.article-header {
  max-width: 980px;
  padding-bottom: 5rem;
}

.article-header .breadcrumb {
  margin-bottom: 3rem;
}

.article-header .page-lead {
  max-width: 820px;
}

.article-layout {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: 8vw;
  align-items: start;
}

.article-layout aside {
  position: sticky;
  top: 8rem;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.article-layout aside strong,
.article-layout aside a {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.article-layout aside strong {
  font-size: 0.78rem;
}

.article-layout aside a {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.7;
}

.article-layout aside a:hover {
  color: var(--purple);
}

.article-body section {
  padding: 0 0 3.5rem;
}

.article-body section > span {
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
}

.article-body h2 {
  margin: 0.7rem 0 1rem;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.article-body p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 2.15;
}

.article-note {
  padding: 2rem;
  border-radius: 1.4rem;
  background: var(--lavender-soft);
}

.article-note strong {
  color: var(--purple);
}

.article-note p {
  margin-bottom: 0;
  color: var(--ink);
}

.urgent-card {
  justify-self: end;
  width: min(430px, 100%);
  aspect-ratio: 1;
}

.urgent-card > span {
  color: var(--brand-cyan);
  font-size: 0.72rem;
  font-weight: 800;
}

.urgent-card h2 {
  margin: 1rem 0;
  font-size: clamp(1.6rem, 2.8vw, 2.7rem);
  line-height: 1.5;
}

.urgent-card p {
  color: #b7b2c4;
  font-size: 0.78rem;
  line-height: 1.8;
}

.contact-layout > div > p:not(.page-kicker) {
  color: var(--muted);
  line-height: 1.9;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-form label b,
.lp-form label b {
  color: var(--purple);
  font-size: 0.8rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  outline: none;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(91, 32, 255, 0.08);
}

.full-field {
  grid-column: 1 / -1;
}

.contact-form small {
  color: var(--muted);
  font-size: 0.65rem;
}

.legal-hero {
  min-height: 58svh;
}

.legal-content {
  width: min(780px, calc(100% - 2rem));
  margin: 0 auto;
  padding-bottom: 7rem;
}

.legal-content section {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
}

.legal-content p {
  color: var(--muted);
  line-height: 2;
}

/* Google Ads reputation-protection landing page */
.lp-page {
  background: #fbfaff;
}

.landing-header {
  position: fixed;
  z-index: 60;
  top: 1rem;
  right: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 2rem));
  min-height: 74px;
  padding: 0.55rem 0.7rem 0.55rem 0.55rem;
  border: 1px solid rgba(221, 217, 232, 0.86);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 60px rgba(48, 35, 96, 0.08);
  backdrop-filter: blur(18px);
  transform: translateX(50%);
}

.lp-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 5vw;
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  min-height: 100svh;
  overflow: hidden;
  margin: 0 auto;
  padding: 10rem 0 5rem;
}

.lp-hero::before {
  position: absolute;
  z-index: 0;
  top: -190px;
  right: 34%;
  width: 470px;
  height: 470px;
  border: 50px solid rgba(91, 32, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.lp-hero::after {
  position: absolute;
  z-index: 0;
  right: -12%;
  bottom: -55%;
  width: 640px;
  height: 640px;
  border: 50px solid rgba(0, 217, 235, 0.06);
  border-radius: 50%;
  content: "";
}

.lp-hero-copy,
.lp-orbit {
  position: relative;
  z-index: 2;
}

.lp-badge {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  margin: 0 0 1.4rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(91, 32, 255, 0.14);
  border-radius: 999px;
  background: var(--white);
  color: var(--purple);
  font-size: 0.7rem;
  font-weight: 800;
}

.lp-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-cyan);
  box-shadow: 0 0 0 5px rgba(0, 217, 235, 0.12);
}

.lp-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.4rem, 3.65vw, 3.9rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.lp-hero h1 em {
  display: inline-block;
  color: var(--purple);
  font-style: normal;
}

.lp-title-action {
  display: block;
  margin-top: 0.18em;
  font-size: 0.84em;
  letter-spacing: -0.035em;
}

.lp-hero-copy > p:not(.lp-badge) {
  max-width: 650px;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.95;
}

.lp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.lp-hero-points li {
  position: relative;
  padding-right: 1.1rem;
  color: var(--brand-navy);
  font-size: 0.73rem;
  font-weight: 700;
}

.lp-hero-points li::before {
  position: absolute;
  top: 0.58em;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-cyan);
  content: "";
}

.lp-actions {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-top: 2rem;
}

.lp-secondary-link {
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 2;
}

.lp-secondary-link:hover {
  color: var(--purple);
}

.lp-orbit {
  width: min(510px, 42vw);
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid rgba(91, 32, 255, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.97) 0 28%, transparent 29%),
    radial-gradient(circle, rgba(91, 32, 255, 0.06), transparent 68%);
}

.lp-orbit::before {
  position: absolute;
  inset: 10%;
  border: 1px dashed rgba(0, 174, 216, 0.3);
  border-radius: 50%;
  content: "";
  animation: orbit-spin 32s linear infinite;
}

.lp-orbit-core {
  position: absolute;
  z-index: 3;
  inset: 31%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  box-shadow:
    0 24px 70px rgba(46, 30, 116, 0.17),
    inset 0 0 0 8px rgba(233, 230, 255, 0.6);
}

.lp-orbit-core img {
  width: 63%;
  filter: drop-shadow(0 10px 20px rgba(27, 114, 221, 0.2));
}

.lp-orbit-core span {
  position: absolute;
  top: calc(100% + 0.9rem);
  width: 170px;
  color: var(--brand-navy);
  font-size: 0.65rem;
  font-weight: 800;
  text-align: center;
}

.lp-orbit-ring {
  position: absolute;
  border: 2px solid transparent;
  border-radius: 50%;
  pointer-events: none;
}

.lp-orbit .ring-a {
  inset: 3%;
  border-top-color: rgba(91, 32, 255, 0.62);
  border-right-color: rgba(91, 32, 255, 0.12);
  transform: rotate(35deg);
}

.lp-orbit .ring-b {
  inset: 20%;
  border-bottom-color: rgba(0, 217, 235, 0.52);
  border-left-color: rgba(0, 217, 235, 0.12);
  transform: rotate(-20deg);
}

.lp-orbit-node {
  position: absolute;
  z-index: 5;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(91, 32, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-navy);
  font-size: 0.66rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 15px 35px rgba(52, 36, 117, 0.11);
}

.lp-orbit-node::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 0.45rem;
  border-radius: 50%;
  background: var(--brand-cyan);
  content: "";
}

.lp-orbit .node-a {
  top: 13%;
  left: -1%;
}

.lp-orbit .node-b {
  top: 42%;
  right: -7%;
}

.lp-orbit .node-c {
  right: 7%;
  bottom: 10%;
}

.lp-orbit .node-d {
  bottom: 15%;
  left: -3%;
}

.lp-quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.8rem;
  border-radius: 1.5rem;
  background: var(--ink);
  color: var(--white);
}

.lp-quick-strip div {
  display: grid;
  gap: 0.3rem;
  padding-inline: 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.lp-quick-strip div:last-child {
  border-left: 0;
}

.lp-quick-strip strong {
  color: var(--lavender);
  font-size: 0.68rem;
}

.lp-quick-strip span {
  font-size: 0.78rem;
  font-weight: 700;
}

.lp-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7.5rem 0;
}

.lp-kicker {
  margin: 0 0 1rem;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
}

.lp-kicker.light {
  color: var(--lavender);
}

.lp-heading h2,
.lp-section h2,
.lp-process-section h2,
.lp-why h2,
.lp-form-section h2,
.lp-final h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.8vw, 5.2rem);
  line-height: 1.18;
  letter-spacing: -0.055em;
}

.lp-intro,
.lp-deliverables,
.lp-faq {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: start;
}

.lp-intro {
  padding-bottom: 1.5rem;
}

.lp-intro > div:last-child p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 2;
}

.lp-intro > div:last-child p:last-child {
  margin-bottom: 0;
}

.lp-intro > div:last-child p:first-child {
  color: var(--ink);
  font-size: 1.13rem;
  font-weight: 700;
}

.lp-intro h2 {
  max-width: 590px;
  font-size: clamp(1.9rem, 2.75vw, 2.85rem);
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.lp-types {
  width: 100%;
  padding-top: 1.5rem;
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, var(--white) 0, var(--white) 9rem, transparent 9rem),
    var(--lavender-soft);
}

.lp-types-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 4rem;
  align-items: end;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 8% 20%, rgba(0, 217, 235, 0.2), transparent 30%),
    linear-gradient(135deg, #1a1135 0%, #28155c 58%, #4d1bd3 100%);
  color: var(--white);
  box-shadow: 0 30px 80px rgba(45, 25, 105, 0.18);
}

.lp-types-heading::after {
  position: absolute;
  top: -135px;
  left: -95px;
  width: 310px;
  height: 310px;
  border: 34px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.lp-types-heading > * {
  position: relative;
  z-index: 1;
}

.lp-types-heading .lp-kicker {
  color: var(--brand-cyan);
}

.lp-types-heading h2 {
  max-width: 760px;
  font-size: clamp(2.7rem, 4.5vw, 4.75rem);
  line-height: 1.16;
}

.lp-types-heading h2 span {
  color: var(--lavender);
}

.lp-heading-intro {
  margin: 0;
  padding-right: 1.4rem;
  border-right: 2px solid var(--brand-cyan);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 2;
}

.lp-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.lp-types-grid article {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 1.6rem;
  border: 1px solid rgba(91, 32, 255, 0.1);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.lp-types-grid article::after {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand-cyan);
  content: "";
}

.lp-types-grid article:hover {
  z-index: 2;
  background: var(--purple);
  color: var(--white);
  transform: translateY(-6px);
}

.lp-types-grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--lavender-soft);
  color: var(--purple);
  font-size: 0.7rem;
  font-weight: 800;
}

.lp-types-grid h3 {
  margin: 3.8rem 0 0.9rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.lp-types-grid p {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.9;
}

.lp-types-grid article:hover > span,
.lp-types-grid article:hover p {
  color: rgba(255, 255, 255, 0.74);
}

.lp-types-grid article:hover > span {
  background: rgba(255, 255, 255, 0.14);
}

.lp-process-section {
  width: 100%;
  padding: 7rem max(1rem, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
}

.lp-process-section .lp-heading {
  max-width: 900px;
}

.lp-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 3rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.lp-process li {
  display: grid;
  min-height: 260px;
  gap: 1rem;
  align-content: start;
  padding: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.lp-process li:hover {
  background: rgba(91, 32, 255, 0.16);
  transform: translateY(-4px);
}

.lp-process-number {
  color: var(--lavender);
  font-size: 0.7rem;
}

.lp-process-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(145, 226, 255, 0.28);
  border-radius: 50%;
  background: rgba(0, 217, 235, 0.08);
  color: var(--brand-cyan);
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.025);
}

.lp-process li > div {
  margin-top: 0.15rem;
}

.lp-process strong {
  display: block;
  margin-bottom: 0.55rem;
}

.lp-process li:hover .lp-process-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: var(--purple);
  color: var(--white);
}

.lp-process strong {
  font-size: 1.2rem;
}

.lp-process p {
  color: #aaa5ba;
  font-size: 0.72rem;
  line-height: 1.8;
}

.lp-deliverables > ul {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.lp-deliverables li {
  position: relative;
  padding: 1.2rem 2.8rem 1.2rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 700;
}

.lp-deliverables li::before {
  position: absolute;
  top: 1.1rem;
  right: 0;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--lavender-soft);
  color: var(--purple);
  content: "✓";
  font-size: 0.7rem;
}

.lp-why {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4vw;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 1rem;
  padding: 3rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 15% 25%, rgba(0, 217, 235, 0.2), transparent 28%),
    var(--purple);
  color: var(--white);
}

.lp-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.lp-why-grid article {
  min-height: 120px;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.lp-why-grid strong {
  font-size: 0.95rem;
}

.lp-why-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  line-height: 1.8;
}

.lp-why h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.7rem);
}

.lp-form-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 7vw;
  align-items: start;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7.5rem 0;
}

.lp-form-copy > p:not(.lp-kicker) {
  color: var(--muted);
  line-height: 1.9;
}

.lp-form-copy h2 span {
  display: block;
}

.lp-privacy-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--lavender-soft);
}

.lp-privacy-note > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--white);
  color: var(--purple);
}

.lp-privacy-note p {
  margin: 0;
  color: var(--brand-navy);
  font-size: 0.7rem;
  line-height: 1.7;
}

.lp-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: var(--white);
  box-shadow: 0 25px 70px rgba(48, 35, 96, 0.09);
}

.lp-form label {
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.lp-form input,
.lp-form select,
.lp-form textarea {
  width: 100%;
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  outline: none;
  background: #fcfbff;
  color: var(--ink);
  font: inherit;
}

.lp-form input:focus,
.lp-form select:focus,
.lp-form textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(91, 32, 255, 0.08);
}

.lp-form small {
  color: var(--muted);
  font-size: 0.63rem;
}

.lp-faq details {
  border-top: 1px solid var(--line);
}

.lp-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.lp-faq summary {
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  gap: 0.7rem;
  align-items: center;
  padding: 1.35rem 0;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  list-style: none;
}

.lp-faq summary::-webkit-details-marker {
  display: none;
}

.lp-faq summary span,
.lp-faq summary i {
  color: var(--purple);
  font-size: 0.68rem;
  font-style: normal;
}

.lp-faq details p {
  margin: -0.4rem 42px 1.4rem 24px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.9;
}

.lp-final {
  display: grid;
  place-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 1rem;
  padding: 5rem;
  border-radius: 2rem;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.lp-final > p {
  color: var(--brand-cyan);
  font-size: 0.75rem;
  font-weight: 800;
}

.lp-final h2 {
  max-width: 780px;
  margin-bottom: 2rem;
}

.landing-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
}

.landing-footer > p {
  color: var(--muted);
  font-size: 0.75rem;
}

.landing-footer > div {
  display: flex;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.67rem;
}

.lp-mobile-cta {
  display: none;
}

@media (max-width: 1000px) {
  .desktop-nav,
  .site-header > .button-small {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: grid;
    place-content: center;
    gap: 6px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 0.9rem;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    width: 19px;
    height: 2px;
    background: var(--ink);
  }

  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    display: grid;
    width: min(300px, calc(100vw - 3rem));
    padding: 0.65rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--white);
    box-shadow: 0 22px 50px rgba(48, 35, 96, 0.15);
  }

  .mobile-menu nav a {
    padding: 0.9rem;
    border-bottom: 1px solid var(--line);
    font-size: 0.85rem;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
    border-radius: 0.7rem;
    background: var(--purple);
    color: var(--white);
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 9rem;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-strip p {
    grid-column: 1 / -1;
    padding: 1.5rem 1.4rem 0;
  }

  .about-grid,
  .section-heading,
  .methodology,
  .scenario-grid,
  .faq {
    grid-template-columns: 1fr;
  }

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

  .methodology-intro,
  .faq-title {
    position: static;
  }

  .articles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .articles-grid article:last-child {
    grid-column: 1 / -1;
  }

  .page-hero-grid,
  .split-section,
  .deliverables-section,
  .faq-inner,
  .contact-layout,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .statement-card,
  .service-signal,
  .urgent-card {
    justify-self: center;
  }

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

  .process-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .insight-directory {
    grid-template-columns: 1fr 1fr;
  }

  .article-layout aside {
    position: static;
  }

  .lp-hero,
  .lp-intro,
  .lp-deliverables,
  .lp-faq,
  .lp-why,
  .lp-form-section {
    grid-template-columns: 1fr;
  }

  .lp-orbit {
    width: min(510px, 82vw);
    justify-self: center;
  }

  .lp-types-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-types-heading {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .lp-heading-intro {
    max-width: 620px;
  }

  .lp-process {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 0.65rem;
    width: calc(100% - 1rem);
    min-height: 66px;
    border-radius: 1.1rem;
  }

  .brand-logo {
    width: 103px;
  }

  .brand > small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 8.8rem 1rem 4.5rem;
    background-size: 46px 46px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 15.7vw, 4rem);
    line-height: 1.06;
  }

  .hero-title-line-secondary {
    margin-top: 0.2em;
    font-size: 0.68em;
    letter-spacing: -0.025em;
  }

  .hero-text {
    font-size: 0.95rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-actions .text-link {
    align-self: center;
  }

  .hero-visual {
    min-height: 430px;
  }

  .logo-orbit {
    width: min(390px, 94vw);
  }

  .orbit-stat {
    min-width: 104px;
    padding: 0.7rem 0.8rem;
  }

  .orbit-stat strong {
    font-size: 1.1rem;
  }

  .stat-one {
    left: 1%;
  }

  .stat-two {
    right: 1%;
  }

  .contact-mark {
    left: -18%;
    width: 75vw;
    opacity: 0.1;
  }

  .scroll-note {
    display: none;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: calc(100% - 1rem);
    padding: 1.4rem;
    border-radius: var(--radius);
  }

  .trust-strip > div {
    grid-template-columns: 80px 1fr;
    align-items: center;
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .trust-strip p {
    grid-column: auto;
    padding: 0;
  }

  .section {
    width: calc(100% - 2rem);
    padding: 5.5rem 0;
  }

  .about h2,
  .section-heading h2,
  .methodology h2,
  .scenario h2,
  .faq h2,
  .contact h2 {
    font-size: 2.65rem;
  }

  .about-grid,
  .section-heading,
  .methodology,
  .scenario-grid,
  .faq {
    gap: 2.5rem;
  }

  .services,
  .methodology,
  .insights {
    width: 100%;
    padding-inline: 1rem;
  }

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

  .service-card {
    min-height: 290px;
  }

  .service-card a {
    opacity: 1;
    transform: none;
  }

  .method-list li {
    grid-template-columns: 38px 1fr;
  }

  .timeline-card {
    padding: 1rem;
  }

  .timeline-head {
    align-items: flex-start;
    gap: 0.7rem;
    flex-direction: column;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .articles-grid article:last-child {
    grid-column: auto;
  }

  .faq-list summary {
    grid-template-columns: 30px 1fr 28px;
    gap: 0.6rem;
    font-size: 0.87rem;
  }

  .faq-list details p {
    margin-right: 36px;
    margin-left: 20px;
  }

  .contact {
    width: calc(100% - 1rem);
    padding: 4rem 1.4rem;
    border-radius: 1.5rem;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-actions .button {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
  }

  .footer-meta {
    gap: 0.8rem;
    flex-direction: column;
  }

  .page-hero,
  .article-page {
    width: calc(100% - 2rem);
    min-height: auto;
    padding-top: 8.8rem;
  }

  .page-hero h1,
  .directory-hero h1,
  .article-header h1 {
    font-size: 3rem;
  }

  .page-hero::before {
    left: -12rem;
    width: 330px;
    height: 330px;
    border-width: 34px;
  }

  .statement-card,
  .service-signal,
  .urgent-card {
    padding: 2.2rem;
  }

  .inner-section {
    width: calc(100% - 2rem);
    padding: 5rem 0;
  }

  .tinted-section,
  .promise-section,
  .process-section {
    width: 100%;
    padding-inline: 1rem;
  }

  .inner-section h2 {
    font-size: 2.5rem;
  }

  .values-grid,
  .outcomes-grid,
  .service-directory,
  .process-list,
  .insight-directory {
    grid-template-columns: 1fr;
  }

  .values-grid article,
  .outcomes-grid article {
    min-height: 220px;
  }

  .service-directory {
    width: calc(100% - 2rem);
  }

  .directory-card {
    min-height: 340px;
  }

  .process-list li {
    min-height: 150px;
  }

  .inner-cta {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: calc(100% - 1rem);
    padding: 3.5rem 1.4rem;
  }

  .methodology-flow {
    padding-inline: 1rem;
  }

  .methodology-flow article {
    grid-template-columns: 45px 1fr;
    gap: 1rem;
  }

  .insight-directory {
    width: calc(100% - 2rem);
  }

  .article-header {
    padding-bottom: 3rem;
  }

  .article-layout {
    gap: 3rem;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form label,
  .full-field {
    grid-column: auto;
  }

  .landing-header {
    top: 0.65rem;
    width: calc(100% - 1rem);
    min-height: 66px;
    border-radius: 1.1rem;
  }

  .landing-header .brand > small {
    display: none;
  }

  .landing-header .button {
    min-height: 44px;
    padding: 0.65rem 0.95rem;
    font-size: 0.72rem;
  }

  .lp-hero {
    grid-template-columns: 1fr;
    width: calc(100% - 2rem);
    min-height: auto;
    padding: 8.8rem 0 4.5rem;
  }

  .lp-hero h1 {
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .lp-hero-points {
    display: grid;
  }

  .lp-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lp-actions .button {
    width: 100%;
  }

  .lp-secondary-link {
    align-self: center;
  }

  .lp-orbit {
    width: min(370px, 94vw);
    margin-top: 2rem;
  }

  .lp-orbit-node {
    padding: 0.55rem 0.7rem;
    font-size: 0.57rem;
  }

  .lp-quick-strip {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0;
    width: calc(100% - 1rem);
    padding: 1.3rem;
  }

  .lp-quick-strip div:nth-child(2) {
    border-left: 0;
  }

  .lp-section,
  .lp-form-section {
    width: calc(100% - 2rem);
    padding: 5rem 0;
  }

  .lp-intro {
    padding-bottom: 1rem;
  }

  .lp-heading h2,
  .lp-section h2,
  .lp-process-section h2,
  .lp-why h2,
  .lp-form-section h2,
  .lp-final h2 {
    font-size: 2.55rem;
  }

  .lp-intro h2 {
    font-size: 1.9rem;
  }

  .lp-types,
  .lp-process-section {
    width: 100%;
    padding-inline: 1rem;
  }

  .lp-types {
    padding-top: 1rem;
  }

  .lp-types-heading {
    gap: 1.4rem;
    padding: 2.2rem 1.35rem;
    border-radius: 1.5rem;
  }

  .lp-types-heading h2 {
    font-size: 2.45rem;
  }

  .lp-heading-intro {
    padding-top: 1rem;
    padding-right: 0;
    border-top: 2px solid var(--brand-cyan);
    border-right: 0;
  }

  .lp-types-grid,
  .lp-process,
  .lp-why-grid,
  .lp-form {
    grid-template-columns: 1fr;
  }

  .lp-types-grid article {
    min-height: 290px;
  }

  .lp-process li {
    min-height: 170px;
  }

  .lp-why {
    width: calc(100% - 1rem);
    gap: 2rem;
    padding: 2.5rem 1.3rem;
  }

  .lp-why h2 {
    font-size: 2.1rem;
  }

  .lp-why-grid article {
    min-height: 115px;
  }

  .lp-form label,
  .lp-form .full-field {
    grid-column: auto;
  }

  .lp-final {
    width: calc(100% - 1rem);
    padding: 4rem 1.3rem;
  }

  .landing-footer {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: calc(100% - 2rem);
  }

  .landing-footer > div {
    justify-content: space-between;
  }

  .lp-page {
    padding-bottom: 5.2rem;
  }

  .lp-mobile-cta {
    position: fixed;
    z-index: 80;
    right: 0.65rem;
    bottom: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: calc(100% - 1.3rem);
    min-height: 54px;
    border-radius: 999px;
    background: var(--purple);
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(67, 18, 220, 0.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
