body.aeb-page .public-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.aeb-page .public-messages {
  position: relative;
  z-index: 20;
}

.aeb-landing {
  --aeb-bg: #f8fbff;
  --aeb-bg-soft: #edf5ff;
  --aeb-surface: rgba(255, 255, 255, .9);
  --aeb-surface-solid: #ffffff;
  --aeb-surface-strong: #e6f1ff;
  --aeb-text: #10213d;
  --aeb-text-soft: #51627d;
  --aeb-text-faint: #71829c;
  --aeb-border: rgba(31, 83, 145, .16);
  --aeb-border-strong: rgba(20, 103, 193, .3);
  --aeb-blue: #0765c8;
  --aeb-blue-strong: #034d9e;
  --aeb-cyan: #00aee8;
  --aeb-navy: #071b38;
  --aeb-success: #07875f;
  --aeb-shadow: 0 28px 70px rgba(17, 65, 116, .15);
  --aeb-shadow-soft: 0 14px 36px rgba(17, 65, 116, .09);
  position: relative;
  isolation: isolate;
  overflow: clip;
  color: var(--aeb-text);
  background: var(--aeb-bg);
  font-family: Lato, Arial, sans-serif;
  line-height: 1.6;
}

html[data-lp-theme="dark"] .aeb-landing {
  --aeb-bg: #050b18;
  --aeb-bg-soft: #091426;
  --aeb-surface: rgba(14, 27, 49, .88);
  --aeb-surface-solid: #0d192d;
  --aeb-surface-strong: #132540;
  --aeb-text: #f4f8ff;
  --aeb-text-soft: #afbdd2;
  --aeb-text-faint: #8496b1;
  --aeb-border: rgba(135, 174, 222, .18);
  --aeb-border-strong: rgba(56, 169, 244, .38);
  --aeb-blue: #2c98ff;
  --aeb-blue-strong: #5aafff;
  --aeb-cyan: #24c7f4;
  --aeb-navy: #020711;
  --aeb-success: #39d5a1;
  --aeb-shadow: 0 30px 80px rgba(0, 0, 0, .4);
  --aeb-shadow-soft: 0 14px 36px rgba(0, 0, 0, .25);
}

.aeb-landing *,
.aeb-landing *::before,
.aeb-landing *::after {
  box-sizing: border-box;
}

.aeb-landing h1,
.aeb-landing h2,
.aeb-landing h3,
.aeb-landing p,
.aeb-landing ul {
  margin-top: 0;
}

.aeb-landing h1,
.aeb-landing h2,
.aeb-landing h3 {
  color: var(--aeb-text);
  font-family: Ubuntu, Lato, sans-serif;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.aeb-landing h1 {
  max-width: 770px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 4.2vw, 4.6rem);
  font-weight: 700;
}

.aeb-landing h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.6vw, 3.65rem);
  font-weight: 700;
}

.aeb-landing h3 {
  margin-bottom: 10px;
  font-size: 1.23rem;
}

.aeb-landing p {
  color: var(--aeb-text-soft);
}

.aeb-landing a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.aeb-container {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.aeb-section,
.aeb-final {
  scroll-margin-top: 152px;
}

.aeb-section {
  position: relative;
  padding: clamp(80px, 9vw, 138px) 0;
}

.aeb-section--tint {
  background:
    radial-gradient(circle at 12% 15%, rgba(0, 174, 232, .08), transparent 31%),
    var(--aeb-bg-soft);
  border-block: 1px solid var(--aeb-border);
}

.aeb-section--intro {
  padding-top: clamp(90px, 10vw, 150px);
}

.aeb-section-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.aeb-section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.12rem;
}

.aeb-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.aeb-section-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.aeb-hero {
  position: relative;
  min-height: min(920px, calc(100vh - 52px));
  padding: clamp(64px, 6vw, 88px) 0 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 184, 238, .2), transparent 27%),
    radial-gradient(circle at 15% 5%, rgba(31, 111, 233, .18), transparent 32%),
    linear-gradient(145deg, var(--aeb-bg) 0%, var(--aeb-bg-soft) 100%);
  border-bottom: 1px solid var(--aeb-border);
}

