/**
 * Homepage component CSS (Phase 2C — dependency-graph extract).
 * Loaded only on front page / blog home when nb_assets_phase2_split_css is true.
 * Selectors moved verbatim from style.css + ui-v15.css — no rewrites.
 */

.deal-section,
.cat-section,
.nb-brands-section {
  max-width: 100%;
  min-width: 0;
}

.hero-slider-section { position: relative; margin: 20px auto 0; }

.hero-swiper { position: relative; }

.hero-slide { margin: 0; }

.hero-slide-panel { background: linear-gradient(120deg, #fbeaf1 0%, #fdf5f8 55%, #fbeaf1 100%); border-radius: 22px; overflow: hidden; position: relative; min-height: 400px; }

.hero-slide-panel.has-full-media { position: relative; overflow: hidden; }

.hero-slide-panel.has-full-media::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.64) 48%, rgba(255,255,255,.18) 100%); z-index: 1; }

.hero-slide-panel.has-full-media .hero-slide-inner { position: relative; z-index: 2; }

.hero-slide-panel.has-full-media .hero-visual { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; z-index: 0; }

.hero-slide-panel.has-full-media .hero-media-card { width: 100%; min-height: 100%; border-radius: 0; box-shadow: none; }

.hero-slide-panel.has-full-media .hero-media-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.hero-slide-panel.has-full-media .hero-copy { position: relative; z-index: 2; max-width: 560px; background: rgba(255,255,255,.72); backdrop-filter: blur(8px); border-radius: 24px; margin: 40px 0 40px 40px; }

