.aura-site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(5, 6, 10, .72); border-bottom: 1px solid var(--aura-border); }
.aura-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.aura-site-title { margin: 0; font-weight: 800; letter-spacing: -.04em; }
.aura-site-title a { text-decoration: none; }
.aura-primary-nav { display: none; }
.aura-primary-nav ul { list-style: none; margin: 0; padding: 0; gap: 22px; }
.aura-primary-nav a { color: var(--aura-muted); text-decoration: none; font-weight: 650; font-size: .95rem; }
.aura-primary-nav a:hover { color: var(--aura-text); }
.aura-menu-toggle { width: 44px; height: 44px; border: 1px solid var(--aura-border); background: var(--aura-surface); border-radius: 999px; display: grid; place-content: center; gap: 4px; }
.aura-menu-toggle span:not(.screen-reader-text) { width: 18px; height: 2px; background: var(--aura-text); display: block; border-radius: 99px; }
.aura-primary-nav.is-open { display: block; position: absolute; inset: 76px 20px auto; padding: 18px; border: 1px solid var(--aura-border); border-radius: var(--aura-radius-md); background: rgba(5, 6, 10, .94); box-shadow: var(--aura-shadow); }
.aura-primary-nav.is-open ul { display: grid; gap: 12px; }

.aura-hero { position: relative; overflow: hidden; padding-block: clamp(86px, 12vw, 164px); }
.aura-hero-bg { position: absolute; inset: -20%; background: radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--aura-accent) 42%, transparent), transparent 34%), radial-gradient(circle at 78% 34%, color-mix(in srgb, var(--aura-accent-2) 28%, transparent), transparent 35%); filter: blur(8px); opacity: .78; }
.aura-hero-grid { position: relative; display: grid; gap: 42px; align-items: center; }
.aura-eyebrow { color: var(--aura-accent-2); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin-bottom: 14px; }
.aura-lead { color: var(--aura-muted); font-size: clamp(1.1rem, 2.5vw, 1.35rem); max-width: 680px; }
.aura-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.aura-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 999px; background: var(--aura-text); color: var(--aura-dark-text); text-decoration: none; font-weight: 800; border: 1px solid transparent; }
.aura-button-ghost { background: rgba(255, 255, 255, .07); color: var(--aura-text); border-color: var(--aura-border); }
.aura-hero-panel { min-height: 320px; border: 1px solid var(--aura-border); border-radius: var(--aura-radius-lg); background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: var(--aura-shadow); position: relative; overflow: hidden; }
.aura-orb { position: absolute; width: 220px; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, var(--aura-accent), var(--aura-accent-2)); filter: blur(2px); left: 50%; top: 52%; transform: translate(-50%, -50%); opacity: .8; }
.aura-panel-card { position: absolute; inset: auto 22px 22px; display: grid; gap: 10px; padding: 18px; border-radius: 22px; background: rgba(5, 6, 10, .68); border: 1px solid var(--aura-border); backdrop-filter: blur(16px); }
.aura-panel-card span { height: 12px; border-radius: 99px; background: rgba(255,255,255,.18); }
.aura-panel-card span:nth-child(1) { width: 70%; }
.aura-panel-card span:nth-child(2) { width: 92%; }
.aura-panel-card span:nth-child(3) { width: 52%; }

.aura-card, .aura-cta-band { border: 1px solid var(--aura-border); background: var(--aura-surface); border-radius: var(--aura-radius-lg); overflow: hidden; box-shadow: 0 20px 70px rgba(0,0,0,.18); }
.aura-card-body, .aura-cta-band { padding: clamp(22px, 5vw, 44px); }
.aura-post-grid { display: grid; gap: 22px; padding-block: 70px; }
.aura-page-header { padding-block: clamp(56px, 9vw, 112px) 30px; }
.aura-featured-image { border-radius: var(--aura-radius-lg); overflow: hidden; margin-bottom: 34px; }
.aura-site-footer { border-top: 1px solid var(--aura-border); color: var(--aura-muted); }
.aura-footer-inner { padding-block: 34px; display: grid; gap: 18px; }
.aura-footer-inner ul { list-style: none; display: flex; flex-wrap: wrap; gap: 14px; padding: 0; margin: 0; }

@media (min-width: 782px) {
  .aura-menu-toggle { display: none; }
  .aura-primary-nav { display: block; }
  .aura-primary-nav ul { display: flex; align-items: center; }
  .aura-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr); }
  .aura-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .aura-footer-inner { grid-template-columns: 1fr auto; align-items: center; }
}

/* Aura v0.2.0 product foundation */
.aura-preset-light .aura-site-header,
.aura-preset-editorial .aura-site-header,
.aura-preset-corporate .aura-site-header {
  background: color-mix(in srgb, var(--aura-bg) 82%, white 18%);
}

.aura-pattern-hero {
  border: 1px solid var(--aura-border);
  border-radius: var(--aura-radius-lg);
  background: linear-gradient(135deg, var(--aura-surface), color-mix(in srgb, var(--aura-accent) 11%, transparent));
  padding: clamp(34px, 7vw, 72px);
  overflow: hidden;
}

.aura-has-elementor .elementor-section.elementor-section-boxed > .elementor-container,
.aura-has-elementor .e-con-boxed > .e-con-inner {
  max-width: var(--aura-container);
}

.wp-block-button.aura-button .wp-block-button__link {
  border-radius: 999px;
  background: var(--aura-text);
  color: var(--aura-dark-text);
  font-weight: 800;
}

.is-style-outline .wp-block-button__link {
  border-color: var(--aura-border);
  color: var(--aura-text);
}

/* Aura v0.3.0 product UX */
.aura-static-header .aura-site-header {
  position: relative;
}

.aura-layout-wide .aura-container {
  --aura-container: min(1320px, calc(100vw - 40px));
}

.aura-layout-narrow .aura-content > *:not(.alignwide):not(.alignfull),
.aura-layout-narrow .entry-content > *:not(.alignwide):not(.alignfull) {
  max-width: 720px;
}

