@charset "UTF-8";

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

:root {
  --a-red: #ff452d;
  --a-ink: #121212;
  --a-paper: #f2f0e9;
  --a-paper-deep: #e8e5dc;
  --a-white: #f7f5ef;
  --a-muted: #76736c;
  --a-line: #1212121c;
  --a-gutter: clamp(24px, 5.2vw, 88px);
}

body.aiora-subpage {
  background: var(--a-paper) !important;
  color: var(--a-ink) !important;
  font-family: Manrope, sans-serif !important;
  overflow-x: hidden;
}

body.aiora-subpage > .fixed.inset-0 {
  display: none;
}

body.aiora-subpage header {
  height: 82px;
  background: color-mix(in srgb, var(--a-paper) 92%, transparent) !important;
  border-color: var(--a-line) !important;
  backdrop-filter: blur(18px);
}

body.aiora-subpage header > div {
  max-width: none !important;
  padding-inline: var(--a-gutter) !important;
}

body.aiora-subpage header a {
  color: var(--a-ink) !important;
}

body.aiora-subpage header img {
  height: 35px !important;
  width: auto !important;
  max-width: min(210px, 55vw) !important;
}

/* Some newer live pages ship a standalone logo rule. Constrain the image
   itself so it cannot reintroduce horizontal overflow below that rule. */
body.aiora-subpage img[src="logo.png"] {
  width: auto !important;
  max-width: min(210px, 55vw) !important;
}

body.aiora-subpage header .subpage-header-cta {
  margin-left: auto;
  height: 44px !important;
  padding-inline: 20px 10px !important;
  border-radius: 999px !important;
  background: var(--a-ink) !important;
  color: var(--a-white) !important;
  box-shadow: none !important;
}

body.aiora-subpage header .subpage-header-cta::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  border-radius: 50%;
  background: var(--a-red);
  color: var(--a-ink);
  font:
    19px/1 Outfit,
    sans-serif;
}

body.aiora-subpage header .subpage-header-cta i {
  display: none;
}

body.aiora-subpage main {
  display: block;
}

body.aiora-subpage main > section {
  position: relative;
  isolation: isolate;
  padding-block: clamp(70px, 9vw, 132px) !important;
  border-color: var(--a-line) !important;
  background: var(--a-paper) !important;
}

body.aiora-subpage main > section > div {
  max-width: none !important;
  padding-inline: var(--a-gutter) !important;
}

body.aiora-subpage main > section:first-child {
  min-height: min(760px, 100svh);
  display: grid;
  align-items: end;
  padding-top: 152px !important;
  padding-bottom: clamp(72px, 10vw, 138px) !important;
  overflow: hidden;
  background: var(--a-ink) !important;
  color: var(--a-white) !important;
}

body.aiora-subpage main > section:first-child::before,
body.aiora-subpage main > section:first-child::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid #ffffff16;
  border-radius: 50%;
  pointer-events: none;
}

body.aiora-subpage main > section:first-child::before {
  width: min(72vw, 860px);
  aspect-ratio: 1;
  right: -16%;
  top: -32%;
}

body.aiora-subpage main > section:first-child::after {
  width: min(50vw, 620px);
  aspect-ratio: 1;
  right: 3%;
  top: -5%;
  border-color: #ff452d70;
}

body.aiora-subpage main > section:first-child .mx-auto {
  position: relative;
  z-index: 1;
}

body.aiora-subpage main > section:first-child nav {
  margin-bottom: clamp(48px, 9vw, 100px) !important;
  color: #f7f5ef80 !important;
  font-size: 10px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.aiora-subpage main > section:first-child nav a,
body.aiora-subpage main > section:first-child nav span {
  color: inherit !important;
}

body.aiora-subpage h1,
body.aiora-subpage h2,
body.aiora-subpage h3,
body.aiora-subpage h4 {
  font-family: Outfit, sans-serif !important;
}

body.aiora-subpage main > section:first-child h1 {
  max-width: 900px;
  margin-bottom: 28px !important;
  color: var(--a-white) !important;
  font-size: clamp(52px, 8.2vw, 128px) !important;
  font-weight: 700 !important;
  line-height: 0.91 !important;
  letter-spacing: -0.075em !important;
}

body.aiora-subpage h1 .text-primary,
body.aiora-subpage h2 .text-primary,
body.aiora-subpage h3 .text-primary,
body.aiora-subpage .text-primary {
  color: var(--a-red) !important;
}

body.aiora-subpage main > section:first-child p:not(.text-primary) {
  max-width: 600px;
  color: #f7f5efad !important;
  font-size: clamp(15px, 1.45vw, 19px) !important;
  line-height: 1.7 !important;
}

body.aiora-subpage main > section:first-child .text-white {
  color: var(--a-white) !important;
}

body.aiora-subpage
  main
  > section:first-child
  :is(
    .text-white\/30,
    .text-white\/40,
    .text-white\/50,
    .text-white\/60,
    .text-white\/70
  ) {
  color: #f7f5efad !important;
}

body.aiora-subpage main > section:first-child img {
  border: 1px solid #ffffff22 !important;
  border-radius: 0 !important;
  box-shadow: 16px 16px 0 var(--a-red);
  filter: saturate(0.85) contrast(1.05);
}

body.aiora-subpage .inline-flex.rounded-full {
  border-color: #ff452d55 !important;
  background: #ff452d16 !important;
  color: var(--a-red) !important;
  border-radius: 0 !important;
  letter-spacing: 0.14em !important;
}

body.aiora-subpage main > section:first-child a.bg-primary,
body.aiora-subpage main a.bg-primary {
  min-height: 52px;
  border-radius: 999px !important;
  background: var(--a-red) !important;
  color: var(--a-ink) !important;
  box-shadow: none !important;
}

body.aiora-subpage main > section:first-child a.bg-primary:hover,
body.aiora-subpage main a.bg-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 0 var(--a-ink) !important;
}

body.aiora-subpage main > section:not(:first-child) h2 {
  max-width: 760px;
  margin-bottom: 18px !important;
  color: var(--a-ink) !important;
  font-size: clamp(39px, 5.1vw, 76px) !important;
  font-weight: 700 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.065em !important;
}

body.aiora-subpage main > section:not(:first-child) h3 {
  color: var(--a-ink) !important;
  font-size: clamp(19px, 1.8vw, 26px) !important;
  letter-spacing: -0.035em !important;
}

body.aiora-subpage .text-white,
body.aiora-subpage .text-foreground {
  color: var(--a-ink) !important;
}

body.aiora-subpage .text-white\/40,
body.aiora-subpage .text-white\/50,
body.aiora-subpage .text-white\/60,
body.aiora-subpage .text-white\/30,
body.aiora-subpage .text-white\/70 {
  color: var(--a-muted) !important;
}

body.aiora-subpage .bg-neutral-900\/30,
body.aiora-subpage .bg-neutral-900\/40,
body.aiora-subpage .bg-neutral-900\/20 {
  background: var(--a-paper-deep) !important;
}

body.aiora-subpage .border-white\/5,
body.aiora-subpage .border-white\/8,
body.aiora-subpage .border-white\/10,
body.aiora-subpage .border-white\/15 {
  border-color: var(--a-line) !important;
}

body.aiora-subpage .bg-white\/\[0\.02\],
body.aiora-subpage .bg-white\/\[0\.03\],
body.aiora-subpage .bg-white\/5 {
  background: transparent !important;
}

body.aiora-subpage main > section:nth-child(3n) {
  background: var(--a-ink) !important;
  color: var(--a-white) !important;
}

