/* ==========================================================================
   NIEdge Placement Studio — Landing Page Specific Stylesheet (landing.css)
   ========================================================================== */

/* Main Layout */
.ps-main {
  padding-top: 100px;
}

.ps-section {
  padding: 80px 0;
  position: relative;
}

.section-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 55px auto;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--ps-text-primary);
  line-height: 1.25;
  margin-bottom: 14px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--ps-text-secondary);
}

/* Hero Section */
.hero-section {
  padding: 60px 0 80px 0;
  text-align: center;
}

.hero-content {
  max-width: 850px;
  margin: 0 auto 50px auto;
}

.hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  color: var(--ps-text-primary);
  margin-bottom: 20px;
}

.hero-title span.hero-typed-studio {
  background: var(--ps-accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.typing-cursor {
  display: inline-block;
  color: var(--ps-accent-amber);
  font-weight: 300;
  margin-left: 2px;
  animation: blinkCursor 0.7s infinite;
  -webkit-text-fill-color: initial;
}

@keyframes blinkCursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--ps-text-secondary);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 36px auto;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Hero Interactive Mockup */
.mockup-wrapper {
  max-width: 1050px;
  margin: 0 auto;
  border-radius: 20px;
  background: var(--ps-card-bg);
  border: 1px solid var(--ps-card-border);
  box-shadow: var(--ps-shadow-lg), var(--ps-shadow-glow);
  overflow: hidden;
  transition: transform 0.4s ease;
}

.mockup-header {
  height: 42px;
  background: var(--ps-bg-tertiary);
  border-bottom: 1px solid var(--ps-card-border);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
}

.mac-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.mac-dot.red { background: #ff5f56; }
.mac-dot.yellow { background: #ffbd2e; }
.mac-dot.green { background: #27c93f; }

.mockup-address {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.78rem;
  color: var(--ps-text-muted);
  font-family: monospace;
  background: var(--ps-bg-secondary);
  padding: 3px 16px;
  border-radius: 12px;
  border: 1px solid var(--ps-card-border);
}

.mockup-body {
  display: grid;
  grid-template-columns: 220px 1fr 280px;
  min-height: 480px;
}

/* Mockup Sidebar */
.mockup-sidebar {
  background: var(--ps-bg-secondary);
  border-right: 1px solid var(--ps-card-border);
  padding: 20px 14px;
}

.mockup-user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--ps-card-border);
}

.user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ps-accent-gradient);
  color: #111;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.user-text h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ps-text-primary);
}

.user-text p {
  font-size: 0.72rem;
  color: var(--ps-text-muted);
}

.sidebar-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ps-text-secondary);
  cursor: pointer;
  margin-bottom: 6px;
  transition: all 0.2s ease;
}

.sidebar-tab.active, .sidebar-tab:hover {
  background: rgba(255, 193, 7, 0.14);
  color: var(--ps-accent-amber);
}

html[data-theme="dark"] .sidebar-tab.active {
  color: #FFC107;
}

/* Mockup Center Canvas */
.mockup-canvas {
  padding: 28px;
  background: var(--ps-card-bg);
  overflow-y: auto;
  text-align: left;
}

.resume-header-preview h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ps-text-primary);
}

.resume-header-preview p {
  font-size: 0.8rem;
  color: var(--ps-text-muted);
  margin-bottom: 16px;
}

.resume-section-block {
  margin-bottom: 18px;
}

.resume-section-block h5 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ps-accent-amber);
  border-bottom: 1.5px solid var(--ps-card-border);
  padding-bottom: 4px;
  margin-bottom: 8px;
}

html[data-theme="dark"] .resume-section-block h5 {
  color: #FFC107;
}

.resume-section-block p, .resume-section-block li {
  font-size: 0.78rem;
  color: var(--ps-text-secondary);
  line-height: 1.5;
}

/* Mockup Analytics Panel */
.mockup-analytics {
  background: var(--ps-bg-secondary);
  border-left: 1px solid var(--ps-card-border);
  padding: 24px 18px;
  text-align: center;
}

.score-gauge-card {
  background: var(--ps-card-bg);
  border: 1px solid var(--ps-card-border);
  border-radius: 16px;
  padding: 20px 14px;
  margin-bottom: 20px;
  box-shadow: var(--ps-shadow-sm);
}

.score-gauge-number {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--ps-success);
  line-height: 1;
  margin-bottom: 4px;
}

.score-status-tag {
  display: inline-block;
  background: rgba(16, 185, 129, 0.15);
  color: var(--ps-success);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.metric-bar-group {
  text-align: left;
  margin-bottom: 10px;
}

.metric-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.74rem;
  color: var(--ps-text-secondary);
  margin-bottom: 4px;
}

