/* Share Your Insight Page Styles */

/* AIDEV-NOTE: hero mirrors sponsorship/fgi-roundtables design system */

/* Jump Navigation */
.share-your-insight-page .sys-nav {
  background: #fff;
  border-bottom: 1px solid #e6edf3;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.share-your-insight-page .sys-nav .nav-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.share-your-insight-page .sys-nav .nav-links li {
  margin: 0;
}

.share-your-insight-page .sys-nav .nav-links a {
  color: #0e2238;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  padding: 0.5rem 0;
  display: block;
}

.share-your-insight-page .sys-nav .nav-links a:hover {
  color: #005fbf;
}

/* Anchor scroll offset for sticky nav */
.share-your-insight-page section[id] {
  scroll-margin-top: 4rem;
}

/* Hero Section */
.share-your-insight-page .hero {
  background: #001D32;
  overflow: visible;
  min-height: clamp(520px, 68vh, 720px);
  display: flex;
  align-items: center;
}

.share-your-insight-page .hero .hero-container {
  width: 100%;
  padding-block: clamp(5rem, 8vw, 9rem);
  position: relative;
  z-index: 1;
}

.share-your-insight-page .hero .row {
  min-height: clamp(420px, 52vh, 560px);
}

.share-your-insight-page .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.share-your-insight-page .hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin-bottom: 1rem;
}

.share-your-insight-page .hero-title {
  font-size: clamp(2.75rem, 3vw + 1.75rem, 3.9rem);
  line-height: 1.08;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}

.share-your-insight-page .hero-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.86);
  max-width: 36rem;
  margin-bottom: 2.25rem;
}

.share-your-insight-page .hero-cta .btn {
  min-width: 190px;
}

.share-your-insight-page .hero-btn {
  border-radius: 0.75rem;
  padding: 0.85rem 2.1rem;
  font-size: 1rem;
}

.share-your-insight-page .hero .btn-primary-blue {
  background: #1c7dff;
  border-color: #1c7dff;
  color: #fff;
  box-shadow: 0 18px 38px rgba(28, 125, 255, 0.28);
}

.share-your-insight-page .hero .btn-primary-blue:hover {
  background: #0c63e6;
  border-color: #0c63e6;
}

.share-your-insight-page .hero-btn-outline {
  font-weight: 600;
  border-width: 2px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border-radius: 0.75rem;
}

.share-your-insight-page .hero-btn-outline:hover {
  color: #0b2d66;
  background: #ffffff;
}

.share-your-insight-page .hero-highlight {
  color: #c39bff;
}

.share-your-insight-page .hero-icon-wrapper {
  position: relative;
}

.share-your-insight-page .hero-icon-wrapper::before {
  content: '';
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle, rgba(195, 155, 255, 0.12), transparent 70%);
  border-radius: 50%;
}

.share-your-insight-page .hero-gradient-icon {
  font-size: 14rem;
  background: linear-gradient(135deg, #c39bff 0%, #1c7dff 50%, #ff7a21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 20px 40px rgba(195, 155, 255, 0.25));
}

/* Social Proof Bar — light theme */
.share-your-insight-page .sys-social-proof {
  background: #f2f7fb;
  color: #001D32;
  padding: 2rem 0;
  border-top: 4px solid #f37321;
}

.share-your-insight-page .sys-social-proof .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #001D32;
}

.share-your-insight-page .sys-social-proof .stat-label {
  font-size: 0.85rem;
  color: #6c7d92;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Section headings */
.share-your-insight-page .section-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f37321;
  font-weight: 600;
}

.share-your-insight-page .section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #001D32;
}

/* Why Publish Section — dark theme */
.share-your-insight-page .sys-why-publish {
  background: linear-gradient(135deg, #001D32 0%, #0b2d66 100%);
  padding: 5rem 0;
  color: #ffffff;
}

.share-your-insight-page .sys-why-publish .section-eyebrow {
  color: #f37321;
}

.share-your-insight-page .sys-why-publish .section-heading {
  color: #ffffff;
}

.share-your-insight-page .sys-why-publish h5 {
  color: #ffffff;
}

.share-your-insight-page .sys-why-publish p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.share-your-insight-page .sys-why-publish .why-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(243, 115, 33, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #f37321;
}

/* Featured Authors Carousel */
.share-your-insight-page .sys-featured-authors {
  background: #f7f7f7;
  padding: 5rem 0;
}

.share-your-insight-page .sys-featured-authors .author-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.share-your-insight-page .sys-featured-authors .author-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

.share-your-insight-page .sys-featured-authors .author-card .author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f37321;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.share-your-insight-page .sys-featured-authors .author-card .author-insight-link {
  color: #007BC2;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
  transition: color 0.2s ease;
}

.share-your-insight-page .sys-featured-authors .author-card .author-insight-link:hover {
  color: #f37321;
  text-decoration: underline;
}

.share-your-insight-page .featured-authors-slider {
  margin: 0 -15px;
}

.share-your-insight-page .featured-authors-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.share-your-insight-page .featured-authors-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
  padding: 0 15px;
}