body.aiora-subpage main > section:nth-child(3n) h2,
body.aiora-subpage main > section:nth-child(3n) h3,
body.aiora-subpage main > section:nth-child(3n) .text-white,
body.aiora-subpage main > section:nth-child(3n) .text-foreground {
  color: var(--a-white) !important;
}

body.aiora-subpage main > section:nth-child(3n) .text-white\/40,
body.aiora-subpage main > section:nth-child(3n) .text-white\/50,
body.aiora-subpage main > section:nth-child(3n) .text-white\/60,
body.aiora-subpage main > section:nth-child(3n) .text-white\/30 {
  color: #f7f5ef9c !important;
}

body.aiora-subpage main > section:nth-child(3n) .border-white\/5,
body.aiora-subpage main > section:nth-child(3n) .border-white\/8,
body.aiora-subpage main > section:nth-child(3n) .border-white\/10,
body.aiora-subpage main > section:nth-child(3n) .border-white\/15 {
  border-color: #ffffff1d !important;
}

body.aiora-subpage main > section:nth-child(3n) .bg-neutral-900\/30,
body.aiora-subpage main > section:nth-child(3n) .bg-neutral-900\/40,
body.aiora-subpage main > section:nth-child(3n) .bg-neutral-900\/20 {
  background: #ffffff0a !important;
}

body.aiora-subpage .group.rounded-2xl,
body.aiora-subpage .group.rounded-3xl {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--a-line) !important;
  border-radius: 0 !important;
  background: #ffffff4d !important;
  box-shadow: none !important;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease !important;
}

body.aiora-subpage .group.rounded-2xl::before,
body.aiora-subpage .group.rounded-3xl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--a-red);
  transition: width 0.35s ease;
}

body.aiora-subpage .group.rounded-2xl:hover,
body.aiora-subpage .group.rounded-3xl:hover {
  transform: translateY(-8px);
  border-color: #12121266 !important;
  background: var(--a-white) !important;
}

body.aiora-subpage .group.rounded-2xl:hover::before,
body.aiora-subpage .group.rounded-3xl:hover::before {
  width: 100%;
}

body.aiora-subpage .size-12.rounded-2xl,
body.aiora-subpage .size-12.rounded-full {
  border-radius: 0 !important;
  border-color: #ff452d66 !important;
  background: #ff452d14 !important;
}

body.aiora-subpage main ul li,
body.aiora-subpage main ol li {
  color: var(--a-muted) !important;
}

body.aiora-subpage main ul i.text-primary,
body.aiora-subpage main ol i.text-primary {
  color: var(--a-red) !important;
}

body.aiora-subpage footer {
  border-color: #ffffff1c !important;
  background: var(--a-ink) !important;
  color: var(--a-white) !important;
}

body.aiora-subpage footer > div {
  max-width: none !important;
  padding-inline: var(--a-gutter) !important;
}

body.aiora-subpage footer .text-white,
body.aiora-subpage footer .text-foreground,
body.aiora-subpage footer a {
  color: var(--a-white) !important;
}

body.aiora-subpage footer .text-white\/40,
body.aiora-subpage footer .text-white\/50,
body.aiora-subpage footer .text-white\/60 {
  color: #f7f5ef8c !important;
}

body.aiora-subpage--packages main > section:first-child {
  text-align: left !important;
}

body.aiora-subpage--packages main > section:first-child > div {
  max-width: 980px !important;
  margin-inline: 0 !important;
}

body.aiora-subpage--journal main > section:first-child {
  min-height: 570px;
}

body.aiora-subpage--journal article {
  max-width: 760px !important;
  color: var(--a-ink) !important;
  font-size: 17px;
  line-height: 1.85;
}

body.aiora-subpage--journal .prose :is(h2, h3) {
  margin-top: 2.8em !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage--journal .prose :is(p, li, strong) {
  color: #4f4d47 !important;
}

body.aiora-subpage--journal .prose blockquote {
  border-color: var(--a-red) !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage--case main > section:first-child {
  min-height: 650px;
}

body.aiora-subpage--case main > section:first-child .grid > div:last-child {
  align-self: stretch;
  display: grid;
  align-items: end;
}

body.aiora-subpage--case main > section:first-child .grid > div:last-child img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

body.aiora-subpage--coming main > section:first-child .scroll-reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body.aiora-subpage [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

body.aiora-subpage [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 760px) {
  body.aiora-subpage header {
    height: 72px;
  }

  body.aiora-subpage header > div {
    padding-inline: 20px !important;
  }

  body.aiora-subpage header img {
    height: 28px !important;
  }

  body.aiora-subpage header .subpage-header-cta {
    padding-inline: 12px 7px !important;
    font-size: 0 !important;
  }

  body.aiora-subpage header .subpage-header-cta::after {
    margin: 0;
  }

  body.aiora-subpage main > section {
    padding-block: 62px !important;
  }

  body.aiora-subpage main > section > div {
    padding-inline: 24px !important;
  }

  body.aiora-subpage main > section:first-child {
    min-height: 640px;
    padding-top: 118px !important;
    padding-bottom: 68px !important;
  }

  body.aiora-subpage main > section:first-child h1 {
    font-size: clamp(46px, 14vw, 68px) !important;
  }

  body.aiora-subpage main > section:first-child::before {
    width: 150vw;
    right: -70%;
    top: -16%;
  }

  body.aiora-subpage main > section:first-child::after {
    width: 110vw;
    right: -28%;
    top: 5%;
  }

  body.aiora-subpage main > section:not(:first-child) h2 {
    font-size: clamp(37px, 12vw, 56px) !important;
  }

  body.aiora-subpage--packages
    main
    > section:nth-child(2)
    .group.rounded-3xl:nth-child(2) {
    transform: none;
  }

  body.aiora-subpage--packages
    main
    > section:nth-child(2)
    .grid
    > .rounded-3xl:nth-child(2) {
    transform: none;
    box-shadow: 6px 6px 0 #f7f5ef !important;
  }

  body.aiora-subpage--journal article {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.aiora-subpage *,
  body.aiora-subpage *::before,
  body.aiora-subpage *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Shared subpage navigation mirrors the homepage component. */
body.aiora-subpage .subpage-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  height: 82px;
  padding: 0 var(--a-gutter);
  border-bottom: 1px solid var(--a-line) !important;
  background: color-mix(in srgb, var(--a-paper) 93%, transparent) !important;
  backdrop-filter: blur(18px) saturate(130%);
}

body.aiora-subpage .subpage-brand {
  position: relative;
  z-index: 2;
  display: block;
  width: clamp(150px, 14vw, 190px);
}

body.aiora-subpage .subpage-brand img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

body.aiora-subpage .subpage-desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(25px, 3vw, 50px);
}

body.aiora-subpage .subpage-desktop-nav a {
  position: relative;
  color: #6c6960 !important;
  font-size: 11px;
  font-weight: 600;
}

body.aiora-subpage .subpage-desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--a-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

body.aiora-subpage .subpage-desktop-nav a:hover {
  color: var(--a-ink) !important;
}

body.aiora-subpage .subpage-desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.aiora-subpage .subpage-site-header .subpage-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  height: 48px !important;
  padding: 5px 6px 5px 22px !important;
  border-radius: 999px !important;
  background: var(--a-ink) !important;
  color: var(--a-white) !important;
  font-size: 11px;
  font-weight: 600;
  transition: transform 0.25s ease;
}

body.aiora-subpage .subpage-site-header .subpage-header-cta::after {
  display: none;
}

body.aiora-subpage .subpage-site-header .subpage-header-cta span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--a-red);
  color: var(--a-ink);
  font:
    22px/1 Outfit,
    sans-serif;
  transition: transform 0.25s ease;
}

