:root {
    --orange: rgba(0, 194, 122, 1);
    --orange2: #00A066;
    --orange-hover: rgba(0, 229, 255, 1);
    --swatch--black: rgba(26, 18, 8, 1);
    --swatch--dd-orange: rgba(0, 194, 122, 1);
    --swatch--dd-blue: rgba(0, 229, 255, 1);
    --carbon1:  #0C0C0C;
    --carbon2:  rgba(45, 31, 10, 1);
    --carbon3:  rgba(45, 31, 10, 0.55);
    --carbon4:  #080808;
    --carbon5:  #242424;
}
body {
  background-color: var(--swatch--black);
}

/* ── HERO ── */
.hero {
  min-height: 700px;
  display: flex; align-items: center;
  padding: 50px 64px 50px;
  position: relative;
  overflow: hidden;
  background: var(--c2);
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    rgba(7,9,10,0.90) 0%,
    rgba(12,16,10,0.72) 50%,
    rgba(25,32,16,0.50) 100%
  );
  z-index: 1;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 720px;
}
.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--orange);
}
.hero-pre {
  font-family: 'Barlow', sans-serif;
  font-size: 14px; font-weight: 400;
  color: var(--gray1);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.hero h1 {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 24px;
}
.hero h1 span { color: var(--orange); }
.hero-body {
  font-size: 17px; font-weight: 300;
  color: var(--white);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 36px;
}
.hero-actions {
  display: flex; gap: 16px; flex-wrap: wrap;
}
.btn-primary {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--black);
  padding: 14px 28px;
  font-weight: 500;
  border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: #4EAA24; transform: translateY(-1px); }
.btn-ghost {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase;
  background: transparent;
  color: var(--white);
  padding: 14px 28px;
  font-weight: 500;
  border: 1px solid var(--gray3);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-ghost:hover { border-color: var(--white); color: var(--white); }
.hero-stats {
  position: absolute; bottom: 48px; right: 64px; z-index: 2;
  display: flex; gap: 0;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.hero-stat {
  text-align: left;
  padding: 16px 24px;
  border-right: 1px solid var(--rule);
}
.hero-stat:last-child { border-right: none; }
.hero-stat-val {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700; font-size: 28px;
  color: var(--orange);
  line-height: 1;
}
.hero-stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray1);
  margin-top: 4px;
}

/* ── PAGE TOC STRIP ── */
.toc-strip {
  position: sticky; top: 73px; z-index: 998;
  background: var(--carbon);
  border-bottom: 1px solid var(--rule);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.toc-strip::-webkit-scrollbar { display: none; }
.toc-inner {
  display: flex; align-items: stretch;
  min-width: max-content;
  padding: 0 32px;
}
.toc-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px; letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray2);
  padding: 16px 20px 16px 0;
  margin-right: 16px;
  border-right: 1px solid var(--rule);
  display: flex; align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.toc-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray1);
  padding: 16px 18px;
  white-space: nowrap;
  display: flex; align-items: center; gap: 6px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
.toc-link:hover {
  color: var(--white);
  border-bottom-color: var(--orange);
}
.toc-link .arrow {
  font-size: 8px;
  opacity: 0.5;
  transform: rotate(90deg);
  display: inline-block;
}