.aura-section-kicker {
  color: var(--aura-accent-2);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.aura-section-heading {
  max-width: 760px;
}

.aura-section-copy {
  max-width: 680px;
  color: var(--aura-muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.aura-feature-grid,
.aura-service-grid,
.aura-testimonial-grid,
.aura-faq-grid {
  display: grid;
  gap: 18px;
}

.aura-feature-card,
.aura-service-card,
.aura-testimonial-card,
.aura-faq-card {
  border: 1px solid var(--aura-border);
  border-radius: var(--aura-radius-md);
  background: linear-gradient(135deg, var(--aura-surface), color-mix(in srgb, var(--aura-surface) 72%, transparent));
  padding: clamp(20px, 4vw, 30px);
}

.aura-feature-card h3,
.aura-service-card h3,
.aura-testimonial-card h3,
.aura-faq-card h3 {
  font-size: clamp(1.15rem, 3vw, 1.55rem);
}

.aura-feature-card p,
.aura-service-card p,
.aura-testimonial-card p,
.aura-faq-card p {
  color: var(--aura-muted);
}

.aura-number-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid var(--aura-border);
  color: var(--aura-accent-2);
  font-weight: 900;
}

.aura-split-section {
  display: grid;
  gap: 28px;
  align-items: center;
}

.aura-visual-placeholder {
  min-height: 360px;
  border: 1px solid var(--aura-border);
  border-radius: var(--aura-radius-lg);
  background:
    radial-gradient(circle at 22% 26%, color-mix(in srgb, var(--aura-accent) 28%, transparent), transparent 34%),
    radial-gradient(circle at 76% 60%, color-mix(in srgb, var(--aura-accent-2) 22%, transparent), transparent 38%),
    var(--aura-surface);
  box-shadow: var(--aura-shadow);
}

@media (min-width: 782px) {
  .aura-feature-grid,
  .aura-service-grid,
  .aura-testimonial-grid,
  .aura-faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .aura-split-section {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  }
}

/* Aura v0.4.0 starter site layer */
.aura-archive-header .aura-search-form {
  margin-top: 24px;
}

.aura-post-thumbnail {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--aura-surface);
}

.aura-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.aura-post-card:hover .aura-post-thumbnail img {
  transform: scale(1.035);
}

.aura-post-card-title {
  font-size: clamp(1.3rem, 3vw, 1.85rem);
}

.aura-post-card-title a,
.aura-read-more {
  text-decoration: none;
}

.aura-post-excerpt {
  color: var(--aura-muted);
}

.aura-read-more {
  display: inline-flex;
  margin-top: 8px;
  color: var(--aura-accent-2);
  font-weight: 800;
}

.aura-pagination {
  margin: 20px 0 72px;
}

.aura-pagination .nav-links,
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.aura-pagination a,
.aura-pagination span,
.post-navigation a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--aura-border);
  border-radius: 999px;
  background: var(--aura-surface);
  text-decoration: none;
}

.aura-reading-content {
  font-size: clamp(1.02rem, 1.8vw, 1.14rem);
}

.aura-reading-content > * {
  margin-inline: auto;
}

.aura-reading-content h2,
.aura-reading-content h3,
.aura-reading-content h4 {
  color: var(--aura-text);
  margin-top: 1.45em;
}

.aura-post-footer {
  max-width: 780px;
  margin: 48px auto 86px;
  display: grid;
  gap: 24px;
}

.aura-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aura-post-tags a {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid var(--aura-border);
  border-radius: 999px;
  color: var(--aura-muted);
  text-decoration: none;
}

.aura-search-form {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.aura-search-field {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--aura-border);
  border-radius: 999px;
  background: var(--aura-surface);
  color: var(--aura-text);
  font: inherit;
}

.aura-search-field::placeholder {
  color: var(--aura-muted);
}

.aura-empty-state {
  margin: 40px 0 96px;
}

.aura-global-cta {
  padding: clamp(48px, 7vw, 92px) 0;
}

.aura-global-cta-inner {
  display: grid;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--aura-accent) 22%, transparent), transparent 34%),
    radial-gradient(circle at 90% 80%, color-mix(in srgb, var(--aura-accent-2) 18%, transparent), transparent 28%),
    var(--aura-surface);
}

.aura-global-cta-inner h2 {
  max-width: 760px;
}

.aura-global-cta-inner p:not(.aura-section-kicker) {
  max-width: 680px;
  color: var(--aura-muted);
}

@media (min-width: 782px) {
  .aura-search-form {
    grid-template-columns: 1fr auto;
  }

  .aura-global-cta-inner {
    grid-template-columns: 1fr auto;
  }
}

/* Aura v0.5.0 header and navigation system */
.aura-site-header {
  --aura-header-height: 76px;
  --aura-header-bg: color-mix(in srgb, var(--aura-bg) 82%, transparent);
  --aura-header-link: var(--aura-muted);
  --aura-header-link-hover: var(--aura-text);
  --aura-header-cta-bg: var(--aura-accent);
  --aura-header-cta-text: #ffffff;
  background: var(--aura-header-bg);
}

.aura-header-inner {
  min-height: var(--aura-header-height);
  position: relative;
}

.aura-branding {
  display: flex;
  align-items: center;
  min-width: 0;
}

.aura-site-title {
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1;
  letter-spacing: -.035em;
  margin: 0;
  max-width: min(58vw, 420px);
}

.aura-site-title a,
.aura-site-description {
  color: var(--aura-text);
}

.aura-site-description {
  margin: 8px 0 0;
  color: var(--aura-muted);
  font-size: .86rem;
}

.aura-custom-logo-link img,
.custom-logo-link img,
.custom-logo {
  max-height: var(--aura-logo-max-height, 42px) !important;
  width: auto !important;
  height: auto !important;
}

.aura-header-actions {
  display: none;
  align-items: center;
  gap: 12px;
}

.aura-header-cta,
.aura-button,
.wp-block-button .wp-block-button__link {
  background: var(--aura-accent);
  color: #ffffff;
  border-color: transparent;
}

.aura-header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--aura-accent) 24%, transparent);
}

.aura-header-cta:hover,
.aura-button:hover,
.wp-block-button .wp-block-button__link:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.aura-button-ghost,
.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--aura-text);
  border-color: var(--aura-border);
}

.aura-preset-light .aura-site-header,
.aura-preset-editorial .aura-site-header,
.aura-preset-corporate .aura-site-header {
  --aura-header-bg: color-mix(in srgb, var(--aura-bg) 88%, transparent);
  --aura-header-cta-text: #ffffff;
}

.aura-header-canvas {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--aura-bg) 70%, transparent), transparent);
  border-bottom-color: transparent;
}

.aura-header-centered .aura-header-inner {
  justify-content: center;
}

.aura-header-centered .aura-branding {
  justify-content: center;
  text-align: center;
}

.aura-header-split .aura-header-inner {
  grid-template-columns: 1fr auto 1fr;
}

