:root {
  --primary-blue: #4f88ff;
  --primary-purple: #b266ff;
  --primary-pink: #ff85d4;
  --text-dark: #1e293b;
  --text-gray: #64748b;
  --bg-light: #f7f8fc;
  --white: #ffffff;
  --border-color: #e2e8f0;
  --success-green: #10b981;
  --danger-red: #ef4444;

  --gradient-hero: linear-gradient(
    135deg,
    rgba(79, 136, 255, 0.1) 0%,
    rgba(178, 102, 255, 0.2) 50%,
    rgba(255, 133, 212, 0.3) 100%
  );
  --gradient-text:
    linear-gradient(135deg, #2783de 0%, #ff00b2 100%),
    linear-gradient(135deg, #3d94ff 0%, #102166 100%);
  --gradient-btn: linear-gradient(90deg, #4f88ff, #789bff);

  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-glow: 0 0 20px rgba(79, 136, 255, 0.3);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Default: show English */
.lang-ar {
  display: none;
}
html[lang="en"] .lang-ar {
  display: none;
}
html[lang="ar"] a.btn.btn-talk.arabic-btn.lang-ar {
  margin: auto;
}
html[lang="ar"] button.btn.btn-submit-form.arabic-btn.lang-ar {
    display: flex;
}
/* html[lang="en"] span.text-gradient.lang-ar.for-inline {
    display: none;
} */

/* Arabic page */
html[lang="ar"] .lang-en {
  display: none;
}

html[lang="ar"] .lang-ar {
  display: block;
      
}
@media screen and (min-width: 1024px) and (max-width: 2600px) {
 html[lang="ar"] .architecture-inner .lang-ar {
  display: grid !important;
}
html[lang="en"] .architecture-inner .lang-ar {
  display: none !important;
}
.arch-layout.lang-ar .arch-layer:nth-child(odd) .arch-layer__label {
    top: 40%  !important;
    left: -17% !important;
    text-align: center;
    transform: rotate(90deg);
}

}

a.btn.hiw-cta.lang-ar {
    width: fit-content;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-dark);
  line-height: 1.4;
  background: white;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}
body.hs-content-id-355987300086.hs-site-page.page.sticky-header{
  
  --dark-page-surface: #121212; */
    --dark-page-surface-2: #1a1a1a;
    --dark-page-border: rgba(255, 255, 255, 0.08);
    --dark-page-text: #ffffff;
    --dark-page-muted: #a0a0a0;
    --dark-page-pink: #ff85d4;
    
    --dark-page-blue: #4f88ff;
    --dark-page-grad-pink-purple: linear-gradient(90deg, #ec4899, #a855f7);
    --dark-page-grad-blue-purple: linear-gradient(90deg, #3b82f6, #8b5cf6);
    --dark-page-grad-hero: linear-gradient(135deg, rgba(30, 60, 140, 0.45) 0%, rgba(120, 40, 120, 0.35) 45%, #000000 85%);
    --dark-page-container: 1200px;
    --dark-page-radius: 16px;
    --dark-page-radius-lg: 24px;
    background-color: #000000;
    min-height: 100vh;
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Sarah2.png) no-repeat center center / cover;
    color: var(--dark-page-text);
    line-height: 1.6;
}

body.hs-content-id-357965059786.hs-site-page.page.sticky-header {
    background-color: #ffffff;
    background-image: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/features-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
    overflow-x: hidden;
}

body.hs-content-id-355987300086.hs-site-page.page.sticky-header footer.site-footer {
    display: none !important;
}
.text-gradient {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0px;
  background: linear-gradient(89.27deg, #2783de -9.65%, #ff00b2 137.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
span.text-gradient.lang-ar.for-inline {
    display: inline;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.btn-primary {
  background: var(--gradient-btn);
  color: white;
  box-shadow: var(--shadow-md);
}


.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(79, 136, 255, 0.25);
}

.btn-glow {
  box-shadow: var(--shadow-glow);
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(178, 102, 255, 0.1);
  color: var(--primary-purple);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Header */
.hero-bg-wrapper {
  position: relative;
  background:
    radial-gradient(
      circle at bottom right,
      rgba(255, 0, 178, 0.3) 0%,
      rgba(255, 0, 178, 0.35) 25%,
      #ff00b20a 60%
    ),
    linear-gradient(180deg, #2783de 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(0px);
  overflow: hidden;
  border-radius: 12px;
  height: 887px;
  margin: 16px 16px 0;
}

.huge-bg-text {
  position: absolute;
  bottom: -21%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Sansation", sans-serif;
  font-size: 42.41vw;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -10%;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  text-transform: uppercase;
}

/* Header mount (shared across pages; fixed so the glass bar follows scroll) */
.site-header-mount {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 24px;
  margin: 0 auto;
  pointer-events: none;
}

.site-header {
  position: relative;
  z-index: 10;
  width: min(1148px, calc(100% - 8px));
  margin: 45px auto 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 12px;
  border: 1px solid #98cefa;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  pointer-events: auto;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 8px 28px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.site-header.is-scrolled .desktop-nav a,
.site-header.is-scrolled .logo {
  color: #0f172a;
}

.site-header.is-scrolled .desktop-nav li + li::before {
  background: #0f172a;
  opacity: 0.55;
}

.site-header.is-scrolled .mobile-menu-toggle {
  color: #000000;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 14px;
  gap: 24px;
  height: 62px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.desktop-nav li {
  display: flex;
  align-items: center;
}

.desktop-nav li + li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 16px;
  background: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.95;
}

.desktop-nav a {
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
}

.desktop-nav a:hover {
  color: #ffffff;
  opacity: 1;
}

.btn-header-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #ffffff !important;
  text-decoration: none;
  background:#2783df;
  backdrop-filter: blur(21px) saturate(1.45) brightness(1.03);
  -webkit-backdrop-filter: blur(21px) saturate(1.45) brightness(1.03);
  /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 -1px 0 rgba(60, 120, 200, 0.08), 0 4px 12px rgba(15, 50, 100, 0.1), 0 10px 28px rgba(25, 70, 140, 0.14), 0 24px 64px rgba(40, 100, 180, 0.16); */
  /* transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; */
}

.btn-header-glass:hover {
  background:
    linear-gradient(
      -45deg,
      rgba(210, 235, 255, 0.52) 0%,
      rgba(145, 198, 252, 0.52) 48%,
      rgba(95, 165, 240, 0.52) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(255, 255, 255, 0.1) 100%
    );
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(60, 120, 200, 0.1),
    0 6px 16px rgba(15, 50, 100, 0.12),
    0 14px 36px rgba(25, 70, 140, 0.16),
    0 28px 72px rgba(40, 100, 180, 0.18);
  transform: translateY(-1px);
}

.mobile-menu-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  font-size: 22px;
  cursor: pointer;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: color 0.25s ease;
}

/* Hero Section */
.hero-section {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 220px 0 40px;
}
a.dark-page-btn.dark-page-btn-primary.dark-page-main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* width: 100%; */
  height: auto;
  padding: 12px 24px;
  border-radius: 8px;
  background:
    linear-gradient(143deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(
      139deg,
      rgb(22 87 151 / 80%) 28.14%,
      rgb(115 14 84 / 80%) 100.75%
    );
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}
.hero-section h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 14px;
  text-shadow: 0 8px 30px rgba(67, 78, 115, 0.14);
}

.hero-section p {
  font-size: 16px;
  color: #ffffff;
  max-width: 530px;
  margin: 0 auto;
  line-height: 170%;
  font-weight: 300;
}
.hero-section p.second-paragraph {
  font-size: 14px;
  color: #ffffff;
  max-width: 530px;
  margin: 53px auto 0;
  line-height: 170%;
  font-weight: 300;
  opacity: 0.9;
}
/* Trusted Logos */
.trusted-logos {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  padding: 0 14px;
  overflow: hidden;
  height: 97px;
  display: flex;
  align-items: center;
}

.logos-marquee {
  display: flex;
  align-items: center;
  gap: 44px;
  overflow: hidden;
}

.logos-track {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 56px;
  min-width: max-content;
  animation: logos-scroll 30s linear infinite;
}

.logo-item img {
  height: px;
}

.logos-marquee:hover .logos-track {
  animation-play-state: paused;
}

@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 44px));
  }
}

/* Grid Layouts */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.image-banner img {
  width: 100%;
}

.align-center {
  align-items: center;
}

/* Compliance Reality — pixel-aligned to design */
.compliance-reality {
  padding: 100px 0 100px;

  border-radius: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1148px;
}

.compliance-reality .cr-grid {
  gap: 16px;
  align-items: stretch;
}

.info-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  gap: 24px;
}

.cr-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.cr-heading__dark {
  color: #0f172a;
}

.cr-heading__gradient {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0px;
  background: linear-gradient(89.27deg, #2783de -9.65%, #ff00b2 137.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cr-lead {
  color: #62748e;
  margin-bottom: 10px;
  font-size: 13.5px;
  line-height: 140%;
  font-weight: 300;
}
p.cr-lead b {
  color: black;
}

/* Shared card shell */
.cr-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.02);
}

.cr-card--manual {
  border: 1px solid #ffe2e2;
}

.cr-card--live {
  border: 1px solid #dbeafe;
  box-shadow:
    0 10px 40px rgba(59, 130, 246, 0.08),
    0 1px 3px rgba(59, 130, 246, 0.04);
}

.cr-card__titlebar {
  display: flex;
  align-items: center;
  min-height: 41px;
  padding: 0 16px;
  border-bottom: 1px solid #f1f5f9;
}

.cr-card__titlebar--mac {
  background: #f1f5f9;
  justify-content: flex-start;
  gap: 12px;
}

.cr-card__dots {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.cr-card__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cr-card__dots span:nth-child(1) {
  background: #ff6467;
}

.cr-card__dots span:nth-child(2) {
  background: #ffbd2e;
}

.cr-card__dots span:nth-child(3) {
  background: #27c93f;
}

.cr-card__titlebar-label {
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  color: #62748e;
}

.cr-card__titlebar--live {
  background: #f8fafc;
  justify-content: space-between;
  border-bottom-color: #f1f5f9;
}

.cr-live-brand {
  font-size: 12px;
  font-weight: 400;
  color: #62748e;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cr-live-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2783de;
}

.cr-pill {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.cr-pill--success {
  background: #f0fdf4;
  color: #00a63e;
  border: 1px solid #dcfce7;
}

.cr-card__inner {
  padding: 12px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.cr-actions {
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  padding: 14px;
}

/* Manual — penalty */
.cr-penalty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fef2f2;
  border: 1px solid #ffe2e2;
  border-radius: 14px;
  padding: 16px;
}

.cr-penalty__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.cr-penalty__label {
  font-size: 12px;
  font-weight: 500;
  color: #1b0c25;
  letter-spacing: 0;
  text-transform: none;
}

.cr-penalty__amount {
  font-size: 22.4px;
  font-weight: 700;
  color: #f42b35;
  line-height: 33.6px;
  letter-spacing: -0.45px;
}

.cr-penalty__hint {
  font-size: 12px;
  color: #1b0c25;
  font-weight: 400;
  line-height: 16px;
}

.cr-penalty__iconbox i {
  font-size: 24px;
  color: #ef4444;
}

/* Risk bar */
.cr-exposure {
  background: #fff;
  border: 1px solid #f1f5f9;
  padding: 17px;
  border-radius: 14px;
}

.cr-exposure__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
}

.cr-exposure__label {
  color: #62748e;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.cr-exposure__value {
  color: #fb2c36;
}

.cr-exposure__track {
  height: 8px;
  border-radius: 999px;
  background: #f7f7f7;
  overflow: hidden;
}

.cr-exposure__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(270deg, #fca5a5 0%, #dc2626 100%);
}

/* Issue rows */
.cr-issues {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cr-issues li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: #f8f8f8;
  border-radius: 10px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #62748e;
  line-height: 16px;
}

/* Live — scoreboard */
.cr-scoreboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f0f7ff;
  border: none;
  border-radius: 14px;
  padding: 17px;
}

.cr-scoreboard__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cr-scoreboard__label {
  font-size: 12px;
  font-weight: 500;
  color: #1b0c25;
}

.cr-scoreboard__score {
  font-size: 22.4px;
  font-weight: 700;
  color: #3b82f6;
  line-height: 33.6px;
}

.cr-scoreboard__note {
  font-size: 12px;
  font-weight: 400;
  color: #1b0c25;
}

.cr-scoreboard__ring {
  position: relative;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #dfedfa;
}

.cr-scoreboard__ring::after {
  content: "96%";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #2783de;
  line-height: 18px;
}

.cr-scoreboard__ring-fill {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 3px;
  background: repeating-conic-gradient(
    from -35deg,
    #2783de 0deg 70deg,
    transparent 70deg 90deg
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rotateRing 8s linear infinite;
}

@keyframes rotateRing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Status grid */
.cr-pillgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cr-pillgrid__cell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 13px;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #f1f5f9;
  font-size: 12px;
  font-weight: 500;
  color: #323232;
}

.cr-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.cr-dot--blue {
  background: #2783de;
}

.cr-dot--purple {
  background: #8b5cf6;
}

.cr-dot--pink {
  background: #ff00b2;
}

.cr-pillgrid__tag {
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  color: #3b82f6;
  line-height: 16px;
}

.cr-pillgrid__tag--purple {
  color: #a855f7;
}

.cr-pillgrid__tag--pink {
  color: #ec4899;
}

/* Recent actions */
.cr-actions__title {
  font-size: 12px;
  font-weight: 400;
  color: #67778f;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 3px;
}

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

.cr-actions__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 3px 0;
  font-size: 12px;
  color: #62748e;
  line-height: 16px;
  font-weight: 400;
}

