/*
Theme Name: Aimsparkk
Theme URI: https://aimsparkk.com/
Author: Aimsparkk
Author URI: https://aimsparkk.com/
Description: Custom WordPress CMS theme for the Aimsparkk full-service digital agency website.
Version: 1.0.145
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: aimsparkk
*/

:root {
  /* Aimsparkk brand */
  --brand-navy: #06153a;
  --brand-blue: #0a2dff;
  --brand-blue-hover: #3153ff;
  --brand-night: #020817;
  --brand-white: #ffffff;
  --brand-ice: #f7f9ff;
  --brand-slate: #59627a;
  --brand-mist: #dde3f0;
  --brand-soft-spark: #a8b3ff;

  /* Functional interface colors */
  --state-success: #0e7a4f;
  --state-warning: #9a5a00;
  --state-error: #b3263e;
  --state-info: #1b4dff;

  /* Typography */
  --font-heading: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Shape, depth, and motion */
  --radius-control: 12px;
  --radius-button: 14px;
  --radius-card: 22px;
  --radius-panel: 32px;
  --shadow-soft: 0 24px 80px rgba(6, 21, 58, 0.08);
  --shadow-blue: 0 20px 56px rgba(10, 45, 255, 0.2);
  --gradient-spark: linear-gradient(135deg, #0a2dff 0%, #3153ff 100%);
  --gradient-night: linear-gradient(180deg, #020817 0%, #06153a 100%);
  --ease-brand: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 180ms;
  --duration-medium: 320ms;
  --duration-reveal: 650ms;

  /* Legacy aliases retained for existing components. */
  --ink: var(--color-ink, var(--brand-navy));
  --blue: var(--color-blue, var(--brand-blue));
  --slate-text: var(--color-slate-text, var(--color-slate, var(--brand-slate)));
  --border-mist: var(--color-border-mist, var(--color-border, var(--brand-mist)));
}

body.admin-bar .fixed.top-0 {
  top: 32px;
}

html {
  scroll-padding-top: 126px;
}

@media (max-width: 782px) {
  body.admin-bar .fixed.top-0 {
    top: 46px;
  }
}

.wp-site-blocks {
  min-height: 100vh;
}

.aim-header-shell {
  position: relative;
  z-index: 80;
  width: min(100% - 2rem, 1260px);
  margin-inline: auto;
  border: 1px solid rgba(221, 227, 240, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 70px rgba(6, 21, 58, 0.1);
  backdrop-filter: blur(18px);
}

.aim-logo-link {
  min-width: 0;
  flex: 0 1 auto;
}

.aim-header-logo {
  display: block;
  width: 245px;
  height: auto;
  max-width: 245px;
  object-fit: contain;
}

.aim-spark-icon {
  display: block;
  width: var(--spark-size, 1rem);
  height: var(--spark-size, 1rem);
  flex: 0 0 auto;
  color: var(--spark-color, var(--brand-blue));
  fill: currentColor;
  transform-origin: 50% 50%;
}

.aim-spark-icon path {
  fill: currentColor;
}

.aim-footer-logo {
  display: inline-flex;
  width: min(100%, 260px);
  align-items: center;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.aim-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.aim-mobile-toggle {
  position: relative;
  z-index: 90;
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 2.9rem;
  place-items: center;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #06153a;
  box-shadow: 0 18px 50px rgba(6, 21, 58, 0.11);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
  margin-left: auto;
}

.aim-mobile-toggle:hover,
.aim-mobile-toggle:focus-visible {
  border-color: rgba(10, 45, 255, 0.3);
  box-shadow: 0 20px 58px rgba(10, 45, 255, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.aim-mobile-toggle-bars {
  display: grid;
  gap: 0.34rem;
  place-items: center;
}

.aim-mobile-toggle-line {
  display: block;
  width: 1.35rem;
  height: 0.12rem;
  border-radius: 999px;
  background: #06153a;
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms ease, width 220ms ease, background 220ms ease;
}

.aim-mobile-toggle.is-active {
  border-color: rgba(49, 83, 255, 0.34);
  background: #ffffff;
}

.aim-mobile-toggle.is-active .aim-mobile-toggle-line:nth-child(1) {
  transform: translateY(0.46rem) rotate(45deg);
}

.aim-mobile-toggle.is-active .aim-mobile-toggle-line:nth-child(2) {
  width: 0.2rem;
  opacity: 0;
  transform: scaleX(0);
}

.aim-mobile-toggle.is-active .aim-mobile-toggle-line:nth-child(3) {
  transform: translateY(-0.46rem) rotate(-45deg);
}

.aim-header-nav {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.aim-nav-item {
  position: static;
}

.aim-nav-link {
  position: relative;
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0 0.76rem;
  border: 0;
  background: transparent;
  color: #4c5870;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.aim-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0.35rem;
  left: 0.85rem;
  right: 0.85rem;
  height: 1px;
  background: linear-gradient(90deg, #0a2dff, #3153ff);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.aim-nav-button {
  cursor: pointer;
}

.aim-nav-link:hover,
.aim-nav-item:focus-within > .aim-nav-link,
.aim-nav-item:hover > .aim-nav-link,
.aim-nav-item.is-open > .aim-nav-link {
  background: #f7f9ff;
  color: #06153a;
  transform: translateY(-1px);
}

.aim-nav-link:hover::after,
.aim-nav-item:focus-within > .aim-nav-link::after,
.aim-nav-item:hover > .aim-nav-link::after,
.aim-nav-item.is-open > .aim-nav-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.aim-mega-menu {
  position: absolute;
  top: calc(100% + 0.62rem);
  left: 50%;
  z-index: 70;
  width: min(1180px, calc(100vw - 2rem));
  max-height: calc(100vh - 7rem);
  overflow: hidden;
  padding: 0.72rem;
  border: 1px solid rgba(221, 227, 240, 0.95);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98)),
    #ffffff;
  box-shadow: 0 42px 130px rgba(6, 21, 58, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.75rem) scale(0.985);
  transition: opacity 180ms ease, transform 220ms ease;
  backdrop-filter: blur(22px);
}

.aim-nav-item:hover .aim-mega-menu,
.aim-nav-item:focus-within .aim-mega-menu,
.aim-nav-item.is-open .aim-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.aim-mega-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.58fr) minmax(0, 1.26fr) minmax(280px, 0.72fr);
  align-items: stretch;
  max-height: calc(100vh - 8.5rem);
  gap: 0.66rem;
}

.aim-mega-rail,
.aim-mega-preview {
  position: relative;
  overflow: hidden;
  border-radius: 21px;
}

.aim-mega-rail {
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.18), transparent 42%),
    #020817;
  display: flex;
  min-height: auto;
  flex-direction: column;
  padding: 1.18rem;
  color: #ffffff;
}

.aim-mega-rail::after,
.aim-mega-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.12), transparent 48%);
  transform: translateX(-120%);
  transition: transform 850ms ease;
}

.aim-nav-item:hover .aim-mega-rail::after,
.aim-nav-item:hover .aim-mega-preview::after {
  transform: translateX(120%);
}

.aim-mega-eyebrow {
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a8b3ff;
}

.aim-mega-rail h3,
.aim-mega-preview h3 {
  margin-top: 0.9rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 1.35vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.aim-mega-rail p:not(.aim-mega-eyebrow),
.aim-mega-preview p:not(.aim-mega-eyebrow) {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.93rem;
  line-height: 1.65;
}

.aim-mega-proof {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1.05rem;
}

.aim-mega-proof span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.065);
  padding: 0.7rem 0.78rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
}

.aim-mega-rail-link,
.aim-mega-preview a {
  display: inline-flex;
  margin-top: 0.95rem;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
}

.aim-mega-list {
  display: grid;
  max-height: calc(100vh - 8.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 0.54rem;
  overflow-y: auto;
  padding-right: 0.16rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(10, 45, 255, 0.24) transparent;
}

.aim-mega-list::-webkit-scrollbar {
  width: 0.38rem;
}

.aim-mega-list::-webkit-scrollbar-track {
  background: transparent;
}

.aim-mega-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(10, 45, 255, 0.18);
}

.aim-mega-list-work {
  align-content: start;
}

.aim-mega-list-hosting {
  grid-template-columns: 1fr;
}

.aim-mega-hosting .aim-mega-card {
  min-height: 6.25rem;
}

.aim-mega-card {
  display: flex;
  min-height: 5.35rem;
  overflow: hidden;
  align-items: flex-start;
  gap: 0.66rem;
  border: 1px solid rgba(221, 227, 240, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.7rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.aim-mega-card:hover,
.aim-mega-card:focus,
.aim-mega-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(10, 45, 255, 0.26);
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(6, 21, 58, 0.08);
  outline: 0;
}

.aim-mega-index {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f2f5ff;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
}

.aim-mega-card-copy {
  display: grid;
  min-width: 0;
  overflow: hidden;
  gap: 0.18rem;
}

.aim-mega-card-copy em {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aim-mega-card-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aim-mega-card-copy small {
  display: -webkit-box;
  overflow: hidden;
  color: #5d687b;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.aim-mega-preview {
  display: flex;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(140deg, rgba(10, 45, 255, 0.19), transparent 44%),
    #020817;
  padding: 1.18rem;
  color: #ffffff;
}

.aim-mega-preview.is-refreshing h3,
.aim-mega-preview.is-refreshing p,
.aim-mega-preview.is-refreshing .aim-mega-preview-points,
.aim-mega-preview.is-refreshing a {
  animation: aim-preview-rise 220ms ease both;
}

.aim-mega-preview-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.15rem;
}

.aim-mega-preview-points span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.45rem 0.65rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
}

.aim-header-cta {
  min-height: 42px;
  border-radius: 13px;
  padding-inline: 1rem;
  font-size: 0.875rem;
}

.aim-account-menu {
  position: relative;
}

.aim-account-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  right: -1.2rem;
  width: calc(268px + 2.4rem);
  height: 1.25rem;
  pointer-events: auto;
}

.aim-account-button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 45, 255, 0.15);
  border-radius: 999px;
  background: #ffffff;
  color: #06153a;
  box-shadow: 0 14px 32px rgba(10, 45, 255, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.aim-account-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aim-account-menu:hover .aim-account-button,
.aim-account-menu:focus-within .aim-account-button,
.aim-account-menu.is-open .aim-account-button {
  border-color: rgba(10, 45, 255, 0.38);
  background: #f7f9ff;
  box-shadow: 0 22px 55px rgba(10, 45, 255, 0.16);
  transform: translateY(-1px);
}

.aim-account-dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  z-index: 82;
  width: 268px;
  border: 1px solid rgba(218, 225, 240, 0.98);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 34px 90px rgba(6, 21, 58, 0.18);
  padding: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.55rem) scale(0.985);
  transition: opacity 170ms ease, transform 190ms ease;
  backdrop-filter: blur(18px);
}

.aim-account-menu:hover .aim-account-dropdown,
.aim-account-menu:focus-within .aim-account-dropdown,
.aim-account-menu.is-open .aim-account-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.aim-account-dropdown a {
  display: grid;
  gap: 0.22rem;
  border-radius: 13px;
  padding: 0.78rem 0.85rem;
  color: #101827;
  text-decoration: none;
  transition: background 170ms ease, transform 170ms ease;
}

.aim-account-dropdown a:hover,
.aim-account-dropdown a:focus-visible {
  background: #f3f6ff;
  outline: none;
  transform: translateX(2px);
}

.aim-account-dropdown strong {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  line-height: 1.1;
}

.aim-account-dropdown span {
  color: #66728a;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.aim-container,
.container {
  width: min(calc(100% - 6rem), 1280px);
  margin-inline: auto;
}

.aim-content-shell {
  width: min(calc(100% - 2.5rem), 1280px);
  margin-inline: auto;
  padding-inline: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .aim-container,
  .container {
    width: calc(100% - 4rem);
  }

  .aim-content-shell {
    width: calc(100% - 4rem);
  }
}

@media (min-width: 1024px) {
  .aim-content-shell {
    width: min(calc(100% - 6rem), 1280px);
  }
}

.aim-first-section {
  padding-top: clamp(8rem, 9vw, 9.4rem);
  padding-bottom: clamp(4.5rem, 7vw, 6.25rem);
}

.aim-home-hero {
  min-height: 88vh;
}

.aim-hero-grid {
  display: grid;
  gap: clamp(2.25rem, 5vw, 5.5rem);
  align-items: center;
}

.aim-hero-title,
.aim-page-title {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.05em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.aim-hero-title {
  max-width: 900px;
  font-size: clamp(3.5rem, 7.5vw, 7rem);
  line-height: 0.94;
}

.aim-page-title {
  max-width: 860px;
  margin-top: 1.5rem;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: 0.94;
}

.aim-section-title {
  max-width: 780px;
  font-family: var(--font-heading);
  font-size: clamp(2.625rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.aim-lead {
  max-width: 680px;
  margin-top: 1.55rem;
  color: #59627a;
  font-size: clamp(1.05rem, 1.18vw, 1.25rem);
  line-height: 1.75;
}

.aim-body-copy {
  max-width: 680px;
  margin-top: 1rem;
  color: #59627a;
  font-size: 1rem;
  line-height: 1.85;
}

.aim-dark-copy {
  max-width: 680px;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.8;
}

.aim-service-stack-section {
  border-top: 1px solid rgba(221, 227, 240, 0.88);
  border-bottom: 1px solid rgba(221, 227, 240, 0.88);
  background:
    linear-gradient(180deg, #f7f9ff 0%, #ffffff 48%, #f7f9ff 100%);
}

.aim-service-stack-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.aim-service-stack-copy {
  max-width: 560px;
}

.aim-service-stack-copy > p {
  margin-top: 1.35rem;
  color: #59627a;
  font-size: 1.02rem;
  line-height: 1.85;
}

.aim-service-stack-principles {
  display: grid;
  gap: 0.68rem;
  margin-top: 1.8rem;
}

.aim-service-stack-principles span {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.85rem 0.95rem;
  color: #06153a;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 18px 54px rgba(6, 21, 58, 0.045);
}

.aim-service-stack-principles span::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 2px;
  background: linear-gradient(135deg, #0a2dff, #3153ff);
  box-shadow: 0 0 0 0.28rem rgba(10, 45, 255, 0.08);
}

.aim-service-stack-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.2), transparent 36%),
    #020817;
  padding: clamp(1rem, 2vw, 1.35rem);
  color: #ffffff;
  box-shadow: 0 34px 100px rgba(6, 21, 58, 0.18);
}

.aim-service-stack-panel::after {
  content: "";
  position: absolute;
  inset: auto 1.2rem 1.2rem auto;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(168, 179, 255, 0.18);
  border-radius: 28px;
  opacity: 0.45;
  transform: rotate(12deg);
}

.aim-service-stack-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.2rem 0.15rem 1rem;
}

.aim-service-stack-head p,
.aim-service-tool-card p {
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.aim-service-stack-head h3 {
  margin-top: 0.42rem;
  font-family: var(--font-heading);
  font-size: clamp(1.22rem, 1.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.aim-service-stack-head > span {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.48rem 0.72rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
}

.aim-service-tool-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin-top: 1rem;
}

.aim-service-tool-card {
  display: grid;
  min-height: 6.15rem;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  gap: 0.78rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.9rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.aim-service-tool-card:hover {
  border-color: rgba(168, 179, 255, 0.25);
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-2px);
}

.aim-service-tool-card > span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 12px;
  background: rgba(168, 179, 255, 0.12);
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
}

.aim-service-tool-card h3 {
  margin-top: 0.32rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.aim-service-card-outcomes {
  display: grid;
  gap: 0.58rem;
  margin-top: 1.45rem;
}

.aim-service-card-outcomes span {
  display: grid;
  grid-template-columns: 0.48rem minmax(0, 1fr);
  gap: 0.68rem;
  align-items: start;
  border: 1px solid rgba(221, 227, 240, 0.95);
  border-radius: 14px;
  background: #f7f9ff;
  padding: 0.72rem 0.78rem;
  color: #59627a;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.38;
}

.aim-service-card-outcomes span::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.32rem;
  border-radius: 2px;
  background: linear-gradient(135deg, #0a2dff, #3153ff);
}

.aim-primary-link,
.aim-secondary-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 1.1rem;
  font-size: 0.94rem;
  font-weight: 700;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.aim-primary-link {
  background: linear-gradient(135deg, #0a2dff, #3153ff);
  color: #ffffff;
  box-shadow: 0 18px 54px rgba(10, 45, 255, 0.22);
}

.aim-secondary-link {
  border: 1px solid #dde3f0;
  background: #ffffff;
  color: #06153a;
}

.aim-primary-link:hover,
.aim-secondary-link:hover {
  transform: translateY(-2px);
}

.aim-secondary-link:hover {
  border-color: rgba(10, 45, 255, 0.34);
}

.aim-text-link {
  display: inline-flex;
  margin-top: 1.35rem;
  color: #0a2dff;
  font-size: 0.94rem;
  font-weight: 700;
}

.aim-work-heading-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
}

.aim-work-title {
  max-width: 850px;
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 3vw, 3.45rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.aim-work-copy-panel {
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  padding: clamp(1.15rem, 2vw, 1.5rem);
  box-shadow: 0 24px 80px rgba(6, 21, 58, 0.075);
  backdrop-filter: blur(18px);
}

.aim-work-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.aim-work-proof span {
  border-radius: 16px;
  background: #f7f9ff;
  padding: 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  color: #06153a;
}

.aim-work-card {
  position: relative;
  display: flex;
  min-height: 21.5rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 24px;
  background: #ffffff;
  padding: 1.15rem;
  box-shadow: 0 24px 80px rgba(6, 21, 58, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.aim-work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.54), transparent 36%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 180ms ease;
  pointer-events: none;
}

.aim-work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 45, 255, 0.28);
  box-shadow: 0 32px 90px rgba(6, 21, 58, 0.12);
}

.aim-work-card:hover::before {
  opacity: 0.72;
  animation: aim-card-glint 900ms ease both;
}

.aim-work-card-visual {
  position: relative;
  min-height: 7rem;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.12), rgba(49, 83, 255, 0.08)),
    #f7f9ff;
}

.aim-work-card-visual::before,
.aim-work-card-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0.9;
}

.aim-work-card-visual::before {
  right: 1.1rem;
  top: 1.1rem;
  width: 46%;
  height: 0.8rem;
}

.aim-work-card-visual::after {
  left: 1.1rem;
  bottom: 1.1rem;
  width: 68%;
  height: 0.8rem;
}

.aim-work-card-number {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0a2dff;
  color: #ffffff;
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 700;
}

.aim-work-card-visual-image {
  min-height: 9rem;
  background: #020817;
}

.aim-work-card-visual-image::before,
.aim-work-card-visual-image::after {
  display: none;
}

.aim-work-card-visual-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.04) contrast(1.03);
  transition: transform 520ms ease, filter 520ms ease;
}

.aim-work-card:hover .aim-work-card-visual-image img {
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.055);
}

.aim-work-card-visual-image::selection {
  background: transparent;
}

.aim-work-card-spark {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  --spark-size: 1.18rem;
  color: #ffffff;
  filter: drop-shadow(0 10px 18px rgba(10, 45, 255, 0.35));
  opacity: 0.92;
  animation: aim-spark-breathe 4.2s ease-in-out infinite;
}

.aim-work-card::after {
  content: "";
  position: absolute;
  inset: auto 1.1rem 1.1rem auto;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(49, 83, 255, 0.16), transparent 66%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.aim-work-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.aim-work-card-category {
  margin-top: 1.25rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
  color: #0a2dff;
}

.aim-work-card-title {
  margin-top: 0.9rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.18;
  color: #06153a;
}

.aim-section-spark-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.aim-work-section::before,
.aim-portfolio-home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(49, 83, 255, 0.09) 45%, transparent 50%),
    linear-gradient(90deg, transparent 0 18%, rgba(10, 45, 255, 0.035) 18.2%, transparent 18.45% 62%, rgba(49, 83, 255, 0.04) 62.2%, transparent 62.45%);
  opacity: 0.65;
  animation: aim-stage-pan 16s ease-in-out infinite;
  pointer-events: none;
}

.aim-work-section > .mx-auto,
.aim-portfolio-home-section > .aim-container {
  position: relative;
  z-index: 1;
}

.aim-section-spark {
  position: absolute;
  --spark-size: clamp(0.95rem, 1.6vw, 1.55rem);
  color: #0a2dff;
  opacity: 0.24;
  filter: drop-shadow(0 14px 24px rgba(10, 45, 255, 0.18));
  animation: aim-spark-drift 8.5s ease-in-out infinite, aim-spark-pop 5.8s ease-in-out infinite;
}

.aim-section-spark-1 {
  left: 8%;
  top: 14%;
}

.aim-section-spark-2 {
  right: 10%;
  top: 22%;
  color: #3153ff;
  animation-delay: -1.6s;
}

.aim-section-spark-3 {
  left: 18%;
  bottom: 16%;
  color: #3153ff;
  animation-delay: -3.2s;
}

.aim-section-spark-4 {
  right: 22%;
  bottom: 18%;
  --spark-size: clamp(1.15rem, 2vw, 1.8rem);
  animation-delay: -4.8s;
}

.aim-section-spark-5 {
  left: 48%;
  top: 6%;
  color: #3153ff;
  animation-delay: -6.4s;
}

.aim-work-archive-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(49, 83, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(49, 83, 255, 0.08), transparent 42%);
}

.aim-work-archive-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  padding: 1.5rem;
  backdrop-filter: blur(18px);
}

.aim-work-archive-stats {
  display: grid;
  gap: 0.75rem;
}

.aim-work-archive-stats span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  padding: 1rem;
  color: #ffffff;
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.aim-hero-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.95);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 34px 110px rgba(6, 21, 58, 0.11);
}

.aim-hero-visual::before {
  content: "";
  position: absolute;
  inset: -20% 40% auto auto;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: rgba(10, 45, 255, 0.09);
  filter: blur(24px);
}

.aim-home-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 22%, rgba(49, 83, 255, 0.1), transparent 24rem),
    radial-gradient(circle at 84% 18%, rgba(10, 45, 255, 0.1), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f8faff 74%, #ffffff 100%);
}

.aim-spark-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.aim-spark-scene canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.92;
}

.aim-first-section.has-internal-spark-shell {
  isolation: isolate;
}

.aim-first-section.has-internal-spark-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(49, 83, 255, 0.09) 39%, transparent 44%),
    linear-gradient(90deg, transparent 0 14%, rgba(10, 45, 255, 0.045) 14.2%, transparent 14.45% 68%, rgba(49, 83, 255, 0.045) 68.2%, transparent 68.45%),
    radial-gradient(circle at 82% 22%, rgba(10, 45, 255, 0.1), transparent 24rem);
  mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
  opacity: 0.72;
  animation: aim-stage-pan 18s ease-in-out infinite;
}

.aim-first-section.has-internal-spark-shell > .aim-container,
.aim-first-section.has-internal-spark-shell > .mx-auto {
  position: relative;
  z-index: 2;
}

.aim-spark-scene-soft canvas {
  opacity: 0.5;
}

.bg-night .aim-spark-scene-soft canvas,
.aim-first-section.bg-night .aim-spark-scene-soft canvas {
  opacity: 0.38;
}

.aim-first-section.has-soft-spark-webgl .aim-page-title,
.aim-first-section.has-soft-spark-fallback .aim-page-title {
  text-shadow: 0 18px 58px rgba(6, 21, 58, 0.08);
}

.aim-home-hero.has-spark-webgl .aim-hero-spark-field,
.aim-home-hero.has-spark-fallback .aim-hero-spark-field {
  opacity: 0.46;
}

.aim-home-hero.has-spark-webgl::after {
  opacity: 0.28;
}

.aim-home-hero::before,
.aim-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.aim-home-hero::before {
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(10, 45, 255, 0.07) 16.2%, transparent 16.6% 49%, rgba(49, 83, 255, 0.08) 49.2%, transparent 49.65% 82%, rgba(10, 45, 255, 0.055) 82.2%, transparent 82.6%),
    linear-gradient(180deg, transparent 0 20%, rgba(10, 45, 255, 0.055) 20.2%, transparent 20.55% 58%, rgba(49, 83, 255, 0.06) 58.2%, transparent 58.55%);
  opacity: 0.42;
  mask-image: radial-gradient(circle at 54% 38%, #000 0 38%, transparent 70%);
}

.aim-home-hero::after {
  left: 54%;
  top: 18%;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(10, 45, 255, 0.08);
  border-radius: 40%;
  opacity: 0.46;
  transform: translate(-50%, -50%) rotate(18deg);
  animation: aim-hero-system-rotate 26s linear infinite;
}

.aim-home-hero-copy {
  position: relative;
}

.aim-hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.68rem;
}

.aim-kicker-spark {
  --spark-size: 1.1rem;
  color: #0a2dff;
  filter: drop-shadow(0 10px 18px rgba(10, 45, 255, 0.24));
  animation: aim-spark-breathe 3.8s ease-in-out infinite;
}

.aim-hero-spark-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.aim-hero-spark-field::before,
.aim-hero-spark-field::after {
  content: "";
  position: absolute;
  width: min(44vw, 38rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(10, 45, 255, 0.36), rgba(49, 83, 255, 0.48), transparent);
  opacity: 0.58;
  transform-origin: center;
  animation: aim-route-scan 8.8s ease-in-out infinite;
}

.aim-hero-spark-field::before {
  right: 4%;
  top: 35%;
  transform: rotate(-11deg);
}

.aim-hero-spark-field::after {
  left: 3%;
  bottom: 30%;
  width: min(35vw, 28rem);
  transform: rotate(12deg);
  animation-delay: -4.4s;
}

.aim-hero-spark {
  position: absolute;
  --spark-size: clamp(1rem, 2vw, 2rem);
  opacity: 0.42;
  filter: drop-shadow(0 16px 24px rgba(10, 45, 255, 0.18));
  animation: aim-spark-drift 9s ease-in-out infinite, aim-spark-pop 4.7s ease-in-out infinite;
}

.aim-hero-spark-1 {
  left: 7%;
  top: 20%;
}

.aim-hero-spark-2 {
  left: 44%;
  top: 14%;
  --spark-size: clamp(0.8rem, 1.6vw, 1.5rem);
  color: #3153ff;
  animation-delay: -2s;
}

.aim-hero-spark-3 {
  right: 12%;
  top: 32%;
  --spark-size: clamp(1.25rem, 2.6vw, 2.35rem);
  color: #0a2dff;
  animation-delay: -4s;
}

.aim-hero-spark-4 {
  left: 17%;
  bottom: 14%;
  color: #3153ff;
  animation-delay: -1.2s;
}

.aim-hero-spark-5 {
  right: 34%;
  bottom: 11%;
  --spark-size: clamp(0.85rem, 1.8vw, 1.55rem);
  animation-delay: -5.6s;
}

.aim-hero-spark-6 {
  right: 5%;
  bottom: 28%;
  color: #3153ff;
  animation-delay: -3.1s;
}

.aim-hero-spark-7 {
  left: 53%;
  bottom: 34%;
  --spark-size: clamp(0.7rem, 1.4vw, 1.2rem);
  animation-delay: -6.2s;
}

.aim-hero-spark-8 {
  left: 3%;
  bottom: 43%;
  --spark-size: clamp(0.8rem, 1.3vw, 1.2rem);
  color: #3153ff;
  animation-delay: -7.4s;
}

.aim-hero-capability-strip {
  display: flex;
  max-width: 760px;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.aim-hero-capability-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.58rem 0.74rem;
  color: #06153a;
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(6, 21, 58, 0.045);
}

.aim-hero-capability-strip span::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #0a2dff;
  box-shadow: 0 0 0 0.22rem rgba(10, 45, 255, 0.08);
}

.aim-hero-visual-live {
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.25rem);
  background:
    radial-gradient(circle at 18% 10%, rgba(49, 83, 255, 0.16), transparent 15rem),
    radial-gradient(circle at 88% 18%, rgba(10, 45, 255, 0.18), transparent 16rem),
    #ffffff;
}

