/* HomeView component styles - Premium */

/* Home Layout */
.home-layout {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 2.5rem;
  box-sizing: border-box;
}

/* Main content */
.content-scroller {
  flex: 1;
  min-width: 0;
  padding: 0 300px 100px 40px;
  max-width: 100%;
  margin: 0;
  line-height: 1.7;
}

.home-layout .section-title {
  font-size: 1.8rem;
  margin: 2rem 0 1rem 0;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.internship-link {
  color: var(--primary-color);
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.internship-link:hover {
  color: var(--primary-hover);
  background-color: var(--fsp-hover-bg);
}

.brand-10x-inline {
  font-family: 'Noto Sans Hebrew', "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 17px;
  color: var(--text-secondary);
}

/* ── Tablet / small laptop (max 1399px) ──────────────
   Match the SectionNavigation top-strip breakpoint so the
   right-side gutter disappears when the nav moves overhead. */

@media (max-width: 1399px) {
  .home-layout {
    flex-direction: column;
    padding: 1.5rem 1.5rem;
  }

  .content-scroller {
    padding: 0 0 80px 0;
  }

  .home-layout .section-title {
    font-size: 1.5rem;
    margin: 1.5rem 0 0.75rem 0;
  }

}

/* ── Phone (< 768px) ────────────────────────────── */

@media (max-width: 767px) {
  .home-layout {
    padding: 0.75rem 1rem;
  }

  .content-scroller {
    padding: 0 4px 48px;
  }

  .home-layout .section-title {
    font-size: 1.4rem;
    margin: 1.25rem 0 0.75rem 0;
    line-height: 1.3;
  }

  .info-box {
    width: 100%;
    padding: 20px 14px;
    margin: 20px auto 24px auto;
  }
}



.hero-tagline .blue-bold-text.hero-tagline-secondary {
    color: var(--primary-color);
}
