@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600&family=Outfit:wght@500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --brand-violet: #493ce4;
  --brand-violet-deep: #2f249f;
  --brand-coral: #f34b43;
  --brand-yellow: #ffd447;
  --brand-green: #35b65f;
  --brand-night: #191542;
  --brand-cloud: #f7f7fb;
  --brand-white: #ffffff;
  --brand-lilac: #d2c6f3;
  --brand-lilac-soft: #f2effd;
  --brand-ink-soft: #454064;
  --brand-muted: #747084;
  --brand-line: #e5e3ec;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--brand-night);
  background: var(--brand-white);
  font-family: "Lexend", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(255, 212, 71, 0.9);
  outline-offset: 4px;
}

.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(22px, 5vw, 72px);
}

.site-header-on-color {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  color: var(--brand-white);
}

.site-wordmark {
  flex: 0 0 auto;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.site-wordmark span {
  color: var(--brand-yellow);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 500;
}

.site-nav a {
  text-decoration: none;
}

.site-nav-cta {
  padding: 10px 16px;
  border-radius: 11px;
  color: var(--brand-night);
  background: var(--brand-white);
}

.home-page {
  min-height: 100vh;
  color: var(--brand-white);
  background: var(--brand-violet);
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  overflow: hidden;
  padding: 132px clamp(26px, 7vw, 108px) 76px;
  isolation: isolate;
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -180px;
  left: -130px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(210, 198, 243, 0.13);
}

.home-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -160px;
  bottom: -210px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(255, 212, 71, 0.14);
}

.home-hero-copy {
  max-width: 770px;
}

.home-eyebrow {
  display: inline-flex;
  margin: 0 0 25px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--brand-night);
  background: var(--brand-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(68px, 10vw, 150px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.home-hero h1 span {
  display: block;
  color: var(--brand-yellow);
}

.home-lead {
  max-width: 610px;
  margin: 36px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.home-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 38px;
}

.home-primary-action {
  min-height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 22px;
  border-radius: 15px;
  color: var(--brand-night);
  background: var(--brand-yellow);
  box-shadow: 0 9px 0 rgba(25, 21, 66, 0.28);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-primary-action:hover {
  transform: translateY(2px);
  box-shadow: 0 7px 0 rgba(25, 21, 66, 0.28);
}

.home-action-note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.home-visual {
  position: relative;
  min-height: min(62vw, 650px);
}

.home-orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-orbit-one {
  width: 455px;
  height: 455px;
}

.home-orbit-two {
  width: 310px;
  height: 310px;
  border-color: rgba(255, 212, 71, 0.38);
}

.home-visual-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 208px;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  color: var(--brand-night);
  background: var(--brand-yellow);
  transform: translate(-50%, -50%) rotate(-4deg);
  font-family: "Outfit", sans-serif;
  font-size: 34px;
  line-height: 0.9;
  box-shadow: 0 28px 54px rgba(25, 21, 66, 0.28);
}

.home-visual-center strong {
  font-size: 52px;
  font-weight: 800;
}

.home-visual-center b {
  position: absolute;
  right: 25px;
  bottom: 17px;
  color: var(--brand-violet);
  font-size: 40px;
}

.home-word {
  position: absolute;
  z-index: 2;
  padding: 12px 15px;
  border-radius: 12px;
  color: var(--brand-night);
  background: var(--brand-white);
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 15px 32px rgba(25, 21, 66, 0.2);
}

.home-word-one {
  top: 11%;
  left: 6%;
  transform: rotate(-6deg);
}

.home-word-two {
  top: 23%;
  right: 1%;
  color: var(--brand-white);
  background: var(--brand-coral);
  transform: rotate(7deg);
}

.home-word-three {
  right: 4%;
  bottom: 15%;
  background: var(--brand-lilac);
  transform: rotate(-4deg);
}

.home-word-four {
  bottom: 9%;
  left: 5%;
  background: var(--brand-green);
  transform: rotate(5deg);
}

.home-footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.7);
  background: var(--brand-violet-deep);
  font-size: 12px;
}

.home-footer p {
  margin: 0;
}

.home-footer a {
  color: var(--brand-white);
}

.article-page {
  color: var(--brand-night);
  background: var(--brand-white);
}

.article-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px clamp(22px, 5vw, 66px);
  border-bottom: 1px solid var(--brand-line);
  background: rgba(255, 255, 255, 0.97);
}

.article-wordmark {
  color: var(--brand-night);
}

.article-wordmark span {
  color: var(--brand-violet);
}