.cr-actions__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cr-actions__msg {
  flex: 1;
  min-width: 0;
}

.cr-actions__time {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  color: #9ab2ce;
  line-height: 16px;
}

/* CTA */
.center-cta {
  text-align: center;
  margin-top: 40px;
}

.btn-cr-checklist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  width: fit-content;
  color: rgb(255, 255, 255) !important;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  background:
    linear-gradient(0deg, rgb(39, 131, 222), rgb(39, 131, 222)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.btn-cr-checklist:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(79, 136, 255, 0.4);
}

/* How It Works — design-aligned card + diagram */
.how-it-works-wrapper {
  background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/section-bg.png) no-repeat center
    center / cover;
  padding: 80px 0 130px;
}

.how-it-works.container {
  background: transparent;
  border-radius: 0;

  position: relative;
  width: 100%;
}

.how-it-works .hiw-card {
  background: linear-gradient(106deg, #ffffff 17%, #43414100 42%);
  border-radius: 12px 0 0 0;
  padding: 56px 0px 32px 56px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
}

.how-it-works .hiw-grid {
  gap: 60px;
  align-items: center;
}

.how-it-works .hiw-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.how-it-works .hiw-heading__gradient {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0px;
  background: linear-gradient(89.27deg, #2783de -9.65%, #ff00b2 137.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.how-it-works .hiw-heading__dark {
  color: #1b0c25;
}

.how-it-works .hiw-sub {
  font-size: 18px;
  font-weight: 300;
  color: #1b0c25;
  margin-bottom: 16px;
  line-height: 1.5;
}

.how-it-works .hiw-sub strong {
  font-weight: 600;
}
.how-text.hiw-copy {
  width: 550px;
}
.how-it-works .hiw-desc {
  color: #62748e;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
  max-width: 550px;
  font-weight: 300;
  margin-top: 36px;
  margin-bottom: 50px;
}

.how-it-works .hiw-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.how-it-works .hiw-features li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 300;
  color: #62748e;
  line-height: 28px;
}

.how-it-works .hiw-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.hiw-features li img {
  width: 32px;
  height: 32px;
}

.how-it-works .hiw-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  height: auto;
  padding: 12px 24px;
  border-radius: 8px;
  background:
    linear-gradient(143deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(
      139deg,
      rgba(39, 131, 222, 0.8) 28.14%,
      rgba(255, 0, 178, 0.8) 100.75%
    );
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.how-it-works .hiw-cta:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow:
    0 6px 20px rgba(27, 124, 245, 0.4),
    0 14px 40px rgba(255, 0, 178, 0.28);
}

.how-it-works .hiw-kicker {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b51e0;
  margin: 0;
  padding-bottom: 8px;
}

/* Diagram */
.how-it-works .hiw-visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works .hiw-diagram {
  position: relative;
  width: 434px;
  height: 434px;
}

.how-it-works .hiw-orbit {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #00d3f3;
  pointer-events: none;
}

.how-it-works .hiw-orbit--outer {
  inset: 0;
}

.how-it-works .hiw-orbit--inner {
  inset: 48px;
}

.how-it-works .hiw-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.how-it-works .hiw-stack__layer {
  position: absolute;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  border-radius: 26px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.how-it-works .hiw-stack__layer--1 {
  top: 0;
  z-index: 3;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(219, 234, 254, 0.45) 100%
  );
  transform: translateX(-8px) rotate(-6deg);
}

.how-it-works .hiw-stack__layer--2 {
  top: 24px;
  z-index: 2;
  background: rgba(155, 81, 224, 0.28);
  border-color: rgba(155, 81, 224, 0.35);
  transform: translateX(4px) rotate(4deg);
}

.how-it-works .hiw-stack__layer--3 {
  top: 48px;
  z-index: 1;
  background: rgba(224, 81, 148, 0.3);
  border-color: rgba(224, 81, 148, 0.4);
  transform: translateX(-2px) rotate(-2deg);
}

.how-it-works .hiw-node {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 7.76px;
}

.hiw-node img {
  width: 48px;
  height: 48px;
}

@keyframes orbitNodeOuter {
  0% {
    transform: rotate(0deg) translateY(-217px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateY(-217px) rotate(-360deg);
  }
}

@keyframes orbitNodeInner {
  0% {
    transform: rotate(0deg) translateY(-169px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateY(-169px) rotate(-360deg);
  }
}

.how-it-works .hiw-node__inner {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.how-it-works .hiw-node--top {
  animation: orbitNodeInner 20s linear infinite;
  animation-delay: 0s;
}

.how-it-works .hiw-node--right {
  animation: orbitNodeOuter 20s linear infinite;
  animation-delay: -5s;
}

.how-it-works .hiw-node--bottom {
  animation: orbitNodeInner 20s linear infinite;
  animation-delay: -10s;
}

.how-it-works .hiw-node--left {
  animation: orbitNodeOuter 20s linear infinite;
  animation-delay: -15s;
}

/* Features Grid Section */
.features-grid-section {
  position: relative;
  padding: 120px 0 140px;
  background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Rectangle34624268.png) no-repeat
    top center / cover;
  border-radius: 40px;
  overflow: hidden;
  margin-top: -70px;
}

/* .section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(Imag/section-bg.png) no-repeat top center / cover;
  z-index: 1;
  pointer-events: none;
} */

.features-grid-section .container {
  position: relative;
  z-index: 2;
}

.section-header {
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-header.center {
  text-align: center;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  color: #1b0c25;
}

.section-header p {
  color: #62748e;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.features-grid {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 1218px;
  margin: 0 auto;
}

/* 5 cards in a 3×2 grid; bottom-right cell stays empty */
.features-grid--cards {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9;
  box-shadow: 0 2px 12px #0000000a;
  gap: 12px;
  display: flex;
  flex-direction: column;
  height: 236px !important;
}

.feature-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.feature-card--cta {
  background: linear-gradient(135deg, #f1eefc 0%, #f7eef8 100%);
  border: none;
}

.card-icon {
  display: flex;
  align-items: center;
}

.card-icon img {
  width: 48px;
  height: 48px;
}

.feature-card h3 {
  font-size: 16.8px;
  font-weight: 500;
  color: #1b0c25;
}

.feature-card p {
  color: #62748e;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 140%;
  font-weight: 300;
}

.feature-card--cta h3 {
  color: #1b0c25;
}

.feature-card--cta p {
  color: #62748e;
  margin-bottom: 16px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2783de;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.card-link:hover {
  gap: 12px;
  text-decoration: underline;
}

/* Architecture — Core Modules stack + hover-linked panels (:has) */
.architecture-section {
  position: relative;
  padding: 120px 0 100px;
  background: none;
  margin-top: -70px;
  /* One gradient per layer — matched exactly to image */
  --arch-grad-1: linear-gradient(225deg, #89b7ef 0%, #85b3eb 100%);
  --arch-grad-2: linear-gradient(201deg, #7aa2da 0%, #89baf7 100%);
  --arch-grad-3: linear-gradient(317deg, #acc3e7 50%, #88b0e5 87%);
  --arch-grad-4: linear-gradient(317deg, #e69de3 50%, #b8afe1 87%);
  --arch-grad-5: linear-gradient(248deg, #fa96e5 25%, #ed72d4 60%);
  --arch-grad-6: linear-gradient(218deg, #f994e3 16%, #f95ed6 82%);
  --arch-grad-7: linear-gradient(120deg, #f19fe1 18%, #ed72cf 66%);
  /* White overlay: lower % = more original layer color visible */
  --arch-overlay-active: rgba(
    255,
    255,
    255,
    0.7
  ); /* 30% original (blue zone) */
  --arch-overlay-active-pink: rgba(
    255,
    255,
    255,
    0.74
  ); /* 26% original (pink zone) */
  --arch-overlay-neighbor: rgba(
    255,
    255,
    255,
    0.74
  ); /* 26% original (neighbors) */
  --arch-label-active: #b8007a;
  --arch-panel-active: #2783de;
}
img.cr-image {
  width: 100%;
}
.features-grid.second-card-features {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  width: 100%;
  /* max-width: 1218px; */
  /* margin: 0 auto; */
  margin-top: 90px;
  margin-bottom: 26px;
}

.features-grid.second-card-features .feature-card {
  background: #ffffff;
  border-radius: 0px;
  padding: 52px;
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9;
  box-shadow: 0 2px 12px #0000000a;
  gap: 12px;
  display: flex;
  flex-direction: column;
  height: auto;
  padding-right: 40px;
  height: 330px !important;
}

.features-grid.second-card-features h2 {
  font-size: 30px;
  font-weight: 600;
}
.compliance-bg {
  background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/compliacebg.png) no-repeat center
    center / cover;
  padding: 127px 0 30px;
}

.features-grid.second-card-features p {
  color: #62748e;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 140%;
  font-weight: 300;
  margin-top: 0;
}

.features-grid.second-card-features p:first-of-type {
  margin-top: 18px;
}

.features-grid.second-card-features p:last-of-type {
  margin-bottom: 27px;
}

.features-grid.second-card-features .btn-talk {
  align-self: flex-start;
}

/* Mobile gradient curve between features CTA and architecture */
.mobile-shape {
  display: none;
}

.architecture-inner {
  width: 100%;
  max-width: 1148px;
  margin: auto;
}

.arch-head {
  margin-bottom: 200px;
}

.arch-head__badge-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.arch-badge-mod {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b21b6;
  background: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.35) 0%,
    rgba(196, 181, 253, 0.5) 100%
  );
  border: 1px solid rgba(139, 92, 246, 0.25);
}

.arch-head__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 44%);
  gap: 28px 56px;
  align-items: start;
}

.arch-head__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.arch-head__title-dark {
  color: #0f172a;
}

.arch-head__title-grad {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0px;
  background: linear-gradient(89.27deg, #2783de -9.65%, #ff00b2 137.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

img.arch-panel__iconimg1 {
  width: 430px;
}

img.arch-panel__iconimg {
  width: 453px;
}

a.logo img {
  width: 175px;
}

.arch-head__intro {
  margin: 0;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  text-align: left;
  max-width: 100%;
  font-weight: 300;
}

.arch-layout {
  display: grid;
  grid-template-columns: minmax(200px, 0.8fr) minmax(280px, 2fr) minmax(
      200px,
      0.8fr
    );
  grid-template-rows: repeat(7, minmax(40px, auto));
  align-items: start;
  row-gap: 0;
  min-height: 500px;
  position: relative;
}

.arch-panel {
  position: relative;
  z-index: 3;
}

.arch-panel h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.25;
  color: #1b0c25;
  transition: color 0.2s ease;
}

.arch-panel p {
  font-size: 12.5px;
  line-height: 1.45;
  margin: 0;
  color: #62748e;
  font-weight: 300;
  transition:
    color 0.2s ease,
    font-weight 0.2s ease;
}

.arch-panel--left {
  grid-column: 1;
  justify-self: end;
  text-align: right;
  padding-left: 0;
  max-width: 320px;
}

.arch-panel--left[data-arch="1"] {
  grid-row: 1;
}

.arch-panel--left[data-arch="3"] {
  grid-row: 3;
}

.arch-panel--left[data-arch="5"] {
  grid-row: 5;
}

.arch-panel--left[data-arch="7"] {
  grid-row: 7;
}

.arch-panel--right {
  grid-column: 3;
  justify-self: start;
  text-align: left;
  padding-left: 0;
}

.arch-panel--right[data-arch="2"] {
  grid-row: 2;
}

.arch-panel--right[data-arch="4"] {
  grid-row: 4;
}

.arch-panel--right[data-arch="6"] {
  grid-row: 6;
}

span.arch-layer__label.custom-postion {
  position: absolute !important;
  left: -70px !important;
}
.arch-panel__icon {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  z-index: 2;
  transition: transform 0.3s ease;
  width: 100px;
}

.arch-panel--left .arch-panel__icon {
  right: -110px;
}

.arch-panel--right .arch-panel__icon {
  left: -110px;
  transform: translateY(-50%) scaleX(-1);
}

.arch-pivot {
  grid-column: 2;
  grid-row: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  perspective: none;
  perspective-origin: 50% 50%;
  min-height: 0;
}

.arch-stack {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(55deg) rotateZ(-45deg) rotateY(0deg);
}

.arch-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 361px;
  height: 361px;
  margin-left: -759px;
  margin-top: 397px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff66;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    18px 28px 40px rgba(15, 23, 42, 0.14);
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease,
    transform 0.35s ease,
    border-color 0.35s ease,
    opacity 0.35s ease;
  cursor: default;
  backface-visibility: hidden;
}

.arch-layer__label {
  position: absolute;
  color: #ffffff;
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  pointer-events: none;
  transition: color 0.3s ease;
}

.arch-layer--5 .arch-layer__label {
  left: -10% !important;
}

.arch-layer:nth-child(odd) .arch-layer__label {
  top: 40%;
  left: 0%;
  text-align: center;
  transform: rotate(90deg);
}

.arch-layer:nth-child(even) .arch-layer__label {
  bottom: 25px;
  right: 60px;
  text-align: center;
  width: 222px;
}

.arch-layer__dot {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 3;
}

.arch-layer__dot--left {
  left: -3px;
}

.arch-layer__dot--right {
  right: -3px;
}

.arch-layer__avatar {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #4a6cf7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transform: rotateZ(40deg) rotateX(-64deg);
  pointer-events: none;
  z-index: 4;
}

.arch-layer--1 {
  --base-z: 562px;
  --arch-layer-bg: var(--arch-grad-1);
  transform: translateZ(var(--base-z));
  background: var(--arch-layer-bg);
  z-index: 10;
}

.arch-layer--2 {
  --base-z: 443px;
  --arch-layer-bg: var(--arch-grad-2);
  transform: translateZ(var(--base-z));
  background: var(--arch-layer-bg);
  z-index: 9;
}

.arch-layer--3 {
  --base-z: 327px;
  --arch-layer-bg: var(--arch-grad-3);
  transform: translateZ(var(--base-z));
  background: var(--arch-layer-bg);
  z-index: 8;
}

.arch-layer--4 {
  --base-z: 206px;
  --arch-layer-bg: var(--arch-grad-4);
  transform: translateZ(var(--base-z));
  background: var(--arch-layer-bg);
  z-index: 7;
}

.arch-layer--5 {
  --base-z: 90px;
  --arch-layer-bg: var(--arch-grad-5);
  transform: translateZ(var(--base-z));
  background: var(--arch-layer-bg);
  z-index: 6;
}

.arch-layer--6 {
  --base-z: -29px;
  --arch-layer-bg: var(--arch-grad-6);
  transform: translateZ(var(--base-z));
  background: var(--arch-layer-bg);
  z-index: 5;
}

.arch-layer--7 {
  --base-z: -146px;
  --arch-layer-bg: var(--arch-grad-7);
  transform: translateZ(var(--base-z));
  background: var(--arch-layer-bg);
  z-index: 4;
}

/* Selected layer: own gradient + white overlay (20% blue / 16% pink original) */
.architecture-section:has(.arch-layer--1:hover) .arch-layer--1,
.architecture-section:has(.arch-panel[data-arch="1"]:hover) .arch-layer--1,
.architecture-section:has(.arch-layer--2:hover) .arch-layer--2,
.architecture-section:has(.arch-panel[data-arch="2"]:hover) .arch-layer--2,
.architecture-section:has(.arch-layer--3:hover) .arch-layer--3,
.architecture-section:has(.arch-panel[data-arch="3"]:hover) .arch-layer--3 {
  background:
    linear-gradient(var(--arch-overlay-active), var(--arch-overlay-active)),
    var(--arch-layer-bg) !important;
}

.architecture-section:has(.arch-layer--4:hover) .arch-layer--4,
.architecture-section:has(.arch-panel[data-arch="4"]:hover) .arch-layer--4,
.architecture-section:has(.arch-layer--5:hover) .arch-layer--5,
.architecture-section:has(.arch-panel[data-arch="5"]:hover) .arch-layer--5,
.architecture-section:has(.arch-layer--6:hover) .arch-layer--6,
.architecture-section:has(.arch-panel[data-arch="6"]:hover) .arch-layer--6,
.architecture-section:has(.arch-layer--7:hover) .arch-layer--7,
.architecture-section:has(.arch-panel[data-arch="7"]:hover) .arch-layer--7 {
  background:
    linear-gradient(
      var(--arch-overlay-active-pink),
      var(--arch-overlay-active-pink)
    ),
    var(--arch-layer-bg) !important;
}

.architecture-section:has(.arch-layer--1:hover) .arch-layer--1,
.architecture-section:has(.arch-panel[data-arch="1"]:hover) .arch-layer--1,
.architecture-section:has(.arch-layer--2:hover) .arch-layer--2,
.architecture-section:has(.arch-panel[data-arch="2"]:hover) .arch-layer--2,
.architecture-section:has(.arch-layer--3:hover) .arch-layer--3,
.architecture-section:has(.arch-panel[data-arch="3"]:hover) .arch-layer--3,
.architecture-section:has(.arch-layer--4:hover) .arch-layer--4,
.architecture-section:has(.arch-panel[data-arch="4"]:hover) .arch-layer--4,
.architecture-section:has(.arch-layer--5:hover) .arch-layer--5,
.architecture-section:has(.arch-panel[data-arch="5"]:hover) .arch-layer--5,
.architecture-section:has(.arch-layer--6:hover) .arch-layer--6,
.architecture-section:has(.arch-panel[data-arch="6"]:hover) .arch-layer--6,
.architecture-section:has(.arch-layer--7:hover) .arch-layer--7,
.architecture-section:has(.arch-panel[data-arch="7"]:hover) .arch-layer--7 {
  filter: none;
  opacity: 1 !important;
  z-index: 20;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    14px 22px 36px rgba(15, 23, 42, 0.16);
  border-color: rgba(255, 255, 255, 0.85);
}

/* Neighbor layers: each keeps its own gradient at 16% original color */
.architecture-section:has(.arch-layer--1:hover) .arch-layer--2,
.architecture-section:has(.arch-panel[data-arch="1"]:hover) .arch-layer--2,
.architecture-section:has(.arch-layer--2:hover) .arch-layer--1,
.architecture-section:has(.arch-layer--2:hover) .arch-layer--3,
.architecture-section:has(.arch-panel[data-arch="2"]:hover) .arch-layer--1,
.architecture-section:has(.arch-panel[data-arch="2"]:hover) .arch-layer--3,
.architecture-section:has(.arch-layer--3:hover) .arch-layer--2,
.architecture-section:has(.arch-layer--3:hover) .arch-layer--4,
.architecture-section:has(.arch-panel[data-arch="3"]:hover) .arch-layer--2,
.architecture-section:has(.arch-panel[data-arch="3"]:hover) .arch-layer--4,
.architecture-section:has(.arch-layer--4:hover) .arch-layer--3,
.architecture-section:has(.arch-layer--4:hover) .arch-layer--5,
.architecture-section:has(.arch-panel[data-arch="4"]:hover) .arch-layer--3,
.architecture-section:has(.arch-panel[data-arch="4"]:hover) .arch-layer--5,
.architecture-section:has(.arch-layer--5:hover) .arch-layer--4,
.architecture-section:has(.arch-layer--5:hover) .arch-layer--6,
.architecture-section:has(.arch-panel[data-arch="5"]:hover) .arch-layer--4,
.architecture-section:has(.arch-panel[data-arch="5"]:hover) .arch-layer--6,
.architecture-section:has(.arch-layer--6:hover) .arch-layer--5,
.architecture-section:has(.arch-layer--6:hover) .arch-layer--7,
.architecture-section:has(.arch-panel[data-arch="6"]:hover) .arch-layer--5,
.architecture-section:has(.arch-panel[data-arch="6"]:hover) .arch-layer--7,
.architecture-section:has(.arch-layer--7:hover) .arch-layer--6,
.architecture-section:has(.arch-panel[data-arch="7"]:hover) .arch-layer--6 {
  background:
    linear-gradient(var(--arch-overlay-neighbor), var(--arch-overlay-neighbor)),
    var(--arch-layer-bg) !important;
  filter: none;
  opacity: 1;
  border-color: #ffffff;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.5) inset,
    18px 28px 40px rgba(15, 23, 42, 0.1);
}

/* Non-selected layers: keep label text white */
.architecture-section:has(.arch-layer:hover) .arch-layer__label,
.architecture-section:has(.arch-panel:hover) .arch-layer__label {
  color: #ffffff;
}

/* Selected layer only: pink label text */
.architecture-section:has(.arch-layer--1:hover)
  .arch-layer--1
  .arch-layer__label,
.architecture-section:has(.arch-panel[data-arch="1"]:hover)
  .arch-layer--1
  .arch-layer__label,
.architecture-section:has(.arch-layer--2:hover)
  .arch-layer--2
  .arch-layer__label,
.architecture-section:has(.arch-panel[data-arch="2"]:hover)
  .arch-layer--2
  .arch-layer__label,
.architecture-section:has(.arch-layer--3:hover)
  .arch-layer--3
  .arch-layer__label,
.architecture-section:has(.arch-panel[data-arch="3"]:hover)
  .arch-layer--3
  .arch-layer__label,
.architecture-section:has(.arch-layer--4:hover)
  .arch-layer--4
  .arch-layer__label,
.architecture-section:has(.arch-panel[data-arch="4"]:hover)
  .arch-layer--4
  .arch-layer__label,
.architecture-section:has(.arch-layer--5:hover)
  .arch-layer--5
  .arch-layer__label,
.architecture-section:has(.arch-panel[data-arch="5"]:hover)
  .arch-layer--5
  .arch-layer__label,
.architecture-section:has(.arch-layer--6:hover)
  .arch-layer--6
  .arch-layer__label,
.architecture-section:has(.arch-panel[data-arch="6"]:hover)
  .arch-layer--6
  .arch-layer__label,
.architecture-section:has(.arch-layer--7:hover)
  .arch-layer--7
  .arch-layer__label,
.architecture-section:has(.arch-panel[data-arch="7"]:hover)
  .arch-layer--7
  .arch-layer__label {
  color: var(--arch-label-active);
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.architecture-section:has(.arch-layer--1:hover) .arch-panel[data-arch="1"] h3,
.architecture-section:has(.arch-panel[data-arch="1"]:hover)
  .arch-panel[data-arch="1"]
  h3,
.architecture-section:has(.arch-layer--2:hover) .arch-panel[data-arch="2"] h3,
.architecture-section:has(.arch-panel[data-arch="2"]:hover)
  .arch-panel[data-arch="2"]
  h3,
.architecture-section:has(.arch-layer--3:hover) .arch-panel[data-arch="3"] h3,
.architecture-section:has(.arch-panel[data-arch="3"]:hover)
  .arch-panel[data-arch="3"]
  h3,
.architecture-section:has(.arch-layer--4:hover) .arch-panel[data-arch="4"] h3,
.architecture-section:has(.arch-panel[data-arch="4"]:hover)
  .arch-panel[data-arch="4"]
  h3,
.architecture-section:has(.arch-layer--5:hover) .arch-panel[data-arch="5"] h3,
.architecture-section:has(.arch-panel[data-arch="5"]:hover)
  .arch-panel[data-arch="5"]
  h3,
.architecture-section:has(.arch-layer--6:hover) .arch-panel[data-arch="6"] h3,
.architecture-section:has(.arch-panel[data-arch="6"]:hover)
  .arch-panel[data-arch="6"]
  h3,
.architecture-section:has(.arch-layer--7:hover) .arch-panel[data-arch="7"] h3,
.architecture-section:has(.arch-panel[data-arch="7"]:hover)
  .arch-panel[data-arch="7"]
  h3 {
  color: var(--arch-panel-active);
  font-weight: 700;
}

.architecture-section:has(.arch-layer--1:hover) .arch-panel[data-arch="1"] p,
.architecture-section:has(.arch-panel[data-arch="1"]:hover)
  .arch-panel[data-arch="1"]
  p,
.architecture-section:has(.arch-layer--2:hover) .arch-panel[data-arch="2"] p,
.architecture-section:has(.arch-panel[data-arch="2"]:hover)
  .arch-panel[data-arch="2"]
  p,
.architecture-section:has(.arch-layer--3:hover) .arch-panel[data-arch="3"] p,
.architecture-section:has(.arch-panel[data-arch="3"]:hover)
  .arch-panel[data-arch="3"]
  p,
.architecture-section:has(.arch-layer--4:hover) .arch-panel[data-arch="4"] p,
.architecture-section:has(.arch-panel[data-arch="4"]:hover)
  .arch-panel[data-arch="4"]
  p,
.architecture-section:has(.arch-layer--5:hover) .arch-panel[data-arch="5"] p,
.architecture-section:has(.arch-panel[data-arch="5"]:hover)
  .arch-panel[data-arch="5"]
  p,
.architecture-section:has(.arch-layer--6:hover) .arch-panel[data-arch="6"] p,
.architecture-section:has(.arch-panel[data-arch="6"]:hover)
  .arch-panel[data-arch="6"]
  p,
.architecture-section:has(.arch-layer--7:hover) .arch-panel[data-arch="7"] p,
.architecture-section:has(.arch-panel[data-arch="7"]:hover)
  .arch-panel[data-arch="7"]
  p {
  color: #000000;
  font-weight: 500;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* CTA Section */
.cta-section {
  padding: 42px 24px 72px;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
}

.cta-content {
  padding-right: 40px;
}

.cta-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 120%;
  color: #1b0c25;
}

.cta-content p {
  color: #62748e;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}

.btn-talk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff !important;
  text-decoration: none;
  /* background: #4f93e7; */
  /* box-shadow: 0 5px 25px #4f93e78c; */
  border: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  width: fit-content;
  background:
    linear-gradient(0deg, #2783de, #2783de),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.btn-talk:hover {
  transform: translateY(-2px);
}

.cta-form-container {
  background: #ffffff;
  padding: 33px;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f5f9;
}

.inquiry-form h3 {
  font-size: 19.2px;
  font-weight: 600;
  color: #1b0c25;
  margin-bottom: 10px;
}

.inquiry-form p {
  font-size: 14px;
  color: #62748e;
  margin-bottom: 15px;
  font-weight: 300;
}

.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-row .form-group {
  margin-bottom: 0;
}

.form-group label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #45556c;
}

.form-group input,
.form-group textarea {
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  font-family: inherit;
  font-size: 13px;
  transition: all 0.3s ease;
  background: #f8fafc;
  color: #1b0c25;
  font-weight: 300;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #a0abbb;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #4f93e7;
  background: #ffffff;
}

.btn-submit-form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: auto;
  padding: 12px 24px;
  border-radius: 8px;
  background:
    linear-gradient(143deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(
      139deg,
      rgba(39, 131, 222, 0.8) 28.14%,
      rgba(255, 0, 178, 0.8) 100.75%
    );
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}

.btn-submit-form:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow:
    0 6px 20px rgba(27, 124, 245, 0.4),
    0 14px 40px rgba(255, 0, 178, 0.28);
}

.form-disclaimer {
  margin-top: 16px !important;
  text-align: center;
  font-size: 12px !important;
  color: #62748e !important;
}

/* Footer */
.site-footer {
  background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/footer-bg.png) no-repeat top
    center / cover;
  padding-top: 64px;
}

.footer-inner {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
  padding: 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}

.footer-brand p {
  color: #62748e;
  font-size: 14px;
  margin: 16px 0 24px;
  max-width: 380px;
  line-height: 1.6;
  font-weight: 300;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a:hover {
  transform: translateY(-5px);
}

.footer-links-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer-links h4 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 16px;
}

.footer-links ul li a {
  color: #62748e;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 300;
}

.footer-links ul li a:hover {
  color: #2783de;
}

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #62748e;
}

.bottom-links {
  display: flex;
  gap: 24px;
}

.bottom-links a {
  color: #62748e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bottom-links a:hover {
  color: #2783de;
}

/* Responsive Design */

/* Mobile Nav Styles */
.mobile-nav-menu {
  display: none;
  position: fixed;
  top: calc(16px + 62px + 12px);
  left: 12px;
  right: 12px;
  background: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  z-index: 99;
  border: 1px solid var(--border-color);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.mobile-nav-menu.active {
  display: block;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-nav-menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.mobile-nav-menu a {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--bg-light);
}

/* Applies only to screens between 768px and 1024px wide */
@media (min-width: 1500px) and (max-width: 2400px) {
  .hero-bg-wrapper {
    background:
      radial-gradient(
        circle at bottom right,
        rgba(255, 0, 178, 0.3) 0,
        rgba(255, 0, 178, 0.35) 25%,
        #ff00b20a 60%
      ),
      linear-gradient(180deg, #2783de, hsla(0, 0%, 100%, 0));
    border-radius: 12px;
    filter: blur(0);
    height: 1100px;
    margin: 16px 16px 0;
    overflow: hidden;
    position: relative;
  }
}
/* Responsive */
@media (max-width: 1024px) {
  .feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 12px #0000000a;
    gap: 12px;
    display: flex;
    flex-direction: column;
    height: fit-content;
  }
  body {
    width: 100%;
  }

  .container {
    padding: 0 24px;
  }

  .site-header {
    width: calc(100% - 32px);
    margin-top: 24px;
  }

  .site-header-mount {
    padding: 0 16px;
  }

  .hero-bg-wrapper {
    height: auto;
    min-height: 640px;
    margin: 12px 12px 0;
  }

  .hero-section {
    padding: 160px 0 48px;
  }

  .huge-bg-text {
    bottom: -8%;
    font-size: 31vw;
    letter-spacing: 0;
  }

  .compliance-reality {
    padding: 72px 0;
  }

  .compliance-reality .grid-2,
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .how-it-works.container {
    margin-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .how-it-works-wrapper {
    padding: 48px 0 140px;
  }

  .how-it-works .hiw-card {
    padding: 40px 32px;
    border-radius: 12px;
    margin: 0 16px 20px;
  }

  .how-text.hiw-copy {
    width: 100%;
    max-width: 100%;
  }

  .how-it-works .hiw-grid {
    gap: 40px;
  }

  .how-it-works .hiw-desc {
    max-width: 100%;
  }

  .features-grid-section {
    padding: 80px 0 100px;
    margin-top: -40px;
    border-radius: 24px;
  }

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

  .feature-card {
    height: auto;
    min-height: 200px;
  }

  .features-grid.second-card-features {
    margin-top: 48px;
  }

  .features-grid.second-card-features .feature-card {
    padding: 48px 40px;
  }

  .arch-head {
    margin-bottom: 80px;
  }

  .cta-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 16px;
  }

  .cta-content {
    padding-right: 0;
  }

  .arch-layout {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    min-height: auto;
  }

  .arch-head__grid {
    grid-template-columns: 1fr;
  }

  .arch-head__intro {
    text-align: left;
  }

  .arch-pivot {
    display: none;
  }

  .arch-panel,
  .arch-panel--left,
  .arch-panel--right {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    text-align: left;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .arch-panel[data-arch="1"] {
    order: 2;
  }

  .arch-panel[data-arch="2"] {
    order: 3;
  }

  .arch-panel[data-arch="3"] {
    order: 4;
  }

  .arch-panel[data-arch="4"] {
    order: 5;
  }

  .arch-panel[data-arch="5"] {
    order: 6;
  }

  .arch-panel[data-arch="6"] {
    order: 7;
  }

  .arch-panel[data-arch="7"] {
    order: 8;
  }

  .arch-panel__icon {
    display: none;
  }

  .arch-stack {
    height: 520px;
  }

  .text-right,
  .text-left {
    text-align: center;
  }

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

@media (max-width: 768px) {
  .btn-header-glass {
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 11px 22px; */
    /* border-radius: 8px; */
    /* font-weight: 500; */
    /* font-size: 15px; */
    /* letter-spacing: 0.04em; */
    /* text-transform: none; */
    /* color: #ffffff !important; */
    /* text-decoration: none; */
    /* background: linear-gradient(45deg, rgba(198, 228, 255, 0.46) 0%, rgba(130, 185, 248, 0.46) 48%, rgba(82, 148, 232, 0.46) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 100%); */
    /* backdrop-filter: blur(21px) saturate(1.45) brightness(1.03); */
    -webkit-backdrop-filter: blur(21px) saturate(1.45) brightness(1.03);
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 -1px 0 rgba(60, 120, 200, 0.08), 0 4px 12px rgba(15, 50, 100, 0.1), 0 10px 28px rgba(25, 70, 140, 0.14), 0 24px 64px rgba(40, 100, 180, 0.16); */
    /* transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 12px 24px;
    border-radius: 8px;
    background:
      linear-gradient(
        143deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1)
      ),
      linear-gradient(
        139deg,
        rgba(39, 131, 222, 0.8) 28.14%,
        rgba(255, 0, 178, 0.8) 100.75%
      );
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    backdrop-filter: blur(8px);
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
    margin-top: 25px;
    padding: 14px !important;
    color: white !important;
  }
  .mobile-nav-menu a {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    display: block;
    padding: 4px;
    border-bottom: 1px solid var(--bg-light);
  }
  .how-it-works.container {
    position: relative;
    padding: 13px;
    background: #ffffff;
    border-radius: 0;
    width: 100%;

    padding-bottom: 60px;
  }
  .feature-card {
    height: auto;
    min-height: unset;
    padding: 20px;
    height: 187px !important;
  }
  .features-grid-section {
    position: relative;
    padding: 120px 0 0;
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Rectangle34624268.png) no-repeat
      top center / cover;
    border-radius: 40px;
    overflow: hidden;
    margin-top: -70px;
    padding-top: 100px !important;
    margin-top: -51px !important;
  }
  .compliance-bg {
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Rectangle34624268.png) no-repeat
      top center / cover;
    padding: 21px 0 30px;
  }
  .container {
    padding: 0 16px;
  }

  .site-header-mount {
    padding: 0 12px;
  }

  .site-header {
    width: calc(100% - 16px);
    margin-top: 12px;
  }

  .header-container {
    padding: 8px 12px;
    height: 56px;
  }

  a.logo img {
    width: 130px;
    height: auto;
    margin:auto;
  }

  .hero-section {
    padding: 120px 16px 32px;
  }

  .hero-section h1 {
    font-size: 28px;
    line-height: 110%;
  }

  .hero-section p {
    font-size: 14px;
    max-width: 100%;
  }

  .hero-section p.second-paragraph {
    font-size: 12px;
    margin-top: 24px;
    max-width: 100%;
  }

  .huge-bg-text {
    font-size: 28vw;
    line-height: 80%;
    letter-spacing: 0;
    bottom: -4%;
    -webkit-text-stroke: 0.5px #ffffff;
  }

  .hero-bg-wrapper {
    height: auto;
    min-height: 520px;
    margin: 0;
    border-radius: 0;
  }

  .text-gradient {
    font-size: 24px;
  }

  .cr-heading__gradient {
    font-size: 24px;
  }

  .desktop-nav {
    display: none;
  }

  .header-right .btn-header-glass {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .logos-marquee {
    gap: 40px;
  }

  .logos-track {
    gap: 40px;
  }

  .trusted-logos {
    height: 70px;
  }

  @keyframes logos-scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-100% - 30px));
    }
  }

  .grid-2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .info-block {
    padding: unset;
  }

  .compliance-reality,
  .compliance-reality.container {
    padding: 56px 16px 48px;
    max-width: 100%;
  }

  .compliance-reality .cr-grid {
    gap: 32px;
  }

  .info-block {
    padding: 0;
    gap: 20px;
  }

  .info-block__text {
    order: 1;
  }

  img.cr-image {
    order: 2;
    margin-top: 8px;
  }

  .features-grid-section {
    padding: 56px 0 0;
    margin-top: 0;
  }

  .section-header {
    margin-bottom: 32px;
  }

  .feature-card {
    height: auto;
    min-height: unset;
    padding: 20px;
  }

  .features-grid--cards {
    grid-template-columns: 1fr;
  }

  .features-grid.second-card-features {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .features-grid.second-card-features .feature-card {
    padding: 32px 24px;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }

  .mobile-shape {
    display: block;
    position: relative;
    height: 148px;
    margin-top: -8px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0 0 50% 50% / 0 0 36px 36px;
  }

  .mobile-shape::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(
        ellipse 90% 120% at 14% 100%,
        rgba(255, 0, 178, 0.22) 0%,
        transparent 58%
      ),
      radial-gradient(
        ellipse 90% 120% at 86% 100%,
        rgba(39, 131, 222, 0.28) 0%,
        transparent 58%
      ),
      linear-gradient(180deg, #ffffff 0%, #ffffff 18%, #faf8fc 100%);
    pointer-events: none;
  }

  .architecture-section {
    background: #ffffff;
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Rectangle34624268.png) no-repeat
      top center / cover;
    padding: 21px 0 30px;
    margin-top: -51px;
    padding-top: 105px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  /* Architecture Section 768px */
  .arch-head {
    margin-bottom: 40px;
  }

  .arch-head__grid {
    text-align: center;
  }

  .arch-head__title {
    font-size: 24px;
    text-align: left;
  }

  .arch-head__intro {
    text-align: left;
    padding-top: 12px;
    font-size: 13px;
  }

  .arch-panel {
    text-align: left !important;
    margin: 0 auto;
    max-width: 100%;
    padding: 25px !important;
    background-color: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
  }

  .arch-panel h3 {
    font-size: 16.8px;
    font-weight: 500;
  }

  .arch-panel p {
    font-size: 14px;
  }

  .arch-stack {
    height: 420px;
    transform: rotateX(55deg) rotateZ(-50deg) scale(0.75);
  }

  .arch-pivot {
    display: none;
  }

  .arch-layer__label {
    font-size: 15px !important;
  }

  .cr-heading {
    font-size: 24px;
  }

  .cr-card__inner {
    padding: 10px;
  }

  .btn.btn-cr-checklist {
    width: 100%;
  }

  .cr-penalty__amount {
    font-size: 16px;
    line-height: 21.6px;
    letter-spacing: -0.28px;
  }

  .cr-penalty__label {
    font-size: 10px;
  }

  .cr-penalty__hint {
    font-size: 10px;
  }

  .cr-exposure__label {
    font-size: 10px;
  }

  .cr-card__titlebar-label {
    font-size: 10px;
  }

  .cr-scoreboard__score {
    font-size: 18px;
  }

  .cr-actions__list li {
    font-size: 10px;
  }

  .cr-actions {
    border-radius: 9px;
    padding: 8px;
  }

  .cr-pillgrid__cell {
    padding: 7px 8px;
    border-radius: 6px;
  }

  .cr-card.cr-card--manual {
    margin-bottom: 40px;
  }

  .architecture-section {
    padding: 110px 0 60px;
  }

  .architecture-inner .container {
    padding: 0;
  }

  .cta-section {
    padding: 40px 0 60px;
  }

  .cta-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 16px;
  }

  .cta-content {
    text-align: center;
    padding-right: 0;
  }

  .cta-content h2 {
    text-align: left;
  }

  .cta-content p {
    font-size: 14px;
    text-align: left;
  }

  .btn.btn-talk {
    width: 100%;
  }

  .cta-form-container {
    padding: 14px;
    border-radius: 12px;
  }

  /* Footer Section 768px */
  .footer-inner {
    padding: 0 20px;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-brand p {
    margin: 16px auto 24px;
  }

  .social-links {
    justify-content: center;
  }

  .footer-links-wrapper {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }

  .footer-links h4 {
    margin-bottom: 12px;
  }

  .how-it-works.container {
    margin-left: 0;
    padding-right: 0;
  }

  .how-it-works-wrapper {
    padding: 48px 0 140px;
    background-size: cover;
  }

  .how-it-works .hiw-card {
    padding: 0 16px;
    border: unset;
    background: unset;
    margin: 0;
  }

  .how-text.hiw-copy {
    width: 100%;
  }

  .how-it-works .hiw-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: unset;
    align-items: flex-start;
  }

  .how-it-works .hiw-copy {
    display: contents;
  }

  .how-it-works .hiw-heading {
    order: 1;
    font-size: 24px;
    letter-spacing: 0;
  }

  .how-it-works .hiw-sub {
    order: 2;
  }

  .how-it-works .hiw-desc {
    order: 3;
  }

  .how-it-works .hiw-visual {
    order: 4;
    margin-bottom: 30px;
  }

  .how-it-works .hiw-features {
    order: 5;
  }

  .how-it-works .hiw-cta {
    order: 6;
  }

  .how-it-works .hiw-diagram {
    width: 262px;
    height: 262px;
    margin: 0 auto;
  }

  .how-it-works .hiw-visual {
    min-height: 260px;
    align-self: center;
  }

  .how-it-works .hiw-stack__layer {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    border-radius: 12px;
  }

  .how-it-works .hiw-stack__layer--2 {
    top: 14px;
  }

  .how-it-works .hiw-stack__layer--3 {
    top: 28px;
  }

  .how-it-works .hiw-node img {
    width: 28px;
    height: 28px;
  }

  .how-it-works .hiw-node {
    margin: -14px 0 0 -14px;
  }

  .how-it-works .hiw-orbit--inner {
    inset: 28px;
  }

  .btn.hiw-cta {
    width: 100%;
  }

  .hiw-stack img {
    width: 120px;
    height: 112px;
  }

  .how-it-works .hiw-features li {
    font-size: 14px;
  }

  .how-it-works .hiw-sub {
    font-size: 16px;
  }

  .features-grid-section {
    border-radius: unset;
  }

  .arch-layout {
    gap: 14px;
  }

  @keyframes orbitNodeOuterMobile {
    0% {
      transform: rotate(0deg) translateY(-131px) rotate(0deg);
    }

    100% {
      transform: rotate(360deg) translateY(-131px) rotate(-360deg);
    }
  }

  @keyframes orbitNodeInnerMobile {
    0% {
      transform: rotate(0deg) translateY(-103px) rotate(0deg);
    }

    100% {
      transform: rotate(360deg) translateY(-103px) rotate(-360deg);
    }
  }

  .how-it-works .hiw-node--top,
  .how-it-works .hiw-node--bottom {
    animation-name: orbitNodeInnerMobile;
  }

  .how-it-works .hiw-node--right,
  .how-it-works .hiw-node--left {
    animation-name: orbitNodeOuterMobile;
  }

  .section-header.center h2 {
    font-size: 24px;
    text-align: left;
  }

  .section-header.center p {
    font-size: 14px;
    text-align: left;
  }

  .how-it-works .hiw-node__inner {
    font-size: 14px;
  }

  .architecture-section {
    background: #ffffff;
  }

  .footer-links ul li {
    margin-bottom: 10px;
  }

  .mobile-nav-menu {
    top: calc(12px + 56px + 8px);
    left: 8px;
    right: 8px;
  }

  .btn {
    min-height: 44px;
  }

  .form-row .form-group {
    margin-bottom: 16px;
  }

  .form-row .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .features-grid.second-card-features .feature-card {
    height: 350px !important;
  }
  .architecture-section {
    background: #ffffff;
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Rectangle34624268.png) no-repeat
      top center / cover;
    padding: 21px 0 30px;
    margin-top: -51px;
    padding-top: 105px !important;
  }
  .how-it-works.container {
    position: relative;
    padding: 13px;
    background: #ffffff;
    border-radius: 0;
    width: 100%;

    padding-bottom: 60px;
  }
  .feature-card {
    height: auto;
    min-height: unset;
    padding: 20px;
    height: 187px !important;
  }
  .how-it-works-wrapper {
    padding: 48px 0 140px;
  }
  .features-grid-section {
    position: relative;
    padding: 120px 0 0;
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Rectangle34624268.png) no-repeat
      top center / cover;

    overflow: hidden;

    padding-top: 100px !important;
    margin-top: -51px !important;
  }
  .compliance-bg {
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Rectangle34624268.png) no-repeat
      top center / cover;
    padding: 21px 0 30px;
  }
  .hero-section {
    padding-top: 108px;
  }

  .hero-section h1 {
    font-size: 32px;
    margin-top: 60px;
  }

  .hero-section p {
    font-size: 13px;
  }

  .huge-bg-text {
    font-size: 35vw;
    bottom: -2%;
  }

  .hero-bg-wrapper {
    min-height: 630px;
  }

  .cr-heading,
  .cr-heading__gradient {
    font-size: 22px;
  }

  .how-it-works .hiw-heading,
  .how-it-works .hiw-heading__gradient {
    font-size: 22px;
  }

  .section-header h2,
  .section-header.center h2,
  .features-grid.second-card-features h2 {
    font-size: 22px;
    font-weight: 600;
  }

  .arch-head__title,
  .arch-head__title-grad {
    font-size: 22px;
  }

  .cta-content h2 {
    font-size: 24px;
  }

  .how-it-works .hiw-diagram {
    width: 240px;
    height: 240px;
  }

  .how-it-works .hiw-visual {
    min-height: 240px;
  }

  .hiw-stack img {
    width: 100px;
    height: 94px;
  }

  .features-grid.second-card-features .feature-card {
    padding: 24px 16px;
  }

  .architecture-section {
    padding: 24px 16px 48px;
  }

  .arch-panel {
    padding: 20px 16px !important;
  }

  .cta-section {
    padding: 32px 12px 48px;
  }

  .cta-grid {
    padding: 0 8px;
  }

  .footer-inner {
    padding: 0 16px;
  }
}

/* Desktop */
@media (min-width: 769px) {
  .architecture-section {
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/white-background.svg) no-repeat
      top center / cover;
  }
}

/* ============================================================
   Dark landing page (dark-index.html) — dark-page- prefix
   ============================================================ */

body.dark-page-root {
  /* --dark-page-surface: #121212; */
  --dark-page-surface-2: #1a1a1a;
  --dark-page-border: rgba(255, 255, 255, 0.08);
  --dark-page-text: #ffffff;
  --dark-page-muted: #a0a0a0;
  --dark-page-pink: #ff85d4;
  --dark-page-purple: #b266ff;
  --dark-page-blue: #4f88ff;
  --dark-page-grad-pink-purple: linear-gradient(90deg, #ec4899, #a855f7);
  --dark-page-grad-blue-purple: linear-gradient(90deg, #3b82f6, #8b5cf6);
  --dark-page-grad-hero: linear-gradient(
    135deg,
    rgba(30, 60, 140, 0.45) 0%,
    rgba(120, 40, 120, 0.35) 45%,
    #000000 85%
  );
  --dark-page-container: 1200px;
  --dark-page-radius: 16px;
  --dark-page-radius-lg: 24px;
  background-color: #000000;
  min-height: 100vh;
  background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Sarah2.png) no-repeat center center / cover;
  color: var(--dark-page-text);
  line-height: 1.6;
}

body.dark-page-root a {
  color: inherit;
  text-decoration: none;
}

body.dark-page-root ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dark-page-container {
  width: var(--dark-page-container);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 28px;
}

.dark-page-grad-text {
  background: var(--dark-page-grad-pink-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dark-page-grad-text-blue {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0px;
  background: linear-gradient(89.27deg, #2783de -9.65%, #ff00b2 137.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dark-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.dark-page-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.dark-page-btn-primary {
  background: var(--dark-page-grad-blue-purple);
  color: #ffffff;
}

.dark-page-btn-solid {
  background: var(--dark-page-blue);
  color: #ffffff;
}

/* Header */
.dark-page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dark-page-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.dark-page-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
}

.dark-page-logo img {
  width: 175px;
  height: auto;
  margin-bottom: 20px;
}

.dark-page-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
  margin-right: 24px;
}

.dark-page-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease;
}

.dark-page-nav-link:hover {
  color: #ffffff;
}

.dark-page-header-cta {
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 10px;
  flex-shrink: 0;
}

.dark-page-menu-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

/* Hero */
.dark-page-hero-bg-wrapper {
  position: relative;
  background:
    radial-gradient(
      circle at bottom right,
      rgb(232 5 163 / 62%) 0%,
      rgb(234 19 169 / 48%) 25%,
      transparent 60%
    ),
    linear-gradient(180deg, rgb(36 114 190 / 82%) 0%, #000000 100%);
  overflow: hidden;
  border-radius: 12px;
  height: 887px;
  margin: 16px 16px 0;
}
.dard-bg-img {
  /* position: relative; */
  /* padding: 120px 0 40px; */
  background: url(Image/darkbg.png) no-repeat bottom center / contain;
  /* border-radius: 40px; */
  /* overflow: hidden; */
}
.dark-page-huge-bg-text {
  position: absolute;
  bottom: -21%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Sansation", sans-serif;
  font-size: 42.41vw;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -10%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  text-transform: uppercase;
}
.dark-page-footer-links ul a {
  color: #62748e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
}
.dark-page-hero-section {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 220px 0 40px;
}
.dark-page-container.dark-page-hero-content .dark-page-text-gradient {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: inherit;
  line-height: 120%;
  letter-spacing: 0;
  background: linear-gradient(90deg, #ff00b2 0%, #2783de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.dark-page-container.dark-page-hero-content p {
}

.dark-page-hero-section h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 14px;
  text-shadow: 0 8px 30px rgba(67, 78, 115, 0.14);
}

.dark-page-hero-section p {
  font-size: 48px;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  line-height: 100%;
  font-weight: 300;
}

.dark-page-hero-section p.dark-page-second-paragraph {
  font-size: 16px;
  color: #ffffffbd;
  max-width: 652px;
  margin: 20px auto 0;
  line-height: 170%;
  font-weight: 300;
  opacity: 0.9;
}

/* Workday */
.dark-page-workday-section {
  padding: 100px 0;
}

.dark-page-workday-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 120px;
  align-items: center;
}
section.dark-page-benefits-section {
  width: 100%;
  max-width: 1143px;
  margin: 0 auto;
  border: 1px solid var(--dark-page-border);
  border-radius: var(--dark-page-radius);
  padding: 34px 24px;
  text-align: center;
}
section.dark-page-benefits-section .dark-page-container {
  border: 1px solid var(--dark-page-border);
  border-radius: var(--dark-page-radius);
  padding: 32px 24px;
  text-align: center;
}
.dark-page-container.dark-page-workday-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* width: 100%; */
  height: auto;
  padding: 12px 24px;
  border-radius: 8px;
  background: #2783de;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}
.dark-page-section-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

.dark-page-body-text {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 32px;
  font-weight: 300;
  font-family: "Poppins";
}

.dark-page-secondary-btn {
  padding: 14px 28px;
  border-radius: 10px;
}

.dark-page-video-wrap {
  position: relative;
  width: 100%;
}

.dark-page-video-placeholder {
  position: relative;
  background: #0a0a0a;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
}

.dark-page-video-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  object-position: center top;
  display: block;
  pointer-events: none;
}

.dark-page-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 22%;
  background: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.dark-page-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55);
}

.dark-page-play-btn i {
  font-size: 22px;
  color: #000000;
  line-height: 1;
}

/* Features grid section — dark "How I Replace Manual Privacy Work" */
.dark-page-features-grid-section {
  position: relative;
  padding: 120px 0 40px;
  background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/Frame2072751668.png) no-repeat top center / cover;
  border-radius: 40px;
  overflow: hidden;
}

.dark-page-features-grid-section .dark-page-section-overlay {
  position: absolute;
  inset: 0;

  pointer-events: none;
  z-index: 1;
}

.dark-page-features-grid-section .dark-page-container {
  position: relative;
  z-index: 2;
}

.dark-page-section-header {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.dark-page-section-header.dark-page-center {
  text-align: center;
}

.dark-page-section-header h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

.dark-page-section-header p {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.dark-page-text-gradient {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: 120%;
  letter-spacing: 0;
  background: linear-gradient(90deg, #ff00b2 0%, #2783de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dark-page-features-grid {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 1218px;
  margin: 0 auto;
}

.dark-page-features-grid--cards {
  grid-template-columns: repeat(3, 1fr);
}

.dark-page-feature-card {
  background: #141414cc;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 14px;
  display: flex;
  flex-direction: column;
  height: auto;
}

.dark-page-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.dark-page-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
}

.dark-page-card-icon i {
  font-size: 22px;
  color: #ffffff;
}

.dark-page-card-icon--ropa {
  background: linear-gradient(135deg, #ff4d6d 0%, #ff00b2 100%);
}

.dark-page-card-icon--dpia {
  background: linear-gradient(135deg, #ff00b2 0%, #a855f7 100%);
}

.dark-page-card-icon--dsr {
  background: linear-gradient(135deg, #a855f7 0%, #6366f1 100%);
}

.dark-page-card-icon--consent {
  background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
}

.dark-page-card-icon--breach {
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
}

.dark-page-card-icon--compliance {
  background: linear-gradient(135deg, #06b6d4 0%, #14b8a6 100%);
}

.dark-page-card-icon img {
  width: 48px;
  height: 48px;
}

.dark-page-feature-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.35;
}

.dark-page-feature-card p {
  color: #a0a0a0;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.55;
  font-weight: 300;
}

.dark-page-features-grid.dark-page-second-card-features {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 26px;
}

.dark-page-features-grid.dark-page-second-card-features
  .dark-page-feature-card {
  background: #ffffff;
  border-radius: 0px;
  padding: 52px;
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9;
  box-shadow: 0 2px 12px #0000000a;
  gap: 12px;
  display: flex;
  flex-direction: column;
  height: auto;
  padding-right: 0px;
  height: 330px !important;
}

.dark-page-features-grid.dark-page-second-card-features h2 {
  font-size: 30px;
  font-weight: 600;
}

.dark-page-features-grid.dark-page-second-card-features p {
  color: #62748e;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 140%;
  font-weight: 300;
  margin-top: 0;
}

.dark-page-features-grid.dark-page-second-card-features p:first-of-type {
  margin-top: 18px;
}

.dark-page-features-grid.dark-page-second-card-features p:last-of-type {
  margin-bottom: 27px;
}

.dark-page-features-grid.dark-page-second-card-features .dark-page-btn-talk {
  align-self: flex-start;
}

.dark-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.dark-page-btn-talk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff !important;
  text-decoration: none;
  border: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  width: fit-content;
  background:
    linear-gradient(0deg, #2783de, #2783de),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.dark-page-btn-talk:hover {
  transform: translateY(-2px);
}

/* Stats */
.dark-page-stats-section {
  padding: 60px 0;
}

.dark-page-stats-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.2;
}

.dark-page-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dark-page-benefits-section {
  padding: 60px 0;
}

.dark-page-stat-card {
  border: 1px solid var(--dark-page-border);
  border-radius: var(--dark-page-radius);
  padding: 32px 24px;
  text-align: center;
}

.dark-page-stat-icon {
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark-page-stat-icon img {
  width: 48px;
  height: 48px;
}

.dark-page-stat-value {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 6px;
  font-family: "Poppins";
}

.dark-page-stat-label {
  font-size: 14px;
  color: var(--dark-page-muted);
}

.dark-page-benefit-list {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dark-page-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
}

.dark-page-benefit-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(178, 102, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-page-purple);
  font-size: 12px;
  margin-top: 2px;
}

/* Trust */
.dark-page-trust-section {
  padding: 80px 0;
}

.dark-page-trust-card {
  position: relative;
  /* background: linear-gradient(
    135deg,
    rgba(79, 136, 255, 0.12) 0%,
    rgba(178, 102, 255, 0.18) 50%,
    rgba(255, 133, 212, 0.1) 100%
  ); */
  /* border: 1px solid rgba(178, 102, 255, 0.25); */
  border-radius: var(--dark-page-radius-lg);
  padding: 56px 40px;
  text-align: center;
  overflow: hidden;
}

.dark-page-trust-card::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(178, 102, 255, 0.15) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.dark-page-trust-icon {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
}

.dark-page-trust-icon img {
  width: 100%;
  height: 100%;
}

.dark-page-trust-title {
  position: relative;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 12px;
}

.dark-page-trust-text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  max-width: 658px;
  margin: 0 auto;
  font-weight: 300;
}
section.dark-page-teams-section a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* width: 100%; */
  height: auto;
  padding: 12px 24px;
  border-radius: 8px;
  background:
    linear-gradient(143deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(
      139deg,
      rgb(22 87 151 / 80%) 28.14%,
      rgb(115 14 84 / 80%) 100.75%
    );
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}
/* Teams CTA */
.dark-page-teams-section {
  padding: 100px 0;
  text-align: center;
}

.dark-page-teams-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

.dark-page-teams-text {
  color: var(--dark-page-muted);
  font-size: 16px;
  max-width: 992px;
  margin: 0 auto 36px;
  line-height: 1.75;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  max-width: 993px;
  margin: 24px auto;
  font-weight: 300;
}

.dark-page-main-cta {
  padding: 16px 40px;
  font-size: 16px;
  border-radius: 12px;
}

/* FAQ */
.dark-page-faq-section {
  padding: 80px 0 100px;
}

.dark-page-faq-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.dark-page-faq-list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dard-bg1-img {
  background: url(Imag/darkbg1.png) no-repeat bottom center / contain;
}
.dark-page-faq-item {
  border: 1px solid var(--dark-page-border);
  border-radius: 14px;
  overflow: hidden;
}

.dark-page-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.dark-page-faq-question i {
  flex-shrink: 0;
  font-size: 18px;
  color: var(--dark-page-muted);
  transition: transform 0.25s ease;
}

.dark-page-faq-item.is-open .dark-page-faq-question i {
  transform: rotate(180deg);
}

.dark-page-faq-answer {
  display: none;
  padding: 0 24px 20px;
  color: var(--dark-page-muted);
  font-size: 14px;
  line-height: 1.7;
}

.dark-page-faq-item.is-open .dark-page-faq-answer {
  display: block;
}

/* Footer */
.dark-page-footer {
  padding: 64px 0 0;
  position: relative;
  background-color: #000000;
  background-image: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/footerbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.dark-page-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.dark-page-footer-info p {
  color: #62748e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.dark-page-footer-social {
  display: flex;
  gap: 12px;
}

.dark-page-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--dark-page-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease;
}

.dark-page-footer-social a:hover {
  border-color: rgba(178, 102, 255, 0.4);
}

.dark-page-footer-social img {
  width: 16px;
  height: 16px;
}

.dark-page-footer-links h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.dark-page-footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dark-page-footer-links a {
  font-size: 14px;
  color: var(--dark-page-muted);
  transition: color 0.2s ease;
}

.dark-page-footer-links a:hover {
  color: #ffffff;
}

.dark-page-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid var(--dark-page-border);
  font-size: 13px;
  color: #62748e;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.dark-page-footer-bottom-links {
  display: flex;
  gap: 24px;
}

.dark-page-footer-bottom-links a {
  color: var(--dark-page-muted);
  transition: color 0.2s ease;
}

.dark-page-footer-bottom-links a:hover {
  color: #ffffff;
}

/* Mobile nav */
.dark-page-mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.98);
  border-bottom: 1px solid var(--dark-page-border);
  padding: 20px 28px 28px;
  flex-direction: column;
  gap: 16px;
}

.dark-page-mobile-nav.is-active {
  display: flex;
}

.dark-page-mobile-nav .dark-page-nav-link {
  font-size: 16px;
  padding: 8px 0;
}

.dark-page-mobile-nav .dark-page-header-cta {
  width: 100%;
  text-align: center;
}

/* Dark page responsive */
@media (max-width: 992px) {
  .dark-page-workday-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dark-page-workday-grid > div:first-child {
    order: 2;
  }

  .dark-page-workday-grid > .dark-page-video-wrap {
    order: 1;
  }

  section.dark-page-benefits-section {
    margin: 0 24px;
    width: auto;
    max-width: none;
  }

  .dark-page-features-grid-section {
    padding: 80px 0 100px;
    margin-top: -40px;
    border-radius: 24px;
  }

  .dark-page-features-grid--cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .dark-page-feature-card {
    height: auto;
    min-height: unset;
  }

  .dark-page-features-grid.dark-page-second-card-features {
    margin-top: 48px;
  }

  .dark-page-features-grid.dark-page-second-card-features
    .dark-page-feature-card {
    padding: 48px 40px;
  }
}

@media (max-width: 768px) {
  .dark-page-features-grid-section {
    position: relative;
    padding: 120px 0 40px;
    background: url(https://244788069.fs1.hubspotusercontent-na2.net/hubfs/244788069/mobilebgdark.png) no-repeat top center / contain;
    border-radius: 40px;
    overflow: hidden;
    padding-top: 101px !important;
  }
  body.dark-page-root {
    background-attachment: scroll;
    background-size: cover;
  }

  body.dark-page-root .dark-page-container {
    padding: 0 16px;
  }

  .dark-page-nav {
    display: none;
  }

  .dark-page-header-cta {
    display: none;
  }

  .dark-page-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dark-page-header {
    position: relative;
  }

  .dark-page-logo img {
    width: 130px;
    margin-bottom: 0;
  }

  .dark-page-hero-bg-wrapper {
    height: auto;
    min-height: 480px;
    margin: 0;
    border-radius: 0;
  }

  .dark-page-hero-section {
    padding: 110px 16px 48px;
  }

  .dark-page-hero-section h1 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 8px;
  }

  .dark-page-hero-section p {
    font-size: 22px;
    max-width: 100%;
    line-height: 120%;
  }

  .dark-page-hero-section p.dark-page-second-paragraph {
    font-size: 14px;
    margin-top: 20px;
    max-width: 100%;
    line-height: 1.65;
  }

  a.dark-page-btn.dark-page-btn-primary.dark-page-main-cta,
  .dark-page-main-cta {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-top: 28px;
    padding: 14px 24px;
    font-size: 15px;
  }

  .dark-page-huge-bg-text {
    font-size: 28vw;
    line-height: 80%;
    letter-spacing: 0;
    bottom: -4%;
    -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.12);
  }

  .dark-page-workday-section {
    padding: 48px 0;
  }

  .dark-page-workday-grid {
    gap: 32px;
  }

  .dark-page-section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .dark-page-grad-text-blue {
    font-size: 24px;
  }

  .dark-page-body-text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .dark-page-container.dark-page-workday-grid a,
  .dark-page-secondary-btn {
    display: flex;
    width: 100%;
    margin-top: 8px;
  }

  .dark-page-section-header {
    margin-bottom: 28px;
  }

  .dark-page-section-header h2,
  .dark-page-section-header.dark-page-center h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
  }

  .dark-page-section-header p,
  .dark-page-section-header.dark-page-center p {
    font-size: 14px;
    text-align: center;
  }

  .dark-page-features-grid-section {
    padding: 56px 0 40px;
    margin-top: 0;
    border-radius: 0;
    background: #000000;
  }

  .dark-page-features-grid-section .dark-page-section-overlay {
    display: none;
  }

  .dark-page-features-grid-section .dark-page-section-header {
    margin-bottom: 32px;
    padding: 0 4px;
  }

  .dark-page-features-grid-section .dark-page-section-header h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 16px;
  }

  .dark-page-features-grid-section .dark-page-section-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
    font-weight: 300;
  }

  .dark-page-features-grid-section .dark-page-features-grid--cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dark-page-features-grid-section .dark-page-feature-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    min-height: unset;
    padding: 24px 20px;
    gap: 16px;
    background: #181818;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .dark-page-features-grid-section .dark-page-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .dark-page-features-grid-section .dark-page-card-icon img {
    width: 48px;
    height: 48px;
  }

  .dark-page-features-grid-section .dark-page-feature-card h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
  }

  .dark-page-features-grid-section .dark-page-feature-card p {
    font-size: 16px;
    color: #b0b0b0;
    line-height: 1.6;
  }

  .dark-page-features-grid.dark-page-second-card-features {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .dark-page-features-grid.dark-page-second-card-features
    .dark-page-feature-card {
    flex-direction: column;
    padding: 32px 24px;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }

  .dark-page-btn.dark-page-btn-talk {
    width: 100%;
  }

  .dark-page-stats-section {
    padding: 40px 0;
  }

  .dark-page-stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dark-page-stat-card {
    padding: 24px 20px;
  }

  .dark-page-stat-value {
    font-size: 28px;
  }

  section.dark-page-benefits-section {
    margin: 0 16px;
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  section.dark-page-benefits-section .dark-page-container {
    padding: 24px 16px;
    border: 1px solid var(--dark-page-border);
    border-radius: var(--dark-page-radius);
  }

  .dark-page-benefit-item {
    font-size: 14px;
    text-align: left;
  }

  .dark-page-trust-section {
    padding: 48px 0;
  }

  .dark-page-trust-card {
    padding: 32px 20px;
  }

  .dark-page-trust-text {
    font-size: 14px;
  }

  .dark-page-teams-section {
    padding: 48px 0;
  }

  .dark-page-teams-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .dark-page-teams-text {
    font-size: 14px;
    line-height: 1.65;
    margin: 16px auto 24px;
  }

  section.dark-page-teams-section a {
    display: flex;
    width: 100%;
    margin-top: 8px;
  }

  .dark-page-faq-section {
    padding: 48px 0 64px;
  }

  .dark-page-faq-question {
    font-size: 14px;
    padding: 14px 16px;
    gap: 12px;
  }

  .dark-page-faq-answer {
    padding: 0 16px 16px;
    font-size: 13px;
  }

  .dark-page-footer {
    padding: 40px 0 24px;
    background-image:
      radial-gradient(
        ellipse 90% 70% at 0% 100%,
        rgba(30, 50, 100, 0.35) 0%,
        transparent 55%
      ),
      radial-gradient(
        ellipse 90% 70% at 100% 0%,
        rgba(80, 20, 90, 0.25) 0%,
        transparent 55%
      );
  }

  .dark-page-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #2783de, #8b5cf6, #ff00b2);
  }

  .dark-page-footer-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 36px;
    padding-bottom: 28px;
  }

  .dark-page-footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dark-page-footer-info .dark-page-logo img {
    height: 28px;
    width: auto;
    margin-bottom: 0;
  }

  .dark-page-footer-info p {
    max-width: 320px;
    margin: 16px auto 20px;
    font-size: 13px;
    line-height: 1.65;
  }

  .dark-page-footer-social {
    justify-content: center;
  }

  .dark-page-footer-social a {
    background: rgba(255, 255, 255, 0.04);
  }

  .dark-page-footer-links h4 {
    color: #ffffff;
    margin-bottom: 16px;
  }

  .dark-page-footer-links ul {
    align-items: center;
    gap: 14px;
  }

  .dark-page-footer-links a {
    color: #62748e;
  }

  .dark-page-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px 0 8px;
    border-top: none;
  }

  .dark-page-footer-bottom p {
    max-width: 320px;
    font-size: 12px;
    line-height: 1.65;
    margin: 0;
  }

  .dark-page-footer-bottom-links {
    flex-direction: row;
    justify-content: center;
    gap: 36px;
  }

  .dark-page-footer-bottom-links a {
    color: #ffffff;
    font-size: 14px;
  }
}

