/* Nextt Career 650 TTD Promotion – responsive, theme-scoped styles */
:root {
  --ncttd-navy-950: #020d20;
  --ncttd-navy-900: #031a38;
  --ncttd-navy-800: #072b57;
  --ncttd-blue: #1680ff;
  --ncttd-gold: #ffc52e;
  --ncttd-orange: #ff9400;
  --ncttd-white: #ffffff;
  --ncttd-muted: #bfd0e8;
  --ncttd-border: rgba(116, 179, 255, 0.25);
  --ncttd-shadow: 0 28px 80px rgba(2, 13, 32, 0.25);
}

body.nextt-650-promotion-page .entry-header,
body.nextt-650-promotion-page .page-header,
body.nextt-650-promotion-page .wp-block-post-title,
body.nextt-650-promotion-page .entry-title {
  display: none !important;
}

body.nextt-650-promotion-page .site-main,
body.nextt-650-promotion-page .entry-content,
body.nextt-650-promotion-page .page-content,
body.nextt-650-promotion-page article,
body.nextt-650-promotion-page .content-area {
  overflow: visible !important;
}

body.nextt-650-promotion-page .entry-content,
body.nextt-650-promotion-page .page-content {
  max-width: none !important;
  width: 100% !important;
  padding-inline: 0 !important;
  margin-top: 0 !important;
}

.ncttd-promo-root,
.ncttd-promo-root *,
.ncttd-promo-root *::before,
.ncttd-promo-root *::after {
  box-sizing: border-box;
}

.ncttd-promo-root {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1440px, calc(100vw - 32px));
  max-width: none !important;
  margin: clamp(18px, 3vw, 44px) 0 clamp(48px, 7vw, 96px) !important;
  padding: 0 !important;
  color: var(--ncttd-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  isolation: isolate;
}

.ncttd-promo-root svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ncttd-promo-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(103, 177, 255, 0.28);
  border-radius: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(circle at 90% 8%, rgba(31, 132, 255, 0.34), transparent 32%),
    radial-gradient(circle at 20% 100%, rgba(14, 91, 191, 0.30), transparent 38%),
    linear-gradient(135deg, var(--ncttd-navy-950) 0%, var(--ncttd-navy-900) 45%, #051328 100%);
  box-shadow: var(--ncttd-shadow);
}

.ncttd-promo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, black, transparent 65%);
}

.ncttd-promo-glow {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(50px);
  pointer-events: none;
  opacity: .36;
}

.ncttd-promo-glow-one {
  width: 310px;
  height: 310px;
  right: 4%;
  top: -130px;
  background: #1680ff;
}

.ncttd-promo-glow-two {
  width: 250px;
  height: 250px;
  left: 26%;
  bottom: -170px;
  background: #ffad0d;
  opacity: .16;
}

.ncttd-promo-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: stretch;
  min-height: 650px;
}

.ncttd-promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 6.3vw, 94px) clamp(34px, 6.2vw, 92px);
}

