:root {
  --ink: #11130f;
  --paper: #f3f5ef;
  --paper-strong: #ffffff;
  --paper-muted: #dfe3d9;
  --lime: #d7ff64;
  --blue: #2759ff;
  --coral: #ff7456;
  --line-dark: rgba(17, 19, 15, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --font-ui: "Manrope", sans-serif;
  --font-display: "Newsreader", Georgia, serif;
  --content: 74rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body.landing-body {
  min-width: 20rem;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(243, 245, 239, 0.94);
  backdrop-filter: blur(18px);
}

.site-header-inner,
.product-section,
.security-section,
.footer-main,
.footer-legal {
  width: 100%;
  max-width: var(--content);
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.site-header-inner {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.7rem;
  font-size: 1rem;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 0.5rem;
  background: var(--paper-strong);
}

.brand-mark svg {
  width: 1.45rem;
  height: 1.45rem;
  stroke-width: 4.5;
}

.desktop-nav {
  display: none;
}

.header-cta,
.primary-button,
.secondary-button,
.access-button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.header-cta {
  padding: 0 1rem;
  background: var(--ink);
  color: #fff;
  font-size: 0.875rem;
}

.hero-section {
  position: relative;
  display: flex;
  min-height: calc(100svh - 7rem);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 4.5rem 1.25rem 2rem;
  background: var(--ink);
  color: #fff;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--content);
  margin: 0 auto;
}

.eyebrow,
.section-index {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--lime);
}

.hero-copy h1 {
  max-width: 10ch;
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 600;
  line-height: 0.95;
}

.hero-lede {
  max-width: 35rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
}

.primary-button,
.secondary-button {
  width: 100%;
  min-height: 3.25rem;
  padding: 0 1.25rem;
}

.primary-button {
  gap: 0.75rem;
  background: var(--lime);
  color: var(--ink);
}

.primary-button svg,
.access-button svg {
  width: 1.15rem;
  height: 1.15rem;
}

.secondary-button {
  border-color: var(--line-light);
  color: #fff;
}

.hero-mark {
  position: absolute;
  top: 50%;
  right: -7rem;
  width: 25rem;
  height: 25rem;
  color: var(--lime);
  opacity: 0.18;
  stroke-width: 3.5;
  transform: translateY(-44%) rotate(5deg);
}

.hero-status {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  max-width: var(--content);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4rem auto 0;
  border-top: 1px solid var(--line-light);
}

.hero-status span {
  min-height: 2.75rem;
  padding: 0.85rem 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 700;
}

.product-section,
.controls-section,
.security-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-heading {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.section-index {
  color: rgba(17, 19, 15, 0.56);
}

.section-heading h2,
.security-copy h2,
.access-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
}

.section-heading p:not(.section-index),
.security-copy > p:last-child {
  max-width: 36rem;
  margin: 1.25rem 0 0;
  color: rgba(17, 19, 15, 0.65);
  line-height: 1.7;
}

.workspace-showcase {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 0.5rem;
  background: var(--paper-strong);
  box-shadow: 0.75rem 0.75rem 0 var(--ink);
}

.workspace-bar {
  display: grid;
  min-height: 4rem;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
  border-bottom: 1px solid var(--line-dark);
}

.workspace-logo {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0.375rem;
  background: var(--ink);
  color: #fff;
}

.workspace-logo svg {
  width: 1.2rem;
  height: 1.2rem;
  stroke-width: 4.5;
}

.workspace-title {
  font-size: 0.9rem;
  font-weight: 800;
}

.workspace-state {
  display: none;
  align-items: center;
  gap: 0.5rem;
  color: rgba(17, 19, 15, 0.62);
  font-size: 0.75rem;
  font-weight: 700;
}

.workspace-state i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #15a15f;
}

.workspace-content {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  background: #eaede5;
}

.workspace-nav {
  display: flex;
  min-height: 32rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  border-right: 1px solid var(--line-dark);
  background: var(--ink);
}

.workspace-nav span {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
}

.workspace-nav span.is-active {
  border-color: var(--lime);
  background: var(--lime);
}

.account-overview {
  padding: 2rem 1.25rem 1.5rem;
}

.account-overview > p {
  margin: 0;
  color: rgba(17, 19, 15, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
}

.account-overview > strong {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
}

.account-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1.75rem;
}

.account-actions span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(17, 19, 15, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
}

.account-actions i {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: var(--paper-strong);
  color: var(--ink);
  font-size: 1rem;
  font-style: normal;
}

.activity-preview {
  grid-column: 2;
  margin: 0 1.25rem 1.5rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: var(--paper-strong);
}

.activity-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line-dark);
}

.activity-head strong {
  font-size: 0.85rem;
}

.activity-head span {
  color: rgba(17, 19, 15, 0.5);
  font-size: 0.7rem;
}

.activity-row {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(17, 19, 15, 0.1);
  font-size: 0.78rem;
}

.activity-row:last-child {
  border-bottom: 0;
}

.activity-row > i {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--paper-muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}

.activity-row > span {
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-row small {
  display: block;
  margin-top: 0.15rem;
  color: rgba(17, 19, 15, 0.48);
  font-size: 0.68rem;
  font-weight: 500;
}

.activity-row > strong {
  font-size: 0.7rem;
  white-space: nowrap;
}

.controls-section {
  max-width: none;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background: var(--ink);
  color: #fff;
}

.controls-section > * {
  width: 100%;
  max-width: var(--content);
  margin-right: auto;
  margin-left: auto;
}

.section-heading--light .section-index,
.section-heading--light p:not(.section-index) {
  color: rgba(255, 255, 255, 0.62);
}

.feature-grid {
  display: grid;
  gap: 0.75rem;
}

.feature-card {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: 0.5rem;
  color: var(--ink);
}

.feature-card--lime {
  background: var(--lime);
}

.feature-card--blue {
  background: var(--blue);
  color: #fff;
}

.feature-card--white {
  background: var(--paper-strong);
}

.feature-number {
  font-size: 0.75rem;
  font-weight: 800;
}

.feature-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
}