body.aiora-subpage .subpage-site-header .subpage-header-cta:hover {
  transform: translateY(-2px);
}

body.aiora-subpage .subpage-site-header .subpage-header-cta:hover span {
  transform: rotate(45deg);
}

body.aiora-subpage .subpage-menu-toggle,
body.aiora-subpage .subpage-mobile-nav {
  display: none;
}

/* Editorial pricing system shared by both package pages. */
body.aiora-subpage--packages main > section.pricing-stage {
  padding: clamp(64px, 7vw, 105px) var(--a-gutter) !important;
  background: var(--a-paper) !important;
}

body.aiora-subpage--packages main > section.pricing-stage > div {
  margin: 0 !important;
  padding: 0 !important;
}

body.aiora-subpage--packages .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  border: 1px solid var(--a-line);
  background: var(--a-paper-deep);
}

body.aiora-subpage--packages .pricing-card {
  min-width: 0;
  padding: clamp(28px, 3vw, 46px) !important;
  border: 0 !important;
  border-right: 1px solid var(--a-line) !important;
  border-radius: 0 !important;
  background: var(--a-paper) !important;
  color: var(--a-ink) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.aiora-subpage--packages .pricing-card.scroll-reveal {
  opacity: 1 !important;
  animation: none !important;
}

body.aiora-subpage--packages .pricing-card:last-child {
  border-right: 0 !important;
}

body.aiora-subpage--packages .pricing-card::before {
  width: 100% !important;
  height: 4px;
}

body.aiora-subpage--packages .pricing-card h3,
body.aiora-subpage--packages .pricing-card .text-white {
  color: var(--a-ink) !important;
}

body.aiora-subpage--packages
  .pricing-card
  :is(.text-white\/40, .text-white\/50, .text-white\/60, li) {
  color: #625f58 !important;
}

body.aiora-subpage--packages .pricing-card a {
  border: 1px solid var(--a-ink) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage--packages .pricing-card.is-featured {
  z-index: 2;
  margin: -18px 0;
  padding-block: calc(clamp(28px, 3vw, 46px) + 18px) !important;
  border: 0 !important;
  background: var(--a-ink) !important;
  box-shadow: 10px 10px 0 var(--a-red) !important;
}

body.aiora-subpage--packages .pricing-card.is-featured::before {
  display: none;
}

body.aiora-subpage--packages .pricing-card.is-featured h3,
body.aiora-subpage--packages .pricing-card.is-featured .text-white {
  color: var(--a-white) !important;
}

body.aiora-subpage--packages
  .pricing-card.is-featured
  :is(.text-white\/40, .text-white\/50, .text-white\/60, li) {
  color: #b7b3aa !important;
}

body.aiora-subpage--packages .pricing-card.is-featured .text-primary,
body.aiora-subpage--packages .pricing-card.is-featured li i {
  color: var(--a-red) !important;
}

body.aiora-subpage--packages .pricing-card.is-featured a,
body.aiora-subpage--packages .pricing-card.is-featured a * {
  border-color: var(--a-red) !important;
  background: var(--a-red) !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage--packages
  main
  > section.pricing-stage
  .pricing-grid
  > .pricing-card.is-featured
  a {
  background: var(--a-red) !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage--packages
  main
  > section.pricing-stage
  .pricing-grid
  > .pricing-card.is-featured
  a
  * {
  background: transparent !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage.aiora-subpage--packages
  main
  > section.pricing-stage
  .pricing-grid
  > .pricing-card.is-featured
  a
  span.relative {
  color: var(--a-ink) !important;
}

/* Keep the shared navigation identical to the redesigned homepage. */
body.aiora-subpage .header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 96px;
  padding: 0 var(--a-gutter);
  border-bottom: 1px solid #ffffff26 !important;
  background: var(--a-ink) !important;
  backdrop-filter: none;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}

body.aiora-subpage .header .brand {
  display: block;
  flex-shrink: 0;
}

body.aiora-subpage .header .brand img {
  display: block;
  width: 194px !important;
  height: auto !important;
  max-width: none !important;
}

body.aiora-subpage .header .desktop-nav {
  display: flex;
  gap: 34px;
}

body.aiora-subpage .header .desktop-nav a {
  color: var(--a-white) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  transition: color 0.2s;
}

body.aiora-subpage .header .desktop-nav a:hover {
  color: var(--a-red) !important;
}

body.aiora-subpage .header .header-cta {
  display: flex;
  align-items: center;
  gap: 30px;
  height: auto !important;
  margin-left: 0;
  padding: 12px 18px !important;
  border: 1px solid #ffffff4a !important;
  border-radius: 30px !important;
  background: transparent !important;
  color: var(--a-white) !important;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s;
}

body.aiora-subpage .header .header-cta::after {
  display: none;
}

body.aiora-subpage .header .header-cta span {
  color: var(--a-red);
  font-size: 20px;
}

body.aiora-subpage .header .header-cta:hover {
  border-color: var(--a-red) !important;
  background: var(--a-red) !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage .header .header-cta:hover span {
  color: inherit;
}

body.aiora-subpage .header .menu-toggle {
  display: none;
}

body.aiora-subpage .header #mobile-nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 101;
  padding: 20px var(--a-gutter) 32px;
  border-bottom: 1px solid #ffffff26;
  background: var(--a-ink);
}

body.aiora-subpage .header #mobile-nav a {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #ffffff26;
  color: var(--a-white) !important;
  font:
    400 28px/1.2 Outfit,
    sans-serif;
}

body.aiora-subpage .header #mobile-nav a span {
  color: var(--a-red);
  font:
    400 12px/1 Manrope,
    sans-serif;
}

@media (max-width: 760px) {
  body.aiora-subpage .header {
    height: 78px;
  }

  body.aiora-subpage .header .brand img {
    width: 168px !important;
  }

  body.aiora-subpage .header .desktop-nav,
  body.aiora-subpage .header .header-cta {
    display: none;
  }

  body.aiora-subpage .header .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid #ffffff40;
    border-radius: 50%;
    background: transparent;
  }

  body.aiora-subpage .header .menu-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--a-white);
    transition: transform 0.2s;
  }

  body.aiora-subpage
    .header
    .menu-toggle[aria-expanded="true"]
    span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  body.aiora-subpage
    .header
    .menu-toggle[aria-expanded="true"]
    span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  body.aiora-subpage .subpage-site-header {
    grid-template-columns: 1fr auto;
    height: 72px;
    padding: 0 20px;
  }

  body.aiora-subpage .subpage-brand {
    width: 145px;
  }

  body.aiora-subpage .subpage-desktop-nav,
  body.aiora-subpage .subpage-site-header .subpage-header-cta {
    display: none;
  }

  body.aiora-subpage .subpage-menu-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #12121224;
    border-radius: 50%;
    background: transparent;
  }

  body.aiora-subpage .subpage-menu-toggle span {
    position: absolute;
    width: 17px;
    height: 1px;
    background: var(--a-ink);
    transition: transform 0.25s ease;
  }

  body.aiora-subpage .subpage-menu-toggle span:first-child {
    transform: translateY(-3px);
  }

  body.aiora-subpage .subpage-menu-toggle span:last-child {
    transform: translateY(3px);
  }

  body.aiora-subpage
    .subpage-menu-toggle[aria-expanded="true"]
    span:first-child {
    transform: rotate(45deg);
  }

  body.aiora-subpage
    .subpage-menu-toggle[aria-expanded="true"]
    span:last-child {
    transform: rotate(-45deg);
  }

  body.aiora-subpage .subpage-mobile-nav:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100svh;
    padding: 100px 24px 38px;
    background: var(--a-paper);
    overflow-y: auto;
  }

  body.aiora-subpage .subpage-mobile-nav a {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 17px 0;
    border-bottom: 1px solid var(--a-line);
    color: var(--a-ink) !important;
    font:
      600 clamp(34px, 11vw, 48px) / 1 Outfit,
      sans-serif;
    letter-spacing: -0.055em;
  }

  body.aiora-subpage .subpage-mobile-nav a span {
    color: var(--a-red);
    font:
      600 10px/1 Manrope,
      sans-serif;
    letter-spacing: 0;
  }

  body.aiora-subpage .subpage-mobile-nav a:last-child {
    margin-top: 34px;
    padding: 18px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--a-red);
    font:
      700 13px/1 Manrope,
      sans-serif;
    letter-spacing: 0;
  }

  body.subpage-menu-open {
    overflow: hidden;
  }

  body.aiora-subpage--packages .pricing-grid {
    grid-template-columns: 1fr;
    gap: 14px !important;
    border: 0;
    background: transparent;
  }

  body.aiora-subpage--packages .pricing-card,
  body.aiora-subpage--packages .pricing-card.is-featured {
    margin: 0;
    padding: 30px !important;
    border: 1px solid var(--a-line) !important;
    box-shadow: none !important;
  }

  body.aiora-subpage--packages .pricing-card.is-featured {
    box-shadow: 6px 6px 0 var(--a-red) !important;
  }
}

