.home.page-template-default,
.page-template-landing-noe {
  --noe-purple: #5b16b8;
  --noe-purple-dark: #351064;
  --noe-navy: #0b1f4f;
  --noe-mint: #6edcc6;
  --noe-mint-soft: #e7fbf6;
  --noe-yellow: #ffd43d;
  --noe-yellow-soft: #fff7cf;
  --noe-ink: #1c2550;
  --noe-text: #2d3766;
  --noe-border: rgba(11, 31, 79, 0.1);
  --noe-shadow: rgba(29, 31, 86, 0.08);
  --noe-landing-bg-image: none;
  --noe-hero-bg-image: none;
  --noe-font-body: Lato, sans-serif;
  --noe-font-heading: Lato, sans-serif;
}

.home.page-template-default #primary,
.home.page-template-default #content,
.home.page-template-default .site-main,
.page-template-landing-noe #primary,
.page-template-landing-noe #content,
.page-template-landing-noe .site-main,
.page-template-landing-noe.home #primary,
.page-template-landing-noe.home #content,
.page-template-landing-noe.home .site-main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home.page-template-default .site-main > :not(.noe-landing),
.page-template-landing-noe .site-main > :not(.noe-landing),
.page-template-landing-noe.home .site-main > :not(.noe-landing) {
  display: none !important;
}

.home.page-template-default .entry-header,
.home.page-template-default .entry-title,
.home.page-template-default .entry-content,
.page-template-landing-noe .entry-header,
.page-template-landing-noe .entry-title,
.page-template-landing-noe .entry-content {
  display: none !important;
}

.home.page-template-default .noe-landing,
.page-template-landing-noe .noe-landing {
  --kadence-base-content-width: 100%;
}

