/* Marketing site (public landing) — aligned to BCIT Marketing logo */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&family=Montserrat:wght@600;700;800&display=swap');

:root {
  --mkt-ink: #050d18;
  --mkt-navy: #0a1f3a;
  --mkt-steel: #123a66;
  --mkt-blue: #1a8cff;
  --mkt-blue-bright: #4aadff;
  --mkt-mist: #e6eef8;
  --mkt-foam: #f3f7fc;
  --mkt-line: rgba(10, 31, 58, 0.12);
  --mkt-muted: #5a6b7e;
}

.mkt-body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--mkt-ink);
  background: var(--mkt-foam);
  min-height: 100vh;
}

.mkt-body h1,
.mkt-body h2,
.mkt-body h3 {
  font-family: "Montserrat", "DM Sans", sans-serif;
  letter-spacing: -0.02em;
}

.mkt-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 13, 24, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 140, 255, 0.18);
}

.mkt-nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.mkt-nav-logo {
  height: 42px;
  width: auto;
  display: block;
}

.mkt-nav .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.9rem;
  font-weight: 500;
}

.mkt-nav .nav-link:hover,
.mkt-nav .nav-link:focus {
  color: #fff !important;
}

.mkt-nav .btn-login {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.mkt-nav .btn-signup {
  background: var(--mkt-blue);
  border-color: var(--mkt-blue);
  color: #fff !important;
}

.mkt-nav .btn-signup:hover {
  background: #0f74db;
  border-color: #0f74db;
  color: #fff !important;
}

/* Full-bleed hero with logo as brand anchor */
.mkt-hero {
  position: relative;
  min-height: min(94vh, 900px);
  display: flex;
  align-items: center;
  padding: 6.5rem 0 4rem;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 70% 40%, rgba(26, 140, 255, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 40% at 15% 80%, rgba(74, 173, 255, 0.12), transparent 50%),
    linear-gradient(155deg, #050d18 0%, #0a1f3a 42%, #0c2a4d 72%, #071628 100%);
}

.mkt-hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 140, 255, 0.35), transparent 68%);
  top: 8%;
  right: 4%;
  filter: blur(8px);
  animation: mktPulse 6s ease-in-out infinite;
  pointer-events: none;
}

.mkt-hero-orbit {
  position: absolute;
  inset: 8% 4% 12% 48%;
  pointer-events: none;
  opacity: 0.55;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Ccircle cx='200' cy='200' r='150' fill='none' stroke='%231a8cff' stroke-opacity='0.25' stroke-width='1'/%3E%3Ccircle cx='200' cy='200' r='100' fill='none' stroke='%23ffffff' stroke-opacity='0.12' stroke-width='1'/%3E%3Ccircle cx='350' cy='200' r='6' fill='%231a8cff'/%3E%3Ccircle cx='200' cy='50' r='5' fill='%23ffffff' fill-opacity='0.7'/%3E%3Ccircle cx='80' cy='280' r='4' fill='%234aadff'/%3E%3C/svg%3E")
    center / contain no-repeat;
  animation: mktSpin 28s linear infinite;
}

.mkt-hero .container {
  position: relative;
  z-index: 2;
}

.mkt-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.mkt-hero-copy {
  animation: mktRise 0.85s ease-out both;
  max-width: 34rem;
}

.mkt-hero-logo-wrap {
  animation: mktRise 1s ease-out 0.12s both;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mkt-hero-logo {
  width: min(100%, 440px);
  height: auto;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.45));
  transform-origin: center;
  animation: mktFloat 5.5s ease-in-out infinite;
}

.mkt-hero-headline {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: #fff;
}

.mkt-hero-lead {
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  margin: 0 0 1.75rem;
}

.mkt-hero-cta .btn {
  margin-right: 0.6rem;
  margin-bottom: 0.5rem;
}

.btn-mkt {
  background: var(--mkt-blue);
  border-color: var(--mkt-blue);
  color: #fff;
  font-weight: 600;
}

.btn-mkt:hover {
  background: #0f74db;
  border-color: #0f74db;
  color: #fff;
}

.btn-mkt-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-weight: 600;
}

.btn-mkt-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff;
}

.mkt-section {
  padding: 4.5rem 0;
}

.mkt-section-alt {
  background: linear-gradient(180deg, #fff 0%, var(--mkt-mist) 100%);
}

.mkt-kicker {
  color: var(--mkt-blue);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.mkt-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 750;
  color: var(--mkt-navy);
  margin-bottom: 0.75rem;
}

.mkt-section .lead {
  color: var(--mkt-muted);
  max-width: 36rem;
}

.mkt-feature {
  padding: 0.25rem 0 1rem;
  border-top: 1px solid var(--mkt-line);
  animation: mktFade 0.7s ease both;
}

.mkt-feature h3 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--mkt-navy);
  margin: 1rem 0 0.4rem;
}

.mkt-feature p {
  color: var(--mkt-muted);
  margin: 0;
}

.mkt-price {
  border: 1px solid var(--mkt-line);
  border-radius: 0.65rem;
  padding: 1.5rem;
  background: #fff;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mkt-price:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(10, 31, 58, 0.1);
}

.mkt-price h3 {
  font-size: 1.15rem;
  color: var(--mkt-navy);
}

.mkt-price .amount {
  font-size: 1.75rem;
  font-weight: 750;
  color: var(--mkt-ink);
}

.mkt-integ {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.mkt-integ span {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--mkt-line);
  border-radius: 999px;
  background: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--mkt-navy);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.mkt-integ span:hover {
  border-color: var(--mkt-blue);
  color: var(--mkt-blue);
}

.mkt-form-panel {
  background: #fff;
  border: 1px solid var(--mkt-line);
  border-radius: 0.85rem;
  padding: 1.75rem;
  box-shadow: 0 22px 48px rgba(10, 31, 58, 0.08);
}

.mkt-form-panel label {
  font-weight: 500;
  font-size: 0.9rem;
}

.mkt-footer {
  background: var(--mkt-ink);
  color: rgba(255, 255, 255, 0.75);
  padding: 2.5rem 0;
  font-size: 0.92rem;
}

.mkt-footer-logo {
  height: 56px;
  width: auto;
  margin-bottom: 0.75rem;
  display: block;
}

.mkt-footer a {
  color: #fff;
  text-decoration: none;
}

.mkt-footer a:hover {
  text-decoration: underline;
}

.mkt-alert {
  border-radius: 0.5rem;
}

@keyframes mktRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mktFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mktFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes mktPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.06); }
}

@keyframes mktSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.mkt-feature:nth-child(2) { animation-delay: 0.08s; }
.mkt-feature:nth-child(3) { animation-delay: 0.16s; }
.mkt-feature:nth-child(4) { animation-delay: 0.24s; }

@media (max-width: 991.98px) {
  .mkt-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .mkt-hero-copy {
    max-width: none;
    order: 2;
  }
  .mkt-hero-logo-wrap {
    order: 1;
  }
  .mkt-hero-logo {
    width: min(100%, 320px);
  }
  .mkt-hero-orbit {
    inset: auto;
    width: 280px;
    height: 280px;
    top: 6%;
    right: -4%;
    opacity: 0.35;
  }
  .mkt-hero-cta .btn {
    margin-right: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mkt-hero-copy,
  .mkt-hero-logo-wrap,
  .mkt-feature,
  .mkt-hero-logo,
  .mkt-hero-glow,
  .mkt-hero-orbit {
    animation: none;
  }
}