/* ============================================================
   Features page (features.html) — features- prefix
   ============================================================ */

:root {
  --features-hero-grad:
    radial-gradient(
      circle at 70% 110%,
      rgba(255, 0, 178, 0.32) 0%,
      rgba(255, 0, 178, 0.18) 25%,
      rgba(255, 0, 178, 0) 58%
    ),
    radial-gradient(
      circle at 18% -10%,
      rgba(39, 131, 222, 0.55) 0%,
      rgba(39, 131, 222, 0.15) 45%,
      rgba(39, 131, 222, 0) 70%
    ),
    linear-gradient(180deg, #2783de 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, #f5f7ff 0%, #ffffff 70%);
  --features-grad-text: linear-gradient(
    89.27deg,
    #2783de -9.65%,
    #ff00b2 137.79%
  );
  --features-ink: #0f172a;
  --features-muted: #62748e;
  --features-card: rgba(255, 255, 255, 0.8);
  --features-border: rgba(255, 255, 255, 0.55);
  --features-shadow: 0 16px 60px rgba(15, 23, 42, 0.14);
}

body.features-page-root {
  background-color: #ffffff;
  background-image: url("assets/features-bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  overflow-x: hidden;
}

.features-hero-bg-wrapper {
  position: relative;
  margin: 16px 16px 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--features-hero-grad);
  min-height: 820px;
}

.features-hero-section {
  position: relative;
  z-index: 2;
  padding: 200px 0 80px;
  text-align: center;
}

.features-hero-content {
  position: relative;
}

.features-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 18px;
}

