:root {
  --navy: #0c2f78;
  --navy-2: #123d8d;
  --lime: #b7d91f;
  --pink: #ff1f8f;
  --orange: #ffb11f;
  --text: #17305f;
  --muted: #68789c;
  --bg: #f6f8fc;
  --card: rgba(255,255,255,.92);
  --shadow: 0 20px 50px rgba(12,47,120,.16);
  --radius-xl: 28px;
  --radius-lg: 20px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #eef2fb 0%, #f8f9fd 100%);
  color: var(--text);
}

.page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.shell {
  width: min(1320px, 100%);
  min-height: 760px;
  background: white;
  border-radius: 30px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 8px solid #091126;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
}

.left {
  padding: 42px 56px 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  position: relative;
}

.right {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 32%, rgba(255,255,255,.12) 0, rgba(255,255,255,0) 18%),
    radial-gradient(circle at 40% 70%, rgba(183,217,31,.16) 0, rgba(183,217,31,0) 30%),
    linear-gradient(180deg, #0d3487 0%, #09245e 100%);
  padding: 48px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo {
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.02em;
  width: fit-content;
}

.logo .abc {
  font-size: 54px;
  display: flex;
  gap: 2px;
}

.logo .a {
  color: var(--lime);
}

.logo .b {
  color: var(--orange);
}

.logo .c {
  color: var(--pink);
}

.logo .bullying {
  font-size: 28px;
  color: var(--navy);
  margin-top: 2px;
}

.pill {
  position: absolute;
  top: 38px;
  right: 48px;
  background: #f4f7ff;
  border: 1px solid #e4ebff;
  color: var(--navy);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

h1 {
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: .98;
  letter-spacing: -.04em;
  margin: 72px 0 18px;
  max-width: 680px;
}

.subtitle {
  max-width: 560px;
  font-size: 26px;
  line-height: 1.35;
  color: var(--muted);
  margin-bottom: 26px;
}

.accent-line {
  width: 86px;
  height: 4px;
  border-radius: 999px;
  background: var(--lime);
  margin-bottom: 34px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 800px;
  margin-bottom: 40px;
}

.feature {
  text-align: center;
  padding: 8px 12px;
  position: relative;
}

.feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 18px;
  width: 1px;
  height: 88px;
  background: #e7ebf5;
}

.icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  font-size: 30px;
  font-weight: 800;
}

.icon-green {
  background: rgba(183,217,31,.15);
  color: #86aa00;
}

.icon-pink {
  background: rgba(255,31,143,.12);
  color: var(--pink);
}

.icon-orange {
  background: rgba(255,177,31,.14);
  color: #f09b00;
}

.feature h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -.02em;
}

.feature p {
  margin: 0;
  font-size: 17px;
  color: var(--muted);
  line-height: 1.35;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  appearance: none;
  border: 0;
  background: linear-gradient(90deg, #b8db1f 0%, #c8e83a 100%);
  color: #17305f;
  font-weight: 800;
  font-size: 22px;
  padding: 20px 34px;
  min-width: 320px;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(183,217,31,.28);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(183,217,31,.34);
}

.privacy {
  margin-top: 18px;
  color: #7a87a4;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bottom-bar {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7282a5;
  font-size: 14px;
  gap: 12px;
  flex-wrap: wrap;
}

.right-copy {
  color: white;
  max-width: 480px;
  z-index: 2;
  margin-left: 26px;
  margin-right: auto;
  margin-top: -6px;
  position: relative;
}

.people-icon {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

.right-copy h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 800;
  color: white;
}

.right-copy .highlight {
  color: var(--lime);
}

.art {
  position: relative;
  height: 420px;
  margin-top: 22px;
}

.platform {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  width: 330px;
  height: 74px;
  background: linear-gradient(180deg, #163f96 0%, #082056 100%);
  border-radius: 999px;
  box-shadow: inset 0 -10px 24px rgba(0,0,0,.18), 0 30px 50px rgba(0,0,0,.24);
}

.platform::before {
  content: "";
  position: absolute;
  inset: -22px 18px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #204faa 0%, #123476 100%);
  z-index: -1;
}

.shield {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 260px;
  aspect-ratio: 1 / 1.15;
  clip-path: polygon(50% 0%, 88% 12%, 88% 54%, 50% 100%, 12% 54%, 12% 12%);
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border: 12px solid var(--lime);
  box-shadow: 0 26px 50px rgba(3, 15, 48, .35);
  z-index: 2;
}

.shield::before {
  content: "";
  position: absolute;
  inset: -24px;
  clip-path: inherit;
  border: 18px solid rgba(16, 54, 126, .85);
  z-index: -1;
  filter: blur(.3px);
}

.heart {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 76px;
  height: 76px;
  background: var(--lime);
  border-radius: 18px;
}

.heart::before,
.heart::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  background: var(--lime);
  border-radius: 50%;
}

.heart::before {
  top: -38px;
  left: 0;
}

.heart::after {
  left: 38px;
  top: 0;
}

.bubble {
  position: absolute;
  left: 92px;
  top: 96px;
  width: 110px;
  height: 78px;
  border-radius: 26px;
  background: var(--pink);
  box-shadow: 0 16px 30px rgba(255,31,143,.34);
  z-index: 3;
}

.bubble::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 28px;
  width: 22px;
  height: 22px;
  background: var(--pink);
  transform: rotate(45deg);
  border-radius: 4px;
}

