.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}


/* ===================================
   HERO SECTION
   =================================== */
.hero-section {
  background: rgba(0, 0, 0, 0.3);
  padding: 40px 0px 200px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 115px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  width: 100%;
}

#section-hero {
  height: auto;
  background-image: url('../images/hero-bg-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.site-header {
  width: 100%;
  max-width: 960px;
  background-color: rgba(60, 60, 60, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 12px 12px 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  z-index: 99;
  backdrop-filter: blur(8px);
}

.logo img {
  display: block;
  height: 39px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-nav a {
  color: var(--color-text-light);
  text-decoration: none;
  font-size: 18px;
  padding: 14px;
  transition: color 0.3s ease;
}

.mobile-menu-toggle {
  display: none;
}

.main-nav a:not(.btn-nav) {
  padding: 0;
}

.main-nav a:not(.btn-nav):hover {
  color: var(--color-primary);
}

.main-nav a.btn-nav:hover {
  color: var(--color-text-black);
  background-color: var(--color-background-white);
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  text-align: center;
  z-index: 1;
  margin-top: 240px;
  max-width: 1080px;
}

.hero-title {
  font-family: var(--font-georgia);
  font-weight: 700;
  font-size: 72px;
  line-height: 1.14;
  color: var(--color-white);
  margin: 0;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 24px;
  color: var(--color-text-medium);
  line-height: 1.5;
  max-width: 976px;
  margin: -15px 0 0 0;
}

/* FAQ Hero Section */
#section-hero.faq-hero {
  background-image: none;
  min-height: auto;
}

#section-hero.faq-hero .hero-section {
  min-height: 40px;
}

/* ===================================
   CUSTOMERS SECTION
   =================================== */
.customers-section {
  background-color: var(--color-background-darker);
  position: relative;
  z-index: -1;
  color: #fff;
  text-align: center;
}