.share-your-insight-page .featured-authors-slider .slick-slide > div {
  width: 100%;
  display: flex;
}

.share-your-insight-page .featured-authors-slider .slick-prev,
.share-your-insight-page .featured-authors-slider .slick-next {
  width: 44px;
  height: 44px;
  z-index: 10;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.share-your-insight-page .featured-authors-slider .slick-prev:hover,
.share-your-insight-page .featured-authors-slider .slick-next:hover {
  background: #007BC2;
}

.share-your-insight-page .featured-authors-slider .slick-prev:before,
.share-your-insight-page .featured-authors-slider .slick-next:before {
  color: #007BC2;
  font-size: 20px;
  opacity: 1;
}

.share-your-insight-page .featured-authors-slider .slick-prev:hover:before,
.share-your-insight-page .featured-authors-slider .slick-next:hover:before {
  color: white;
}

.share-your-insight-page .featured-authors-slider .slick-prev {
  left: -22px;
}

.share-your-insight-page .featured-authors-slider .slick-next {
  right: -22px;
}

.share-your-insight-page .featured-authors-slider .slick-dots {
  bottom: -40px;
}

.share-your-insight-page .featured-authors-slider .slick-dots li button:before {
  font-size: 10px;
  color: #007BC2;
  opacity: 0.3;
}

.share-your-insight-page .featured-authors-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

/* What You Can Publish */
.share-your-insight-page .sys-what-publish {
  padding: 5rem 0;
}

.share-your-insight-page .sys-what-publish .publish-tile {
  border-radius: 12px;
  padding: 1.75rem;
  background: white;
  transition: transform 0.2s ease;
}

.share-your-insight-page .sys-what-publish .publish-tile:hover {
  transform: translateY(-3px);
}

.share-your-insight-page .sys-what-publish .publish-tile .tile-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fff4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #f37321;
}

/* How It Works - flowing layout inspired by sponsorship trusted partnerships */
.share-your-insight-page .sys-how-it-works {
  background: linear-gradient(135deg, #14334a 0%, #0b2d66 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.share-your-insight-page .sys-how-it-works::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(243, 115, 33, 0.08), transparent 70%);
  pointer-events: none;
}

.share-your-insight-page .sys-how-it-works::after {
  content: '';
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(28, 125, 255, 0.06), transparent 70%);
  pointer-events: none;
}

.share-your-insight-page .sys-how-it-works .section-eyebrow {
  color: #f37321;
}

.share-your-insight-page .sys-how-it-works .section-heading {
  color: #ffffff;
}

.share-your-insight-page .sys-how-it-works-flow {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.share-your-insight-page .sys-how-it-works-path {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 1;
}

.share-your-insight-page .sys-how-it-works-path path {
  stroke: url(#howItWorksGradient);
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  filter: drop-shadow(0 2px 8px rgba(243, 115, 33, 0.3));
}

.share-your-insight-page .sys-how-it-works-steps {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.share-your-insight-page .sys-how-it-works-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.share-your-insight-page .sys-how-it-works-step-icon-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.share-your-insight-page .sys-how-it-works-step-icon-wrapper::before {
  content: '';
  position: absolute;
  inset: -8px;
  background: linear-gradient(135deg, rgba(243, 115, 33, 0.15), rgba(0, 95, 191, 0.08));
  border-radius: 50%;
  animation: sys-hiw-pulse 3s ease-in-out infinite;
  z-index: -1;
}

@keyframes sys-hiw-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.15); opacity: 0.2; }
}

.share-your-insight-page .sys-how-it-works-step-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3),
              inset 0 1px 2px rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(243, 115, 33, 0.4);
  transition: all 0.4s ease;
  color: #f37321;
  font-size: 1.75rem;
}