.aim-hero-visual-live::after {
  content: "";
  position: absolute;
  inset: -35% auto auto -30%;
  width: 60%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  opacity: 0.45;
  transform: rotate(18deg) translateX(-130%);
  animation: aim-card-glint 8.5s ease-in-out infinite;
  pointer-events: none;
}

.aim-hero-visual-live::before {
  inset: auto -14% -20% auto;
  width: 17rem;
  height: 17rem;
  background: rgba(49, 83, 255, 0.13);
}

.aim-live-command-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(221, 227, 240, 0.94);
  border-radius: 22px;
  background: rgba(247, 249, 255, 0.86);
  padding: 0.82rem 0.9rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.aim-live-command-top div {
  display: flex;
  gap: 0.42rem;
}

.aim-live-command-top span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #d7dded;
}

.aim-live-command-top span:first-child {
  background: #0a2dff;
}

.aim-live-command-top span:nth-child(2) {
  background: #3153ff;
}

.aim-live-command-top strong {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-live-command-spark {
  margin-left: auto;
  --spark-size: 1rem;
  color: #0a2dff;
  animation: aim-spark-breathe 3.2s ease-in-out infinite;
}

.aim-live-screenshot-stage {
  position: relative;
  min-height: clamp(23rem, 34vw, 28rem);
  margin-top: 1rem;
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 50% 20%, rgba(49, 83, 255, 0.16), transparent 16rem),
    #020817;
  background-size: 32px 32px, 32px 32px, auto, auto;
  padding: 1rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.aim-live-screenshot-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(49, 83, 255, 0.16) 42%, transparent 48%),
    linear-gradient(90deg, rgba(10, 45, 255, 0.12) 0 1px, transparent 1px 100%);
  background-size: 220% 100%, 44px 44px;
  opacity: 0.62;
  animation: aim-stage-pan 12s ease-in-out infinite;
  pointer-events: none;
}

.aim-live-site-card {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  animation: aim-card-float 7s ease-in-out infinite;
}

.aim-live-site-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 16%, rgba(255, 255, 255, 0.5), transparent 42%);
  opacity: 0;
  transform: translateX(-130%);
  animation: aim-card-glint 7.8s ease-in-out infinite;
  pointer-events: none;
}

.aim-live-site-card img {
  display: block;
  width: 100%;
  height: clamp(8.8rem, 13vw, 11.5rem);
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.04) contrast(1.02);
}

.aim-live-site-card span,
.aim-live-site-card strong {
  display: block;
  padding-inline: 1rem;
}

.aim-live-site-card span {
  margin-top: 0.85rem;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.aim-live-site-card strong {
  padding-bottom: 1rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
}

.aim-live-site-card-1 {
  left: 1rem;
  top: 1.2rem;
  width: 66%;
}

.aim-live-site-card-2 {
  right: 1rem;
  top: 6.4rem;
  z-index: 3;
  width: 49%;
  animation-delay: -2.2s;
}

.aim-live-site-card-3 {
  left: 12%;
  bottom: 1.2rem;
  width: 58%;
  animation-delay: -4.5s;
}

.aim-live-connector {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #3153ff, #0a2dff, transparent);
  background-size: 220% 100%;
  opacity: 0.72;
  animation: aim-connector-pulse 3.4s linear infinite;
}

.aim-live-connector-1 {
  left: 45%;
  top: 43%;
  width: 38%;
  transform: rotate(18deg);
}

.aim-live-connector-2 {
  left: 21%;
  bottom: 34%;
  width: 46%;
  transform: rotate(-14deg);
  animation-delay: -1.7s;
}

.aim-live-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.aim-live-flow span {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 45, 255, 0.09);
  border-radius: 16px;
  background: #f7f9ff;
  padding: 0.78rem 0.55rem;
  color: #06153a;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
}

.aim-live-flow span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(49, 83, 255, 0.28), transparent);
  transform: translateX(-130%);
  animation: aim-flow-sheen 4.2s ease-in-out infinite;
}

.aim-live-flow span:nth-child(2)::after {
  animation-delay: 0.35s;
}

.aim-live-flow span:nth-child(3)::after {
  animation-delay: 0.7s;
}

.aim-live-flow span:nth-child(4)::after {
  animation-delay: 1.05s;
}

.aim-live-flow span:nth-child(5)::after {
  animation-delay: 1.4s;
}

.aim-live-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.aim-live-proof-grid div {
  border: 1px solid rgba(221, 227, 240, 0.92);
  border-radius: 17px;
  background: #ffffff;
  padding: 0.9rem 0.75rem;
  box-shadow: 0 16px 46px rgba(6, 21, 58, 0.045);
}

.aim-live-proof-grid p {
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.aim-live-proof-grid span {
  display: block;
  margin-top: 0.34rem;
  color: #59627a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.aim-brand-signal-strip {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(221, 227, 240, 0.9);
  border-bottom: 1px solid rgba(221, 227, 240, 0.9);
  background: #ffffff;
  padding-block: 0.95rem;
}

.aim-brand-signal-strip::before,
.aim-brand-signal-strip::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: min(16vw, 9rem);
  height: 100%;
  pointer-events: none;
}

.aim-brand-signal-strip::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
}

.aim-brand-signal-strip::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, transparent);
}

.aim-brand-signal-track {
  display: flex;
  width: max-content;
  gap: 0.7rem;
  padding-inline: 0.7rem;
  animation: aim-signal-marquee 52s linear infinite;
}

.aim-brand-signal-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 999px;
  background: #f7f9ff;
  padding: 0.64rem 0.88rem;
  color: #06153a;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.aim-signal-spark {
  --spark-size: 0.82rem;
  color: #0a2dff;
}

.aim-agency-system-section {
  background:
    linear-gradient(rgba(6, 21, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 21, 58, 0.035) 1px, transparent 1px),
    #f7f9ff;
  background-size: 42px 42px;
}

.aim-agency-system-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.aim-agency-system-copy {
  max-width: 680px;
}

.aim-agency-system-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.8rem;
}

.aim-agency-system-tags span {
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.6rem 0.75rem;
  color: #06153a;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 16px 46px rgba(6, 21, 58, 0.04);
}

.aim-capability-showcase {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 30px;
  background:
    radial-gradient(circle at 84% 12%, rgba(49, 83, 255, 0.16), transparent 18rem),
    #ffffff;
  padding: clamp(1rem, 2vw, 1.25rem);
  box-shadow: 0 34px 110px rgba(6, 21, 58, 0.1);
}

.aim-capability-spark-orbit {
  position: absolute;
  inset: -1.4rem;
  z-index: -1;
  pointer-events: none;
  animation: aim-orbit-slow 18s linear infinite;
}

.aim-capability-spark {
  position: absolute;
  --spark-size: 1.35rem;
  color: #0a2dff;
  filter: drop-shadow(0 14px 24px rgba(10, 45, 255, 0.22));
}

.aim-capability-spark-1 {
  left: 7%;
  top: 5%;
}

.aim-capability-spark-2 {
  right: 8%;
  top: 32%;
  color: #3153ff;
}

.aim-capability-spark-3 {
  left: 52%;
  bottom: 2%;
  color: #3153ff;
}

.aim-capability-browser {
  overflow: hidden;
  border-radius: 24px;
  background: #020817;
  color: #ffffff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.aim-capability-browser-top {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.9rem 1rem;
}

.aim-capability-browser-top span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.aim-capability-browser-top span:first-child {
  background: #0a2dff;
}

.aim-capability-browser-top span:nth-child(2) {
  background: #3153ff;
}

.aim-capability-browser-top strong {
  margin-left: auto;
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-capability-image-stack {
  position: relative;
  min-height: clamp(22rem, 30vw, 27rem);
  padding: 1rem;
}

.aim-capability-shot {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  animation: aim-shot-float 7.4s ease-in-out infinite;
}

.aim-capability-shot img {
  display: block;
  width: 100%;
  height: clamp(8.5rem, 11vw, 10.5rem);
  object-fit: cover;
  object-position: top center;
}

.aim-capability-shot div {
  padding: 0.85rem 0.95rem 1rem;
}

.aim-capability-shot small {
  display: block;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.aim-capability-shot strong {
  display: block;
  margin-top: 0.35rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.12;
}

.aim-capability-shot-1 {
  left: 1rem;
  top: 1rem;
  width: 62%;
}

.aim-capability-shot-2 {
  right: 1rem;
  top: 5.4rem;
  z-index: 2;
  width: 48%;
  animation-delay: -2.6s;
}

.aim-capability-shot-3 {
  left: 18%;
  bottom: 1rem;
  width: 58%;
  animation-delay: -4.7s;
}

.aim-capability-card-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.aim-capability-card-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.94);
  border-radius: 20px;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 18px 58px rgba(6, 21, 58, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.aim-capability-card-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 45, 255, 0.22);
  box-shadow: 0 26px 70px rgba(6, 21, 58, 0.09);
}

.aim-mini-spark {
  --spark-size: 0.96rem;
  color: #0a2dff;
}

.aim-capability-card-grid h3 {
  margin-top: 0.72rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 700;
}

.aim-capability-card-grid p {
  margin-top: 0.42rem;
  color: #59627a;
  font-size: 0.92rem;
  line-height: 1.55;
}

.aim-service-home-card {
  isolation: isolate;
}

.aim-service-home-card::before,
.aim-service-home-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.aim-service-home-card::before {
  inset: auto -18% -24% auto;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(10, 45, 255, 0.08);
  border-radius: 34%;
  transform: rotate(18deg);
  transition: transform 360ms ease, border-color 360ms ease;
}

.aim-service-home-card::after {
  right: 1.15rem;
  bottom: 1.15rem;
  width: 1.1rem;
  height: 1.1rem;
  background: currentColor;
  color: #3153ff;
  clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
  opacity: 0.28;
  filter: drop-shadow(0 12px 20px rgba(49, 83, 255, 0.24));
  transition: opacity 260ms ease, transform 260ms ease;
}

.aim-service-home-card:hover::before {
  border-color: rgba(49, 83, 255, 0.22);
  transform: rotate(32deg) scale(1.08);
}

.aim-service-home-card:hover::after {
  opacity: 0.78;
  transform: translateY(-0.3rem) rotate(12deg) scale(1.12);
}

.aim-service-home-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aim-service-card-spark {
  --spark-size: 1.18rem;
  color: #0a2dff;
  opacity: 0.72;
  transition: transform 260ms ease, opacity 260ms ease;
}

.aim-service-home-card:hover .aim-service-card-spark {
  opacity: 1;
  transform: rotate(18deg) scale(1.12);
}

.aim-service-home-visual {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.45rem;
  height: 5.2rem;
  margin-top: 1.15rem;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 18%, rgba(49, 83, 255, 0.18), transparent 8rem),
    #f7f9ff;
  padding: 0.9rem;
}

.aim-proof-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.aim-about-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 249, 255, 0.92), #ffffff 72%),
    linear-gradient(115deg, rgba(10, 45, 255, 0.08), transparent 36%),
    #ffffff;
}

.aim-about-hero::before,
.aim-about-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(6, 21, 58, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 21, 58, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 76%);
}

.aim-about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5.5rem);
}

.aim-about-copy {
  max-width: 740px;
}

.aim-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.aim-about-command {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 28px;
  background: #ffffff;
  padding: 1.2rem;
  box-shadow: 0 34px 110px rgba(6, 21, 58, 0.1);
}

.aim-motion-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.65), transparent 42%);
  animation: aim-shine 6s ease-in-out infinite;
  transform: translateX(-130%);
}

.aim-command-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 18px 18px 0 0;
  background: #f7f9ff;
  padding: 0.95rem;
}

.aim-command-top span {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  background: #dde3f0;
}

.aim-command-top span:first-child {
  background: #0a2dff;
}

.aim-command-top span:nth-child(2) {
  background: #3153ff;
}

.aim-command-top strong {
  margin-left: auto;
  color: #0a2dff;
  font-size: 0.76rem;
  font-weight: 700;
}

.aim-command-display {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
  background: #020817;
  padding: clamp(1.25rem, 2vw, 1.8rem);
  color: #ffffff;
}

.aim-command-display::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.55;
}

.aim-command-line {
  position: relative;
  z-index: 1;
  height: 0.85rem;
  width: 82%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.aim-command-line::after {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 62%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0a2dff, #3153ff);
  animation: aim-line-fill 4.8s ease-in-out infinite;
}

.aim-command-line.short {
  width: 58%;
  margin-top: 0.7rem;
}

.aim-command-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
}

.aim-command-grid span,
.aim-command-rail span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  padding: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.aim-command-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.aim-command-rail span {
  background: #f7f9ff;
  color: #06153a;
  text-align: center;
  font-size: 0.82rem;
}

.aim-about-proof-section,
.aim-about-cta {
  background: #f7f9ff;
}

.aim-about-proof-grid,
.aim-about-dark-grid,
.aim-about-cta-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.aim-about-proof-copy {
  align-self: center;
}

.aim-stat-grid {
  display: grid;
  gap: 0.85rem;
}

.aim-about-card,
.aim-system-card,
.aim-principle-card {
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 70px rgba(6, 21, 58, 0.055);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.aim-about-card:hover,
.aim-system-card:hover,
.aim-principle-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 45, 255, 0.28);
  box-shadow: 0 30px 90px rgba(6, 21, 58, 0.1);
}

.aim-about-stat {
  padding: 1.3rem;
}

.aim-about-stat p {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #06153a;
}

.aim-about-stat h3 {
  margin-top: 0.75rem;
  color: #06153a;
  font-size: 1rem;
  font-weight: 700;
}

.aim-about-stat span,
.aim-system-card p,
.aim-principle-card p {
  display: block;
  margin-top: 0.55rem;
  color: #59627a;
  line-height: 1.7;
}

.aim-section-head {
  max-width: 880px;
}

.aim-section-head .aim-section-title {
  max-width: 840px;
}

.aim-about-operating-section {
  border-top: 1px solid rgba(221, 227, 240, 0.88);
  border-bottom: 1px solid rgba(221, 227, 240, 0.88);
  background:
    radial-gradient(circle at 82% 22%, rgba(10, 45, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.aim-about-operating-section .aim-container {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.aim-about-operating-section .aim-section-head {
  max-width: 700px;
}

.aim-system-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}

.aim-about-operating-section .aim-system-grid {
  margin-top: 0;
}

.aim-system-card {
  position: relative;
  overflow: hidden;
  min-height: 16rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 255, 0.96)),
    #ffffff;
  padding: 1.35rem;
  box-shadow: 0 24px 84px rgba(6, 21, 58, 0.075);
}

.aim-system-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #0a2dff, #3153ff);
  transform: scaleX(0.22);
  transform-origin: left;
  transition: transform 240ms ease;
}

.aim-system-card:hover::before {
  transform: scaleX(1);
}

.aim-system-card span {
  display: inline-flex;
  width: 2.55rem;
  height: 2.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f7f9ff;
  color: #0a2dff;
  font-size: 0.78rem;
  font-weight: 700;
}

.aim-system-card h3 {
  margin-top: 1.35rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 1.5vw, 1.7rem);
  font-weight: 700;
}

.aim-about-operating-section .aim-system-card {
  min-height: 14.5rem;
  border-color: rgba(10, 45, 255, 0.12);
}

.aim-about-dark {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.16), transparent 36%),
    #020817;
}

.aim-about-think {
  isolation: isolate;
}

.aim-about-think::after {
  content: "";
  position: absolute;
  inset: auto -8rem -7rem auto;
  z-index: 0;
  width: 28rem;
  height: 10rem;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(10, 45, 255, 0.24), rgba(49, 83, 255, 0.08));
  filter: blur(2px);
  transform: rotate(-10deg);
}

.aim-about-think .aim-container {
  position: relative;
  z-index: 1;
}

.aim-about-dark .aim-section-title {
  color: #ffffff;
}

.aim-about-think .aim-section-title {
  max-width: 690px;
  font-size: clamp(2.1rem, 2.1vw, 2.65rem);
}

.aim-principle-list {
  display: grid;
  gap: 0.85rem;
}

.aim-principle-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  padding: 1.2rem;
  box-shadow: none;
}

.aim-principle-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, #a8b3ff, #0a2dff);
  opacity: 0;
  transform: scaleX(0.24);
  transform-origin: left;
  transition: opacity 220ms ease, transform 220ms ease;
}

.aim-principle-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.aim-principle-card h3 {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 700;
}

.aim-principle-card p {
  color: rgba(255, 255, 255, 0.7);
}

.aim-about-cta .aim-primary-link {
  margin-top: 1.6rem;
}

.aim-portfolio-hero,
.aim-proof-hero {
  background:
    linear-gradient(180deg, rgba(247, 249, 255, 0.94), #ffffff 74%),
    radial-gradient(circle at 84% 18%, rgba(10, 45, 255, 0.14), transparent 30rem),
    #ffffff;
}

.aim-portfolio-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 82%, rgba(49, 83, 255, 0.12), transparent 26rem),
    linear-gradient(90deg, rgba(6, 21, 58, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(6, 21, 58, 0.035) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}

.aim-portfolio-hero-panel,
.aim-proof-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 30px;
  background: #ffffff;
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 34px 110px rgba(6, 21, 58, 0.1);
}

.aim-portfolio-window {
  overflow: hidden;
  border-radius: 24px;
  background: #020817;
}

.aim-portfolio-stack {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2vw, 1.4rem);
}

.aim-portfolio-stack a {
  display: grid;
  grid-template-columns: 2.8rem 1fr auto;
  gap: 0.9rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  padding: 1rem;
  color: #ffffff;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.aim-portfolio-stack a:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 179, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.aim-portfolio-stack span {
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
}

.aim-portfolio-stack strong {
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 700;
}

.aim-portfolio-stack small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
}

.aim-portfolio-grid {
  display: grid;
  gap: 1.1rem;
  margin-top: 3rem;
}

.aim-portfolio-library-section {
  border-top: 1px solid rgba(221, 227, 240, 0.88);
  border-bottom: 1px solid rgba(221, 227, 240, 0.88);
  background:
    radial-gradient(circle at 14% 10%, rgba(10, 45, 255, 0.08), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 22%, #f7f9ff 100%);
}

.aim-portfolio-library-section .aim-section-head {
  max-width: 760px;
}

.aim-portfolio-library-section .aim-portfolio-grid {
  gap: 1.25rem;
  margin-top: 2.4rem;
}

.aim-portfolio-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 28px 92px rgba(6, 21, 58, 0.085);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.aim-portfolio-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 45, 255, 0.24);
  box-shadow: 0 34px 100px rgba(6, 21, 58, 0.11);
}

.aim-portfolio-home-card {
  position: relative;
  display: flex;
  min-height: 20.5rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.12), transparent 44%),
    #f7f9ff;
  padding: 1.4rem;
  box-shadow: 0 22px 76px rgba(6, 21, 58, 0.06);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.aim-portfolio-home-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: 1.2rem;
  width: 13rem;
  height: 4.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(-10deg);
}

.aim-portfolio-home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 45, 255, 0.28);
  box-shadow: 0 32px 90px rgba(6, 21, 58, 0.11);
}

.aim-portfolio-mini-visual {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.5rem;
  min-height: 6.2rem;
  overflow: hidden;
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.72);
  padding: 0.9rem;
}

.aim-portfolio-mini-visual span {
  display: block;
  height: 0.72rem;
  border-radius: 999px;
  background: rgba(6, 21, 58, 0.12);
}

.aim-portfolio-mini-visual span:first-child {
  width: 42%;
  background: #0a2dff;
}

.aim-portfolio-mini-visual span:nth-child(2) {
  width: 76%;
}

.aim-portfolio-mini-visual span:nth-child(3) {
  width: 58%;
  background: rgba(49, 83, 255, 0.45);
}

.aim-portfolio-mini-figma-prototypes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
}

.aim-portfolio-mini-figma-prototypes span {
  width: auto !important;
  height: 100%;
  min-height: 4.2rem;
  border-radius: 14px;
}

.aim-portfolio-mini-automation-board {
  grid-template-columns: 1fr 1fr;
}

.aim-portfolio-home-card > p {
  position: relative;
  z-index: 1;
  margin-top: 1.1rem;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aim-portfolio-home-card > h3 {
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
}

.aim-portfolio-home-chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.aim-portfolio-home-chips span {
  display: inline-flex;
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.48rem 0.6rem;
  color: #06153a;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.aim-portfolio-home-card > span,
.aim-portfolio-home-card > strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  border-radius: 999px;
  background: #ffffff;
  padding: 0.65rem 0.8rem;
  color: #06153a;
  font-size: 0.82rem;
  font-weight: 700;
}

.aim-home-portfolio-tabs {
  margin-top: 3rem;
}

.aim-tab-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.aim-tab-controls button {
  min-height: 3rem;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 999px;
  background: #f7f9ff;
  padding: 0.75rem 1rem;
  color: #06153a;
  font-family: var(--font-label);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, color 200ms ease;
}

.aim-tab-controls button:hover,
.aim-tab-controls button:focus-visible,
.aim-tab-controls button.is-active {
  border-color: rgba(10, 45, 255, 0.38);
  background: #0a2dff;
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

.aim-tab-panel {
  display: none;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 12%, rgba(49, 83, 255, 0.12), transparent 22rem),
    #f7f9ff;
  padding: clamp(1rem, 2.2vw, 1.5rem);
  box-shadow: 0 24px 84px rgba(6, 21, 58, 0.07);
}

.aim-tab-panel.is-active {
  display: grid;
  gap: 1rem;
}

.aim-tab-feature {
  display: grid;
  gap: 1.15rem;
  align-items: center;
}

.aim-tab-feature h3 {
  margin-top: 0.8rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.08;
}

.aim-tab-feature p:not(.aim-portfolio-eyebrow) {
  margin-top: 0.8rem;
  color: #59627a;
  line-height: 1.75;
}

.aim-home-portfolio-list {
  display: grid;
  gap: 0.85rem;
}

.aim-portfolio-thumb-card {
  display: grid;
  grid-template-columns: 5.25rem 1fr;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 20px;
  background: #ffffff;
  padding: 0.85rem;
  box-shadow: 0 18px 58px rgba(6, 21, 58, 0.045);
}

.aim-portfolio-thumb-card .aim-portfolio-item-visual {
  grid-row: span 2;
  min-height: 5rem;
}

.aim-portfolio-thumb-card small {
  min-width: 0;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: clamp(0.58rem, 0.72vw, 0.66rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.22;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.aim-portfolio-thumb-card strong {
  min-width: 0;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1vw, 1.03rem);
  font-weight: 700;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.aim-portfolio-card-top {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.16), transparent 38%),
    #020817;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  color: #ffffff;
}

.aim-portfolio-card-top::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% auto;
  width: 16rem;
  height: 6rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  transform: rotate(-10deg);
}

.aim-portfolio-eyebrow {
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aim-portfolio-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  max-width: 760px;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 2.6vw, 2.65rem);
  font-weight: 700;
  line-height: 1.08;
}

.aim-portfolio-card-top p:not(.aim-portfolio-eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.aim-portfolio-card-top .aim-text-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.aim-portfolio-private-note {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-top: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  padding: 0.62rem 0.78rem;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.aim-portfolio-data-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.aim-portfolio-data-strip span {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.56rem 0.72rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
}

.aim-portfolio-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 16%, rgba(49, 83, 255, 0.2), transparent 32%),
    rgba(255, 255, 255, 0.065);
  padding: 1rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.aim-portfolio-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 16%, rgba(255, 255, 255, 0.28), transparent 42%);
  transform: translateX(-120%);
  animation: aim-shine 7s ease-in-out infinite;
}

.aim-showcase-window {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.7rem;
}

.aim-showcase-window span {
  min-height: 4.4rem;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.62), rgba(49, 83, 255, 0.3)),
    rgba(255, 255, 255, 0.09);
}

.aim-showcase-window span:first-child {
  grid-row: span 2;
  min-height: 9.5rem;
}

.aim-showcase-window span:nth-child(2) {
  background: rgba(255, 255, 255, 0.14);
}

.aim-showcase-window span:nth-child(3) {
  background: rgba(168, 179, 255, 0.18);
}

.aim-showcase-screenshot-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 0.7rem;
  min-height: 14rem;
}

.aim-showcase-screenshot-grid img {
  width: 100%;
  height: 100%;
  min-height: 6.4rem;
  border-radius: 18px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 18px 48px rgba(6, 21, 58, 0.24);
  transform: translateZ(0);
  animation: aim-shot-float 8.4s ease-in-out infinite;
}

.aim-showcase-screenshot-grid img:first-child {
  grid-row: span 2;
  min-height: 14rem;
  animation-delay: -1.8s;
}

.aim-showcase-screenshot-grid img:nth-child(4) {
  grid-column: 1 / -1;
  max-height: 6.6rem;
  animation-delay: -3.6s;
}

.aim-portfolio-showcase-figma-prototypes .aim-showcase-window {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aim-portfolio-showcase-figma-prototypes .aim-showcase-window span {
  grid-row: auto;
  min-height: 8.2rem;
}

.aim-portfolio-showcase-automation-board .aim-showcase-window {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aim-portfolio-showcase-automation-board .aim-showcase-window span {
  min-height: 5.6rem;
}

.aim-showcase-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.aim-showcase-lines span {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(6, 21, 58, 0.78);
  padding: 0.55rem 0.7rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.aim-portfolio-item-list {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.aim-portfolio-item {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.55rem;
  align-items: start;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 18px;
  background: #f7f9ff;
  padding: 1.1rem;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.aim-portfolio-item.has-image {
  grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr);
}

.aim-portfolio-item:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 45, 255, 0.28);
  background: #ffffff;
}

.aim-portfolio-item-visual {
  grid-row: 1 / span 4;
  display: grid;
  gap: 0.35rem;
  min-height: 5.4rem;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.16), transparent 48%),
    #ffffff;
  padding: 0.65rem;
  box-shadow: inset 0 0 0 1px rgba(10, 45, 255, 0.08);
}

.aim-portfolio-item-visual.has-image {
  position: relative;
  overflow: hidden;
  min-height: 7.2rem;
  padding: 0;
  background: #f7f9ff;
  box-shadow: 0 16px 44px rgba(6, 21, 58, 0.13);
}

.aim-portfolio-reference-placeholder {
  display: grid;
  min-height: 100%;
  align-content: center;
  justify-items: start;
  gap: 0.3rem;
  color: #06153a;
}

.aim-portfolio-reference-placeholder .aim-reference-placeholder-spark {
  --spark-size: 1rem;
  margin-bottom: 0.2rem;
  color: #0a2dff;
}

.aim-portfolio-reference-placeholder p {
  margin: 0;
  font-family: var(--font-body);
  line-height: 1.25;
}

.aim-portfolio-reference-placeholder p:first-of-type {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aim-portfolio-reference-placeholder p:last-of-type {
  color: #59627a;
  font-size: 0.72rem;
  font-weight: 600;
}

.aim-portfolio-thumb-card.has-image {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(7.2rem, 8.7rem) minmax(0, 1fr);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.aim-portfolio-thumb-card.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.56), transparent 36%);
  opacity: 0;
  transform: translateX(-125%);
  pointer-events: none;
}

.aim-portfolio-thumb-card.has-image::after {
  content: "";
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  z-index: -1;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(49, 83, 255, 0.18), transparent 68%);
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 220ms ease, transform 220ms ease;
}

.aim-portfolio-thumb-card.has-image:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 45, 255, 0.22);
  box-shadow: 0 24px 70px rgba(6, 21, 58, 0.08);
}

.aim-portfolio-thumb-card.has-image:hover::before {
  opacity: 0.75;
  animation: aim-card-glint 900ms ease both;
}

.aim-portfolio-thumb-card.has-image:hover::after {
  opacity: 1;
  transform: scale(1);
}

.aim-portfolio-thumb-card.has-image .aim-portfolio-item-visual {
  min-height: 6rem;
}

.aim-portfolio-item-visual.has-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: top center;
  transition: transform 420ms ease, filter 420ms ease;
}

