/* ============================================================
   VCF Sales Partners LP — Dark Dominant 5-Tone + Amber Accent
   Parallel design (Plan B) for cto-design agent
   ============================================================ */

/* ---------- Global ---------- */
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans JP', 'Inter', system-ui, -apple-system, sans-serif;
  background: #050B18;
  color: #E2E8F0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
}

/* ---------- Header ---------- */
.vcf-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(5, 11, 24, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(100, 255, 218, 0.08);
}
.vcf-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vcf-header-inner .logo img { height: 36px; filter: brightness(0) invert(1); }
.vcf-header-inner nav a {
  color: #CBD5E1;
  font-size: 0.9rem;
  margin-left: 24px;
  transition: color 0.2s ease;
  text-decoration: none;
}
.vcf-header-inner nav a:hover { color: #64FFDA; }

/* ---------- Typography ---------- */
.display-head {
  font-weight: 900;
  line-height: 1.2;
  color: #F8FAFC;
  letter-spacing: -0.01em;
}
.text-amber { color: #FFB547; }
.text-accent { color: #64FFDA; }
.text-ink50 { color: #F8FAFC; }
.text-ink100 { color: #E2E8F0; }
.text-ink300 { color: #94A3B8; }

/* ---------- Gradient Text ---------- */
.text-gradient-accent {
  background: linear-gradient(135deg, #64FFDA 0%, #4CD4B0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-gradient-amber {
  background: linear-gradient(135deg, #FFB547 0%, #FF8A3D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------- Navy 5-tone Section Backgrounds ---------- */
.bg-navy-950 { background-color: #050B18; }
.bg-navy-900 { background-color: #0A192F; }
.bg-navy-800 { background-color: #112240; }
.bg-navy-700 { background-color: #1D3A63; }
.bg-navy-600 { background-color: #233554; }

/* ---------- Diagonal Clip (Dividers) ---------- */
.section-diagonal-top {
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
}
.section-diagonal-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}

/* ---------- Gradient Bands ---------- */
.band-amber-fade {
  background: linear-gradient(135deg, rgba(255, 181, 71, 0.08) 0%, rgba(10, 25, 47, 0) 55%),
              #0A192F;
}
.band-teal-fade {
  background: linear-gradient(135deg, rgba(100, 255, 218, 0.06) 0%, rgba(17, 34, 64, 0) 60%),
              #112240;
}

/* ---------- Grid Pattern (Subtle) ---------- */
.bg-grid-pattern {
  background-image: radial-gradient(rgba(100, 255, 218, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
}
.bg-grid-amber {
  background-image: radial-gradient(rgba(255, 181, 71, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* ---------- Buttons ---------- */
.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #64FFDA 0%, #4CD4B0 100%);
  color: #050B18;
  font-weight: 800;
  padding: 16px 38px;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 24px rgba(100, 255, 218, 0.28);
  border: none;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(100, 255, 218, 0.4);
}
.btn-amber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #FFB547 0%, #FF8A3D 100%);
  color: #050B18;
  font-weight: 800;
  padding: 16px 38px;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 24px rgba(255, 181, 71, 0.28);
  border: none;
  font-size: 1rem;
}
.btn-amber:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 181, 71, 0.4);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #64FFDA;
  color: #64FFDA;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 1rem;
}
.btn-outline:hover {
  background: rgba(100, 255, 218, 0.08);
  transform: translateY(-2px);
}

/* ---------- Badges & Pills ---------- */
.pill-accent {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 9999px;
  background: rgba(100, 255, 218, 0.12);
  color: #64FFDA;
  border: 1px solid rgba(100, 255, 218, 0.3);
}
.pill-amber {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 9999px;
  background: rgba(255, 181, 71, 0.12);
  color: #FFB547;
  border: 1px solid rgba(255, 181, 71, 0.35);
}
.pill-white {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 9999px;
  background: rgba(248, 250, 252, 0.08);
  color: #F8FAFC;
  border: 1px solid rgba(248, 250, 252, 0.2);
}
.eyebrow {
  display: inline-block;
  color: #64FFDA;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.eyebrow-amber {
  display: inline-block;
  color: #FFB547;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* ---------- Cards (Elevated) ---------- */
.card-dark {
  background: rgba(17, 34, 64, 0.65);
  border: 1px solid rgba(100, 255, 218, 0.12);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.card-dark:hover {
  border-color: rgba(100, 255, 218, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(100, 255, 218, 0.1);
}
.card-amber {
  background: linear-gradient(135deg, rgba(255, 181, 71, 0.08) 0%, rgba(17, 34, 64, 0.7) 60%);
  border: 1px solid rgba(255, 181, 71, 0.28);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
}
.card-amber:hover {
  border-color: rgba(255, 181, 71, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(255, 181, 71, 0.14);
}
.card-outlined {
  background: rgba(10, 25, 47, 0.4);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 14px;
  padding: 24px;
  transition: all 0.25s ease;
}
.card-outlined:hover {
  border-color: rgba(100, 255, 218, 0.25);
  background: rgba(17, 34, 64, 0.6);
}

/* ---------- Talk Script Cards ---------- */
.script-card {
  background: rgba(17, 34, 64, 0.5);
  border-left: 4px solid #FFB547;
  padding: 22px 26px;
  border-radius: 0 14px 14px 0;
  transition: all 0.3s ease;
}
.script-card:hover {
  background: rgba(17, 34, 64, 0.85);
  transform: translateX(6px);
}

/* ---------- Number Circle ---------- */
.num-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #64FFDA 0%, #4CD4B0 100%);
  color: #050B18;
  font-weight: 900;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.num-circle-amber {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFB547 0%, #FF8A3D 100%);
  color: #050B18;
  font-weight: 900;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ---------- Dividers ---------- */
.divider-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100, 255, 218, 0.28), transparent);
}
.divider-amber {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 181, 71, 0.28), transparent);
}

/* ---------- Fee Highlight (PDF P10) ---------- */
.fee-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 181, 71, 0.12) 0%, rgba(17, 34, 64, 0.8) 60%);
  border: 1px solid rgba(255, 181, 71, 0.35);
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
  transition: all 0.3s ease;
}
.fee-card.fee-best {
  border: 2px solid #FFB547;
  box-shadow: 0 0 40px rgba(255, 181, 71, 0.25);
  transform: scale(1.03);
}
.fee-card .fee-label {
  color: #94A3B8;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 6px;
}
.fee-card .fee-order {
  color: #F8FAFC;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.fee-card .fee-amount {
  color: #FFB547;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.fee-card .fee-sub {
  color: #CBD5E1;
  font-size: 0.82rem;
  font-weight: 500;
}
.fee-best-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #FFB547 0%, #FF8A3D 100%);
  color: #050B18;
  font-weight: 900;
  font-size: 0.78rem;
  padding: 6px 16px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
}

/* ---------- Special Bonus Banner ---------- */
.special-bonus {
  background: linear-gradient(90deg, rgba(255, 181, 71, 0.18), rgba(255, 138, 61, 0.12));
  border: 1.5px solid rgba(255, 181, 71, 0.45);
  border-radius: 14px;
  padding: 22px 28px;
  text-align: center;
  color: #FFB547;
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

/* ---------- Check / X Icons ---------- */
.check-icon::before {
  content: '✓';
  display: inline-flex;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(100, 255, 218, 0.18);
  color: #64FFDA;
  font-size: 0.75rem;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.x-icon::before {
  content: '✕';
  display: inline-flex;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.18);
  color: #EF4444;
  font-size: 0.7rem;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

/* ---------- Phase Timeline ---------- */
.phase-step {
  position: relative;
  padding: 22px 24px;
  background: rgba(17, 34, 64, 0.6);
  border: 1px solid rgba(100, 255, 218, 0.12);
  border-radius: 14px;
}
.phase-step .step-num {
  color: #FFB547;
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

/* ---------- Accordion ---------- */
.accordion-wrap { overflow: hidden; border-radius: 14px; }
.accordion-btn {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(17, 34, 64, 0.6);
  border: 1px solid rgba(100, 255, 218, 0.12);
  border-radius: 14px;
  color: #F8FAFC;
  font-weight: 700;
  transition: background 0.2s ease;
  cursor: pointer;
}
.accordion-btn:hover { background: rgba(17, 34, 64, 0.9); }
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  color: #CBD5E1;
  padding: 0 24px;
}
.accordion-body.open {
  max-height: 400px;
  padding: 18px 24px 22px;
}
.chevron { transition: transform 0.3s ease; color: #64FFDA; flex-shrink: 0; }
.chevron.open { transform: rotate(180deg); }

/* ---------- Timeline for referral flow ---------- */
.flow-step {
  position: relative;
  padding: 22px 24px 22px 64px;
  background: rgba(10, 25, 47, 0.6);
  border: 1px solid rgba(100, 255, 218, 0.12);
  border-radius: 14px;
}
.flow-step::before {
  content: attr(data-step);
  position: absolute;
  left: 18px;
  top: 22px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFB547 0%, #FF8A3D 100%);
  color: #050B18;
  font-weight: 900;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Float & Pulse animations ---------- */
@keyframes float-y {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-8px); }
}
.float-anim { animation: float-y 3.5s ease-in-out infinite; }

@keyframes pulse-amber {
  0%,100% { box-shadow: 0 0 0 0 rgba(255, 181, 71, 0.5); }
  50%     { box-shadow: 0 0 0 14px rgba(255, 181, 71, 0); }
}
.pulse-amber { animation: pulse-amber 2s ease-in-out infinite; }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed;
  top: 0; right: 0;
  width: 280px;
  height: 100vh;
  background: #0A192F;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 60;
  padding: 80px 28px 32px;
  box-shadow: -10px 0 40px rgba(0,0,0,0.4);
}
.mobile-menu.open { transform: translateX(0); }

/* ---------- Supervisor (CEO) block ---------- */
.supervisor-card {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(135deg, rgba(255, 181, 71, 0.08) 0%, rgba(17, 34, 64, 0.75) 55%);
  border: 1px solid rgba(255, 181, 71, 0.25);
  border-radius: 20px;
}
.supervisor-card img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255, 181, 71, 0.5);
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .supervisor-card { flex-direction: column; text-align: center; }
}

/* ---------- Reveal on scroll helper ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Table (fee table + 10 themes) ---------- */
.theme-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.theme-table th, .theme-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}
.theme-table thead th {
  color: #FFB547;
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 2px solid rgba(255, 181, 71, 0.3);
}
.theme-table tbody tr:hover { background: rgba(17, 34, 64, 0.4); }
.theme-table td .impact { color: #64FFDA; font-weight: 700; }

/* ---------- Footer ---------- */
.vcf-footer {
  background: #050B18;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 48px 24px;
}
.vcf-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.vcf-footer .copyright {
  color: #64748B;
  font-size: 0.82rem;
}