/* Service hero diagrams: contextual systems instead of generic imagery. */
body.aiora-subpage--services .service-visual-wrap {
  min-width: 0;
}

body.aiora-subpage--services .service-concept {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid #ffffff1f;
  border-radius: 28px;
  background:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px),
    radial-gradient(circle at 74% 22%, #ff452d21, transparent 35%),
    #0b0b0c;
  background-size: 52px 52px, 52px 52px, auto, auto;
  box-shadow:
    0 36px 100px #0000005c,
    inset 0 1px #ffffff12;
}

body.aiora-subpage--services .service-concept::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 45%, #ffffff05 50%, transparent 55%);
  background-size: 240% 100%;
  animation: concept-scan 8s linear infinite;
  pointer-events: none;
}

body.aiora-subpage--services .concept-topline {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 0 24px;
  border-bottom: 1px solid #ffffff14;
  color: #ffffff5c;
  font:
    600 9px/1 Manrope,
    sans-serif;
  letter-spacing: 0.18em;
}

body.aiora-subpage--services .concept-topline span:last-child {
  color: var(--a-red);
}

/* Brand identity orbit */
body.aiora-subpage--services .brand-orbit {
  position: absolute;
  inset: 72px 22px 105px;
  display: grid;
  place-items: center;
}

body.aiora-subpage--services .brand-orbit__ring {
  position: absolute;
  border: 1px solid #ffffff1c;
  border-radius: 50%;
}

body.aiora-subpage--services .brand-orbit__ring--outer {
  width: min(82%, 380px);
  aspect-ratio: 1;
  border-color: #ff452d52;
  animation: orbit-turn 18s linear infinite;
}

body.aiora-subpage--services .brand-orbit__ring--outer::before,
body.aiora-subpage--services .brand-orbit__ring--outer::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #0b0b0c;
  border-radius: 50%;
  background: var(--a-red);
  box-shadow: 0 0 24px #ff452dcc;
}

body.aiora-subpage--services .brand-orbit__ring--outer::before {
  top: 12%;
  right: 16%;
}

body.aiora-subpage--services .brand-orbit__ring--outer::after {
  bottom: 8%;
  left: 22%;
}

body.aiora-subpage--services .brand-orbit__ring--inner {
  width: min(53%, 245px);
  aspect-ratio: 1;
  border-style: dashed;
  animation: orbit-turn 14s linear infinite reverse;
}

body.aiora-subpage--services .brand-orbit__core {
  display: grid;
  place-items: center;
  width: clamp(108px, 12vw, 148px);
  aspect-ratio: 1;
  border: 1px solid #ffffff24;
  border-radius: 36% 64% 57% 43% / 45% 40% 60% 55%;
  background: var(--a-red);
  color: #101010;
  font:
    800 clamp(44px, 5vw, 66px)/1 Outfit,
    sans-serif;
  letter-spacing: -0.08em;
  box-shadow: 0 24px 70px #ff452d3d;
  animation: brand-morph 7s ease-in-out infinite;
}

body.aiora-subpage--services .brand-orbit__node {
  position: absolute;
  padding: 8px 11px;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  background: #111113e8;
  color: #ffffff80;
  font:
    600 8px/1 Manrope,
    sans-serif;
  letter-spacing: 0.16em;
}

body.aiora-subpage--services .brand-orbit__node--one { top: 12%; left: 8%; }
body.aiora-subpage--services .brand-orbit__node--two { top: 34%; right: 4%; }
body.aiora-subpage--services .brand-orbit__node--three { right: 17%; bottom: 5%; }

body.aiora-subpage--services .concept-modules {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ffffff14;
  border-radius: 15px;
  background: #080809cc;
  backdrop-filter: blur(14px);
}

body.aiora-subpage--services .concept-modules span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 62px;
  border-right: 1px solid #ffffff14;
  color: #ffffff70;
  font:
    600 8px/1 Manrope,
    sans-serif;
  letter-spacing: 0.12em;
}

body.aiora-subpage--services .concept-modules span:last-child { border-right: 0; }
body.aiora-subpage--services .concept-modules svg { width: 15px; color: var(--a-red); }

/* Social signal network */
body.aiora-subpage--services .concept-live::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--a-red);
  box-shadow: 0 0 12px var(--a-red);
}

body.aiora-subpage--services .social-signal {
  position: absolute;
  inset: 72px 25px 185px;
  display: grid;
  place-items: center;
}

body.aiora-subpage--services .social-signal::before,
body.aiora-subpage--services .social-signal::after {
  content: "";
  position: absolute;
  border: 1px solid #ff452d2e;
  border-radius: 50%;
  animation: signal-pulse 3.6s ease-out infinite;
}

body.aiora-subpage--services .social-signal::before { width: 210px; height: 210px; }
body.aiora-subpage--services .social-signal::after { width: 310px; height: 310px; animation-delay: 1.2s; }

body.aiora-subpage--services .social-signal__pulse {
  z-index: 2;
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  background: var(--a-red);
  color: #111;
  box-shadow: 0 20px 60px #ff452d42;
}

body.aiora-subpage--services .social-signal__pulse svg { width: 34px; height: 34px; }

body.aiora-subpage--services .social-signal__channel {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #ffffff24;
  border-radius: 17px;
  background: #141416;
  color: #fff;
  font:
    700 11px/1 Manrope,
    sans-serif;
  box-shadow: 0 15px 35px #0008;
}

body.aiora-subpage--services .social-signal__channel--ig { top: 9%; left: 16%; transform: rotate(-8deg); }
body.aiora-subpage--services .social-signal__channel--fb { top: 26%; right: 11%; transform: rotate(7deg); }
body.aiora-subpage--services .social-signal__channel--reel { right: 29%; bottom: 1%; transform: rotate(-5deg); }
body.aiora-subpage--services .social-signal__channel svg { width: 17px; fill: currentColor; }

body.aiora-subpage--services .social-board {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 4;
  display: grid;
  grid-template-columns: 1.1fr 1.5fr 1fr;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  background: #080809e8;
  backdrop-filter: blur(16px);
}

body.aiora-subpage--services .social-board > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 132px;
  padding: 18px;
  border-right: 1px solid #ffffff14;
}