.aim-portfolio-item:hover .aim-portfolio-item-visual.has-image img,
.aim-portfolio-thumb-card:hover .aim-portfolio-item-visual.has-image img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.aim-portfolio-item-visual span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #0a2dff;
  color: #ffffff;
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.aim-portfolio-item-visual i {
  display: block;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(6, 21, 58, 0.13);
}

.aim-portfolio-item-visual i:nth-of-type(1) {
  width: 78%;
  background: rgba(49, 83, 255, 0.42);
}

.aim-portfolio-item-visual i:nth-of-type(2) {
  width: 56%;
}

.aim-portfolio-item-visual i:nth-of-type(3) {
  width: 88%;
}

.aim-portfolio-item > span,
.aim-portfolio-related h4 {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-portfolio-item > span,
.aim-portfolio-item strong,
.aim-portfolio-item small,
.aim-portfolio-item em {
  grid-column: 2;
}

.aim-portfolio-item strong {
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
}

.aim-portfolio-item small {
  color: #59627a;
  font-size: 0.95rem;
  line-height: 1.65;
}

.aim-portfolio-item em {
  color: #0a2dff;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
}

.aim-portfolio-proof-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.3rem;
}

.aim-portfolio-proof-grid div {
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.72rem;
}

.aim-portfolio-proof-grid span {
  display: block;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.aim-portfolio-proof-grid p {
  margin-top: 0.35rem;
  color: #59627a;
  font-size: 0.82rem;
  line-height: 1.45;
}

.aim-portfolio-related {
  display: grid;
  gap: 1rem;
  border-top: 1px solid rgba(221, 227, 240, 0.96);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.aim-portfolio-related div div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.aim-portfolio-related a {
  display: inline-flex;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 999px;
  background: #ffffff;
  padding: 0.55rem 0.75rem;
  color: #06153a;
  font-size: 0.82rem;
  font-weight: 700;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.aim-portfolio-related a:hover {
  transform: translateY(-1px);
  border-color: rgba(10, 45, 255, 0.35);
  color: #0a2dff;
}

.aim-proof-grid {
  display: grid;
  gap: 0.9rem;
}

.aim-proof-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  padding: 1.2rem;
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.aim-proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 179, 255, 0.28);
  background: rgba(255, 255, 255, 0.085);
}

.aim-proof-card p {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
}

.aim-service-proof-section {
  border-top: 1px solid rgba(221, 227, 240, 0.88);
  background:
    radial-gradient(circle at 78% 20%, rgba(10, 45, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.aim-service-proof-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
}

.aim-service-proof-copy {
  align-self: center;
}

.aim-service-proof-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.aim-service-proof-grid .aim-portfolio-home-card,
.aim-service-proof-cta {
  min-height: 15rem;
}

.aim-service-proof-grid .aim-portfolio-home-card {
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.09), transparent 44%),
    #ffffff;
  box-shadow: 0 24px 84px rgba(6, 21, 58, 0.08);
}

.aim-service-proof-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.24), transparent 42%),
    #020817;
  padding: 1.4rem;
  color: #ffffff;
  box-shadow: 0 28px 92px rgba(6, 21, 58, 0.16);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.aim-service-proof-cta::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: 1rem;
  width: 12rem;
  height: 4.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-10deg);
}

.aim-service-proof-cta:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 179, 255, 0.28);
  box-shadow: 0 34px 100px rgba(6, 21, 58, 0.22);
}

.aim-service-proof-cta p {
  position: relative;
  z-index: 1;
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aim-service-proof-cta h3 {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.14;
}

.aim-service-proof-cta span {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
}

.aim-proof-card h3 {
  margin-top: 0.8rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
}

.aim-proof-card span {
  display: block;
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.aim-proof-grid-light {
  margin-top: 3rem;
}

.aim-proof-grid-light .aim-proof-card {
  border-color: rgba(221, 227, 240, 0.96);
  background: #ffffff;
  box-shadow: 0 22px 76px rgba(6, 21, 58, 0.06);
}

.aim-proof-grid-light .aim-proof-card p,
.aim-proof-grid-light .aim-proof-card h3 {
  color: #06153a;
}

.aim-proof-grid-light .aim-proof-card span {
  color: #59627a;
}

.aim-home-proof-section {
  border-top: 1px solid rgba(221, 227, 240, 0.88);
  border-bottom: 1px solid rgba(221, 227, 240, 0.88);
  background:
    radial-gradient(circle at 18% 16%, rgba(49, 83, 255, 0.12), transparent 25rem),
    radial-gradient(circle at 90% 20%, rgba(10, 45, 255, 0.08), transparent 28rem),
    #f7f9ff;
}

.aim-home-proof-layout {
  display: grid;
  gap: 1rem;
  margin-top: 2.6rem;
}

.aim-proof-source-card {
  overflow: hidden;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 92px rgba(6, 21, 58, 0.08);
}

.aim-proof-source-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #020817;
  padding: 1rem;
}

.aim-proof-source-top span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

.aim-proof-source-top span:first-child {
  background: #0a2dff;
}

.aim-proof-source-top span:nth-child(2) {
  background: #3153ff;
}

.aim-proof-source-top strong {
  margin-left: auto;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
}

.aim-proof-source-metrics {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.aim-proof-source-metrics div {
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 18px;
  background: #f7f9ff;
  padding: 1rem;
}

.aim-proof-source-metrics p {
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.aim-proof-source-metrics span {
  display: block;
  margin-top: 0.42rem;
  color: #59627a;
  font-size: 0.82rem;
  font-weight: 700;
}

.aim-upwork-proof-grid {
  display: grid;
  gap: 0.9rem;
}

.aim-upwork-proof-card {
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.1rem;
  box-shadow: 0 22px 76px rgba(6, 21, 58, 0.06);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.aim-upwork-proof-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 45, 255, 0.24);
  box-shadow: 0 30px 90px rgba(6, 21, 58, 0.1);
}

.aim-upwork-proof-card > span {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-upwork-proof-card h3 {
  margin-top: 0.8rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.08;
}

.aim-upwork-proof-card strong {
  display: block;
  margin-top: 0.65rem;
  color: #06153a;
  font-size: 0.96rem;
  font-weight: 700;
}

.aim-upwork-proof-card p {
  margin-top: 0.55rem;
  color: #59627a;
  line-height: 1.68;
}

.aim-testimonial-card-grid {
  display: grid;
  gap: 0.9rem;
}

.aim-client-testimonial {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.15rem;
  box-shadow: 0 22px 76px rgba(6, 21, 58, 0.06);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.aim-client-testimonial:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 45, 255, 0.24);
  box-shadow: 0 30px 90px rgba(6, 21, 58, 0.1);
}

.aim-client-testimonial > span {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-client-testimonial > p {
  margin-top: 1rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  font-weight: 700;
  line-height: 1.38;
}

.aim-client-testimonial div {
  margin-top: auto;
  padding-top: 1.2rem;
}

.aim-client-testimonial strong {
  display: block;
  color: #06153a;
  font-weight: 700;
}

.aim-client-testimonial small {
  display: block;
  margin-top: 0.24rem;
  color: #59627a;
  font-size: 0.88rem;
  line-height: 1.45;
}

.aim-client-testimonial em {
  display: inline-flex;
  width: fit-content;
  margin-top: 1rem;
  border-radius: 999px;
  background: #f7f9ff;
  padding: 0.55rem 0.72rem;
  color: #0a2dff;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

.aim-client-testimonial-dark {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.aim-client-testimonial-dark > span {
  color: #a8b3ff;
}

.aim-client-testimonial-dark > p,
.aim-client-testimonial-dark strong {
  color: #ffffff;
}

.aim-client-testimonial-dark small {
  color: rgba(255, 255, 255, 0.68);
}

.aim-client-testimonial-dark em {
  background: rgba(255, 255, 255, 0.1);
  color: #a8b3ff;
}

.aim-proof-board {
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.12), transparent 44%),
    #ffffff;
}

.aim-proof-board-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 20px 20px 0 0;
  background: #f7f9ff;
  padding: 1rem;
}

.aim-proof-board-top span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #dde3f0;
}

.aim-proof-board-top span:first-child {
  background: #0a2dff;
}

.aim-proof-board-top span:nth-child(2) {
  background: #3153ff;
}

.aim-proof-board-top strong {
  margin-left: auto;
  color: #0a2dff;
  font-size: 0.78rem;
  font-weight: 700;
}

.aim-proof-board-grid {
  display: grid;
  gap: 0.85rem;
  border-radius: 0 0 24px 24px;
  background: #020817;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.aim-proof-board-grid div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  padding: 1rem;
}

.aim-proof-board-grid p {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 700;
}

.aim-proof-board-grid span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
}

.aim-testimonial-theme-list {
  display: grid;
  gap: 0.9rem;
}

.aim-testimonial-theme-grid {
  margin-top: 2.5rem;
}

.aim-testimonial-theme {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.2rem;
  box-shadow: 0 22px 76px rgba(6, 21, 58, 0.06);
}

.aim-testimonial-theme > span {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f7f9ff;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 700;
}

.aim-testimonial-theme h3 {
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
}

.aim-testimonial-theme p {
  margin-top: 0.5rem;
  color: #59627a;
  line-height: 1.75;
}

.aim-faq-section {
  border-top: 1px solid rgba(221, 227, 240, 0.72);
  border-bottom: 1px solid rgba(221, 227, 240, 0.72);
}

.aim-faq-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
}

.aim-faq-list {
  display: grid;
  gap: 1rem;
}

.aim-faq-card {
  border: 1px solid var(--border-mist);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(6, 21, 58, 0.045);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.aim-faq-card:hover,
.aim-faq-card[open] {
  border-color: rgba(49, 83, 255, 0.28);
  box-shadow: 0 22px 70px rgba(6, 21, 58, 0.07);
}

.aim-faq-card summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem 1.35rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.28;
}

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

.aim-faq-card summary::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--soft-ice);
  color: var(--blue);
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.aim-faq-card[open] summary::after {
  transform: rotate(45deg);
  background: var(--blue);
  color: #ffffff;
}

.aim-faq-card p {
  margin: -0.15rem 1.35rem 1.25rem;
  max-width: 66ch;
  color: var(--slate-text);
  font-size: 1rem;
  line-height: 1.78;
}

.aim-insights-hero,
.aim-insight-single-hero {
  border-bottom: 1px solid rgba(221, 227, 240, 0.76);
}

.aim-insight-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aim-home-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2.4rem;
}

.aim-insight-card {
  position: relative;
  overflow: hidden;
  min-height: 25rem;
  border: 1px solid var(--border-mist);
  border-radius: 24px;
  background: #ffffff;
  padding: 1.35rem;
  box-shadow: 0 24px 80px rgba(6, 21, 58, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.aim-insight-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #0a2dff, #3153ff);
  transition: transform 240ms ease;
}

.aim-insight-card:hover {
  border-color: rgba(10, 45, 255, 0.28);
  box-shadow: 0 30px 92px rgba(6, 21, 58, 0.09);
  transform: translateY(-4px);
}

.aim-insight-card:hover::before {
  transform: scaleX(1);
}

.aim-insight-card-kicker {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.55;
  text-transform: uppercase;
}

.aim-insight-card > span {
  display: block;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.55;
  text-transform: uppercase;
}

.aim-insight-card h2 {
  margin-top: 1.6rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
}

.aim-insight-card h3 {
  margin-top: 1.6rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
}

.aim-insight-card p:not(.aim-insight-card-kicker) {
  margin-top: 1rem;
  color: var(--slate-text);
  line-height: 1.74;
}

.aim-insight-card em {
  display: inline-flex;
  margin-top: 1.4rem;
  color: #0a2dff;
  font-style: normal;
  font-weight: 700;
}

.aim-insight-card .aim-text-link {
  margin-top: 1.4rem;
}

.aim-insight-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 0.26fr);
  align-items: start;
}

.aim-insight-content {
  max-width: 780px;
}

.aim-insight-content p {
  color: var(--slate-text);
  font-size: 1.08rem;
  line-height: 1.86;
}

.aim-insight-content h2 {
  margin-top: 2.3rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 700;
  line-height: 1.08;
}

.aim-insight-content h2 + p {
  margin-top: 1rem;
}

.aim-insight-meta-panel,
.aim-insight-sidebar {
  border: 1px solid var(--border-mist);
  border-radius: 24px;
  background: #ffffff;
  padding: 1.35rem;
  box-shadow: 0 22px 76px rgba(6, 21, 58, 0.065);
}

.aim-insight-meta-label,
.aim-insight-sidebar h2 {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aim-insight-meta-panel p:not(.aim-insight-meta-label),
.aim-insight-sidebar p {
  margin-top: 0.8rem;
  color: var(--slate-text);
  line-height: 1.74;
}

.aim-insight-meta-panel span {
  display: inline-flex;
  margin-top: 1rem;
  border-radius: 999px;
  background: var(--soft-ice);
  padding: 0.55rem 0.75rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
}

.aim-insight-sidebar {
  position: sticky;
  top: 7rem;
}

.aim-insight-sidebar div {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.aim-insight-sidebar a {
  display: block;
  border: 1px solid var(--border-mist);
  border-radius: 15px;
  background: var(--soft-ice);
  padding: 0.85rem 0.95rem;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.25;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.aim-insight-sidebar a:hover {
  border-color: rgba(10, 45, 255, 0.28);
  background: #ffffff;
  transform: translateX(2px);
}

.section.bg-soft-ice,
.section.bg-pure-white,
.section.bg-night {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section.bg-soft-ice > .aim-container,
.section.bg-soft-ice > .mx-auto,
.section.bg-pure-white > .aim-container,
.section.bg-pure-white > .mx-auto,
.section.bg-night > .aim-container,
.section.bg-night > .mx-auto {
  position: relative;
  z-index: 1;
}

.section.bg-soft-ice {
  background-color: #f7f9ff;
  background-image:
    radial-gradient(circle at 16% 14%, rgba(49, 83, 255, 0.1), transparent 22rem),
    radial-gradient(circle at 86% 22%, rgba(10, 45, 255, 0.08), transparent 24rem),
    linear-gradient(rgba(6, 21, 58, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 21, 58, 0.028) 1px, transparent 1px);
  background-size: auto, auto, 54px 54px, 54px 54px;
}

.section.bg-pure-white {
  background-color: #ffffff;
  background-image:
    radial-gradient(circle at 82% 10%, rgba(10, 45, 255, 0.075), transparent 25rem),
    linear-gradient(115deg, transparent 0 44%, rgba(49, 83, 255, 0.06) 47%, transparent 52%);
}

.section.bg-night {
  background-color: #020817;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(49, 83, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(10, 45, 255, 0.22), transparent 28rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 52px 52px, 52px 52px;
}

:where(
  .aim-about-command,
  .aim-about-card,
  .aim-system-card,
  .aim-portfolio-hero-panel,
  .aim-proof-board,
  .aim-proof-source-card,
  .aim-upwork-proof-card,
  .aim-client-testimonial,
  .aim-testimonial-theme,
  .aim-faq-card,
  .aim-insight-card,
  .aim-insight-meta-panel,
  .aim-insight-sidebar,
  .aim-portfolio-card,
  .aim-portfolio-home-card,
  .aim-portfolio-thumb-card,
  .aim-portfolio-item,
  .aim-service-home-card,
  .aim-design-generator-hero-card,
  .aim-dg-card,
  [class*="rounded-[22px]"][class*="border-border-mist"],
  [class*="rounded-[24px]"][class*="border-border-mist"],
  [class*="rounded-[28px]"][class*="border-border-mist"]
) {
  position: relative;
  isolation: isolate;
  min-width: 0;
  background-image:
    radial-gradient(circle at calc(100% - 2rem) 1.35rem, rgba(49, 83, 255, 0.11), transparent 7rem),
    linear-gradient(135deg, rgba(10, 45, 255, 0.045), transparent 44%);
}

:where(
  .aim-about-command,
  .aim-about-card,
  .aim-system-card,
  .aim-portfolio-hero-panel,
  .aim-proof-board,
  .aim-proof-source-card,
  .aim-upwork-proof-card,
  .aim-client-testimonial,
  .aim-testimonial-theme,
  .aim-faq-card,
  .aim-insight-card,
  .aim-insight-meta-panel,
  .aim-insight-sidebar,
  .aim-portfolio-card,
  .aim-portfolio-home-card,
  .aim-portfolio-thumb-card,
  .aim-portfolio-item,
  .aim-service-home-card,
  .aim-design-generator-hero-card,
  .aim-dg-card,
  [class*="rounded-[22px]"][class*="border-border-mist"],
  [class*="rounded-[24px]"][class*="border-border-mist"],
  [class*="rounded-[28px]"][class*="border-border-mist"]
) > * {
  position: relative;
  z-index: 1;
}

:where(
  .aim-about-command,
  .aim-about-card,
  .aim-system-card,
  .aim-portfolio-hero-panel,
  .aim-proof-board,
  .aim-proof-source-card,
  .aim-upwork-proof-card,
  .aim-client-testimonial,
  .aim-testimonial-theme,
  .aim-faq-card,
  .aim-insight-card,
  .aim-insight-meta-panel,
  .aim-insight-sidebar,
  .aim-portfolio-card,
  .aim-portfolio-home-card,
  .aim-portfolio-thumb-card,
  .aim-portfolio-item,
  .aim-service-home-card,
  .aim-design-generator-hero-card,
  .aim-dg-card,
  [class*="rounded-[22px]"][class*="border-border-mist"],
  [class*="rounded-[24px]"][class*="border-border-mist"],
  [class*="rounded-[28px]"][class*="border-border-mist"]
):hover {
  border-color: rgba(10, 45, 255, 0.28);
  box-shadow: 0 32px 95px rgba(6, 21, 58, 0.105);
}

:where(
  .aim-principle-card,
  .aim-proof-card,
  .aim-client-testimonial-dark,
  .aim-service-stack-panel,
  .aim-service-proof-cta,
  [class*="border-pure-white/10"][class*="bg-pure-white"]
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 84% 16%, rgba(49, 83, 255, 0.16), transparent 12rem),
    linear-gradient(135deg, rgba(10, 45, 255, 0.12), transparent 42%);
}

.aim-portfolio-mini-visual,
.aim-service-home-visual,
.aim-work-card-visual:not(.aim-work-card-visual-image),
.aim-portfolio-item-visual:not(.has-image),
.aim-design-generator-pipeline,
.aim-command-display {
  background-image:
    linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, 0.55) 45%, transparent 56%),
    radial-gradient(circle at 78% 18%, rgba(49, 83, 255, 0.18), transparent 8rem),
    linear-gradient(135deg, rgba(10, 45, 255, 0.13), transparent 44%);
  background-size: 240% 100%, auto, auto;
  animation: aim-live-surface 8.6s ease-in-out infinite;
}

.aim-command-display,
.aim-design-generator-pipeline {
  background-color: #020817;
}

.aim-primary-link,
.aim-secondary-link,
.gradient-blue {
  position: relative;
  overflow: hidden;
}

.aim-primary-link::after,
.gradient-blue::after {
  content: "";
  position: absolute;
  inset-block: -40%;
  left: -35%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: rotate(18deg) translateX(-160%);
  pointer-events: none;
}

.aim-primary-link:hover::after,
.gradient-blue:hover::after {
  animation: aim-button-sheen 780ms ease both;
}

:where(input, select, textarea):focus-visible {
  border-color: rgba(10, 45, 255, 0.48) !important;
  box-shadow: 0 0 0 4px rgba(10, 45, 255, 0.1), 0 18px 48px rgba(6, 21, 58, 0.08);
  outline: none;
}

@media (prefers-reduced-motion: no-preference) {
  .section.bg-soft-ice,
  .section.bg-pure-white,
  .section.bg-night {
    animation: aim-section-field-drift 24s ease-in-out infinite alternate;
  }
}

body.aim-hosting-page .section.bg-soft-ice,
body.aim-hosting-page .section.bg-pure-white,
body.aim-hosting-page .section.bg-night {
  animation: none;
}

.aim-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease, transform 650ms ease;
}

.aim-reveal-ready .aim-reveal {
  opacity: 0;
  transform: translateY(22px);
}

.aim-reveal-ready .aim-reveal.is-visible,
.aim-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aim-about-operating-section .aim-system-card.aim-reveal,
.aim-portfolio-library-section .aim-portfolio-card.aim-reveal,
.aim-service-proof-section .aim-portfolio-home-card.aim-reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .aim-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  }

  .aim-hero-title {
    max-width: 760px;
    font-size: clamp(4rem, 5.25vw, 4.75rem);
    line-height: 0.96;
  }

  .aim-portfolio-hero > .aim-container,
  .aim-proof-hero > .aim-container {
    align-items: center;
  }

  .aim-portfolio-hero-panel,
  .aim-proof-board {
    align-self: center;
  }

  .aim-portfolio-hero .aim-page-title,
  .aim-proof-hero .aim-page-title {
    font-size: clamp(3.25rem, 4vw, 4rem);
    line-height: 0.98;
  }

  .aim-agency-system-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.02fr);
  }

  .aim-capability-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-about-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.88fr);
  }

  .aim-about-proof-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.08fr);
  }

  .aim-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-system-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aim-about-operating-section .aim-container {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  }

  .aim-about-operating-section .aim-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-about-dark-grid,
  .aim-about-cta-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  }

  .aim-about-think .aim-about-dark-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
    align-items: center;
  }

  .aim-work-heading-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  }

  .aim-work-archive-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aim-portfolio-card {
    grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1fr);
  }

  .aim-tab-panel.is-active {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  }

  .aim-tab-feature {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  }

  .aim-home-portfolio-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }

  .aim-portfolio-card-top {
    grid-row: span 2;
    align-self: start;
  }

  .aim-portfolio-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-home-proof-layout {
    grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
    align-items: stretch;
  }

  .aim-proof-source-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-upwork-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-testimonial-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-testimonial-theme-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aim-service-proof-layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .aim-service-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-proof-grid,
  .aim-proof-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-insight-card:nth-child(1),
  .aim-insight-card:nth-child(2) {
    grid-column: span 1;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .aim-hero-grid,
  .aim-portfolio-hero > .aim-container,
  .aim-proof-hero > .aim-container {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .aim-container,
  .container {
    width: calc(100% - 2.5rem);
  }

  .aim-header-shell {
    width: calc(100% - 1.25rem);
    min-height: 3.9rem;
    border-radius: 20px;
    padding-right: 0.6rem;
  }

  .aim-header-logo {
    width: clamp(150px, 46vw, 174px);
    max-width: clamp(150px, 46vw, 174px);
  }

  .aim-logo-link {
    max-width: calc(100% - 4rem);
  }

  .aim-mobile-toggle {
    display: grid !important;
    width: 3rem;
    height: 3rem;
    flex-basis: 3rem;
    border-color: rgba(10, 45, 255, 0.16);
    background: #ffffff;
    color: #06153a;
    box-shadow: 0 18px 48px rgba(6, 21, 58, 0.14), 0 0 0 5px rgba(10, 45, 255, 0.045);
  }

  .aim-mobile-toggle-line {
    height: 0.14rem;
    background: currentColor;
  }

  .aim-first-section {
    padding-top: 7.35rem;
  }

  .aim-hero-title {
    font-size: clamp(3.5rem, 10vw, 4.5rem);
    line-height: 0.94;
  }

  .aim-page-title {
    font-size: clamp(3.5rem, 9vw, 4.25rem);
    line-height: 0.94;
  }

  .aim-hero-spark {
    opacity: 0.2;
  }

  .aim-hero-spark-2,
  .aim-hero-spark-5,
  .aim-hero-spark-7,
  .aim-hero-spark-8 {
    display: none;
  }

  .aim-section-spark-2,
  .aim-section-spark-4,
  .aim-section-spark-5 {
    display: none;
  }

  .aim-hero-capability-strip {
    gap: 0.5rem;
  }

  .aim-hero-capability-strip span {
    padding: 0.52rem 0.64rem;
    font-size: 0.62rem;
  }

  .aim-hero-visual-live {
    border-radius: 24px;
    padding: 0.78rem;
  }

  .aim-spark-scene canvas {
    opacity: 0.55;
  }

  .aim-home-hero.has-spark-webgl .aim-hero-spark-field,
  .aim-home-hero.has-spark-fallback .aim-hero-spark-field {
    opacity: 0.3;
  }

  .aim-live-screenshot-stage,
  .aim-capability-image-stack {
    display: grid;
    min-height: auto;
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .aim-live-site-card,
  .aim-live-site-card-1,
  .aim-live-site-card-2,
  .aim-live-site-card-3,
  .aim-capability-shot,
  .aim-capability-shot-1,
  .aim-capability-shot-2,
  .aim-capability-shot-3 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    animation: none;
  }

  .aim-live-site-card img,
  .aim-capability-shot img {
    height: 9.25rem;
  }

  .aim-live-connector {
    display: none;
  }

  .aim-live-flow,
  .aim-live-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-brand-signal-strip {
    padding-block: 0.72rem;
  }

  .aim-brand-signal-track {
    animation-duration: 38s;
  }

  .aim-agency-system-section {
    background-size: 34px 34px;
  }

  .aim-capability-showcase {
    border-radius: 24px;
    padding: 0.78rem;
  }

  .aim-capability-browser {
    border-radius: 20px;
  }

  .aim-capability-browser-top {
    align-items: flex-start;
  }

  .aim-capability-browser-top strong {
    max-width: 12rem;
    text-align: right;
  }

  .aim-page-title {
    font-size: clamp(2.05rem, 8.4vw, 2.5rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .aim-section-title {
    font-size: clamp(1.9rem, 7.4vw, 2.45rem);
    line-height: 1.1;
  }

  .aim-lead {
    font-size: 1.02rem;
    line-height: 1.72;
  }

  .aim-about-command {
    border-radius: 22px;
    padding: 0.85rem;
  }

  .aim-command-grid,
  .aim-command-rail {
    grid-template-columns: 1fr;
  }

  .aim-system-grid {
    margin-top: 2rem;
  }

  .aim-system-card {
    min-height: auto;
  }

  .aim-service-proof-grid .aim-portfolio-home-card,
  .aim-service-proof-cta {
    min-height: 13.5rem;
  }

  .aim-proof-rail {
    grid-template-columns: 1fr;
  }

  .aim-work-title {
    font-size: clamp(2.25rem, 9.4vw, 2.85rem);
  }

  .aim-work-proof {
    grid-template-columns: 1fr;
  }

  .aim-work-card {
    min-height: auto;
  }

  .aim-portfolio-stack a {
    grid-template-columns: 2.6rem 1fr;
  }

  .aim-portfolio-stack small {
    grid-column: 2;
  }

  .aim-portfolio-home-card {
    min-height: auto;
  }

  .aim-home-portfolio-tabs {
    margin-top: 2rem;
  }

  .aim-tab-controls {
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    margin-inline: -0.15rem;
    padding: 0 0.15rem 0.75rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .aim-tab-controls button {
    flex: 0 0 auto;
    scroll-snap-align: start;
    max-width: min(78vw, 18rem);
    white-space: normal;
    text-align: left;
    line-height: 1.2;
  }

  .aim-tab-panel {
    border-radius: 22px;
  }

  .aim-tab-feature h3 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .aim-showcase-screenshot-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .aim-showcase-screenshot-grid img,
  .aim-showcase-screenshot-grid img:first-child,
  .aim-showcase-screenshot-grid img:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 9rem;
    max-height: none;
  }

  .aim-portfolio-thumb-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .aim-portfolio-thumb-card.has-image,
  .aim-portfolio-item.has-image {
    grid-template-columns: 1fr;
  }

  .aim-portfolio-thumb-card .aim-portfolio-item-visual,
  .aim-portfolio-thumb-card small,
  .aim-portfolio-thumb-card strong {
    grid-column: 1;
  }

  .aim-portfolio-thumb-card .aim-portfolio-item-visual {
    grid-row: auto;
  }

  .aim-testimonial-card-grid {
    grid-template-columns: 1fr;
  }

  .aim-client-testimonial {
    min-height: auto;
  }

  .aim-portfolio-item {
    grid-template-columns: 1fr;
  }

  .aim-portfolio-item-visual,
  .aim-portfolio-item > span,
  .aim-portfolio-item strong,
  .aim-portfolio-item small,
  .aim-portfolio-proof-grid,
  .aim-portfolio-item em {
    grid-column: 1;
  }

  .aim-portfolio-proof-grid {
    grid-template-columns: 1fr;
  }

  .aim-portfolio-item-visual {
    grid-row: auto;
  }

  .aim-showcase-window,
  .aim-portfolio-showcase-figma-prototypes .aim-showcase-window,
  .aim-portfolio-showcase-automation-board .aim-showcase-window {
    grid-template-columns: 1fr;
  }

  .aim-showcase-window span,
  .aim-showcase-window span:first-child {
    grid-row: auto;
    min-height: 3.8rem;
  }

  .aim-testimonial-theme {
    grid-template-columns: 1fr;
  }

  .aim-faq-grid {
    grid-template-columns: 1fr;
  }

  .aim-insight-grid,
  .aim-home-insight-grid,
  .aim-insight-layout {
    grid-template-columns: 1fr;
  }

  .aim-insight-card {
    min-height: auto;
  }

  .aim-insight-sidebar {
    position: static;
  }
}

@media (max-width: 1100px) {
  .aim-insight-grid,
  .aim-home-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .aim-mega-menu {
    width: min(960px, calc(100vw - 1.5rem));
  }

  .aim-mega-layout {
    grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr);
  }

  .aim-mega-preview {
    display: none;
  }
}

@media (max-width: 1023px) {
  .aim-service-stack-layout {
    grid-template-columns: 1fr;
  }

  .aim-service-stack-copy {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .aim-insight-grid,
  .aim-home-insight-grid,
  .aim-insight-layout {
    grid-template-columns: 1fr;
  }

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

  .aim-service-stack-head {
    flex-direction: column;
  }

  .aim-service-stack-panel {
    border-radius: 22px;
  }
}

@media (max-width: 1023px) {
  .aim-mobile-toggle {
    display: grid !important;
  }

  .aim-header-shell {
    align-items: center;
    gap: 0.75rem;
  }

  .aim-header-shell > a {
    min-width: 0;
  }
}

.aim-mobile-menu {
  clip-path: circle(0% at 90% 8%);
  z-index: 60;
  visibility: hidden;
  transform: translateY(-0.6rem);
  overscroll-behavior: contain;
  touch-action: auto;
  transition: clip-path 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease, transform 320ms ease, visibility 0s linear 520ms;
}

.aim-mobile-menu.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  clip-path: circle(150vmax at 90% 8%);
  transform: translateY(0);
  transition: clip-path 560ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 280ms ease, visibility 0s;
}

.aim-mobile-menu:not(.is-open) {
  pointer-events: none;
  opacity: 0;
}

.aim-mobile-menu-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(49, 83, 255, 0.18), transparent 32%),
    radial-gradient(circle at 8% 82%, rgba(10, 45, 255, 0.22), transparent 34%),
    #020817;
}