html[data-lp-theme="dark"] .aeb-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 184, 238, .16), transparent 27%),
    radial-gradient(circle at 15% 5%, rgba(24, 99, 210, .22), transparent 32%),
    linear-gradient(145deg, #050b18 0%, #081831 100%);
}

.aeb-hero__shader,
.aeb-hero__grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.aeb-hero__shader {
  z-index: 0;
  opacity: .58;
}

.aeb-no-webgl .aeb-hero__shader {
  display: none;
}

.aeb-hero__grid {
  z-index: 1;
  opacity: .38;
  background-image:
    linear-gradient(var(--aeb-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--aeb-border) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.aeb-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .87fr) minmax(560px, 1.13fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
}

.aeb-hero__copy {
  position: relative;
}

.aeb-hero__copy::before {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: -110px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 255, 255, .62), transparent 68%);
  content: "";
  pointer-events: none;
}

html[data-lp-theme="dark"] .aeb-hero__copy::before {
  background: radial-gradient(circle, rgba(25, 88, 169, .18), transparent 68%);
}

.aeb-hero__lead {
  max-width: 700px;
  margin-bottom: 18px;
  color: var(--aeb-text) !important;
  font-size: clamp(1.13rem, 1.6vw, 1.35rem);
  line-height: 1.6;
}

.aeb-hero__note {
  max-width: 690px;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid var(--aeb-cyan);
  font-size: .98rem;
}

.aeb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 17px;
}

.aeb-button,
.aeb-landing a.aeb-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 21px;
  color: var(--aeb-text);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.aeb-button--primary,
.aeb-landing a.aeb-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--aeb-blue), #008bd8);
  box-shadow: 0 15px 34px rgba(5, 102, 200, .27);
}

.aeb-button--secondary,
.aeb-landing a.aeb-button--secondary {
  background: var(--aeb-surface);
  border-color: var(--aeb-border-strong);
  backdrop-filter: blur(10px);
}

.aeb-button--light,
.aeb-landing a.aeb-button--light {
  color: #073469;
  background: #fff;
  box-shadow: 0 18px 40px rgba(1, 17, 44, .24);
}

.aeb-button--ghost,
.aeb-landing a.aeb-button--ghost {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .34);
}

.aeb-button:focus-visible,
.aeb-text-link:focus-visible,
.aeb-theme-shot:focus-visible,
.aeb-index summary:focus-visible,
.aeb-faq summary:focus-visible,
.aeb-lightbox__close:focus-visible {
  outline: 3px solid var(--aeb-cyan);
  outline-offset: 4px;
}

.aeb-text-link,
.aeb-landing a.aeb-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--aeb-blue);
  font-weight: 900;
}

.aeb-landing .aeb-hero__ticks {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 30px 0 0;
  padding: 0;
  color: var(--aeb-text-soft);
  font-size: .84rem;
  list-style: none !important;
}

.aeb-landing .aeb-hero__ticks li {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.aeb-landing .aeb-hero__ticks li::marker,
.aeb-landing .aeb-check-list li::marker {
  content: "";
  font-size: 0;
}

.aeb-hero__ticks li::before {
  flex: 0 0 auto;
  margin-right: 7px;
  color: var(--aeb-success);
  content: "✓";
  font-weight: 900;
}

.aeb-hero__visual {
  position: relative;
  min-width: 0;
  padding: 7px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .8), rgba(28, 119, 217, .18));
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 22px;
  box-shadow: var(--aeb-shadow), 0 0 0 8px rgba(47, 135, 220, .06);
  transform-style: preserve-3d;
}

html[data-lp-theme="dark"] .aeb-hero__visual {
  background: linear-gradient(145deg, rgba(68, 153, 238, .28), rgba(5, 12, 27, .88));
  border-color: rgba(116, 187, 255, .22);
}