.aura-primary-nav a {
  color: var(--aura-header-link);
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.aura-primary-nav a:hover,
.aura-primary-nav .current-menu-item > a,
.aura-primary-nav .current_page_item > a {
  color: var(--aura-header-link-hover);
}

.aura-menu-toggle {
  margin-left: auto;
  color: var(--aura-text);
  cursor: pointer;
}

body.aura-mobile-menu-open {
  overflow: hidden;
}

.aura-menu-toggle.is-active span:nth-child(1):not(.screen-reader-text) {
  transform: translateY(6px) rotate(45deg);
}

.aura-menu-toggle.is-active span:nth-child(2):not(.screen-reader-text) {
  opacity: 0;
}

.aura-menu-toggle.is-active span:nth-child(3):not(.screen-reader-text) {
  transform: translateY(-6px) rotate(-45deg);
}

.aura-menu-toggle span:not(.screen-reader-text) {
  transition: transform .2s ease, opacity .2s ease;
}

.aura-primary-nav.is-open {
  display: block;
  position: fixed;
  inset: calc(var(--aura-header-height) + 14px) 16px auto;
  max-height: calc(100vh - var(--aura-header-height) - 32px);
  overflow-y: auto;
  padding: 18px;
  border: 1px solid var(--aura-border);
  border-radius: var(--aura-radius-md);
  background: color-mix(in srgb, var(--aura-bg) 94%, black 6%);
  box-shadow: var(--aura-shadow);
}

.aura-primary-nav.is-open a {
  width: 100%;
  min-height: 48px;
  font-size: 1.05rem;
}

.aura-primary-nav.is-open + .aura-header-actions,
.aura-mobile-menu-open .aura-header-actions {
  display: none;
}

@media (min-width: 782px) {
  .aura-header-inner {
    display: flex;
  }

  .aura-header-actions {
    display: flex;
  }

  .aura-header-minimal .aura-primary-nav {
    margin-left: auto;
  }

  .aura-header-centered .aura-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  .aura-header-centered .aura-branding {
    grid-column: 2;
  }

  .aura-header-centered .aura-primary-nav {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .aura-header-centered .aura-header-actions {
    grid-column: 3;
    justify-self: end;
  }

  .aura-header-split .aura-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  .aura-header-split .aura-primary-nav {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .aura-header-split .aura-branding {
    grid-column: 2;
    justify-content: center;
    text-align: center;
  }

  .aura-header-split .aura-header-actions {
    grid-column: 3;
    justify-self: end;
  }

  .aura-header-canvas .aura-header-inner {
    --aura-header-height: 86px;
  }
}

@media (max-width: 781px) {
  .aura-site-header {
    --aura-header-height: 68px;
  }

  .aura-header-inner {
    gap: 14px;
  }

  .aura-site-title {
    max-width: calc(100vw - 116px);
  }
}


/* Aura v0.6.0 brand preset and footer foundation */
.aura-preset-alex {
  --aura-dark-text: #111111;
  --aura-signal: #10B981;
  background: var(--aura-bg);
}

.aura-preset-alex .aura-site-header {
  background: rgba(247,247,247,.88);
  border-bottom-color: rgba(17,17,17,.10);
}

.aura-preset-alex .aura-site-title a,
.aura-preset-alex .aura-primary-nav a:hover {
  color: #111111;
}

.aura-preset-alex .aura-eyebrow,
.aura-preset-alex .aura-section-kicker,
.aura-preset-alex .aura-read-more {
  color: #10B981;
}

.aura-preset-alex .aura-button,
.aura-preset-alex .wp-block-button__link {
  background: #111111;
  color: #ffffff;
}

.aura-preset-alex .aura-button:hover,
.aura-preset-alex .wp-block-button__link:hover {
  background: #10B981;
  color: #111111;
}

.aura-preset-alex .aura-button-ghost {
  background: transparent;
  color: #111111;
  border-color: rgba(17,17,17,.18);
}

.aura-preset-alex .aura-hero {
  background:
    radial-gradient(circle at 82% 18%, color-mix(in srgb, #10B981 18%, transparent), transparent 30%),
    linear-gradient(180deg, #F7F7F7 0%, #ffffff 100%);
}

.aura-preset-alex .aura-hero-panel,
.aura-preset-alex .aura-visual-placeholder {
  background:
    radial-gradient(circle at 28% 26%, color-mix(in srgb, #10B981 24%, transparent), transparent 34%),
    linear-gradient(135deg, #111111, #020811);
}

.aura-footer-main {
  padding-block: clamp(38px, 6vw, 72px);
  display: grid;
  gap: 26px;
}

.aura-footer-brand {
  max-width: 520px;
}

.aura-footer-title {
  margin: 0 0 10px;
  color: var(--aura-text);
  font-weight: 850;
  letter-spacing: -.04em;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
}

.aura-footer-description {
  color: var(--aura-muted);
  max-width: 56ch;
}

.aura-footer-navs {
  display: grid;
  gap: 18px;
}

.aura-footer-bottom {
  border-top: 1px solid var(--aura-border);
  padding-block: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
}

.aura-footer-bottom p {
  margin: 0;
}

@media (min-width: 782px) {
  .aura-footer-main {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    align-items: start;
  }
}

/* Aura v0.7.0 starter templates and onboarding layer */
.aura-process-grid,
.aura-contact-band,
.aura-personal-hero {
  gap: 18px;
}

.aura-process-card {
  border: 1px solid var(--aura-border);
  border-radius: var(--aura-radius-md);
  background: linear-gradient(135deg, var(--aura-surface), color-mix(in srgb, var(--aura-accent) 7%, transparent));
  padding: clamp(20px, 4vw, 32px);
}

.aura-process-card p:not(.aura-number-pill):not(.aura-icon-wrap),
.aura-testimonial-card p,
.aura-contact-band p {
  color: var(--aura-muted);
}

.aura-contact-band {
  padding: clamp(30px, 6vw, 62px);
  background:
    radial-gradient(circle at 90% 20%, color-mix(in srgb, var(--aura-accent) 20%, transparent), transparent 30%),
    var(--aura-surface);
}

.aura-personal-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 74vh, 760px);
  display: grid;
  align-content: center;
  border-bottom: 1px solid var(--aura-border);
  background:
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--aura-accent) 24%, transparent), transparent 34%),
    radial-gradient(circle at 14% 80%, color-mix(in srgb, var(--aura-accent-2) 16%, transparent), transparent 30%);
}

.aura-personal-hero > * {
  max-width: 860px;
}


@media (min-width: 782px) {
  .aura-process-grid {
    align-items: stretch !important;
  }
}

/* Aura v0.8.0 brand system upgrade */
.aura-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: .34rem .58rem;
  margin-right: .55rem;
  border: 1px solid color-mix(in srgb, var(--aura-accent) 58%, var(--aura-border));
  border-radius: 999px;
  color: var(--aura-accent);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
}

.aura-brand-essence-grid {
  align-items: stretch !important;
}

.aura-brand-essence-card,
.aura-manifesto-card,
.aura-brand-mark-card {
  border: 1px solid var(--aura-border);
  border-radius: var(--aura-radius-lg);
  background: var(--aura-surface);
  box-shadow: 0 18px 60px rgba(0,0,0,.06);
}

.aura-brand-essence-card {
  padding: clamp(22px, 4vw, 34px);
  border-left: 6px solid var(--aura-accent);
}

.aura-brand-essence-card p {
  color: var(--aura-muted);
}

.aura-manifesto-card {
  padding: clamp(30px, 6vw, 72px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--aura-accent) 10%, transparent), transparent 36%),
    var(--aura-surface);
}

.aura-manifesto-card h2 {
  max-width: 920px;
  letter-spacing: -.06em;
}

.aura-manifesto-lines {
  margin: 0;
  font-size: clamp(3rem, 10vw, 7.4rem);
  line-height: .9;
  font-weight: 900;
  letter-spacing: -.075em;
  color: var(--aura-text);
}

.aura-brand-emphasis {
  font-family: var(--aura-font-heading);
  font-style: italic;
  color: var(--aura-accent);
}

.aura-brand-mark-card {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: clamp(32px, 7vw, 90px);
}

.aura-brand-mark-display {
  font-size: clamp(4.6rem, 18vw, 16rem);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.08em;
  color: var(--aura-text);
}

.aura-preset-alex .aura-brand-essence-card,
.aura-preset-alex .aura-manifesto-card,
.aura-preset-alex .aura-brand-mark-card {
  background: #ffffff;
  border-color: rgba(17,17,17,.12);
}

.aura-preset-alex .aura-manifesto-card {
  background: #EAF8F4;
  border-color: #10B981;
}

.aura-preset-alex .aura-brand-mark-display {
  color: #111111;
}

.aura-preset-alex .aura-personal-hero {
  background:
    radial-gradient(circle at 80% 22%, color-mix(in srgb, #10B981 16%, transparent), transparent 34%),
    linear-gradient(180deg, #F7F7F7 0%, #ffffff 58%, #F7F7F7 100%);
}

.aura-preset-alex .aura-personal-hero h1 {
  color: #111111;
}


/* Aura v1.0.0 Customizer Foundation */
.aura-header-width-full .aura-site-header .aura-container {
  width: min(100% - 32px, 100%);
  max-width: none;
}

.aura-header-height-compact .aura-site-header { --aura-header-height: 62px; }
.aura-header-height-standard .aura-site-header { --aura-header-height: 76px; }
.aura-header-height-spacious .aura-site-header { --aura-header-height: 92px; }

.aura-logo-size-small .aura-custom-logo-link img,
.aura-logo-size-medium .aura-custom-logo-link img,
.aura-logo-size-large .aura-custom-logo-link img,
.aura-logo-size-small .custom-logo-link img,
.aura-logo-size-medium .custom-logo-link img,
.aura-logo-size-large .custom-logo-link img,
.aura-logo-size-small .custom-logo,
.aura-logo-size-medium .custom-logo,
.aura-logo-size-large .custom-logo { max-height: var(--aura-logo-max-height, 42px) !important; width: auto !important; height: auto !important; }

.aura-logo-size-small .aura-site-title { font-size: clamp(1rem, 1.7vw, 1.2rem); }
.aura-logo-size-medium .aura-site-title { font-size: clamp(1.08rem, 2vw, 1.42rem); }
.aura-logo-size-large .aura-site-title { font-size: clamp(1.22rem, 2.4vw, 1.78rem); }

.aura-header-border-off .aura-site-header { border-bottom-color: transparent; }
.aura-header-bg-solid .aura-site-header { backdrop-filter: none; background: var(--aura-bg); }
.aura-header-bg-transparent .aura-site-header { backdrop-filter: none; background: transparent; }
.aura-header-bg-blur .aura-site-header { backdrop-filter: blur(18px); }

.aura-menu-spacing-compact .aura-primary-nav ul { gap: 14px; }
.aura-menu-spacing-standard .aura-primary-nav ul { gap: 22px; }
.aura-menu-spacing-spacious .aura-primary-nav ul { gap: 34px; }
.aura-menu-transform-uppercase .aura-primary-nav a { text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }

.aura-primary-nav .current-menu-item > a,
.aura-primary-nav .current_page_item > a {
  position: relative;
}

.aura-active-indicator-underline .aura-primary-nav .current-menu-item > a::after,
.aura-active-indicator-underline .aura-primary-nav .current_page_item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  border-radius: 99px;
  background: var(--aura-accent);
}

.aura-active-indicator-dot .aura-primary-nav .current-menu-item > a::after,
.aura-active-indicator-dot .aura-primary-nav .current_page_item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--aura-accent);
}

.aura-active-indicator-border .aura-primary-nav .current-menu-item > a,
.aura-active-indicator-border .aura-primary-nav .current_page_item > a {
  border: 1px solid var(--aura-border);
  border-radius: 999px;
  padding-inline: 12px;
}

.aura-mobile-menu-overlay .aura-primary-nav.is-open {
  inset: 0;
  max-height: none;
  border-radius: 0;
  padding: calc(var(--aura-header-height) + 34px) 24px 34px;
  background: color-mix(in srgb, var(--aura-bg) 98%, black 2%);
}

.aura-mobile-menu-overlay .aura-menu-toggle {
  z-index: 80;
}

.aura-button,
.aura-header-cta,
.wp-block-button .wp-block-button__link {
  transition: transform .18s ease, filter .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.aura-button-size-small .aura-button,
.aura-button-size-small .aura-header-cta,
.aura-button-size-small .wp-block-button .wp-block-button__link {
  min-height: 42px;
  padding-inline: 16px;
  font-size: .9rem;
}

.aura-button-size-medium .aura-button,
.aura-button-size-medium .aura-header-cta,
.aura-button-size-medium .wp-block-button .wp-block-button__link {
  min-height: 50px;
  padding-inline: 20px;
}

.aura-button-size-large .aura-button,
.aura-button-size-large .aura-header-cta,
.aura-button-size-large .wp-block-button .wp-block-button__link {
  min-height: 58px;
  padding-inline: 28px;
  font-size: 1.03rem;
}

.aura-button-radius-sharp .aura-button,
.aura-button-radius-sharp .aura-header-cta,
.aura-button-radius-sharp .wp-block-button .wp-block-button__link { border-radius: 8px; }
.aura-button-radius-soft .aura-button,
.aura-button-radius-soft .aura-header-cta,
.aura-button-radius-soft .wp-block-button .wp-block-button__link { border-radius: 16px; }
.aura-button-radius-pill .aura-button,
.aura-button-radius-pill .aura-header-cta,
.aura-button-radius-pill .wp-block-button .wp-block-button__link { border-radius: 999px; }

.aura-button-style-outline .aura-button,
.aura-button-style-outline .aura-header-cta,
.aura-button-style-outline .wp-block-button .wp-block-button__link {
  background: transparent;
  color: var(--aura-text);
  border-color: var(--aura-border);
}

.aura-button-style-ghost .aura-button,
.aura-button-style-ghost .aura-header-cta,
.aura-button-style-ghost .wp-block-button .wp-block-button__link {
  background: color-mix(in srgb, var(--aura-accent) 10%, transparent);
  color: var(--aura-text);
  border-color: transparent;
  box-shadow: none;
}

.aura-button-hover-none .aura-button:hover,
.aura-button-hover-none .aura-header-cta:hover,
.aura-button-hover-none .wp-block-button .wp-block-button__link:hover { transform: none; filter: none; }
.aura-button-hover-fill .aura-button:hover,
.aura-button-hover-fill .aura-header-cta:hover,
.aura-button-hover-fill .wp-block-button .wp-block-button__link:hover { background: var(--aura-text); color: var(--aura-bg); }
.aura-button-hover-underline .aura-button:hover,
.aura-button-hover-underline .aura-header-cta:hover,
.aura-button-hover-underline .wp-block-button .wp-block-button__link:hover { text-decoration: underline; transform: none; }

.aura-site-footer {
  background: color-mix(in srgb, var(--aura-bg) 92%, black 8%);
}

.aura-footer-bg-light .aura-site-footer {
  background: #f7f7f7;
  color: rgba(17,17,17,.68);
  --aura-text: #111111;
  --aura-muted: rgba(17,17,17,.66);
  --aura-border: rgba(17,17,17,.12);
}

.aura-footer-bg-brand .aura-site-footer {
  background: var(--aura-accent);
  color: #111111;
  --aura-text: #111111;
  --aura-muted: rgba(17,17,17,.72);
  --aura-border: rgba(17,17,17,.16);
}

.aura-footer-layout-minimal .aura-footer-main {
  grid-template-columns: 1fr;
  text-align: center;
}

.aura-footer-layout-minimal .aura-footer-brand {
  margin-inline: auto;
}

.aura-footer-layout-studio .aura-footer-title {
  font-size: clamp(2.2rem, 8vw, 6rem);
}

.aura-footer-layout-columns .aura-footer-main {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.aura-footer-navs ul,
.aura-social-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 0;
  margin: 0;
}

.aura-footer-navs a,
.aura-social-links a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.aura-social-links--icons {
  gap: 10px;
  align-items: center;
}

.aura-social-link--icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, currentColor 6%, transparent);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.aura-social-link--icon:hover,
.aura-social-link--icon:focus-visible {
  transform: translateY(-2px);
  color: var(--aura-accent);
  border-color: currentColor;
  background: color-mix(in srgb, currentColor 12%, transparent);
}

.aura-social-icon-wrap,
.aura-social-icon-wrap .aura-icon {
  width: 20px;
  height: 20px;
}

.aura-social-icon-wrap {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.aura-social-links--text {
  gap: 12px 18px;
}

.aura-footer-cta {
  margin-top: 16px;
}

body.aura-vibe-mode.aura-vibe-mode :where(.aura-content, .entry-content) :where(.vibe-section, .ai-section, .custom-section, .custom-html, .html-section, [data-aura-vibe]) * {
  max-width: none;
}


/* Aura v1.1.0 Vibe Coding Hardening */
.aura-vibe-section,
[data-aura-vibe],
.vibe-section,
.ai-section,
.custom-section,
.custom-html,
.html-section {
  width: 100%;
}

body.aura-vibe-mode.aura-vibe-width-protection :where(.aura-content, .entry-content) > :where(.aura-vibe-section, [data-aura-vibe], .vibe-section, .ai-section, .custom-section, .custom-html, .html-section) {
  max-width: none;
  margin-inline: 0;
}

body.aura-vibe-mode.aura-vibe-respect-custom :where(.aura-content, .entry-content) :where(.aura-vibe-section, [data-aura-vibe], .vibe-section, .ai-section, .custom-section, .custom-html, .html-section) :where(div, section, article, header, footer, main, aside, figure) {
  max-width: none;
}

body.aura-vibe-strategy-protect :where(.aura-content, .entry-content) :where(.aura-vibe-section, [data-aura-vibe="protect"], .vibe-section, .ai-section, .custom-section) :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select) {
  font-family: inherit;
}

body.aura-vibe-strategy-protect :where(.aura-content, .entry-content) :where(.aura-vibe-section, [data-aura-vibe="protect"], .vibe-section, .ai-section, .custom-section) :where(a) {
  color: inherit;
}

body.aura-vibe-strategy-raw :where(.aura-content, .entry-content, .aura-vibe-canvas-content) :where(.aura-vibe-section, [data-aura-vibe="raw"], .vibe-section, .custom-html, .html-section) :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select, ul, ol, li) {
  font: revert;
  color: revert;
  letter-spacing: revert;
  line-height: revert;
  text-decoration: revert;
}