.hero-slide-panel.sale { background: linear-gradient(120deg, #fdeeea 0%, #fdf6f2 55%, #fdeeea 100%); }

.hero-slide-panel.new { background: linear-gradient(120deg, #f1eefb 0%, #f9f5fd 55%, #f1eefb 100%); }

.hero-slide-inner { display: flex; align-items: center; min-height: 400px; gap: 24px; }

.hero-copy { flex: 1; padding: 40px 50px 40px 30px; }

.hero-copy h1 { font-size: 38px; line-height: 1.5; font-weight: 800; color: var(--text-dark); margin-bottom: 16px; }

.hero-copy p { color: var(--text-mid); font-size: 15px; margin-bottom: 26px; line-height: 1.9; }

.hero-btns { display: flex; gap: 14px; margin-bottom: 34px; flex-wrap: wrap; }

.hero-trust { display: flex; gap: 30px; flex-wrap: wrap; }

.hero-trust-item { display: flex; align-items: center; gap: 10px; }

.hero-trust-item .ic { width: 38px; height: 38px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0, 0, 0, .05); }

.hero-trust-item .ic svg { width: 18px; height: 18px; stroke: var(--pink-primary-dark); }

.hero-trust-item .tt { font-size: 13px; font-weight: 600; color: var(--text-dark); }

.hero-trust-item .ts { font-size: 11px; color: var(--text-light); }

.hero-visual { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; min-height: 400px; }

.hero-visual .blob { position: absolute; inset: 30px; background: radial-gradient(circle at 30% 30%, #ffe3ee, transparent 60%); }

.product-cluster { display: flex; align-items: flex-end; gap: -10px; z-index: 2; position: relative; }

.prod-bottle { background: linear-gradient(160deg, #fff, #f6d9e4); border-radius: 14px; box-shadow: 0 20px 40px -12px rgba(200, 60, 110, .25); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 10px; color: var(--text-mid); padding: 8px; }

.prod-bottle.b1 { width: 70px; height: 180px; margin-left: -14px; }

.prod-bottle.b2 { width: 90px; height: 230px; background: linear-gradient(160deg, #fff, #dff0ee); }

.prod-bottle.b3 { width: 80px; height: 210px; background: linear-gradient(160deg, #fff5ea, #f6d0dd); margin-right: -16px; }

.prod-bottle.b4 { width: 60px; height: 150px; background: linear-gradient(160deg, #fff, #e9e0f5); }

.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 6px 16px rgba(0, 0, 0, .14); display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--text-dark); z-index: 6; border: 1px solid var(--border); transition: background .2s; cursor: pointer; }

.slider-arrow:hover { background: var(--pink-50); }

.arrow-right { right: 20px; }

.arrow-left { left: 20px; }

.slider-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; z-index: 6; }

.slider-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(43, 37, 48, .25); cursor: pointer; transition: .25s; display: inline-block; flex: 0 0 8px; }

.slider-dots .dot.active { background: var(--pink-primary); box-shadow: 0 0 0 3px rgba(236, 44, 111, 0.25); transform: scale(1.15); }

.slider-arrow.swiper-button-disabled { opacity: .4; cursor: not-allowed; }

.cat-scroll {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 0 8px;
  gap: 14px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x pan-y;
}

@media (min-width: 769px) {
.cat-section .home-section-head {
    text-align: center;
  }

.cat-section .cat-scroll {
    justify-content: center;
  }
}

.cat-scroll::-webkit-scrollbar { display: none; }

.cat-scroll.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.cat-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0 0 78px;
  width: 78px;
  max-width: 78px;
  text-decoration: none;
  scroll-snap-align: start;
}

.cat-circle .cwrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--pink-50);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  flex-shrink: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cat-circle .cwrap .nb-category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.cat-circle:hover .cwrap {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(236, 44, 111, 0.12);
}

.cat-circle .cwrap {
  color: var(--pink-primary-dark);
}

.cat-circle .cwrap svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  color: inherit;
}

.cat-circle span {
  font-size: 11.5px;
  color: var(--text-dark);
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
  max-width: 100%;
}

.sec-head { display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; margin-bottom: 22px; }

.sec-head h2 { font-size: 19px; font-weight: 800; }

.section-right { text-align: right; }

.section-right p, .section-right h3, .section-right span { text-align: right; }

.instagram-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 280px;
  border-radius: 28px;
  padding: 32px 28px;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(145deg, rgba(255,255,255,.92) 0%, rgba(255,248,252,.88) 45%, rgba(255,241,247,.95) 100%);
  border: 1px solid rgba(244, 220, 232, 0.9);
  box-shadow:
    0 20px 50px rgba(236, 44, 111, 0.1),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.instagram-card .insta-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}

.instagram-card .insta-glow-1 {
  width: 220px;
  height: 220px;
  top: -80px;
  left: -60px;
  background: radial-gradient(circle, rgba(255, 105, 180, 0.28), transparent 70%);
}

.instagram-card .insta-glow-2 {
  width: 180px;
  height: 180px;
  bottom: -70px;
  right: -40px;
  background: radial-gradient(circle, rgba(236, 44, 111, 0.22), transparent 70%);
}

.instagram-card .insta-mosaic {
  position: absolute;
  inset: 18px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1.15fr;
  gap: 10px;
  opacity: 0.22;
  z-index: 0;
  transform: rotate(-2deg);
}

.instagram-card .insta-mosaic span {
  border-radius: 18px;
  background: linear-gradient(145deg, #ffd6e7, #ffeaf2);
}

.instagram-card .insta-mosaic span:nth-child(2) {
  background: linear-gradient(160deg, #f7d9c8, #ffe3ee);
  margin-top: 18px;
}

.instagram-card .insta-mosaic span:nth-child(3) {
  background: linear-gradient(160deg, #ecd9f7, #ffe3f0);
}

.instagram-card .insta-mosaic span:nth-child(4) {
  background: linear-gradient(160deg, #d9f0ea, #ffe8f1);
  margin-top: -12px;
}

.instagram-card .insta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  max-width: 360px;
}

.instagram-card .insta-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 14px 30px rgba(221, 42, 123, 0.28);
}

.instagram-card .insta-icon svg {
  width: 30px;
  height: 30px;
}

.instagram-card .insta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pink-primary-dark);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(236, 44, 111, 0.14);
  padding: 6px 12px;
  border-radius: 999px;
}

.instagram-card .insta-content p {
  color: var(--text-mid);
  font-size: 14.5px;
  line-height: 2;
  margin: 0;
}

.instagram-card .insta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dd2a7b 0%, #f58529 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(221, 42, 123, 0.22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.instagram-card .insta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(221, 42, 123, 0.28);
}

.view-all { font-size: 12.5px; color: var(--pink-primary-dark); display: flex; align-items: center; gap: 4px; font-weight: 600; }

.view-all:hover { color: var(--pink-600); }

.deal-section { display: flex; flex-direction: row-reverse; gap: 20px; padding: 20px 0 36px; align-items: stretch; }

.deal-products-wrap {
  flex: 3;
  min-width: 0;
}

.deal-products {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
  align-content: start;
  align-items: stretch;
}

.deal-sidebar { flex: 1; background: linear-gradient(160deg, #fce4ec, #fdf0f4); border-radius: 18px; padding: 22px 20px; display: flex; flex-direction: column; justify-content: space-between; min-width: 210px; }

.deal-sidebar-icon {
  /* Fixed slot so text/button don't jump when icon size changes */
  --nb-icon-size: 64px;
  width: 112px;
  height: 112px;
  margin: 18px auto 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed rgba(236, 44, 111, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-500);
  box-shadow: 0 8px 20px rgba(236, 44, 111, 0.08);
  flex-shrink: 0;
}

.deal-sidebar-icon .deal-sidebar-icon__img {
  width: var(--nb-icon-size) !important;
  height: var(--nb-icon-size) !important;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  padding: 0;
  display: block;
  border-radius: 12px;
}

.deal-sidebar-icon .deal-sidebar-icon__svg,
.deal-sidebar-icon .deal-sidebar-icon__svg svg,
.deal-sidebar-icon svg {
  width: var(--nb-icon-size) !important;
  height: var(--nb-icon-size) !important;
  max-width: 90% !important;
  max-height: 90% !important;
  display: block;
  stroke: currentColor;
}

.countdown { display: flex; gap: 8px; margin-bottom: 18px; justify-content: center; }

.cd-box { background: var(--pink-primary); color: #fff; border-radius: 10px; width: 52px; height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; }

.cd-box span:last-child { font-size: 9px; font-weight: 400; opacity: .85; }

@media (max-width: 1100px) {
.deal-section { flex-direction: column; }

.deal-products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
.hero-slide-panel {
    min-height: 280px;
    border-radius: 16px;
  }

.hero-slide-inner {
    min-height: 280px;
    padding: 12px 0;
    flex-direction: column;
  }

.hero-copy {
    padding: 16px 14px 12px;
    margin: 12px !important;
    max-width: none !important;
  }

.hero-copy h1 {
    font-size: 22px;
    margin-bottom: 8px;
  }

.hero-copy p {
    font-size: 13px;
    margin-bottom: 12px;
  }

.hero-btns {
    margin-bottom: 12px;
    gap: 8px;
  }

.hero-btns .btn-primary,
  .hero-btns .btn-outline {
    padding: 10px 16px;
    font-size: 12.5px;
  }

.hero-trust {
    gap: 10px;
  }

.hero-trust-item .ic {
    width: 34px;
    height: 34px;
  }

.hero-visual {
    min-height: 180px;
  }

.cat-scroll {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 18px 0 6px;
    justify-content: flex-start;
    gap: 12px;
  }

.cat-scroll .arrow-btn {
    display: none;
  }

.deal-products { grid-template-columns: 1fr 1fr; }

.instagram-card { min-height: 240px; padding: 24px 20px; }

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

.sec-head--reviews,
.sec-head--reviews h2 {
  text-align: right;
  width: 100%;
  justify-content: flex-start;
}

@media (max-width: 768px) {
.deal-sidebar {
    order: -1;
    min-width: 0;
    width: 100%;
  }

.deal-products-wrap {
    order: 0;
    min-width: 0;
    width: 100%;
    overflow: hidden;
  }

.cat-circle {
    flex-basis: 72px;
    width: 72px;
    max-width: 72px;
  }

.cat-circle .cwrap {
    width: 58px;
    height: 58px;
  }
}

.sec-head {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  text-align: right;
}

.sec-head h2 {
  font-size: 19px;
  font-weight: 800;
  text-align: right;
}

.section-right {
  text-align: right;
}

.section-right p,
.section-right .testimonial-card,
.section-right .testimonial-card p {
  text-align: right;
}

.view-all {
  font-size: 12.5px;
  color: var(--pink-primary-dark);
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}

.view-all:hover { color: var(--pink-600); }

.nb-app-intro__features.is-emphasized li {
  color: var(--pink-700);
}

.cat-section { padding-top: 12px; }

.home-section-head { margin-bottom: 16px; }

.home-section-head h2,
.home-section-head h3 { font-size: 18px; font-weight: 800; color: var(--text-dark); margin: 0 0 4px; line-height: 1.5; }

.home-section-head p { color: var(--text-mid); font-size: 12.5px; margin: 0; line-height: 1.6; }

.hero-media-card { width: min(100%, 460px); min-height: 280px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, #fff5fa, #f7eff5); box-shadow: 0 20px 40px -18px rgba(236, 44, 111, .2); }

.hero-media-card img { width: 100%; height: 100%; max-height: 350px; object-fit: cover; }

.nb-brands-section,
.nb-reels-rail { content-visibility: auto; contain-intrinsic-size: 1px 200px; }

.nb-stories-rail { content-visibility: visible; contain: none; }

@media (prefers-reduced-motion: reduce) {
.slider-arrow { transition: none !important; }
}

.nb-daily-deals {
  margin: 4px 0 32px;
  padding: 20px 18px 18px;
  border-radius: 22px;
  background:
    linear-gradient(165deg, #fff 0%, #fffafc 55%, #fdf6f9 100%);
  border: 1px solid rgba(236, 44, 111, 0.12);
  box-shadow: 0 10px 28px -22px rgba(38, 35, 42, 0.28);
}

.nb-daily-deals__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.nb-daily-deals__kicker {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(236, 44, 111, 0.08);
  color: var(--pink-600, #e0186a);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.nb-daily-deals__titles h2 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dark);
}

.nb-daily-deals__titles p {
  margin: 0;
  font-size: 12.5px;
  color: var(--text-mid);
  line-height: 1.65;
  max-width: 36em;
}

.nb-daily-deals__timer {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: start;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(236, 44, 111, 0.12);
}

.nb-daily-deals__timer-label {
  display: inline;
  font-size: 11px;
  color: var(--text-mid);
  margin-bottom: 0;
  font-weight: 600;
  white-space: nowrap;
}

.nb-daily-deals__clock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}

.nb-daily-deals__clock span {
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  border-radius: 10px;
  background: #2d2330;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nb-daily-deals__clock i {
  font-style: normal;
  font-weight: 900;
  color: var(--text-mid);
}

.nb-daily-deals__carousel {
  margin-top: 2px;
}

.nb-daily-deals__track {
  gap: 12px;
}

.nb-daily-deals__track > .nb-daily-card {
  flex: 0 0 168px;
  width: 168px;
  max-width: 168px;
  scroll-snap-align: start;
}

.nb-daily-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border, #eee3ea);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.nb-daily-card:hover {
  transform: translateY(-2px);
  border-color: rgba(236, 44, 111, 0.22);
  box-shadow: 0 12px 24px -16px rgba(38, 35, 42, 0.3);
}

.nb-daily-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 10px 12px;
}

.nb-daily-card__media {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-soft, #faf6f8);
  margin-bottom: 10px;
}

.nb-daily-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nb-daily-card__media.is-blur img,
.nb-daily-card__title.is-blur {
  filter: blur(4px);
  transform: scale(1.03);
  opacity: 0.72;
}

.nb-daily-card__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: rgba(236, 44, 111, 0.92);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 8px;
}

.nb-daily-card__title {
  margin: 0 0 8px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--text-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em;
}

.nb-daily-card__prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nb-daily-card__old {
  font-size: 11px;
  color: var(--text-light, #9992a0);
  text-decoration: line-through;
}

.nb-daily-card__new {
  font-size: 13px;
  font-weight: 800;
  color: var(--pink-600);
}

.nb-daily-card__new small {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-mid);
}

.nb-daily-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.22);
  text-align: center;
  pointer-events: none;
}

.nb-daily-card__tag {
  display: inline-block;
  background: rgba(38, 35, 42, 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
}

.nb-daily-card__cta {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--pink-500);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px -10px rgba(236, 44, 111, 0.8);
}

.nb-daily-card__cta:hover,
.nb-daily-card__cta:focus {
  color: #fff !important;
  background: var(--pink-600);
}

@media (max-width: 720px) {
.nb-daily-deals {
    padding: 16px 12px 14px;
  }

.nb-daily-deals__head {
    flex-direction: column;
    align-items: stretch;
  }

.nb-daily-deals__timer {
    align-self: flex-start;
    flex-wrap: wrap;
  }

.nb-daily-deals__track > .nb-daily-card {
    flex-basis: 148px;
    width: 148px;
    max-width: 148px;
  }
}

.nb-hero {
  position: relative;
  z-index: 1;
  margin: 14px auto 10px;
  overflow: visible;
}

.nb-hero-layout {
  display: block;
  width: 100%;
  height: auto;
}

.nb-hero-main {
  min-width: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nb-hero-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 14px;
  background: #f3e8ee;
  aspect-ratio: 1024 / 494;
  contain: layout paint;
}

.nb-hero-swiper .swiper-wrapper,
.nb-hero-swiper .nb-hero-track {
  height: 100%;
  width: 100%;
  position: relative;
}

.nb-hero-swiper .swiper-slide,
.nb-hero-swiper .nb-hero-slide-item {
  width: 100% !important;
  height: 100% !important;
  display: none;
  justify-content: center;
  align-items: center;
}

.nb-hero-swiper .swiper-slide.is-active,
.nb-hero-swiper .nb-hero-slide-item.is-active,
.nb-hero-swiper:not(.is-ready) .swiper-slide:first-child,
.nb-hero-swiper:not(.is-ready) .nb-hero-slide-item:first-child {
  display: flex;
}

.nb-hero-swiper .swiper-slide[hidden],
.nb-hero-swiper .nb-hero-slide-item[hidden] {
  display: none !important;
}

.nb-hero-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.nb-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.nb-hero--with-sides .nb-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(160px, 1fr);
  gap: 12px;
  align-items: stretch;
  height: auto;
}

.nb-hero--with-sides .nb-hero-main {
  min-height: 100%;
  height: 100%;
  align-self: stretch;
}

.nb-hero--with-sides .nb-hero-main .nb-hero-swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 494;
  flex: 0 0 auto;
  align-self: stretch;
}

.nb-hero--with-sides .nb-hero-sides {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  height: auto;
  align-self: stretch;
}

.nb-hero-side-banner {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 512 / 288;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  overflow: hidden;
  background: #f3e8ee;
  border: 1px solid var(--border);
  min-height: 0;
  line-height: 0;
  text-decoration: none;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nb-hero-side-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(38, 35, 42, 0.08);
}

.nb-hero-side-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: auto;
}

.nb-hero-under {
  position: relative;
  display: block;
  width: 100%;
  flex: 0 0 auto;
  min-height: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #f3e8ee;
  border: 1px solid var(--border);
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.nb-hero-under.is-image {
  aspect-ratio: 1024 / 120;
}

.nb-hero-under.is-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: auto;
}

.nb-hero-under.is-text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  padding: 8px 16px;
  min-height: 48px;
  max-height: 52px;
  background:
    linear-gradient(120deg, #fff 0%, #fff7fb 42%, #ffe4ef 100%);
  border: 1px solid rgba(236, 44, 111, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.nb-hero-under.is-text:hover {
  border-color: rgba(236, 44, 111, 0.28);
}

.nb-hero-under__inner {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.nb-hero-under__text {
  margin: 0;
  font-size: clamp(13px, 1.45vw, 16px);
  font-weight: 700;
  color: var(--text-dark, #26232a);
  line-height: 1.35;
}

.nb-hero-under__hl {
  font-weight: 900;
  letter-spacing: -0.01em;
  display: inline;
  background: linear-gradient(180deg, rgba(236, 44, 111, 0.12), transparent 70%);
  border-radius: 6px;
  padding: 0 3px;
}

.nb-hero-under__sub {
  margin: 0;
  font-size: clamp(10.5px, 1.1vw, 12px);
  font-weight: 600;
  color: var(--text-mid, #6b6470);
  line-height: 1.35;
}

.nb-hero--with-sides.nb-hero--has-under .nb-hero-layout {
  align-items: start;
}

.nb-hero--with-sides.nb-hero--has-under .nb-hero-main {
  height: auto;
  min-height: 0;
}

.nb-hero--with-sides.nb-hero--has-under .nb-hero-under {
  flex: 0 0 auto;
}

.nb-hero--with-sides.nb-hero--has-under .nb-hero-under.is-text {
  min-height: 46px;
  max-height: 50px;
  padding: 6px 14px;
}

.nb-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.92);
  color: #2b2530;
  box-shadow: 0 8px 20px rgba(38, 35, 42, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}

.nb-hero-nav svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  display: block;
  flex-shrink: 0;
}

.nb-hero-prev { right: 12px; }

.nb-hero-next { left: 12px; }

.nb-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: auto;
  line-height: 0;
}

.nb-hero-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  max-width: 8px;
  max-height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
}

.nb-hero-dot.is-active {
  width: 8px;
  height: 8px;
  max-width: 8px;
  border-radius: 50%;
  background: #ec2c6f;
  box-shadow: 0 0 0 3px rgba(236, 44, 111, 0.28);
  transform: scale(1.15);
}

@media (max-width: 900px) {
.nb-hero {
    margin: 8px auto 6px;
  }

.nb-hero--with-sides .nb-hero-layout {
    display: block;
    height: auto;
  }

.nb-hero-sides {
    display: none !important;
  }

.nb-hero-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
  }

.nb-hero-main,
  .nb-hero-swiper {
    width: 100%;
    min-height: 0;
  }

.nb-hero-swiper {
    height: auto;
    aspect-ratio: 1024 / 494;
    flex: 0 0 auto;
    border-radius: 14px;
  }

.nb-hero-swiper .swiper-wrapper,
  .nb-hero-swiper .swiper-slide,
  .nb-hero-slide {
    height: 100%;
  }

.nb-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

.nb-hero-under {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    border-radius: 14px;
  }

.nb-hero-under.is-image {
    display: block;
    aspect-ratio: 1024 / 180;
  }

.nb-hero-under.is-text {
    aspect-ratio: auto;
    min-height: 52px;
    max-height: none;
    padding: 8px 14px;
  }

.nb-hero-under__text {
    font-size: 14.5px;
  }

.nb-hero-nav {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    box-shadow: 0 4px 12px rgba(38, 35, 42, .1);
    border-width: 1px;
  }

.nb-hero-nav svg {
    width: 12px !important;
    height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
  }

.nb-hero-prev { right: 6px; }

.nb-hero-next { left: 6px; }

.nb-hero-dots { bottom: 10px; gap: 6px; }

.nb-hero-dot,
  .nb-hero-dot.is-active {
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    max-width: 7px;
    max-height: 7px;
    flex-basis: 7px;
    border-radius: 50%;
  }

.nb-hero-dot.is-active {
    box-shadow: 0 0 0 2px rgba(236, 44, 111, 0.3);
    transform: scale(1.2);
  }
}

.nb-stories-rail {
  margin-bottom: 8px;
  padding: 8px 0 4px;
}

.nb-stories-rail__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 4px 12px;
  scrollbar-width: none;
}

.nb-stories-rail__track::-webkit-scrollbar { display: none; }

@media (min-width: 769px) {
.nb-stories-rail__track {
    justify-content: center;
  }
}

.nb-stories-rail__item {
  flex: 0 0 auto;
  width: 76px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  -webkit-tap-highlight-color: transparent;
}

.nb-stories-rail__ring {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  margin: 0 auto;
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.nb-stories-rail__thumb {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  display: block;
  background: var(--pink-50);
}

.nb-stories-rail__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-mid) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 76px;
  margin: 0 auto;
  display: block !important;
  position: static !important;
  width: 100%;
  line-height: 1.35;
  text-shadow: none !important;
  background: none !important;
}