.home.page-template-default #primary,
.home.page-template-default #content,
.home.page-template-default .site-main,
.page-template-landing-noe #primary,
.page-template-landing-noe #content,
.page-template-landing-noe .site-main {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.home.page-template-default,
.page-template-landing-noe {
  background:
    radial-gradient(circle at 10% 8%, rgba(91, 22, 184, 0.1), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(110, 220, 198, 0.22), transparent 18%),
    radial-gradient(circle at 78% 18%, rgba(255, 212, 61, 0.18), transparent 14%),
    linear-gradient(180deg, #fefeff 0%, #fbf9ff 100%);
}

.home #inner-wrap,
.page-template-landing-noe #inner-wrap {
  background: transparent;
}

.home .entry-hero-container-inner,
.page-template-landing-noe .entry-hero-container-inner,
.home .content-width,
.page-template-landing-noe .content-width {
  max-width: none;
}

.noe-landing {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 22px;
  background-image:
    var(--noe-landing-bg-image),
    radial-gradient(circle at 10% 8%, rgba(91, 22, 184, 0.1), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(110, 220, 198, 0.22), transparent 18%),
    radial-gradient(circle at 78% 18%, rgba(255, 212, 61, 0.18), transparent 14%),
    linear-gradient(180deg, #fefeff 0%, #fbf9ff 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover, auto, auto, auto, auto;
  font-family: var(--noe-font-body, Lato, sans-serif) !important;
}

.noe-landing h1,
.noe-landing h2,
.noe-landing h3,
.noe-landing h4,
.noe-landing h5,
.noe-landing h6 {
  font-family: var(--noe-font-heading, Lato, sans-serif) !important;
}

.noe-landing * {
  box-sizing: border-box;
}

.noe-landing section {
  position: relative;
  clear: both;
}

.home .hero-section,
.page-template-landing-noe .hero-section,
.home .entry-hero,
.page-template-landing-noe .entry-hero {
  display: none;
}

.noe-shell {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.noe-kicker {
  margin: 0 0 14px;
  color: var(--noe-purple);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.noe-kicker--light {
  color: rgba(255, 255, 255, 0.82);
}

.noe-hero {
  padding: 26px 0 34px;
  position: relative;
}

.noe-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 26px;
  align-items: center;
  padding: 26px 28px 0;
  border: 1px solid var(--noe-border);
  border-radius: 34px;
  background-image:
    var(--noe-hero-bg-image),
    radial-gradient(circle at 14% 30%, rgba(91, 22, 184, 0.08), transparent 26%),
    radial-gradient(circle at 78% 12%, rgba(110, 220, 198, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 249, 255, 0.98) 100%);
  box-shadow: 0 24px 60px var(--noe-shadow);
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 8px;
  background-size: cover, auto, auto, auto;
  background-repeat: no-repeat;
  background-position: center;
}

.noe-hero__content {
  padding: 16px 8px 34px;
}

.noe-hero__title {
  margin: 0;
  max-width: 6.6ch;
  color: var(--noe-purple);
  font-family: var(--noe-font-heading, Lato, sans-serif) !important;
  font-size: clamp(60px, 8vw, 102px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.noe-hero__lead {
  max-width: 35ch;
  margin: 26px 0 0;
  color: var(--noe-text);
  font-size: clamp(19px, 1.8vw, 28px);
  line-height: 1.42;
}

.noe-hero__actions,
.noe-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.noe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.noe-button,
.noe-button::before,
.noe-button::after,
.noe-button span::after,
.noe-button span::before {
  content: none !important;
}

.noe-button,
.noe-button:before,
.noe-button:after {
  text-transform: none;
}

.noe-button:hover {
  transform: translateY(-1px);
}

.noe-button--primary {
  background: linear-gradient(135deg, var(--noe-purple) 0%, var(--noe-navy) 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(11, 31, 79, 0.22);
}

.noe-button--secondary {
  border: 2px solid rgba(91, 22, 184, 0.18);
  background: var(--noe-mint-soft);
  color: var(--noe-navy);
}

.noe-button--light {
  background: #fff;
  color: var(--noe-purple);
}

.noe-button--outline-light {
  border: 2px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  background: transparent;
}

.noe-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.noe-proof li {
  padding: 10px 14px;
  border: 1px solid rgba(11, 31, 79, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, var(--noe-yellow-soft) 100%);
  color: var(--noe-navy);
  font-size: 14px;
  font-weight: 600;
}

.noe-hero__visual {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
}

.noe-hero__image {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  max-height: 670px;
  object-fit: contain;
  margin: 0 auto 0;
  display: block;
}

.noe-hero__placeholder {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 530px);
  height: 650px;
  border-radius: 42% 58% 46% 54% / 54% 44% 56% 46%;
  background:
    radial-gradient(circle at 42% 26%, rgba(255, 212, 61, 0.45), transparent 12%),
    radial-gradient(circle at 58% 40%, rgba(110, 220, 198, 0.5), transparent 18%),
    radial-gradient(circle at 48% 58%, rgba(91, 22, 184, 0.12), transparent 26%);
}

.noe-hero__placeholder-card {
  display: none;
  width: min(100%, 360px);
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--noe-border);
  box-shadow: 0 18px 46px rgba(39, 31, 86, 0.1);
  color: var(--noe-text);
  text-align: center;
}

.noe-hero__placeholder-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--noe-navy);
  font-size: 22px;
}

.noe-doodle {
  position: absolute;
  display: block;
  z-index: 1;
  height: auto;
  opacity: 0.92;
  pointer-events: none;
}

.noe-doodle--moon {
  top: 18px;
  left: 40px;
  width: 92px;
}

.noe-doodle--rocket {
  top: 44px;
  right: 34px;
  width: 122px;
}

.noe-doodle--atom {
  right: 90px;
  top: 312px;
  width: 106px;
}

.noe-doodle--molecule {
  left: 56px;
  bottom: 156px;
  width: 90px;
}

.noe-doodle--lens {
  left: 70px;
  bottom: 46px;
  width: 74px;
}

.noe-doodle--bulb {
  top: 206px;
  right: 26px;
  width: 92px;
}

.noe-doodle--flask {
  right: 24px;
  bottom: 38px;
  width: 86px;
}

.noe-doodle--formula {
  top: 88px;
  right: 192px;
  width: 76px;
}

.noe-doodle--formula-2 {
  position: absolute;
  right: 70px;
  bottom: 142px;
  z-index: 1;
  color: var(--noe-navy);
  font-size: 34px;
  font-weight: 700;
  pointer-events: none;
}

.noe-strip {
  padding: 0 0 16px;
}

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

.noe-strip__item {
  padding: 20px 22px;
  border: 1px solid var(--noe-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, var(--noe-mint-soft) 100%);
  box-shadow: 0 14px 32px rgba(39, 31, 86, 0.05);
}

.noe-strip__item strong,
.noe-card h3,
.noe-step h3,
.noe-benefit h3,
.noe-faq__item h3 {
  display: block;
  margin: 0 0 8px;
  color: var(--noe-navy);
}

.noe-strip__item span,
.noe-card p,
.noe-step p,
.noe-benefit p,
.noe-story__intro p,
.noe-story__content,
.noe-faq__item p,
.noe-cta__panel p {
  color: var(--noe-text);
}

.noe-section {
  padding: 42px 0;
}

.noe-section--soft {
  background: linear-gradient(180deg, rgba(231, 251, 246, 0.9) 0%, rgba(250, 249, 255, 0.96) 100%);
}

.noe-section__head {
  max-width: 840px;
  margin-bottom: 26px;
}

.noe-section__head h2,
.noe-story__intro h2,
.noe-cta__panel h2 {
  margin: 0;
  color: var(--noe-navy);
  font-family: var(--noe-font-heading, Lato, sans-serif) !important;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.noe-section__head p:last-child {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.6;
}

.noe-card-grid,
.noe-steps,
.noe-benefits,
.noe-faq {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.noe-card,
.noe-step,
.noe-benefit,
.noe-faq__item {
  padding: 28px;
  border: 1px solid var(--noe-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(39, 31, 86, 0.06);
}

.noe-card--post {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-color: rgba(91, 22, 184, 0.1);
  box-shadow: 0 20px 40px rgba(17, 33, 84, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.noe-card--post:hover {
  transform: translateY(-6px);
  border-color: rgba(91, 22, 184, 0.22);
  box-shadow: 0 26px 52px rgba(17, 33, 84, 0.14);
}

.noe-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(110, 220, 198, 0.22), transparent 22%),
    radial-gradient(circle at 85% 18%, rgba(255, 212, 61, 0.2), transparent 16%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  position: relative;
  overflow: hidden;
}

.noe-card__thumb::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(91, 22, 184, 0.1), rgba(110, 220, 198, 0.22), rgba(255, 212, 61, 0.18));
}

.noe-card__thumb img {
  width: auto;
  max-width: 100%;
  height: 236px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: transform 0.28s ease;
}

.noe-card--post:hover .noe-card__thumb img {
  transform: scale(1.04);
}

.noe-card__thumb-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--noe-mint-soft) 0%, var(--noe-yellow-soft) 100%);
  color: var(--noe-purple);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.noe-card__body {
  padding: 22px 24px 24px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
}

.noe-card__label {
  margin: 0;
  color: var(--noe-purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.noe-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.noe-card__date {
  color: rgba(45, 55, 102, 0.72);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.noe-card--post h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.noe-card--post h3 a {
  color: var(--noe-navy);
  text-decoration: none;
}

.noe-card--post p {
  margin: 0;
}

.noe-card--post .noe-card__body > p:last-of-type {
  font-size: 16px;
  line-height: 1.68;
}

.noe-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--noe-purple);
  font-weight: 800;
  text-decoration: none;
}

.noe-card__link::after {
  content: "->";
  font-size: 18px;
  line-height: 1;
}

.noe-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--noe-yellow-soft) 0%, var(--noe-mint-soft) 100%);
  color: var(--noe-navy);
  font-weight: 800;
}