body.aura-vibe-strategy-raw :where(.aura-content, .entry-content, .aura-vibe-canvas-content) :where(.aura-vibe-section, [data-aura-vibe="raw"], .vibe-section, .custom-html, .html-section) :where(button, input, textarea, select) {
  border-radius: revert;
  background: revert;
}

.aura-vibe-canvas-template {
  background: var(--aura-bg);
}

.aura-vibe-canvas,
.aura-vibe-canvas-entry,
.aura-vibe-canvas-content {
  width: 100%;
  min-height: 100vh;
}

.aura-vibe-canvas-content > * {
  max-width: none;
}

.aura-vibe-canvas-content :where(.alignfull) {
  width: 100%;
  margin-left: 0;
}

body.aura-vibe-soft-globals .aura-vibe-canvas-content :where(section, div, article, main, header, footer) {
  box-sizing: border-box;
}


/* Aura v1.5.0 pattern library expansion */
.aura-pattern-stats,
.aura-pattern-logo-strip,
.aura-pattern-pricing,
.aura-pattern-comparison,
.aura-pattern-lead-magnet,
.aura-pattern-case-study,
.aura-pattern-final-cta {
  padding-block: clamp(56px, 8vw, 104px);
}

.aura-stats-grid,
.aura-pricing-grid,
.aura-comparison-grid,
.aura-case-study-grid {
  display: grid;
  gap: 18px;
}