.aim-mobile-panel {
  height: 100%;
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: calc(6.9rem + env(safe-area-inset-top)) !important;
  padding-bottom: calc(2.5rem + env(safe-area-inset-bottom)) !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(168, 179, 255, 0.5) transparent;
  touch-action: pan-y;
}

.aim-mobile-intro {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  padding: 1rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.aim-mobile-intro p {
  margin: 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.58;
}

.aim-mobile-brand {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border-radius: 16px;
  background: #ffffff;
  padding: 0.68rem 0.76rem;
}

.aim-mobile-brand-dark {
  width: min(100%, 240px);
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.aim-mobile-brand img {
  display: block;
  width: 188px;
  max-width: 100%;
  height: auto;
}

.aim-mobile-brand-dark img {
  width: 100%;
  filter: none;
}

.aim-mobile-nav {
  display: grid;
  gap: 1rem;
}

.aim-mobile-section {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  padding: 0.82rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.aim-mobile-section p {
  margin: 0 0 0.85rem;
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aim-mobile-section div {
  display: grid;
  gap: 0.5rem;
}

.aim-mobile-section a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
  padding: 0.78rem 0.9rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(0.96rem, 3.4vw, 1.02rem);
  font-weight: 700;
  line-height: 1.16;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.aim-mobile-section a:hover,
.aim-mobile-section a:focus-visible {
  border-color: rgba(168, 179, 255, 0.34);
  background: rgba(255, 255, 255, 0.11);
  outline: none;
  transform: translateX(2px);
}

.aim-mobile-section a::after {
  content: "->";
  color: #a8b3ff;
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.aim-mobile-cta {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 0 1.1rem;
  font-weight: 700;
}

body.aim-menu-open {
  overscroll-behavior: none;
}

html.aim-menu-open,
body.aim-menu-open {
  height: 100%;
  overflow: hidden;
}

.aim-field {
  width: 100%;
}

.aim-field textarea,
.aim-field input[type="text"] {
  width: 100%;
}

.aim-contact-notice {
  border: 1px solid #dde3f0;
  border-radius: 18px;
  background: #f7f9ff;
  color: #06153a;
  margin-bottom: 1rem;
  padding: 1rem;
}

.aim-funnel-cta {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(10, 45, 255, 0.08);
  border-bottom: 1px solid rgba(10, 45, 255, 0.08);
}

.aim-funnel-cta::before,
.aim-funnel-cta::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(49, 83, 255, 0.2), transparent 66%);
  pointer-events: none;
}

.aim-funnel-cta::before {
  top: -7rem;
  left: -5rem;
}

.aim-funnel-cta::after {
  right: -5rem;
  bottom: -8rem;
  background: radial-gradient(circle, rgba(10, 45, 255, 0.16), transparent 66%);
}

.aim-funnel-cta-card {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: center;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 255, 0.92)),
    radial-gradient(circle at 88% 18%, rgba(49, 83, 255, 0.2), transparent 34%);
  box-shadow: 0 28px 90px rgba(6, 21, 58, 0.09);
  padding: clamp(1.35rem, 4vw, 2.3rem);
}

.aim-funnel-cta-card.is-dark {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 88% 16%, rgba(49, 83, 255, 0.24), transparent 32%),
    linear-gradient(135deg, #06153a, #020817 72%);
  color: #fff;
}

.aim-funnel-cta-card.is-dark .aim-lead {
  color: rgba(255, 255, 255, 0.74);
}

.aim-funnel-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.aim-funnel-cta-proof {
  display: grid;
  gap: 0.7rem;
}

.aim-funnel-cta-proof span {
  display: flex;
  min-height: 3.05rem;
  align-items: center;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.85rem 1rem;
  color: #06153a;
  font-size: 0.88rem;
  font-weight: 700;
}

.aim-funnel-cta-card.is-dark .aim-funnel-cta-proof span {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
}

.aim-contact-preview-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 12%, rgba(49, 83, 255, 0.22), transparent 36%),
    linear-gradient(135deg, #06153a, #020817);
  color: #fff;
  padding: 1.35rem;
}

.aim-contact-preview-card p {
  color: rgba(255, 255, 255, 0.75);
}

.aim-contact-path {
  display: grid;
  gap: 0.75rem;
}

.aim-contact-path article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 0.85rem;
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  padding: 1rem;
  box-shadow: 0 16px 45px rgba(6, 21, 58, 0.05);
}

.aim-contact-path span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.9rem;
  background: rgba(10, 45, 255, 0.08);
  color: #0a2dff;
  font: 800 0.72rem/1 var(--font-label);
  grid-row: span 2;
}

.aim-contact-path h3 {
  margin: 0;
  color: #06153a;
  font: 800 1rem/1.25 var(--font-heading);
}

.aim-contact-path p {
  margin: 0;
  color: #59627a;
  font-size: 0.92rem;
  line-height: 1.55;
}

.aim-footer-preview-card {
  display: grid;
  gap: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  padding: 1.1rem;
}

.aim-footer-preview-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}

@media (min-width: 900px) {
  .aim-funnel-cta-card {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  }
}

@media (max-width: 640px) {
  .aim-funnel-cta-actions {
    display: grid;
  }

  .aim-funnel-cta-actions > a {
    width: 100%;
  }
}

.aim-growth-path-section {
  border-top: 1px solid rgba(10, 45, 255, 0.08);
  border-bottom: 1px solid rgba(10, 45, 255, 0.08);
}

.aim-growth-path-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.6rem;
}

.aim-growth-path-card {
  position: relative;
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 255, 0.86)),
    #ffffff;
  padding: 1.2rem;
  box-shadow: 0 22px 70px rgba(6, 21, 58, 0.065);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.aim-growth-path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #0a2dff, #3153ff);
  transition: transform 240ms ease;
}

.aim-growth-path-card:hover {
  border-color: rgba(10, 45, 255, 0.28);
  box-shadow: 0 30px 90px rgba(6, 21, 58, 0.095);
  transform: translateY(-4px);
}

.aim-growth-path-card:hover::before {
  transform: scaleX(1);
}

.aim-growth-path-card.is-featured {
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.16), transparent 42%),
    #020817;
  color: #ffffff;
}

.aim-growth-path-number {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: 13px;
  background: rgba(10, 45, 255, 0.08);
  color: #0a2dff;
  font: 900 0.72rem/1 var(--font-label);
}

.aim-growth-path-card.is-featured .aim-growth-path-number {
  background: rgba(255, 255, 255, 0.1);
  color: #a8b3ff;
}

.aim-growth-path-spark {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  --spark-size: 1.25rem;
  --spark-color: #0a2dff;
}

.aim-growth-path-card.is-featured .aim-growth-path-spark {
  --spark-color: #a8b3ff;
}

.aim-growth-path-card p {
  margin-top: 1.8rem;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.55;
  text-transform: uppercase;
}

.aim-growth-path-card.is-featured p {
  color: #a8b3ff;
}

.aim-growth-path-card h3 {
  margin-top: 1rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 1.4vw, 1.72rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.aim-growth-path-card.is-featured h3 {
  color: #ffffff;
}

.aim-growth-path-summary {
  display: block;
  margin-top: 1rem;
  color: #59627a;
  font-size: 0.95rem;
  line-height: 1.68;
}

.aim-growth-path-card.is-featured .aim-growth-path-summary {
  color: rgba(255, 255, 255, 0.72);
}

.aim-growth-path-card em {
  display: inline-flex;
  margin-top: auto;
  padding-top: 1.2rem;
  color: #0a2dff;
  font-style: normal;
  font-weight: 700;
}

.aim-growth-path-card.is-featured em {
  color: #a8b3ff;
}

.aim-growth-hero {
  border-bottom: 1px solid rgba(221, 227, 240, 0.78);
}

.aim-growth-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.aim-growth-spark-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.aim-growth-spark {
  position: absolute;
  --spark-size: 1.1rem;
  --spark-color: rgba(10, 45, 255, 0.32);
  animation: aim-spark-drift 7s ease-in-out infinite;
}

.aim-growth-spark-1 { top: 18%; left: 6%; }
.aim-growth-spark-2 { top: 21%; right: 13%; animation-delay: -1.4s; }
.aim-growth-spark-3 { bottom: 22%; left: 12%; animation-delay: -2.2s; }
.aim-growth-spark-4 { right: 7%; bottom: 20%; animation-delay: -3.2s; }
.aim-growth-spark-5 { top: 50%; left: 48%; animation-delay: -4.1s; }
.aim-growth-spark-6 { top: 34%; left: 77%; animation-delay: -5.1s; }
.aim-growth-spark-7 { bottom: 12%; left: 63%; animation-delay: -6s; }

.aim-growth-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.aim-growth-proof-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 255, 0.9)),
    #ffffff;
  padding: 1.1rem;
  box-shadow: 0 28px 90px rgba(6, 21, 58, 0.12);
}

.aim-growth-orbit {
  position: relative;
  height: 14rem;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(135deg, #020817, #06153a 64%, #0a2dff);
}

.aim-growth-orbit::before,
.aim-growth-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(168, 179, 255, 0.28);
  transform: rotate(-9deg);
}

.aim-growth-orbit::before {
  inset: 2rem 3rem;
  border-radius: 28px;
}

.aim-growth-orbit::after {
  inset: 4.4rem 1.5rem 4rem;
  border-radius: 18px;
}

.aim-growth-orbit span {
  position: absolute;
  display: block;
  width: 6.5rem;
  height: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #a8b3ff, #ffffff);
  box-shadow: 0 0 30px rgba(168, 179, 255, 0.34);
  animation: aimGrowthRail 6s ease-in-out infinite;
}

.aim-growth-orbit span:nth-child(1) {
  top: 3rem;
  left: 2rem;
}

.aim-growth-orbit span:nth-child(2) {
  top: 6.6rem;
  right: 2.2rem;
  animation-delay: -2s;
}

.aim-growth-orbit span:nth-child(3) {
  bottom: 2.7rem;
  left: 34%;
  animation-delay: -4s;
}

@keyframes aimGrowthRail {
  0%, 100% { transform: translateX(0) scaleX(1); opacity: 0.8; }
  50% { transform: translateX(1.1rem) scaleX(1.22); opacity: 1; }
}

.aim-growth-proof-list {
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
}

.aim-growth-proof-list span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 16px;
  background: #ffffff;
  padding: 0.85rem 0.95rem;
  color: #06153a;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.aim-growth-proof-list .aim-mini-spark {
  --spark-size: 0.95rem;
}

.aim-growth-split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.aim-growth-problem-grid {
  display: grid;
  gap: 1rem;
}

.aim-growth-problem-grid article {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 20px;
  background: #f7f9ff;
  padding: 1.1rem;
}

.aim-growth-problem-grid span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 14px;
  background: #ffffff;
  color: #0a2dff;
  font: 900 0.75rem/1 var(--font-label);
}

.aim-growth-problem-grid p {
  color: #59627a;
  font-size: 1rem;
  line-height: 1.7;
}

.aim-growth-delivery-section {
  background:
    linear-gradient(135deg, rgba(10, 45, 255, 0.18), transparent 34%),
    #020817;
}

.aim-growth-deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.aim-growth-deliverable-grid span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  padding: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.45;
}

.aim-growth-stage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.aim-growth-stage-grid article {
  position: relative;
  overflow: hidden;
  min-height: 16rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.2rem;
  box-shadow: 0 20px 70px rgba(6, 21, 58, 0.055);
}

.aim-growth-stage-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0a2dff, #a8b3ff);
}

.aim-growth-stage-grid span {
  color: #0a2dff;
  font: 900 0.72rem/1 var(--font-label);
}

.aim-growth-stage-grid h3 {
  margin-top: 1.6rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.12;
}

.aim-growth-stage-grid p {
  margin-top: 0.9rem;
  color: #59627a;
  font-size: 0.96rem;
  line-height: 1.72;
}

.aim-growth-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.aim-growth-service-card {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.15rem;
  box-shadow: 0 20px 70px rgba(6, 21, 58, 0.055);
  transition: transform 220ms ease, border-color 220ms ease;
}

.aim-growth-service-card:hover {
  border-color: rgba(10, 45, 255, 0.3);
  transform: translateY(-3px);
}

.aim-growth-service-card p {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.aim-growth-service-card h3 {
  margin-top: 1.1rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.12;
}

.aim-growth-service-card span {
  display: block;
  margin-top: 1rem;
  color: #59627a;
  font-size: 0.95rem;
  line-height: 1.68;
}

.aim-growth-proof-section {
  border-top: 1px solid rgba(10, 45, 255, 0.08);
  border-bottom: 1px solid rgba(10, 45, 255, 0.08);
}

.aim-growth-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.aim-growth-portfolio-card {
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 24px;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 24px 80px rgba(6, 21, 58, 0.07);
  transition: transform 220ms ease, border-color 220ms ease;
}

.aim-growth-portfolio-card:hover {
  border-color: rgba(10, 45, 255, 0.3);
  transform: translateY(-3px);
}

.aim-growth-portfolio-visual {
  position: relative;
  display: grid;
  min-height: 12rem;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.55rem;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f9ff;
  padding: 0.75rem;
}

.aim-growth-portfolio-visual img {
  width: 100%;
  height: 100%;
  min-height: 4rem;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(6, 21, 58, 0.12);
}

.aim-growth-portfolio-visual img:first-child {
  grid-row: span 2;
}

.aim-growth-portfolio-card p {
  margin-top: 1.1rem;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.aim-growth-portfolio-card h3 {
  margin-top: 0.75rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.12;
}

.aim-growth-portfolio-card span {
  display: inline-flex;
  margin-top: 1rem;
  color: #0a2dff;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .aim-growth-path-grid,
  .aim-growth-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-growth-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .aim-growth-hero-grid,
  .aim-growth-split {
    grid-template-columns: 1fr;
  }

  .aim-growth-portfolio-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .aim-growth-path-grid,
  .aim-growth-service-grid,
  .aim-growth-stage-grid,
  .aim-growth-deliverable-grid {
    grid-template-columns: 1fr;
  }

  .aim-growth-path-card,
  .aim-growth-service-card,
  .aim-growth-stage-grid article {
    min-height: auto;
  }

  .aim-growth-hero-actions {
    display: grid;
  }

  .aim-growth-hero-actions > a {
    width: 100%;
  }

  .aim-growth-proof-panel {
    border-radius: 22px;
    padding: 0.8rem;
  }

  .aim-growth-orbit {
    height: 11rem;
  }

  .aim-growth-problem-grid article {
    grid-template-columns: 2.6rem minmax(0, 1fr);
  }

  .aim-growth-problem-grid span {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.aim-design-generator-hero {
  min-height: auto;
  background:
    radial-gradient(circle at 76% 16%, rgba(49, 83, 255, 0.14), transparent 24rem),
    radial-gradient(circle at 20% 20%, rgba(10, 45, 255, 0.1), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.aim-design-generator-hero-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.aim-design-generator-proof,
.aim-design-generator-pipeline {
  display: grid;
  gap: 0.72rem;
}

.aim-design-generator-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  margin-top: 2rem;
}

.aim-design-generator-proof span,
.aim-design-generator-pipeline span {
  border: 1px solid rgba(10, 45, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.82rem 0.9rem;
  color: #06153a;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 18px 54px rgba(6, 21, 58, 0.05);
}

.aim-design-generator-value-strip {
  display: grid;
  gap: 0.75rem;
  max-width: 790px;
  margin-top: 1.2rem;
}

.aim-design-generator-value-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  border: 1px solid rgba(221, 227, 240, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.85rem;
  box-shadow: 0 18px 48px rgba(6, 21, 58, 0.045);
}

.aim-design-generator-value-strip article > span {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 12px;
  background: #f2f5ff;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
}

.aim-design-generator-value-strip strong {
  color: #06153a;
  line-height: 1.22;
}

.aim-design-generator-value-strip p {
  color: #59627a;
  font-size: 0.92rem;
  line-height: 1.55;
}

.aim-design-generator-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.95);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 14%, rgba(49, 83, 255, 0.18), transparent 16rem),
    #ffffff;
  padding: clamp(1rem, 2vw, 1.3rem);
  box-shadow: 0 34px 110px rgba(6, 21, 58, 0.11);
}

.aim-design-generator-pipeline {
  position: relative;
  margin-top: 1rem;
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    #020817;
  background-size: 32px 32px;
  padding: 1rem;
}

.aim-design-generator-pipeline span {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.075);
  color: #ffffff;
}

.aim-design-generator-pipeline em {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: #0a2dff;
  color: #ffffff;
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
}

.aim-design-generator-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(49, 83, 255, 0.1), transparent 24rem),
    #ffffff;
}

.aim-design-generator-app {
  min-height: 34rem;
}

.aim-design-generator-loading,
.aim-dg-empty,
.aim-dg-generating {
  display: grid;
  min-height: 24rem;
  place-items: center;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 28px;
  background: #f7f9ff;
  padding: 2rem;
  text-align: center;
}

.aim-design-generator-loading span,
.aim-dg-spinner {
  width: 3rem;
  height: 3rem;
  border: 3px solid rgba(10, 45, 255, 0.12);
  border-top-color: #0a2dff;
  border-radius: 999px;
  animation: aim-dg-spin 900ms linear infinite;
}

.aim-dg-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: start;
}

.aim-dg-progress {
  position: sticky;
  top: 7.5rem;
  display: grid;
  gap: 0.65rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.8rem;
  box-shadow: 0 24px 80px rgba(6, 21, 58, 0.07);
  backdrop-filter: blur(18px);
}

.aim-dg-progress button {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  padding: 0.78rem;
  color: #59627a;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.aim-dg-progress button:not(:disabled) {
  cursor: pointer;
}

.aim-dg-progress button span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: #f2f5ff;
  color: #0a2dff;
}

.aim-dg-progress button.is-active,
.aim-dg-progress button.is-complete {
  border-color: rgba(10, 45, 255, 0.16);
  background: #f7f9ff;
  color: #06153a;
}

.aim-dg-progress button.is-active {
  transform: translateY(-1px);
  box-shadow: 0 16px 42px rgba(10, 45, 255, 0.08);
}

.aim-dg-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 30px;
  background:
    radial-gradient(circle at 84% 10%, rgba(49, 83, 255, 0.12), transparent 20rem),
    #ffffff;
  padding: clamp(1rem, 2.5vw, 2rem);
  box-shadow: 0 28px 90px rgba(6, 21, 58, 0.08);
}