.ncttd-promo-brand {
  display: inline-flex;
  align-items: baseline;
  align-self: flex-start;
  gap: 7px;
  margin: 0 0 clamp(30px, 4vw, 54px);
  font-size: clamp(25px, 2.6vw, 39px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ncttd-promo-brand-nextt {
  color: var(--ncttd-white);
}

.ncttd-promo-brand-career {
  color: var(--ncttd-gold);
}

.ncttd-promo-eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  width: fit-content;
  margin: 0 0 18px !important;
  padding: 9px 14px;
  border: 1px solid rgba(255, 190, 27, .78);
  border-radius: 10px;
  color: #ffd45e;
  background: rgba(3, 28, 59, .58);
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.ncttd-promo-eyebrow svg {
  flex: 0 0 auto;
  font-size: 20px;
}

.ncttd-promo-title {
  max-width: 810px;
  margin: 0 !important;
  color: var(--ncttd-white) !important;
  font-size: clamp(44px, 5.7vw, 82px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.047em !important;
  text-wrap: balance;
}

.ncttd-promo-title::first-line {
  color: var(--ncttd-white);
}

.ncttd-promo-intro {
  max-width: 720px;
  margin: 24px 0 0 !important;
  color: #e2ebf7 !important;
  font-size: clamp(18px, 1.8vw, 25px) !important;
  line-height: 1.52 !important;
}

.ncttd-promo-price-row {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
  margin-top: clamp(28px, 4vw, 45px);
}

.ncttd-promo-price-card {
  min-width: min(100%, 365px);
  overflow: hidden;
  border: 1px solid rgba(111, 180, 255, .48);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(7, 35, 72, .98), rgba(2, 15, 34, .98));
  box-shadow: 0 22px 42px rgba(0,0,0,.24);
}

.ncttd-promo-price-label {
  display: block;
  padding: 9px 18px;
  background: linear-gradient(90deg, #c51717, #f03131);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .055em;
  text-align: center;
  text-transform: uppercase;
}

.ncttd-promo-price-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px 0;
  white-space: nowrap;
}

.ncttd-promo-price-main strong {
  color: #fff;
  font-size: clamp(65px, 7vw, 98px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.06em;
}

.ncttd-promo-price-main em {
  padding-bottom: 10px;
  color: var(--ncttd-gold);
  font-size: clamp(20px, 2.4vw, 31px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.025em;
}

.ncttd-promo-price-note {
  display: block;
  padding: 8px 18px 15px;
  color: var(--ncttd-muted);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.ncttd-promo-access-seal {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: clamp(122px, 11vw, 160px);
  aspect-ratio: 1;
  border: 8px solid #f8b918;
  border-radius: 50%;
  outline: 3px dashed rgba(255, 226, 116, .9);
  outline-offset: -12px;
  background: radial-gradient(circle at 35% 30%, #124d91, #021b3a 67%);
  box-shadow: 0 15px 36px rgba(0,0,0,.28), 0 0 0 5px rgba(255, 194, 37, .18);
  text-align: center;
}

.ncttd-promo-access-seal strong {
  display: block;
  margin-top: 7px;
  color: var(--ncttd-gold);
  font-size: clamp(44px, 4.7vw, 66px);
  font-weight: 900;
  line-height: .78;
}

.ncttd-promo-access-seal span {
  display: block;
  color: #fff;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 850;
  line-height: 1.05;
  text-transform: uppercase;
}

.ncttd-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 42px);
}

.ncttd-promo-root .ncttd-promo-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  margin: 0 !important;
  padding: 14px 25px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  box-shadow: none;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  letter-spacing: .01em;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ncttd-promo-root .ncttd-promo-button svg {
  width: 22px;
  height: 22px;
  transition: transform .2s ease;
}

.ncttd-promo-root .ncttd-promo-button:hover,
.ncttd-promo-root .ncttd-promo-button:focus-visible {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.ncttd-promo-root .ncttd-promo-button:hover svg,
.ncttd-promo-root .ncttd-promo-button:focus-visible svg {
  transform: translateX(3px);
}

.ncttd-promo-root .ncttd-promo-button:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 3px;
}

.ncttd-promo-button-primary {
  min-width: 210px;
  color: #03152c !important;
  background: linear-gradient(135deg, #ffe26c, #ffb91b 48%, #ff8b00) !important;
  box-shadow: 0 16px 34px rgba(255, 159, 0, .28) !important;
}

.ncttd-promo-button-primary:hover,
.ncttd-promo-button-primary:focus-visible {
  color: #03152c !important;
  box-shadow: 0 20px 42px rgba(255, 159, 0, .38) !important;
}

.ncttd-promo-button-secondary {
  color: #fff !important;
  border-color: rgba(142, 196, 255, .38) !important;
  background: rgba(9, 48, 92, .5) !important;
  backdrop-filter: blur(10px);
}

.ncttd-promo-button-secondary:hover,
.ncttd-promo-button-secondary:focus-visible {
  color: #fff !important;
  background: rgba(18, 76, 137, .74) !important;
}

.ncttd-promo-assurance {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 670px;
  margin: 24px 0 0 !important;
  color: #c9d8ea !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.ncttd-promo-assurance svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  color: #9fc3f0;
}

.ncttd-promo-assurance strong {
  color: #fff;
}

.ncttd-promo-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 0;
  padding: 48px 48px 0 0;
}

.ncttd-promo-visual::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 88%;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(145deg, rgba(12, 66, 129, .76), rgba(2, 16, 37, .12));
}

.ncttd-promo-visual-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 490px);
  overflow: hidden;
  border: 1px solid rgba(133, 195, 255, .34);
  border-bottom: 0;
  border-radius: 220px 220px 0 0;
  background: #06264b;
  box-shadow: 0 30px 64px rgba(0, 0, 0, .3);
}

.ncttd-promo-visual-frame picture,
.ncttd-promo-visual-frame img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

.ncttd-promo-visual-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  color: #fff;
  background: rgba(2, 17, 38, .82);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  font-size: 14px;
  font-weight: 700;
}

.ncttd-promo-visual-caption svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: var(--ncttd-gold);
}

.ncttd-promo-features {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--ncttd-border);
  background: rgba(94, 157, 224, .18);
}

.ncttd-promo-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  padding: 24px clamp(18px, 2vw, 30px);
  background: rgba(3, 26, 56, .92);
}

.ncttd-promo-feature-icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(86, 162, 246, .48);
  border-radius: 50%;
  color: var(--ncttd-gold);
  background: linear-gradient(145deg, rgba(12, 78, 151, .82), rgba(2, 29, 63, .92));
}

.ncttd-promo-feature-icon svg {
  width: 26px;
  height: 26px;
}

.ncttd-promo-feature-copy {
  display: block;
  min-width: 0;
}

.ncttd-promo-feature strong,
.ncttd-promo-feature small {
  display: block;
}

.ncttd-promo-feature strong {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.28;
  text-transform: uppercase;
}

