*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif;; background: #fff; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* TOP BAR */
#topbar{background: #111;  }
.topbar {
  width: 100%;
  color: #fff;
  font-size: 13px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 9px 32px;
  gap: 16px;
}
.topbar a { color: #fff; text-decoration: underline; white-space: nowrap; }
.topbar p, .topbar ul{margin: 0px;}
.topbar-center { text-align: center; }
.topbar-center a { font-weight: 600; }
.topbar-menu-list { display: flex; align-items: center; gap: 65px; justify-content: flex-end; }

/* HEADER */
.site-header {
  width: 100%;
  background: #fff;
  z-index: 100;
  background: linear-gradient(70deg, #ffffff 0%, #ffffff 55%, #7af5e6 100%);
  padding-bottom: 50px;
  overflow: hidden
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0px;
}

.logo { display: flex; align-items: center; gap: 9px; width: 370px; }
.logo-icon { width: 32px; height: 32px; flex-shrink: 0; }
.logo-wordmark { display: flex; align-items: baseline; gap: 5px; }
.logo-brand   { font-size: 20px; font-weight: 800; color: #111; letter-spacing: -0.3px; }
.logo-academy { font-size: 12px; font-weight: 600; color: #777; letter-spacing: 2px; text-transform: uppercase; }
.header-label { font-size: 16px; font-weight: 700; color: #111; margin-right: 80px; }

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  transition: background 0.15s;
  flex-shrink: 0;
}
.hamburger:hover { background: #f5f5f5; }
.hamburger span {
  display: block;
  width: 25px;
  height: 4px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.2s ease, width 0.2s ease;
  transform-origin: center;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { transform: translateY(-2px) rotate(-45deg); }

/* MOBILE MENU */
.mobile-menu {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.mobile-menu.is-open { max-height: 500px; }
.mobile-menu-inner { padding: 8px 0 20px; }
.mobile-menu a {
  display: block;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.15s, color 0.15s;
}
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu a:hover { background: #fdf0f9; color: #e000a8; }
.mobile-menu .menu-cta {
  display: block;
  margin: 16px 24px 0;
  background: #e000a8;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-align: center;
  transition: background 0.18s;
}
.mobile-menu .menu-cta:hover { background: #b5007f; }

/* HERO */
.hero {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;;
}
.hero-left {
    padding: 0 56px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 70%;
}
.hero-left h1 {
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -2px;
  color: #080808;
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #1a1a1a;
  margin-bottom: 40px;
  max-width: 480px;
  font-weight: 700;
}
.hero-sub strong { color: #e000a8; font-weight: 700; }
.btn-cta {
  display: inline-block;
  background: #e000a8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 38px;
  border-radius: 50px;
  width: fit-content;
  transition: background 0.18s ease, transform 0.15s ease;
  margin-right: 15px;
}
.btn-cta:hover { background: #b5007f; transform: translateY(-1px); }
.hero-right {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 0 0 70%;
  max-height: 660px;
}
.hero-right-label {
  padding: 18px 28px;
  font-size: 15px;
  font-weight: 700;
  color: #0a0a0a;
  flex-shrink: 0;
}
.hero-image-wrap { flex: 1; overflow: hidden; border-radius: 30px; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.img-placeholder {
  width: 100%; height: 100%; min-height: 420px;
  display: flex; align-items: center; justify-content: center;
}
.img-placeholder svg { width: 75%; height: 75%; opacity: 0.5; }

/* RESPONSIVE */
@media (max-width: 860px) {
  .logo { width: 245px;}
  .header-inner { justify-content: space-between; }
  .topbar       { display: none; }
  .header-label { display: none; }
  .hamburger    { display: flex; }
  .header-inner { padding: 14px 0px; }

  .hero { 	min-height: auto; flex-direction: column; }
  .hero-left {
	order: 1; padding: 40px 24px 36px;
  }
  .hero-left h1 { font-size: clamp(34px, 9vw, 52px); letter-spacing: -1.5px; margin-bottom: 18px; }
  .hero-sub { font-size: 15px; margin-bottom: 30px; }
  .hero-right { order: 2; min-height: 260px; margin-right: -50px;  padding-left: 25px; }
  .hero-right-label { display: none; }
  .img-placeholder { min-height: 260px; }
}
@media (max-width: 500px) {
  .hero-left h1 { font-size: 32px; }
  .btn-cta { font-size: 15px; padding: 14px 28px; width: 100%; text-align: center; margin-bottom: 15px; }
}