.metric-progress-track {
  height: 6px;
  background: var(--ps-bg-tertiary);
  border-radius: 3px;
  overflow: hidden;
}

.metric-progress-fill {
  height: 100%;
  background: var(--ps-accent-gradient);
  border-radius: 3px;
}

/* Feature Panels (V1 Offerings) */
.feature-panels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 36px;
}

.feature-panel-card {
  background: var(--ps-card-bg);
  border: 1px solid var(--ps-card-border);
  border-radius: 20px;
  padding: 40px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--ps-shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.feature-panel-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--ps-shadow-lg);
  border-color: rgba(255, 193, 7, 0.4);
}

.price-card-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ps-accent-gradient);
  color: #111;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.price-display {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--ps-text-primary);
  margin-bottom: 4px;
}

.price-subtext {
  font-size: 0.82rem;
  color: var(--ps-text-muted);
  margin-bottom: 20px;
}

.panel-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ps-text-primary);
  margin-bottom: 12px;
}

.panel-description {
  font-size: 0.95rem;
  color: var(--ps-text-secondary);
  line-height: 1.6;
  margin-bottom: 28px;
}

/* Timeline */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.timeline-card {
  background: var(--ps-card-bg);
  border: 1px solid var(--ps-card-border);
  border-radius: 16px;
  padding: 28px 22px;
  position: relative;
  text-align: left;
}

.timeline-step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 193, 7, 0.15);
  color: var(--ps-accent-amber);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

html[data-theme="dark"] .timeline-step-number {
  color: #FFC107;
}

.timeline-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ps-text-primary);
  margin-bottom: 8px;
}

.timeline-card p {
  font-size: 0.85rem;
  color: var(--ps-text-secondary);
  line-height: 1.5;
}

/* Value Cards Grid */
.value-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .value-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.value-card {
  background: var(--ps-card-bg);
  border: 1px solid var(--ps-card-border);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: left;
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 193, 7, 0.3);
}

.value-icon {
  font-size: 1.6rem;
  color: var(--ps-accent-amber);
  margin-bottom: 14px;
}

html[data-theme="dark"] .value-icon {
  color: #FFC107;
}

.value-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ps-text-primary);
  margin-bottom: 8px;
}

.value-card p {
  font-size: 0.88rem;
  color: var(--ps-text-secondary);
}

/* Ecosystem Roadmap (Muted/Grayed Out) */
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  opacity: 0.7;
}

.roadmap-card {
  background: var(--ps-bg-secondary);
  border: 1px dashed var(--ps-card-border);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
}

.roadmap-badge {
  display: inline-block;
  background: rgba(100, 116, 139, 0.15);
  color: var(--ps-text-muted);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.roadmap-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ps-text-muted);
}

/* FAQ Accordion */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  background: var(--ps-card-bg);
  border: 1px solid var(--ps-card-border);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-question {
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ps-text-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: var(--ps-accent-amber);
}

html[data-theme="dark"] .faq-question:hover {
  color: #FFC107;
}

.faq-answer {
  padding: 0 24px 20px 24px;
  font-size: 0.92rem;
  color: var(--ps-text-secondary);
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-icon {
  transition: transform 0.3s ease;
}

/* Blurred Points Effect */
.text-blurred {
  filter: blur(5px);
  user-select: none;
  -webkit-user-select: none;
  opacity: 0.65;
  pointer-events: none;
}

/* Ecosystem Visual Hub Showcase */
.eco-hub-wrapper {
  margin-top: 40px;
  border-radius: var(--ps-radius-lg);
  border: 1px solid var(--ps-card-border);
  background: var(--ps-card-bg);
  box-shadow: var(--ps-shadow-lg);
  overflow: hidden;
}

.eco-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
  padding: 24px;
}

.eco-hub-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ps-card-border);
  border-radius: var(--ps-radius-md);
  padding: 20px;
  transition: all 0.3s ease;
}

.eco-hub-card:hover {
  transform: translateY(-4px);
  border-color: var(--ps-accent-gold);
  box-shadow: var(--ps-shadow-sm);
}

.eco-hub-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 193, 7, 0.12);
  color: var(--ps-accent-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.eco-hub-card h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ps-text-main);
}

.eco-hub-card p {
  font-size: 0.82rem;
  color: var(--ps-text-muted);
  line-height: 1.45;
}

.eco-badge-tag {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.eco-badge-free {
  background: rgba(46, 204, 113, 0.15);
  color: var(--ps-success);
}

.eco-badge-pro {
  background: linear-gradient(135deg, #FF8F00 0%, #FFC107 100%);
  color: #11151f;
}

.eco-badge-soon {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ps-text-muted);
}