.features-heading {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
  font-size: 48px;
  margin: 0 auto 14px;
  max-width: 880px;
}

.features-hero-lead {
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.94);
}

.features-hero-cta-row {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.features-hero-cta {
  padding: 12px 22px;
  border-radius: 10px;
}

.features-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.features-hero-secondary:hover {
  background: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
.features-hero-orbit__core img {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 39px auto 0;
}

.features-hero-orbit {
}

.features-hero-orbit__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.features-hero-orbit__ring--inner {
  inset: 64px;
  border-color: rgba(255, 255, 255, 0.28);
}

.features-hero-orbit__core {
  /* position: absolute;
  left: 50%;
  top: 50%;
  width: 116px;
  height: 116px;
  transform: translate(-50%, -50%);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  display: grid;
  place-items: center; */
}

.features-hero-orbit__core-inner {
  width: 78px;
  height: 78px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  place-items: center;
}

.features-hero-orbit__core-inner img {
  width: 34px;
  height: 34px;
  opacity: 0.95;
}

.features-hero-orbit__node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.features-hero-orbit__node img {
  width: 30px;
  height: 30px;
}

@keyframes featuresOrbitOuter {
  0% {
    transform: rotate(0deg) translateY(-260px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-260px) rotate(-360deg);
  }
}

@keyframes featuresOrbitInner {
  0% {
    transform: rotate(0deg) translateY(-196px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-196px) rotate(-360deg);
  }
}

.features-hero-orbit__node--a {
  animation: featuresOrbitInner 18s linear infinite;
}
.features-hero-orbit__node--b {
  animation: featuresOrbitOuter 20s linear infinite;
  animation-delay: -4s;
}
.features-hero-orbit__node--c {
  animation: featuresOrbitInner 18s linear infinite;
  animation-delay: -9s;
}
.features-hero-orbit__node--d {
  animation: featuresOrbitOuter 20s linear infinite;
  animation-delay: -14s;
}

.features-hero-bigword {
  position: absolute;
  left: 50%;
  bottom: -22%;
  transform: translateX(-50%);
  font-family: "Sansation", sans-serif;
  font-size: 42.41vw;
  font-weight: 400;
  line-height: 80%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  pointer-events: none;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 1;
}

.features-main {
  padding: 40px 0 120px;
}

.features-section {
  padding: 96px 0 0;
}

.features-section__head {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.features-section__title {
  margin: 0 0 14px;
  font-size: clamp(24px, 3.1vw, 34px);
  font-weight: 600;
  color: var(--features-ink);
  line-height: 1.2;
}

.features-text-gradient {
  background: var(--features-grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-section__sub {
  margin: 0 auto;
  max-width: 720px;
  color: var(--features-muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.features-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.features-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.5)
  );
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
}

.features-block--flip {
  grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
}
.features-block--flip .features-block__content {
  order: 2;
}
.features-block--flip .features-block__visual {
  order: 1;
}

.features-block__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 13px;
  font-weight: 500;
  color: #1b0c25;
  margin-bottom: 14px;
}

.features-block__badge img {
  width: 22px;
  height: 22px;
}

.features-block__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  color: var(--features-ink);
  line-height: 1.25;
}

.features-block__text {
  margin: 0 0 14px;
  color: var(--features-muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.features-block__bullets {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #1b0c25;
  font-size: 14px;
  font-weight: 300;
}

.features-block__bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--features-muted);
}

.features-block__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(90deg, #2783de, #ff00b2);
}

.features-preview {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--features-shadow);
}

.features-preview__topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: rgba(248, 250, 252, 0.95);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.features-preview__topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.features-preview__topbar span:nth-child(1) {
  background: #ff6467;
}
.features-preview__topbar span:nth-child(2) {
  background: #ffbd2e;
}
.features-preview__topbar span:nth-child(3) {
  background: #27c93f;
}

.features-preview__label {
  margin-left: auto;
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

.features-preview__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.features-preview__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.features-preview__pill {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #1b0c25;
}

.features-preview__pill--blue {
  background: rgba(39, 131, 222, 0.08);
  border-color: rgba(39, 131, 222, 0.18);
  color: #124b8a;
}
.features-preview__pill--pink {
  background: rgba(255, 0, 178, 0.08);
  border-color: rgba(255, 0, 178, 0.18);
  color: #9b005f;
}
.features-preview__pill--green {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.22);
  color: #047857;
}

.features-preview__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.features-preview__cell {
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.features-preview__key {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.features-preview__val {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-top: 4px;
}

.features-preview__meter {
  padding: 14px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.features-preview__meter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 10px;
}

.features-preview__meter-val {
  color: #0f172a;
  font-weight: 700;
}

.features-preview__meter-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.features-preview__meter-fill {
  height: 100%;
  width: 62%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2783de, #ff00b2);
}

.features-preview__meter--ok .features-preview__meter-fill {
  width: 86%;
  background: linear-gradient(90deg, #2783de, #06b6d4);
}

.features-preview__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.features-preview__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.05);
  font-size: 12px;
  color: #475569;
  font-weight: 500;
}

.features-preview__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.25);
  flex-shrink: 0;
  margin-top: 4px;
}
.features-preview__dot--blue {
  background: #2783de;
}
.features-preview__dot--pink {
  background: #ff00b2;
}
.features-preview__dot--green {
  background: #10b981;
}