.link-block-button_text {
    color: rgba(26, 18, 8, 1) !important;
}
.post-btn a:hover .position-relative {
    color: #1f1f1f;
}
a.button-nbd:hover .position-relative {
    color: #1f1f1f;
}
.nhd-hero_sub-small {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.nhd-hero_glow {
    aspect-ratio: 1;
    flex-flow: column;
    width: 100%;
    max-width: 550px;
    display: flex;
    position: relative;
    inset: inherit;
    transform: none;
    margin-top: 70px;
}

.w-embed:after {
    clear: both;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

/*SLIDER*/

.hero-section.is-slider_gallery {
    min-height: 480px;
    display: flex;
    overflow: hidden;
    margin-top: 0;
}
.slider-gallery_component {
    background-color: var(--swatch--black);
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
}
.slider-bg_component {
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.swiper.is-slider-bg {
    width: 100%;
    height: 100%;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper.is-slider-bg {
    width: 100%;
    height: 100%;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.slider-bg_img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.slider-titles_component {
    height: 100%;
    position: relative;
}
.swiper.is-slider-titles {
    height: 100%;
    overflow: visible;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-wrapper.is-slider-titles {
    height: 100%;
}
.swiper-slide.is-slider-titles {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100%;
    padding: 4%;
    display: flex;
}
.swiper-slide.is-active .slider-titles_heading {
    color: rgba(242, 235, 217, 1)
}
.slider-titles_heading {
    -webkit-text-stroke: 1.5px white;
}
.slider-titles_heading {
font-family: Chakra Petch;
font-weight: 700;
font-size: 48px;
text-align: center;
text-transform: uppercase;
display: block;
min-width: 900px;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.slider-gallery-gradient_bg {
    z-index: 1;
    background-image: linear-gradient(160deg, #1f1f1f00 61%, #000c);
    position: absolute;
    inset: 0%;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.slider-bg_img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.swiper-wrapper.is-slider-bg { 
    flex-wrap: wrap;
}
.swiper-slide.is-slider-bg  {
   position: absolute;
   top: 0;
   transition: all 0.4s;
    opacity: 0 !important;
}
.swiper-slide.is-slider-bg.swiper-slide-thumb-active  {
   opacity: 1 !important;
}
.heading-style-h3 {
font-family: IBM Plex Mono;
font-weight: 400;
font-size: 20px;
text-align: right;
color: rgba(242, 235, 217, 1);
}
.slider-thumbs_component {
    width: 40%;
}
.slider-gallery_numbers {
font-family: Chakra Petch;
font-weight: 700;
font-size: 32px;
text-align: center;
color: rgba(232, 82, 10, 1);
}
.swiper.is-slider-thumbs.w-dyn-list {
    margin-top: 0;
}
.section_title-white h3.title-white_heading {
font-family: Chakra Petch;
font-weight: 700;
font-size: 40px;
text-transform: uppercase;
color: var(--white);
}
.section_title-white {
background-color: rgba(45, 31, 10, 1);
padding: 3rem 0;
}
.section_title-white .title-white_bottom-wrapper {
font-family: Barlow;
font-weight: 400;
font-size: 20px;
line-height: 28px;
color: rgba(242, 235, 217, 1);
}
.swiper {
    margin-top: 0;
}

/*PRICING*/

.pricing-header {
  padding: 80px 0 0;
}

.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.eyebrow::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

.section-headline {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
}

.section-headline span {
  color: var(--orange);
}

.section-intro {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gray1);
  max-width: 560px;
  margin-top: 20px;
}

/* ═══════════════════════════════════
   RATE TABLE
═══════════════════════════════════ */
.rate-table-wrap {
  padding: 48px 0 0;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
}

.rate-table thead th {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray2);
  text-align: left;
  padding: 0 0 14px 0;
  border-bottom: 1px solid var(--carbon4);
}

.rate-table thead th:last-child {
  text-align: left;
}

.rate-table tbody td {
  padding: 18px 0;
  border-bottom: 1px solid var(--carbon4);
  vertical-align: middle;
}

.rate-table tbody tr:last-child td {
  border-bottom: none;
}

.service-name {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: var(--white);
}

.rate-basis {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--gray2);
}

.rate-range {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--orange);
  text-align: right;
}

.rate-note {
  padding: 24px 0 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--gray3);
  line-height: 1.8;
  max-width: 640px;
}

/* ═══════════════════════════════════
   DIVIDER
═══════════════════════════════════ */
.section-divider {
  margin: 64px 78px;
  height: 1px;
  background: var(--carbon4);
}

/* ═══════════════════════════════════
   SECTION 2 — SUBSCRIPTION TIERS
═══════════════════════════════════ */
.subscription-header {
  padding: 0;
  margin-bottom: 48px;
}

.tier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  padding: 0;
}

.tier-card {
  background: var(--carbon2);
  padding: 40px 32px 36px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.tier-card.featured {
  background: var(--carbon3);
}

.tier-card.featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--orange);
}

.tier-badge {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray2);
  margin-bottom: 16px;
}

.tier-card.featured .tier-badge {
  color: var(--orange);
}

.tier-name {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.tier-tagline {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--gray1);
  margin-bottom: 28px;
}

.tier-price {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 28px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.tier-price span {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray2);
  letter-spacing: 0.06em;
}

.tier-card.featured .tier-price {
  color: var(--orange);
}

.tier-period {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray3);
  margin-bottom: 32px;
}