.customers-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.section-heading-alt {
  color: var(--color-text-light);
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

.logo-strip-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

.logo-strip {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: scroll 20s linear infinite;
  width: fit-content;
  padding-right: 60px; /* Match the gap to ensure seamless loop */
}

.logo-strip-container:hover .logo-strip {
  animation-play-state: paused;
}

.logo-strip img {
  opacity: 0.6;
  max-height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===================================
   HOW IT WORKS SECTION
   =================================== */
.how-it-works-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.how-it-works-cards {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  max-width: 1440px;
}

.info-card {
  flex: 1;
  background-color: var(--color-background-darkest);
  border: 2px solid rgba(238, 238, 238, 0.1);
  border-radius: 30px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.info-card:hover {
  background-color: var(--color-background-light-rgba);
  transition: all 0.3s ease;
}

.info-card h4 {
  color: var(--color-text-light);
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

.info-card p {
  color: var(--color-text-medium);
  font-size: 18px;
  line-height: 1.67;
  margin: 0;
}

/* ===================================
   AUTHENTIC CONTENT SECTION
   =================================== */
.authentic-content-section {
  gap: 60px;
}

.authentic-content-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content-step-container {
  background-color: var(--color-background-light-rgba);
  border-radius: 30px;
  padding: 80px;
  display: flex;
  gap: 100px;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
}

.content-step-container.reverse {
  gap: 50px;
}

.content-step-text {
  flex: 0 0 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-step-text .section-title {
  text-align: left;
}

.content-step-heading {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: var(--color-text-light);
  margin: 0;
}

.content-step-description {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-text-medium);
  margin: 0;
}

.content-step-visual {
  flex: 1;
}

/* Profile Grid */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(94px, 6fr));
  gap: 20px;
}

.profile-avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 4px solid #666;
  object-fit: cover;
  transition: border-color 0.3s ease, filter 1s ease;
}

.profile-avatar.orange-border {
  border-color: #ff6b35;
}

/* Orange tint effect for newly highlighted avatars */
.profile-avatar.orange-tint {
  filter: brightness(0.7) sepia(1) saturate(3) hue-rotate(-10deg);
}

/* Diagram Container */
.diagram-container {
  position: relative;
  height: 650px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* LinkedIn Post Cards */
.post-card-diagram {
  position: absolute;
  width: 460px;
  background-color: var(--color-white);
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.post-card-1 {
  transform: rotate(-15deg);
  top: 10px;
  left: 10px;
}

.post-card-2 {
  transform: rotate(15deg);
  top: 10px;
  right: 30px;
}

.post-card-3 {
  top: 250px;
  left: 206px;
}

.post-card-padding {
  padding: 20px;
}

.post-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.post-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}

.post-avatar-1 {
  background-image: url('../images/study-client-3.png');
  background-position: top;
}

.post-avatar-2 {
  background-image: url('../images/study-client-1.png');
  background-position: top;
}

.post-avatar-3 {
  background-image: url('../images/study-client-2.png');
  background-position: top;
}

.post-author-info {
  flex: 1;
}

.post-author-name {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}

.post-author-name svg {
  margin-left: 2px;
  color: #c37d16;
}

.post-author-website {
  font-size: 12px;
  color: #0a66c2;
}

.post-author-title {
  font-size: 12px;
  color: #666;
}

.post-meta {
  font-size: 11px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 4px;
}

.follow-btn {
  color: #0a66c2;
  font-weight: 600;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.post-content {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.highlight-text {
  background: #ff9b5a;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: 500;
}

.post-actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  margin-top: 5px;
}

.post-reactions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}

.post-reactions svg {
  margin-right: -10px;
  width: 18px;
  height: 18px;
}

.post-action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.2s;
}

.post-action-btn:hover {
  background: #f3f3f3;
}

.comment-repost {
  color: #333;
  font-size: 14px;
}

/* Annotations */
.annotation {
  position: absolute;
  z-index: 0;
}

.annotation-box {
  background-color: var(--color-background-darker);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.annotation-1 {
  top: -40px;
  left: 20px;
  transform: rotate(15deg);
}

.annotation-2 {
  top: -18px;
  left: -26px;
  transform: rotate(-15deg);
}

.annotation-3 {
  top: -60px;
  right: 80px;
  transform: rotate(-15deg);
}

.annotation-4 {
  bottom: 55px;
  left: -77px;
  transform: rotate(15deg);
}

.annotation-5 {
  bottom: 0px;
  left: 0px;
  top: 410px;
}

.annotation-6 {
  bottom: -43px;
  left: 240px;
}

.annotation-svg {
  position: absolute;
  overflow: visible;
  pointer-events: none;
}

.annotation-svg-1 {
  top: 36px;
  left: 100px;
  width: 80px;
  height: 100px;
}

.annotation-svg-2 {
  top: -1px;
  left: 104px;
  width: 70px;
  height: 111px;
}

.annotation-svg-3 {
  bottom: -60px;
  right: 60px;
  width: 120px;
  height: 70px;
}

.annotation-svg-4 {
  bottom: 37px;
  left: 65px;
  width: 100px;
  height: 140px;
}

.annotation-svg-5 {
  bottom: -149px;
  left: -44px;
  width: 100px;
  height: 280px;
}

.annotation-svg-6 {
  bottom: -21px;
  right: -65px;
  width: 100px;
  height: auto;
}

#section-faq {
  padding-top: 0px;
}

/* Score Cards */
.score-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
  gap: 15px;
}

.score-card {
  background-color: var(--color-white);
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.score-card-content {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 10px;
}

.score-card-more {
  color: #0a66c2;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.score-badge {
  position: absolute;
  bottom: -12px;
  right: 15px;
  background-color: #000;
  border: 2px solid #ff6b35;
  color: #ff6b35;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.score-card.best-score {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.15) 0%, rgba(255, 155, 90, 0.1) 100%);
  border-color: #ff6b35;  
}

.score-card.best-score .score-badge {
  background-color: #ff6b35;
  color: var(--color-white);
  border-color: #ff6b35;
}

.score-card.best-score .score-card-content {
  color: var(--color-white);
}

/* ===================================
   AI COLLABORATION SECTION
   =================================== */
.ai-collab-section {
  background-color: #161616;
}

.ai-collab-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
}