.nb-stories-viewer {
  position: fixed !important;
  inset: 0;
  z-index: 2147483000 !important;
  display: none;
  isolation: isolate;
}

.nb-stories-viewer.is-open,
.nb-stories-viewer:not([hidden]) {
  display: block;
}

.nb-stories-viewer[hidden] { display: none !important; }

.nb-stories-viewer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 10, .88);
}

.nb-stories-viewer__stage {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(420px, 96vw);
  height: min(780px, 96vh);
  background: #0c0c0c;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
}

.nb-stories-viewer__media-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0c0c0c;
}

.nb-stories-viewer__media {
  position: absolute;
  inset: 0;
  background: #0c0c0c;
}

.nb-stories-viewer__media img,
.nb-stories-viewer__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  inset: 0;
  transition: opacity .18s ease;
  background: #0c0c0c;
}

.nb-stories-viewer__progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  padding: 12px 12px 28px;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 70%, transparent 100%);
  pointer-events: none;
}

.nb-stories-viewer__progress-bars { display: flex; gap: 4px; }

.nb-stories-viewer__bar {
  flex: 1;
  height: 2.5px;
  border-radius: 99px;
  background: rgba(255,255,255,.28);
  overflow: hidden;
}

.nb-stories-viewer__bar-fill {
  display: block;
  height: 100%;
  width: 0;
  background: #fff;
}