.tier-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tier-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--carbon4);
}

.tier-detail-row:last-child {
  border-bottom: none;
}

.tier-detail-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray3);
}

.tier-detail-value {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--gray1);
  text-align: right;
}

/* ═══════════════════════════════════
   CTA BAR
═══════════════════════════════════ */
.cta-bar {
  margin: 64px 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: var(--carbon2);
  padding: 36px 40px;
  border-left: 3px solid var(--orange);
}

.cta-text {
  max-width: 560px;
}

.cta-headline {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.cta-sub {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--gray1);
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-shrink: 0;
}

.btn-primary {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--orange);
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: #E64D00;
}

.btn-secondary {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--gray3);
  padding: 14px 28px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.btn-secondary:hover {
  border-color: var(--gray1);
}

/* ═══════════════════════════════════
   INCLUDED NOTE
═══════════════════════════════════ */
.included-strip {
  padding: 0;
  margin-top: 48px;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.included-item {
  background: var(--carbon2);
  padding: 20px 24px;
}

.included-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  display: block;
  margin-bottom: 6px;
}

.included-value {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--gray1);
  line-height: 1.5;
}
.section-wrapper::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(0, 194, 122, 0.04) 0%, transparent 70%),
    radial-gradient(ellipse 60% 40% at 85% 100%, rgba(255, 85, 0, 0.03) 0%, transparent 60%);
  pointer-events: none;
}

/* ── Section header ── */
.section-header {
  position: relative;
  margin-bottom: 56px;
}

.section-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--green), transparent 60%);
  opacity: 0.3;
}

.section-title {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.05;
  color: var(--white);
  max-width: 800px;
}

.section-title span {
  color: var(--green);
}

.section-subtitle {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--gray1);
  margin-top: 16px;
  max-width: 640px;
  line-height: 1.65;
}

/* ── Grid layout: 2 cols top row (featured), 2x4 below ── */
.advantage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  position: relative;
}

/* ── Card base ── */
.advantage-card {
  background: var(--earth-card);
  padding: 36px 32px 32px;
  position: relative;
  transition: background 0.3s ease;
  border-top: 1px solid var(--earth-border);
}

.advantage-card:hover {
  background: var(--earth-mid);
}

/* ── Featured cards (first two) get special treatment ── */
.advantage-card.featured {
  padding: 44px 40px 40px;
  border-top: 2px solid var(--green);
}

.advantage-card.featured .card-number {
  color: var(--green);
}

.advantage-card.featured .card-title {
  font-size: 22px;
}

/* ── Card number ── */
.card-number {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--gray2);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-number::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--earth-border);
}

/* ── Card title ── */
.card-title {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 14px;
}

/* ── Card body ── */
.card-body {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--gray1);
}

/* ── Accent tag on select cards ── */
.card-tag {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-top: 16px;
}

.card-tag.green {
  background: rgba(0, 194, 122, 0.12);
  color: var(--green);
  border: 1px solid rgba(0, 194, 122, 0.2);
}

.card-tag.orange {
  background: rgba(255, 85, 0, 0.1);
  color: var(--orange);
  border: 1px solid rgba(255, 85, 0, 0.18);
}

.card-tag.cyan {
  background: rgba(0, 229, 255, 0.08);
  color: var(--cyan);
  border: 1px solid rgba(0, 229, 255, 0.15);
}

/* ── Full-width bottom card ── */
.advantage-card.full-width {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  border-top: 2px solid var(--orange);
  padding: 40px;
}

