/* WordPress + WooCommerce overlay for the AEOrg design */

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 8px 12px;
  border-radius: 8px;
  background: #155eef;
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header .custom-logo-link,
.site-header .custom-logo {
  display: block;
  width: auto;
  height: auto;
}

.brand {
  position: relative;
  display: grid;
  align-items: center;
  justify-self: start;
  width: max-content;
  margin: 0;
  padding: 0;
}

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

.brand-logo--on-dark {
  display: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #0b1324;
}

.aeorg-page {
  padding-top: 36px;
  padding-bottom: 56px;
}

.aeorg-page-header h1 {
  max-width: 820px;
}

.aeorg-prose {
  max-width: 760px;
}

.aeorg-prose > p,
.aeorg-prose > ul,
.aeorg-prose > ol {
  color: #334155;
  line-height: 1.6;
}

.aeorg-prose .wp-block-buttons,
.hero-actions {
  margin-top: 18px;
}

.wp-block-group.section,
.wp-block-group.alignfull {
  max-width: 1160px;
  margin-inline: auto;
}

.aeorg-shop-shell,
.woocommerce-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 32px clamp(18px, 3.6vw, 32px) 64px;
}

body.woocommerce-checkout .aeorg-shop-shell.section,
body.woocommerce-cart .aeorg-shop-shell.section,
body.woocommerce-account .aeorg-shop-shell.section,
body.aeorg-shop .aeorg-shop-shell.section,
body.woocommerce-checkout .aeorg-page.section,
body.woocommerce-cart .aeorg-page.section,
body.woocommerce-account .aeorg-page.section {
  display: block;
  width: min(960px, calc(100% - 48px));
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

body.woocommerce-checkout .aeorg-prose,
body.woocommerce-cart .aeorg-prose,
body.woocommerce-account .aeorg-prose {
  max-width: none;
  width: 100%;
  margin-inline: auto;
}

body.woocommerce-checkout .aeorg-page-header h1,
body.woocommerce-cart .aeorg-page-header h1 {
  max-width: none;
}

body.woocommerce-checkout .woocommerce,
body.woocommerce-cart .woocommerce {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

body.woocommerce-checkout form.checkout {
  width: 100%;
  max-width: 100%;
}

body.woocommerce-checkout .col2-set {
  width: 100%;
  float: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
}

body.woocommerce-checkout .col2-set::before,
body.woocommerce-checkout .col2-set::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
  max-width: none !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  text-align: center !important;
  vertical-align: middle;
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-message {
  display: flex !important;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.woocommerce-message .button {
  margin-left: auto;
  float: none !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(21, 94, 239, 0.28);
  border-radius: 14px;
  background: #f8fbff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
  user-select: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info:hover {
  border-color: rgba(21, 94, 239, 0.55);
  background: #eef5ff;
  box-shadow: 0 10px 26px rgba(21, 94, 239, 0.1);
}

.woocommerce-form-coupon-toggle .woocommerce-info::after {
  content: "›";
  margin-left: auto;
  color: #155eef;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.woocommerce-form-coupon-toggle .showcoupon {
  color: #155eef !important;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-form-coupon {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #fff;
}

@media (max-width: 820px) {
  body.woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
}

.aeorg-shop .woocommerce-products-header__title,
.aeorg-shop .page-title,
.woocommerce-wrap h1 {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products,
.woocommerce ul.products.columns-3,
.woocommerce ul.products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce ul.products li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products.columns-3 li.product {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 22px;
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.06);
}

.woocommerce ul.products li.product img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  border-radius: 18px;
}

.hero-diagnostic-card {
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: 0 34px 80px rgba(3, 7, 18, 0.24) !important;
}

.hero-diagnostic-card img {
  width: 100%;
  height: auto;
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.15rem;
  font-weight: 800;
}

.woocommerce ul.products li.product .price {
  color: #155eef;
  font-weight: 800;
}

.button.button-primary,
button.button.button-primary,
.woocommerce a.button.button-primary,
.woocommerce button.button.button-primary,
.woocommerce #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #155eef, #0046d7) !important;
  background-color: #155eef !important;
  font-weight: 750;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: linear-gradient(135deg, #155eef, #0046d7) !important;
}

.woocommerce div.product {
  display: grid;
  gap: 28px;
}

.woocommerce div.product .summary {
  padding: 8px 0 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #155eef;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-cart table.cart input {
  border: 1px solid #cbd5e1;
  border-radius: 7px;
}

.site-header .wp-block-site-logo img {
  width: auto;
  height: 72px;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
  }

  .site-header {
    grid-template-columns: auto 42px minmax(0, 1fr);
  }

  .header-domain-form {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }

  .nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 12px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px 4px;
    border-bottom: 1px solid #eef2f7;
  }
}

@media (max-width: 900px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

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

.handoff-tools {
  display: none !important;
}

/* 2026 visual refresh: calmer spacing, softer geometry, Momo typography */
:root {
  --ae-radius-sm: 14px;
  --ae-radius: 22px;
  --ae-radius-lg: 30px;
  --ae-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
  --ae-shadow-hover: 0 24px 65px rgba(15, 23, 42, 0.11);
}

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

body,
button,
input,
select,
textarea {
  font-family: "Momo Trust Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

h1,
h2,
.section-heading h2,
.solution-section h2,
.closing-cta h2,
.aeorg-page-header h1,
.woocommerce-products-header__title,
.woocommerce-wrap h1,
.page-title {
  font-family: "Momo Trust Display", "Momo Trust Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Momo Trust Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.65;
  background:
    radial-gradient(circle at 92% 5%, rgba(21, 94, 239, 0.07), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #ffffff 100%);
}

.site-header {
  min-height: 104px;
  gap: 28px;
  padding: 16px clamp(20px, 3vw, 40px);
  border-bottom-color: rgba(219, 228, 240, 0.7);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.035);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand img,
.brand-logo,
.site-header .custom-logo {
  width: auto;
  max-width: 280px;
  height: 72px;
  object-fit: contain;
}

.footer img,
.footer-logo {
  width: auto;
  max-width: 118px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 14px;
  background: transparent !important;
  box-shadow: none;
  filter: none;
}

body.has-hero-header .site-header {
  position: sticky;
  top: 0;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
}

body.has-hero-header .site-header .brand-logo--on-light {
  display: none;
}

body.has-hero-header .site-header .brand-logo--on-dark {
  display: block;
}

body.has-hero-header .site-header .nav a {
  color: #ffffff;
}

body.has-hero-header .site-header .nav a:hover,
body.has-hero-header .site-header .nav a:focus-visible {
  color: #ffffff;
}

body.has-hero-header .site-header .nav-toggle {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

body.has-hero-header .site-header .nav-toggle span {
  background: #f8fafc;
}

body.has-hero-header .site-header .header-domain-form input {
  color: #0b1324;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.45);
}

body.has-hero-header .site-header.is-scrolled {
  border-bottom-color: rgba(219, 228, 240, 0.7);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.035);
}

body.has-hero-header .site-header.is-scrolled .brand-logo--on-light {
  display: block;
}

body.has-hero-header .site-header.is-scrolled .brand-logo--on-dark {
  display: none;
}

body.has-hero-header .site-header.is-scrolled .nav a {
  color: #0b1324;
}

body.has-hero-header .site-header.is-scrolled .nav-toggle {
  border-color: #dbe4f0;
  background: #fff;
}

body.has-hero-header .site-header.is-scrolled .nav-toggle span {
  background: #0b1324;
}

body.has-hero-header .hero.section.has-hero-bg {
  margin-top: -104px;
}

.hero.section.has-hero-bg {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  max-width: none;
  width: 100%;
  margin: 0;
  min-height: clamp(520px, 58vw, 720px);
  aspect-ratio: auto;
  padding: 0;
  border: 0;
  background: #061120;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/heero2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: none;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg-video {
    display: none;
  }
}

.hero-overlay {
  display: none; /* ideiglenes: fekete háttérgradiens kikapcsolva */
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 12, 28, 0.82) 0%, rgba(5, 12, 28, 0.58) 42%, rgba(5, 12, 28, 0.22) 72%, rgba(5, 12, 28, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 12, 28, 0.42) 0%, transparent 34%, rgba(5, 12, 28, 0.28) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(96px, 11vw, 128px) clamp(20px, 3vw, 40px) clamp(40px, 5vw, 64px);
}

.has-hero-bg .hero-copy {
  max-width: min(580px, 100%);
  margin-left: 0;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
}

.has-hero-bg .eyebrow {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 0.72rem;
}

.has-hero-bg h1 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: clamp(1.95rem, 3.4vw, 3.15rem);
  line-height: 1.08;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.has-hero-bg .lead {
  color: #ffffff;
  margin-bottom: 18px;
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.55;
}

.has-hero-bg .hero-warning {
  max-width: 560px;
  margin: 0 0 18px;
  padding: 12px 28px 12px 14px;
  color: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(8, 20, 40, 0.55) 0%,
    rgba(8, 20, 40, 0.28) 48%,
    rgba(8, 20, 40, 0.08) 78%,
    transparent 100%
  );
  border-left: 3px solid #38bdf8;
  border-radius: 0 var(--ae-radius-sm) var(--ae-radius-sm) 0;
  backdrop-filter: none;
  box-shadow: none;
}

.has-hero-bg .trust-row {
  margin-top: 0;
  color: #ffffff;
}

.has-hero-bg .trust-row span::before {
  border-color: #34d399;
  color: #34d399;
}

.hero-cta-band {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(40px, 5.5vw, 64px) clamp(24px, 4vw, 48px);
  border: 0;
  background:
    radial-gradient(ellipse 70% 90% at 15% 20%, rgba(21, 94, 239, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 80% at 90% 80%, rgba(6, 182, 212, 0.06), transparent 50%),
    linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
  color: #0b1324;
}

.hero-cta-band-inner {
  width: min(720px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero-cta-band-title {
  margin: 0 0 12px;
  font-family: "Momo Trust Display", "Momo Trust Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0b1324;
}

.hero-cta-band-lead {
  margin: 0 auto 26px;
  max-width: 540px;
  color: #475569;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.55;
}

.hero-cta-band .hero-mini-form {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-cta-band .hero-mini-form .inline-domain-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  align-items: stretch;
}

.hero-cta-band .hero-mini-form input {
  height: 52px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid #cbd5e1;
  border-right: 0;
  border-radius: 999px 0 0 999px !important;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.hero-cta-band .hero-mini-form .button,
.hero-cta-band .hero-mini-form .button.button-primary {
  height: 52px !important;
  min-height: 52px !important;
  margin: 0;
  padding: 0 22px;
  border-left: 0;
  border-radius: 0 999px 999px 0 !important;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(21, 94, 239, 0.22);
}

.hero-cta-band .hero-actions {
  margin: 18px 0 0;
  justify-content: center;
}

.hero-cta-band .button-link {
  color: #155eef;
}

.hero-cta-band .button-link:hover,
.hero-cta-band .button-link:focus-visible {
  color: #0b3db8;
}

/* Full-bleed colored section bands (selective) */
.section.section-band {
  position: relative;
  z-index: 0;
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: calc((100% - min(1240px, 100%)) / 2 + clamp(24px, 4vw, 48px));
  padding-right: calc((100% - min(1240px, 100%)) / 2 + clamp(24px, 4vw, 48px));
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.section-band--sky {
  background:
    radial-gradient(ellipse 70% 80% at 8% 30%, rgba(56, 189, 248, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 60% at 92% 80%, rgba(21, 94, 239, 0.12), transparent 50%),
    linear-gradient(180deg, #d7ebff 0%, #e5f2ff 100%);
}

.section-band--sky.trust-strip {
  max-width: none;
  text-align: center;
}

.section-band--sky.trust-strip > div {
  max-width: 820px;
  margin-inline: auto;
}

.section-band--mist {
  background:
    radial-gradient(ellipse 55% 70% at 90% 20%, rgba(21, 94, 239, 0.2), transparent 50%),
    radial-gradient(ellipse 45% 55% at 10% 85%, rgba(8, 145, 178, 0.12), transparent 45%),
    linear-gradient(165deg, #d9e4f2 0%, #cfdced 48%, #e2eaf4 100%);
}

.section-band--ice {
  background:
    radial-gradient(circle at 20% 80%, rgba(14, 165, 233, 0.2), transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(21, 94, 239, 0.14), transparent 40%),
    linear-gradient(180deg, #d4eef8 0%, #dff3f8 100%);
}

.section-band--deep {
  color: #ffffff;
  background:
    radial-gradient(ellipse 60% 80% at 15% 40%, rgba(56, 189, 248, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 60% at 85% 70%, rgba(37, 99, 235, 0.4), transparent 50%),
    linear-gradient(145deg, #06101f 0%, #0e2a52 46%, #0a1c3a 100%);
}

.section-band--tech,
.section-band--tech-alt {
  position: relative;
  isolation: isolate;
  color: #ffffff;
  overflow: hidden;
}

.section-band--tech {
  background:
    radial-gradient(ellipse 55% 70% at 12% 20%, rgba(6, 182, 212, 0.32), transparent 55%),
    radial-gradient(ellipse 45% 55% at 88% 75%, rgba(21, 94, 239, 0.34), transparent 52%),
    linear-gradient(155deg, #040a14 0%, #0a1a33 48%, #071225 100%);
}

.section-band--tech-alt {
  background:
    radial-gradient(ellipse 50% 60% at 80% 15%, rgba(56, 189, 248, 0.26), transparent 50%),
    radial-gradient(ellipse 60% 70% at 15% 85%, rgba(14, 165, 233, 0.22), transparent 55%),
    linear-gradient(200deg, #06111f 0%, #0c2242 42%, #081526 100%);
}

.section-band--tech::before,
.section-band--tech-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 45%, #000 25%, transparent 78%);
  opacity: 0.9;
}

.section-band--tech::after,
.section-band--tech-alt::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 60%, rgba(56, 189, 248, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 28%, rgba(6, 182, 212, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 78%, rgba(125, 211, 252, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 62%, rgba(37, 99, 235, 0.18) 0 1.5px, transparent 3px);
  background-size: 100% 100%;
  opacity: 0.85;
}

.section-band--tech-alt::before {
  background-size: 36px 36px;
  transform: rotate(-2deg) scale(1.06);
  opacity: 0.75;
}

.section-band--tech > *,
.section-band--tech-alt > * {
  position: relative;
  z-index: 1;
}

.section-band--tech .section-heading p,
.section-band--tech-alt .section-heading p,
.section-band--tech .chain-steps p,
.section-band--tech-alt .measure-grid p,
.section-band--tech .chain-steps strong,
.section-band--tech-alt .measure-grid h3 {
  color: #ffffff;
}

.section-band--tech .eyebrow,
.section-band--tech-alt .eyebrow {
  color: var(--cyan);
}

.section-band--tech .chain-steps li,
.section-band--tech-alt .measure-grid article {
  border-color: rgba(125, 211, 252, 0.22);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.06), 0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
}

.section-band--tech .chain-steps span,
.section-band--tech-alt .measure-grid span {
  color: #7dd3fc;
}

.section-band--deep h1,
.section-band--deep h2,
.section-band--deep h3,
.section-band--deep p,
.section-band--deep li,
.section-band--deep strong,
.section-band--deep .lead,
.section-band--deep .demo-q,
.section-band--deep .demo-meta,
.section-band--deep .demo-meaning,
.section-band--deep .demo-footnote,
.section-band--deep .demo-limit,
.section-band--deep .demo-result,
.section-band--deep .sample-copy p,
.section-band--deep .sample-form-label,
.section-band--deep .sample-output-grid article,
.section-band--deep figcaption {
  color: #ffffff;
}

.section-band--deep .eyebrow {
  color: var(--cyan);
}

.section-band--deep .demo-step,
.section-band--deep .demo-coach,
.section-band--deep .demo-more,
.section-band--deep .sample-output-grid article span {
  color: #7dd3fc;
}

.section-band--deep .sample-output-grid article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.section-band--deep .sample-score {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.nav {
  gap: clamp(18px, 2vw, 32px);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav a {
  position: relative;
  padding: 10px 0;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--ae-blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: 180ms ease;
}

.nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.section {
  max-width: 1240px;
  padding: clamp(54px, 7vw, 96px) clamp(24px, 4vw, 48px);
}

.hero.section {
  min-height: calc(100vh - 78px);
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.hero {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.has-hero-bg.hero {
  grid-template-columns: 1fr;
}

h1,
h2 {
  font-family: "Momo Trust Display", "Momo Trust Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4.6vw, 4.65rem);
  font-weight: 400;
  line-height: 1.02;
}

h2,
.section-heading h2,
.solution-section h2,
.closing-cta h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 400;
  line-height: 1.08;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.1rem, 1.3vw, 1.28rem);
  font-family: "Momo Trust Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

p {
  line-height: 1.65;
}

.eyebrow,
.section-kicker {
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.lead {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.6;
}

.hero-warning {
  margin: 0 0 26px;
  padding: 17px 20px;
  border-left-width: 3px;
  border-radius: var(--ae-radius-sm);
  font-weight: 600;
  line-height: 1.55;
}

.button,
.button.button-primary,
button.button.button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order {
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px !important;
  font-weight: 650;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  box-shadow: 0 12px 30px rgba(21, 94, 239, 0.22);
}

.hero-mini-form {
  max-width: 660px;
  gap: 13px;
  margin-top: 0;
  padding: 16px;
  border-color: rgba(21, 94, 239, 0.16);
  border-radius: var(--ae-radius);
  box-shadow: var(--ae-shadow);
}

.hero-mini-form span {
  padding-left: 5px;
  font-weight: 650;
}

.inline-domain-form input {
  height: 52px;
  min-height: 52px;
  padding-inline: 20px;
  border-radius: 999px 0 0 999px;
}

.inline-domain-form .button {
  min-height: 52px;
  padding-inline: 28px;
  border-radius: 0 999px 999px 0 !important;
}

.header-domain-form {
  width: min(390px, 100%);
}

.header-domain-form .inline-domain-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  align-items: stretch;
}

.header-domain-form input,
.header-domain-form .button {
  height: 44px;
  min-height: 44px;
}

.header-domain-form input {
  border-right: 0;
  border-radius: 999px 0 0 999px !important;
}

.header-domain-form .button,
.header-domain-form .button.button-primary,
.header-domain-form .inline-domain-row .button.button-primary {
  margin: 0;
  padding: 0 18px;
  border-left: 0;
  border-radius: 0 999px 999px 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  line-height: 1;
}

.hero-actions {
  margin: 20px 0;
}

.trust-row {
  gap: 12px 20px;
  margin-top: 22px;
  font-size: 0.88rem;
}

.hero-card,
.hero-diagnostic-card {
  border-radius: var(--ae-radius);
  box-shadow: 0 30px 75px rgba(3, 7, 18, 0.22);
}

.trust-strip {
  max-width: 960px;
  margin-top: 0;
  padding: 34px 46px;
  border-radius: var(--ae-radius);
  box-shadow: var(--ae-shadow);
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.ae-pricing .ae-pricing-hero .section-heading {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ae-pricing .ae-pricing-hero .section-heading h1,
.ae-pricing .ae-pricing-hero .section-heading p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading p {
  font-size: 1.08rem;
  line-height: 1.65;
}

.buyer-moment,
.question-demo,
.text-stack {
  padding: clamp(26px, 3vw, 40px);
  border-color: rgba(219, 228, 240, 0.9);
  border-radius: var(--ae-radius);
  box-shadow: var(--ae-shadow);
}

.buyer-moment {
  max-width: 920px;
  margin-bottom: 32px;
}

.buyer-moment blockquote,
.question-demo blockquote {
  margin: 18px 0;
  padding: 18px 22px;
  border-radius: var(--ae-radius-sm);
  font-size: 1.08rem;
}

.problem-grid,
.insight-grid {
  gap: 22px;
}

.problem-card,
.insight-grid article,
.scope-grid article,
.security-list li,
.faq details,
.woocommerce ul.products li.product {
  padding: 28px;
  border-color: rgba(219, 228, 240, 0.9);
  border-radius: var(--ae-radius);
  box-shadow: var(--ae-shadow);
}

.problem-card {
  min-height: 230px;
}

.problem-card:hover,
.scope-grid article:hover,
.security-list li:hover,
.faq details:hover,
.insight-grid article:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--ae-shadow-hover);
}

.icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.problem-card h3,
.scope-grid h3 {
  font-size: 1.08rem;
}

.split-section,
.security-section {
  gap: clamp(40px, 7vw, 96px);
}

.solution-section {
  padding-top: clamp(72px, 8vw, 108px);
  padding-bottom: clamp(72px, 8vw, 108px);
}

.scope-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.scope-grid article {
  min-height: 210px;
}

.sample-audit {
  grid-template-columns: minmax(280px, 1fr) minmax(340px, 390px) minmax(300px, 1fr);
  gap: clamp(32px, 4vw, 56px);
}

.sample-output-grid {
  gap: 18px;
}

.sample-output-grid article {
  padding: 24px;
  border-radius: var(--ae-radius);
}

.sample-score {
  border-radius: var(--ae-radius);
}

.sample-audit-form {
  margin-top: 24px;
  border-radius: 999px;
}

.sample-audit-form input {
  padding-left: 22px;
}

.sample-audit-form .button {
  border-radius: 999px !important;
}

.security-list {
  gap: 18px;
}

.faq {
  max-width: 940px;
}

.faq details {
  margin-bottom: 16px;
}

.faq summary {
  font-size: 1.05rem;
  font-weight: 650;
}

.closing-cta {
  padding: clamp(56px, 7vw, 88px) clamp(26px, 6vw, 78px);
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: var(--ae-radius-lg);
  box-shadow: var(--ae-shadow);
}

.audit-panel {
  gap: clamp(42px, 7vw, 88px);
}

.audit-form {
  gap: 24px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--ae-radius);
}

input,
select,
textarea {
  min-height: 50px;
  padding: 14px 18px;
  border-radius: var(--ae-radius-sm);
}

.tile-grid {
  gap: 12px;
}

.tile-grid button {
  min-height: 52px;
  border-radius: var(--ae-radius-sm);
  font-weight: 600;
}

.woocommerce ul.products,
.woocommerce ul.products.columns-3,
.woocommerce ul.products.columns-4 {
  gap: 26px !important;
}

.woocommerce ul.products li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products.columns-3 li.product {
  padding: 28px;
}

.woocommerce ul.products li.product img {
  height: 220px;
  margin-bottom: 20px;
  border-radius: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.25rem;
  font-weight: 650;
}

.aeorg-shop-shell,
.woocommerce-wrap,
.aeorg-page {
  padding-top: clamp(54px, 7vw, 88px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.footer {
  gap: clamp(36px, 6vw, 84px);
  padding: 72px clamp(28px, 7vw, 96px) 44px;
  color: #ffffff;
}

.footer h3,
.footer a,
.footer p,
.footer-bottom {
  color: #ffffff !important;
}

.footer a:hover,
.footer a:focus-visible {
  color: #ffffff !important;
  text-decoration: underline;
}

.exit-dialog {
  padding: 42px;
  border-radius: var(--ae-radius);
}

@media (max-width: 1180px) {
  .section {
    max-width: 1100px;
  }

  .hero {
    gap: 44px;
  }

  .site-header {
    gap: 16px;
  }

  .nav {
    gap: 16px;
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: 76px;
    grid-template-columns: auto 42px minmax(220px, 1fr);
    padding: 10px 20px;
  }

  .brand-logo,
  .brand img,
  .site-header .custom-logo {
    max-width: 168px;
    height: 46px;
  }

  body.has-hero-header .hero.section.has-hero-bg {
    margin-top: -80px;
  }

  .hero.section:not(.has-hero-bg) {
    min-height: auto;
  }

  .hero,
  .sample-audit,
  .split-section,
  .security-section {
    gap: 40px;
  }

  .problem-grid-four,
  .scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-bg {
    background-position: 70% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 12, 28, 0.78) 0%, rgba(5, 12, 28, 0.62) 45%, rgba(5, 12, 28, 0.78) 100%),
      linear-gradient(90deg, rgba(5, 12, 28, 0.55), rgba(5, 12, 28, 0.28));
  }

  .has-hero-bg .hero-copy {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    grid-template-columns: auto 42px;
    gap: 10px;
    padding: 10px 14px;
  }

  .brand img,
  .brand-logo,
  .site-header .custom-logo {
    max-width: 148px;
    height: 40px;
  }

  .header-domain-form {
    grid-column: 1 / -1;
  }

  .section {
    padding: 52px 20px;
  }

  .hero.section:not(.has-hero-bg) {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .hero.section.has-hero-bg {
    min-height: 480px;
    aspect-ratio: auto;
  }

  body.has-hero-header .hero.section.has-hero-bg {
    margin-top: -72px;
  }

  .hero-inner {
    padding: 84px 20px 36px;
  }

  .has-hero-bg h1 {
    font-size: clamp(1.85rem, 8.5vw, 2.55rem);
  }

  .hero-bg {
    background-position: center center;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  h2,
  .section-heading h2,
  .solution-section h2,
  .closing-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
  }

  .hero {
    gap: 38px;
  }

  .hero-mini-form {
    padding: 14px;
  }

  .inline-domain-row,
  .cta-domain-form {
    gap: 10px;
  }

  .inline-domain-form input,
  .inline-domain-form .button {
    border-radius: 999px !important;
  }

  .problem-grid-four,
  .scope-grid {
    grid-template-columns: 1fr;
  }

  .problem-card,
  .scope-grid article {
    min-height: auto;
  }

  .trust-strip,
  .buyer-moment,
  .question-demo,
  .text-stack,
  .problem-card,
  .insight-grid article,
  .scope-grid article,
  .security-list li,
  .faq details,
  .audit-form {
    padding: 24px;
  }

  .sample-audit-form {
    border-radius: 20px;
  }

  .sample-audit-form input {
    border-radius: 20px 20px 0 0 !important;
  }

  .sample-audit-form .button {
    border-radius: 0 0 20px 20px !important;
  }

  .footer {
    gap: 34px;
    padding: 56px 26px 36px;
  }
}

.site-header .brand-logo {
  width: auto;
  max-width: 210px;
  height: 42px;
}

.header-audit-cta {
  justify-self: end;
  min-height: 44px;
  padding: 0 18px;
  white-space: nowrap;
}

.v55-point-grid,
.chain-steps,
.paid-steps,
.observe-grid,
.measure-grid,
.how-grid,
.pack-grid {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v55-point-grid,
.measure-grid,
.how-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chain-steps,
.pack-grid,
.observe-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.paid-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v55-point-grid li,
.chain-steps li,
.paid-steps li,
.observe-grid article,
.measure-grid article,
.how-grid li,
.pack-grid article {
  padding: 22px;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 18px;
  background: #fff;
}

.v55-point-grid span,
.chain-steps span,
.paid-steps span,
.measure-grid span,
.how-grid span {
  display: block;
  margin-bottom: 8px;
  color: #155eef;
  font-weight: 700;
}

.v55-points-note,
.pack-note {
  color: #475569;
}

.section-band--deep .v55-points-note,
.section-band--deep .pack-note,
.section-band--deep .demo-footnote,
.section-band--deep .demo-limit {
  color: #ffffff;
}

.demo-tabs,
.aspect-row,
.path-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.demo-tabs button,
.aspect-row button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
}

.demo-tabs button.is-on,
.demo-tabs button[aria-selected="true"],
.aspect-row button.is-on,
.demo-tabs button.is-coach {
  background: #155eef;
  border-color: #155eef;
  color: #fff;
}

.demo-coach {
  margin: 0 0 10px;
  color: #7dd3fc;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.28fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-top: 28px;
}

.demo-panel.is-active .demo-shot,
.demo-shot.is-entering {
  animation: demo-shot-in 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes demo-shot-in {
  from {
    opacity: 0;
    transform: translate3d(18px, 22px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-panel.is-active .demo-shot {
    animation: none;
  }
}

.demo-shot {
  position: relative;
  margin: 0;
  isolation: isolate;
}

.demo-shot-glow {
  position: absolute;
  inset: 8% -6% -10% -4%;
  z-index: 0;
  border-radius: 40%;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(56, 189, 248, 0.45), transparent 58%),
    radial-gradient(ellipse at 70% 80%, rgba(37, 99, 235, 0.38), transparent 55%);
  filter: blur(18px);
  pointer-events: none;
}

.demo-shot-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, #1a2740 0%, #0b1324 100%);
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.12),
    0 28px 60px rgba(0, 0, 0, 0.45),
    0 8px 24px rgba(14, 165, 233, 0.18);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  transform-origin: 60% 50%;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.demo-shot:hover .demo-shot-frame {
  transform: perspective(1200px) rotateY(-1deg) rotateX(0deg) translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.28),
    0 36px 72px rgba(0, 0, 0, 0.5),
    0 12px 36px rgba(14, 165, 233, 0.28);
}

.demo-shot-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.demo-shot-chrome span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #475569;
}

.demo-shot-chrome span:nth-child(1) { background: #f87171; }
.demo-shot-chrome span:nth-child(2) { background: #fbbf24; }
.demo-shot-chrome span:nth-child(3) { background: #34d399; }

.demo-shot-chrome em {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.demo-shot img {
  display: block;
  width: 100%;
  height: auto;
  background: #f8fafc;
}

.demo-shot-frame--hud {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(56, 189, 248, 0.18), transparent 45%),
    radial-gradient(ellipse at 90% 100%, rgba(37, 99, 235, 0.22), transparent 50%),
    linear-gradient(165deg, #0a1628 0%, #050b16 55%, #08111f 100%);
}

.demo-hud {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 18px 18px 20px;
  color: #ffffff;
}

.demo-hud-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}

.demo-hud-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(56, 189, 248, 0.12), transparent);
  animation: demo-hud-scan 3.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes demo-hud-scan {
  0% { top: -30%; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 0.7; }
  100% { top: 100%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-hud-scan { animation: none; display: none; }
}

.demo-hud-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.demo-hud-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(56, 189, 248, 0.45);
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.2);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-hud-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7dd3fc;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.demo-hud-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px #34d399;
  animation: demo-hud-pulse 1.4s ease-in-out infinite;
}

.demo-hud-status.is-warn {
  color: #fdba74;
}

.demo-hud-status.is-warn i {
  background: #f97316;
  box-shadow: 0 0 10px #f97316;
}

@keyframes demo-hud-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

.demo-hud-query {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 24px rgba(14, 165, 233, 0.08);
  color: #ffffff;
  font-size: 0.84rem;
  line-height: 1.35;
}

.demo-hud-query svg {
  flex: 0 0 auto;
  color: #7dd3fc;
}

.demo-hud-label,
.demo-hud-prompt,
.demo-hud-foot {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.demo-hud-prompt {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.92rem;
  line-height: 1.35;
}

.demo-hud-foot {
  margin: 14px 0 0;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  opacity: 0.95;
}

.demo-hud-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo-hud-list .is-ghost {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.demo-hud-list .is-ghost span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.25), rgba(148, 163, 184, 0.08));
}

.demo-hud-list .is-ghost span:first-child {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.demo-hud-list .is-hit,
.demo-hud-ranks li,
.demo-hud-products article {
  position: relative;
  display: grid;
  gap: 4px 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(255, 255, 255, 0.03));
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.08), 0 12px 30px rgba(0, 0, 0, 0.25);
}

.demo-hud-list .is-hit {
  grid-template-columns: 42px 1fr auto;
}

.demo-hud-ico {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(125, 211, 252, 0.35);
  box-shadow: inset 0 0 16px rgba(56, 189, 248, 0.18);
  font-size: 1.15rem;
}

.demo-hud-ico.is-tech {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(226, 232, 240, 0.2);
  filter: grayscale(0.4);
}

.demo-hud-list .is-hit strong,
.demo-hud-ranks strong,
.demo-hud-products strong,
.demo-hud-compare strong {
  display: block;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.25;
}

.demo-hud-list .is-hit em,
.demo-hud-ranks em,
.demo-hud-products em {
  display: block;
  color: #7dd3fc;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 650;
}

.demo-hud-list .is-hit b,
.demo-hud-products b,
.demo-hud-ranks .is-win b {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.16);
  border: 1px solid rgba(52, 211, 153, 0.45);
  color: #6ee7b7;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.demo-hud-compare,
.demo-hud-products {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.demo-hud-compare article {
  padding: 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.demo-hud-compare article span {
  display: block;
  margin-bottom: 8px;
  color: #7dd3fc;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.demo-hud-compare article p {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.35;
}

.demo-hud-alert {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(249, 115, 22, 0.45);
  background: linear-gradient(90deg, rgba(249, 115, 22, 0.28), rgba(249, 115, 22, 0.12));
  box-shadow: 0 0 24px rgba(249, 115, 22, 0.18);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 750;
  text-align: center;
}

.demo-hud-products article {
  grid-template-columns: 1fr;
  justify-items: start;
  min-height: 150px;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.demo-hud-products article.is-preferred {
  border-color: rgba(56, 189, 248, 0.65);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.2), 0 0 28px rgba(14, 165, 233, 0.25);
  transform: translateY(-2px);
}

.demo-hud-products article:not(.is-preferred) {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.demo-hud-products article:not(.is-preferred) b {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.demo-hud-bubble {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 14px 14px 14px 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 650;
}

.demo-hud-ranks {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo-hud-ranks li {
  grid-template-columns: 34px 1fr auto;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.demo-hud-ranks li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
}

.demo-hud-ranks .is-win {
  border-color: rgba(52, 211, 153, 0.45);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.18), rgba(255, 255, 255, 0.03));
  box-shadow: 0 0 24px rgba(16, 185, 129, 0.15);
}

.demo-hud-ranks .is-win > span {
  background: rgba(52, 211, 153, 0.18);
  color: #6ee7b7;
}

.demo-shot figcaption {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: #ffffff;
  font-size: 0.82rem;
  text-align: center;
}

.demo-split figure {
  margin: 0;
}

.demo-split img {
  display: block;
  width: 100%;
  height: auto;
}

.demo-step {
  margin-bottom: 8px;
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.demo-meaning {
  margin-top: 14px;
  padding: 14px 16px;
  border-left: 3px solid #38bdf8;
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.08);
}

.demo-q {
  font-size: 1.35rem;
  font-weight: 650;
}

.demo-more,
.path-list li {
  cursor: pointer;
}

.demo-more {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: #7dd3fc;
  font-weight: 700;
}

.compare-pair,
.channel-list {
  display: grid;
  gap: 12px;
}

.compare-pair {
  grid-template-columns: 1fr 1fr;
}

.section-band--deep .compare-pair article,
.section-band--deep .demo-detail {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.path-stage {
  max-width: 760px;
  margin: 0 auto 22px;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.path-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.path-list li {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.path-list li.is-current {
  outline: 2px solid #155eef;
  background: #fff;
}

.pack-price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b1324;
}

.footer img,
.footer-logo {
  max-width: 118px;
  height: 34px;
  background: transparent !important;
}

@media (max-width: 980px) {
  .v55-point-grid,
  .measure-grid,
  .how-grid,
  .chain-steps,
  .pack-grid,
  .observe-grid,
  .paid-steps,
  .compare-pair,
  .demo-split {
    grid-template-columns: 1fr;
  }

  .demo-shot-frame {
    transform: none;
  }

  .demo-shot:hover .demo-shot-frame {
    transform: translateY(-3px);
  }
}

/* Dark navy surfaces: body copy always pure white (never slate/gray) */
.has-hero-bg,
.section-band--deep,
.section-band--tech,
.section-band--tech-alt,
.footer,
.dark-band,
.hero-card,
.sample-score {
  color: #ffffff;
}

.has-hero-bg :is(h1, h2, h3, h4, p, li, span, a, small, em, strong, figcaption, label, button, .lead, .trust-row, .hero-warning),
.section-band--deep :is(h1, h2, h3, h4, p, li, span, a, small, em, strong, figcaption, label, button, .lead, .section-heading p, .demo-q, .demo-meta, .demo-meaning, .demo-footnote, .demo-limit, .demo-result, .v55-points-note, .pack-note),
.section-band--tech :is(h1, h2, h3, h4, p, li, span, a, small, em, strong, .section-heading p),
.section-band--tech-alt :is(h1, h2, h3, h4, p, li, span, a, small, em, strong, .section-heading p),
.footer :is(h1, h2, h3, h4, p, li, span, a, small, .footer-bottom),
.dark-band :is(h1, h2, h3, h4, p, li, span, a, small),
.hero-card :is(p, span, small, strong, em, b),
.sample-score :is(p, span, small, .meta-text, .total, .description, .dashboard-title) {
  color: #ffffff !important;
}

.has-hero-bg .eyebrow,
.section-band--deep .eyebrow,
.section-band--tech .eyebrow,
.section-band--tech-alt .eyebrow,
.eyebrow,
.section-kicker {
  color: var(--cyan) !important;
}

.section-band--tech .chain-steps span,
.section-band--tech-alt .measure-grid span {
  color: #7dd3fc !important;
}

.section-band--deep .demo-step,
.section-band--deep .demo-coach,
.section-band--deep .demo-more,
.section-band--deep .sample-output-grid article span {
  color: #7dd3fc !important;
}

.section-band--deep .demo-tabs button,
.section-band--deep .aspect-row button {
  color: #ffffff !important;
}

.section-band--deep .demo-hud :is(p, span, strong, em, b, li, article) {
  color: inherit;
}

.section-band--deep .demo-hud-pill,
.section-band--deep .demo-hud-query,
.section-band--deep .demo-hud-label,
.section-band--deep .demo-hud-prompt,
.section-band--deep .demo-hud-foot,
.section-band--deep .demo-hud-alert,
.section-band--deep .demo-hud-bubble,
.section-band--deep .demo-hud strong,
.section-band--deep .demo-hud-compare p {
  color: #ffffff !important;
}

.section-band--deep .demo-hud-status,
.section-band--deep .demo-hud em,
.section-band--deep .demo-hud-compare article span {
  color: #7dd3fc !important;
}

.section-band--deep .demo-hud-status.is-warn {
  color: #fdba74 !important;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-left {
  transform: translate3d(-28px, 0, 0);
}

.reveal-left.is-in {
  transform: translate3d(0, 0, 0);
}

.reveal-right {
  transform: translate3d(28px, 0, 0);
}

.reveal-right.is-in {
  transform: translate3d(0, 0, 0);
}

.reveal-scale {
  transform: translate3d(0, 18px, 0) scale(0.96);
}

.reveal-scale.is-in {
  transform: translate3d(0, 0, 0) scale(1);
}

.hero.has-hero-bg .hero-copy {
  animation: hero-copy-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero.has-hero-bg .hero-copy {
    animation: none;
  }
}

.brand-logo--legacy {
  height: 56px;
  max-width: 200px;
}

body.page-old .site-header {
  background: rgba(255, 255, 255, 0.94);
}

body.page-old .hero.section {
  padding-top: clamp(40px, 6vw, 72px);
}

/* ——— Fusion + Pricing (clean SaaS) ——— */
body.page-old .hero.section:not(.has-hero-bg) {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: center;
  min-height: auto;
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.ae-fusion .ae-fusion-hero.has-hero-bg .hero-actions .button-link {
  color: #ffffff;
}

.ae-fusion .ae-fusion-hero.has-hero-bg .hero-actions .button-link:hover,
.ae-fusion .ae-fusion-hero.has-hero-bg .hero-actions .button-link:focus-visible {
  color: #7dd3fc;
}

.ae-ai-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.ae-ai-strip-track {
  display: flex;
  width: max-content;
  align-items: center;
  opacity: 0.5;
  animation: ae-ai-marquee 90s linear infinite;
  will-change: transform;
}

.ae-ai-strip-list {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0 clamp(36px, 5vw, 72px);
  list-style: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ae-ai-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #0b1324;
  background: transparent;
  font-size: clamp(0.82rem, 1.1vw, 1rem);
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}

.ae-ai-strip-icon {
  width: clamp(28px, 2.8vw, 42px);
  height: clamp(28px, 2.8vw, 42px);
  object-fit: contain;
  flex: 0 0 auto;
}

.ae-ai-strip-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes ae-ai-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .ae-ai-strip-track {
    animation: none;
    width: 100%;
    justify-content: center;
  }

  .ae-ai-strip-list[aria-hidden="true"] {
    display: none;
  }

  .ae-ai-strip-list {
    width: 100%;
    justify-content: space-between;
    padding: 0 clamp(20px, 4vw, 56px);
  }
}

.ae-fusion-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 56px clamp(24px, 4vw, 48px) 40px;
  background: #fff;
}

.ae-fusion-cta-inner {
  width: min(560px, 100%);
  margin: 0 auto;
  text-align: center;
}

.ae-fusion-cta-title {
  margin: 0 0 8px;
  font-family: "Momo Trust Display", "Momo Trust Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0b1324;
}

.ae-fusion-cta-lead {
  margin: 0 auto 22px;
  max-width: 420px;
  color: #475569;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.5;
}

.ae-fusion-cta .hero-mini-form {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ae-fusion-cta .hero-mini-form .inline-domain-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  align-items: stretch;
}

.ae-fusion-cta .hero-mini-form input {
  height: 52px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid #cbd5e1;
  border-right: 0;
  border-radius: 999px 0 0 999px !important;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.ae-fusion-cta .hero-mini-form .button,
.ae-fusion-cta .hero-mini-form .button.button-primary {
  height: 52px !important;
  min-height: 52px !important;
  margin: 0;
  padding: 0 22px;
  border-left: 0;
  border-radius: 0 999px 999px 0 !important;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(21, 94, 239, 0.22);
}

.ae-fusion-cta-link {
  margin: 14px 0 0;
}

.ae-fusion-cta-link .button-link {
  color: #155eef;
}

.ae-mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  line-height: 0;
}

.ae-mark svg {
  width: 16px;
  height: 16px;
}

.ae-mark--yes {
  color: #15803d;
  background: rgba(34, 197, 94, 0.14);
}

.ae-mark--no {
  color: #dc2626;
  background: rgba(239, 68, 68, 0.12);
}

.ae-compare-table tbody td {
  text-align: center;
  vertical-align: middle;
}

.ae-compare-table tbody th {
  text-align: left;
}

.ae-pricing .ae-pricing-hero {
  padding-top: clamp(36px, 5vw, 64px);
}

.ae-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ae-pack-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 24px;
  border: 1px solid rgba(21, 94, 239, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.ae-pack-card.is-featured {
  border-color: rgba(21, 94, 239, 0.35);
  box-shadow: 0 20px 50px rgba(21, 94, 239, 0.12);
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 189, 248, 0.12), transparent 40%),
    #fff;
}

.ae-pack-eyebrow {
  margin: 0;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ae-pack-card h3,
.ae-pricing-block h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.ae-pack-price {
  margin: 4px 0 0;
  color: #0b1324;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1;
}

.ae-pack-price-note {
  margin: 0;
  color: #64748b;
  font-size: 0.86rem;
}

.ae-pack-tagline {
  margin: 4px 0 8px;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.45;
}

.ae-pack-features {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  flex: 1;
}

.ae-pack-features li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.4;
}

.ae-pack-features li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #155eef;
  box-shadow: 0 0 0 3px rgba(21, 94, 239, 0.12);
}

.ae-pack-features--muted li {
  color: #64748b;
}

.ae-pack-features--muted li::before {
  background: #94a3b8;
  box-shadow: none;
}

.ae-pack-card .button {
  width: 100%;
  margin-top: auto;
  justify-content: center;
  text-align: center;
}

.ae-pack-card .button.button-logo,
.button.button-logo {
  color: #041028 !important;
  background: #01cafb !important;
  background-color: #01cafb !important;
  box-shadow: 0 12px 28px rgba(1, 202, 251, 0.28);
}

.ae-pack-card .button.button-logo:hover,
.button.button-logo:hover {
  background: #33d4fc !important;
  background-color: #33d4fc !important;
  box-shadow: 0 16px 34px rgba(1, 202, 251, 0.34);
}

.ae-pack-credit,
.ae-pack-more {
  margin-top: 22px;
  text-align: center;
}

.ae-pricing-compare {
  padding-top: 0;
}

.ae-compare-wrap {
  overflow-x: auto;
  border: 1px solid rgba(21, 94, 239, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.ae-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.ae-compare-table th,
.ae-compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e8eef6;
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
  line-height: 1.4;
}

.ae-compare-table thead th {
  background: linear-gradient(180deg, #f8fbff, #f1f6ff);
  color: #0b1324;
}

.ae-compare-table tbody th {
  width: 22%;
  color: #334155;
  font-weight: 650;
  background: #fbfcfe;
}

.ae-compare-name {
  display: block;
  margin-bottom: 6px;
  font-weight: 750;
}

.ae-compare-price {
  display: block;
  color: #155eef;
  font-size: 1.25rem;
  font-weight: 800;
}

.ae-compare-note {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 500;
}

.ae-compare-table tfoot td {
  border-bottom: 0;
  background: #f8fbff;
}

.ae-compare-table tfoot .button {
  width: 100%;
  justify-content: center;
  text-align: center;
  white-space: normal;
}

.ae-pricing-block {
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid rgba(21, 94, 239, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.04);
}

.ae-pricing-block-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ae-pricing-block-price {
  text-align: right;
}

.ae-pricing-block-price strong {
  display: block;
  color: #0b1324;
  font-size: 1.7rem;
  line-height: 1;
}

.ae-pricing-block-price span {
  color: #64748b;
  font-size: 0.86rem;
}

.ae-pricing-cols {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  margin-bottom: 18px;
}

.ae-pricing-block .button {
  display: inline-flex;
  margin-top: 4px;
  min-width: min(100%, 280px);
  justify-content: center;
  text-align: center;
}

.ae-pricing-cols h4 {
  margin: 0 0 12px;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

@media (max-width: 980px) {
  .ae-pack-grid,
  .ae-pricing-cols {
    grid-template-columns: 1fr;
  }

  .ae-pricing-block-price {
    text-align: left;
  }

  body.page-old .hero.section:not(.has-hero-bg) {
    grid-template-columns: 1fr;
  }

  .ae-ai-strip-list {
    gap: 28px;
    padding: 0 28px;
  }

  .ae-ai-strip-name {
    display: none;
  }

  .ae-fusion-cta {
    padding-top: 44px;
  }

  .ae-fusion-cta .hero-mini-form .inline-domain-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ae-fusion-cta .hero-mini-form input,
  .ae-fusion-cta .hero-mini-form .button,
  .ae-fusion-cta .hero-mini-form .button.button-primary {
    width: 100%;
    border-radius: 999px !important;
    border: 1px solid #cbd5e1;
  }
}

/* —— Tudástár / blog —— */
.ae-blog-archive,
.ae-blog-single {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(64px, 8vw, 110px);
}

.ae-blog-archive-header,
.ae-blog-single-header {
  max-width: 760px;
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
}

.ae-blog-archive-header .lead {
  margin-left: auto;
  margin-right: auto;
}

.ae-blog-archive-header h1,
.ae-blog-single-header h1 {
  margin-bottom: 14px;
}

.ae-blog-meta {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 600;
}

.ae-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ae-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.ae-blog-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0b1324;
}

.ae-blog-card-media img,
.ae-blog-hero-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ae-blog-card-fallback {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 20%, rgba(1, 202, 251, 0.35), transparent 45%),
    linear-gradient(135deg, #0b1324, #155eef);
}

.ae-blog-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 24px;
  flex: 1;
}

.ae-blog-card-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.ae-blog-card-title a {
  color: #0b1324;
  text-decoration: none;
}

.ae-blog-card-title a:hover,
.ae-blog-card-title a:focus-visible {
  color: #155eef;
}

.ae-blog-excerpt {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
}

.ae-blog-more {
  color: #155eef;
  font-weight: 700;
  text-decoration: none;
}

.ae-blog-more:hover {
  text-decoration: underline;
}

.ae-blog-hero-figure {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 16 / 9;
  background: #0b1324;
}

.ae-blog-content {
  max-width: 720px;
}

.ae-blog-content h2 {
  margin-top: 1.6em;
}

.ae-blog-single-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
  max-width: 720px;
}

.navigation.pagination {
  margin-top: 36px;
}

@media (max-width: 960px) {
  .ae-blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .ae-blog-grid {
    grid-template-columns: 1fr;
  }
}