.article-header-cta {
  padding: 10px 15px;
  border-radius: 11px;
  color: var(--brand-white);
  background: var(--brand-violet);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.advertorial {
  width: 100%;
}

.article-hero {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
  padding: 68px 0 43px;
  text-align: center;
}

.article-disclosure {
  display: inline-flex;
  margin: 0 0 30px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--brand-muted);
  background: var(--brand-cloud);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.article-category,
.article-section-label {
  margin: 0 0 15px;
  color: var(--brand-violet);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-hero h1 {
  max-width: 890px;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-size: clamp(43px, 6.8vw, 77px);
  font-weight: 700;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.article-deck {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--brand-ink-soft);
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.55;
}

.article-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 30px;
  color: var(--brand-muted);
  font-size: 11px;
}

.article-lead-visual {
  position: relative;
  width: min(100% - 32px, 1120px);
  height: 390px;
  margin: 0 auto 58px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--brand-cloud);
}

.article-lead-visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: var(--brand-lilac-soft);
  transform: translate(-50%, -50%);
}

.article-visual-line {
  position: absolute;
  top: 50%;
  left: 13%;
  right: 13%;
  height: 3px;
  background: var(--brand-line);
}

.article-visual-line::before,
.article-visual-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-violet);
  transform: translateY(-50%);
}

.article-visual-line::before {
  left: 0;
}

.article-visual-line::after {
  right: 0;
}

.article-phrase {
  position: absolute;
  z-index: 2;
  padding: 15px 19px;
  border: 1px solid var(--brand-line);
  border-radius: 13px;
  color: var(--brand-night);
  background: var(--brand-white);
  font-family: "Outfit", sans-serif;
  font-size: clamp(17px, 2vw, 25px);
  font-weight: 600;
  box-shadow: 0 14px 32px rgba(25, 21, 66, 0.08);
}

.article-phrase-one {
  top: 68px;
  left: 9%;
  transform: rotate(-3deg);
}

.article-phrase-two {
  top: 150px;
  left: 50%;
  background: var(--brand-lilac-soft);
  transform: translateX(-50%) rotate(2deg);
}

.article-phrase-three {
  right: 8%;
  bottom: 65px;
  box-shadow: inset 0 -9px 0 var(--brand-yellow), 0 14px 32px rgba(25, 21, 66, 0.08);
  transform: rotate(-2deg);
}

.article-lead-visual > strong {
  position: absolute;
  z-index: 3;
  bottom: 49px;
  left: 19%;
  color: var(--brand-violet);
  font-family: "Outfit", sans-serif;
  font-size: 64px;
}

.article-layout {
  width: min(100% - 40px, 1040px);
  display: grid;
  grid-template-columns: minmax(0, 700px) 230px;
  gap: 72px;
  align-items: start;
  margin: 0 auto;
}

.article-body {
  min-width: 0;
}

.article-body > p,
.article-signal p {
  color: #38354b;
  font-size: 17px;
  line-height: 1.8;
}

.article-body > p {
  margin: 0 0 26px;
}

.article-dropcap::first-letter {
  float: left;
  margin: 7px 10px 0 0;
  color: var(--brand-violet);
  font-family: "Outfit", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 0.74;
}