.feature-card p {
  max-width: 28rem;
  margin: 1rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.72;
}

.security-section {
  display: grid;
  gap: 3rem;
}

.security-copy h2 {
  margin-top: 1.25rem;
}

.security-list {
  border-top: 1px solid var(--line-dark);
}

.security-list article {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.security-list article > span {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
}

.security-list h3 {
  margin: 0;
  font-size: 1rem;
}

.security-list p {
  margin: 0.5rem 0 0;
  color: rgba(17, 19, 15, 0.6);
  font-size: 0.9rem;
  line-height: 1.6;
}

.access-section {
  position: relative;
  display: grid;
  min-height: 24rem;
  overflow: hidden;
  align-items: end;
  gap: 2rem;
  padding: 3rem 1.25rem;
  background: var(--coral);
  color: var(--ink);
}

.access-section > div,
.access-button {
  position: relative;
  z-index: 2;
}

.access-section h2 {
  margin-top: 1rem;
}

.access-button {
  min-height: 3.25rem;
  gap: 0.75rem;
  padding: 0 1.25rem;
  background: var(--ink);
  color: #fff;
}

.access-mark {
  position: absolute;
  top: -4rem;
  right: -5rem;
  width: 21rem;
  height: 21rem;
  opacity: 0.22;
  stroke-width: 3.5;
  transform: rotate(-8deg);
}

.site-footer {
  background: var(--ink);
  color: #fff;
}

.footer-main {
  display: grid;
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.brand--footer .brand-mark {
  border-color: rgba(255, 255, 255, 0.28);
  background: #fff;
  color: var(--ink);
}

.footer-main nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.footer-main nav a {
  min-height: 2.75rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
}

.footer-legal {
  display: grid;
  gap: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

.footer-legal p {
  margin: 0;
}

.landing-toast {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  z-index: 60;
  width: min(22rem, calc(100vw - 2rem));
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.5rem;
  background: var(--ink);
  color: #fff;
  font-size: 0.86rem;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 0.75rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.landing-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
  .desktop-nav a:hover,
  .footer-main nav a:hover {
    color: var(--blue);
  }

  .header-cta:hover,
  .access-button:hover {
    background: var(--blue);
  }

  .primary-button:hover {
    background: #c7f143;
  }

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

@media (min-width: 48rem) {
  .site-header-inner,
  .product-section,
  .security-section,
  .footer-main,
  .footer-legal {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .site-header-inner {
    min-height: 5rem;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .desktop-nav a {
    min-height: 2.75rem;
    align-content: center;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .hero-section {
    min-height: calc(100svh - 7.5rem);
    padding: 6.5rem 2rem 2rem;
  }

  .hero-copy h1 {
    font-size: 6.5rem;
  }

  .hero-lede {
    font-size: 1.15rem;
  }

  .hero-actions {
    width: auto;
    flex-direction: row;
  }

  .primary-button,
  .secondary-button {
    width: auto;
    min-height: 3.5rem;
    padding: 0 1.5rem;
  }

  .hero-mark {
    right: -2rem;
    width: 36rem;
    height: 36rem;
    opacity: 0.35;
  }

  .hero-status {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-status span {
    border-right: 1px solid var(--line-light);
  }

  .hero-status span:last-child {
    border-right: 0;
  }

  .product-section,
  .controls-section,
  .security-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .section-heading {
    grid-template-columns: minmax(8rem, 0.45fr) minmax(0, 1.55fr);
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .section-heading h2,
  .security-copy h2,
  .access-section h2 {
    font-size: 4rem;
  }

  .workspace-state {
    display: inline-flex;
  }

  .workspace-content {
    grid-template-columns: 4.5rem minmax(0, 1fr) minmax(18rem, 0.72fr);
  }

  .workspace-nav {
    grid-row: 1;
    min-height: 32rem;
  }

  .account-overview {
    padding: 4rem 2.5rem;
  }

  .account-overview > strong {
    font-size: 4rem;
  }

  .account-actions {
    max-width: 23rem;
    margin-top: 4rem;
  }

  .activity-preview {
    grid-column: 3;
    align-self: center;
    margin: 2rem 2rem 2rem 0;
    padding: 1.5rem;
  }

  .activity-row {
    padding: 1rem 0;
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-card {
    min-height: 24rem;
    padding: 2rem;
  }

  .feature-card h3 {
    font-size: 2.4rem;
  }

  .security-section {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 6rem;
  }

  .access-section {
    min-height: 28rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 5rem max(2rem, calc((100vw - var(--content)) / 2));
  }

  .access-button {
    align-self: end;
  }

  .access-mark {
    top: -7rem;
    right: 18%;
    width: 32rem;
    height: 32rem;
  }

  .footer-main {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .footer-main nav {
    display: flex;
    gap: 2rem;
  }

  .footer-legal {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 64rem) {
  .hero-copy h1 {
    font-size: 8rem;
  }

  .hero-mark {
    right: 3%;
    width: 42rem;
    height: 42rem;
    opacity: 0.55;
  }

  .section-heading h2,
  .security-copy h2,
  .access-section h2 {
    font-size: 4.75rem;
  }
}

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