:root {
  --bg: #f8f8fc;
  --surface: #fff;
  --ink: #111426;
  --muted: #545b70;
  --line: #e4e3f1;
  --violet: #6745e9;
  --lavender: #f1eeff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p {
  line-height: 1.6;
}

:focus-visible {
  outline: 3px solid #4220cb;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 88px),1280px);
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(76px,8vw,128px);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 49px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .18s,border-color .18s,transform .18s,box-shadow .18s;
}

.button span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--violet);
  box-shadow: 0 6px 16px rgba(97,64,220,.15);
  color: #fff;
}

.button-primary:hover {
  background: #5533d8;
  box-shadow: 0 8px 20px rgba(97,64,220,.2);
}

.button-secondary {
  border-color: #c9cce0;
  background: rgba(255,255,255,.85);
  color: #27304a;
}

.button-secondary:hover {
  border-color: var(--violet);
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.055em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: none;
}

.site-nav {
  justify-self: center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px,1.65vw,29px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  display: none;
}

.desktop-nav a {
  color: #303650;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.desktop-nav a:hover,
.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--violet);
}

.header-cta {
  min-height: 42px;
  padding: 9px 15px;
  font-size: 12px;
}

.hero-shell {
  overflow: hidden;
  background: #fbfbff;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(560px,48vw,690px);
  padding-block: 80px 95px;
}

.hero-art {
  position: absolute;
  inset: -88px min(-100px,-4vw) -5px 28%;
  pointer-events: none;
}

.hero-art picture,
.impact-art picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-art::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,#fbfbff 1%,rgba(251,251,255,.5) 17%,rgba(251,251,255,0) 47%);
  content: "";
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 47%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 605px;
}