.article-body > h2,
.article-signals > h2,
.article-inline-cta h2,
.article-final-cta h2 {
  margin: 56px 0 19px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.article-body blockquote {
  margin: 38px 0;
  padding: 6px 0 6px 28px;
  border-left: 4px solid var(--brand-yellow);
}

.article-body blockquote p {
  margin: 0;
  color: var(--brand-night);
  font-family: "Outfit", sans-serif;
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.article-signals {
  margin: 58px 0;
  padding: 40px;
  border-radius: 18px;
  background: var(--brand-cloud);
}

.article-signals > h2 {
  margin-top: 0;
}

.article-signal {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 22px 0;
  border-top: 1px solid var(--brand-line);
}

.article-signal > span {
  color: var(--brand-violet);
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.article-signal h3 {
  margin: 0 0 7px;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.article-signal p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.article-inline-cta {
  margin: 58px 0;
  padding: 38px;
  border: 1px solid var(--brand-line);
  border-radius: 18px;
  background: var(--brand-white);
  box-shadow: 0 18px 50px rgba(25, 21, 66, 0.08);
}

.article-inline-cta > p {
  margin: 0 0 12px;
  color: var(--brand-violet);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.article-inline-cta h2 {
  margin: 0 0 15px;
}

.article-inline-cta > span {
  display: block;
  color: var(--brand-ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.article-inline-cta a,
.article-final-cta a,
.article-sidebar-box a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 24px;
  padding: 14px 20px;
  border-radius: 13px;
  color: var(--brand-white);
  background: var(--brand-violet);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.article-inline-cta small {
  display: block;
  margin-top: 14px;
  color: var(--brand-muted);
  font-size: 10px;
  line-height: 1.5;
}

.article-final-cta {
  margin: 62px 0 78px;
  padding: 45px;
  border-radius: 20px;
  color: var(--brand-white);
  background: var(--brand-night);
}

.article-final-cta p {
  margin: 0 0 10px;
  color: var(--brand-lilac);
  font-size: 12px;
}

.article-final-cta h2 {
  margin: 0;
  color: var(--brand-white);
}

.article-final-cta a {
  color: var(--brand-night);
  background: var(--brand-yellow);
}

.article-sidebar {
  position: sticky;
  top: 24px;
}

.article-sidebar-box {
  padding: 23px;
  border: 1px solid var(--brand-line);
  border-radius: 16px;
}

.article-sidebar-box > p {
  margin: 0 0 17px;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.article-sidebar-box ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--brand-line);
  border-bottom: 1px solid var(--brand-line);
  list-style: none;
  color: var(--brand-muted);
  font-size: 12px;
}

.article-sidebar-box li {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.article-sidebar-box strong {
  color: var(--brand-night);
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.article-sidebar-box a {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  font-size: 14px;
}

.article-footer {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 36px clamp(22px, 5vw, 66px);
  border-top: 1px solid var(--brand-line);
  background: var(--brand-cloud);
}

.article-footer p {
  max-width: 620px;
  margin: 0;
  color: var(--brand-muted);
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
}

@media (max-width: 980px) {
  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 128px;
  }

  .home-visual {
    width: min(100%, 590px);
    min-height: 520px;
    margin: 0 auto;
  }

  .article-layout {
    grid-template-columns: minmax(0, 700px);
    justify-content: center;
  }

  .article-sidebar {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 15px 20px;
  }

  .site-nav > a:first-child {
    display: none;
  }

  .home-hero {
    min-height: 100vh;
    padding: 120px 22px 54px;
  }

  .home-hero h1 {
    font-size: clamp(61px, 20vw, 95px);
  }

  .home-lead {
    margin-top: 27px;
    font-size: 17px;
  }

  .home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-primary-action {
    width: 100%;
  }

  .home-visual {
    min-height: 390px;
  }

  .home-orbit-one {
    width: 330px;
    height: 330px;
  }

  .home-orbit-two {
    width: 230px;
    height: 230px;
  }

  .home-visual-center {
    width: 160px;
    height: 160px;
    font-size: 26px;
  }

  .home-visual-center strong {
    font-size: 40px;
  }

  .home-word {
    padding: 10px 12px;
    font-size: 14px;
  }

  .home-footer,
  .article-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-header {
    min-height: 66px;
    padding: 14px 20px;
  }

  .article-hero {
    width: min(100% - 32px, 900px);
    padding: 48px 0 34px;
    text-align: left;
  }

  .article-disclosure {
    margin-bottom: 24px;
  }

  .article-hero h1 {
    font-size: clamp(40px, 12vw, 59px);
  }

  .article-deck {
    margin-top: 22px;
    font-size: 17px;
  }

  .article-meta {
    justify-content: flex-start;
    flex-direction: column;
  }

  .article-lead-visual {
    height: 300px;
    margin-bottom: 42px;
    border-radius: 15px;
  }

  .article-phrase-one {
    top: 38px;
    left: 7%;
  }

  .article-phrase-two {
    top: 127px;
  }

  .article-phrase-three {
    right: 7%;
    bottom: 38px;
  }

  .article-lead-visual > strong {
    bottom: 29px;
    left: 12%;
  }

  .article-layout {
    width: min(100% - 32px, 700px);
  }

  .article-body > p {
    font-size: 16px;
    line-height: 1.72;
  }

  .article-signals,
  .article-inline-cta,
  .article-final-cta {
    margin: 42px 0;
    padding: 27px 22px;
  }

  .article-final-cta {
    margin-bottom: 56px;
  }

  .article-inline-cta a,
  .article-final-cta a {
    width: 100%;
  }

  .article-footer p {
    text-align: left;
  }
}

@media (max-width: 390px) {
  .site-wordmark {
    font-size: 22px;
  }

  .site-nav {
    gap: 12px;
  }

  .home-word-one {
    left: 0;
  }

  .home-word-two,
  .home-word-three {
    right: 0;
  }

  .article-lead-visual::before {
    width: 250px;
    height: 250px;
  }

  .article-phrase {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