.aeb-windowbar {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  background: var(--aeb-surface-solid);
  border-bottom: 1px solid var(--aeb-border);
  border-radius: 15px 15px 0 0;
}

.aeb-windowbar span {
  width: 8px;
  height: 8px;
  background: var(--aeb-border-strong);
  border-radius: 50%;
}

.aeb-windowbar span:nth-child(2) { opacity: .7; }
.aeb-windowbar span:nth-child(3) { opacity: .45; }

.aeb-windowbar b {
  overflow: hidden;
  margin-left: 8px;
  color: var(--aeb-text-faint);
  font-size: .7rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aeb-hero__visual .aeb-theme-shot {
  border: 0;
  border-radius: 0 0 15px 15px;
  box-shadow: none;
}

.aeb-hero__visual::after {
  position: absolute;
  z-index: -1;
  right: -5%;
  bottom: -17%;
  width: 70%;
  height: 35%;
  background: var(--aeb-blue);
  border-radius: 50%;
  filter: blur(70px);
  content: "";
  opacity: .2;
}

.aeb-hero__trust {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 5vw, 70px);
  margin-top: clamp(48px, 7vw, 80px);
  color: var(--aeb-text-faint);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.aeb-hero__trust span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aeb-hero__trust span::before {
  width: 5px;
  height: 5px;
  background: var(--aeb-cyan);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4px rgba(0, 174, 232, .12);
}

.aeb-section-nav {
  position: sticky;
  z-index: 15;
  top: 76px;
  background: color-mix(in srgb, var(--aeb-bg) 88%, transparent);
  border-bottom: 1px solid var(--aeb-border);
  backdrop-filter: blur(16px);
}

.aeb-section-nav .aeb-container {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.aeb-section-nav .aeb-container::-webkit-scrollbar { display: none; }

.aeb-section-nav a,
.aeb-landing .aeb-section-nav a {
  flex: 0 0 auto;
  padding: 15px 18px;
  color: var(--aeb-text-soft);
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.aeb-section-nav a:hover,
.aeb-section-nav a:focus-visible {
  color: var(--aeb-blue);
}

.aeb-model {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.aeb-model article {
  position: relative;
  min-height: 220px;
  padding: 34px;
  overflow: hidden;
  background: var(--aeb-surface);
  border: 1px solid var(--aeb-border);
  border-radius: 22px;
  box-shadow: var(--aeb-shadow-soft);
}

.aeb-model article::after {
  position: absolute;
  right: -42px;
  bottom: -45px;
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(0, 174, 232, .18), transparent 67%);
  content: "";
}

.aeb-model__number {
  display: block;
  margin-bottom: 35px;
  color: var(--aeb-blue);
  font-family: Ubuntu, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.aeb-model p,
.aeb-feature-card p,
.aeb-benefit p,
.aeb-mass-card p {
  margin-bottom: 0;
}

.aeb-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 16px;
  margin-top: 40px;
}

.aeb-flow article {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 25px;
  background: var(--aeb-surface-solid);
  border: 1px solid var(--aeb-border);
  border-radius: 18px;
}

.aeb-flow article > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--aeb-blue);
  border-radius: 10px;
  font-weight: 900;
}

.aeb-flow h3 { margin-bottom: 6px; font-size: 1rem; }
.aeb-flow p { margin-bottom: 0; font-size: .88rem; }

.aeb-flow > i {
  align-self: center;
  color: var(--aeb-blue);
  font-size: 1.3rem;
  font-style: normal;
}

.aeb-landing .aeb-callout {
  margin: 18px 0 0;
  padding: 17px 21px;
  color: var(--aeb-text-soft);
  background: color-mix(in srgb, var(--aeb-blue) 7%, var(--aeb-surface-solid));
  border: 1px solid var(--aeb-border-strong);
  border-radius: 14px;
}

.aeb-landing .aeb-callout strong { color: var(--aeb-text); }

.aeb-split,
.aeb-dual {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 90px);
}