.aura-stats-grid > *,
.aura-pricing-card,
.aura-comparison-grid article,
.aura-lead-magnet-card,
.aura-case-study-card,
.aura-pattern-final-cta {
  border: 1px solid var(--aura-border);
  border-radius: var(--aura-radius-lg);
  background: var(--aura-surface);
  box-shadow: 0 18px 60px rgba(0,0,0,.14);
}

.aura-stats-grid > *,
.aura-pricing-card,
.aura-comparison-grid article,
.aura-lead-magnet-card,
.aura-case-study-card {
  padding: clamp(22px, 4vw, 34px);
}

.aura-stats-grid h3 {
  margin: 0 0 8px;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: .9;
  letter-spacing: -.07em;
}

.aura-logo-row {
  gap: 12px;
  margin-top: 24px;
}

.aura-logo-row span {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--aura-border);
  border-radius: 999px;
  color: var(--aura-muted);
  background: var(--aura-surface);
  font-weight: 800;
}

.aura-pricing-card {
  display: grid;
  gap: 14px;
}

.aura-pricing-card.is-featured {
  border-color: var(--aura-accent-2);
  box-shadow: 0 20px 80px color-mix(in srgb, var(--aura-accent-2) 18%, transparent);
}

.aura-pricing-card strong {
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  letter-spacing: -.06em;
}

.aura-comparison-grid article ul {
  margin: 18px 0 0;
  padding-left: 1.2em;
  color: var(--aura-muted);
}

.aura-comparison-grid article.is-positive {
  border-color: var(--aura-accent-2);
}

.aura-lead-magnet-card,
.aura-pattern-final-cta {
  padding: clamp(32px, 7vw, 72px);
  background: linear-gradient(135deg, var(--aura-surface), color-mix(in srgb, var(--aura-accent-2) 10%, transparent));
}

.aura-case-study-card {
  display: grid;
  gap: 8px;
}

.aura-case-study-card span {
  color: var(--aura-accent-2);
  font-weight: 900;
  letter-spacing: .16em;
}

.aura-pattern-final-cta {
  text-align: center;
}

.aura-pattern-final-cta .aura-actions {
  justify-content: center;
}

@media (min-width: 782px) {
  .aura-stats-grid,
  .aura-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aura-comparison-grid,
  .aura-case-study-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Aura v1.9.0 premium SVG icon system */
.aura-icon-wrap {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--aura-accent-2);
  background: color-mix(in srgb, var(--aura-accent-2) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--aura-accent-2) 32%, var(--aura-border));
  box-shadow: 0 10px 30px color-mix(in srgb, var(--aura-accent-2) 10%, transparent);
}

.aura-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: currentColor;
}