@media (max-width: 1024px) {
  .features-hero-bg-wrapper {
    min-height: 720px;
  }

  .features-block,
  .features-block--flip {
    grid-template-columns: 1fr;
  }

  .features-block--flip .features-block__content,
  .features-block--flip .features-block__visual {
    order: initial;
  }
}

@media (max-width: 768px) {
  .features-hero-bg-wrapper {
    margin: 0;
    border-radius: 0;
    min-height: auto;
  }

  .features-hero-section {
    padding: 120px 0 48px;
  }

  .features-heading {
    font-size: 32px;
  }

  .features-hero-lead {
    font-size: 15px;
    line-height: 1.7;
  }

  .features-hero-orbit__core img {
    margin-top: 24px;
  }

  .features-main {
    padding: 24px 0 80px;
  }

  @keyframes featuresOrbitOuterMobile {
    0% {
      transform: rotate(0deg) translateY(-160px) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateY(-160px) rotate(-360deg);
    }
  }

  @keyframes featuresOrbitInnerMobile {
    0% {
      transform: rotate(0deg) translateY(-120px) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateY(-120px) rotate(-360deg);
    }
  }

  .features-hero-orbit__node--a,
  .features-hero-orbit__node--c {
    animation-name: featuresOrbitInnerMobile;
  }

  .features-hero-orbit__node--b,
  .features-hero-orbit__node--d {
    animation-name: featuresOrbitOuterMobile;
  }

  .features-hero-orbit__core {
    width: 100%;
    height: 100%;
    border-radius: 22px;
  }

  .features-hero-orbit__core-inner {
    width: 60px;
    height: 60px;
  }

  .features-hero-orbit__node {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin: -24px 0 0 -24px;
  }

  .features-hero-orbit__node img {
    width: 26px;
    height: 26px;
  }

  .features-hero-bigword {
    -webkit-text-stroke: 0.6px rgba(255, 255, 255, 0.75);
    bottom: -10%;
  }

  .features-section {
    padding-top: 72px;
  }

  .features-block {
    padding: 22px;
  }
}