.ai-collab-visual {
  flex: 1;
  width: 100%;
  max-width: 725px;
}

.ai-collab-visual img {
  width: 100%;
  height: auto;
}

.ai-collab-visual video {
  width: 100%;
}

.ai-collab-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.ai-collab-text .section-title,
.ai-collab-text .section-heading,
.ai-collab-text .section-subheading {
  text-align: left;
}

/* ===================================
   FAQ SECTION
   =================================== */
.faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.faq-list {
  background-color: var(--color-background-light-rgba);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 860px;
}

.faq-item {
  background-color: var(--color-background-darkest);
  border: 2px solid rgba(238, 238, 238, 0.05);
  border-radius: 20px;
  padding: 30px;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.faq-question p {
  font-size: 20px;
  color: var(--color-text-light);
  margin: 0;
}

.faq-question img {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.faq-question svg {
  border-radius: 50px;
  background-color: rgba(243, 77, 38, .2);
}

.faq-item.expanded .faq-question img {
  transform: rotate(180deg);
}

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

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

.faq-item.expanded .faq-icon-vertical {
  opacity: 0;
}

.faq-answer {
  display: none;
  padding-top: 20px;
}

.faq-answer p {
  font-size: 18px;
  line-height: 1.67;
  color: var(--color-text-medium);
  margin: 0;
}

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

/* ===================================
   CTA SECTION
   =================================== */
.cta-section {
  padding-top: 0;
}

.cta-divider {
  width: 100%;
  max-width: 992px;
  height: 1px;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.3) 50%, rgba(238, 238, 238, 0) 100%);
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 80%;
  padding-top: 60px;
}

.cta-heading {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 100px;
  line-height: 1.2;
  color: var(--color-text-light);
  text-align: center;
  margin: -60px 0 0 0;
}

/* ===================================
   FOOTER SECTION
   =================================== */
.site-footer {
  padding: 0 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

.footer-divider {
  width: 100%;
  max-width: 992px;
  height: 1px;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.3) 50%, rgba(238, 238, 238, 0) 100%);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  gap: 60px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.about-column {
  flex: 1;
  max-width: 500px;
  gap: 20px;
}

.footer-logo {
  width: 120px;
  height: auto;
}