.aura-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aura-icon-wrap--case {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  margin: 0;
}

.aura-icon-wrap--case .aura-icon {
  width: 20px;
  height: 20px;
}

.aura-case-study-card--icons {
  display: grid;
  gap: 18px;
}

.aura-case-study-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.aura-case-study-item h3,
.aura-case-study-item p {
  margin-top: 0;
}

.aura-case-study-item p {
  color: var(--aura-muted);
}

/* Legacy number support remains available for older patterns, but icons are the default direction. */
.aura-number-pill {
  font-size: .78rem;
}

/* Aura v1.11.0 header/footer select builder */
.aura-builder-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(16px, 3vw, 32px);
}

.aura-header-zone {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.aura-header-zone-left { justify-content: flex-start; }
.aura-header-zone-center { justify-content: center; }
.aura-header-zone-right { justify-content: flex-end; }

.aura-header-zone .aura-primary-nav,
.aura-header-zone .aura-header-actions,
.aura-header-zone .aura-social-links {
  margin: 0;
}

.aura-header-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--aura-muted);
  text-decoration: none;
  transition: color .18s ease, background .18s ease;
}

.aura-header-search:hover,
.aura-header-search:focus-visible {
  color: var(--aura-text);
  background: color-mix(in srgb, currentColor 8%, transparent);
}

.aura-header-search-icon,
.aura-header-search-icon .aura-icon {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.aura-builder-footer-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.aura-footer-zone {
  min-width: 0;
}

.aura-builder-footer-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.aura-footer-zone-bottom-center { text-align: center; }
.aura-footer-zone-bottom-right { text-align: right; }
.aura-footer-bottom-tagline { color: var(--aura-accent); }

/* Cleaner social icons: no double circle, no mounted background. */
.aura-social-link--icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  border-radius: 999px;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease;
}

.aura-social-link--icon .aura-icon-wrap,
.aura-social-link--icon .aura-icon {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: currentColor;
}

.aura-social-links--minimal .aura-social-link--icon {
  width: 32px;
  height: 32px;
}

.aura-social-links--soft .aura-social-link--icon {
  background: color-mix(in srgb, currentColor 7%, transparent);
}

.aura-social-links--outline .aura-social-link--icon {
  border: 1px solid color-mix(in srgb, currentColor 24%, transparent);
}

.aura-social-links--solid .aura-social-link--icon {
  background: var(--aura-accent);
  color: #111111;
}

.aura-social-link--icon:hover,
.aura-social-link--icon:focus-visible {
  transform: translateY(-1px);
  color: var(--aura-accent);
  background: color-mix(in srgb, var(--aura-accent) 10%, transparent);
  border-color: color-mix(in srgb, var(--aura-accent) 55%, transparent);
}