.nb-stories-viewer__bar.is-done .nb-stories-viewer__bar-fill { width: 100%; }

.nb-stories-viewer__header {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: #fff;
  pointer-events: none;
}

.nb-stories-viewer__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
  max-width: calc(100% - 52px);
}

.nb-stories-viewer__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f58529, #dd2a7b);
  background-size: cover;
  background-position: center;
  border: 1.5px solid rgba(255,255,255,.85);
  box-shadow: 0 2px 10px rgba(0,0,0,.35);
  flex-shrink: 0;
}

.nb-stories-viewer__title {
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nb-stories-viewer__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,.35);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  backdrop-filter: blur(6px);
  -webkit-tap-highlight-color: transparent;
}

.nb-stories-viewer__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42%;
  border: 0;
  background: transparent !important;
  cursor: pointer;
  z-index: 3;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.nb-stories-viewer__nav:focus,
.nb-stories-viewer__nav:active,
.nb-stories-viewer__nav:hover {
  background: transparent !important;
  outline: none;
  box-shadow: none;
}

.nb-stories-viewer__nav--prev { right: 0; }

.nb-stories-viewer__nav--next { left: 0; }

.nb-stories-viewer__tap-hint {
  display: none !important;
}

.nb-stories-viewer__cta-wrap[hidden],
.nb-stories-viewer__swipe-arrow[hidden] {
  display: none !important;
}