.advantage-card.full-width .card-number {
  color: var(--orange);
}

.full-width-left {
  /* title + number side */
}

.full-width-right {
  /* body text side */
  padding-top: 34px;
}

/* ── Bottom rule ── */
.section-footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-cta {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}

.footer-cta:hover {
  gap: 16px;
}

.footer-cta svg {
  width: 20px;
  height: 20px;
  stroke: var(--green);
  fill: none;
  stroke-width: 2;
}

.footer-note {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray3);
}

/* ── Animations ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.advantage-card {
  animation: fadeUp 0.5s ease both;
}

.advantage-card:nth-child(1)  { animation-delay: 0.05s; }
.advantage-card:nth-child(2)  { animation-delay: 0.1s; }
.advantage-card:nth-child(3)  { animation-delay: 0.15s; }
.advantage-card:nth-child(4)  { animation-delay: 0.2s; }
.advantage-card:nth-child(5)  { animation-delay: 0.25s; }
.advantage-card:nth-child(6)  { animation-delay: 0.3s; }
.advantage-card:nth-child(7)  { animation-delay: 0.35s; }
.advantage-card:nth-child(8)  { animation-delay: 0.4s; }
.advantage-card:nth-child(9)  { animation-delay: 0.45s; }
.advantage-card:nth-child(10) { animation-delay: 0.5s; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .section-wrapper {
    padding: 48px 24px 64px;
  }
  .advantage-grid {
    grid-template-columns: 1fr;
  }
  .advantage-card.full-width {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .full-width-right {
    padding-top: 0;
  }
}


/* FAQ Grid */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  align-items: start;
  margin-top: 70px;
}

.faq-col::after {
  content: '';
  display: block;
  border-top: 1px solid #30251A;
}

/* FAQ Item */
.faq-item {
  border-top: 1px solid #30251A;
}

.faq-trigger {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  outline: none;
}

.faq-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #6B5A42;
  line-height: 1.8;
  min-width: 28px;
  transition: color 0.3s ease;
  margin-top: 1px;
  flex-shrink: 0;
}

.faq-trigger:hover .faq-num,
.faq-item.open .faq-num {
  color: #00A86B;
}

.faq-question {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #BDB09E;
  line-height: 1.5;
  flex: 1;
  transition: color 0.3s ease;
  letter-spacing: 0.01em;
}

.faq-item.open .faq-question {
  color: #F2EBD9;
}

/* Chevron */
.chevron-wrap {
  margin-top: 4px;
  flex-shrink: 0;
}

.chevron {
  width: 20px;
  height: 20px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.faq-item.open .chevron {
  transform: rotate(180deg);
}

.chevron path {
  stroke: #6B5A42;
  transition: stroke 0.3s ease;
}

.faq-item.open .chevron path {
  stroke: #00A86B;
}

/* Answer */
.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  padding-left: 48px;
  padding-right: 40px;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
}

.faq-answer p {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #8A7B66;
  line-height: 1.7;
  padding-bottom: 28px;
  max-width: 640px;
  letter-spacing: 0.01em;
}

/* CTA Strip */
.cta-strip {
  margin-top: 72px;
  padding: 40px 48px;
  background: #2D1F0A;
  border: 1px solid #30251A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.cta-title {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #F2EBD9;
  line-height: 1.2;
  margin-bottom: 8px;
}

.cta-desc {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #8A7B66;
  line-height: 1.5;
}