/* Screenshot-matching feature sections */
.feature-shots {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding-top: 10px;
}

.feature-shot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 40px;
  align-items: center;
}

.feature-shot--image-left {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
}

.feature-shot__copy {
  max-width: 560px;
}

.feature-shot__copy--right {
  justify-self: end;
}

.feature-shot__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.feature-shot__accent--grad {
  background: var(--features-grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-shot__accent--blue {
  color: #2783de;
}

.feature-shot__lead {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  color: #62748e;
}

.feature-shot__label {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #62748e;
  font-weight: 300;
}

.feature-shot__list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-shot__list li {
  position: relative;
  padding-left: 18px;
  font-size: 14.4px;
  line-height: 1.6;
  font-weight: 300;
  color: #4a5565;
}

.feature-shot__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #4a5565;
  border-radius: 140px;
}

.feature-shot__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 10px;
  background: #2783de;
  color: #ffffff !important;
  font-weight: 100;
  font-size: 16px;
  border: none;
  /* box-shadow: 0 10px 24px rgba(39, 131, 222, 0.25); */
  /* transition: transform 0.2s ease, box-shadow 0.2s ease; */
  width: fit-content;
}

.feature-shot__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(39, 131, 222, 0.28);
}

.feature-shot__btn--center {
  align-self: flex-start;
}