.hero h1 {
  max-width: 610px;
  margin-bottom: 24px;
  font-size: clamp(52px,5.1vw,76px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: 1.04;
}

.hero h1 span {
  color: var(--violet);
}

.hero-description {
  max-width: 520px;
  margin-bottom: 9px;
  color: #3d455f;
  font-size: clamp(17px,1.45vw,20px);
  line-height: 1.5;
}

.hero-tagline {
  margin-bottom: 29px;
  color: #5d6277;
  font-size: 16px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.products-section {
  background: #fff;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 36px;
}

.section-heading h2 {
  max-width: 740px;
  margin-bottom: 0;
  font-size: clamp(34px,3.3vw,48px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.12;
}

.products-heading>p {
  max-width: 315px;
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 16px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: clamp(25px,2.4vw,34px);
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  scroll-margin-top: 32px;
  transition: border-color .18s,box-shadow .18s;
}

.product-card:hover,
.product-card:target {
  border-color: #bfb4f9;
  box-shadow: 0 12px 30px rgba(64,48,135,.065);
}

.card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 26px;
}

.product-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: var(--lavender);
  color: var(--violet);
}

.product-icon svg {
  width: 34px;
  height: 34px;
}

.card-number {
  padding-top: 4px;
  color: #8a8da5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.product-card h3 {
  max-width: 280px;
  margin-bottom: 15px;
  font-size: clamp(21px,1.65vw,25px);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: 1.22;
}

.product-card>p {
  max-width: 330px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.card-detail {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.card-detail span {
  display: block;
  margin-bottom: 8px;
  color: var(--violet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.card-detail p {
  margin: 0;
  color: #3e455d;
  font-size: 14px;
  line-height: 1.5;
}

.product-more {
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.product-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  color: var(--violet);
  font-size: 13px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.product-more summary::-webkit-details-marker {
  display: none;
}

.product-more summary:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-more[open] summary span {
  transform: rotate(90deg);
}

.product-more p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.impact-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  background: #f8f8ff;
}

.impact-art {
  position: absolute;
  inset: 0 0 auto 28%;
  height: 530px;
  pointer-events: none;
}

.impact-art::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,#f8f8ff 0,rgba(248,248,255,.95) 8%,rgba(248,248,255,0) 44%);
  content: "";
}

.impact-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.impact-inner {
  position: relative;
  z-index: 2;
}

.impact-copy {
  max-width: 530px;
  min-height: 405px;
}

.impact-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(40px,4vw,56px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1.1;
}

.impact-copy>p:not(.eyebrow) {
  max-width: 490px;
  margin-bottom: 24px;
  color: #444b64;
  font-size: 18px;
  line-height: 1.58;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #4d2ed3;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  padding-top: 46px;
  border-top: 1px solid #dcdcf0;
}

.benefit {
  padding-inline: 24px;
}

.benefit:first-child {
  padding-left: 0;
}

.benefit+.benefit {
  border-left: 1px solid #dbdaee;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #ebe7ff;
  color: var(--violet);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.benefit h3 {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -.025em;
}

.benefit p {
  max-width: 230px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.access-section {
  padding-top: 44px;
  padding-bottom: 100px;
  background: #fff;
  scroll-margin-top: 28px;
}

.access-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  overflow: hidden;
  padding: clamp(34px,4vw,56px);
  border: 1px solid #eae6ff;
  border-radius: 17px;
  background: linear-gradient(105deg,#f5f3ff 0%,#f3f0ff 72%,#e8e1ff 100%);
}

.access-panel::after {
  position: absolute;
  top: -75px;
  right: -70px;
  width: 270px;
  height: 270px;
  border: 1px solid #d7c9ff;
  border-radius: 48px;
  transform: rotate(38deg);
  background: linear-gradient(135deg,rgba(255,255,255,.55),rgba(122,85,238,.13));
  content: "";
  pointer-events: none;
}

.access-panel>* {
  position: relative;
  z-index: 1;
}

.access-panel h2 {
  max-width: 660px;
  margin-bottom: 10px;
  font-size: clamp(30px,3vw,42px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.15;
}

.access-panel p:last-child {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.access-action {
  flex: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-block: 55px 65px;
}

.footer-brand p {
  margin: 11px 0 0 43px;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: clamp(55px,8vw,135px);
}

.footer-links>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.footer-links h2 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 750;
}

.footer-links a {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px 28px;
  border-top: 1px solid var(--line);
  color: #767b8d;
  font-size: 12px;
}

.footer-bottom a {
  text-decoration: none;
}

@media(max-width:1099px) {
  .site-header {
    gap: 18px;
  }

  .site-nav {
    justify-self: end;
    order: 3;
  }

  .header-cta {
    justify-self: end;
  }

  .desktop-nav {
    display: none;
  }

  .nav-menu {
    position: relative;
    display: block;
  }

  .nav-menu summary {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
  }

  .nav-menu summary::-webkit-details-marker {
    display: none;
  }

  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  .menu-icon {
    position: relative;
  }

  .menu-icon::before,
  .menu-icon::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .menu-icon::before {
    top: -6px;
  }

  .menu-icon::after {
    top: 6px;
  }

  .nav-menu ul {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: min(320px,calc(100vw - 36px));
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(34,26,92,.13);
  }

  .nav-menu li:first-child {
    display: block;
  }

  .nav-menu a {
    display: block;
    padding: 12px;
    border-radius: 7px;
    font-size: 14px;
  }

  .nav-menu a:hover {
    background: var(--lavender);
  }

  .hero-art {
    right: -17%;
    left: 33%;
  }

  .hero-content {
    max-width: 540px;
  }

  .hero h1 {
    font-size: clamp(49px,6vw,67px);
  }

}

@media(max-width:900px) {
  .hero {
    min-height: 620px;
    padding-block: 70px 80px;
  }

  .hero-art {
    position: absolute;
    inset: -88px -17% -5px 23%;
    width: auto;
    height: auto;
    margin: 0;
  }

  .hero-art::before {
    background: linear-gradient(90deg,#fbfbff 0%,rgba(251,251,255,.7) 28%,rgba(251,251,255,.5) 58%,rgba(251,251,255,.0) 100%);
  }

  .hero-art img {
    object-position: 70% center;
  }

}

@media(max-width:760px) {
  .container {
    width: min(calc(100% - 40px),1280px);
  }

  .section-pad {
    padding-block: 72px;
  }

  .site-header {
    min-height: 75px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 0;
    padding-top: 68px;
    padding-bottom: 76px;
  }

  .hero-content {
    max-width: 610px;
  }

  .hero h1 {
    font-size: clamp(42px,9vw,62px);
  }

  .hero-description {
    font-size: 17px;
  }

  .hero-art {
    inset: 0 -55% 0 0;
  }

  .hero-art::before {
    background: linear-gradient(90deg,rgba(251,251,255,.98),rgba(251,251,255,.6) 42%,rgba(251,251,255,.1) 73%,rgba(251,251,255,.0)), linear-gradient(180deg,rgba(251,251,255,.8),rgba(251,251,255,.2) 80%,rgba(251,251,255,.0));
  }

  .hero-art img {
    object-position: 69% 42%;
  }

  .section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    margin-bottom: 18px;
  }

  .products-heading>p {
    max-width: 550px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .product-card {
    min-height: 0;
  }

  .product-card>p {
    max-width: 100%;
  }

  .impact-section {
    padding-bottom: 72px;
  }

  .impact-art {
    top: 420px;
    right: -24%;
    left: 0;
    height: 350px;
    opacity: .73;
  }

  .impact-art::before {
    background: linear-gradient(#f8f8ff 0%,rgba(248,248,255,.2) 38%,#f8f8ff 100%);
  }

  .impact-copy {
    min-height: 650px;
  }

  .impact-copy h2 {
    font-size: clamp(38px,8vw,50px);
  }

  .benefits {
    grid-template-columns: repeat(2,minmax(0,1fr));
    row-gap: 28px;
    padding-top: 32px;
  }

  .benefit {
    padding-inline: 20px;
  }

  .benefit:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .access-section {
    padding-block: 12px 76px;
  }

  .access-panel {
    display: block;
  }

  .access-action {
    margin-top: 26px;
  }

  .footer-main {
    display: block;
  }

  .footer-links {
    margin-top: 42px;
  }

}

@media(max-width:470px) {
  .hero {
    padding-top: 45px;
    padding-bottom: 72px;
  }

  .hero h1 {
    font-size: clamp(40px,11vw,49px);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: space-between;
  }

  .product-card {
    padding: 26px;
  }

  .benefits {
    grid-template-columns: 1fr;
    row-gap: 23px;
  }

  .benefit {
    padding: 0!important;
    border: 0!important;
  }

  .benefit-icon {
    margin-bottom: 10px;
  }

  .access-panel {
    padding: 30px 24px;
  }

  .access-action {
    width: 100%;
    justify-content: space-between;
  }

  .footer-links {
    display: grid;
    gap: 30px;
  }

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .product-card {
    transition: none;
  }

}
