/* אלוף הידע marketing — sky arena + coral CTA */

:root {
  --sky-top: #a9d4f5;
  --sky-mid: #d6ecfb;
  --sky-bot: #f3f8fc;
  --cream: #fffbf3;
  --cream-deep: #ede4d2;
  --ink: #3a2a5c;
  --ink-soft: #7a6b94;
  --aqua: #2ec4b6;
  --aqua-deep: #1fa89c;
  --coral: #ff6b4a;
  --coral-deep: #e85a3c;
  --gold: #ffc94a;
  --edge: #e2d8c8;
  --shadow: rgba(58, 42, 92, 0.14);
  --display: "Suez One", "Heebo", "Avenir Next", system-ui, sans-serif;
  --body: "Heebo", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --shell: 70rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  background: var(--sky-bot);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--coral-deep);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
}

.shell {
  width: min(100% - 2rem, var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 50%;
  top: -4rem;
  transform: translateX(-50%);
  z-index: 100;
  padding: 0.55rem 1rem;
  background: var(--coral);
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
}

.skip-link:focus {
  top: 0.75rem;
}

.sky {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    var(--sky-top) 0%,
    var(--sky-mid) 55%,
    var(--sky-bot) 100%
  );
}

.sky__glow {
  position: absolute;
  inset: -10% 10% auto;
  height: 42%;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(255, 224, 138, 0.45),
    transparent 70%
  );
}

.sky__soft {
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgba(46, 196, 182, 0.12),
    transparent 65%
  );
}

.top {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding: 0.85rem 0;
  background: linear-gradient(
    180deg,
    rgba(169, 212, 245, 0.92),
    transparent
  );
  transition:
    background 0.35s ease,
    backdrop-filter 0.35s ease,
    box-shadow 0.35s ease;
}

.top.is-solid {
  background: rgba(243, 248, 252, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(58, 42, 92, 0.08);
}

.top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
}

.mark img {
  border-radius: 12px;
  box-shadow: 0 6px 16px var(--shadow);
}

.mark span {
  font-family: var(--display);
  font-size: 1.35rem;
  color: var(--coral);
  line-height: 1;
}

.top__nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.top__nav a {
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.top__nav a:hover {
  color: var(--ink);
}

.top__cta {
  background: linear-gradient(90deg, #ffe08a, #ffc94a, #ff9f43);
  color: var(--ink) !important;
  padding: 0.48rem 1rem;
  border-radius: 999px;
  font-weight: 800 !important;
  box-shadow: 0 8px 18px rgba(255, 159, 67, 0.35);
}

.top__cta:hover {
  text-decoration: none !important;
  transform: translateY(1px);
}

.kicker {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--aqua-deep);
}

.section-title {
  font-family: var(--display);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  color: var(--ink);
  font-weight: 400;
  margin-bottom: 0.85rem;
}

.hero {
  position: relative;
  padding: 6.5rem 0 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero__plane {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 70% 35%, rgba(255, 224, 138, 0.28), transparent 60%),
    linear-gradient(180deg, transparent 55%, rgba(243, 248, 252, 0.85) 100%);
  pointer-events: none;
}

.hero__stage {
  position: relative;
  display: grid;
  gap: 1.5rem;
  align-items: end;
  padding-bottom: 0;
}

@media (min-width: 960px) {
  .hero__stage {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    min-height: calc(100svh - 5rem);
    gap: 2rem;
  }
}

.brand-lockup {
  font-family: var(--display);
  font-size: clamp(3.2rem, 11vw, 5.6rem);
  font-weight: 400;
  color: var(--coral);
  line-height: 0.95;
  margin: 0 0 0.85rem;
  text-shadow: 0 10px 30px rgba(255, 107, 74, 0.22);
}

.hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  font-weight: 800;
  color: var(--ink);
}

.hero__lede {
  margin: 0 0 1.4rem;
  max-width: 32rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  font-weight: 500;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  padding-bottom: 1.5rem;
}

.hero__art {
  margin: 0;
  justify-self: center;
  width: min(100%, 26rem);
  align-self: end;
}

.hero__art img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  max-height: min(72svh, 42rem);
  mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.2rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn small {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.btn span {
  line-height: 1.15;
  text-align: start;
}

.btn--coral {
  color: #fff;
  background: linear-gradient(135deg, #ff8a5c, var(--coral));
  box-shadow: 0 12px 28px rgba(255, 107, 74, 0.35);
}

.btn--coral:hover {
  transform: translateY(1px);
  box-shadow: 0 8px 18px rgba(255, 107, 74, 0.3);
}

.btn--quiet {
  color: var(--ink-soft);
  background: rgba(255, 251, 243, 0.72);
  border: 1.5px solid var(--edge);
  cursor: default;
}

.motion-rise {
  opacity: 0;
  transform: translateY(18px);
  animation: riseIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.motion-rise--2 { animation-delay: 0.1s; }
.motion-rise--3 { animation-delay: 0.2s; }
.motion-rise--4 { animation-delay: 0.3s; }
.motion-rise--5 { animation-delay: 0.4s; }

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.features {
  padding: clamp(3rem, 8vw, 5rem) 0 clamp(2rem, 5vw, 3rem);
}

.features__grid {
  display: grid;
  gap: 1.75rem 2.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 780px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature__icon {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.75rem;
  color: var(--aqua-deep);
}

.feature h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.feature p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
  font-weight: 500;
}

.modes {
  padding: clamp(2.5rem, 7vw, 4.5rem) 0;
}

.modes__inner {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 880px) {
  .modes__inner {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.modes__copy p:not(.kicker) {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 500;
  max-width: 34rem;
}

.modes__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.modes__chips li {
  padding: 0.55rem 0.95rem;
  background: rgba(255, 251, 243, 0.85);
  border: 1.5px solid var(--edge);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
}

.path {
  padding: clamp(3rem, 8vw, 5.5rem) 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(184, 239, 232, 0.28) 40%,
    transparent
  );
}

.path__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 900px) {
  .path__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.path__copy p:not(.kicker) {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 500;
  max-width: 34rem;
}

.path__beats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.path__beats li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(58, 42, 92, 0.1);
}

.path__beats h3 {
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
}

.path__beats p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 500;
}

.path__num {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 8px 16px rgba(46, 196, 182, 0.35);
}

.close {
  padding: clamp(3.5rem, 9vw, 5.5rem) 0 clamp(4.5rem, 11vw, 6.5rem);
  text-align: center;
}

.close__inner {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
}

.close__icon {
  border-radius: 22px;
  box-shadow: 0 14px 32px var(--shadow);
}

.close h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 400;
  color: var(--coral);
}

.close p {
  margin: 0 0 0.65rem;
  color: var(--ink-soft);
  max-width: 28rem;
  font-weight: 500;
}

.foot {
  padding: 2rem 0 2.5rem;
  background: rgba(255, 251, 243, 0.72);
  border-top: 1px solid var(--edge);
}

.foot__inner {
  display: grid;
  gap: 1rem;
}

.foot__brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
}

.foot__brand img {
  border-radius: 8px;
}

.foot__brand > span:first-of-type {
  font-family: var(--display);
  color: var(--coral);
  font-weight: 400;
  font-size: 1.15rem;
}

.foot__by {
  font-weight: 600;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.foot__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
}

.foot__links a {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.foot__note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 500;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 700px) {
  .top__nav a:not(.top__cta) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 5.5rem;
  }

  .hero__art img {
    max-height: 48svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .motion-rise,
  .reveal {
    opacity: 1;
    transform: none;
  }
}