.ncttd-promo-feature small {
  margin-top: 5px;
  color: #adc1dc;
  font-size: 12px;
  line-height: 1.45;
}

.ncttd-promo-followup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: clamp(22px, 3vw, 34px) 0 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #dfe8f3;
  border-radius: clamp(20px, 2vw, 28px);
  color: #071b37;
  background: linear-gradient(135deg, #fff, #f4f8fd);
  box-shadow: 0 18px 50px rgba(11, 36, 67, .10);
}

.ncttd-promo-followup-kicker {
  margin: 0 0 7px !important;
  color: #b66d00 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ncttd-promo-followup h2 {
  max-width: 880px;
  margin: 0 !important;
  color: #061a35 !important;
  font-size: clamp(27px, 3.2vw, 44px) !important;
  font-weight: 880 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

.ncttd-promo-followup p:last-child {
  margin: 12px 0 0 !important;
  color: #53667e !important;
  font-size: 16px !important;
}

.ncttd-promo-followup-button {
  flex: 0 0 auto;
}

@media (max-width: 1120px) {
  .ncttd-promo-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(330px, .94fr);
  }

  .ncttd-promo-copy {
    padding-inline: clamp(30px, 4.6vw, 58px);
  }

  .ncttd-promo-price-row {
    align-items: flex-end;
  }

  .ncttd-promo-access-seal {
    width: 126px;
  }

  .ncttd-promo-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ncttd-promo-root {
    width: min(100% - 22px, 760px);
  }

  .ncttd-promo-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ncttd-promo-copy {
    align-items: center;
    padding: 44px 24px 34px;
    text-align: center;
  }

  .ncttd-promo-brand,
  .ncttd-promo-eyebrow {
    align-self: center;
  }

  .ncttd-promo-brand {
    margin-bottom: 34px;
  }

  .ncttd-promo-title {
    max-width: 650px;
    font-size: clamp(42px, 10vw, 68px) !important;
  }

  .ncttd-promo-intro {
    max-width: 620px;
  }

  .ncttd-promo-price-row {
    justify-content: center;
  }

  .ncttd-promo-actions,
  .ncttd-promo-assurance {
    justify-content: center;
  }

  .ncttd-promo-visual {
    min-height: 520px;
    padding: 0 24px;
  }

  .ncttd-promo-visual::before {
    left: 0;
    right: 0;
    width: 100%;
    height: 84%;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }

  .ncttd-promo-visual-frame {
    width: min(100%, 470px);
  }

  .ncttd-promo-followup {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .ncttd-promo-root {
    width: calc(100vw - 16px);
    margin-top: 8px !important;
  }

  .ncttd-promo-hero {
    border-radius: 22px;
  }

  .ncttd-promo-copy {
    padding: 32px 18px 26px;
  }

  .ncttd-promo-brand {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .ncttd-promo-eyebrow {
    gap: 8px;
    padding: 8px 10px;
    font-size: 11px;
    letter-spacing: .055em;
  }

  .ncttd-promo-title {
    font-size: clamp(38px, 12.7vw, 55px) !important;
    line-height: 1.01 !important;
  }

  .ncttd-promo-intro {
    margin-top: 18px !important;
    font-size: 17px !important;
  }

  .ncttd-promo-price-row {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
  }

  .ncttd-promo-price-card {
    width: 100%;
    min-width: 0;
  }

  .ncttd-promo-price-main strong {
    font-size: clamp(74px, 23vw, 94px);
  }

  .ncttd-promo-access-seal {
    position: static;
    z-index: 4;
    width: 112px;
    border-width: 6px;
    outline-offset: -10px;
  }

  .ncttd-promo-access-seal strong {
    font-size: 48px;
  }

  .ncttd-promo-actions {
    width: 100%;
    flex-direction: column;
  }

  .ncttd-promo-root .ncttd-promo-button {
    width: 100%;
    min-height: 58px;
  }

  .ncttd-promo-assurance {
    text-align: left;
  }

  .ncttd-promo-visual {
    position: relative;
    min-height: 440px;
    padding: 0 14px;
  }

  .ncttd-promo-visual-frame {
    border-radius: 180px 180px 0 0;
  }

  .ncttd-promo-visual-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }

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

  .ncttd-promo-feature {
    padding: 20px;
  }

  .ncttd-promo-followup {
    margin-top: 16px;
    padding: 26px 20px;
    border-radius: 20px;
  }

  .ncttd-promo-followup h2 {
    font-size: 29px !important;
  }
}

@media (max-width: 390px) {
  .ncttd-promo-copy {
    padding-inline: 14px;
  }

  .ncttd-promo-title {
    font-size: 41px !important;
  }

  .ncttd-promo-access-seal {
    width: 96px;
  }

  .ncttd-promo-access-seal strong {
    font-size: 42px;
  }

  .ncttd-promo-access-seal span {
    font-size: 10px;
  }

  .ncttd-promo-visual {
    min-height: 395px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ncttd-promo-root *,
  .ncttd-promo-root *::before,
  .ncttd-promo-root *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
