/* Οδηγός Αόρατων Επαγγελμάτων 2026 — Landing Page */

.icg-page {
  --icg-accent: #9b5dff;
  --icg-accent-cyan: #00e4ff;
  --icg-surface: rgba(14, 20, 42, 0.82);
  --icg-border: rgba(155, 93, 255, 0.28);
}

.icg-page body {
  background: transparent !important;
}

.icg-main {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

.icg-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.icg-container-wide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Hero */
.icg-hero {
  padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  text-align: center;
}

.icg-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(155, 93, 255, 0.12);
  border: 1px solid rgba(155, 93, 255, 0.35);
  color: #c4b5fd;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}

.icg-hero h1 {
  font-family: var(--font-primary, "Manrope", sans-serif);
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.18;
  color: #eaf0ff;
  margin: 0 auto 1.25rem;
  max-width: 18ch;
  letter-spacing: -0.02em;
}

.icg-hero h1 .icg-highlight {
  display: block;
  margin-top: 0.35rem;
  background: linear-gradient(135deg, #00e4ff, #9b5dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.06em;
}

.icg-hero-lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.75;
  color: rgba(186, 195, 224, 0.92);
  max-width: 42rem;
  margin: 0 auto 1.25rem;
}

.icg-hero-tagline {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.55;
  color: #9aa4c3;
  max-width: 28rem;
  margin: 0 auto 2rem;
}

.icg-hero-tagline strong {
  color: #c4b5fd;
  font-weight: 700;
}

.icg-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.25rem;
  border-radius: 999px;
  font-family: var(--font-primary, "Manrope", sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #9b5dff 0%, #00e4ff 100%);
  box-shadow: 0 10px 32px rgba(155, 93, 255, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: none;
  cursor: pointer;
}

.icg-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(155, 93, 255, 0.48);
}

.icg-cta-secondary {
  background: transparent;
  border: 1px solid rgba(155, 93, 255, 0.5);
  box-shadow: none;
  color: #e5e9ff;
}

.icg-cta-secondary:hover {
  background: rgba(155, 93, 255, 0.12);
  box-shadow: 0 8px 24px rgba(155, 93, 255, 0.2);
}

.icg-hero-note {
  margin-top: 1.25rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(154, 164, 195, 0.85);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* Sections */
.icg-section {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.icg-section-alt {
  background: rgba(155, 93, 255, 0.04);
  border-top: 1px solid rgba(155, 93, 255, 0.1);
  border-bottom: 1px solid rgba(155, 93, 255, 0.1);
}

.icg-section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00e4ff;
  margin-bottom: 0.75rem;
}

.icg-section h2 {
  font-family: var(--font-primary, "Manrope", sans-serif);
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: #eaf0ff;
  margin-bottom: 1.25rem;
}

.icg-prose {
  font-size: 1.05rem;
  line-height: 1.78;
  color: rgba(186, 195, 224, 0.9);
}

.icg-prose p + p {
  margin-top: 1rem;
}

.icg-prose-emphasis {
  font-size: 1.12rem;
  font-weight: 600;
  color: #c4b5fd;
  margin-top: 1.25rem;
}

.icg-prose-emphasis p + p {
  margin-top: 0.5rem;
}

/* Feature cards */
.icg-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.icg-feature-card {
  background: var(--icg-surface);
  border: 1px solid var(--icg-border);
  border-radius: 20px;
  padding: 1.5rem 1.35rem;
  backdrop-filter: blur(10px);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.icg-feature-card:hover {
  border-color: rgba(0, 228, 255, 0.4);
  transform: translateY(-4px);
}

.icg-feature-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #eaf0ff;
  margin-bottom: 0.5rem;
}

.icg-feature-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(186, 195, 224, 0.85);
}

.icg-feature-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(155, 93, 255, 0.18);
  color: #c4b5fd;
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

/* Audience checklist */
.icg-checklist {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.icg-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(186, 195, 224, 0.92);
  padding: 0.85rem 1rem;
  background: var(--icg-surface);
  border: 1px solid rgba(155, 93, 255, 0.18);
  border-radius: 14px;
}

.icg-checklist li::before {
  content: "✓";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 228, 255, 0.15);
  color: #00e4ff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.1rem;
}

/* Role tags */
.icg-roles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.75rem 0 1.25rem;
  justify-content: center;
}

.icg-role-tag {
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e5e9ff;
  background: rgba(20, 28, 55, 0.9);
  border: 1px solid rgba(0, 228, 255, 0.25);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.icg-role-tag:hover {
  border-color: rgba(155, 93, 255, 0.55);
  background: rgba(155, 93, 255, 0.12);
}

.icg-roles-note {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(154, 164, 195, 0.9);
  max-width: 40rem;
  margin: 0 auto;
}

/* Not list */
.icg-not-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.icg-not-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(186, 195, 224, 0.88);
}

.icg-not-list li::before {
  content: "×";
  flex-shrink: 0;
  color: rgba(255, 120, 120, 0.85);
  font-weight: 700;
  font-size: 1.1rem;
}

.icg-not-closing {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  background: rgba(0, 228, 255, 0.06);
  border: 1px solid rgba(0, 228, 255, 0.2);
  text-align: center;
}

.icg-not-closing p {
  font-size: 1.05rem;
  font-weight: 600;
  color: #c4b5fd;
  line-height: 1.55;
}

.icg-not-closing p + p {
  margin-top: 0.35rem;
  font-weight: 500;
  color: rgba(186, 195, 224, 0.9);
}

/* CTA block */
.icg-cta-block {
  text-align: center;
  padding: clamp(2.5rem, 6vw, 3.5rem) 2rem;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(155, 93, 255, 0.14) 0%,
    rgba(0, 228, 255, 0.08) 100%
  );
  border: 1px solid rgba(155, 93, 255, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.icg-cta-block h2 {
  margin-bottom: 1rem;
}

.icg-cta-block .icg-prose {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

/* FAQ */
.icg-faq {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.icg-faq details {
  background: var(--icg-surface);
  border: 1px solid var(--icg-border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.icg-faq details[open] {
  border-color: rgba(0, 228, 255, 0.35);
}

.icg-faq summary {
  padding: 1.1rem 1.25rem;
  font-family: var(--font-primary, "Manrope", sans-serif);
  font-size: 1rem;
  font-weight: 600;
  color: #eaf0ff;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.icg-faq summary::-webkit-details-marker {
  display: none;
}

.icg-faq summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(155, 93, 255, 0.2);
  color: #c4b5fd;
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.icg-faq details[open] summary::after {
  content: "−";
}

.icg-faq .icg-faq-answer {
  padding: 0 1.25rem 1.15rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(186, 195, 224, 0.88);
}

@media (max-width: 640px) {
  .icg-hero h1 {
    max-width: none;
  }

  .icg-features {
    grid-template-columns: 1fr;
  }

  .icg-cta-block {
    padding: 2rem 1.25rem;
  }
}