.aeb-split--wide-media {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
}

.aeb-dual {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
}

.aeb-dual--reverse .aeb-dual__copy { order: 1; }
.aeb-dual--reverse .aeb-dual__media { order: 2; }

.aeb-split__copy > p,
.aeb-dual__copy > p {
  font-size: 1.05rem;
}

.aeb-landing .aeb-check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px;
  padding: 0;
  color: var(--aeb-text-soft);
  list-style: none !important;
}

.aeb-landing .aeb-check-list li {
  position: relative;
  padding-left: 30px;
  list-style: none !important;
}

.aeb-check-list li::before {
  position: absolute;
  top: .08em;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--aeb-success);
  background: color-mix(in srgb, var(--aeb-success) 12%, transparent);
  border-radius: 50%;
  content: "✓";
  font-size: .72rem;
  font-weight: 900;
}

.aeb-benefit-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 16px;
  background: var(--aeb-surface-strong);
  border-radius: 12px;
  color: var(--aeb-text-soft);
  font-size: .87rem;
}

.aeb-benefit-line strong {
  color: var(--aeb-blue);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aeb-theme-shot {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--aeb-surface-solid);
  border: 1px solid var(--aeb-border);
  border-radius: 18px;
  box-shadow: var(--aeb-shadow-soft);
  font: inherit;
  appearance: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.aeb-theme-shot img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.aeb-theme-shot__dark { display: none !important; }

html[data-lp-theme="dark"] .aeb-theme-shot__light { display: none !important; }
html[data-lp-theme="dark"] .aeb-theme-shot__dark { display: block !important; }

.aeb-theme-shot__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: rgba(3, 35, 71, .78);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
  font-size: 1.2rem;
  line-height: 1;
  opacity: .88;
  backdrop-filter: blur(7px);
}

.aeb-caption {
  margin: 13px 4px 0;
  font-size: .78rem;
  text-align: center;
}

.aeb-editor-showcase {
  position: relative;
  margin-bottom: 34px;
}

.aeb-editor-showcase::before {
  position: absolute;
  z-index: -1;
  inset: 12% 8% -8%;
  background: linear-gradient(90deg, rgba(0, 174, 232, .22), rgba(11, 90, 201, .18));
  border-radius: 50%;
  filter: blur(60px);
  content: "";
}

.aeb-feature-grid {
  display: grid;
  gap: 16px;
}

.aeb-feature-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.aeb-feature-card {
  padding: 26px;
  background: var(--aeb-surface);
  border: 1px solid var(--aeb-border);
  border-radius: 18px;
}

.aeb-feature-card p { font-size: .9rem; }

.aeb-feature-grid--compact .aeb-feature-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .16);
}

.aeb-feature-grid--compact h3,
.aeb-feature-grid--compact p {
  color: #fff;
}

.aeb-feature-grid--compact p { color: rgba(229, 241, 255, .74); }

.aeb-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--aeb-blue);
  background: color-mix(in srgb, var(--aeb-blue) 10%, var(--aeb-surface-solid));
  border: 1px solid var(--aeb-border);
  border-radius: 13px;
  font-family: Ubuntu, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.aeb-section--mass {
  color: #fff;
  background:
    radial-gradient(circle at 8% 5%, rgba(0, 194, 241, .18), transparent 24%),
    radial-gradient(circle at 95% 90%, rgba(30, 104, 231, .23), transparent 28%),
    #06172f;
}

.aeb-section--mass h2,
.aeb-section--mass .aeb-section-heading > p:last-child {
  color: #fff;
}

.aeb-section--mass .aeb-section-heading > p:last-child {
  color: rgba(226, 240, 255, .76);
}

.aeb-mass-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.aeb-mass-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  padding: 30px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
}