.share-your-insight-page .sys-how-it-works-step:hover .sys-how-it-works-step-icon {
  transform: translateY(-8px) scale(1.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4),
              inset 0 1px 2px rgba(255, 255, 255, 0.4);
  border-color: #f37321;
  background: rgba(243, 115, 33, 0.2);
}

.share-your-insight-page .sys-how-it-works-step-content {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 1.25rem 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2),
              inset 0 1px 1px rgba(255, 255, 255, 0.15);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.share-your-insight-page .sys-how-it-works-step:hover .sys-how-it-works-step-content {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3),
              inset 0 1px 2px rgba(255, 255, 255, 0.3);
  transform: translateY(-4px);
  border-color: rgba(243, 115, 33, 0.3);
}

.share-your-insight-page .sys-how-it-works-step-number {
  background: linear-gradient(135deg, #f37321, #e05a00);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(243, 115, 33, 0.4);
}

.share-your-insight-page .sys-how-it-works-step h6 {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}

.share-your-insight-page .sys-how-it-works-step p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Who Reads PSN */
.share-your-insight-page .sys-audience {
  padding: 5rem 0;
}

.share-your-insight-page .sys-audience .audience-segment {
  text-align: center;
}

.share-your-insight-page .sys-audience .audience-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007BC2 0%, #004494 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.5rem;
}

/* Trending Topics */
.share-your-insight-page .sys-trending {
  background: #f7f7f7;
  padding: 5rem 0;
}

.share-your-insight-page .sys-trending .topic-tag {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  border: 1px solid #dee2e6;
  background: white;
  font-size: 0.9rem;
  color: #001D32;
  transition: all 0.2s ease;
  text-decoration: none;
}

.share-your-insight-page .sys-trending .topic-tag:hover {
  background: #007BC2;
  color: white;
  border-color: #007BC2;
}

/* Author Testimonials */
.share-your-insight-page .sys-testimonials {
  padding: 5rem 0;
}

.share-your-insight-page .sys-testimonials .testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
}

.share-your-insight-page .sys-testimonials .testimonial-card .quote-mark {
  font-size: 3rem;
  color: #69D0FF;
  line-height: 1;
  font-family: Georgia, serif;
}

.share-your-insight-page .sys-testimonials .testimonial-card .testimonial-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

/* Final CTA */
.share-your-insight-page .sys-final-cta {
  background: linear-gradient(135deg, #001D32 0%, #004494 100%);
  padding: 5rem 0;
}

.share-your-insight-page .sys-final-cta .btn-psn-orange {
  background: #f37321;
  border-color: #f37321;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(243, 115, 33, 0.35);
}

.share-your-insight-page .sys-final-cta .btn-psn-orange:hover {
  background: #d9621a;
  border-color: #d9621a;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .share-your-insight-page .hero {
    min-height: auto;
  }

  .share-your-insight-page .hero .row {
    min-height: auto;
  }

  .share-your-insight-page .hero-gradient-icon {
    font-size: 10rem;
  }

  .share-your-insight-page .sys-how-it-works-path {
    display: none;
  }

  .share-your-insight-page .sys-how-it-works-steps {
    flex-wrap: wrap;
    justify-content: center;
  }

  .share-your-insight-page .sys-how-it-works-step {
    flex: 0 0 45%;
    max-width: 280px;
  }

  .share-your-insight-page .featured-authors-slider .slick-prev {
    left: -10px;
  }

  .share-your-insight-page .featured-authors-slider .slick-next {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .share-your-insight-page .hero-gradient-icon {
    font-size: 8rem;
  }

  .share-your-insight-page .sys-social-proof .stat-number {
    font-size: 1.5rem;
  }

  .share-your-insight-page .sys-how-it-works-step {
    flex: 0 0 100%;
    max-width: 300px;
  }

  .share-your-insight-page .section-heading {
    font-size: 1.5rem;
  }

  .share-your-insight-page .featured-authors-slider .slick-prev,
  .share-your-insight-page .featured-authors-slider .slick-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -50px;
    transform: none;
  }

  .share-your-insight-page .featured-authors-slider .slick-prev {
    left: 50%;
    margin-left: -50px;
  }

  .share-your-insight-page .featured-authors-slider .slick-next {
    right: 50%;
    margin-right: -50px;
  }

  .share-your-insight-page .featured-authors-slider .slick-dots {
    display: none !important;
  }
}