body.aiora-subpage--services .social-board > div:last-child { border-right: 0; }
body.aiora-subpage--services .social-board small { color: #ffffff4f; font-size: 7px; letter-spacing: .14em; }
body.aiora-subpage--services .social-board strong { color: #fff; font: 700 23px/1 Outfit, sans-serif; }
body.aiora-subpage--services .social-board > div > svg { width: 25px; color: var(--a-red); }

body.aiora-subpage--services .mini-bars {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 28px;
}

body.aiora-subpage--services .mini-bars i { flex: 1; height: 30%; border-radius: 2px 2px 0 0; background: #ff452d99; }
body.aiora-subpage--services .mini-bars i:nth-child(2) { height: 55%; }
body.aiora-subpage--services .mini-bars i:nth-child(3) { height: 42%; }
body.aiora-subpage--services .mini-bars i:nth-child(4) { height: 76%; }
body.aiora-subpage--services .mini-bars i:nth-child(5) { height: 100%; background: var(--a-red); }

body.aiora-subpage--services .content-dots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
body.aiora-subpage--services .content-dots i { aspect-ratio: 1; border: 1px solid #ffffff17; border-radius: 4px; background: #ffffff08; }
body.aiora-subpage--services .content-dots i:nth-child(2),
body.aiora-subpage--services .content-dots i:nth-child(6) { background: #ff452d8f; }

/* Performance data canvas */
body.aiora-subpage--services .performance-metric {
  position: absolute;
  top: 92px;
  left: 28px;
  z-index: 4;
  display: grid;
}

body.aiora-subpage--services .performance-metric small { color: #ffffff4f; font-size: 9px; letter-spacing: .22em; }
body.aiora-subpage--services .performance-metric strong { color: #fff; font: 800 clamp(68px, 8vw, 104px)/.95 Outfit, sans-serif; letter-spacing: -.07em; }
body.aiora-subpage--services .performance-metric strong span { color: var(--a-red); font-size: .44em; }
body.aiora-subpage--services .performance-metric em { display: flex; align-items: center; gap: 7px; margin-top: 10px; color: #52d99b; font: normal 600 8px/1 Manrope, sans-serif; letter-spacing: .12em; }
body.aiora-subpage--services .performance-metric em svg { width: 14px; }

body.aiora-subpage--services .performance-chart {
  position: absolute;
  inset: 235px 28px 78px;
  overflow: hidden;
  border-bottom: 1px solid #ffffff2b;
}

body.aiora-subpage--services .chart-gridline { position: absolute; right: 0; left: 0; height: 1px; background: #ffffff0d; }
body.aiora-subpage--services .chart-gridline--one { top: 20%; }
body.aiora-subpage--services .chart-gridline--two { top: 50%; }
body.aiora-subpage--services .chart-gridline--three { top: 80%; }

body.aiora-subpage--services .chart-bars { position: absolute; inset: 0; display: flex; align-items: end; gap: 5%; }
body.aiora-subpage--services .chart-bars i { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(#ff452d99, #ff452d12); transform-origin: bottom; animation: chart-rise 1.2s cubic-bezier(.16,1,.3,1) both; }
body.aiora-subpage--services .chart-bars i:nth-child(2) { animation-delay: .08s; }
body.aiora-subpage--services .chart-bars i:nth-child(3) { animation-delay: .16s; }
body.aiora-subpage--services .chart-bars i:nth-child(4) { animation-delay: .24s; }
body.aiora-subpage--services .chart-bars i:nth-child(5) { animation-delay: .32s; }
body.aiora-subpage--services .chart-bars i:nth-child(6) { animation-delay: .4s; }
body.aiora-subpage--services .chart-bars i:nth-child(7) { animation-delay: .48s; }

body.aiora-subpage--services .performance-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
body.aiora-subpage--services .performance-chart path { fill: none; stroke: #fff; stroke-width: 2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 8px #ffffff66); stroke-dasharray: 720; stroke-dashoffset: 720; animation: chart-draw 2s .45s ease-out forwards; }

body.aiora-subpage--services .performance-footer {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  color: #ffffff62;
  font: 600 8px/1 Manrope, sans-serif;
  letter-spacing: .12em;
}

body.aiora-subpage--services .performance-footer span { display: flex; align-items: center; gap: 7px; }
body.aiora-subpage--services .performance-footer svg { width: 14px; color: var(--a-red); }

/* Web architecture wireframe */
body.aiora-subpage--services .web-browser {
  position: absolute;
  inset: 94px 30px 76px;
  overflow: hidden;
  border: 1px solid #ffffff20;
  border-radius: 17px;
  background: #0e0e10;
  box-shadow: 18px 18px 0 #ff452d;
}

body.aiora-subpage--services .web-browser__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 44px;
  padding: 0 13px;
  border-bottom: 1px solid #ffffff14;
}

body.aiora-subpage--services .web-browser__bar > i { width: 7px; height: 7px; border-radius: 50%; background: #ffffff25; }
body.aiora-subpage--services .web-browser__bar > i:first-child { background: var(--a-red); }
body.aiora-subpage--services .web-browser__bar span { margin-left: auto; color: #ffffff3d; font: 500 8px/1 Manrope, sans-serif; }

body.aiora-subpage--services .web-browser__canvas { display: grid; grid-template-columns: 54px 1fr; height: calc(100% - 44px); }
body.aiora-subpage--services .web-browser__canvas aside { display: flex; flex-direction: column; align-items: center; gap: 13px; padding-top: 18px; border-right: 1px solid #ffffff10; }
body.aiora-subpage--services .web-browser__canvas aside span { width: 19px; height: 4px; border-radius: 3px; background: #ffffff20; }
body.aiora-subpage--services .web-browser__canvas aside span:first-child { background: var(--a-red); }
body.aiora-subpage--services .web-browser__content { padding: clamp(18px, 3vw, 32px); }

body.aiora-subpage--services .wire-hero { position: relative; min-height: 61%; padding: clamp(18px, 3vw, 30px); border: 1px solid #ffffff12; background: radial-gradient(circle at 80% 20%, #ff452d30, transparent 38%), #ffffff04; }
body.aiora-subpage--services .wire-hero small { color: var(--a-red); font: 600 7px/1 Manrope, sans-serif; letter-spacing: .15em; }
body.aiora-subpage--services .wire-hero strong { display: block; margin-top: 18px; color: #fff; font: 700 clamp(29px, 3.6vw, 50px)/.9 Outfit, sans-serif; letter-spacing: -.06em; }
body.aiora-subpage--services .wire-hero > i { position: absolute; right: 12%; bottom: 16%; width: 54px; height: 54px; border: 1px solid var(--a-red); border-radius: 50%; }
body.aiora-subpage--services .wire-hero > i::after { content: "↗"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--a-red); font-size: 22px; }
body.aiora-subpage--services .wire-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 9px; }
body.aiora-subpage--services .wire-cards span { min-height: 54px; border: 1px solid #ffffff12; background: linear-gradient(135deg, #ffffff08, transparent); }
body.aiora-subpage--services .wire-cards span:nth-child(2) { background: var(--a-red); }

body.aiora-subpage--services .web-stack {
  position: absolute;
  right: 27px;
  bottom: 24px;
  left: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff68;
  font: 600 8px/1 Manrope, sans-serif;
  letter-spacing: .16em;
}

body.aiora-subpage--services .web-stack i { width: 4px; height: 4px; border-radius: 50%; background: var(--a-red); }

@keyframes concept-scan { to { background-position: -240% 0; } }
@keyframes orbit-turn { to { transform: rotate(360deg); } }
@keyframes brand-morph { 0%, 100% { border-radius: 36% 64% 57% 43% / 45% 40% 60% 55%; transform: rotate(-2deg); } 50% { border-radius: 58% 42% 37% 63% / 62% 55% 45% 38%; transform: rotate(3deg); } }
@keyframes signal-pulse { 0% { opacity: .8; transform: scale(.65); } 80%, 100% { opacity: 0; transform: scale(1.16); } }
@keyframes chart-rise { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes chart-draw { to { stroke-dashoffset: 0; } }

@media (max-width: 760px) {
  body.aiora-subpage--services .service-concept {
    min-height: 390px;
    border-radius: 20px;
  }

  body.aiora-subpage--services .concept-topline { height: 50px; padding-inline: 16px; font-size: 7px; }
  body.aiora-subpage--services .brand-orbit { inset: 58px 14px 94px; }
  body.aiora-subpage--services .brand-orbit__node--one { left: 1%; }
  body.aiora-subpage--services .brand-orbit__node--two { right: 0; }
  body.aiora-subpage--services .concept-modules { right: 12px; bottom: 12px; left: 12px; }
  body.aiora-subpage--services .concept-modules span { min-height: 56px; font-size: 6px; letter-spacing: .08em; }

  body.aiora-subpage--services .social-signal { inset: 56px 12px 152px; }
  body.aiora-subpage--services .social-signal::before { width: 170px; height: 170px; }
  body.aiora-subpage--services .social-signal::after { width: 235px; height: 235px; }
  body.aiora-subpage--services .social-board { right: 12px; bottom: 12px; left: 12px; }
  body.aiora-subpage--services .social-board > div { min-height: 110px; padding: 12px 10px; }
  body.aiora-subpage--services .social-board small { font-size: 6px; }

  body.aiora-subpage--services .performance-metric { top: 76px; left: 20px; }
  body.aiora-subpage--services .performance-chart { inset: 205px 20px 66px; }
  body.aiora-subpage--services .performance-footer { right: 20px; bottom: 22px; left: 20px; gap: 12px; font-size: 7px; }

  body.aiora-subpage--services .web-browser { inset: 72px 18px 64px; box-shadow: 10px 10px 0 var(--a-red); }
  body.aiora-subpage--services .web-browser__canvas { grid-template-columns: 40px 1fr; }
  body.aiora-subpage--services .wire-hero > i { width: 43px; height: 43px; }
  body.aiora-subpage--services .web-stack { bottom: 19px; font-size: 7px; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  body.aiora-subpage--services .service-concept::after,
  body.aiora-subpage--services .brand-orbit__ring,
  body.aiora-subpage--services .brand-orbit__core,
  body.aiora-subpage--services .social-signal::before,
  body.aiora-subpage--services .social-signal::after,
  body.aiora-subpage--services .chart-bars i,
  body.aiora-subpage--services .performance-chart path {
    animation: none !important;
    stroke-dashoffset: 0;
  }
}

/* Pricing cards v2: editorial comparison with one clear recommendation. */
body.aiora-subpage--packages main > section.pricing-stage {
  padding: clamp(72px, 7vw, 112px) var(--a-gutter) !important;
  background:
    radial-gradient(circle at 50% 0, #ff452d12, transparent 34%),
    var(--a-paper) !important;
}

body.aiora-subpage--packages main > section.pricing-stage > div {
  margin: 0 !important;
  padding: 0 !important;
}

body.aiora-subpage--packages .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 1.5vw, 24px) !important;
  border: 0;
  background: transparent;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card {
  position: relative;
  min-width: 0;
  min-height: 680px;
  margin: 0;
  padding: clamp(28px, 2.7vw, 42px) !important;
  border: 1px solid #12121224 !important;
  border-radius: 26px !important;
  background:
    linear-gradient(145deg, #ffffff8a, transparent 42%),
    #ece9e1 !important;
  color: var(--a-ink) !important;
  box-shadow:
    0 22px 60px #211b1512,
    inset 0 1px #fff !important;
  scale: 1 !important;
  transform: none !important;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s,
    border-color 0.35s !important;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card:hover {
  border-color: #1212124a !important;
  box-shadow:
    0 30px 75px #211b1521,
    inset 0 1px #fff !important;
  transform: translateY(-7px) !important;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card::before {
  position: absolute;
  top: 32px;
  right: 32px;
  bottom: auto;
  left: auto;
  width: auto !important;
  height: auto;
  background: transparent !important;
  color: #12121250;
  font:
    600 9px/1 Manrope,
    sans-serif;
  letter-spacing: 0.18em;
}

body.aiora-subpage--packages .pricing-card:nth-child(1)::before { content: "PLAN / 01"; }
body.aiora-subpage--packages .pricing-card:nth-child(2)::before { content: "PLAN / 02"; }
body.aiora-subpage--packages .pricing-card:nth-child(3)::before { content: "PLAN / 03"; }

body.aiora-subpage--packages .pricing-card > .pricing-card__intro {
  padding-bottom: 26px;
  border-bottom: 1px solid #1212121f;
}

body.aiora-subpage--packages .pricing-card > .pricing-card__intro > div {
  width: 48px;
  height: 48px;
  border-color: #1212122e !important;
  border-radius: 15px !important;
  background: transparent !important;
}

body.aiora-subpage--packages .pricing-card > .pricing-card__intro svg {
  color: var(--a-red) !important;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card h3,
body.aiora-subpage--packages .pricing-grid > .pricing-card .text-white {
  color: var(--a-ink) !important;
}

body.aiora-subpage--packages .pricing-card h3 {
  font:
    700 clamp(25px, 2vw, 31px)/1 Outfit,
    sans-serif;
  letter-spacing: -0.04em;
}

body.aiora-subpage--packages
  .pricing-grid
  > .pricing-card
  :is(.text-white\/40, .text-white\/50, .text-white\/60, li) {
  color: #5f5c55 !important;
}

body.aiora-subpage--packages .pricing-card > .pricing-card__price {
  min-height: 72px;
  margin-bottom: 24px !important;
}

body.aiora-subpage--packages .pricing-card > .pricing-card__price .text-4xl {
  font:
    700 clamp(38px, 3.2vw, 52px)/1 Outfit,
    sans-serif;
  letter-spacing: -0.055em;
}

body.aiora-subpage--packages .pricing-card ul {
  margin-bottom: 32px !important;
  padding-top: 24px;
  border-top: 1px solid #1212121f;
}

body.aiora-subpage--packages .pricing-card li {
  gap: 12px !important;
  font-size: 14px !important;
  line-height: 1.48;
}

body.aiora-subpage--packages .pricing-card li svg {
  width: 16px;
  height: 16px;
  color: var(--a-red) !important;
}

body.aiora-subpage--packages .pricing-card li svg.lucide-x {
  color: #12121255 !important;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card a {
  min-height: 52px;
  border: 1px solid var(--a-ink) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--a-ink) !important;
  font-size: 12px !important;
  letter-spacing: 0.04em;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card.is-featured {
  z-index: 2;
  margin: 0;
  padding-block: clamp(28px, 2.7vw, 42px) !important;
  border-color: #ffffff1f !important;
  background:
    radial-gradient(circle at 100% 0, #ff452d2e, transparent 35%),
    var(--a-ink) !important;
  box-shadow:
    9px 9px 0 var(--a-red),
    0 30px 80px #12121235 !important;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card.is-featured:hover {
  border-color: #ff452d78 !important;
  box-shadow:
    9px 15px 0 var(--a-red),
    0 36px 90px #1212124a !important;
}

body.aiora-subpage--packages .pricing-card.is-featured::before {
  display: none;
}

body.aiora-subpage--packages .pricing-card.is-featured > .pricing-card__badge {
  top: 24px !important;
  right: 24px;
  left: auto !important;
  transform: none !important;
}

body.aiora-subpage--packages .pricing-card.is-featured > .pricing-card__badge span {
  padding: 7px 11px !important;
  background: var(--a-red) !important;
  color: var(--a-ink) !important;
  font-size: 8px !important;
  letter-spacing: 0.1em;
}

body.aiora-subpage--packages .pricing-card.is-featured > .pricing-card__badge svg {
  color: var(--a-ink) !important;
  fill: none !important;
}

body.aiora-subpage--packages .pricing-card.is-featured > .pricing-card__intro {
  border-color: #ffffff1a;
}

body.aiora-subpage--packages .pricing-card.is-featured > .pricing-card__intro > div {
  border-color: #ff452d5c !important;
  background: #ff452d12 !important;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card.is-featured h3,
body.aiora-subpage--packages .pricing-grid > .pricing-card.is-featured .text-white {
  color: var(--a-white) !important;
}

body.aiora-subpage--packages
  .pricing-grid
  > .pricing-card.is-featured
  :is(.text-white\/40, .text-white\/50, .text-white\/60, li) {
  color: #aaa69d !important;
}

body.aiora-subpage--packages .pricing-card.is-featured ul {
  border-color: #ffffff1a;
}

body.aiora-subpage--packages .pricing-grid > .pricing-card.is-featured a,
body.aiora-subpage--packages .pricing-grid > .pricing-card.is-featured a * {
  border-color: var(--a-red) !important;
  background: var(--a-red) !important;
  color: var(--a-ink) !important;
}

@media (max-width: 900px) {
  body.aiora-subpage--packages .pricing-grid {
    grid-template-columns: 1fr;
    gap: 18px !important;
  }

  body.aiora-subpage--packages .pricing-grid > .pricing-card,
  body.aiora-subpage--packages .pricing-grid > .pricing-card.is-featured {
    min-height: 0;
    padding: 30px !important;
    box-shadow: none !important;
  }

  body.aiora-subpage--packages .pricing-grid > .pricing-card:hover,
  body.aiora-subpage--packages .pricing-grid > .pricing-card.is-featured:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* Service scope: a crisp editorial matrix instead of generic gray cards. */
body.aiora-subpage main > section.service-scope-section {
  padding-block: clamp(82px, 9vw, 132px) !important;
  background:
    radial-gradient(circle at 92% 8%, #ff452d12, transparent 28%),
    var(--a-paper) !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage .service-scope-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  grid-template-rows: auto auto;
  align-items: end;
  gap: 10px clamp(36px, 8vw, 120px);
  margin-bottom: clamp(44px, 6vw, 72px) !important;
}

body.aiora-subpage main > section.service-scope-section .service-scope-heading > p:first-child {
  grid-column: 1;
  color: var(--a-red) !important;
}

body.aiora-subpage main > section.service-scope-section .service-scope-heading > h2 {
  grid-column: 1;
  margin: 0 !important;
  color: var(--a-ink) !important;
}

body.aiora-subpage main > section.service-scope-section .service-scope-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  max-width: 470px !important;
  margin: 0 0 7px;
  color: #656159 !important;
  font-size: 15px !important;
  line-height: 1.7;
}

body.aiora-subpage .service-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px !important;
  overflow: hidden;
  border: 1px solid #12121220;
  border-radius: 30px;
  background: #12121220;
  box-shadow: 0 30px 80px #211b1512;
}

body.aiora-subpage .service-scope-grid > .service-scope-card {
  position: relative;
  min-height: 292px;
  padding: clamp(28px, 3vw, 42px) !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8f6f0 !important;
  color: var(--a-ink) !important;
  box-shadow: none !important;
  transform: none !important;
  transition:
    background 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.35s !important;
}

body.aiora-subpage .service-scope-grid > .service-scope-card::before {
  content: attr(data-index);
  position: absolute;
  top: 32px;
  right: 34px;
  left: auto;
  width: auto;
  height: auto;
  background: transparent;
  color: #12121247;
  font:
    600 9px/1 Manrope,
    sans-serif;
  letter-spacing: 0.18em;
  transition: color 0.35s;
}

body.aiora-subpage .service-scope-card > div:first-child {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: clamp(42px, 5vw, 68px) !important;
  border: 1px solid #ff452d5c !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--a-red) !important;
  transition:
    background 0.35s,
    color 0.35s,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body.aiora-subpage .service-scope-card > div:first-child svg {
  width: 19px;
  height: 19px;
  color: inherit !important;
}

body.aiora-subpage .service-scope-card h3,
body.aiora-subpage main > section:nth-child(3n) .service-scope-card h3 {
  margin-bottom: 10px !important;
  color: var(--a-ink) !important;
  font:
    700 clamp(22px, 2vw, 29px)/1.05 Outfit,
    sans-serif !important;
  letter-spacing: -0.045em !important;
}

body.aiora-subpage .service-scope-card p,
body.aiora-subpage main > section:nth-child(3n) .service-scope-card p {
  max-width: 34ch;
  color: #706c64 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.aiora-subpage .service-scope-grid > .service-scope-card:hover {
  border-color: transparent !important;
  background:
    radial-gradient(circle at 100% 0, #ff452d2b, transparent 42%),
    var(--a-ink) !important;
  transform: none !important;
}

body.aiora-subpage .service-scope-card:hover::before {
  color: #ffffff4f;
}

body.aiora-subpage .service-scope-card:hover > div:first-child {
  background: var(--a-red) !important;
  color: var(--a-ink) !important;
  transform: rotate(-8deg) scale(1.06);
}

body.aiora-subpage .service-scope-card:hover h3,
body.aiora-subpage main > section:nth-child(3n) .service-scope-card:hover h3 {
  color: var(--a-white) !important;
}

body.aiora-subpage .service-scope-card:hover p,
body.aiora-subpage main > section:nth-child(3n) .service-scope-card:hover p {
  color: #b0aca3 !important;
}

/* Process sections become a connected four-step timeline. */
body.aiora-subpage main > section.process-section {
  background:
    linear-gradient(90deg, transparent 49.95%, #ffffff08 50%, transparent 50.05%),
    radial-gradient(circle at 15% 0, #ff452d17, transparent 32%),
    var(--a-ink) !important;
  color: var(--a-white) !important;
}

body.aiora-subpage .process-section h2,
body.aiora-subpage .process-section h3,
body.aiora-subpage main > section:nth-child(3n).process-section h2,
body.aiora-subpage main > section:nth-child(3n).process-section h3 {
  color: var(--a-white) !important;
}

body.aiora-subpage .process-section .text-white\/40,
body.aiora-subpage .process-section .text-white\/50,
body.aiora-subpage .process-section .text-white\/60 {
  color: #aaa69d !important;
}

body.aiora-subpage .process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  margin-top: clamp(44px, 6vw, 76px);
  border-top: 1px solid #ffffff22;
}

body.aiora-subpage .process-grid > .process-card {
  position: relative;
  min-height: 260px;
  padding: 48px clamp(20px, 2.4vw, 36px) 30px !important;
  border: 0 !important;
  border-right: 1px solid #ffffff18 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.aiora-subpage .process-grid > .process-card:last-child {
  border-right: 0 !important;
}

body.aiora-subpage .process-grid > .process-card::before {
  content: "";
  position: absolute;
  top: -5px;
  left: clamp(20px, 2.4vw, 36px);
  width: 9px;
  height: 9px;
  border: 2px solid var(--a-ink);
  border-radius: 50%;
  background: var(--a-red);
  box-shadow: 0 0 18px #ff452d8c;
}

body.aiora-subpage .process-grid > .process-card::after {
  content: attr(data-step);
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: #ffffff10;
  font:
    700 58px/1 Outfit,
    sans-serif;
}

body.aiora-subpage .process-card > div:first-child {
  border-radius: 15px !important;
  background: #ff452d12 !important;
}

body.aiora-subpage .process-card p {
  color: #98948c !important;
}

/* Final conversion block shared by service, package and case-study pages. */
body.aiora-subpage main > section.final-cta-section-v2 {
  padding: clamp(24px, 3vw, 42px) var(--a-gutter) 0 !important;
  border: 0 !important;
  background: var(--a-ink) !important;
}

body.aiora-subpage .final-cta-section-v2 > .absolute.inset-0 {
  display: none !important;
}

body.aiora-subpage .final-cta-panel-v2 {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(150px, 14vw, 190px);
  grid-template-rows: auto auto auto;
  align-items: center;
  column-gap: clamp(48px, 9vw, 150px);
  width: 100%;
  max-width: none !important;
  min-height: clamp(410px, 34vw, 500px);
  margin: 0 !important;
  padding: clamp(38px, 5vw, 76px) !important;
  overflow: hidden;
  border: 1px solid #ffffff1c;
  border-radius: 40px;
  background:
    radial-gradient(circle at 88% 18%, #ff452d38, transparent 28%),
    radial-gradient(circle at 10% 100%, #ff452d13, transparent 30%),
    linear-gradient(135deg, #ffffff0b, #ffffff02 58%);
  color: var(--a-white) !important;
  text-align: left !important;
  box-shadow:
    0 38px 100px #0000004f,
    inset 0 1px #ffffff12;
}

body.aiora-subpage .final-cta-panel-v2::before {
  content: "";
  position: absolute;
  top: -145px;
  right: -90px;
  z-index: -1;
  width: 390px;
  height: 390px;
  border: 1px solid #ff452d42;
  border-radius: 50%;
  box-shadow:
    0 0 0 52px #ff452d09,
    0 0 0 104px #ff452d06;
}

body.aiora-subpage .final-cta-kicker {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--a-red);
  font:
    700 9px/1 Manrope,
    sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.aiora-subpage .final-cta-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--a-red);
  box-shadow: 0 0 10px #ff452d99;
}

body.aiora-subpage main > section.final-cta-section-v2 .final-cta-panel-v2 h2,
body.aiora-subpage main > section:nth-child(3n).final-cta-section-v2 .final-cta-panel-v2 h2 {
  grid-column: 1;
  max-width: 11ch;
  margin: 0 !important;
  color: var(--a-white) !important;
  font:
    700 clamp(50px, 6.2vw, 92px)/0.9 Outfit,
    sans-serif !important;
  letter-spacing: -0.07em !important;
}

body.aiora-subpage main > section.final-cta-section-v2 .final-cta-panel-v2 h2 span {
  color: var(--a-red) !important;
}

body.aiora-subpage .final-cta-panel-v2 > p {
  grid-column: 1;
  max-width: 520px !important;
  margin: 25px 0 0 !important;
  color: #aaa69d !important;
  font-size: 15px !important;
  line-height: 1.7;
}

body.aiora-subpage .final-cta-panel-v2 > .flex {
  display: contents;
}

body.aiora-subpage .final-cta-panel-v2 a[href*="#contact"] {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  justify-self: end;
  display: grid !important;
  place-items: center;
  width: clamp(150px, 14vw, 190px) !important;
  height: auto !important;
  aspect-ratio: 1;
  padding: 24px !important;
  border: 1px solid #ffffff45 !important;
  border-radius: 50% !important;
  background: var(--a-red) !important;
  color: var(--a-ink) !important;
  box-shadow: 0 24px 70px #ff452d3d !important;
  text-align: center;
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s !important;
}

body.aiora-subpage .final-cta-panel-v2 a[href*="#contact"] > .absolute {
  display: none;
}

body.aiora-subpage .final-cta-panel-v2 a[href*="#contact"] > .relative {
  display: grid;
  justify-items: center;
  gap: 14px;
  color: var(--a-ink) !important;
  font-size: 12px;
  line-height: 1.35;
}

body.aiora-subpage .final-cta-panel-v2 a[href*="#contact"] svg {
  width: 24px;
  height: 24px;
  transition: transform 0.35s;
}

body.aiora-subpage .final-cta-panel-v2 a[href*="#contact"]:hover {
  box-shadow: 0 34px 90px #ff452d57 !important;
  transform: translateY(-8px) rotate(-4deg) !important;
}

body.aiora-subpage .final-cta-panel-v2 a[href*="#contact"]:hover svg {
  transform: translate(4px, -4px);
}

body.aiora-subpage .final-cta-index {
  position: absolute;
  right: 34px;
  bottom: 28px;
  color: #ffffff3b;
  font:
    600 8px/1 Manrope,
    sans-serif;
  letter-spacing: 0.18em;
}

body.aiora-subpage .final-cta-watermark {
  position: absolute;
  right: -0.03em;
  bottom: -0.22em;
  z-index: -1;
  color: transparent;
  font:
    800 clamp(130px, 21vw, 310px)/0.7 Outfit,
    sans-serif;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 1px #ffffff0b;
}

@media (max-width: 900px) {
  body.aiora-subpage .service-scope-heading {
    grid-template-columns: 1fr;
  }

  body.aiora-subpage .service-scope-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
    margin-top: 16px;
  }

  body.aiora-subpage .service-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.aiora-subpage .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.aiora-subpage .process-grid > .process-card:nth-child(2) {
    border-right: 0 !important;
  }
}

@media (max-width: 600px) {
  body.aiora-subpage .service-scope-grid {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  body.aiora-subpage .service-scope-grid > .service-scope-card {
    min-height: 255px;
    padding: 28px !important;
  }

  body.aiora-subpage .service-scope-card > div:first-child {
    margin-bottom: 44px !important;
  }

  body.aiora-subpage .process-grid {
    grid-template-columns: 1fr;
  }

  body.aiora-subpage .process-grid > .process-card {
    min-height: 220px;
    border-right: 0 !important;
    border-bottom: 1px solid #ffffff18 !important;
  }

  body.aiora-subpage .process-grid > .process-card:last-child {
    border-bottom: 0 !important;
  }

  body.aiora-subpage main > section.final-cta-section-v2 {
    padding: 12px 12px 0 !important;
  }

  body.aiora-subpage .final-cta-panel-v2 {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 34px 26px 24px !important;
    border-radius: 26px;
  }

  body.aiora-subpage main > section.final-cta-section-v2 .final-cta-panel-v2 h2,
  body.aiora-subpage main > section:nth-child(3n).final-cta-section-v2 .final-cta-panel-v2 h2 {
    font-size: clamp(42px, 13vw, 58px) !important;
  }

  body.aiora-subpage .final-cta-panel-v2 > p {
    font-size: 14px !important;
  }

  body.aiora-subpage .final-cta-panel-v2 a[href*="#contact"] {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    width: 100% !important;
    height: 58px !important;
    aspect-ratio: auto;
    margin-top: 30px;
    border-radius: 999px !important;
  }

  body.aiora-subpage .final-cta-panel-v2 a[href*="#contact"] > .relative {
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: start;
    width: 100%;
  }

  body.aiora-subpage .final-cta-index {
    position: static;
    margin-top: 24px;
  }

  body.aiora-subpage .final-cta-watermark {
    right: -0.05em;
    bottom: -0.05em;
    font-size: 130px;
  }
}