.feature-shot__media {
  width: 100%;
}

.feature-shot__img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-shot__img--right {
  object-position: right center;
}

.feature-shot__img--left {
  object-position: left center;
}

@media (max-width: 1024px) {
  .feature-shots {
    gap: 64px;
  }

  .feature-shot,
  .feature-shot--image-left {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-shot__copy,
  .feature-shot__copy--right {
    max-width: 100%;
    justify-self: start;
  }

  /* Keep the text above the screenshot for every block on mobile */
  .feature-shot__copy,
  .feature-shot--image-left .feature-shot__copy {
    order: 1;
  }

  .feature-shot__media,
  .feature-shot--image-left .feature-shot__media {
    order: 2;
  }
}

@media (max-width: 600px) {
  .feature-shots {
    gap: 56px;
  }

  .feature-shot__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .feature-shot__btn {
    width: 100%;
  }
}

/* ============================================================
   About page (about.html) — about- prefix only
   ============================================================ */

:root {
  --about-ink: #0f172a;
  --about-muted: #62748e;
  --about-soft: #4a5565;
  --about-border: #e6e8f2;
  --about-card: #ffffff;
  --about-grad-text: linear-gradient(89.27deg, #2783de -9.65%, #ff00b2 137.79%);
  --about-shadow: 0 16px 50px rgba(15, 23, 42, 0.1);
  --about-shadow-sm: 0 6px 22px rgba(15, 23, 42, 0.07);
}

body.about-page-root {
  background: #ffffff;
  overflow-x: hidden;
}

.about-container {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
}

/* ---------- Hero ---------- */
.about-hero-wrapper {
  position: relative;
  margin: 16px 16px 0;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 8%,
      rgba(255, 133, 212, 0.55) 0%,
      rgba(255, 133, 212, 0) 55%
    ),
    radial-gradient(
      circle at 12% 20%,
      rgba(79, 136, 255, 0.5) 0%,
      rgba(79, 136, 255, 0) 55%
    ),
    linear-gradient(135deg, #6a5cff 0%, #b266ff 45%, #ff85d4 100%);
  min-height: 420px;
}

.about-hero {
  position: relative;
  z-index: 2;
  padding: 190px 0 90px;
  text-align: center;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 20px;
}

.about-heading {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
  font-size: 52px;
  margin: 0 auto 18px;
  max-width: 880px;
}

.about-hero-lead {
  margin: 0 auto;
  max-width: 804px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.94);
}

/* ---------- Generic section ---------- */
.about-section {
  padding: 90px 0;
}

.about-section--tight {
  padding: 70px 0;
}

.about-section__head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.about-section__title {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 600;
  color: var(--about-ink);
  line-height: 1.2;
}

.about-section__sub {
  margin: 0 auto;
  max-width: 640px;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.about-grad-text {
  background: var(--about-grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------- Split (two column) ---------- */
.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 44px;
  align-items: center;
}

.about-split--flip .about-split__media {
  order: -1;
}

.about-split__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.about-split__text {
  color: var(--about-muted);
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 300;
  margin: 0 0 16px;
}

.about-split__text:last-child {
  margin-bottom: 0;
}

.about-split__media {
  width: 100%;
}

.about-split__img {
  width: 100%;
  border-radius: 14px;
}

/* ---------- AI-driven section (light with glow) ---------- */
.about-section--ai {
  position: relative;
  overflow: hidden;
  background: white;
}

/* .about-split__title--ai {
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--about-ink);
  margin: 0 0 22px;
} */

/* ---------- Hero orbit (intro illustration) ---------- */
.about-orbit {
  position: relative;
  width: min(420px, 90%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.about-orbit__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed rgba(178, 102, 255, 0.35);
}

.about-orbit__ring--inner {
  inset: 56px;
  border-style: solid;
  border-color: rgba(79, 136, 255, 0.25);
}

.about-orbit__core {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
}

.about-orbit__core img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(124, 92, 255, 0.35));
}

.about-orbit__node {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: var(--about-shadow-sm);
  color: var(--primary-purple, #b266ff);
  font-size: 22px;
}

.about-orbit__node--t {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.about-orbit__node--r {
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-pink, #ff85d4);
}
.about-orbit__node--b {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--success-green, #10b981);
}
.about-orbit__node--l {
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-blue, #4f88ff);
}

/* ---------- Reused how-it-works orbital diagram on the About page ---------- */
.about-split__media .hiw-visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-split__media .hiw-diagram {
  position: relative;
  width: 434px;
  height: 434px;
  max-width: 100%;
}

.about-split__media .hiw-orbit {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #00d3f3;
  pointer-events: none;
}

.about-split__media .hiw-orbit--outer {
  inset: 0;
}

.about-split__media .hiw-orbit--inner {
  inset: 48px;
}

.about-split__media .hiw-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.about-split__media .hiw-stack img {
  width: 180px;
  height: auto;
  display: block;
}

.about-split__media .hiw-node {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 7.76px;
}

.about-split__media .hiw-node--top {
  animation: orbitNodeInner 20s linear infinite;
}

.about-split__media .hiw-node--right {
  animation: orbitNodeOuter 20s linear infinite;
  animation-delay: -5s;
}

.about-split__media .hiw-node--bottom {
  animation: orbitNodeInner 20s linear infinite;
  animation-delay: -10s;
}

.about-split__media .hiw-node--left {
  animation: orbitNodeOuter 20s linear infinite;
  animation-delay: -15s;
}

/* ---------- Belief / checklist card ---------- */
.about-belief {
  background: linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
}

.about-checklist-card {
  background: var(--about-card);
  border: 1px solid var(--about-border);
  border-radius: 18px;
  box-shadow: var(--about-shadow);
  padding: 40px;
  max-width: 1154px;
  margin: 0 auto;
}

.about-checklist-card__headline {
  margin: 0 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--about-border);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--about-ink);
}

.about-checklist-card__label {
  font-size: 15px;
  font-weight: 600;
  color: var(--about-ink);
  margin: 0 0 22px;
}

.about-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 40px;
}

.about-checklist li {
  position: relative;
  padding-left: 36px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 300;
  color: #62748e;
}

.about-checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #9b51e0 0%, #e0519b 100%);
}