.aeb-mass-card h3 { color: #fff; font-size: 1.45rem; }
.aeb-mass-card p { color: rgba(226, 240, 255, .72); }

.aeb-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  color: #76dcff;
  background: rgba(0, 181, 235, .11);
  border: 1px solid rgba(94, 210, 255, .25);
  border-radius: 999px;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aeb-mass-card .aeb-theme-shot {
  border-radius: 13px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
}

.aeb-ai-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 23px;
  align-items: center;
  margin-top: 70px;
  padding: 28px 32px;
  background: linear-gradient(120deg, color-mix(in srgb, var(--aeb-blue) 9%, var(--aeb-surface-solid)), var(--aeb-surface-solid));
  border: 1px solid var(--aeb-border-strong);
  border-radius: 20px;
}

.aeb-ai-note__mark {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #6338dc, #087ed5 55%, #00b9dd);
  border-radius: 19px;
  box-shadow: 0 14px 30px rgba(74, 57, 206, .24);
  font-family: Ubuntu, sans-serif;
  font-size: .82rem;
  font-weight: 700;
}

.aeb-ai-note h3 { margin-bottom: 7px; }
.aeb-ai-note p { margin-bottom: 0; }

.aeb-section--benefits {
  background:
    radial-gradient(circle at 50% 12%, rgba(0, 174, 232, .11), transparent 32%),
    var(--aeb-bg);
}

.aeb-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.aeb-benefit {
  position: relative;
  min-height: 225px;
  padding: 32px;
  overflow: hidden;
  background: var(--aeb-surface);
  border: 1px solid var(--aeb-border);
  border-radius: 20px;
  box-shadow: var(--aeb-shadow-soft);
}

.aeb-benefit::after {
  position: absolute;
  right: -65px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  background: var(--aeb-blue);
  border-radius: 50%;
  content: "";
  filter: blur(60px);
  opacity: .09;
}

.aeb-section--index {
  background: var(--aeb-bg-soft);
  border-block: 1px solid var(--aeb-border);
}

.aeb-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.aeb-index__item,
.aeb-faq__item {
  overflow: hidden;
  background: var(--aeb-surface-solid);
  border: 1px solid var(--aeb-border);
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(17, 65, 116, .04);
}

.aeb-index summary,
.aeb-faq summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 21px;
  color: var(--aeb-text);
  cursor: pointer;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  list-style: none;
}

.aeb-index summary::-webkit-details-marker,
.aeb-faq summary::-webkit-details-marker { display: none; }

.aeb-index summary b,
.aeb-faq summary span {
  color: var(--aeb-blue);
  font-size: 1.15rem;
  font-weight: 400;
  transition: transform .2s ease;
}

.aeb-index details[open] summary b,
.aeb-faq details[open] summary span { transform: rotate(45deg); }

.aeb-index__item ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0 25px 24px 48px;
  color: var(--aeb-text-soft);
  font-size: .9rem;
}

.aeb-index__item li::marker { color: var(--aeb-blue); }

.aeb-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: start;
}

.aeb-faq-layout > .aeb-section-heading {
  position: sticky;
  top: 160px;
  margin-bottom: 0;
}

.aeb-faq {
  display: grid;
  gap: 12px;
}

.aeb-faq__item p {
  margin: 0;
  padding: 0 22px 22px;
}

.aeb-faq__item a { color: var(--aeb-blue); }

.aeb-faq__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0 22px 22px;
}

.aeb-faq__links a,
.aeb-landing .aeb-faq__links a {
  padding: 7px 11px;
  color: var(--aeb-blue);
  background: color-mix(in srgb, var(--aeb-blue) 8%, transparent);
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.aeb-final {
  position: relative;
  padding: clamp(85px, 10vw, 145px) 0;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 15% 0%, rgba(32, 201, 247, .2), transparent 30%),
    radial-gradient(circle at 90% 100%, rgba(27, 93, 225, .35), transparent 35%),
    #06152d;
}