.nb-stories-viewer__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  padding: 28px 16px 18px;
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 88px;
  background: linear-gradient(0deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.18) 65%, transparent 100%);
  pointer-events: none;
}

.nb-stories-viewer__cta-wrap {
  width: 100%;
  display: grid;
  gap: 8px;
  justify-items: center;
  pointer-events: auto;
}

.nb-stories-viewer__product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 18px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ec2c6f, #ff6d95);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(236, 44, 111, .35);
}

.nb-stories-viewer__product-btn[hidden] { display: none !important; }

.nb-stories-viewer__swipe-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #ffb3cd;
  animation: nb-bounce 1.2s infinite;
}

@media (prefers-reduced-motion: reduce) {
.nb-stories-viewer__swipe-arrow {
    animation: none;
  }
}

.nb-stories-viewer__swipe-arrow svg {
  width: 22px;
  height: 22px;
  display: block;
}

.nb-stories-viewer__play-toggle {
  position: absolute;
  left: 14px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,.4);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 6px 16px rgba(0,0,0,.3);
  pointer-events: auto;
  backdrop-filter: blur(6px);
  z-index: 8;
}

.nb-stories-viewer__play-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
}

.nb-stories-viewer__play-toggle .nb-stories-icon-play[hidden],
.nb-stories-viewer__play-toggle .nb-stories-icon-pause[hidden] {
  display: none !important;
}