.cta-btn {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1A1208;
  background: #00A86B;
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.cta-btn:hover {
  background: #009960;
}

.heading .accent {
  color: #00A86B;
}
.nhd-industry_title span {
color: var(--swatch--dd-orange);
}
.nhd-hero_title {
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 860px) {
  .wrapper {
    padding: 60px 32px 80px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 3rem;
  }

  .cta-strip {
    padding: 32px 28px;
    flex-direction: column;
    align-items: flex-start;
  }
  .slider-titles_heading {
    font-size: 24px;
}
.slider-gallery_numbers {
    font-size: 22px;
}
.heading-style-h3 {
    font-weight: 500;
    font-size: 16px;
}
.slider-thumbs_component {
    width: 60%;
}
.section_title-white h3.title-white_heading {
    font-size: 36px;
}
.section_title-white .title-white_bottom-wrapper {
    font-size: 16px;
}
.section-headline {
    font-size: 36px;
}
.included-grid {
    grid-template-columns: repeat(2, 1fr);
}
.tier-grid {
    grid-template-columns: 1fr;
}
.cta-buttons .btn-primary {
  width: 100%;
}
.cta-buttons .btn-secondary {
  width: 100%;
}
.cta-buttons {
    width: 100%;
    margin-top: 20px;
}
.nhd-hero {
  display: block;
}
.nhd-hero_figure {
    width: 100%;
}
.nhd-hero_toolbar {
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}
.nhd-hero_toolbar {
  position: relative;
  inset: inherit;
}
.nhd-hero_glow, .nhd-hero_main {
  display: none;
}
.five-phase-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.faq-question {
    font-size: 16px;
    line-height: 1.2;
}
.faq-answer p {
    font-size: 14px;
    line-height: 1.4;
}
.wrapper {
    padding: 48px 0px 64px;
}
}

@media (max-width: 520px) {
  .wrapper {
    padding: 48px 0px 64px;
  }
}

@media screen and (min-width: 1280px) {
    .section_nhd-hero {
        padding-bottom: 90px;
    }
}

/* ── 768px — tablet portrait ── */
@media (max-width: 768px) {

  /* Hero: stack content + float stats below */
  .hero {
    padding: 30px 24px 40px;
    min-height: max-content;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-content { max-width: 100%; }
  .hero h1 { font-size: clamp(32px, 7vw, 52px); }
  .hero-body { font-size: 15px; }
  .hero-stats {
    position: relative;
    bottom: auto; right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    width: 100%;
    margin-top: 36px;
  }
  .hero-stat {
    background: rgba(8,8,8,0.7);
    text-align: left;
    padding: 16px 20px;
  }
  .hero-stat-val { font-size: 20px; }

  /* TOC */
  .toc-inner { padding: 0 16px; }
  .toc-label { display: none; }

  /* Sections */
  .section-wrap { padding: 56px 24px; }
  .section-title { font-size: clamp(26px, 5.5vw, 40px); }

  /* Scenarios — single col on mobile */
  .scenarios-grid { grid-template-columns: 1fr; }

  /* Phases */
  .phase-block { grid-template-columns: 1fr; }
  .phase-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--rule);
    padding: 20px 24px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .phase-content { padding: 28px 24px; }

  /* Portfolio CTA */
  .portfolio-cta { padding: 40px 24px; gap: 24px; }

  /* Gallery */
  .gallery-strip {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
  }
  .gallery-cell.span-2 { grid-row: span 1; grid-column: span 2; }

  /* Tiers */
  .tiers-grid { grid-template-columns: 1fr; }

  /* ICP */
  .icp-grid { grid-template-columns: 1fr; }

  /* Advantage */
  .advantage-grid { grid-template-columns: 1fr 1fr; }

  /* Pricing table — horizontal scroll */
  .pricing-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .pricing-table { min-width: 560px; }

  /* Footer */
  .footer { grid-template-columns: 1fr; padding: 40px 24px; gap: 32px; }
  .footer-copy { flex-direction: column; gap: 8px; }

  /* CTA */
  .bottom-cta { padding: 56px 24px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { width: 100%; justify-content: center; }
}

/* ── 480px — large phone ── */
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(28px, 8vw, 40px); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .section-wrap { padding: 48px 20px; }
  .section-title { font-size: clamp(24px, 7vw, 34px); }
  .section-sub { font-size: 14px; }

  /* Phases */
  .phase-content h3 { font-size: clamp(18px, 5vw, 26px); }
  .phase-specs { gap: 6px; }
  .phase-spec { font-size: 7px; padding: 3px 8px; }

  /* Advantage single col */
  .advantage-grid { grid-template-columns: 1fr; }

  /* Scenario cards */
  .scenario-price { font-size: 18px; }

  /* Subscription tiers */
  .tier-price { font-size: 28px; }

  /* Portfolio CTA */
  .portfolio-cta {
    display: flex; flex-direction: column;
    gap: 20px; padding: 32px 20px;
  }
  .portfolio-cta .btn-primary { width: 100%; justify-content: center; }

  /* Bottom CTA */
  .bottom-cta { padding: 48px 20px; }
  .bottom-cta-actions { flex-direction: column; }
  .bottom-cta-actions .btn-primary,
  .bottom-cta-actions .btn-ghost { width: 100%; justify-content: center; }

  /* ICP cards */
  .icp-card { padding: 28px 24px; }

  /* Footer */
  .footer { padding: 36px 20px; }
  .footer-copy { font-size: 7px; }

  /* TOC */
  .toc-link { padding: 14px 12px; font-size: 8px; }
}

/* ═══════════════════════════════════
   WHO THIS IS FOR
═══════════════════════════════════ */

.section {
  max-width: 1292px; margin: 0 auto;
  padding: 80px 32px;
}
.what-headline {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: var(--white);
}
.what-headline span { color: var(--orange); }
.section-eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.section-eyebrow::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule);
}
.who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  margin-top: 48px;
}
.who-card {
  background: var(--carbon2);
  padding: 48px;
  border-top: 3px solid var(--orange);
  position: relative;
}
.who-icp {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 8px;
}
.who-geo {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray2);
  margin-bottom: 20px;
}
.who-body {
  font-size: 14px;
  line-height: 1.8;
  color: var(--white-55);
  margin-bottom: 24px;
}
.who-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
  transition: color 0.25s;
}
.who-link:hover { color: #FF7733; }
.who-link::after { content: ' →'; }

/* ── PHOTO GALLERY ── */
.gallery-strip {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 2px;
  margin-top: 48px;
}
.gallery-cell {
  background: var(--c4);
  overflow: hidden;
  position: relative;
}
.gallery-cell.span-2 { grid-row: span 2; }
.gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-cell:hover img { transform: scale(1.03); }
.gallery-cell-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: var(--c4);
  position: relative;
}
.gallery-cell-placeholder::after {
  content: attr(data-label);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray2);
  text-align: center;
  padding: 16px;
}
.gallery-label {
  position: absolute; bottom: 12px; left: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(8,8,8,0.8);
  padding: 4px 10px;
  z-index: 1;
}
.scenario-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px; letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.post-info .post-descr {
  font-size: 14px;
  line-height: 1.6;
}