.bubble .dots {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bubble .dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}

.star {
  position: absolute;
  right: 94px;
  top: 164px;
  width: 42px;
  height: 42px;
  background: var(--orange);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 93%, 50% 70%, 21% 93%, 32% 57%, 2% 35%, 39% 35%);
  z-index: 3;
}

.orb-lime,
.orb-pink,
.orb-orange,
.arc {
  position: absolute;
  border-radius: 50%;
}

.orb-lime {
  width: 84px;
  height: 84px;
  left: 88px;
  bottom: 80px;
  background: radial-gradient(circle at 30% 30%, #d3ee44 0, #a0c700 100%);
  opacity: .95;
}

.orb-pink {
  width: 18px;
  height: 18px;
  left: 128px;
  bottom: 202px;
  background: var(--pink);
}

.orb-orange {
  width: 14px;
  height: 14px;
  right: 118px;
  bottom: 168px;
  background: var(--orange);
}

.arc {
  right: 70px;
  bottom: 116px;
  width: 190px;
  height: 190px;
  border: 7px solid transparent;
  border-right-color: var(--pink);
  border-bottom-color: var(--pink);
  transform: rotate(18deg);
  opacity: .9;
}

.dots-grid {
  position: absolute;
  top: 52px;
  right: 48px;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(rgba(255,255,255,.35) 1.7px, transparent 1.7px);
  background-size: 18px 18px;
  opacity: .65;
}

@media (max-width: 1060px) {
  .shell {
    grid-template-columns: 1fr;
  }

  .right {
    min-height: 500px;
  }

  .pill {
    position: static;
    margin-top: 24px;
  }

  h1 {
    margin-top: 28px;
  }

  .bottom-bar {
    position: static;
    margin-top: 26px;
  }
}

@media (max-width: 780px) {
  .page {
    padding: 14px;
  }

  .shell {
    border-width: 4px;
    min-height: auto;
  }

  .left,
  .right {
    padding: 28px 22px;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature:not(:last-child)::after {
    display: none;
  }

  .btn-primary {
    min-width: 100%;
  }

  .logo .abc {
    font-size: 42px;
  }

  .logo .bullying {
    font-size: 22px;
  }

  .subtitle {
    font-size: 20px;
  }

  .right-copy {
    margin-left: 0;
    max-width: 100%;
  }

  .right-copy h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .people-icon {
    font-size: 18px;
    margin-right: 8px;
  }

  .art {
    height: 320px;
  }

  .shield {
    width: 190px;
  }

  .platform {
    width: 250px;
    height: 54px;
  }

  .bubble {
    left: 18px;
    top: 44px;
    transform: scale(.78);
  }

  .star {
    right: 22px;
    top: 98px;
    transform: scale(.8);
  }

  .orb-lime {
    left: 10px;
    bottom: 56px;
    width: 60px;
    height: 60px;
  }

  .arc {
    right: 12px;
    bottom: 74px;
    width: 120px;
    height: 120px;
  }
}