.aeb-final__glow {
  position: absolute;
  top: -240px;
  left: 50%;
  width: 620px;
  height: 620px;
  background: #087bd5;
  border-radius: 50%;
  filter: blur(150px);
  opacity: .18;
  transform: translateX(-50%);
}

.aeb-final__inner { position: relative; z-index: 1; }
.aeb-final h2 { max-width: 900px; margin-right: auto; margin-left: auto; color: #fff; }
.aeb-final__inner > p { max-width: 640px; margin: 0 auto 30px; color: rgba(229, 240, 255, .74); font-size: 1.08rem; }
.aeb-actions--center { justify-content: center; margin-bottom: 0; }

.aeb-lightbox[hidden] { display: none; }

.aeb-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.aeb-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 7, 20, .86);
  backdrop-filter: blur(12px);
}

.aeb-lightbox__dialog {
  position: relative;
  display: flex;
  width: min(96vw, 1640px);
  max-height: 94vh;
  flex-direction: column;
  overflow: hidden;
  color: var(--aeb-text);
  background: var(--aeb-surface-solid);
  border: 1px solid var(--aeb-border-strong);
  border-radius: 18px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .52);
}

.aeb-lightbox__bar {
  display: flex;
  min-height: 56px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 10px 8px 20px;
  border-bottom: 1px solid var(--aeb-border);
}

.aeb-lightbox__bar h2 {
  overflow: hidden;
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aeb-lightbox__close {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  color: var(--aeb-text);
  cursor: pointer;
  background: var(--aeb-bg-soft);
  border: 1px solid var(--aeb-border);
  border-radius: 10px;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
}

.aeb-lightbox__viewport {
  min-height: 0;
  overflow: auto;
  background:
    linear-gradient(45deg, rgba(90, 120, 160, .06) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(90, 120, 160, .06) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(90, 120, 160, .06) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(90, 120, 160, .06) 75%);
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
}

.aeb-lightbox__viewport img {
  display: block;
  width: auto;
  min-width: min(100%, 960px);
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0 auto;
}

.aeb-lightbox__hint {
  flex: 0 0 auto;
  margin: 0;
  padding: 8px 18px;
  border-top: 1px solid var(--aeb-border);
  font-size: .73rem;
  text-align: center;
}

body.aeb-lightbox-open { overflow: hidden; }

body.aeb-lightbox-open .aeb-landing {
  isolation: auto;
}

.aeb-reveal { opacity: 1; transform: none; }

.aeb-js .aeb-reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px);
}

.aeb-js .aeb-reveal {
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .aeb-button:hover { transform: translateY(-2px); }
  .aeb-button--primary:hover { box-shadow: 0 19px 42px rgba(5, 102, 200, .34); }
  .aeb-theme-shot:hover { border-color: var(--aeb-border-strong); box-shadow: var(--aeb-shadow); transform: translateY(-3px); }
  .aeb-feature-card:hover,
  .aeb-benefit:hover { border-color: var(--aeb-border-strong); }
}

@media (max-width: 1120px) {
  .aeb-hero { min-height: auto; }
  .aeb-hero__inner { grid-template-columns: 1fr; }
  .aeb-hero__copy { max-width: 850px; }
  .aeb-hero__visual { width: min(100%, 980px); margin-inline: auto; }
  .aeb-hero__trust { margin-top: 46px; }
  .aeb-feature-grid--four { grid-template-columns: repeat(2, 1fr); }
  .aeb-split,
  .aeb-split--wide-media,
  .aeb-dual { gap: 42px; }
}

@media (min-width: 761px) and (max-width: 900px) {
  body.aeb-page .lpn-nav-partner { display: none; }
  body.aeb-page .lpn-nav { gap: .65rem; }
  body.aeb-page .lpn-logo { max-width: min(250px, 32vw); height: 36px; }
}