.aim-dg-step-head {
  max-width: 780px;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

.aim-dg-step-head p,
.aim-dg-keywords > span,
.aim-dg-field > span,
.aim-dg-color-field > span,
.aim-dg-upload span,
.aim-dg-summary-grid article > span,
.aim-dg-section-list article > span {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-dg-step-head h2 {
  margin-top: 0.7rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 2.6vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.06;
}

.aim-dg-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.aim-dg-presets {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 94% 0%, rgba(49, 83, 255, 0.16), transparent 16rem),
    #f7f9ff;
  padding: 1rem;
}

.aim-dg-presets > div:first-child {
  display: grid;
  align-content: center;
  gap: 0.35rem;
}

.aim-dg-presets > div:first-child span,
.aim-dg-presets button small,
.aim-dg-submit-benefits span {
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-dg-presets > div:first-child strong {
  color: #06153a;
  font-size: 1.04rem;
  line-height: 1.25;
}

.aim-dg-presets > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.aim-dg-presets button {
  display: grid;
  min-height: 6.7rem;
  align-content: space-between;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.9rem;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.aim-dg-presets button:hover,
.aim-dg-presets button:focus-visible {
  border-color: rgba(10, 45, 255, 0.25);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(10, 45, 255, 0.09);
  transform: translateY(-2px);
  outline: none;
}

.aim-dg-presets button span {
  color: #06153a;
  font-weight: 700;
  line-height: 1.2;
}

.aim-dg-field,
.aim-dg-color-field {
  display: grid;
  gap: 0.48rem;
  margin-bottom: 1rem;
}

.aim-dg-field.required > span::after,
.aim-dg-check.aim-dg-consent span::after {
  content: " *";
  color: #0a2dff;
}

.aim-dg-field input,
.aim-dg-field textarea,
.aim-dg-field select,
.aim-dg-color-field input[type="text"] {
  width: 100%;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 16px;
  background: #f8faff;
  padding: 0.95rem 1rem;
  color: #06153a;
  font: inherit;
  font-size: 0.96rem;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.aim-dg-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.aim-dg-field input:focus,
.aim-dg-field textarea:focus,
.aim-dg-field select:focus,
.aim-dg-color-field input[type="text"]:focus {
  border-color: rgba(10, 45, 255, 0.34);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(10, 45, 255, 0.08);
}

.aim-dg-field small {
  color: #647087;
  font-size: 0.82rem;
  line-height: 1.45;
}

.aim-dg-upload {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 20px;
  background: #f8faff;
  padding: 1rem;
}

.aim-dg-upload strong,
.aim-dg-upload small {
  display: block;
}

.aim-dg-upload strong {
  margin-top: 0.35rem;
  color: #06153a;
  font-size: 1.05rem;
}

.aim-dg-upload small {
  margin-top: 0.22rem;
  color: #647087;
  font-size: 0.82rem;
}

.aim-dg-upload label,
.aim-dg-primary,
.aim-dg-secondary {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 1.05rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.aim-dg-upload label,
.aim-dg-primary {
  border: 0;
  background: linear-gradient(135deg, #0a2dff, #3153ff);
  color: #ffffff;
  box-shadow: 0 18px 52px rgba(10, 45, 255, 0.18);
  cursor: pointer;
}

.aim-dg-secondary {
  border: 1px solid rgba(221, 227, 240, 0.96);
  background: #ffffff;
  color: #06153a;
  cursor: pointer;
}

.aim-dg-primary:hover,
.aim-dg-secondary:hover,
.aim-dg-upload label:hover {
  transform: translateY(-1px);
}

.aim-dg-primary:disabled,
.aim-dg-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.aim-dg-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.aim-dg-upload img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 16px;
  background: #ffffff;
  padding: 0.5rem;
}

.aim-dg-check {
  display: flex;
  align-items: flex-start;
  gap: 0.68rem;
  margin: 1rem 0;
  color: #06153a;
  font-weight: 700;
  line-height: 1.45;
}

.aim-dg-check input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.16rem;
  accent-color: #0a2dff;
}

.aim-dg-color-field div {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 0.55rem;
}

.aim-dg-color-field input[type="color"] {
  width: 3.4rem;
  height: 3.3rem;
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 14px;
  background: transparent;
  padding: 0.18rem;
}

.aim-dg-keywords {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.aim-dg-keywords div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.aim-dg-keywords label {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 999px;
  background: #ffffff;
  padding: 0.62rem 0.78rem;
  color: #06153a;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.aim-dg-keywords label.is-active {
  border-color: rgba(10, 45, 255, 0.22);
  background: #f2f5ff;
  color: #0a2dff;
}

.aim-dg-keywords input {
  accent-color: #0a2dff;
}

.aim-dg-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.aim-dg-submit-panel {
  margin-top: 1.2rem;
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 20px;
  background: #f7f9ff;
  padding: 1rem;
}

.aim-dg-submit-panel p {
  margin-bottom: 1rem;
  color: #59627a;
  line-height: 1.65;
}

.aim-dg-submit-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.aim-dg-submit-benefits span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(10, 45, 255, 0.13);
  border-radius: 999px;
  background: #ffffff;
  padding: 0.55rem 0.68rem;
}

.aim-dg-controls,
.aim-dg-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.aim-dg-alert {
  margin-top: 1rem;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.aim-dg-brief-coach {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0 1.15rem;
}

.aim-dg-brief-coach article {
  border: 1px solid rgba(10, 45, 255, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
  padding: 1rem;
}

.aim-dg-brief-coach strong {
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
}

.aim-dg-brief-coach p {
  margin-top: 0.45rem;
  color: #59627a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.aim-dg-layout-badge {
  display: inline-flex;
  margin-top: 0.75rem;
  border: 1px solid rgba(10, 45, 255, 0.13);
  border-radius: 999px;
  background: #f7f9ff;
  padding: 0.48rem 0.65rem;
  color: #0a2dff;
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-dg-design-dna {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.aim-dg-alert.is-error {
  border: 1px solid rgba(220, 38, 38, 0.2);
  background: #fff1f2;
  color: #b3263e;
}

.aim-dg-alert.is-success {
  border: 1px solid rgba(10, 45, 255, 0.16);
  background: #f2f5ff;
  color: #06153a;
}

.aim-dg-generating h3 {
  margin-top: 1.2rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  font-weight: 700;
}

.aim-dg-generating p {
  max-width: 620px;
  margin-top: 0.7rem;
  color: #59627a;
  line-height: 1.7;
}

.aim-dg-generating-bars {
  display: grid;
  width: min(100%, 28rem);
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.aim-dg-generating-bars span {
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0a2dff, #3153ff);
  transform-origin: left center;
  animation: aim-service-line 3.8s ease-in-out infinite;
}

.aim-dg-generating-bars span:nth-child(2) {
  width: 76%;
  opacity: 0.54;
  animation-delay: -1.2s;
}

.aim-dg-generating-bars span:nth-child(3) {
  width: 62%;
  opacity: 0.34;
  animation-delay: -2.2s;
}

.aim-dg-result {
  display: grid;
  gap: 1rem;
}

.aim-dg-preview-shell {
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 28px;
  background: #020817;
  box-shadow: 0 28px 90px rgba(6, 21, 58, 0.13);
}

.aim-dg-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.86rem 1rem;
}

.aim-dg-browser-bar span {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.aim-dg-browser-bar span:first-child {
  background: var(--dg-primary);
}

.aim-dg-browser-bar span:nth-child(2) {
  background: var(--dg-accent);
}

.aim-dg-browser-bar strong {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.aim-dg-home-preview {
  background: var(--dg-bg);
  color: var(--dg-text);
}

.aim-dg-home-preview header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.aim-dg-preview-logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

.aim-dg-preview-logo img {
  max-width: 11rem;
  max-height: 3.2rem;
  object-fit: contain;
}

.aim-dg-preview-logo strong {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.aim-dg-home-preview nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
  color: color-mix(in srgb, var(--dg-text) 70%, #ffffff);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.aim-dg-preview-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 3vw, 2.25rem);
}

.aim-dg-preview-hero p,
.aim-dg-preview-section-grid small {
  color: var(--dg-primary);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-dg-preview-hero h3 {
  max-width: 760px;
  margin-top: 0.85rem;
  color: var(--dg-text);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
}

.aim-dg-preview-hero span,
.aim-dg-preview-section-grid p {
  display: block;
  margin-top: 1rem;
  color: color-mix(in srgb, var(--dg-text) 72%, #ffffff);
  line-height: 1.65;
}

.aim-dg-preview-hero div div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

.aim-dg-preview-hero button,
.aim-dg-preview-cta button {
  border: 0;
  border-radius: 14px;
  background: var(--dg-primary);
  color: var(--dg-secondary);
  padding: 0.82rem 1rem;
  font-weight: 700;
}

.aim-dg-preview-hero button:nth-child(2) {
  border: 1px solid color-mix(in srgb, var(--dg-primary) 22%, transparent);
  background: var(--dg-secondary);
  color: var(--dg-text);
}

.aim-dg-preview-hero aside {
  position: relative;
  overflow: hidden;
  min-height: 20rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at 72% 22%, var(--dg-accent), transparent 11rem),
    linear-gradient(135deg, var(--dg-primary), #020817);
  padding: 1.2rem;
  color: #ffffff;
  box-shadow: 0 28px 90px color-mix(in srgb, var(--dg-primary) 26%, transparent);
}

.aim-dg-preview-hero aside i {
  display: block;
  height: 0.8rem;
  margin-bottom: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.aim-dg-preview-hero aside i:first-child {
  width: 82%;
  background: rgba(255, 255, 255, 0.88);
}

.aim-dg-preview-hero aside i:nth-child(2) {
  width: 58%;
}

.aim-dg-preview-hero aside i:nth-child(3) {
  width: 70%;
}

.aim-dg-preview-hero aside strong {
  position: absolute;
  left: 1.2rem;
  bottom: 3.1rem;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
}

.aim-dg-preview-hero aside span {
  position: absolute;
  left: 1.2rem;
  bottom: 1.25rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.aim-dg-preview-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0 clamp(1rem, 3vw, 2.25rem) clamp(1rem, 3vw, 2.25rem);
}

.aim-dg-preview-section-grid article,
.aim-dg-preview-cta {
  border: 1px solid color-mix(in srgb, var(--dg-primary) 12%, transparent);
  border-radius: 20px;
  background: color-mix(in srgb, var(--dg-secondary) 84%, #ffffff);
  padding: 1rem;
  box-shadow: 0 18px 58px rgba(6, 21, 58, 0.06);
}

.aim-dg-preview-section-grid h4 {
  margin-top: 0.52rem;
  color: var(--dg-text);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.14;
}

.aim-dg-preview-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 clamp(1rem, 3vw, 2.25rem) clamp(1rem, 3vw, 2.25rem);
}

.aim-dg-preview-cta p {
  color: var(--dg-text);
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
}

.aim-dg-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.aim-dg-summary-grid article,
.aim-dg-section-list article {
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 22px;
  background: #ffffff;
  padding: 1.1rem;
  box-shadow: 0 18px 58px rgba(6, 21, 58, 0.05);
}

.aim-dg-summary-grid h3,
.aim-dg-section-list h3 {
  margin-top: 0.6rem;
  color: #06153a;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.12;
}

.aim-dg-summary-grid p,
.aim-dg-section-list p,
.aim-dg-section-list small,
.aim-dg-summary-grid li {
  margin-top: 0.65rem;
  color: #59627a;
  line-height: 1.65;
}

.aim-dg-palette {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.62rem;
  margin-top: 0.9rem;
}

.aim-dg-palette div {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.aim-dg-palette i {
  display: block;
  height: 2.4rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 12px;
}

.aim-dg-palette strong,
.aim-dg-palette small {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #06153a;
  font-size: 0.72rem;
  line-height: 1.2;
}

.aim-dg-palette small {
  color: #647087;
}

.aim-dg-section-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.aim-design-generator-after-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.aim-design-generator-after-copy {
  display: grid;
  gap: 1rem;
  color: #59627a;
  font-size: 1.04rem;
  line-height: 1.85;
}

@media (min-width: 1024px) {
  .aim-design-generator-hero-grid,
  .aim-design-generator-after-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  }
}

@media (max-width: 900px) {
  .aim-sparkk-preview-grid {
    grid-template-columns: 1fr;
  }

  .aim-dg-shell {
    grid-template-columns: 1fr;
  }

  .aim-dg-presets {
    grid-template-columns: 1fr;
  }

  .aim-dg-presets > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-dg-progress {
    position: relative;
    top: auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow-x: auto;
  }

  .aim-dg-progress button {
    min-width: 8.5rem;
  }

  .aim-dg-summary-grid,
  .aim-dg-section-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .aim-sparkk-preview-actions,
  .aim-sparkk-preview-flow,
  .aim-sparkk-preview-card-row {
    grid-template-columns: 1fr;
  }

  .aim-sparkk-preview-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .aim-sparkk-preview-panel {
    border-radius: 24px;
  }

  .aim-sparkk-preview-screen {
    min-height: 20rem;
  }

  .aim-design-generator-proof,
  .aim-dg-grid,
  .aim-dg-brief-coach,
  .aim-dg-color-grid,
  .aim-dg-upload,
  .aim-design-generator-value-strip article,
  .aim-dg-preview-hero,
  .aim-dg-preview-section-grid {
    grid-template-columns: 1fr;
  }

  .aim-design-generator-proof {
    gap: 0.5rem;
  }

  .aim-dg-presets > div:last-child {
    grid-template-columns: 1fr;
  }

  .aim-dg-presets button {
    min-height: 4.8rem;
  }

  .aim-dg-card {
    border-radius: 22px;
    padding: 1rem;
  }

  .aim-dg-progress {
    margin-inline: -0.2rem;
    padding: 0.55rem;
  }

  .aim-dg-upload {
    align-items: start;
  }

  .aim-dg-upload img {
    width: 100%;
    max-width: 12rem;
  }

  .aim-dg-home-preview header {
    align-items: flex-start;
    flex-direction: column;
  }

  .aim-dg-preview-hero aside {
    min-height: 14rem;
  }

  .aim-dg-preview-cta,
  .aim-dg-result-actions,
  .aim-dg-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .aim-dg-palette {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.glass-header {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.hero-shape {
  opacity: 0.52;
}

.hero-shape-primary {
  right: -8rem;
  top: 20%;
  width: 25rem;
  height: 8rem;
}

.hero-shape-secondary {
  opacity: 0.2;
}

.aim-sparkk-preview-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 18%, rgba(49, 83, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 22%, rgba(10, 45, 255, 0.22), transparent 28rem),
    #020817;
}

.aim-sparkk-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.aim-sparkk-preview-copy {
  max-width: 720px;
}

.aim-sparkk-preview-proof {
  display: grid;
  max-width: 680px;
  gap: 0.7rem;
  margin-top: 1.45rem;
}

.aim-sparkk-preview-proof span {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  padding: 0.8rem 0.95rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 700;
}

.aim-sparkk-conversion-path {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.aim-sparkk-conversion-path article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem 1rem 1rem 3.2rem;
}

.aim-sparkk-conversion-path article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 1.55rem;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(168, 179, 255, 0.45), transparent);
}

.aim-sparkk-conversion-path .aim-mini-spark {
  position: absolute;
  left: 0.95rem;
  top: 1.05rem;
  width: 1.2rem;
  height: 1.2rem;
  color: #a8b3ff;
  filter: drop-shadow(0 0 16px rgba(168, 179, 255, 0.55));
}

.aim-sparkk-conversion-path strong {
  display: block;
  color: #fff;
  font: 800 0.98rem/1.25 var(--font-heading);
}

.aim-sparkk-conversion-path p {
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
  line-height: 1.58;
}

@media (min-width: 720px) {
  .aim-sparkk-preview-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aim-sparkk-conversion-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.aim-sparkk-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.aim-text-link-light {
  color: #ffffff;
}

.aim-sparkk-preview-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 32px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.055);
  background-size: 34px 34px;
  padding: clamp(1rem, 2vw, 1.4rem);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.32);
}

.aim-sparkk-preview-panel::before {
  content: "";
  position: absolute;
  inset: auto -10% -24% 18%;
  height: 14rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(10, 45, 255, 0.72), rgba(49, 83, 255, 0.58));
  filter: blur(36px);
  opacity: 0.68;
  animation: aim-live-float 8s ease-in-out infinite alternate;
}

.aim-sparkk-preview-screen {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  min-height: 24rem;
  margin-top: 1rem;
  border-radius: 26px;
  background: rgba(2, 8, 23, 0.86);
  padding: clamp(1rem, 3vw, 2rem);
}

.aim-sparkk-preview-hero-line {
  align-self: end;
  width: min(100%, 26rem);
  height: 7.4rem;
  border-radius: 24px;
  background:
    linear-gradient(90deg, #ffffff 0 62%, transparent 62%),
    linear-gradient(90deg, rgba(49, 83, 255, 0.88), rgba(10, 45, 255, 0.88));
  background-size: 100% 1.2rem, 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 1.4rem, center;
  box-shadow: 0 28px 80px rgba(10, 45, 255, 0.22);
}

.aim-sparkk-preview-card-row,
.aim-sparkk-preview-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.aim-sparkk-preview-card-row span {
  min-height: 6rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.aim-sparkk-preview-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aim-sparkk-preview-flow span {
  display: grid;
  min-height: 3.6rem;
  place-items: center;
  border-radius: 16px;
  background: #ffffff;
  color: #06153a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes aim-preview-rise {
  from {
    opacity: 0.62;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aim-shine {
  0%,
  48% {
    transform: translateX(-130%);
  }
  68%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes aim-line-fill {
  0%,
  100% {
    transform: translateX(-12%);
    width: 48%;
  }
  50% {
    transform: translateX(44%);
    width: 66%;
  }
}

@keyframes aim-spark-breathe {
  0%,
  100% {
    opacity: 0.82;
    transform: rotate(0deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(10deg) scale(1.12);
  }
}

@keyframes aim-spark-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(0.6rem, -0.75rem, 0) rotate(16deg) scale(1.08);
  }
}

@keyframes aim-spark-pop {
  0%,
  100% {
    filter: drop-shadow(0 14px 22px rgba(10, 45, 255, 0.16));
  }
  50% {
    filter: drop-shadow(0 18px 30px rgba(49, 83, 255, 0.32));
  }
}

@keyframes aim-route-scan {
  0% {
    opacity: 0.18;
    background-position: -120% 0;
  }
  45%,
  62% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.18;
    background-position: 120% 0;
  }
}

@keyframes aim-stage-pan {
  0%,
  100% {
    background-position: -80% 0, 0 0;
  }
  50% {
    background-position: 120% 0, 22px 0;
  }
}

@keyframes aim-card-glint {
  0%,
  54% {
    opacity: 0;
    transform: rotate(18deg) translateX(-135%);
  }
  66% {
    opacity: 0.66;
  }
  88%,
  100% {
    opacity: 0;
    transform: rotate(18deg) translateX(135%);
  }
}

@keyframes aim-hero-system-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(18deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(378deg);
  }
}

@keyframes aim-card-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.4deg);
  }
  50% {
    transform: translate3d(0, -0.55rem, 0) rotate(0.45deg);
  }
}

@keyframes aim-shot-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -0.45rem, 0);
  }
}

@keyframes aim-flow-sheen {
  0% {
    transform: translateX(-135%);
  }
  100% {
    transform: translateX(135%);
  }
}

@keyframes aim-connector-pulse {
  0% {
    background-position: -120% 0;
  }
  100% {
    background-position: 120% 0;
  }
}

@keyframes aim-signal-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes aim-orbit-slow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes aim-service-line {
  0%,
  100% {
    transform: scaleX(0.46);
  }
  50% {
    transform: scaleX(1);
  }
}

@keyframes aim-live-surface {
  0%,
  100% {
    background-position: -140% 0, 0 0, 0 0;
  }
  50% {
    background-position: 140% 0, 0 0, 0 0;
  }
}

@keyframes aim-button-sheen {
  0% {
    transform: rotate(18deg) translateX(-160%);
  }
  100% {
    transform: rotate(18deg) translateX(520%);
  }
}

@keyframes aim-section-field-drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 1.6rem -1.2rem, -1.25rem 1.1rem, 28px 18px, -22px 26px;
  }
}

@keyframes aim-dg-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .aim-reveal,
  .aim-motion-surface::after,
  .aim-command-line::after,
  .aim-spark-icon,
  .aim-hero-spark,
  .aim-live-site-card,
  .aim-capability-shot,
  .aim-live-flow span::after,
  .aim-live-connector,
  .aim-brand-signal-track,
  .aim-capability-spark-orbit,
  .aim-service-home-visual,
  .aim-work-card-visual,
  .aim-portfolio-item-visual,
  .aim-portfolio-mini-visual,
  .aim-design-generator-pipeline,
  .aim-command-display,
  .aim-mega-preview.is-refreshing h3,
  .aim-mega-preview.is-refreshing p,
  .aim-mega-preview.is-refreshing .aim-mega-preview-points,
  .aim-mega-preview.is-refreshing a {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0.001ms !important;
  }

  .aim-home-hero::after,
  .aim-home-hero::before,
  .aim-work-section::before,
  .aim-portfolio-home-section::before,
  .aim-hero-spark-field::before,
  .aim-hero-spark-field::after,
  .aim-hero-visual-live::after,
  .aim-live-screenshot-stage::before,
  .aim-live-site-card::after,
  .aim-first-section.has-internal-spark-shell::after,
  .section.bg-soft-ice,
  .section.bg-pure-white,
  .section.bg-night,
  .aim-primary-link::after,
  .gradient-blue::after,
  .aim-work-card::before,
  .aim-portfolio-thumb-card.has-image::before,
  .aim-showcase-screenshot-grid img {
    animation: none !important;
    transition-duration: 0.001ms !important;
  }
}

body *,
body *::before,
body *::after {
  animation: none !important;
}

body.aim-performance-mode *,
body.aim-performance-mode *::before,
body.aim-performance-mode *::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition-duration: 0.001ms !important;
}

body.aim-performance-mode .aim-spark-scene,
body.aim-performance-mode .aim-section-spark-layer,
body.aim-performance-mode .aim-hero-spark-field,
body.aim-performance-mode .hero-shape,
body.aim-performance-mode .aim-capability-spark-orbit,
body.aim-performance-mode .aim-growth-spark-field {
  display: none !important;
}

body.aim-performance-mode .glass-header,
body.aim-performance-mode .aim-header-shell,
body.aim-performance-mode .aim-mega-menu,
body.aim-performance-mode .aim-mobile-toggle,
body.aim-performance-mode .aim-work-archive-panel,
body.aim-performance-mode .aim-dg-card {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.aim-performance-mode .aim-hero-visual,
body.aim-performance-mode .aim-live-site-card,
body.aim-performance-mode .aim-service-home-card,
body.aim-performance-mode .aim-work-card,
body.aim-performance-mode .aim-portfolio-card,
body.aim-performance-mode .aim-portfolio-thumb-card,
body.aim-performance-mode .aim-client-testimonial,
body.aim-performance-mode .aim-insight-card,
body.aim-performance-mode .aim-funnel-cta-card,
body.aim-performance-mode .aim-hosting-plan-card {
  box-shadow: 0 14px 40px rgba(6, 21, 58, 0.055) !important;
}

body.aim-performance-mode .aim-live-site-card,
body.aim-performance-mode .aim-capability-shot,
body.aim-performance-mode .aim-work-card:hover,
body.aim-performance-mode .aim-service-home-card:hover,
body.aim-performance-mode .aim-portfolio-card:hover,
body.aim-performance-mode .aim-hosting-plan-card:hover {
  transform: none !important;
}

@media (max-width: 767px), (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .aim-spark-scene,
  .aim-section-spark-layer,
  .aim-hero-spark-field,
  .hero-shape,
  .aim-capability-spark-orbit,
  .aim-growth-spark-field,
  .aim-live-connector {
    display: none !important;
  }

  .glass-header,
  .aim-header-shell,
  .aim-mega-menu,
  .aim-mobile-toggle,
  .aim-work-archive-panel,
  .aim-dg-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .aim-hero-visual,
  .aim-live-site-card,
  .aim-service-home-card,
  .aim-work-card,
  .aim-portfolio-card,
  .aim-portfolio-thumb-card,
  .aim-client-testimonial,
  .aim-insight-card,
  .aim-funnel-cta-card,
  .aim-hosting-plan-card {
    box-shadow: 0 12px 34px rgba(6, 21, 58, 0.05) !important;
  }
}

/* ==========================================================================
   Sparkk Preview Studio - live preview, device toggle, refine bar (v1.0.75)
   ========================================================================== */

.aim-dg-alert.is-info {
  margin-top: 0.9rem;
  border: 1px solid rgba(49, 83, 255, 0.4);
  border-radius: 12px;
  background: rgba(49, 83, 255, 0.08);
  padding: 0.7rem 0.9rem;
  color: var(--state-info);
  font-size: 0.88rem;
}

.aim-dg-elapsed {
  display: block;
  margin-top: 1rem;
  color: #647087;
  font-size: 0.82rem;
}

.aim-dg-result-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.1rem;
  margin-bottom: 1.2rem;
}

.aim-dg-result-head h3 {
  color: #06153a;
  font-size: 1.3rem;
  font-weight: 700;
}

.aim-dg-result-head > div:first-child {
  max-width: 34rem;
}

.aim-dg-result-head p {
  margin-top: 0.4rem;
  color: #4a5065;
  font-size: 0.92rem;
}

.aim-dg-result-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.6rem;
}

.aim-dg-viewport-shell {
  overflow: hidden;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 20px;
  background: #eef1f9;
  box-shadow: 0 24px 70px rgba(6, 21, 58, 0.1);
}

.aim-dg-viewport-shell.is-full {
  position: fixed;
  inset: 0;
  z-index: 9999;
  border-radius: 0;
}

body.aim-dg-lock-scroll {
  overflow: hidden;
}

.aim-dg-viewport-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  border-bottom: 1px solid rgba(221, 227, 240, 0.96);
  background: #ffffff;
  padding: 0.65rem 1rem;
}

.aim-dg-viewport-bar strong {
  color: #647087;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aim-dg-device-toggle {
  display: inline-flex;
  gap: 0.3rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 12px;
  background: #f7f9ff;
  padding: 0.25rem;
}

.aim-dg-device-toggle button {
  border: 0;
  border-radius: 9px;
  background: transparent;
  padding: 0.4rem 0.85rem;
  color: #4a5065;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.aim-dg-device-toggle button.is-active {
  background: linear-gradient(135deg, #0a2dff, #3153ff);
  color: #ffffff;
}

.aim-dg-fullscreen-btn {
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 10px;
  background: #ffffff;
  padding: 0.4rem 0.85rem;
  color: #06153a;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.aim-dg-viewport {
  display: flex;
  justify-content: center;
  height: min(72vh, 780px);
  padding: 0.9rem;
}

.aim-dg-viewport-shell.is-full .aim-dg-viewport {
  height: calc(100vh - 3.6rem);
}

.aim-dg-viewport iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(6, 21, 58, 0.12);
  transition: max-width 240ms ease;
}

.aim-dg-viewport.is-tablet iframe {
  max-width: 768px;
}

.aim-dg-viewport.is-mobile iframe {
  max-width: 400px;
}

.aim-dg-refine {
  margin-top: 1.3rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 18px;
  background: #ffffff;
  padding: 1.1rem 1.2rem;
}

.aim-dg-refine-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.aim-dg-refine-head strong {
  color: #06153a;
  font-size: 0.98rem;
  font-weight: 700;
}

.aim-dg-refine-head small {
  color: #647087;
  font-size: 0.8rem;
}

.aim-dg-refine-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.aim-dg-refine-chips button {
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 999px;
  background: #f7f9ff;
  padding: 0.42rem 0.9rem;
  color: #06153a;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.aim-dg-refine-chips button:hover {
  border-color: #0a2dff;
  background: rgba(10, 45, 255, 0.06);
}

.aim-dg-refine-chips button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.aim-dg-refine-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.aim-dg-refine-bar input {
  flex: 1 1 16rem;
  min-height: 3rem;
  border: 1px solid rgba(221, 227, 240, 0.96);
  border-radius: 14px;
  background: #f7f9ff;
  padding: 0 1rem;
  color: #06153a;
  font-size: 0.92rem;
}

.aim-dg-refine-bar input:focus {
  border-color: #0a2dff;
  outline: none;
}

.aim-dg-next-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.3rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(10, 45, 255, 0.06), rgba(49, 83, 255, 0.08));
  border: 1px solid rgba(10, 45, 255, 0.14);
  padding: 1.1rem 1.2rem;
}

.aim-dg-next-panel p {
  max-width: 36rem;
  color: #06153a;
  font-size: 0.92rem;
}

@media (max-width: 720px) {
  .aim-dg-result-head,
  .aim-dg-result-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .aim-dg-viewport {
    height: 62vh;
    padding: 0.6rem;
  }

  .aim-dg-viewport-bar {
    justify-content: center;
  }

  .aim-dg-viewport-bar strong {
    display: none;
  }
}

/* Mobile launch polish - v1.0.75 */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

main,
header,
footer,
section {
  max-width: 100vw;
}

.aim-header-shell,
.aim-container,
.container,
.aim-hero-grid,
.aim-growth-hero-grid,
.aim-work-heading-grid,
.aim-sparkk-preview-grid,
.aim-growth-path-grid,
.aim-growth-service-grid,
.aim-growth-stage-grid,
.aim-growth-portfolio-grid {
  min-width: 0;
}

.aim-reveal {
  will-change: opacity, transform;
}

@media (max-width: 1023px) {
  header[data-aim-header] {
    width: 100vw;
    max-width: 100vw;
    overflow: visible;
    padding-inline: 0 !important;
  }

  .aim-header-shell {
    width: calc(100vw - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
    margin-inline: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0.55rem !important;
    padding: 0.45rem 0.5rem !important;
  }

  .aim-logo-link {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 3.35rem);
    overflow: hidden;
  }

  .aim-header-logo {
    width: min(47vw, 168px) !important;
    max-width: 168px !important;
  }

  .aim-mobile-toggle {
    display: grid !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    flex: 0 0 2.75rem !important;
    margin-left: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 767px) {
  .aim-container,
  .container {
    width: calc(100vw - 2.5rem) !important;
    max-width: calc(100vw - 2.5rem) !important;
  }

  .aim-first-section {
    padding-top: 6.6rem;
  }

  .aim-hero-title {
    font-size: clamp(3.5rem, 8.55vw, 4.5rem) !important;
    line-height: 0.94 !important;
    text-wrap: normal !important;
  }

  .aim-page-title {
    font-size: clamp(3.5rem, 8vw, 4.25rem) !important;
    line-height: 0.94 !important;
    text-wrap: normal !important;
  }

  .aim-section-title,
  .aim-work-title {
    font-size: clamp(2.625rem, 7.1vw, 3.75rem) !important;
    line-height: 1 !important;
    text-wrap: normal !important;
  }

  .aim-hero-title,
  .aim-page-title,
  .aim-section-title,
  .aim-work-title,
  .aim-lead,
  .aim-body-copy,
  .aim-work-copy-panel,
  .aim-growth-path-summary,
  .aim-growth-service-card p,
  .aim-growth-portfolio-card p {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .aim-home-hero-copy,
  .aim-hero-visual,
  .aim-growth-proof-panel,
  .aim-sparkk-preview-panel,
  .aim-capability-showcase,
  .aim-work-copy-panel,
  .aim-funnel-cta-card,
  .aim-dg-card,
  .aim-growth-service-card,
  .aim-growth-path-card,
  .aim-growth-portfolio-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .aim-live-command-top strong,
  .aim-capability-browser-top strong,
  .aim-sparkk-preview-screen strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aim-mobile-menu {
    width: 100vw;
    max-width: 100vw;
    padding-inline: 1rem !important;
  }

  .hero-shape-primary,
  .hero-shape-secondary {
    display: none;
  }

  .aim-brand-signal-strip {
    contain: paint;
    max-width: 100vw;
  }

  .aim-mobile-panel {
    width: 100%;
    max-width: 100%;
  }

  .aim-mobile-section a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .aim-sparkk-preview-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-column: 1;
    border-radius: 24px;
    padding: 0.85rem;
  }

  .aim-sparkk-preview-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.4rem;
  }

  .aim-sparkk-preview-screen {
    min-width: 0;
    border-radius: 20px;
    padding: 0.85rem;
  }

  .aim-tab-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .aim-tab-controls button {
    width: 100%;
    max-width: none;
    min-width: 0;
    justify-content: center;
    padding: 0.65rem 0.55rem;
    font-size: 0.62rem;
    letter-spacing: 0.065em;
    line-height: 1.16;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .aim-dg-progress {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0.35rem !important;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0.5rem !important;
  }

  .aim-dg-progress button {
    min-width: 0 !important;
    justify-content: center;
    gap: 0.22rem;
    border-radius: 13px;
    padding: 0.52rem 0.25rem !important;
    font-size: 0.56rem;
    letter-spacing: 0.045em;
    line-height: 1.1;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .aim-dg-progress button span {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 9px;
    font-size: 0.62rem;
  }
}

@media (max-width: 390px) {
  .aim-hero-title {
    font-size: clamp(3.25rem, 13.5vw, 3.5rem) !important;
  }

  .aim-page-title {
    font-size: clamp(3.1rem, 13vw, 3.4rem) !important;
  }

  .aim-header-logo {
    width: min(45vw, 156px) !important;
  }
}

.aim-hosting-hero {
  position: relative;
  overflow: hidden;
}

.aim-hosting-hero.aim-first-section {
  padding-bottom: clamp(2.8rem, 4vw, 4rem);
}

#hosting-paths,
#hosting-plans,
#hosting-compare,
#backup-hosting,
#vps-plans,
.aim-hosting-package-snapshot {
  scroll-margin-top: 126px;
}

.aim-hosting-hero::before,
.aim-hosting-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(49, 83, 255, 0.16), transparent 64%);
  filter: blur(2px);
}

.aim-hosting-hero::before {
  width: 420px;
  height: 420px;
  right: -140px;
  top: 18%;
  animation: aim-hosting-float 12s ease-in-out infinite;
}

.aim-hosting-hero::after {
  width: 260px;
  height: 260px;
  left: -80px;
  bottom: -80px;
  animation: aim-hosting-float 14s ease-in-out infinite reverse;
}

body.aim-hosting-page .aim-hosting-hero::before,
body.aim-hosting-page .aim-hosting-hero::after {
  animation: none;
  opacity: 0.58;
}

