/* Shared category page styles (Beauty, Lifestyle) — matches fashion-modeling-jobs-nj structure */
:root { --rose-light: #f4c2cb; --ink: #111111; --dark: #0f0f0f; }

/* Hero */
.cat-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: #0f0f0f;
  overflow: hidden;
}
.cat-hero__bg {
  position: absolute;
  inset: 0;
  background: var(--cat-hero-bg) center/cover no-repeat;
  z-index: 0;
}
.cat-hero__bg-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,15,15,0.88) 0%, rgba(26,10,14,0.82) 45%, rgba(42,14,24,0.78) 100%);
  z-index: 1;
  pointer-events: none;
}
.cat-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 70% 60% at 80% 50%, rgba(200,65,90,0.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 80% at 5% 80%, rgba(200,65,90,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.cat-hero__grid-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(rgba(200,65,90,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,65,90,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.cat-hero__inner { position: relative; z-index: 3; width: 100%; }
.cat-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose-light);
  border: 1px solid rgba(200,65,90,0.35);
  border-radius: 100px;
  padding: 0.375rem 1rem;
  margin-bottom: 1.75rem;
}
.cat-hero__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--rose);
  animation: cat-pulse 1.8s infinite;
}
@keyframes cat-pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.5; transform:scale(1.4); } }

.cat-hero h1 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.cat-hero h1 em { font-style: normal; color: var(--rose); }
.cat-hero__sub {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.62);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.cat-hero__cta-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 3rem; }
.cat-hero__trust {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.15rem;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.42);
}
.cat-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.cat-hero__trust-item i { color: var(--rose); font-size: 0.8125rem; }

/* Urgency strip */
.urgency-strip {
  background: linear-gradient(90deg, #0f0f0f 0%, #3d1420 50%, #0f0f0f 100%);
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.urgency-strip__inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 0.2rem 0.45rem; max-width: 52rem; margin: 0; }

/* Stats strip */
.stats-strip {
  background:
    radial-gradient(circle at top left, rgba(200,65,90,0.08), transparent 26%),
    linear-gradient(180deg, #fff8f9 0%, #fff 100%);
  border-top: 1px solid rgba(200,65,90,0.1);
  border-bottom: 1px solid rgba(200,65,90,0.1);
  padding: 1.5rem 0;
}
.stats-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.stats-strip__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  min-height: 164px;
  padding: 1.2rem 1.1rem 1.1rem;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(200,65,90,0.12);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(17,17,17,0.045);
}
.stats-strip__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rose-bg);
  color: var(--rose);
  font-size: 0.95rem;
}
.stats-strip__meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.65rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(17,17,17,0.05);
  color: #727272;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.stats-strip__num {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  font-weight: 700;
  color: var(--rose);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.stats-strip__label {
  font-size: 0.92rem;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.3;
}
.stats-strip__note {
  margin: 0;
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.55;
}

/* Section */
.cat-section { padding: 5.5rem 0; }
.cat-section--alt { background: var(--rose-bg); }
.fp-label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rose);
  background: var(--rose-bg);
  border: 1px solid rgba(200,65,90,0.2);
  border-radius: 100px;
  padding: 0.3rem 0.875rem;
  margin-bottom: 1.25rem;
}
.fp-h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.625rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.22;
  margin-bottom: 1rem;
}
.fp-h2 em { font-style: normal; color: var(--rose); }
.fp-lead { font-size: 1.0625rem; color: #555; line-height: 1.75; max-width: 580px; margin: 0 auto; }

/* Opportunity tabs */
.opp-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; justify-content: center; }
.opp-tab {
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  border: 1.5px solid #e5e7eb;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  color: #555;
  transition: all 0.2s;
}
.opp-tab.active, .opp-tab:hover { background: var(--rose); color: #fff; border-color: var(--rose); }
.opp-panel { display: none; }
.opp-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.opp-panel__visual {
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
  position: relative;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.opp-panel__visual img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; display: block; }
.opp-panel__copy { display: flex; flex-direction: column; justify-content: center; max-width: 36rem; margin-inline: auto; }
@media (min-width: 1024px) { .opp-panel.active .opp-panel__copy { margin-inline: 0; } }

/* Process steps */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  background: linear-gradient(to right, var(--rose) 0%, rgba(200,65,90,0.15) 100%);
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 1.4rem 1.25rem 1.35rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fff8f9 100%);
  border: 1px solid rgba(200,65,90,0.12);
  box-shadow: 0 16px 34px rgba(17,17,17,0.045);
}
.process-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.process-step__num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--rose);
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: 0 6px 20px rgba(200,65,90,0.3);
}
.process-step__meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.34rem 0.75rem;
  border-radius: 999px;
  background: var(--rose-bg);
  color: var(--rose);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.process-step__title { font-weight: 700; color: var(--ink); font-size: 1rem; margin-bottom: 0.5rem; line-height: 1.3; }