@media (max-width: 900px) {
  .aeb-container { width: min(100% - 36px, 1320px); }
  .aeb-model { grid-template-columns: 1fr; }
  .aeb-model article { min-height: 0; }
  .aeb-model__number { margin-bottom: 20px; }
  .aeb-flow { grid-template-columns: 1fr; }
  .aeb-flow > i { transform: rotate(90deg); justify-self: center; }
  .aeb-split,
  .aeb-split--wide-media,
  .aeb-dual { grid-template-columns: 1fr; }
  .aeb-dual--reverse .aeb-dual__copy,
  .aeb-dual--reverse .aeb-dual__media { order: initial; }
  .aeb-split__copy,
  .aeb-dual__copy { max-width: 760px; }
  .aeb-mass-grid { grid-template-columns: 1fr; }
  .aeb-benefits { grid-template-columns: repeat(2, 1fr); }
  .aeb-faq-layout { grid-template-columns: 1fr; }
  .aeb-faq-layout > .aeb-section-heading { position: static; }
}

@media (max-width: 640px) {
  .aeb-container { width: min(100% - 28px, 1320px); }
  .aeb-section { padding: 74px 0; }
  .aeb-section,
  .aeb-final { scroll-margin-top: 132px; }
  .aeb-section-nav { top: 70px; }
  .aeb-hero { padding-top: 60px; }
  .aeb-landing h1 { font-size: clamp(2.4rem, 12vw, 3.45rem); }
  .aeb-landing h2 { font-size: clamp(1.8rem, 8.4vw, 2.55rem); }
  .aeb-hero__lead { font-size: 1.05rem; }
  .aeb-actions { flex-direction: column; }
  .aeb-button,
  .aeb-landing a.aeb-button { width: 100%; }
  .aeb-hero__trust { display: grid; justify-content: start; gap: 12px; }
  .aeb-hero__visual { padding: 4px; border-radius: 16px; }
  .aeb-windowbar { height: 32px; border-radius: 11px 11px 0 0; }
  .aeb-hero__visual .aeb-theme-shot { border-radius: 0 0 11px 11px; }
  .aeb-section-nav .aeb-container { width: 100%; padding-inline: 7px; }
  .aeb-section-nav a,
  .aeb-landing .aeb-section-nav a { padding: 13px 11px; }
  .aeb-model article,
  .aeb-feature-card,
  .aeb-benefit,
  .aeb-mass-card { padding: 24px; }
  .aeb-flow article { padding: 20px; }
  .aeb-feature-grid--four,
  .aeb-benefits,
  .aeb-index { grid-template-columns: 1fr; }
  .aeb-dual,
  .aeb-split { gap: 32px; }
  .aeb-theme-shot { border-radius: 12px; }
  .aeb-theme-shot__zoom { right: 8px; bottom: 8px; width: 33px; height: 33px; }
  .aeb-benefit-line { grid-template-columns: 1fr; }
  .aeb-ai-note { grid-template-columns: 1fr; padding: 24px; }
  .aeb-ai-note__mark { width: 54px; height: 54px; }
  .aeb-faq summary,
  .aeb-index summary { padding: 17px; }
  .aeb-index__item ul { padding: 0 19px 21px 39px; }
  .aeb-lightbox { padding: 8px; }
  .aeb-lightbox__dialog { width: 100%; max-height: 96vh; border-radius: 13px; }
  .aeb-lightbox__bar { padding-left: 14px; }
  .aeb-lightbox__viewport img { min-width: 900px; }
  .aeb-final { padding: 80px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .aeb-landing *,
  .aeb-landing *::before,
  .aeb-landing *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .aeb-js .aeb-reveal:not(.is-visible),
  .aeb-js .aeb-reveal {
    opacity: 1;
    transform: none;
  }
}

@supports not (color: color-mix(in srgb, white, black)) {
  .aeb-section-nav { background: var(--aeb-bg); }
  .aeb-callout,
  .aeb-icon,
  .aeb-faq__links a { background: var(--aeb-surface-strong); }
}