.aim-hosting-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.aim-hosting-hero-copy {
  max-width: 720px;
}

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

.aim-hosting-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.aim-hosting-proof-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(49, 83, 255, 0.14);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #17315c;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(6, 21, 58, 0.045);
}

.aim-hosting-system-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 34px;
  padding: clamp(28px, 4vw, 44px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(49, 83, 255, 0.26), transparent 38%),
    radial-gradient(circle at 82% 10%, rgba(49, 83, 255, 0.26), transparent 30%),
    #06153a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 34px 110px rgba(6, 21, 58, 0.24);
}

.aim-hosting-system-card > p,
.aim-hosting-system-card h2,
.aim-hosting-status-board {
  position: relative;
  z-index: 2;
}

.aim-hosting-system-card > p {
  margin: 0;
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.aim-hosting-system-card h2 {
  max-width: 440px;
  margin: 26px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 0.98;
}

.aim-hosting-orbit {
  position: absolute;
  inset: 38px 30px auto auto;
  width: 156px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  animation: aim-hosting-spin 18s linear infinite;
}

body.aim-hosting-page .aim-hosting-orbit {
  animation: none;
}

.aim-hosting-orbit span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #3153ff;
  box-shadow: 0 0 28px rgba(49, 83, 255, 0.72);
}

.aim-hosting-orbit span:nth-child(1) {
  top: -9px;
  left: 50%;
}

.aim-hosting-orbit span:nth-child(2) {
  right: 14px;
  bottom: 20px;
  background: #3153ff;
}

.aim-hosting-orbit span:nth-child(3) {
  left: 10px;
  bottom: 28px;
  background: #fff;
}

.aim-hosting-status-board {
  display: grid;
  gap: 12px;
  margin-top: 46px;
}

.aim-hosting-status-board span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.aim-hosting-status-board span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #3153ff;
  box-shadow: 0 0 16px rgba(49, 83, 255, 0.62);
}

.aim-hosting-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.aim-hosting-section-copy {
  max-width: 650px;
  margin: 0;
  color: var(--slate-text);
  font-size: 1.03rem;
  line-height: 1.75;
}

.aim-hosting-pricing-control {
  display: grid;
  gap: 12px;
  width: min(100%, 420px);
  border: 1px solid rgba(49, 83, 255, 0.14);
  border-radius: 24px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(6, 21, 58, 0.06);
}

.aim-hosting-pricing-control-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.aim-hosting-pricing-control-copy span {
  color: var(--slate-text);
  font-size: 0.83rem;
  font-weight: 700;
}

.aim-hosting-pricing-control-copy strong {
  border-radius: 999px;
  padding: 7px 10px;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.aim-hosting-pricing-control p {
  margin: 0;
  color: var(--slate-text);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.aim-hosting-offer-section {
  padding: clamp(28px, 5vw, 58px) 0;
}

.aim-hosting-offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(49, 83, 255, 0.24), transparent 44%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.18);
}

.aim-hosting-offer-card p {
  margin: 0;
  color: #a8b3ff;
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aim-hosting-offer-card h2 {
  max-width: 780px;
  margin: 12px 0 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 4.25rem);
  line-height: 0.98;
}

.aim-hosting-offer-card > div > span {
  display: block;
  max-width: 740px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.aim-hosting-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(76px, 1fr));
  gap: 10px;
  width: min(420px, 100%);
}

.aim-hosting-countdown strong {
  display: grid;
  gap: 5px;
  place-items: center;
  min-height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.085);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1;
}

.aim-hosting-countdown small {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.aim-hosting-cycle-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  min-width: 0;
  padding: 7px;
  border: 1px solid var(--border-mist);
  border-radius: 18px;
  background: var(--soft-ice);
}