.process-step__desc { font-size: 0.9rem; color: #666; line-height: 1.65; }

/* Pay calculator */
.calc-wrapper {
  background: linear-gradient(135deg, var(--ink) 0%, #2a0e18 100%);
  border-radius: 20px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.calc-wrapper::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,65,90,0.2) 0%, transparent 70%);
  pointer-events: none;
}
.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  outline: none;
  background: rgba(255,255,255,0.15);
  cursor: pointer;
}
.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--rose);
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(200,65,90,0.5);
}
.calc-output { font-family: 'Merriweather', serif; font-size: 3.5rem; font-weight: 700; color: #fff; line-height: 1; }

/* Testi card (portfolio guidance) */
.testi-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(200,65,90,0.1);
  padding: 2rem;
  box-shadow: 0 16px 34px rgba(17,17,17,0.045);
  transition: transform 0.2s, box-shadow 0.2s;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(200,65,90,0.08); }
.testi-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #F59E0B;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose) 0%, #7c2d40 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testi-quote { font-size: 0.9375rem; color: #374151; line-height: 1.75; font-style: italic; margin-bottom: 1.5rem; }
.testi-name { font-weight: 700; font-size: 0.9375rem; color: var(--ink); }
.testi-meta { font-size: 0.8125rem; color: #9CA3AF; }
.testi-person {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.testi-person__copy {
  min-width: 0;
  flex: 1;
}
.testi-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: var(--rose-bg);
  color: var(--rose);
  font-size: 0.74rem;
  font-weight: 700;
  text-align: center;
}

/* Comparison table */
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; }
.compare-table thead tr { background: var(--rose); color: #fff; }
.compare-table th { padding: 1rem 1.25rem; text-align: left; font-weight: 600; }
.compare-table td { padding: 0.875rem 1.25rem; border-bottom: 1px solid #F3F4F6; color: #555; vertical-align: top; }
.compare-table .win { color: var(--rose); font-weight: 600; }
.clr-green { color: #22C55E; }
.clr-red { color: #EF4444; }

/* Req item */
.req-item { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.req-item:last-child { margin-bottom: 0; }
.req-icon { color: var(--rose); flex-shrink: 0; margin-top: 2px; }

/* BTS + requirements */
.bts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(2rem, 4vw, 3.25rem);
  align-items: start;
}
.bts-day__intro { font-size: 1.0625rem; color: #555; line-height: 1.75; margin: 0 0 1.75rem; max-width: 40rem; }
.bts-schedule { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.bts-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.125rem;
  align-items: start;
  padding: 1.125rem 1.25rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.035);
}
.bts-step__time {
  font-family: Merriweather, Georgia, serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--rose);
  letter-spacing: 0.02em;
  min-width: 4.75rem;
  padding: 0.4rem 0.65rem;
  text-align: center;
  background: var(--rose-bg);
  border: 1px solid rgba(200, 65, 90, 0.15);
  border-radius: 10px;
  white-space: nowrap;
}
.bts-step__body h3 { font-size: 1.0625rem; font-weight: 700; color: var(--ink); margin: 0 0 0.35rem; }
.bts-step__body p { margin: 0; font-size: 0.9375rem; color: #6b7280; line-height: 1.65; }
.bts-aside {
  position: sticky;
  top: 6.25rem;
  background: linear-gradient(165deg, #161616 0%, #0f0f0f 45%, #121018 100%);
  border-radius: 20px;
  padding: 2rem 1.75rem 2.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}
.bts-aside__title { font-family: Merriweather, Georgia, serif; color: #fff; font-size: 1.3125rem; font-weight: 700; margin: 0 0 1.375rem; }
.bts-req-list { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.bts-req-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bts-req-item:first-of-type { padding-top: 0; }
.bts-req-item:last-of-type { border-bottom: none; padding-bottom: 0; }
.bts-req-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: rgba(200, 65, 90, 0.14);
  border: 1px solid rgba(200, 65, 90, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bts-req-icon i { color: var(--rose); font-size: 0.9rem; }
.bts-req-text { color: rgba(255, 255, 255, 0.9); font-size: 0.9375rem; line-height: 1.5; padding-top: 0.2rem; flex: 1; min-width: 0; }
.bts-aside .btn-hero-primary { width: 100%; justify-content: center; box-sizing: border-box; }
.bts-aside__note { color: rgba(255, 255, 255, 0.48); font-size: 0.8125rem; text-align: center; margin: 1rem 0 0; line-height: 1.5; }

/* Trends */
.trends-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.trend-card {
  display: flex;
  gap: 1.125rem;
  padding: 1.5rem 1.35rem;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}
.trend-card:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07); }
.trend-card__icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trend-card__body h3 { font-weight: 700; color: var(--ink); margin: 0 0 0.4rem; font-size: 1rem; }
.trend-card__body p { font-size: 0.9rem; color: #6b7280; line-height: 1.65; margin: 0; }

/* Visual grid */
.fp-visual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

/* FAQ premium */
.faq-premium-item {
  border: 1px solid #F0F0F0;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0.75rem;
  transition: border-color 0.2s;
}
.faq-premium-item.open { border-color: rgba(200,65,90,0.3); }
.faq-premium-btn {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 1.375rem 1.5rem;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem;
  font-size: 1rem; font-weight: 600; color: var(--ink);
  line-height: 1.45;
}
.faq-premium-btn > span:first-child { flex: 1; min-width: 0; text-align: left; }
.faq-premium-btn:hover { color: var(--rose); }
.faq-chevron {
  flex-shrink: 0;
  width: 28px; height: 28px;
  margin-top: 0.1rem;
  border-radius: 50%;
  background: var(--rose-bg);
  color: var(--rose);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, background 0.2s;
}
.faq-premium-item.open .faq-chevron { transform: rotate(180deg); background: var(--rose); color: #fff; }
.faq-premium-body { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.25,1,0.5,1); }
.faq-premium-body-inner { padding: 0 1.5rem 1.375rem; font-size: 0.9375rem; color: #555; line-height: 1.75; }

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, #0f0f0f 0%, #2a0e18 50%, #0f0f0f 100%);
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,65,90,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.final-cta h2 { font-family: 'Merriweather', serif; font-size: clamp(2rem, 4vw, 3rem); color: #fff; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.final-cta h2 em { font-style: normal; color: var(--rose); }

/* Explore footer */
.explore-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 0.875rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.25,1,0.5,1);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta__text { color: rgba(255,255,255,0.75); font-size: 0.9375rem; }
.sticky-cta__text strong { color: #fff; }

/* Buttons */
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--rose);
  color: #fff;
  font-weight: 700;
  font-size: 1.0625rem;
  padding: 0.9375rem 2rem;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 32px rgba(200,65,90,0.35);
}
.btn-hero-primary:hover { background: var(--rose-dark); transform: translateY(-2px); }
.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9375rem 1.75rem;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,0.18);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.btn-hero-ghost:hover { border-color: rgba(255,255,255,0.45); color: #fff; background: rgba(255,255,255,0.06); }

/* Responsive */
@media (max-width: 1024px) {
  .stats-strip__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .opp-panel.active { grid-template-columns: 1fr; }
  .bts-grid { grid-template-columns: 1fr; }
  .bts-aside { position: static; max-width: 32rem; margin-left: auto; margin-right: auto; width: 100%; }
  .trends-grid { grid-template-columns: 1fr; }
  .fp-visual-grid { grid-template-columns: 1fr; }
  .explore-foot { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .cat-hero { min-height: 100svh; padding: 2rem 0 4rem; }
  .cat-hero h1 { font-size: 2.1rem; }
  .cat-hero__trust { flex-wrap: wrap; gap: 0.9rem 1rem; font-size: 0.8125rem; }
  .stats-strip__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-strip__item { min-height: auto; }
  .cat-section { padding: 4rem 0; }
  .calc-wrapper { padding: 2rem 1.5rem; }
  .calc-output { font-size: 2.5rem; }
  .sticky-cta { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .process-steps { grid-template-columns: 1fr; }
  .stats-strip__inner { grid-template-columns: 1fr; }
  .stats-strip__item { width: 100%; }
  .bts-step { grid-template-columns: 1fr; gap: 0.65rem; }
  .bts-aside { padding: 1.5rem 1.25rem 1.75rem; }
  .testi-person { align-items: flex-start; flex-wrap: wrap; }
}