.aura-social-links--solid .aura-social-link--icon:hover,
.aura-social-links--solid .aura-social-link--icon:focus-visible {
  color: #111111;
  background: color-mix(in srgb, var(--aura-accent) 86%, #ffffff);
}

@media (max-width: 921px) {
  .aura-builder-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .aura-header-zone-center,
  .aura-header-zone-right {
    display: contents;
  }

  .aura-header-zone .aura-primary-nav {
    display: none;
  }

  .aura-header-zone .aura-primary-nav.is-open {
    display: block;
  }

  .aura-builder-footer-main,
  .aura-builder-footer-bottom {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .aura-footer-zone-bottom-center,
  .aura-footer-zone-bottom-right {
    text-align: left;
  }
}


/* Aura v1.12.0 multi-item builder support */
.aura-header-zone > .aura-builder-item,
.aura-footer-zone > .aura-builder-item {
  min-width: 0;
}

.aura-header-zone > .aura-builder-item {
  display: inline-flex;
  align-items: center;
}

.aura-footer-zone > .aura-builder-item + .aura-builder-item {
  margin-top: 14px;
}

.aura-header-zone .aura-builder-html > *:first-child,
.aura-footer-zone .aura-builder-html > *:first-child {
  margin-top: 0;
}

.aura-header-zone .aura-builder-html > *:last-child,
.aura-footer-zone .aura-builder-html > *:last-child {
  margin-bottom: 0;
}

/* Aura v1.14.0 Builder QA & Mobile Polish */
.aura-header-zone.is-empty,
.aura-footer-zone.is-empty {
  display: none;
}

.aura-mobile-drawer {
  display: none;
}

@media (min-width: 922px) {
  .aura-menu-toggle {
    display: none;
  }

  .aura-primary-nav {
    display: block;
  }

  .aura-primary-nav ul {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 921px) {
  body.aura-mobile-menu-open {
    overflow: hidden;
    touch-action: none;
  }

  .aura-site-header {
    --aura-header-height: 66px;
  }

  .aura-builder-header-inner {
    min-height: var(--aura-header-height);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    position: relative;
  }

  .aura-header-zone-left {
    min-width: 0;
    overflow: hidden;
  }

  .aura-header-zone-left .aura-branding,
  .aura-header-zone-left .aura-site-title {
    min-width: 0;
  }

  .aura-site-title {
    max-width: min(62vw, 320px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aura-builder-header-inner > .aura-header-zone-center,
  .aura-builder-header-inner > .aura-header-zone-right {
    display: none !important;
  }

  .aura-menu-toggle {
    display: inline-grid;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    justify-self: end;
    z-index: 2;
  }

  .aura-mobile-drawer {
    position: fixed;
    z-index: 49;
    top: calc(var(--aura-header-height, 66px) + 10px);
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    display: block;
    max-height: calc(100dvh - var(--aura-header-height, 66px) - 28px);
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    border: 1px solid var(--aura-border);
    border-radius: 24px;
    background: color-mix(in srgb, var(--aura-bg) 94%, var(--aura-surface));
    box-shadow: 0 26px 80px rgba(0,0,0,.32);
    backdrop-filter: blur(20px);
  }

  .aura-mobile-drawer[hidden] {
    display: none !important;
  }

  .aura-mobile-drawer-inner {
    display: grid;
    gap: 16px;
    padding: 18px;
  }

  .aura-mobile-drawer-item {
    min-width: 0;
  }

  .aura-mobile-drawer .aura-primary-nav,
  .aura-mobile-drawer .aura-primary-nav.is-open {
    display: block;
    position: static;
    inset: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .aura-mobile-drawer .aura-primary-nav ul {
    display: grid;
    gap: 8px;
  }

  .aura-mobile-drawer .aura-primary-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 14px;
    color: var(--aura-text);
    background: transparent;
    font-size: 1rem;
  }

  .aura-mobile-drawer .aura-primary-nav a:hover,
  .aura-mobile-drawer .aura-primary-nav a:focus-visible {
    color: var(--aura-text);
    background: color-mix(in srgb, var(--aura-accent) 12%, transparent);
  }

  .aura-mobile-drawer .aura-header-actions,
  .aura-mobile-drawer .aura-social-links {
    margin: 0;
  }

  .aura-mobile-drawer .aura-header-actions,
  .aura-mobile-drawer .aura-builder-html {
    display: grid;
    gap: 10px;
  }

  .aura-mobile-drawer .aura-button,
  .aura-mobile-drawer .wp-block-button__link {
    width: 100%;
    min-height: 50px;
  }

  .aura-mobile-drawer .aura-social-links {
    justify-content: flex-start;
    gap: 10px;
  }

  .aura-mobile-drawer .aura-social-link--icon,
  .aura-footer-main .aura-social-link--icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .aura-header-search {
    width: 44px;
    height: 44px;
    border: 1px solid var(--aura-border);
    background: color-mix(in srgb, currentColor 6%, transparent);
  }
}

@media (max-width: 781px) {
  .aura-site-footer {
    text-align: center;
  }

  .aura-builder-footer-main,
  .aura-builder-footer-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .aura-footer-zone,
  .aura-footer-brand,
  .aura-footer-navs,
  .aura-footer-zone .aura-builder-item {
    display: grid;
    justify-items: center;
  }

  .aura-footer-navs ul,
  .aura-social-links {
    justify-content: center;
  }

  .aura-footer-zone-bottom-center,
  .aura-footer-zone-bottom-right {
    text-align: center;
  }

  .aura-footer-description,
  .aura-footer-bottom-tagline {
    max-width: 34rem;
    margin-inline: auto;
  }

  .aura-footer-cta,
  .aura-footer-item-cta,
  .aura-footer-item-cta .aura-button {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 480px) {
  .aura-mobile-drawer {
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    border-radius: 20px;
  }

  .aura-mobile-drawer-inner {
    padding: 14px;
  }

  .aura-header-inner {
    padding-inline: 0;
  }
}

/* Aura v1.15.1 Social Icons Premium Match */
.aura-social-links--aura-card {
  gap: 12px;
}

.aura-social-links--aura-card .aura-social-link--icon {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  color: var(--aura-accent);
  border: 1px solid color-mix(in srgb, var(--aura-accent) 24%, var(--aura-border));
  background:
    linear-gradient(145deg, color-mix(in srgb, #05060a 88%, var(--aura-accent) 12%), color-mix(in srgb, #111111 82%, var(--aura-accent) 8%));
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, #ffffff 8%, transparent),
    0 14px 34px color-mix(in srgb, #000000 34%, transparent);
}

.aura-social-links--aura-card .aura-social-link--icon .aura-icon-wrap,
.aura-social-links--aura-card .aura-social-link--icon .aura-icon {
  width: 21px;
  height: 21px;
  color: currentColor;
  stroke-width: 1.8;
}

.aura-social-links--aura-card .aura-social-link--icon:hover,
.aura-social-links--aura-card .aura-social-link--icon:focus-visible {
  transform: translateY(-2px);
  color: var(--aura-accent);
  border-color: color-mix(in srgb, var(--aura-accent) 62%, transparent);
  background:
    linear-gradient(145deg, color-mix(in srgb, #05060a 78%, var(--aura-accent) 22%), color-mix(in srgb, #111111 74%, var(--aura-accent) 14%));
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, #ffffff 10%, transparent),
    0 18px 42px color-mix(in srgb, var(--aura-accent) 14%, #000000 30%);
}

.aura-social-links-context-header.aura-social-links--aura-card .aura-social-link--icon,
.aura-mobile-drawer .aura-social-links--aura-card .aura-social-link--icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
}

/* Aura v1.16.0 Astra-like footer builder structure */
.aura-footer-row {
  width: min(100% - 40px, var(--aura-container));
  margin-inline: auto;
}

.aura-footer-row-primary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.aura-footer-row-below {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(18px, 3vw, 40px);
  align-items: center;
}

.aura-footer-zone {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 14px;
}

.aura-footer-zone .aura-builder-item {
  min-width: 0;
}

.aura-footer-zone .aura-builder-item + .aura-builder-item {
  margin-top: 0;
}

.aura-footer-align-left {
  align-items: flex-start;
  text-align: left;
}

.aura-footer-align-center {
  align-items: center;
  text-align: center;
}

.aura-footer-align-right {
  align-items: flex-end;
  text-align: right;
}

.aura-footer-zone-bottom-left {
  justify-self: start;
}

.aura-footer-zone-bottom-center {
  justify-self: center;
  width: auto;
  max-width: min(100%, 520px);
}

.aura-footer-zone-bottom-right {
  justify-self: end;
}

.aura-footer-zone-bottom-center .aura-social-links,
.aura-footer-align-center .aura-social-links {
  justify-content: center;
}

.aura-footer-zone-bottom-left .aura-social-links,
.aura-footer-align-left .aura-social-links {
  justify-content: flex-start;
}

.aura-footer-zone-bottom-right .aura-social-links,
.aura-footer-align-right .aura-social-links {
  justify-content: flex-end;
}

@media (max-width: 921px) {
  .aura-footer-row,
  .aura-footer-row-primary,
  .aura-footer-row-below {
    width: min(100% - 32px, var(--aura-container));
  }

  .aura-footer-row-primary,
  .aura-footer-row-below {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .aura-footer-zone,
  .aura-footer-zone-bottom-left,
  .aura-footer-zone-bottom-center,
  .aura-footer-zone-bottom-right,
  .aura-footer-align-left,
  .aura-footer-align-center,
  .aura-footer-align-right {
    justify-self: center;
    align-items: center;
    text-align: center;
  }

  .aura-footer-zone .aura-social-links {
    justify-content: center;
  }
}

/* Aura v1.17.0 Hola Digital GSAP layout */
.aura-hd-motion-layout {
  --hd-bg: #0b0b10;
  --hd-bg-2: #0f0f18;
  --hd-fg: #f5f7fb;
  --hd-muted: #a9afbd;
  --hd-muted-2: #c7cedd;
  --hd-brand-1: #6a5cff;
  --hd-brand-2: #00d1ff;
  --hd-brand-3: #10b981;
  --hd-glass: rgba(255,255,255,.055);
  --hd-glass-border: rgba(255,255,255,.10);
  --hd-ring: rgba(0,209,255,.34);
  position: relative;
  overflow: hidden;
  background: var(--hd-bg);
  color: var(--hd-fg);
  font-family: var(--aura-font-main, Inter, system-ui, sans-serif);
  isolation: isolate;
}

.aura-hd-motion-layout * { box-sizing: border-box; }

.aura-hd-motion-layout a { color: inherit; }

.aura-hd-section {
  position: relative;
  padding: clamp(64px, 9vw, 132px) clamp(18px, 4vw, 44px);
  overflow: hidden;
}

.aura-hd-shell {
  width: min(100%, 1120px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.aura-hd-hero {
  min-height: min(860px, 92vh);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 22% 12%, rgba(106,92,255,.22), transparent 0 34%),
    radial-gradient(circle at 82% 78%, rgba(0,209,255,.16), transparent 0 32%),
    linear-gradient(180deg, #0b0b10 0%, #0f0f18 55%, #0b0b10 100%);
}

.aura-hd-aurora,
.aura-hd-grain,
.aura-hd-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.aura-hd-aurora {
  background:
    radial-gradient(circle at 18% 18%, rgba(106,92,255,.32), transparent 0 30%),
    radial-gradient(circle at 82% 18%, rgba(16,185,129,.26), transparent 0 34%),
    radial-gradient(circle at 52% 72%, rgba(0,209,255,.16), transparent 0 32%);
  filter: blur(24px);
  opacity: .76;
  z-index: 0;
}

.aura-hd-grain {
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 20%, #000, transparent 76%);
  opacity: .45;
  z-index: 1;
}

.aura-hd-canvas {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.aura-hd-frame {
  position: relative;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--hd-glass-border);
  border-radius: clamp(24px, 4vw, 38px);
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.032));
  box-shadow: 0 28px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}

.aura-hd-frame::before,
.aura-hd-frame::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-color: rgba(16,185,129,.68);
  opacity: .9;
}

.aura-hd-frame::before { top: 18px; left: 18px; border-top: 1px solid; border-left: 1px solid; }
.aura-hd-frame::after { right: 18px; bottom: 18px; border-right: 1px solid; border-bottom: 1px solid; }

.aura-hd-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: var(--hd-muted-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.aura-hd-pill-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--hd-brand-3);
  box-shadow: 0 0 24px rgba(16,185,129,.6);
}

.aura-hd-title {
  max-width: 980px;
  margin: 0;
  color: var(--hd-fg);
  font-size: clamp(40px, 8vw, 104px);
  line-height: .94;
  letter-spacing: -.07em;
  text-wrap: balance;
}

.aura-hd-typed {
  color: var(--hd-brand-3);
  white-space: normal;
}

.aura-hd-caret {
  display: inline-block;
  width: .08em;
  height: .78em;
  margin-left: .05em;
  transform: translateY(.12em);
  background: var(--hd-brand-3);
  animation: aura-hd-blink 1s steps(2, start) infinite;
}

@keyframes aura-hd-blink { 50% { opacity: .16; } }

.aura-hd-sub {
  max-width: 820px;
  margin: 28px 0 0;
  color: var(--hd-muted-2);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
  text-wrap: balance;
}

.aura-hd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.aura-hd-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.aura-hd-cta-primary {
  background: var(--hd-brand-3);
  color: #07110e;
  border-color: transparent;
}

.aura-hd-cta-secondary {
  background: rgba(255,255,255,.06);
  color: var(--hd-fg);
}

.aura-hd-cta:hover { transform: translateY(-2px); }
.aura-hd-cta-secondary:hover { border-color: rgba(16,185,129,.5); }

.aura-hd-card-section {
  background:
    radial-gradient(circle at 20% 0%, rgba(106,92,255,.13), transparent 0 35%),
    radial-gradient(circle at 90% 60%, rgba(0,209,255,.10), transparent 0 28%),
    linear-gradient(180deg, #0b0b10 0%, #11121a 50%, #0b0b10 100%);
}

.aura-hd-section-title {
  max-width: 900px;
  margin: 0 0 28px;
  color: var(--hd-fg);
  font-size: clamp(30px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.aura-hd-section-title span { color: var(--hd-brand-3); }

.aura-hd-lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: var(--hd-muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.8;
}

.aura-hd-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.aura-hd-card {
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid var(--hd-glass-border);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  box-shadow: 0 18px 56px rgba(0,0,0,.24);
}

.aura-hd-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  color: var(--hd-brand-3);
  border: 1px solid rgba(16,185,129,.32);
  background: radial-gradient(circle at 30% 10%, rgba(16,185,129,.22), rgba(255,255,255,.035));
}

.aura-hd-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aura-hd-card h3 {
  margin: 0 0 10px;
  color: var(--hd-fg);
  font-size: 19px;
  line-height: 1.15;
}

.aura-hd-card p {
  margin: 0;
  color: var(--hd-muted);
  font-size: 14px;
  line-height: 1.7;
}

.aura-hd-harmony-shell {
  position: relative;
  padding: clamp(28px, 5vw, 56px);
  border-radius: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(135deg, rgba(106,92,255,.13), rgba(16,185,129,.075) 45%, rgba(255,255,255,.04)),
    rgba(255,255,255,.035);
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
}

.aura-hd-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.aura-hd-point {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
  color: var(--hd-muted-2);
  font-weight: 700;
}

.aura-hd-point::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--hd-brand-3);
  box-shadow: 0 0 20px rgba(16,185,129,.5);
}

.aura-hd-promise {
  margin-top: 28px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(16,185,129,.25);
  color: var(--hd-fg);
  background: rgba(16,185,129,.06);
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 900;
  letter-spacing: -.03em;
}

.aura-hd-logo-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.025);
}

.aura-hd-logo-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 24px 0;
  animation: aura-hd-marquee 32s linear infinite;
}

.aura-hd-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 64px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.04);
  font-weight: 900;
  letter-spacing: -.025em;
}

@keyframes aura-hd-marquee {
  to { transform: translateX(-50%); }
}

.aura-hd-contact {
  background:
    radial-gradient(circle at 18% 20%, rgba(16,185,129,.12), transparent 0 32%),
    linear-gradient(180deg, #11121a 0%, #0b0b10 100%);
}

.aura-hd-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border-radius: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255,255,255,.11);
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
}

.aura-hd-contact-card h2 {
  margin: 0;
  color: var(--hd-fg);
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -.06em;
}

.aura-hd-contact-card p {
  color: var(--hd-muted);
  font-size: 17px;
  line-height: 1.7;
}

.aura-hd-contact-actions {
  display: grid;
  gap: 12px;
}

@media (max-width: 1024px) {
  .aura-hd-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .aura-hd-section { padding: 56px 16px; }
  .aura-hd-hero { min-height: auto; padding-top: 72px; padding-bottom: 72px; }
  .aura-hd-frame { padding: 28px 18px 30px; border-radius: 24px; }
  .aura-hd-frame::before,
  .aura-hd-frame::after { width: 20px; height: 20px; }
  .aura-hd-title { font-size: clamp(34px, 12vw, 58px); letter-spacing: -.055em; }
  .aura-hd-sub { font-size: 16px; line-height: 1.7; }
  .aura-hd-actions { flex-direction: column; }
  .aura-hd-cta { width: 100%; }
  .aura-hd-grid,
  .aura-hd-points,
  .aura-hd-contact-card { grid-template-columns: 1fr; }
  .aura-hd-card { padding: 22px 18px; }
  .aura-hd-logo { min-width: 150px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .aura-hd-motion-layout *,
  .aura-hd-motion-layout *::before,
  .aura-hd-motion-layout *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Aura v1.17.4 - Right-aligned header menu behavior */
@media (min-width: 922px) {
  .aura-header-zone-right .aura-builder-item.aura-header-item-menu {
    margin-left: auto;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
  }

  .aura-header-zone-right .aura-primary-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    text-align: right;
  }

  .aura-header-zone-right .aura-primary-nav ul,
  .aura-header-zone-right .aura-primary-nav .menu {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
  }

  .aura-header-zone-right .aura-primary-nav li {
    flex: 0 0 auto;
  }

  .aura-header-zone-right .aura-primary-nav a {
    justify-content: flex-end;
    text-align: right;
  }

  .aura-header-zone-right .aura-builder-item.aura-header-item-menu + .aura-builder-item {
    flex: 0 0 auto;
  }
}