@media (max-width: 768px) {
.nb-stories-viewer__stage {
    inset: 0;
    transform: none;
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
  }

.nb-stories-viewer__progress {
    padding-top: max(12px, env(safe-area-inset-top));
  }

.nb-stories-viewer__header {
    top: max(26px, calc(env(safe-area-inset-top) + 18px));
  }

.nb-stories-viewer__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

.nb-stories-viewer__title {
    white-space: normal;
    max-width: 160px;
    font-size: 12px;
    line-height: 1.35;
  }

.nb-stories-viewer__footer {
    padding-bottom: max(18px, env(safe-area-inset-bottom));
  }
}

body.nb-stories-open .nb-topbar,
body.nb-stories-open .nb-header,
body.nb-stories-open .nb-nav,
body.nb-stories-open .nb-mobile-drawer,
body.nb-stories-open .nb-drawer-backdrop,
body.nb-stories-open .cat-mega-menu,
body.nb-stories-open .mobile-bottom-nav,
body.nb-reels-open .mobile-bottom-nav,
body.nb-reels-open .nb-topbar,
body.nb-reels-open .nb-header,
body.nb-reels-open .nb-nav {
  z-index: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.nb-stories-open .nb-header,
body.nb-stories-open .nb-nav {
  background: transparent !important;
  box-shadow: none !important;
  filter: none;
}

body.nb-mega-open .nb-hero {
  z-index: 1 !important;
}

@media (max-width: 768px) {
.hero-slide-panel,
  .hero-slide-inner,
  .hero-visual { min-height: 300px; }

.hero-copy { padding: 18px 16px; max-width: none; margin: 12px !important; }

.hero-copy h1 { font-size: 22px; }

.hero-trust { display: none; }
}

.nb-app-intro {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 18px;
  align-items: stretch;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #fff 0%, #fff7fb 55%, #ffe9f2 100%);
  padding: 28px 30px;
}

.nb-app-intro__badge {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(236, 44, 111, 0.1);
  color: var(--pink-600);
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
}

.nb-app-intro__copy h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.45;
}

.nb-app-intro__copy p {
  color: var(--text-mid);
  font-size: 13.5px;
  margin: 0 0 14px;
  max-width: 42ch;
}

.nb-app-intro__features {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
}

.nb-app-intro__features li {
  position: relative;
  padding-right: 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
}