/* ══════════════════════════════════════════
   RESPONSIVE — Mobile-first, 4 breakpoints
   320 · 480 · 768 · 1024 · 1280 (desktop)
══════════════════════════════════════════ */

/* ── 1280px+ (desktop, already defined above) ── */

/* ── 1024px — tablet landscape ── */
@media (max-width: 1024px) {
  .section-wrap { padding: 72px 40px; }

  /* Hero */
  .hero { padding: 40px 40px 40px; min-height: max-content; }
  .hero-stats {
    right: 40px; bottom: 40px;
    gap: 20px;
  }
  .hero-stat-val { font-size: 22px; }

  /* Layouts */
  .tiers-grid { grid-template-columns: 1fr; }
  .icp-grid   { grid-template-columns: 1fr; }
  .footer     { grid-template-columns: 1fr 1fr; }
  .portfolio-cta { grid-template-columns: 1fr; }

  /* Scenarios */
  .scenarios-grid { grid-template-columns: repeat(2, 1fr); }

  /* Advantage */
  .advantage-grid { grid-template-columns: repeat(3, 1fr); }

  /* Phase */
  .phase-content { padding: 40px 40px; }
}

/* ── 768px — tablet portrait ── */
@media (max-width: 768px) {
  /* Nav */
  .nav { padding: 0 20px; }
  .nav-links { display: none; }

  /* Hero: stack content + float stats below */
  .hero {
    padding: 30px 24px 40px;
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-content { max-width: 100%; }
  .hero h1 { font-size: clamp(32px, 7vw, 52px); }
  .hero-body { font-size: 15px; }
  .hero-stats {
    position: relative;
    bottom: auto; right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    width: 100%;
    margin-top: 36px;
  }
  .hero-stat {
    background: rgba(8,8,8,0.7);
    text-align: left;
    padding: 16px 20px;
  }
  .hero-stat-val { font-size: 20px; }

  /* TOC */
  .toc-inner { padding: 0 16px; }
  .toc-label { display: none; }

  /* Sections */
  .section-wrap { padding: 56px 24px; }
  .section-title { font-size: clamp(26px, 5.5vw, 40px); }

  /* Scenarios — single col on mobile */
  .scenarios-grid { grid-template-columns: 1fr; }

  /* Phases */
  .phase-block { grid-template-columns: 1fr; }
  .phase-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--rule);
    padding: 20px 24px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .phase-content { padding: 28px 24px; }

  /* Portfolio CTA */
  .portfolio-cta { padding: 40px 24px; gap: 24px; }

  /* Gallery */
  .gallery-strip {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
  }
  .gallery-cell.span-2 { grid-row: span 1; grid-column: span 2; }

  /* Tiers */
  .tiers-grid { grid-template-columns: 1fr; }

  /* ICP */
  .icp-grid { grid-template-columns: 1fr; }

  /* Advantage */
  .advantage-grid { grid-template-columns: 1fr 1fr; }

  /* Pricing table — horizontal scroll */
  .pricing-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .pricing-table { min-width: 560px; }

  /* Footer */
  .footer { grid-template-columns: 1fr; padding: 40px 24px; gap: 32px; }
  .footer-copy { flex-direction: column; gap: 8px; }

  /* CTA */
  .bottom-cta { padding: 56px 24px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { width: 100%; justify-content: center; }

#pricing .rate-table .service-name {
    word-break: break-word;
    padding-right: 5px;
    font-size: 12px;
  }
#pricing .rate-table .rate-range {
    word-break: break-word;
    font-size: 12px;
  }