.footer-description {
  color: var(--color-text-medium);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.links-column {
  gap: 25px;
}

.links-column h4 {
  color: var(--color-text-medium);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.links-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.links-column a {
  color: var(--color-text-medium);
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.links-column a:hover {
  color: var(--color-primary);
}

.footer-arrow {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  display: inline-block;
  margin-left: auto;
}

.links-column a:hover .footer-arrow {
  opacity: 1;
  transform: translateX(0);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

.copyright,
.legal-links a {
  color: var(--color-text-dark);
  font-size: 14px;
  letter-spacing: 0.56px;
  text-decoration: none;
}

.legal-links {
  display: flex;
  gap: 20px;
}

.legal-links a:hover {
  color: var(--color-text-medium);
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links img {
  width: 24px;
  height: 24px;
}

.social-links a[aria-label="Twitter"] img {
  width: 20px;
  height: 20px;
}

/* ===================================
   RESPONSIVE MEDIA QUERIES
   =================================== */

/* Large Screens (1200px and below) */
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1140px;
  }
  .profile-grid {
    grid-template-columns: repeat(auto-fit, minmax(80px, 4fr));
  }
  .profile-avatar {
    width: 76px;
    height: 76px;
  }
  .profile-avatar:last-child {
    display: none;
  }
  .score-card-grid {
      grid-template-columns: repeat(auto-fit, minmax(190px, 2fr));
  }
  .score-card:last-child {
    display: none;
  }
  #section-ai-collaboration {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-step-container.reverse {
    display: block;
  }
  .content-step-container.reverse .content-step-text {
    margin-top: 140px;
  }
  .post-card-3 {
    left: 280px;
  }
}

@media (max-width: 1200px) {
  .hero-section {
    padding: 40px;
    gap: 80px;
  }

  .main-nav {
    gap: 20px;
  }

  .main-nav a {
    font-size: 16px;
  }

  .btn-nav {
    padding: 10px 14px;
  }

  .hero-title {
    font-size: 56px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .content-step-container {
    flex-direction: column;
    padding: 60px;
    gap: 40px;
  }

  .content-step-text {
    flex: 0 0 auto;
    text-align: center;
  }

  .content-step-text .section-title {
    text-align: center;
  }

  .profile-avatar {
    width: 80px;
    height: 80px;
  }

  .diagram-container {
    transform: scale(0.7);
    margin-top: -50px;
  }

  .site-footer {
    padding-left: 40px;
    padding-right: 40px;
    gap: 60px;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .content-step-heading {
    font-size: 30px;
  }
  .content-step-description {
    font-size: 18px;
  }
  .content-step-visual {
    width: 100%;
  }
  .profile-avatar:last-child {
    display: block;
  }
  .content-step-container.reverse .content-step-text {
    margin-top: 0;
  }
  .container {
    padding: 0px;
  }
  .faq-answer p {
    font-size: 16px;
  }
  .cta-heading {
    font-size: 76px;
  }
  .footer-description, .links-column a {
    font-size: 16px;
  }
  .links-column h4 {
    font-size: 20px;
  }
}

/* Medium Screens (992px and below) */
@media (max-width: 992px) {
  .how-it-works-cards {
    flex-direction: column;
  }

  .info-card {
    padding: 40px;
  }

  .ai-collab-content {
    flex-direction: column;
    gap: 40px;
  }

  .ai-collab-text {
    align-items: center;
  }

  .ai-collab-text .section-title,
  .ai-collab-text .section-heading,
  .ai-collab-text .section-subheading {
    text-align: center;
  }

  .cta-heading {
    font-size: 64px;
  }
  .score-card:last-child {
    display: block;
  }
}

/* Mobile Screens (768px and below) */
@media (max-width: 768px) {
  .hero-section {
    padding: 20px 0 0 0;
    gap: 60px;
  }

  .site-header {
    flex-direction: column;
    gap: 15px;
    background: none;
    border: none;
    width: 85%;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .play-icon {
    border-left: 24px solid white;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }

  .logo-strip {
    gap: 40px;
    padding-right: 40px; /* Match the gap to ensure seamless loop */
  }

  .logo-strip img {
    max-height: 20px;
  }

  .score-card-grid {
    grid-template-columns: 1fr;
  }

  .cta-heading {
    font-size: 48px;
  }

  .cta-content {
    gap: 40px;
  }

  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .authentic-content-section {
    gap: 30px;
  }
  .content-step-container {
    padding: 40px;
  }
  .section-title {
    font-size: 12px;
  }
  .content-step-description {
    font-size: 16px;
  }
  .info-card h4 {
    font-size: 20px;
  }
  .section-heading-alt {
    font-size: 24px;
  }
  .info-card p {
    font-size: 16px;
  }
  #section-cta .section-title {
    margin-bottom: 40px;
  }
  .links-column {
    gap: 15px;
  }
  .footer-content {
    gap: 40px;
  }
  .footer-bottom {
    gap: 10px;
  }
  .site-footer {
    gap: 40px;
  }
  .hero-section {
    gap: 40px;
  }
  .post-card-1 {
    left: -70px;
    top: -30px;
  }
  .post-card-2 {
    top: 300px;
    right: 0px;
  }
  .post-card-3 {
    left: 2%;
    top: 550px;
  }
  .content-step-container.reverse .content-step-text {
    margin-top: 200px;
  }
}
  /* Mobile Header Adjustments */
@media (max-width: 768px) {
  .site-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background-color: rgba(40, 40, 40, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    gap: 0;
  }

  .hero-section {
    min-height: auto;
  }

  #section-hero {
    padding-bottom: 60px;
    min-height: auto;
  }

  .hero-content {
    gap: 30px;
    margin-top: 180px;
  }

  .logo {
    order: 1;
    z-index: 1001;
  }

  .btn-nav {
    order: 2;
    padding: 11px 11px;
    font-size: 16px;
    display: inline-block;
    z-index: 1001;
  }

  /* Mobile Menu Icon */
  .mobile-menu-toggle {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    z-index: 1001;
  }

  .mobile-menu-toggle span {
    width: 25px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
    margin: 6px 0;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  /* Mobile Navigation */
  .main-nav {
    position: fixed;
    top: 74px;
    right: -100%;
    width: 80%;
    max-width: 200px;
    background-color: rgba(40, 40, 40, 0.99);
    border: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    flex-direction: column;
    padding: 30px 30px;
    gap: 30px;
    transition: right 0.3s ease;
    z-index: 1000;
    align-items: baseline;
  }

  .main-nav.active {
    right: 0;
  }

  .main-nav a {
    font-size: 20px;
    padding: 15px 0;
    text-decoration: none;
  }

  .main-nav .btn-nav {
    display: none;
  }

  /* Mobile Hero Title */
  .hero-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .hero-subtitle {
    font-size: 16px;
    padding: 0 20px;
  }

  /* Overlay */
  .mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    display: none;
  }

  .site-header {
    flex-direction: row-reverse;
  }

  .spacer {
    display: flex;
    gap: 10px;
  }
}

/* Hide mobile menu on desktop */
@media (min-width: 769px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  
  .mobile-overlay {
    display: none;
  }
}

.mobile-menu-toggle {
  display: block;
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
  .content-step-container.reverse .content-step-text {
    margin-top: 330px;
  }
  .section-container {
    padding: 40px 20px;
  }
  .post-card-3 {
    left: -30px;
    top: 675px;
  }
  .post-card-2 {
    top: 270px;
    right: -50px;
  }
  .post-card-1 {
    left: -30px;
  }  
  .hero-title {
    font-size: 32px;
  }
  .annotation-1 {
    top: -5px;
    left: 160px;
  }
  .annotation-2 {
    top: -31px;
    left: 22px;
  }
  .annotation-3 {
    top: 0px;
    right: 0px;
  }
  .annotation-5 {
    bottom: 78px;
    left: 0px;
    top: 463px;
  }
  .annotation-svg-5 {
    bottom: -148px;
    left: -66px;
  }
  .annotation-6 {
    bottom: 40px;
    left: 190px;
  }
  .annotation-4 {
    bottom: 50px;
    left: -133px;
  }
  .annotation-svg-2 {
    top: 14px;
    left: 50px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .section-heading {
    font-size: 28px;
  }

  .content-step-heading {
    font-size: 28px;
  }

  .info-card {
    padding: 30px;
  }

  .info-card h4 {
    font-size: 24px;
  }

  .cta-heading {
    font-size: 36px;
  }
  .post-card-diagram {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .site-header {
    width: 90%;
  } 
}

/* Disable sticky positioning on tablets and smaller screens */
@media (max-width: 1024px) {
  .sticky-text {
    position: static !important;
    top: auto !important;
  }
  
  /* Adjust container alignment for better tablet layout */
  .content-step-container[style*="align-items: flex-start"] {
    align-items: center !important;
  }
}

/* Additional adjustments for iPad Pro and similar tablets */
@media (max-width: 1366px) {
  .sticky-text {
    max-width: 400px;
  }
}






/* ===========================================
   SMOOTH AVATAR TRANSITION FIX
   Add this to your styles.css in the profile grid section
   =========================================== */

   .profile-avatar {
    /* Existing styles remain the same */
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 4px solid #666;
    object-fit: cover;
    
    /* Enhanced transition for smooth image changes */
    transition: border-color 0.3s ease, filter 1s ease, opacity 0.3s ease-in-out;
    
    /* Prevent layout shift during image load */
    display: block;
    background-color: #333; /* Fallback color while loading */
    
    /* Hardware acceleration for smoother transitions */
    will-change: opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  
  .profile-avatar.orange-border {
    border-color: #ff6b35;
  }
  
  /* Orange tint effect for newly highlighted avatars */
  .profile-avatar.orange-tint {
    filter: brightness(0.7) sepia(1) saturate(3) hue-rotate(-10deg);
  }
  
  /* Ensure no image placeholder shows */
  .profile-avatar::before {
    content: '';
    display: none;
  }
  
  /* Prevent image dragging (optional but recommended) */
  .profile-avatar {
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    /* ADD THESE: */
    background-size: cover;
    background-position: center;
    background-color: #2a2a2a;  /* Never blank! */
    transition: opacity 0.4s ease-in-out;
  }

/* ===================================
   PRICING PAGE STYLES
   =================================== */

/* Pricing Hero Section */
.pricing-hero {
  background-color: #000;
  min-height: auto;
}

.pricing-hero .hero-section {
  background: none;
  padding: 40px 0px 100px 0;
}

.pricing-hero .hero-content {
  margin-top: 200px;
  gap: 40px;
}

.pricing-hero .hero-title {
  font-size: 56px;
  line-height: 1.2;
}

.pricing-hero .hero-subtitle {
  font-size: 18px;
  color: rgba(238, 238, 238, 0.7);
  margin-top: 0;
}

/* Pricing Section */
.pricing-section {
  padding: 80px 0;
}

.pricing-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.pricing-card hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px dashed #333;
}

/* Pricing Card */
.pricing-card {
  background-color: var(--color-background-darkest);
  border: 2px solid rgba(238, 238, 238, 0.1);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  border-color: var(--color-primary);
  background-color: rgba(243, 77, 38, 0.08);
}

.pricing-card:hover .pricing-badge {
  background-color: rgba(243, 77, 38, 0.2);
  color: var(--color-primary);
}

/* Pricing Badge */
.pricing-badge {
  background-color: rgba(238, 238, 238, 0.1);
  color: var(--color-text-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 6px;
  width: fit-content;
}

/* Pricing Card Title */
.pricing-card-title {
  color: var(--color-text-light);
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

/* Pricing Price */
.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 10px 0;
}

.price-amount {
  color: var(--color-text-light);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.price-custom {
  font-size: 36px;
}

.price-period {
  color: var(--color-text-medium);
  font-size: 16px;
  font-weight: 400;
}

/* Pricing Description */
.pricing-description {
  color: var(--color-text-medium);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

/* Pricing Seats */
.pricing-seats {
  color: var(--color-text-dark);
  font-size: 14px;
  text-align: center;
  margin: 0;
}

/* Pricing Features */
.pricing-features {
  margin-top: 10px;
}

.features-title {
  color: var(--color-text-light);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.features-list li {
  color: var(--color-text-medium);
  font-size: 15px;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}

.features-list li::before {
  content: "✓";
  color: var(--color-primary);
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 16px;
}

/* Pricing Page Responsive Styles */
@media (max-width: 1200px) {  
  .pricing-hero .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 30px;
  } 
  .pricing-section {
    padding: 80px 30px;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .pricing-hero .hero-content {
    margin-top: 180px;
  }
  
  .pricing-hero .hero-title {
    font-size: 36px;
  }
  
  .pricing-hero .hero-subtitle {
    font-size: 16px;
  }
  
  .pricing-header {
    margin-bottom: 40px;
  }
  
  .pricing-card {
    padding: 30px;
  }
  
  .price-amount {
    font-size: 40px;
  }
  
  .price-custom {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .pricing-hero .hero-title {
    font-size: 32px;
    margin-bottom: 0px;
  }
  
  .price-amount {
    font-size: 36px;
  }
  
  .price-custom {
    font-size: 28px;
  }
}