/* ---------- Team ---------- */
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-team-card {
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}

.about-team-card__photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(160deg, #6a5cff 0%, #b266ff 55%, #ff85d4 100%);
  aspect-ratio: 1 / 1.05;
}

.about-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.about-team-card__name {
  margin: 16px 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--about-ink);
}

.about-team-card__role {
  margin: 0;
  font-size: 13.5px;
  font-weight: 300;
  color: var(--about-muted);
}

/* ---------- Future / timeline ---------- */
/* ---------- Future / timeline (new) ---------- */
.about-future {
  background: white;
}

.about-future__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
section.about-section.about-section--ai {
  padding: 0px 0px 40px 0px;
}
.about-future__copy {
  position: sticky;
  top: 130px;
}

.about-future__title {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  color: var(--about-ink);
  line-height: 1.25;
  margin: 0 0 20px;
}

.about-future__text {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 300;
  color: var(--about-muted);
  margin: 0 0 14px;
}

.about-future__text:last-child {
  margin-bottom: 0;
}

/* Timeline column */
.about-future__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Vertical connecting line */
.about-future__timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 1.5px;
  background: #e2e8f0;
}

/* Each item: marker row + card */
.about-tl__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
}

.about-tl__item:last-child {
  padding-bottom: 0;
}

/* Dot + year pill row */
.about-tl__marker {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Solid dot on the line */
.about-tl__dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--about-ink);
  flex-shrink: 0;
}

/* Year pill — gradient text + gradient border via outline + pseudo */
.about-tl__year {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 25px;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  background: linear-gradient(90deg, #ff00b2 0%, #2783de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Gradient border via pseudo-element */
.about-tl__year::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  /* background: #ebebeb; */
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  /* mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  /* -webkit-mask-composite: destination-out; */
  /* mask-composite: exclude; */
  border: 2px solid #f0f0f0d4;
}

/* Card — indented past the dot */
.about-tl__card {
  margin-left: 28px;
  background: #ffffff;
  border: 1px solid #e8eaf0;
  border-radius: 14px;
  padding: 30px 30px;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.06);
}

.about-tl__card-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--about-ink);
  margin: 0 0 8px;
  line-height: 1.4;
}

.about-tl__card-sub {
  color: var(--about-muted);
  font-size: 15px;

  font-weight: 300;
  margin: 0 0 16px;
}

.about-tl__card-text {
  color: var(--about-muted);

  font-size: 13.5px;
  font-size: 15px;

  font-weight: 300;
  margin: 0 0 16px;
}

.about-tl__card-tagline {
  margin: 12px 0 0;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--about-muted);
  line-height: 1.9;
}

/* Responsive */
@media (max-width: 860px) {
  .about-future__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-future__copy {
    position: static;
  }
}

@media (max-width: 560px) {
  .about-tl__card {
    margin-left: 20px;
    padding: 18px;
  }
}

/* ---------- What this means ---------- */
.about-means {
  padding: 70px 0;
  background: #ffffff;
}

.about-means__card {
  position: relative;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  padding: 56px 48px;
  background: linear-gradient(90deg, #f3f4ff 0%, #faf8fc 45%, #fff5f9 100%);
  border: 1px solid #e8e4ef;
  box-shadow: none;
}

.about-means__label {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #0f172a;
  margin: 0 0 20px;
  line-height: 1.25;
}

.about-means__text {
  margin: 0 auto;
  max-width: 779px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  color: #62748e;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .about-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-split--flip .about-split__media {
    order: initial;
  }
}

@media (max-width: 768px) {
  .about-container {
    padding: 0 18px;
  }

  .about-hero-wrapper {
    margin: 0;
    border-radius: 0;
    min-height: auto;
  }

  .about-hero {
    padding: 118px 0 54px;
  }

  .about-heading {
    font-size: 34px;
    line-height: 1.12;
    margin-bottom: 16px;
  }

  .about-hero-lead {
    max-width: 340px;
    font-size: 16px;
    line-height: 1.75;
  }

  .about-section {
    padding: 56px 0;
  }

  .about-split {
    gap: 28px;
  }

  .about-split__title,
  .about-split__title--ai {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .about-split__text,
  .about-section__sub,
  .about-future__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .about-section__head {
    margin-bottom: 32px;
  }

  .about-section__title,
  .about-future__title {
    font-size: 26px;
    line-height: 1.25;
  }

  .about-checklist {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-checklist-card,
  .about-means__card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .about-checklist-card__headline {
    font-size: 15px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .about-checklist-card__label {
    margin-bottom: 18px;
  }

  .about-checklist li {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-shot,
  .about-shot--ai {
    width: 100%;
    border-radius: 14px;
  }

  .about-section--ai {
    padding-bottom: 48px !important;
  }

  .about-split__media .hiw-visual {
    min-height: 262px;
  }

  .about-split__media .hiw-diagram {
    width: 262px;
    height: 262px;
    margin: 0 auto;
  }

  .about-split__media .hiw-orbit--inner {
    inset: 28px;
  }

  .about-split__media .hiw-stack img {
    width: 120px;
  }

  .about-split__media .hiw-node {
    margin: -14px 0 0 -14px;
  }

  .about-split__media .hiw-node img {
    width: 28px;
    height: 28px;
  }

  .about-split__media .hiw-node--top,
  .about-split__media .hiw-node--bottom {
    animation-name: orbitNodeInnerMobile;
  }

  .about-split__media .hiw-node--right,
  .about-split__media .hiw-node--left {
    animation-name: orbitNodeOuterMobile;
  }

  .about-future__grid {
    gap: 30px;
  }

  .about-future__timeline::before {
    left: 4px;
  }

  .about-tl__item {
    gap: 12px;
    padding-bottom: 30px;
  }

  .about-tl__marker {
    gap: 14px;
  }

  .about-tl__dot {
    width: 10px;
    height: 10px;
  }

  .about-tl__year {
    padding: 6px 16px;
    font-size: 16px;
    line-height: 1.3;
  }

  .about-tl__card {
    margin-left: 24px;
    padding: 20px;
    border-radius: 12px;
  }

  .about-tl__card-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .about-tl__card-sub,
  .about-tl__card-text,
  .about-tl__card-tagline {
    font-size: 13.5px;
    line-height: 1.7;
  }

  .about-means {
    padding: 46px 0;
  }

  .about-means__label {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .about-means__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 560px) {
  .about-container {
    padding: 0 16px;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
    gap: 28px;
  }

  .about-team-card__name {
    margin-top: 12px;
  }

  .about-hero {
    padding: 110px 0 48px;
  }

  .about-heading {
    font-size: 30px;
    width: 150px;
  }

  .about-section {
    padding: 48px 0;
  }

  .about-section__title,
  .about-split__title,
  .about-split__title--ai,
  .about-future__title {
    font-size: 24px;
  }

  .about-tl__card {
    margin-left: 20px;
    padding: 18px;
  }

  .about-tl__card-title {
    font-size: 16px;
  }
}