#pricing .padding-global.is-nhd {
    padding-left: 10px;
    padding-right: 10px;
}


}

/* ── 480px — large phone ── */
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(28px, 8vw, 40px); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .section-wrap { padding: 48px 20px; }
  .section-title { font-size: clamp(24px, 7vw, 34px); }
  .section-sub { font-size: 14px; }

  /* Phases */
  .phase-content h3 { font-size: clamp(18px, 5vw, 26px); }
  .phase-specs { gap: 6px; }
  .phase-spec { font-size: 7px; padding: 3px 8px; }

  /* Advantage single col */
  .advantage-grid { grid-template-columns: 1fr; }

  /* Scenario cards */
  .scenario-price { font-size: 18px; }

  /* Subscription tiers */
  .tier-price { font-size: 28px; }

  /* Portfolio CTA */
  .portfolio-cta {
    display: flex; flex-direction: column;
    gap: 20px; padding: 32px 20px;
  }
  .portfolio-cta .btn-primary { width: 100%; justify-content: center; }

  /* Bottom CTA */
  .bottom-cta { padding: 48px 20px; }
  .bottom-cta-actions { flex-direction: column; }
  .bottom-cta-actions .btn-primary,
  .bottom-cta-actions .btn-ghost { width: 100%; justify-content: center; }

  /* ICP cards */
  .icp-card { padding: 28px 24px; }

  /* Footer */
  .footer { padding: 36px 20px; }
  .footer-copy { font-size: 7px; }

  /* TOC */
  .toc-link { padding: 14px 12px; font-size: 8px; }
}


/* ── 320px — small phone ── */
@media (max-width: 360px) {
  .nav-brand-tag { display: none; }
  .hero { padding: 80px 16px 40px; }
  .hero h1 { font-size: 26px; }
  .section-wrap { padding: 40px 16px; }
  .scenario-card { padding: 24px 20px; }
  .phase-content { padding: 24px 16px; }
  .portfolio-cta { padding: 28px 16px; }
  .bottom-cta { padding: 40px 16px; }
  .footer { padding: 32px 16px; }
}