@charset "UTF-8";

/* ==========================================================================
   Sub Page Hero
   ========================================================================== */
.sub-hero {
  background: var(--c-charcoal-soft);
  padding: 130px 0 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.sub-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(212, 163, 115, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 30%, rgba(188, 108, 37, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.sub-hero .content {
  position: relative;
  z-index: 1;
}

.sub-hero .page-label {
  display: inline-block;
  font-family: var(--f-eng);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--c-gold-rose);
  border: 1px solid rgba(212, 163, 115, 0.35);
  border-radius: 100px;
  padding: 5px 16px;
  margin-bottom: 16px;
}

.sub-hero h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin: 0 0 12px;
}

.sub-hero p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  margin: 0;
}

/* Breadcrumb */
.breadcrumb {
  background: var(--c-silk-ivory);
  padding: 12px 0;
  font-size: 0.78rem;
  color: var(--c-text-muted);
}

.breadcrumb a {
  color: var(--c-accent);
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 8px;
  opacity: 0.4;
}

/* ==========================================================================
   Sub Page Common Layout
   ========================================================================== */
.sub-page main {
  background: var(--c-silk-white);
}

.sub-page section {
  padding: 80px 0;
}

/* ==========================================================================
   Job Content Page
   ========================================================================== */
#job-intro {
  padding: 80px 0 0;
}

.job-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 20px;
}

.job-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.job-card-top {
  position: relative;
  padding: 48px 32px 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  background-size: cover;
  background-position: center;
}

.job-card-top[data-num="01"] { background-image: url('../img/main/mizugi-satsuei.webp'); }
.job-card-top[data-num="02"] { background-image: url('../img/main/nude-satsuei.webp'); }
.job-card-top[data-num="03"] { background-image: url('../img/main/masturbation.webp'); }
.job-card-top[data-num="04"] { background-image: url('../img/main/karami-satsuei.webp'); }
.job-card-top[data-num="05"] { background-image: url('../img/main/live-streaming.webp'); }

.job-card-top::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.job-card-top>* {
  position: relative;
  z-index: 2;
}

.job-card-top::after {
  content: attr(data-num);
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: var(--f-eng);
  font-size: 3rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}

.job-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--c-accent), var(--c-gold-rose));
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
  width: fit-content;
}

.job-card-top h3 {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.job-price {
  font-family: var(--f-eng);
  font-size: 1.8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #fff, var(--c-gold-rose));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.job-card-body {
  padding: 28px 32px 32px;
}

.job-card-body p {
  color: var(--c-text-muted);
  font-size: 0.93rem;
  line-height: 1.9;
  margin: 0 0 20px;
}

.job-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-tag {
  background: rgba(188, 108, 37, 0.07);
  border: 1px solid rgba(188, 108, 37, 0.15);
  color: var(--c-accent);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 100px;
}

/* ==========================================================================
   Flow Page
   ========================================================================== */
.flow-steps {
  counter-reset: flow;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 0;
  margin-top: 20px;
}

.flow-steps::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50px;
  bottom: 50px;
  width: 2px;
  background: linear-gradient(to bottom, var(--c-accent), var(--c-gold-rose));
  opacity: 0.3;
}

.flow-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  position: relative;
}

.flow-num {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--c-accent), var(--c-gold-rose));
  color: #fff;
  font-family: var(--f-eng);
  font-weight: 900;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(188, 108, 37, 0.3);
  position: relative;
  z-index: 1;
}

.flow-body {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.flow-body h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--c-charcoal-soft);
  margin: 0 0 10px;
}

.flow-body p {
  color: var(--c-text-muted);
  font-size: 0.9rem;
  line-height: 1.85;
  margin: 0;
}

.flow-time {
  display: inline-block;
  background: rgba(188, 108, 37, 0.07);
  border: 1px solid rgba(188, 108, 37, 0.15);
  color: var(--c-accent);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
}

/* ==========================================================================
   Voice Page
   ========================================================================== */
.voice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 20px;
}

.voice-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.voice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.voice-card::before {
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: Georgia, serif;
  font-size: 6rem;
  color: rgba(188, 108, 37, 0.07);
  line-height: 1;
  pointer-events: none;
}

.voice-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.voice-avatar {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--c-charcoal-soft), #3d3530);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
  overflow: hidden;
}

.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-meta h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--c-charcoal-soft);
  margin: 0 0 4px;
}

.voice-meta p {
  font-size: 0.78rem;
  color: var(--c-text-muted);
  margin: 0;
}

.voice-income {
  display: inline-block;
  background: linear-gradient(135deg, var(--c-accent), var(--c-gold-rose));
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 100px;
  margin-top: 5px;
}

.voice-card>p {
  color: var(--c-text-muted);
  font-size: 0.93rem;
  line-height: 1.9;
  margin: 0;
  position: relative;
  z-index: 1;
}

.voice-stars {
  color: var(--c-gold-rose);
  font-size: 0.85rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

/* ==========================================================================
   FAQ Page
   ========================================================================== */
.faq-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(188, 108, 37, 0.15);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}

.faq-q {
  padding: 24px 24px 24px 72px;
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--c-charcoal-soft);
  background: var(--c-silk-white);
  position: relative;
  line-height: 1.6;
}

.faq-q::before {
  content: 'Q';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--c-accent), var(--c-gold-rose));
  color: #fff;
  font-family: var(--f-eng);
  font-weight: 900;
  font-size: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-a {
  padding: 22px 24px 22px 72px;
  font-size: 0.9rem;
  color: var(--c-text-muted);
  background: #fff;
  line-height: 1.9;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.faq-a::before {
  content: 'A';
  position: absolute;
  left: 20px;
  top: 22px;
  width: 34px;
  height: 34px;
  background: var(--c-silk-ivory);
  color: var(--c-accent);
  font-family: var(--f-eng);
  font-weight: 900;
  font-size: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   CTA Banner (Shared across sub pages)
   ========================================================================== */
#sub-cta {
  background: var(--c-charcoal-soft);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#sub-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(212, 163, 115, 0.1) 0%, transparent 55%),
    radial-gradient(circle at 70% 50%, rgba(188, 108, 37, 0.07) 0%, transparent 50%);
  pointer-events: none;
}

#sub-cta .content {
  position: relative;
  z-index: 1;
}

#sub-cta h2 {
  color: #fff !important;
  font-size: 1.6rem;
}

.sub-cta h2::before,
#sub-cta h2::after {
  color: var(--c-gold-rose);
}

#sub-cta p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

/* Sub-page shared utilities */
.sub-desc {
  text-align: center;
  color: var(--c-text-muted);
  font-size: 0.93rem;
  margin-top: 40px;
}

#safety-policy {
  background: var(--c-silk-ivory);
  padding: 60px 0;
}

.section-ivory .why-grid {
  margin-top: 0;
}

.icon-stat {
  font-size: 1.4rem;
  font-family: var(--f-eng);
  font-weight: 900;
  color: var(--c-accent);
}

/* ==========================================================================
   Desktop
   ========================================================================== */
@media (min-width: 768px) {
  .sub-hero h1 {
    font-size: 2.8rem;
  }

  .job-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .voice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-steps::before {
    left: 80px;
  }

  .flow-num {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
    border-radius: 22px;
  }
}