.noe-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 26px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--noe-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(39, 31, 86, 0.05);
}

.noe-story__content {
  font-size: 18px;
  line-height: 1.8;
}

.noe-story__content > *:first-child {
  margin-top: 0;
}

.noe-story__content > *:last-child {
  margin-bottom: 0;
}

.noe-faq__item {
  min-height: 100%;
}

.noe-cta {
  padding: 24px 0 60px;
}

.noe-hidden-section {
  display: none !important;
}

.noe-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--noe-purple) 0%, var(--noe-navy) 60%, var(--noe-mint) 100%);
  box-shadow: 0 22px 48px rgba(11, 31, 79, 0.24);
}

.noe-cta__panel h2,
.noe-cta__panel p {
  color: #fff;
}

@media (max-width: 1180px) {
  .noe-hero__panel,
  .noe-strip__grid,
  .noe-steps,
  .noe-benefits,
  .noe-faq,
  .noe-story,
  .noe-cta__panel {
    grid-template-columns: 1fr;
  }

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

  .noe-hero__title {
    max-width: 8ch;
  }

  .noe-hero__visual {
    min-height: clamp(420px, 68vw, 560px);
  }

  .noe-hero__image {
    width: min(100%, 470px);
    max-height: 540px;
    height: auto;
  }
}

@media (max-width: 782px) {
  .noe-shell {
    width: min(calc(100% - 24px), 1280px);
  }

  .noe-hero {
    padding-top: 18px;
  }

  .noe-hero__panel {
    padding: 18px 18px 0;
    border-radius: 24px;
  }

  .noe-hero__content {
    padding-bottom: 8px;
  }

  .noe-hero__title {
    max-width: none;
    font-size: clamp(48px, 15vw, 72px);
  }

  .noe-hero__lead,
  .noe-section__head p:last-child,
  .noe-story__content {
    font-size: 17px;
  }

  .noe-hero__visual {
    min-height: clamp(320px, 76vw, 420px);
  }

  .noe-hero__image,
  .noe-hero__placeholder {
    max-height: 420px;
    height: auto;
  }

  .noe-doodle--rocket {
    top: 26px;
    right: 18px;
    width: 72px;
  }

  .noe-doodle--atom {
    right: 24px;
    top: 208px;
    width: 72px;
  }

  .noe-doodle--moon {
    left: 0;
    width: 54px;
  }

  .noe-doodle--formula {
    right: 90px;
    top: 70px;
    width: 54px;
  }

  .noe-doodle--formula-2 {
    right: 20px;
    bottom: 132px;
    font-size: 24px;
  }

  .noe-doodle--molecule,
  .noe-doodle--lens {
    transform: scale(0.78);
    transform-origin: center;
  }

  .noe-doodle--bulb,
  .noe-doodle--flask {
    width: 58px;
  }

  .noe-card,
  .noe-step,
  .noe-benefit,
  .noe-faq__item,
  .noe-story,
  .noe-cta__panel {
    padding: 22px;
  }

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

  .noe-card__thumb {
    min-height: 240px;
  }

  .noe-card__thumb img {
    height: 200px;
  }

  .noe-card--post h3 {
    font-size: 24px;
  }

  .noe-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