.nb-app-intro__features li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink-500);
}

.nb-app-intro__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nb-app-intro__media {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(38, 35, 42, 0.08);
  box-shadow: none;
  background: #fff;
}

.nb-app-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nb-app-intro__phone {
  width: 150px;
  height: 260px;
  border-radius: 28px;
  border: 2px solid rgba(236, 44, 111, 0.25);
  background: linear-gradient(180deg, #fff, #fce4ee);
  box-shadow: 0 18px 40px rgba(236, 44, 111, 0.16);
  position: relative;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nb-app-intro__phone::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 6px;
  border-radius: 999px;
  background: rgba(38, 35, 42, 0.12);
}

.nb-app-intro__phone span {
  display: block;
  height: 42px;
  border-radius: 12px;
  background: rgba(236, 44, 111, 0.12);
}

.nb-app-intro__phone span:nth-child(2) { height: 64px; }

.nb-app-intro__phone span:nth-child(3) { flex: 1; }

.nb-mid-banners {
  display: grid;
  grid-template-columns: repeat(var(--nb-mid-cols, 4), minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.nb-mid-banner {
  --mb-accent: #f9a8c9;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--mb-accent);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(38, 35, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nb-mid-banner--1 { --mb-accent: #c4b5fd; }

.nb-mid-banner--2 { --mb-accent: #93c5fd; }

.nb-mid-banner--3 { --mb-accent: #f9a8c9; }

.nb-mid-banner--4 { --mb-accent: #fcd34d; }

.nb-mid-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(236, 44, 111, 0.1);
}

.nb-mid-banner__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #faf6f8;
}

.nb-mid-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nb-mid-banner__label {
  display: block;
  margin: 0;
  padding: 10px 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  color: #3a3340;
  background: var(--mb-accent);
}

@media (max-width: 900px) and (min-width: 769px) {
.nb-mid-banners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
.nb-mid-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0;
    margin: 0;
    overflow: visible;
  }

.nb-mid-banner {
    border-radius: 14px;
    border-width: 2px;
  }

.nb-mid-banner:hover {
    transform: none;
    box-shadow: 0 6px 18px rgba(38, 35, 42, 0.05);
  }

.nb-mid-banner__media {
    aspect-ratio: 1 / 1;
  }

.nb-mid-banner__label {
    padding: 9px 6px;
    font-size: 12.5px;
  }
}

.nb-routine-banner {
  display: flex;
  align-items: stretch;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(38, 35, 42, 0.04);
}

.nb-routine-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--pink-600);
  margin-bottom: 8px;
}

.nb-routine-media {
  flex: 1.05;
  min-height: 300px;
  position: relative;
  background: #f7eef2;
}

.nb-routine-media.has-image { background: transparent; }

.nb-routine-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nb-routine-media-placeholder {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 40%, rgba(255,255,255,.55), transparent 60%);
}

.nb-routine-content {
  flex: 1.25;
  padding: 30px 36px;
}

.nb-routine-skin-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 18px 0;
}

.nb-routine-skin-btn {
  background: #fff;
  border-radius: 14px;
  padding: 16px 8px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--pink-600);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nb-routine-skin-btn:hover {
  border-color: #f5c2d1;
  box-shadow: 0 8px 18px rgba(236, 44, 111, 0.08);
  transform: translateY(-2px);
}

.nb-routine-skin-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--pink-50);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-600);
}

.nb-routine-skin-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.4;
}

.nb-routine-skin-btn span:last-child {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-dark);
}

@media (max-width: 900px) {
.nb-app-intro {
    grid-template-columns: 1fr;
    padding: 20px 16px 18px;
    gap: 16px;
  }

.nb-app-intro__visual {
    display: flex;
    order: -1;
  }

.nb-app-intro__media {
    max-width: 180px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
  }

.nb-app-intro:not(.has-image) .nb-app-intro__phone {
    width: 120px;
    height: 200px;
    margin: 0 auto;
  }

.nb-routine-banner { flex-direction: column; }

.nb-routine-media { min-height: 200px; }

.nb-routine-skin-grid { grid-template-columns: 1fr 1fr; }

.nb-routine-content { padding: 20px 18px; }
}

.nb-consult-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.nb-consult-modal.is-open { display: flex; }

.nb-consult-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 14, 22, .55);
  backdrop-filter: blur(4px);
}

.nb-consult-dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  animation: nb-pop .28s ease;
}

.nb-consult-close {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--pink-50);
  cursor: pointer;
}

.nb-consult-header h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.nb-consult-subtitle {
  color: var(--text-mid);
  font-size: 13px;
  margin-bottom: 14px;
}

.nb-consult-progress {
  height: 4px;
  background: var(--border);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 18px;
}