.aim-hosting-cycle-toggle button {
  display: grid;
  gap: 2px;
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--slate-text, #59627a);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.1;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.aim-hosting-cycle-toggle button span,
.aim-hosting-cycle-toggle button small {
  display: block;
  overflow-wrap: anywhere;
}

.aim-hosting-cycle-toggle button small {
  color: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 1;
}

.aim-hosting-cycle-toggle button.is-active {
  color: #fff;
  background: var(--blue, #0a2dff);
  box-shadow: 0 14px 34px rgba(49, 83, 255, 0.24);
}

.aim-hosting-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.aim-hosting-plan-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  min-height: auto;
  border: 1px solid var(--border-mist);
  border-radius: 28px;
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
  color: var(--ink, #06153a);
  cursor: pointer;
  box-shadow: 0 22px 80px rgba(6, 21, 58, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.aim-hosting-plan-card:hover,
.aim-hosting-plan-card.is-selected {
  transform: translateY(-6px);
  border-color: rgba(49, 83, 255, 0.42);
  box-shadow: 0 34px 100px rgba(49, 83, 255, 0.13);
}

.aim-hosting-plan-card.is-in-cart {
  border-color: rgba(49, 83, 255, 0.42);
}

body.aim-hosting-page .aim-hosting-plan-card {
  box-shadow: 0 16px 46px rgba(6, 21, 58, 0.052);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

body.aim-hosting-page .aim-hosting-plan-card:hover,
body.aim-hosting-page .aim-hosting-plan-card.is-selected {
  transform: none;
  box-shadow: 0 22px 60px rgba(49, 83, 255, 0.1);
}

.aim-hosting-plan-card.is-featured {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(49, 83, 255, 0.26), transparent 42%),
    #06153a;
  border-color: rgba(49, 83, 255, 0.28);
}

.aim-hosting-plan-card em {
  align-self: flex-start;
  border-radius: 999px;
  padding: 8px 12px;
  background: #eaf3ff;
  color: var(--blue, #0a2dff);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aim-hosting-plan-card.is-featured em {
  background: rgba(168, 179, 255, 0.16);
  color: #a8b3ff;
}

.aim-hosting-plan-card > span {
  color: var(--blue, #0a2dff);
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-plan-card.is-featured > span {
  color: #a8b3ff;
}

.aim-hosting-plan-card h3 {
  margin: 22px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  line-height: 1.02;
}

.aim-hosting-plan-price {
  margin: 24px 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 0.95;
}

.aim-hosting-plan-price small {
  margin-left: 5px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--slate-text, #59627a);
}

.aim-hosting-plan-card.is-featured .aim-hosting-plan-price small {
  color: rgba(255, 255, 255, 0.66);
}

.aim-hosting-plan-save {
  margin: 0 0 20px;
  color: var(--blue, #0a2dff);
  font-weight: 700;
  line-height: 1.4;
}

.aim-hosting-plan-billing {
  margin: 0 0 8px;
  color: var(--slate-text, #59627a);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.aim-hosting-plan-card.is-featured .aim-hosting-plan-billing {
  color: rgba(255, 255, 255, 0.76);
}

.aim-hosting-plan-card.is-featured .aim-hosting-plan-save {
  color: #a8b3ff;
}

.aim-hosting-plan-fit,
.aim-hosting-plan-detail-grid span {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(49, 83, 255, 0.12);
  border-radius: 18px;
  padding: 14px;
  background: #f7faff;
}

.aim-hosting-plan-fit {
  margin-bottom: 12px;
}

.aim-hosting-plan-fit strong,
.aim-hosting-plan-detail-grid strong {
  color: var(--blue, #0a2dff);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-plan-fit span,
.aim-hosting-plan-detail-grid span {
  color: var(--slate-text, #59627a);
  font-weight: 750;
  line-height: 1.55;
}

.aim-hosting-plan-detail-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.aim-hosting-plan-card.is-featured .aim-hosting-plan-fit,
.aim-hosting-plan-card.is-featured .aim-hosting-plan-detail-grid span {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
}

.aim-hosting-plan-card.is-featured .aim-hosting-plan-fit span,
.aim-hosting-plan-card.is-featured .aim-hosting-plan-detail-grid span {
  color: rgba(255, 255, 255, 0.76);
}

.aim-hosting-plan-card ul {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.aim-hosting-plan-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--slate-text, #59627a);
  font-weight: 700;
  line-height: 1.55;
}

.aim-hosting-plan-card.is-featured li {
  color: rgba(255, 255, 255, 0.78);
}

.aim-hosting-plan-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--blue, #0a2dff);
}

.aim-hosting-plan-trial-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  margin: 0 0 16px;
  border: 1px solid rgba(10, 45, 255, 0.18);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(10, 45, 255, 0.07);
  color: var(--blue, #0a2dff);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: center;
}

.aim-hosting-plan-card.is-featured .aim-hosting-plan-trial-badge {
  border-color: rgba(168, 179, 255, 0.3);
  background: rgba(168, 179, 255, 0.13);
  color: #a8b3ff;
}

.aim-hosting-plan-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 24px;
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--blue, #0a2dff);
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-size: 0.92rem !important;
  font-weight: 700;
  letter-spacing: 0 !important;
  text-align: center;
  text-transform: none !important;
}

.aim-hosting-plan-card.is-featured .aim-hosting-plan-action {
  background: #fff;
  color: var(--blue, #0a2dff) !important;
}

.aim-hosting-vps-card {
  cursor: default;
}

.aim-hosting-vps-card:hover {
  transform: translateY(-3px);
}

.aim-hosting-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 24px;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--blue, #0a2dff);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.aim-hosting-plan-card.is-featured .aim-hosting-card-link {
  background: #fff;
  color: var(--blue, #0a2dff);
}

.aim-hosting-snapshot-card.is-dark .aim-hosting-card-link {
  background: #fff;
  color: #3153ff !important;
}

.aim-hosting-benefit-grid,
.aim-hosting-path-grid,
.aim-hosting-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.aim-hosting-grid-after-head {
  margin-top: 34px;
}

.aim-hosting-benefit-grid article,
.aim-hosting-path-card,
.aim-hosting-snapshot-card {
  border: 1px solid var(--border-mist);
  border-radius: 26px;
  padding: clamp(22px, 3vw, 30px);
  background: #fff;
  box-shadow: 0 20px 70px rgba(6, 21, 58, 0.055);
}

.aim-hosting-benefit-grid article span,
.aim-hosting-path-card > span,
.aim-hosting-snapshot-card > span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-benefit-grid article p {
  margin: 18px 0 0;
  color: var(--slate-text);
  line-height: 1.7;
}

.aim-hosting-identity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 16px;
}

.aim-hosting-identity-grid article {
  min-width: 0;
  border: 1px solid var(--border-mist);
  border-radius: 26px;
  padding: clamp(22px, 3vw, 32px);
  background: #fff;
  box-shadow: 0 20px 70px rgba(6, 21, 58, 0.055);
}

.aim-hosting-identity-grid article.is-wide {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(49, 83, 255, 0.24), transparent 42%),
    radial-gradient(circle at 86% 10%, rgba(49, 83, 255, 0.18), transparent 30%),
    #06153a;
  border-color: rgba(49, 83, 255, 0.22);
}

.aim-hosting-identity-grid article span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-identity-grid article.is-wide span {
  color: #a8b3ff;
}

.aim-hosting-identity-grid h3 {
  margin: 20px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
}

.aim-hosting-identity-grid p {
  margin: 18px 0 0;
  color: var(--slate-text);
  line-height: 1.72;
}

.aim-hosting-identity-grid article.is-wide p {
  color: rgba(255, 255, 255, 0.72);
}

.aim-hosting-security-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.aim-hosting-threat-card,
.aim-hosting-security-grid article {
  min-width: 0;
  border: 1px solid var(--border-mist);
  border-radius: 26px;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  box-shadow: 0 20px 70px rgba(6, 21, 58, 0.055);
}

.aim-hosting-threat-card {
  display: flex;
  flex-direction: column;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(49, 83, 255, 0.24), transparent 42%),
    radial-gradient(circle at 92% 8%, rgba(49, 83, 255, 0.18), transparent 30%),
    #06153a;
  border-color: rgba(49, 83, 255, 0.22);
}

.aim-hosting-threat-card > span,
.aim-hosting-security-grid article span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-threat-card > span {
  color: #a8b3ff;
}

.aim-hosting-threat-card h3 {
  margin: 20px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
}

.aim-hosting-threat-card p,
.aim-hosting-security-grid article p {
  margin: 18px 0 0;
  line-height: 1.72;
}

.aim-hosting-threat-card p {
  color: rgba(255, 255, 255, 0.72);
}

.aim-hosting-threat-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.aim-hosting-threat-card li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  line-height: 1.55;
}

.aim-hosting-threat-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 999px;
  background: #a8b3ff;
  box-shadow: 0 0 14px rgba(168, 179, 255, 0.5);
}

.aim-hosting-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.aim-hosting-security-grid article p {
  color: var(--slate-text);
}

.aim-hosting-security-note {
  max-width: 980px;
  margin: 24px 0 0;
  border-left: 4px solid var(--blue);
  padding: 4px 0 4px 18px;
  color: var(--slate-text);
  font-weight: 700;
  line-height: 1.65;
}

.aim-hosting-path-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
}

.aim-hosting-path-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aim-hosting-snapshot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aim-hosting-snapshot-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aim-hosting-path-card-backup {
  background: linear-gradient(180deg, #fff, #f7faff);
}

.aim-hosting-path-card {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  color: var(--ink);
  text-decoration: none;
}

.aim-hosting-path-card.is-dark {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(49, 83, 255, 0.25), transparent 44%),
    #06153a;
  border-color: rgba(49, 83, 255, 0.22);
}

.aim-hosting-snapshot-card.is-dark {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(49, 83, 255, 0.25), transparent 44%),
    #06153a;
  border-color: rgba(49, 83, 255, 0.22);
}

.aim-hosting-path-card h3 {
  margin: 20px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.aim-hosting-snapshot-card h3 {
  margin: 18px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.02;
}

.aim-hosting-path-card p,
.aim-hosting-snapshot-card p {
  margin: 18px 0 0;
  color: var(--slate-text);
  line-height: 1.75;
}

.aim-hosting-path-card.is-dark p,
.aim-hosting-path-card.is-dark li,
.aim-hosting-snapshot-card.is-dark p,
.aim-hosting-snapshot-card.is-dark li {
  color: rgba(255, 255, 255, 0.72);
}

.aim-hosting-path-card.is-dark > span,
.aim-hosting-path-card.is-dark em,
.aim-hosting-snapshot-card.is-dark > span {
  color: #a8b3ff;
}

.aim-hosting-path-card ul,
.aim-hosting-snapshot-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.aim-hosting-path-card li,
.aim-hosting-snapshot-card li {
  display: flex;
  gap: 10px;
  color: var(--slate-text);
  font-weight: 700;
  line-height: 1.55;
}

.aim-hosting-path-card li::before,
.aim-hosting-snapshot-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--blue);
}

.aim-hosting-path-card em {
  margin-top: auto;
  padding-top: 30px;
  color: var(--blue);
  font-style: normal;
  font-weight: 700;
}

.aim-hosting-snapshot-card .aim-hosting-card-link {
  align-self: flex-start;
}

.aim-hosting-compare-table {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border-mist);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 80px rgba(6, 21, 58, 0.055);
}

.aim-hosting-compare-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.aim-hosting-compare-table th,
.aim-hosting-compare-table td {
  border-bottom: 1px solid var(--border-mist);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.aim-hosting-compare-table thead th {
  color: #fff;
  background: #06153a;
  font-family: var(--font-label);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-compare-table tbody th {
  width: 24%;
  color: var(--ink);
  font-weight: 700;
}

.aim-hosting-compare-table tbody td {
  color: var(--slate-text);
  font-weight: 750;
}

.aim-hosting-compare-table tbody tr:last-child th,
.aim-hosting-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.aim-hosting-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.aim-hosting-dns-card {
  display: grid;
  gap: 10px;
  max-width: 440px;
  margin-top: 30px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(49, 83, 255, 0.2);
  background: #fff;
  box-shadow: 0 22px 80px rgba(6, 21, 58, 0.06);
}

.aim-hosting-dns-card p {
  margin: 0 0 4px;
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-dns-card span {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--slate-text);
  font-weight: 700;
  line-height: 1.55;
}

.aim-hosting-dns-card span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--blue);
}

.aim-hosting-dns-card code,
.aim-hosting-result-dns code {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
  border-radius: 12px;
  padding: 12px 14px;
  background: var(--night);
  color: #fff;
  font-weight: 700;
}

.aim-hosting-selected-plan {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  border: 1px solid rgba(10, 45, 255, 0.16);
  border-radius: 22px;
  padding: 18px;
  background:
    radial-gradient(circle at 95% 0%, rgba(49, 83, 255, 0.12), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 50px rgba(6, 21, 58, 0.055);
}

.aim-hosting-selected-plan.is-attention {
  border-color: rgba(10, 45, 255, 0.45);
  box-shadow: 0 24px 70px rgba(10, 45, 255, 0.16);
}

.aim-hosting-selected-plan > span {
  color: var(--blue, #0a2dff);
  font-family: var(--font-label);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-selected-plan strong {
  color: var(--ink, #06153a);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.aim-hosting-selected-plan p {
  margin: 0;
  color: var(--slate-text, #59627a);
  font-weight: 700;
}

.aim-hosting-selected-plan div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aim-hosting-selected-plan em {
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(10, 45, 255, 0.07);
  color: var(--blue, #0a2dff);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

.aim-hosting-selected-plan small {
  display: block;
  color: var(--ink, #06153a);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.aim-hosting-form {
  display: grid;
  gap: 20px;
  border: 1px solid var(--border-mist);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 36px);
  background: #fff;
  box-shadow: 0 34px 100px rgba(6, 21, 58, 0.08);
}

.aim-hosting-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.aim-hosting-form label {
  display: grid;
  gap: 9px;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
}

.aim-hosting-form input,
.aim-hosting-form select,
.aim-hosting-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--border-mist);
  border-radius: 16px;
  padding: 13px 15px;
  color: var(--ink);
  background: var(--soft-ice);
  font: inherit;
  font-weight: 700;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.aim-hosting-form textarea {
  resize: vertical;
  min-height: 120px;
}

.aim-hosting-form input:focus,
.aim-hosting-form select:focus,
.aim-hosting-form textarea:focus {
  border-color: rgba(49, 83, 255, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(49, 83, 255, 0.1);
}

.aim-hosting-domain-manager {
  display: grid;
  gap: 16px;
  border-block: 1px solid var(--border-mist);
  padding-block: 20px;
}

.aim-hosting-domain-manager-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.aim-hosting-domain-manager-head div {
  display: grid;
  gap: 6px;
}

.aim-hosting-domain-manager-head span {
  color: var(--blue, #0a2dff);
  font-family: var(--font-label);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-domain-manager-head strong {
  color: var(--ink, #06153a);
  font-size: 1.08rem;
  line-height: 1.25;
}

.aim-hosting-domain-manager-head p {
  max-width: 620px;
  margin: 0;
  color: var(--slate-text, #59627a);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.55;
}

.aim-hosting-domain-manager-head .aim-secondary-link {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
}

.aim-hosting-domain-list {
  display: grid;
  gap: 14px;
}

.aim-hosting-domain-entry {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(49, 83, 255, 0.15);
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.aim-hosting-domain-entry.is-attention {
  border-color: rgba(10, 45, 255, 0.46);
  box-shadow: 0 20px 56px rgba(10, 45, 255, 0.12);
}

.aim-hosting-domain-entry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.aim-hosting-domain-entry-head strong {
  color: var(--ink, #06153a);
  font-size: 0.96rem;
}

.aim-hosting-domain-entry-head button {
  width: auto;
  min-height: 0;
  border: 0;
  padding: 0;
  color: #b3263e;
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.aim-hosting-domain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aim-hosting-result-orders {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.aim-hosting-result-orders span {
  display: grid;
  gap: 4px;
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.aim-hosting-result-orders strong,
.aim-hosting-result-orders em,
.aim-hosting-result-orders code,
.aim-hosting-result-orders small {
  overflow-wrap: anywhere;
}

.aim-hosting-result-orders em {
  color: var(--slate-text, #59627a);
  font-style: normal;
}

.aim-hosting-result-orders code {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border-radius: 10px;
  padding: 7px 9px;
  background: #08111f;
  color: #ffffff;
  font-weight: 700;
}

.aim-hosting-terms {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 12px !important;
  color: var(--slate-text) !important;
  line-height: 1.55;
}

.aim-hosting-terms input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
}

.aim-hosting-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.aim-hosting-form-result {
  border-radius: 18px;
  padding: 18px;
  line-height: 1.65;
  font-weight: 700;
}

.aim-hosting-form-result.is-info {
  color: #17315c;
  background: #eef4ff;
}

.aim-hosting-form-result.is-success {
  color: #0e7a4f;
  background: #eaf9f1;
}

.aim-hosting-form-result.is-error {
  color: #6f1515;
  background: #fff0f0;
}

.aim-hosting-form-result code {
  font-weight: 700;
}

.aim-hosting-result-dns {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.aim-hosting-form-result a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.aim-hosting-return-section {
  padding: clamp(28px, 4vw, 52px) 0;
}

.aim-hosting-return-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: center;
  border: 1px solid #d8e6fb;
  border-radius: 22px;
  padding: clamp(20px, 3vw, 34px);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.aim-hosting-return-panel.is-success {
  border-color: rgba(24, 151, 84, 0.28);
  background: linear-gradient(135deg, #f2fbf6 0%, #ffffff 56%);
}

.aim-hosting-return-panel.is-info {
  border-color: rgba(10, 45, 255, 0.2);
  background: linear-gradient(135deg, #eef4ff 0%, #ffffff 58%);
}

.aim-hosting-return-copy span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-return-copy h2 {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.aim-hosting-return-copy p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--slate-text);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.65;
}

.aim-hosting-return-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.aim-hosting-return-details div {
  min-height: 86px;
  border: 1px solid #e5ecf7;
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.aim-hosting-return-details dt {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-return-details dd {
  margin: 9px 0 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.35;
}

.aim-hosting-return-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-column: 1 / -1;
}

.aim-hosting-trial-section {
  padding-top: clamp(54px, 7vw, 92px);
}

.aim-hosting-trial-plan-groups {
  display: grid;
  gap: 34px;
  margin-top: 34px;
}

.aim-hosting-trial-group {
  display: grid;
  gap: 18px;
}

.aim-hosting-trial-group .aim-hosting-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.aim-hosting-trial-group h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
}

.aim-hosting-dashboard-hero {
  padding-bottom: clamp(54px, 7vw, 86px);
}

.aim-hosting-dashboard-section {
  padding-top: clamp(54px, 7vw, 90px);
}

.aim-hosting-dashboard-login,
.aim-hosting-dashboard-empty {
  display: grid;
  gap: 26px;
  border: 1px solid var(--border-mist);
  border-radius: 26px;
  padding: clamp(26px, 4vw, 42px);
  background: #fff;
  box-shadow: 0 28px 90px rgba(6, 21, 58, 0.07);
}

.aim-hosting-dashboard-login {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.aim-hosting-dashboard-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.aim-hosting-dashboard-head {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.aim-hosting-dashboard-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.aim-hosting-dashboard-summary span {
  min-height: 94px;
  border: 1px solid #e3eaf5;
  border-radius: 18px;
  padding: 16px;
  background: #f8fbff;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.aim-hosting-dashboard-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-detail-nav,
.aim-hosting-dashboard-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.aim-hosting-dashboard-detail-nav {
  margin-bottom: 24px;
  border: 1px solid #e3eaf5;
  border-radius: 18px;
  padding: 14px 16px;
  background: #f8fbff;
}

.aim-hosting-dashboard-detail-nav span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-card-actions {
  justify-content: flex-start;
}

.aim-hosting-dashboard-grid {
  display: grid;
  gap: 24px;
}

.aim-hosting-dashboard-card {
  display: grid;
  gap: 22px;
  border: 1px solid var(--border-mist);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  box-shadow: 0 28px 90px rgba(6, 21, 58, 0.07);
}

.aim-hosting-dashboard-card-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.aim-hosting-dashboard-card-head span,
.aim-hosting-dashboard-next span,
.aim-hosting-dashboard-support span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-card-head h3,
.aim-hosting-dashboard-empty h3,
.aim-hosting-dashboard-next h4,
.aim-hosting-dashboard-dns h4 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--font-heading);
  line-height: 1.08;
}

.aim-hosting-dashboard-card-head h3 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.aim-hosting-dashboard-card-head p,
.aim-hosting-dashboard-next p,
.aim-hosting-dashboard-dns p,
.aim-hosting-dashboard-support p,
.aim-hosting-dashboard-empty p {
  margin: 8px 0 0;
  color: var(--slate-text);
  line-height: 1.7;
}

.aim-hosting-dashboard-card-head strong {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 10px 14px;
  background: #eaf9f1;
  color: #0e7a4f;
  font-size: 0.82rem;
  font-weight: 700;
}

.aim-hosting-dashboard-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.aim-hosting-dashboard-status-grid span {
  min-height: 92px;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  padding: 16px;
  background: #f7f9fd;
  color: var(--slate-text);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.aim-hosting-dashboard-status-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-status-grid small {
  display: block;
  margin-top: 8px;
  color: #738198;
  font-size: 0.78rem;
  font-weight: 700;
}

.aim-hosting-dashboard-ops-status span {
  background: #fff;
}

.aim-hosting-dashboard-storage {
  display: grid;
  gap: 12px;
  border: 1px solid #dce8f7;
  border-radius: 20px;
  padding: 20px;
  background: #f8fbff;
}

.aim-hosting-dashboard-storage-head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.aim-hosting-dashboard-storage-head span {
  color: var(--ink);
  font-family: var(--font-label);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-storage-head strong {
  color: var(--blue);
  font-size: 1rem;
}

.aim-hosting-dashboard-storage-track {
  appearance: none;
  width: 100%;
  height: 9px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #dfe9f6;
}

.aim-hosting-dashboard-storage-track::-webkit-progress-bar {
  border-radius: inherit;
  background: #dfe9f6;
}

.aim-hosting-dashboard-storage-track::-webkit-progress-value,
.aim-hosting-dashboard-storage-track::-moz-progress-bar {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), #4aa8ff);
}

.aim-hosting-dashboard-storage-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aim-hosting-dashboard-storage-breakdown > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid #e3eaf5;
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}

.aim-hosting-dashboard-storage-breakdown small {
  color: var(--slate-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-storage-breakdown strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 0.9rem;
}

@media (max-width: 620px) {
  .aim-hosting-dashboard-storage-breakdown {
    grid-template-columns: 1fr;
  }
}

.aim-hosting-dashboard-storage p {
  margin: 0;
  color: var(--slate-text);
  font-size: 0.86rem;
  line-height: 1.6;
}

.aim-hosting-dashboard-service-profile {
  display: grid;
  gap: 16px;
  border: 1px solid #dce8f7;
  border-radius: 22px;
  padding: 22px;
  background: #f8fbff;
}

.aim-hosting-dashboard-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.aim-hosting-dashboard-service-grid span {
  min-height: 112px;
  border: 1px solid #e3eaf5;
  border-radius: 16px;
  padding: 14px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.aim-hosting-dashboard-service-grid strong,
.aim-hosting-dashboard-service-grid small {
  display: block;
}

.aim-hosting-dashboard-service-grid strong {
  margin-bottom: 8px;
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-service-grid small {
  margin-top: 8px;
  color: #65728a;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.aim-hosting-dashboard-certificate {
  display: grid;
  gap: 16px;
  border: 1px solid #d9e8f5;
  border-radius: 22px;
  padding: 22px;
  background: #ffffff;
}

.aim-hosting-dashboard-certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.aim-hosting-dashboard-certificate-grid article {
  min-height: 132px;
  border: 1px solid #e3eaf5;
  border-radius: 16px;
  padding: 14px;
  background: #f8fbff;
}

.aim-hosting-dashboard-certificate-grid article span {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 8px;
  background: #eaf9f1;
  color: #0e7a4f;
  font-size: 0.7rem;
  font-weight: 700;
}

.aim-hosting-dashboard-certificate-grid article strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-weight: 700;
}

.aim-hosting-dashboard-certificate-grid article p {
  margin: 7px 0 0;
  color: var(--slate-text);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.5;
}

.aim-hosting-dashboard-certificate-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.aim-hosting-dashboard-certificate-foot span {
  border-radius: 14px;
  padding: 12px;
  background: #eef4ff;
  color: var(--ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.aim-hosting-dashboard-certificate-foot strong {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-account-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr) minmax(0, 0.9fr);
  gap: 12px;
}

.aim-hosting-dashboard-account-panel article {
  min-height: 180px;
  border: 1px solid #dfe7f3;
  border-radius: 20px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(6, 21, 58, 0.045);
}

.aim-hosting-dashboard-account-panel span,
.aim-hosting-dashboard-account-panel strong {
  display: block;
}

.aim-hosting-dashboard-account-panel span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-account-panel strong {
  margin-top: 9px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.18rem;
  line-height: 1.12;
}

.aim-hosting-dashboard-account-panel p {
  margin: 9px 0 0;
  color: var(--slate-text);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.6;
}

.aim-hosting-dashboard-account-panel a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.aim-hosting-dashboard-notices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.aim-hosting-dashboard-notices em {
  display: grid;
  gap: 5px;
  border: 1px solid #e4ebf6;
  border-radius: 12px;
  padding: 10px;
  background: #f8fbff;
  color: var(--slate-text);
  font-style: normal;
}

.aim-hosting-dashboard-notices em.is-sent {
  border-color: rgba(14, 122, 79, 0.24);
  background: #f2fbf6;
}

.aim-hosting-dashboard-notices b {
  color: var(--ink);
  font-size: 0.8rem;
  line-height: 1.25;
}

.aim-hosting-dashboard-notices small {
  color: #65728a;
  font-size: 0.72rem;
  font-weight: 700;
}

.aim-hosting-dashboard-notices em.is-sent small {
  color: #0e7a4f;
}

.aim-hosting-dashboard-next,
.aim-hosting-dashboard-dns,
.aim-hosting-dashboard-support,
.aim-hosting-dashboard-note,
.aim-hosting-dashboard-ops {
  border-radius: 22px;
  padding: 22px;
  background: var(--soft-ice);
}

.aim-hosting-dashboard-next h4,
.aim-hosting-dashboard-dns h4,
.aim-hosting-dashboard-ops h4 {
  font-size: 1.45rem;
}

.aim-hosting-dashboard-next .aim-primary-link {
  margin-top: 18px;
}

.aim-hosting-dashboard-dns {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 1fr);
  gap: 18px;
}

.aim-hosting-dashboard-dns-table {
  display: grid;
  gap: 8px;
  align-content: start;
}

.aim-hosting-dashboard-dns-table code {
  display: block;
  border-radius: 12px;
  padding: 12px 14px;
  background: var(--night);
  color: #fff;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.aim-hosting-dashboard-dns-monitor {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  align-items: start;
  border: 1px solid #dce8f7;
  border-radius: 22px;
  padding: 22px;
  background: #f8fbff;
}

.aim-hosting-dashboard-dns-monitor.is-ready {
  border-color: rgba(14, 122, 79, 0.24);
  background: #f3fbf7;
}

.aim-hosting-dashboard-dns-monitor > div:first-child > span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-dns-monitor h4 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.08;
}

.aim-hosting-dashboard-dns-monitor p {
  margin: 8px 0 0;
  color: var(--slate-text);
  line-height: 1.7;
}

.aim-hosting-dashboard-dns-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aim-hosting-dashboard-dns-checks span {
  min-height: 78px;
  border: 1px solid #e3eaf5;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}

.aim-hosting-dashboard-dns-checks span.is-ready {
  border-color: rgba(14, 122, 79, 0.24);
  background: #f2fbf6;
}

.aim-hosting-dashboard-dns-checks strong,
.aim-hosting-dashboard-dns-checks em {
  display: block;
}

.aim-hosting-dashboard-dns-checks strong {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-dns-checks em {
  margin-top: 8px;
  color: var(--slate-text);
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.aim-hosting-dashboard-dns-checks span.is-ready em {
  color: #0e7a4f;
}

.aim-hosting-dashboard-dns-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.aim-hosting-dashboard-dns-actions button[disabled] {
  cursor: wait;
  filter: grayscale(0.2);
  opacity: 0.68;
}

.aim-hosting-dashboard-dns-actions small {
  color: #65728a;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.45;
}

.aim-hosting-dashboard-dns-monitor .aim-hosting-form-result {
  grid-column: 1 / -1;
  margin: 0;
}

.aim-hosting-dashboard-support {
  background: #fff7ec;
}

.aim-hosting-dashboard-note {
  background: #eef4ff;
}

.aim-hosting-dashboard-support a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.aim-hosting-dashboard-note span,
.aim-hosting-dashboard-ops-head span {
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-note p {
  margin: 8px 0 0;
  color: var(--ink);
  line-height: 1.7;
  font-weight: 700;
}

.aim-hosting-dashboard-ops {
  display: grid;
  gap: 18px;
  background: #f8fbff;
}

.aim-hosting-dashboard-ops-head h4 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--font-heading);
  line-height: 1.08;
}

.aim-hosting-dashboard-ops-head p {
  margin: 8px 0 0;
  color: var(--slate-text);
  line-height: 1.7;
}

.aim-hosting-dashboard-request-list {
  display: grid;
  gap: 10px;
}

.aim-hosting-dashboard-request-history-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: space-between;
}

.aim-hosting-dashboard-request-history-head strong {
  color: var(--ink);
  font-weight: 700;
}

.aim-hosting-dashboard-request-history-head span {
  color: #65728a;
  font-size: 0.82rem;
  font-weight: 850;
}

.aim-hosting-dashboard-request-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  border: 1px solid #e3eaf5;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}

.aim-hosting-dashboard-request-list strong {
  color: var(--ink);
  font-weight: 700;
}

.aim-hosting-dashboard-request-list span {
  border-radius: 999px;
  padding: 5px 9px;
  background: #eaf9f1;
  color: #0e7a4f;
  font-size: 0.76rem;
  font-weight: 700;
}

.aim-hosting-dashboard-request-list p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--slate-text);
  line-height: 1.55;
}

.aim-hosting-dashboard-request-list .aim-hosting-dashboard-request-meta {
  font-size: 0.84rem;
  color: #506179;
}

.aim-hosting-dashboard-request-list .aim-hosting-dashboard-request-reply {
  border-left: 3px solid rgba(10, 45, 255, 0.22);
  padding-left: 10px;
  color: var(--ink);
  font-weight: 700;
}

.aim-hosting-dashboard-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.aim-hosting-dashboard-shortcuts button {
  border: 1px solid rgba(10, 45, 255, 0.15);
  border-radius: 999px;
  padding: 10px 13px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.aim-hosting-dashboard-shortcuts button:hover,
.aim-hosting-dashboard-shortcuts button:focus-visible {
  border-color: rgba(10, 45, 255, 0.36);
  background: #eef4ff;
}

.aim-hosting-dashboard-request-form {
  display: grid;
  gap: 14px;
}

.aim-hosting-dashboard-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.aim-hosting-dashboard-request-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
}

.aim-hosting-dashboard-request-form input,
.aim-hosting-dashboard-request-form select,
.aim-hosting-dashboard-request-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border-mist);
  border-radius: 14px;
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  outline: 0;
}

.aim-hosting-dashboard-request-form textarea {
  min-height: 112px;
  resize: vertical;
}

.aim-hosting-dashboard-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.aim-hosting-dashboard-timeline article {
  min-height: 142px;
  border: 1px solid #e3eaf5;
  border-radius: 18px;
  padding: 16px;
  background: #fff;
}

.aim-hosting-dashboard-timeline article.is-complete {
  border-color: rgba(14, 122, 79, 0.24);
  background: #f2fbf6;
}

.aim-hosting-dashboard-timeline article.is-current {
  border-color: rgba(10, 45, 255, 0.28);
  background: #eef4ff;
}

.aim-hosting-dashboard-timeline span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: var(--night);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.aim-hosting-dashboard-timeline strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.25;
}

.aim-hosting-dashboard-timeline p {
  margin: 8px 0 0;
  color: var(--slate-text);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.55;
}

.aim-hosting-dashboard-activity {
  display: grid;
  gap: 16px;
  border: 1px solid #e3eaf5;
  border-radius: 22px;
  padding: 22px;
  background: #ffffff;
}

.aim-hosting-dashboard-activity-empty {
  margin: 0;
  color: var(--slate-text);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.6;
}

.aim-hosting-activity-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aim-hosting-activity-list li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  padding: 14px;
  background: #f8fbff;
}

.aim-hosting-activity-list li > span {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(10, 45, 255, 0.08);
}

.aim-hosting-activity-list li.is-internal > span {
  background: #6b7280;
  box-shadow: 0 0 0 4px rgba(107, 114, 128, 0.12);
}

.aim-hosting-activity-head {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: baseline;
  justify-content: space-between;
}

.aim-hosting-activity-head strong {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.3;
}

.aim-hosting-activity-head time {
  color: #65728a;
  font-size: 0.78rem;
  font-weight: 850;
}

.aim-hosting-activity-list p,
.aim-hosting-activity-list small {
  display: block;
  margin: 7px 0 0;
  color: var(--slate-text);
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.55;
}

.aim-hosting-dashboard-protection,
.aim-hosting-dashboard-setup,
.aim-hosting-dashboard-billing {
  display: grid;
  gap: 18px;
  border-radius: 22px;
  padding: 22px;
  background: #f8fbff;
}

.aim-hosting-dashboard-progress {
  appearance: none;
  width: 100%;
  height: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #e6edf7;
}

.aim-hosting-dashboard-progress::-webkit-progress-bar {
  border-radius: inherit;
  background: #e6edf7;
}

.aim-hosting-dashboard-progress::-webkit-progress-value,
.aim-hosting-dashboard-progress::-moz-progress-bar {
  border-radius: inherit;
  background: linear-gradient(90deg, #0a2dff, #3153ff);
}

.aim-hosting-dashboard-setup-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.aim-hosting-dashboard-setup-grid span {
  min-height: 92px;
  border: 1px solid #e3eaf5;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}

.aim-hosting-dashboard-setup-grid span.is-done {
  border-color: rgba(14, 122, 79, 0.24);
  background: #f2fbf6;
}

.aim-hosting-dashboard-setup-grid strong {
  display: block;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.35;
}

.aim-hosting-dashboard-setup-grid em {
  display: inline-flex;
  margin-top: 10px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #eef2f7;
  color: #516078;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
}

.aim-hosting-dashboard-setup-grid span.is-done em {
  background: #dff6e9;
  color: #0e7a4f;
}

.aim-hosting-dashboard-protection-grid,
.aim-hosting-dashboard-billing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aim-hosting-dashboard-protection-grid article,
.aim-hosting-dashboard-billing-grid span {
  min-height: 126px;
  border: 1px solid #e3eaf5;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}

.aim-hosting-dashboard-protection-grid strong,
.aim-hosting-dashboard-billing-grid strong {
  display: block;
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-dashboard-protection-grid span,
.aim-hosting-dashboard-billing-grid span {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.45;
}

.aim-hosting-dashboard-protection-grid article span {
  display: block;
  margin-top: 10px;
}

.aim-hosting-dashboard-protection-grid p {
  margin: 8px 0 0;
  color: var(--slate-text);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.55;
}

.aim-hosting-dashboard-billing {
  background: #fff7ec;
}

.aim-hosting-dashboard-billing-form {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.aim-hosting-dashboard-billing-form button[disabled] {
  cursor: not-allowed;
  filter: grayscale(0.3);
  opacity: 0.58;
}

.aim-hosting-dashboard-billing-missing {
  margin: 0;
  color: #9a5a00;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.55;
}

.aim-client-auth {
  min-height: 100vh;
}

.aim-client-auth-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.7fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.aim-client-auth-copy {
  max-width: 720px;
}

.aim-client-auth-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 2rem;
}

.aim-client-auth-proof span {
  border: 1px solid rgba(10, 45, 255, 0.12);
  border-radius: 999px;
  background: #ffffff;
  padding: 0.62rem 0.82rem;
  color: #293449;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 12px 34px rgba(10, 45, 255, 0.06);
}

.aim-client-auth-card {
  border: 1px solid #e1e7f2;
  border-radius: 24px;
  background: #ffffff;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  box-shadow: 0 28px 80px rgba(6, 21, 58, 0.1);
}

.aim-client-auth-card h2 {
  margin: 0;
  color: #101827;
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.08;
}

.aim-client-auth-card p {
  margin: 0.75rem 0 0;
  color: #5d697f;
  line-height: 1.7;
}

.aim-client-auth-notice {
  margin-bottom: 1rem;
  border: 1px solid rgba(10, 45, 255, 0.14);
  border-radius: 14px;
  background: #f4f7ff;
  padding: 0.82rem 0.95rem;
  color: #1d2a46;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.aim-client-auth-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.aim-client-auth-form label {
  display: grid;
  gap: 0.45rem;
  color: #101827;
  font-size: 0.88rem;
  font-weight: 700;
}

.aim-client-auth-form input {
  min-height: 3rem;
  border: 1px solid #dfe6f2;
  border-radius: 14px;
  background: #f8faff;
  padding: 0 0.9rem;
  color: #101827;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  transition: border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.aim-client-auth-form input:focus {
  border-color: rgba(10, 45, 255, 0.42);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(10, 45, 255, 0.08);
}

.aim-client-auth-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 0.6rem !important;
  color: #5d697f !important;
  font-size: 0.88rem !important;
}

.aim-client-auth-check input {
  width: 1rem;
  min-height: 1rem;
  accent-color: #0a2dff;
}

.aim-client-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.aim-client-auth-form .aim-primary-link {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.aim-client-auth-footnote {
  color: #66728a !important;
  font-size: 0.9rem;
}

.aim-client-auth-footnote a {
  color: #3153ff;
  font-weight: 700;
  text-decoration: none;
}

.aim-policy-content {
  display: grid;
  gap: 20px;
  color: var(--slate-text);
  font-size: 1rem;
  line-height: 1.8;
}

.aim-policy-content .aim-policy-updated {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--border-mist);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.aim-policy-content h2 {
  margin: 16px 0 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.14;
}

.aim-policy-content p {
  margin: 0;
}

.aim-policy-content ul,
.aim-policy-content ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2rem;
  list-style: disc;
}

.aim-policy-content ol {
  list-style: decimal;
}

.aim-policy-content li {
  padding-left: 0.2rem;
}

.aim-policy-content strong {
  color: var(--ink);
}

.aim-hosting-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.aim-hosting-policy-grid a {
  display: grid;
  min-height: 220px;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--border-mist);
  border-radius: 22px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(6, 21, 58, 0.06);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.aim-hosting-policy-grid a:hover {
  border-color: rgba(10, 45, 255, 0.26);
  box-shadow: 0 26px 76px rgba(10, 45, 255, 0.1);
  transform: translateY(-2px);
}

.aim-hosting-policy-grid strong {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  line-height: 1.18;
}

.aim-hosting-policy-grid p {
  margin: 0;
  color: var(--slate-text);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.65;
}

.aim-hosting-policy-grid span {
  margin-top: auto;
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-hosting-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.aim-hosting-flow-grid article {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.aim-hosting-flow-grid span {
  color: #a8b3ff;
  font-family: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.aim-hosting-flow-grid h3 {
  margin: 22px 0 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.08;
}

.aim-hosting-flow-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

@keyframes aim-hosting-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -22px, 0);
  }
}

@keyframes aim-hosting-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .section.bg-soft-ice,
  .section.bg-pure-white,
  .section.bg-night,
  .aim-hosting-hero::before,
  .aim-hosting-hero::after,
  .aim-hosting-orbit {
    animation: none !important;
  }

  body.aim-hosting-page .aim-hosting-system-card,
  body.aim-hosting-page .aim-hosting-offer-card,
  body.aim-hosting-page .aim-hosting-plan-card,
  body.aim-hosting-page .aim-hosting-compare-table,
  body.aim-hosting-page .aim-hosting-benefit-grid article,
  body.aim-hosting-page .aim-hosting-threat-card,
  body.aim-hosting-page .aim-hosting-security-grid article,
  body.aim-hosting-page .aim-hosting-policy-grid a {
    box-shadow: 0 14px 34px rgba(6, 21, 58, 0.055);
    transition: border-color 0.16s ease, background 0.16s ease;
  }
}

@media (max-width: 1100px) {
  .aim-hosting-hero-grid,
  .aim-hosting-order-grid,
  .aim-hosting-security-layout,
  .aim-client-auth-grid {
    grid-template-columns: 1fr;
  }

  .aim-hosting-plan-grid,
  .aim-hosting-flow-grid,
  .aim-hosting-benefit-grid,
  .aim-hosting-identity-grid,
  .aim-hosting-path-grid-three,
  .aim-hosting-security-grid,
  .aim-hosting-snapshot-grid-three,
  .aim-hosting-snapshot-grid,
  .aim-hosting-dashboard-summary,
  .aim-hosting-dashboard-status-grid,
  .aim-hosting-dashboard-service-grid,
  .aim-hosting-dashboard-certificate-grid,
  .aim-hosting-dashboard-certificate-foot,
  .aim-hosting-dashboard-account-panel,
  .aim-hosting-return-panel,
  .aim-hosting-dashboard-timeline,
  .aim-hosting-dashboard-setup-grid,
  .aim-hosting-dashboard-protection-grid,
  .aim-hosting-dashboard-billing-grid,
  .aim-hosting-policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-hosting-identity-grid article.is-wide {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 340px;
  }

  .aim-hosting-dashboard-login,
  .aim-hosting-dashboard-dns,
  .aim-hosting-dashboard-dns-monitor,
  .aim-hosting-dashboard-request-grid {
    grid-template-columns: 1fr;
  }

  .aim-hosting-offer-card {
    grid-template-columns: 1fr;
  }

  .aim-hosting-system-card {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .aim-client-auth-card {
    padding: 1rem;
  }

  .aim-client-auth-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .aim-hosting-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .aim-hosting-cycle-toggle {
    width: 100%;
    min-width: 0;
  }

  .aim-hosting-plan-grid,
  .aim-hosting-form-grid,
  .aim-hosting-domain-grid,
  .aim-hosting-flow-grid,
  .aim-hosting-benefit-grid,
  .aim-hosting-identity-grid,
  .aim-hosting-security-grid,
  .aim-hosting-path-grid,
  .aim-hosting-snapshot-grid,
  .aim-hosting-dashboard-summary,
  .aim-hosting-dashboard-status-grid,
  .aim-hosting-dashboard-dns-checks,
  .aim-hosting-dashboard-service-grid,
  .aim-hosting-dashboard-certificate-grid,
  .aim-hosting-dashboard-certificate-foot,
  .aim-hosting-dashboard-account-panel,
  .aim-hosting-dashboard-notices,
  .aim-hosting-return-panel,
  .aim-hosting-return-details,
  .aim-hosting-dashboard-timeline,
  .aim-hosting-dashboard-setup-grid,
  .aim-hosting-dashboard-protection-grid,
  .aim-hosting-dashboard-billing-grid,
  .aim-hosting-policy-grid {
    grid-template-columns: 1fr;
  }

  .aim-hosting-dashboard-head,
  .aim-hosting-dashboard-card-head,
  .aim-hosting-dashboard-request-list article {
    flex-direction: column;
  }

  .aim-hosting-dashboard-request-grid,
  .aim-hosting-dashboard-request-list article {
    grid-template-columns: 1fr;
  }

  .aim-hosting-dashboard-login-actions {
    justify-content: flex-start;
  }

  .aim-hosting-domain-manager-head {
    flex-direction: column;
  }

  .aim-hosting-domain-manager-head .aim-secondary-link {
    width: 100%;
    justify-content: center;
  }

  .aim-hosting-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aim-hosting-offer-card,
  .aim-hosting-path-card,
  .aim-hosting-snapshot-card,
  .aim-hosting-identity-grid article,
  .aim-hosting-threat-card,
  .aim-hosting-security-grid article,
  .aim-hosting-benefit-grid article {
    border-radius: 22px;
  }

  .aim-hosting-compare-table {
    border-radius: 22px;
  }

  .aim-hosting-plan-card {
    min-height: auto;
  }

  .aim-hosting-system-card {
    min-height: 420px;
  }
}

.aim-hosting-hero-grid,
.aim-hosting-hero-copy,
.aim-hosting-system-card,
.aim-hosting-form,
.aim-hosting-plan-card,
.aim-hosting-dns-card,
.aim-hosting-offer-card,
.aim-hosting-path-card,
.aim-hosting-snapshot-card,
.aim-hosting-identity-grid article,
.aim-hosting-threat-card,
.aim-hosting-security-grid article,
.aim-hosting-compare-table,
.aim-hosting-benefit-grid article,
.aim-hosting-dashboard-card,
.aim-hosting-dashboard-login,
.aim-hosting-dashboard-empty,
.aim-hosting-dashboard-account-panel,
.aim-hosting-dashboard-ops,
.aim-hosting-dashboard-note,
.aim-hosting-dashboard-dns-monitor,
.aim-hosting-dashboard-timeline,
.aim-hosting-dashboard-setup,
.aim-hosting-dashboard-activity,
.aim-hosting-dashboard-service-profile,
.aim-hosting-dashboard-certificate,
.aim-hosting-dashboard-protection,
.aim-hosting-dashboard-billing,
.aim-hosting-policy-grid,
.aim-hosting-dashboard-request-form {
  min-width: 0;
  max-width: 100%;
}

.aim-hosting-hero-copy .aim-lead,
.aim-hosting-system-card h2,
.aim-hosting-status-board span,
.aim-hosting-plan-card h3,
.aim-hosting-path-card h3,
.aim-hosting-snapshot-card h3,
.aim-hosting-identity-grid h3,
.aim-hosting-identity-grid p,
.aim-hosting-plan-fit,
.aim-hosting-plan-detail-grid,
.aim-hosting-benefit-grid article p,
.aim-hosting-threat-card h3,
.aim-hosting-threat-card p,
.aim-hosting-threat-card li,
.aim-hosting-security-grid article p,
.aim-hosting-security-note,
.aim-hosting-flow-grid h3,
.aim-hosting-form label,
.aim-hosting-dashboard-card h3,
.aim-hosting-dashboard-status-grid,
.aim-hosting-dashboard-next,
.aim-hosting-dashboard-dns,
.aim-hosting-dashboard-support,
.aim-hosting-dashboard-ops,
.aim-hosting-dashboard-note,
.aim-hosting-dashboard-dns-monitor,
.aim-hosting-dashboard-timeline,
.aim-hosting-dashboard-setup,
.aim-hosting-dashboard-activity,
.aim-hosting-dashboard-service-profile,
.aim-hosting-dashboard-certificate,
.aim-hosting-dashboard-protection,
.aim-hosting-dashboard-billing,
.aim-hosting-policy-grid,
.aim-hosting-dashboard-request-form {
  overflow-wrap: break-word;
}

@media (max-width: 720px) {
  .aim-hosting-hero {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .aim-hosting-hero-grid {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .aim-hosting-hero-copy {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .aim-hosting-hero-copy .aim-lead {
    display: block;
    width: 100%;
    max-width: calc(100vw - 1.25rem);
    font-size: 1.05rem;
    line-height: 1.75;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .aim-hosting-system-card {
    width: 100%;
    min-height: auto;
    padding: 28px 24px;
    border-radius: 30px;
  }

  .aim-hosting-system-card h2 {
    max-width: min(100%, 330px);
    font-size: clamp(1.55rem, 6.7vw, 2.12rem);
    line-height: 1.08;
    word-break: normal;
  }

  .aim-hosting-orbit {
    right: -34px;
    width: 136px;
    opacity: 0.75;
  }

  .aim-hosting-status-board {
    margin-top: 28px;
  }
}

.aim-email-addon-card,
.aim-email-dashboard-panel,
.aim-email-provider-note {
  border: 1px solid color-mix(in oklab, var(--blue) 14%, var(--border-mist));
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(6, 21, 58, 0.06);
}

.aim-email-addon-card {
  margin: 1.25rem 0;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.aim-email-addon-card.is-active {
  border-color: color-mix(in oklab, var(--blue) 38%, var(--border-mist));
}

.aim-email-addon-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}

.aim-email-addon-head span,
.aim-email-plan-card > span,
.aim-email-provider-note strong {
  display: block;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aim-email-addon-head strong {
  display: block;
  margin-top: 0.28rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.aim-email-addon-head p,
.aim-email-addon-fields p,
.aim-email-provider-note p,
.aim-email-dashboard-note {
  margin-top: 0.35rem;
  color: var(--slate-text);
  font-size: 0.93rem;
  line-height: 1.65;
}

.aim-email-addon-toggle {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
}

.aim-email-addon-toggle input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--blue);
}

.aim-email-addon-fields {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-mist);
}

.aim-email-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.aim-email-plan-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.1rem, 2vw, 1.4rem);
  border: 1px solid var(--border-mist);
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 16px 50px rgba(6, 21, 58, 0.06);
}

.aim-email-plan-card.is-selected {
  border-color: color-mix(in oklab, var(--blue) 52%, var(--border-mist));
  box-shadow: 0 20px 60px rgba(10, 45, 255, 0.11);
}

.aim-email-plan-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.aim-email-plan-card h3 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.aim-email-plan-card strong {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.aim-email-plan-card strong small {
  margin-left: 0.25rem;
  color: var(--slate-text);
  font-family: var(--font-body);
  font-size: 0.82rem;
}

.aim-email-plan-card p,
.aim-email-plan-card em,
.aim-email-plan-card li {
  color: var(--slate-text);
  font-size: 0.92rem;
  line-height: 1.6;
}

.aim-email-plan-card em {
  font-style: normal;
  font-weight: 700;
}

.aim-email-plan-card ul {
  display: grid;
  gap: 0.45rem;
  margin-top: auto;
}

.aim-email-plan-card li {
  position: relative;
  padding-left: 1rem;
}

.aim-email-plan-card li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--blue);
}

.aim-email-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: start;
  margin-top: clamp(2rem, 5vw, 4rem);
}

.aim-email-provider-note {
  margin-top: 1.25rem;
  padding: 1rem;
}

.aim-email-dashboard-panel {
  margin: 1.25rem 0;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.aim-email-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.aim-email-dashboard-card {
  padding: 1rem;
  border: 1px solid var(--border-mist);
  border-radius: 18px;
  background: #f8faff;
}

.aim-email-dashboard-card-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.aim-email-dashboard-card-head span {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aim-email-dashboard-card-head h5 {
  margin-top: 0.25rem;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.aim-email-dashboard-card-head p,
.aim-email-dashboard-dns small {
  color: var(--slate-text);
  font-size: 0.82rem;
}

.aim-email-dashboard-card-head strong {
  flex: 0 0 auto;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #eaf0ff;
  color: var(--blue);
  font-size: 0.8rem;
}

.aim-email-dashboard-dns {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-mist);
}

.aim-email-dashboard-dns strong {
  color: var(--ink);
  font-family: var(--font-heading);
}

.aim-email-dashboard-dns code {
  display: block;
  overflow-wrap: anywhere;
  border-radius: 10px;
  background: #fff;
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  font-size: 0.82rem;
}

@media (max-width: 1100px) {
  .aim-email-plan-grid,
  .aim-email-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .aim-email-addon-head,
  .aim-email-dashboard-card-head {
    flex-direction: column;
  }

  .aim-email-plan-grid,
  .aim-email-dashboard-grid,
  .aim-email-checkout-grid {
    grid-template-columns: 1fr;
  }
}

.bg-night .eyebrow,
.bg-ink .eyebrow,
.bg-midnight-navy .eyebrow,
.text-pure-white .eyebrow,
footer.bg-night .text-blue {
  color: var(--brand-soft-spark);
}

.aim-footer-legal {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.aim-footer-legal a,
.aim-footer-legal button {
  border: 0;
  background: transparent;
  color: #d7dded;
  font: inherit;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  cursor: pointer;
}

.aim-footer-legal a:hover,
.aim-footer-legal button:hover,
.aim-footer-legal a:focus-visible,
.aim-footer-legal button:focus-visible {
  color: #fff;
}

.aim-privacy-bar {
  position: fixed;
  z-index: 120;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  width: min(100% - 2rem, 980px);
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--brand-night);
  box-shadow: 0 20px 70px rgba(6, 21, 58, 0.3);
  padding: 1rem;
  color: #fff;
}

.aim-privacy-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.aim-privacy-copy p {
  margin: 0.4rem 0 0;
  max-width: 650px;
  color: #d7dded;
  font-size: 0.875rem;
  line-height: 1.55;
}

.aim-privacy-copy a {
  display: inline-block;
  margin-top: 0.45rem;
  color: #a8b3ff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.aim-privacy-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.aim-privacy-actions button {
  min-height: 44px;
  border-radius: 6px;
  padding: 0.65rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}

.aim-privacy-decline {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #fff;
}

.aim-privacy-accept {
  border: 1px solid #3153ff;
  background: #3153ff;
  color: #fff;
}

.aim-privacy-actions button:hover,
.aim-privacy-actions button:focus-visible {
  border-color: #fff;
  outline: 2px solid transparent;
}

@media (max-width: 760px) {
  .aim-privacy-bar {
    grid-template-columns: 1fr;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    gap: 0.65rem;
    width: min(100% - 1rem, 980px);
    padding: 0.8rem;
  }

  .aim-privacy-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* Intentional Aimsparkk motion system - v1.0.137 */
.aim-motion-progress {
  position: fixed;
  z-index: 180;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #0a2dff, #3153ff 62%, #a8b3ff);
  box-shadow: 0 0 18px rgba(10, 45, 255, 0.44);
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 180ms ease;
}

.aim-motion-progress.is-visible {
  opacity: 1;
}

.aim-motion-logo {
  position: relative;
  isolation: isolate;
}

.aim-motion-logo::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 20.62%;
  top: 26%;
  width: clamp(0.72rem, 1.15vw, 1.08rem);
  aspect-ratio: 1;
  background: #0a2dff;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.74);
  transform-origin: center;
  -webkit-mask: url("assets/images/brand/aimsparkk-spark-motion-v137.svg") center / contain no-repeat;
  mask: url("assets/images/brand/aimsparkk-spark-motion-v137.svg") center / contain no-repeat;
}

.aim-footer-logo.aim-motion-logo::after {
  top: 21.4%;
  width: clamp(0.78rem, 1.25vw, 1.12rem);
  background: #3153ff;
}

.aim-mobile-brand.aim-motion-logo::after {
  top: 26%;
  width: 0.86rem;
}

body.aim-motion-enabled .aim-logo-link.aim-motion-logo::after,
body.aim-motion-enabled .aim-footer-logo.aim-motion-logo.is-motion-active::after,
body.aim-motion-enabled .aim-mobile-brand.aim-motion-logo::after,
body.aim-motion-lite .aim-mobile-brand.aim-motion-logo::after,
body.aim-motion-lite .aim-logo-link.aim-motion-logo::after {
  animation: aim-motion-logo-arrive 900ms cubic-bezier(0.22, 1, 0.36, 1) 320ms both !important;
}

.has-aim-page-sparks {
  position: relative;
  isolation: isolate;
}

.has-aim-page-sparks > .aim-container,
.has-aim-page-sparks > .mx-auto {
  position: relative;
  z-index: 1;
}

.aim-page-spark-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.aim-page-spark {
  --aim-spark-duration: 10s;
  --aim-spark-delay: 0s;
  position: absolute;
  display: block;
  width: var(--aim-page-spark-size, 1.2rem);
  aspect-ratio: 1;
  background: #0a2dff;
  opacity: var(--aim-page-spark-opacity, 0.22);
  transform-origin: center;
  -webkit-mask: url("assets/images/brand/aimsparkk-spark-motion-v137.svg") center / contain no-repeat;
  mask: url("assets/images/brand/aimsparkk-spark-motion-v137.svg") center / contain no-repeat;
}

.bg-night .aim-page-spark,
.bg-ink .aim-page-spark,
.bg-midnight-navy .aim-page-spark {
  background: #a8b3ff;
  opacity: calc(var(--aim-page-spark-opacity, 0.22) + 0.08);
}

.aim-page-spark-1 { left: 6%; top: 20%; --aim-page-spark-size: 1.05rem; --aim-spark-delay: 0ms; }
.aim-page-spark-2 { left: 31%; top: 12%; --aim-page-spark-size: 0.82rem; --aim-spark-delay: 110ms; }
.aim-page-spark-3 { right: 11%; top: 23%; --aim-page-spark-size: 1.65rem; --aim-page-spark-opacity: 0.18; --aim-spark-delay: 220ms; }
.aim-page-spark-4 { left: 14%; bottom: 17%; --aim-page-spark-size: 0.72rem; --aim-spark-delay: 330ms; }

body.aim-motion-enabled .aim-first-section.is-motion-active .aim-page-spark {
  animation: aim-motion-page-spark 1.35s cubic-bezier(0.22, 1, 0.36, 1) var(--aim-spark-delay) both !important;
}

body.aim-motion-enabled .aim-motion-reveal,
body.aim-motion-lite .aim-motion-reveal {
  position: relative;
}

.aim-motion-reveal.aim-section-title:not(.aim-slogan-motion)::after,
.aim-motion-reveal.aim-work-title:not(.aim-slogan-motion)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.85rem;
  display: block;
  width: clamp(3.6rem, 9vw, 7rem);
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #0a2dff, #3153ff, transparent);
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 480ms ease 220ms, transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 180ms !important;
}

.aim-motion-reveal.aim-section-title:not(.aim-slogan-motion).is-motion-visible::after,
.aim-motion-reveal.aim-work-title:not(.aim-slogan-motion).is-motion-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.aim-slogan-motion {
  isolation: isolate;
}

.aim-slogan-motion::before,
.aim-slogan-motion::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  width: clamp(1.15rem, 2.3vw, 2rem) !important;
  height: auto !important;
  aspect-ratio: 1;
  margin: 0 !important;
  background: #0a2dff !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.2) rotate(-24deg);
  -webkit-mask: url("assets/images/brand/aimsparkk-spark-motion-v137.svg") center / contain no-repeat;
  mask: url("assets/images/brand/aimsparkk-spark-motion-v137.svg") center / contain no-repeat;
}

.aim-slogan-motion::before { left: clamp(-2.6rem, -4vw, -1.4rem); }
.aim-slogan-motion::after { right: clamp(-2.6rem, -4vw, -1.4rem); }

body.aim-motion-enabled .aim-slogan-motion.is-motion-visible::before,
body.aim-motion-enabled .aim-slogan-motion.is-motion-visible::after,
body.aim-motion-lite .aim-slogan-motion.is-motion-visible::before,
body.aim-motion-lite .aim-slogan-motion.is-motion-visible::after {
  animation: aim-motion-slogan-burst 1.15s cubic-bezier(0.22, 1, 0.36, 1) 180ms both !important;
}

body.aim-motion-enabled .aim-slogan-motion.is-motion-visible::after,
body.aim-motion-lite .aim-slogan-motion.is-motion-visible::after {
  animation-delay: 320ms !important;
}

/* The capability rail is the one retained ambient CSS loop. */
body.aim-motion-enabled .aim-brand-signal-strip.is-motion-active .aim-brand-signal-track {
  animation: aim-signal-marquee 52s linear infinite !important;
}

body.aim-motion-enabled .aim-brand-signal-strip:hover .aim-brand-signal-track,
body.aim-motion-enabled .aim-brand-signal-strip:focus-within .aim-brand-signal-track {
  animation-play-state: paused !important;
}

body.aim-motion-enabled .aim-brand-signal-strip:focus-visible {
  outline: 2px solid #0a2dff;
  outline-offset: -3px;
}

body.aim-motion-enabled .aim-work-card:is(:hover, :focus-within) .aim-work-card-spark,
body.aim-motion-enabled .aim-portfolio-card:is(:hover, :focus-within) .aim-mini-spark {
  animation: aim-spark-breathe 920ms ease-in-out 1 !important;
}

body.aim-motion-enabled .aim-motion-surface.is-motion-active::after {
  animation: aim-shine 2.2s ease-in-out 240ms 1 both !important;
}

body.aim-motion-enabled .aim-primary-link:hover::after,
body.aim-motion-enabled .gradient-blue:hover::after {
  animation: aim-button-sheen 780ms ease both !important;
}

body.aim-motion-enabled .aim-design-generator-loading span,
body.aim-motion-enabled .aim-dg-spinner,
body.aim-motion-lite .aim-design-generator-loading span,
body.aim-motion-lite .aim-dg-spinner {
  animation: aim-dg-spin 900ms linear infinite !important;
}

body.aim-motion-enabled .aim-dg-generating-bars span,
body.aim-motion-lite .aim-dg-generating-bars span {
  animation: aim-service-line 3.8s ease-in-out infinite !important;
}

/* Fine-pointer depth: restrained tilt, never applied to proof figures or forms. */
body.aim-motion-enabled .aim-motion-tilt {
  --aim-tilt-x: 0deg;
  --aim-tilt-y: 0deg;
  --aim-glow-x: 50%;
  --aim-glow-y: 50%;
  transform-style: preserve-3d;
  transition: opacity 650ms ease, transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease !important;
}

body.aim-motion-enabled .aim-motion-tilt:not(.aim-reveal),
body.aim-motion-enabled .aim-motion-tilt.aim-reveal.is-visible {
  transform: perspective(960px) rotateX(var(--aim-tilt-y)) rotateY(var(--aim-tilt-x)) translate3d(0, 0, 0);
}

body.aim-motion-enabled .aim-motion-tilt.is-tilting:not(.aim-reveal),
body.aim-motion-enabled .aim-motion-tilt.is-tilting.aim-reveal.is-visible {
  transform: perspective(960px) rotateX(var(--aim-tilt-y)) rotateY(var(--aim-tilt-x)) translate3d(0, -0.32rem, 0);
  border-color: rgba(49, 83, 255, 0.32);
  box-shadow: 0 28px 80px rgba(6, 21, 58, 0.14);
  transition-duration: 90ms !important;
}

body.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused *,
body.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused *::before,
body.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused.aim-motion-paused *::after,
body.aim-motion-enabled .is-motion-paused,
body.aim-motion-enabled .is-motion-paused::before,
body.aim-motion-enabled .is-motion-paused::after,
body.aim-motion-enabled .is-motion-paused *,
body.aim-motion-enabled .is-motion-paused *::before,
body.aim-motion-enabled .is-motion-paused *::after {
  animation-play-state: paused !important;
}

@keyframes aim-motion-logo-spark {
  0%, 72%, 100% { opacity: 0.18; transform: translate(-50%, -50%) scale(0.72) rotate(0deg); }
  78% { opacity: 1; transform: translate(-50%, -50%) scale(1.48) rotate(18deg); }
  84% { opacity: 0.66; transform: translate(-50%, -50%) scale(0.92) rotate(31deg); }
  89% { opacity: 0.92; transform: translate(-50%, -50%) scale(1.16) rotate(38deg); }
}

@keyframes aim-motion-logo-arrive {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.25) rotate(-30deg); }
  64% { opacity: 1; transform: translate(-50%, -50%) scale(1.42) rotate(18deg); }
  100% { opacity: 0.54; transform: translate(-50%, -50%) scale(1) rotate(28deg); }
}

@keyframes aim-motion-page-spark {
  0% { transform: translate3d(-0.25rem, 0.25rem, 0) rotate(-8deg) scale(0.9); }
  52% { transform: translate3d(0.5rem, -0.65rem, 0) rotate(13deg) scale(1.08); }
  100% { transform: translate3d(-0.1rem, -0.2rem, 0) rotate(26deg) scale(0.96); }
}

@keyframes aim-motion-slogan-burst {
  0% { opacity: 0; transform: translateY(-50%) scale(0.2) rotate(-24deg); }
  58% { opacity: 1; transform: translateY(-50%) scale(1.5) rotate(18deg); }
  100% { opacity: 0.72; transform: translateY(-50%) scale(1) rotate(28deg); }
}

@media (max-width: 767px) {
  .aim-motion-progress {
    height: 2px;
  }

  body.aim-motion-lite .aim-mobile-menu {
    transition: clip-path 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease, transform 320ms ease, visibility 0s linear 520ms !important;
  }

  body.aim-motion-lite .aim-mobile-menu.is-open {
    transition: clip-path 560ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 280ms ease, visibility 0s !important;
  }

  body.aim-motion-lite .aim-mobile-panel > * {
    opacity: 0;
    transform: translate3d(0, 0.72rem, 0);
    transition: opacity 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  body.aim-motion-lite .aim-mobile-menu.is-open .aim-mobile-panel > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.aim-motion-lite .aim-mobile-menu.is-open .aim-mobile-panel > *:nth-child(2) { transition-delay: 70ms !important; }
  body.aim-motion-lite .aim-mobile-menu.is-open .aim-mobile-panel > *:nth-child(3) { transition-delay: 120ms !important; }
  body.aim-motion-lite .aim-mobile-menu.is-open .aim-mobile-panel > *:nth-child(4) { transition-delay: 170ms !important; }

  body.aim-motion-lite .aim-motion-reveal::after {
    transition-duration: 560ms !important;
  }

  .aim-slogan-motion::before { left: -0.9rem; }
  .aim-slogan-motion::after { right: -0.9rem; }
}

@media (max-width: 767px) {
  body.aim-motion-enabled .aim-page-spark-field,
  body.aim-motion-lite .aim-page-spark-field,
  body.aim-motion-enabled .aim-hero-spark-field,
  body.aim-motion-enabled .aim-section-spark-layer,
  body.aim-motion-enabled .aim-capability-spark-orbit,
  body.aim-motion-enabled .aim-growth-spark-field {
    display: none !important;
  }

  body.aim-motion-enabled .aim-home-hero::after,
  body.aim-motion-enabled .aim-live-site-card,
  body.aim-motion-enabled .aim-live-connector,
  body.aim-motion-enabled .aim-brand-signal-track,
  body.aim-motion-enabled .aim-capability-shot,
  body.aim-motion-enabled .aim-hosting-hero::before,
  body.aim-motion-enabled .aim-hosting-hero::after,
  body.aim-motion-enabled .aim-hosting-orbit {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Deliberately higher specificity than every opt-in motion selector above. */
  body.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled *,
  body.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled *::before,
  body.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled *::after,
  body.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite *,
  body.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite *::before,
  body.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite *::after {
    animation: none !important;
    animation-play-state: paused !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .aim-motion-progress,
  .aim-page-spark-field,
  .aim-motion-logo::after,
  .aim-slogan-motion::before,
  .aim-slogan-motion::after {
    display: none !important;
  }

  .aim-motion-tilt {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media print {
  body.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled *,
  body.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled *::before,
  body.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled.aim-motion-enabled *::after,
  body.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite *,
  body.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite *::before,
  body.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite.aim-motion-lite *::after {
    animation: none !important;
    animation-play-state: paused !important;
    transition: none !important;
  }

  .aim-motion-progress,
  .aim-page-spark-field,
  .aim-motion-logo::after,
  .aim-slogan-motion::before,
  .aim-slogan-motion::after {
    display: none !important;
  }

  .aim-motion-tilt {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Lightweight Lottie presentation system - v1.0.138 */
.aim-lottie {
  position: relative;
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 1;
  overflow: visible;
  pointer-events: none;
  contain: layout paint style;
  isolation: isolate;
}

.aim-lottie__fallback {
  position: absolute;
  inset: 12%;
  z-index: 0;
  display: block;
  background: linear-gradient(135deg, #0a2dff 0%, #3153ff 58%, #a8b3ff 100%);
  -webkit-mask: url("assets/images/brand/aimsparkk-spark-motion-v137.svg") center / contain no-repeat;
  mask: url("assets/images/brand/aimsparkk-spark-motion-v137.svg") center / contain no-repeat;
}

.aim-lottie.is-lottie-ready > .aim-lottie__fallback {
  display: none;
}

.aim-lottie.is-lottie-failed > .aim-lottie__fallback {
  display: block !important;
}

.aim-lottie-canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.aim-lottie svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
}

/* Retire the native ambient loops now represented by Lottie assets. */
.aim-hero-spark,
.aim-live-connector,
.aim-capability-shot,
.aim-section-spark,
.aim-growth-spark,
.aim-hosting-orbit {
  animation: none !important;
}

/* Lottie is the primary ambient motion layer. Keep native CSS motion to
   deliberate one-shot interactions, the capability marquee, and loaders. */
.aim-work-card-spark,
.aim-work-section::before,
.aim-first-section.has-internal-spark-shell::before,
.aim-home-hero::after,
.aim-kicker-spark,
.aim-hero-spark-field::before,
.aim-hero-spark-field::after,
.aim-hero-visual-live::after,
.aim-live-command-spark,
.aim-live-screenshot-stage::before,
.aim-live-site-card,
.aim-live-site-card::after,
.aim-live-flow span::after,
.aim-capability-spark-orbit,
.aim-motion-surface::after,
.aim-command-line::before,
.aim-portfolio-showcase::after,
.aim-showcase-screenshot-grid img,
.aim-portfolio-mini-visual,
.aim-service-home-visual,
.aim-work-card-visual:not(.aim-work-card-visual-image),
.aim-portfolio-item-visual:not(.has-image),
.aim-design-generator-pipeline,
.aim-command-display,
.section.bg-soft-ice,
.section.bg-pure-white,
.section.bg-night,
.aim-growth-orbit span,
.aim-sparkk-preview-panel::after,
.aim-hosting-hero::before,
.aim-hosting-hero::after {
  animation: none;
}

.aim-hero-lottie-medallion {
  position: absolute;
  z-index: 7;
  top: clamp(4.5rem, 8vw, 5.25rem);
  right: clamp(1rem, 2.5vw, 1.75rem);
  display: grid;
  place-items: center;
}

.aim-lottie--hero {
  width: clamp(7rem, 10vw, 9.25rem);
  border: 1px solid rgba(49, 83, 255, 0.16);
  border-radius: clamp(1.35rem, 2vw, 1.75rem);
  background:
    radial-gradient(circle at 78% 18%, rgba(168, 179, 255, 0.34), transparent 48%),
    rgba(255, 255, 255, 0.9);
  padding: clamp(0.45rem, 1vw, 0.7rem);
  box-shadow: 0 20px 56px rgba(6, 21, 58, 0.14), inset 0 1px rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}

.aim-service-home-visual {
  display: grid;
  height: auto;
  min-height: 7.25rem;
  place-items: center;
  gap: 0;
  padding: 0.65rem;
}

.aim-service-home-visual > .aim-lottie {
  display: block;
}

.aim-lottie--capability {
  width: clamp(5.5rem, 7.2vw, 6.5rem);
}

.aim-service-card-top {
  display: grid !important;
  grid-template-columns: 2.5rem minmax(4rem, auto) minmax(0, 1fr);
  gap: clamp(0.7rem, 2vw, 1rem) !important;
  align-items: center !important;
  justify-content: stretch !important;
}

.aim-service-card-top > :last-child {
  min-width: 0;
  text-align: right;
  overflow-wrap: anywhere;
}

.aim-service-card-icon,
.aim-process-card-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(49, 83, 255, 0.12);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 78% 16%, rgba(168, 179, 255, 0.28), transparent 52%),
    #f7f9ff;
  box-shadow: inset 0 1px #ffffff, 0 14px 34px rgba(6, 21, 58, 0.07);
}

.aim-service-card-icon {
  justify-self: center;
}

.aim-lottie--service-card {
  width: clamp(4rem, 5.6vw, 4.5rem);
  padding: 0.28rem;
}

.aim-service-hero-visual {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 86% 12%, rgba(49, 83, 255, 0.1), transparent 15rem),
    #ffffff;
}

.aim-service-hero-system {
  position: relative;
  isolation: isolate;
}

.aim-service-hero-lottie {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: clamp(8.75rem, 14vw, 10.75rem);
  margin-top: 0.85rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(168, 179, 255, 0.2);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 74% 16%, rgba(168, 179, 255, 0.28), transparent 48%),
    rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9), 0 18px 44px rgba(0, 0, 0, 0.16);
}

.aim-lottie--service-hero {
  width: clamp(7.5rem, 11vw, 9.75rem);
}

.aim-growth-lottie-stage {
  display: grid;
  min-height: clamp(14rem, 28vw, 18rem);
  margin-top: 1rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(49, 83, 255, 0.14);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 76% 14%, rgba(49, 83, 255, 0.14), transparent 48%),
    linear-gradient(145deg, #ffffff, #f2f5ff);
  box-shadow: inset 0 1px #ffffff, 0 22px 58px rgba(6, 21, 58, 0.09);
}

.aim-lottie--growth {
  width: clamp(11.25rem, 18vw, 15rem);
}

.aim-process-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.aim-process-card-top {
  display: grid;
  grid-template-columns: 2.5rem auto;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.aim-process-card-icon {
  justify-self: end;
}

.aim-lottie--process {
  width: clamp(4rem, 6vw, 5rem);
  padding: 0.28rem;
}

.aim-hosting-lottie-medallion {
  position: absolute;
  z-index: 3;
  top: clamp(1.75rem, 4vw, 2.75rem);
  right: clamp(1.75rem, 4vw, 2.75rem);
  display: grid;
  place-items: center;
}

.aim-lottie--hosting {
  width: clamp(7rem, 10vw, 9.25rem);
  border: 1px solid rgba(168, 179, 255, 0.3);
  border-radius: clamp(1.35rem, 2vw, 1.75rem);
  background:
    radial-gradient(circle at 78% 16%, rgba(168, 179, 255, 0.35), transparent 48%),
    rgba(255, 255, 255, 0.96);
  padding: clamp(0.45rem, 1vw, 0.7rem);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.2), inset 0 1px #ffffff;
}

.aim-hosting-system-card > p,
.aim-hosting-system-card > h2 {
  max-width: calc(100% - clamp(9.25rem, 14vw, 12rem));
}

.aim-footer-preview-heading {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
}

.aim-lottie--footer {
  width: clamp(3rem, 4vw, 3.5rem);
  border: 1px solid rgba(168, 179, 255, 0.24);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.3rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18), inset 0 1px #ffffff;
}

@media (max-width: 767px) {
  .aim-hero-lottie-medallion {
    position: relative;
    inset: auto;
    width: max-content;
    margin: 0.75rem 0 0.25rem auto;
  }

  .aim-lottie--hero {
    width: clamp(5.25rem, 25vw, 6.5rem);
    border-radius: 1.2rem;
    padding: 0.38rem;
  }

  .aim-service-home-visual {
    min-height: 6.5rem;
  }

  .aim-lottie--capability {
    width: clamp(5rem, 26vw, 5.75rem);
  }

  .aim-service-hero-lottie {
    min-height: 8rem;
  }

  .aim-lottie--service-hero {
    width: clamp(7rem, 34vw, 8.25rem);
  }

  .aim-growth-lottie-stage {
    min-height: 12.5rem;
  }

  .aim-lottie--growth {
    width: clamp(10rem, 52vw, 12.5rem);
  }

  .aim-hosting-lottie-medallion {
    position: relative;
    inset: auto;
    width: max-content;
    margin: 0 0 1.15rem auto;
  }

  .aim-lottie--hosting {
    width: clamp(5.5rem, 27vw, 6.75rem);
    border-radius: 1.2rem;
    padding: 0.38rem;
  }

  .aim-hosting-system-card > p,
  .aim-hosting-system-card > h2 {
    max-width: 100%;
  }
}

@media (max-width: 460px) {
  .aim-service-card-top {
    grid-template-columns: 2.5rem 3.75rem minmax(0, 1fr);
    gap: 0.6rem !important;
  }

  .aim-lottie--service-card,
  .aim-lottie--process {
    width: 3.75rem;
  }

  .aim-process-card-top {
    grid-template-columns: 2.5rem 3.75rem;
    gap: 0.75rem;
  }

  .aim-lottie--footer {
    width: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aim-lottie,
  .aim-lottie *,
  .aim-hero-lottie-medallion,
  .aim-service-card-icon,
  .aim-process-card-icon,
  .aim-service-hero-lottie,
  .aim-growth-lottie-stage,
  .aim-hosting-lottie-medallion,
  .aim-footer-preview-heading {
    animation: none !important;
    transition: none !important;
  }

  .aim-lottie.is-lottie-ready > .aim-lottie__fallback {
    display: block !important;
  }

  .aim-lottie svg {
    display: none !important;
  }
}

body.aim-motion-static .aim-lottie,
body.aim-motion-static .aim-lottie *,
body.aim-motion-static .aim-hero-lottie-medallion,
body.aim-motion-static .aim-service-card-icon,
body.aim-motion-static .aim-process-card-icon,
body.aim-motion-static .aim-service-hero-lottie,
body.aim-motion-static .aim-growth-lottie-stage,
body.aim-motion-static .aim-hosting-lottie-medallion,
body.aim-motion-static .aim-footer-preview-heading {
  animation: none !important;
  transition: none !important;
}

body.aim-motion-static .aim-lottie.is-lottie-ready > .aim-lottie__fallback {
  display: block !important;
}

body.aim-motion-static .aim-lottie svg {
  display: none !important;
}

/* Private bank-payment workflow for staff-created custom hosting orders. */
.aim-hosting-bank-payment-layout {
  display: grid;
  gap: 1.25rem;
  max-width: 920px;
}

.aim-hosting-bank-summary,
.aim-hosting-bank-details,
.aim-hosting-bank-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.aim-hosting-bank-summary > div,
.aim-hosting-bank-details > div,
.aim-hosting-bank-card,
.aim-hosting-bank-alert {
  border: 1px solid var(--brand-mist);
  border-radius: 18px;
  background: var(--brand-white);
  padding: 1.1rem;
}

.aim-hosting-bank-summary span,
.aim-hosting-bank-details dt {
  display: block;
  color: var(--brand-slate);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aim-hosting-bank-summary strong,
.aim-hosting-bank-details dd {
  display: block;
  margin: .35rem 0 0;
  color: var(--brand-night);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.aim-hosting-bank-alert p,
.aim-hosting-bank-safety {
  margin: .4rem 0 0;
}

.aim-hosting-bank-alert.is-success {
  border-color: color-mix(in srgb, var(--state-success) 35%, white);
  background: color-mix(in srgb, var(--state-success) 7%, white);
}

.aim-hosting-bank-alert.is-error {
  border-color: color-mix(in srgb, var(--state-error) 35%, white);
  background: color-mix(in srgb, var(--state-error) 7%, white);
}

.aim-hosting-bank-alert.is-info {
  border-color: color-mix(in srgb, var(--state-info) 30%, white);
  background: color-mix(in srgb, var(--state-info) 6%, white);
}

.aim-hosting-bank-form-grid label {
  display: grid;
  gap: .45rem;
  color: var(--brand-night);
  font-weight: 800;
}

.aim-hosting-bank-form-grid label.is-wide {
  grid-column: 1 / -1;
}

.aim-hosting-bank-form-grid input,
.aim-hosting-bank-form-grid textarea {
  width: 100%;
  border: 1px solid var(--brand-mist);
  border-radius: 12px;
  padding: .85rem;
  font: inherit;
}

.aim-hosting-dashboard-bank-actions {
  margin-top: 1rem;
}

.aim-hosting-bank-state {
  display: inline-flex;
  border-radius: 999px;
  background: var(--brand-ice);
  padding: .65rem .9rem;
  font-size: .85rem;
  font-weight: 800;
}

.aim-hosting-bank-state.is-approved {
  color: var(--state-success);
}

.aim-hosting-bank-state.is-reviewing {
  color: var(--state-warning);
}

@media (max-width: 720px) {
  .aim-hosting-bank-summary,
  .aim-hosting-bank-details,
  .aim-hosting-bank-form-grid {
    grid-template-columns: 1fr;
  }

  .aim-hosting-bank-form-grid label.is-wide {
    grid-column: auto;
  }
}