.nb-consult-progress-bar {
  display: block;
  height: 100%;
  width: 14%;
  background: linear-gradient(90deg, var(--pink-500), #ff6d95);
  transition: width .25s ease;
}

.nb-consult-step { display: none; }

.nb-consult-step.is-active { display: block; }

.nb-consult-question {
  font-weight: 800;
  margin-bottom: 12px;
}

.nb-consult-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nb-consult-choice {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  transition: .15s;
}

.nb-consult-choice.is-selected,
.nb-consult-choice:hover {
  border-color: var(--pink-500);
  background: var(--pink-50);
  color: var(--pink-600);
}

.nb-consult-result {
  background: linear-gradient(145deg, #fff7fb 0%, #ffffff 55%, #ffe9f2 100%);
  border: 1px solid rgba(236, 44, 111, 0.16);
  border-radius: 20px;
  padding: 28px 20px 24px;
  margin-bottom: 16px;
  text-align: center;
}

.nb-consult-result-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--pink-600, #e0186a);
  letter-spacing: 0.02em;
}

.nb-consult-result-type {
  margin: 0 0 12px;
  font-size: clamp(28px, 6vw, 36px);
  font-weight: 900;
  line-height: 1.35;
  color: var(--text-dark, #26232a);
}

.nb-consult-result-text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--text-mid, #6b6470);
}

.nb-consult-result-list { display: none !important; }

.nb-consult-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}

.nb-brands-section .sec-head {
  justify-content: center;
  flex-direction: row;
  text-align: center;
}

.nb-brands-section .sec-head h2 {
  text-align: center;
  width: 100%;
}

.nb-brands-track-wrap {
  position: relative;
  overflow: hidden;
}

.nb-brands-track-wrap::before,
.nb-brands-track-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}

.nb-brands-track-wrap::before {
  right: 0;
  background: linear-gradient(270deg, #fbf8fa, transparent);
}

.nb-brands-track-wrap::after {
  left: 0;
  background: linear-gradient(90deg, #fbf8fa, transparent);
}

.nb-brands-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 12px 8px 18px;
  cursor: grab;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}

@media (max-width: 768px) {
.nb-brands-track {
    justify-content: flex-start;
  }

.nb-brands-section .sec-head,
  .nb-brands-section .sec-head h2 {
    text-align: right;
    justify-content: flex-start;
  }
}

.nb-brands-track::-webkit-scrollbar { display: none; }

.nb-brands-track.is-dragging {
  cursor: grabbing;
  touch-action: none;
}

.nb-blog-card {
  display: block;
  background: #fff;
  position: relative;
  z-index: 1;
}

.nb-blog-thumb {
  aspect-ratio: 4 / 3;
  background: linear-gradient(150deg, #f8e8ee, #f5f5f5);
  position: relative;
  overflow: hidden;
}

.nb-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.nb-instagram-col .sec-head,
.nb-instagram-col .sec-head h2 {
  text-align: right;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}

.sec-head--reels,
.sec-head--reels h2 {
  text-align: right;
  width: 100%;
}

.nb-reels-section {
  margin-bottom: 28px;
}

.nb-reels-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.nb-reels-rail::-webkit-scrollbar { display: none; }

.nb-reels-rail__item {
  flex: 0 0 auto;
  width: 108px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 8px;
  -webkit-tap-highlight-color: transparent;
}

.nb-reels-rail__frame {
  position: relative;
  display: block;
  width: 108px;
  height: 168px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--pink-400);
  box-shadow: 0 8px 24px rgba(236, 44, 111, 0.15);
  flex-shrink: 0;
}

.nb-reels-rail__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nb-reels-rail__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #f8d4e4, #efe8ec);
}

.nb-reels-rail__play::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}

.nb-reels-rail__play::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--pink-600);
  z-index: 1;
}

.nb-reels-rail__label {
  display: block !important;
  position: static !important;
  margin-top: 0;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-mid);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 108px;
}

.nb-reels-viewer {
  position: fixed !important;
  inset: 0;
  z-index: 2147483000 !important;
  background: #000;
  isolation: isolate;
}

.nb-reels-viewer[hidden] { display: none !important; }

.nb-reels-viewer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
}

.nb-reels-viewer__shell {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.nb-reels-viewer__close {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.nb-reels-viewer__track {
  height: 100%;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.nb-reels-viewer__slide {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
}

.nb-reels-viewer__slide video {
  width: auto;
  height: min(100vh, 100%);
  max-width: 100%;
  max-height: 100vh;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center center;
  background: #000;
  display: block;
}

.nb-reels-viewer__ui {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  padding: 16px 16px calc(28px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(0deg, rgba(0,0,0,.75), transparent);
  color: #fff;
  text-align: right;
  direction: rtl;
}

@media (max-width: 768px) {
.nb-reels-viewer__ui {
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }

.nb-reels-viewer__product {
    flex-wrap: wrap;
  }

.nb-reels-viewer__product-cta {
    margin: 8px 0 0;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 12px 14px;
  }
}

.nb-reels-viewer__caption {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.7;
}

.nb-reels-viewer__product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  color: #fff;
  text-decoration: none;
}

.nb-reels-viewer__product[hidden] { display: none !important; }

.nb-reels-viewer__product img {
  border-radius: 10px;
  object-fit: cover;
  background: #fff;
}

.nb-reels-viewer__product-cta {
  margin-right: auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--pink-500);
  font-size: 12px;
  font-weight: 800;
}

.nb-reels-viewer__hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,.35);
  font-size: 11px;
  pointer-events: none;
  text-align: center;
  max-width: 80%;
}

body.nb-reels-open {
  overflow: hidden;
}
