:root {
  --ink: #111512;
  --muted: #5e6962;
  --paper: #f8faf6;
  --panel: #ffffff;
  --line: #dfe7dc;
  --green: #39b86a;
  --green-dark: #078f53;
  --blue: #5f94d8;
  --coral: #d9654d;
  --shadow: 0 24px 70px rgba(16, 25, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

.landing-page {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 42px));
  padding: 24px clamp(18px, 5vw, 72px) 56px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(248, 250, 246, 0.98) 0%, rgba(248, 250, 246, 0.92) 44%, rgba(248, 250, 246, 0.44) 72%, rgba(248, 250, 246, 0.2) 100%),
    radial-gradient(circle at 78% 18%, rgba(95, 148, 216, 0.45), transparent 34%),
    linear-gradient(135deg, #f8faf6 0%, #eaf2eb 52%, #bad6f0 100%);
}

.site-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.brand-mark,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
}

.brand-icon,
.footer-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(17, 21, 18, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(18px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: clamp(78px, 14vh, 138px) auto 0;
  transform: translateX(clamp(-260px, -18vw, 0px));
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(4rem, 12vw, 9.2rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: #26332b;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 760;
  line-height: 1.15;
}

.hero-actions,
.cta-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-button,
.secondary-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.primary-button {
  background: var(--ink);
  color: white;
  box-shadow: 0 14px 30px rgba(17, 21, 18, 0.18);
}

.secondary-button {
  border: 1px solid rgba(17, 21, 18, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-shot {
  position: absolute;
  width: clamp(190px, 24vw, 330px);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-shot-main {
  right: clamp(48px, 9vw, 140px);
  bottom: -72px;
  transform: rotate(2deg);
}

.hero-shot-widgets {
  right: clamp(96px, 18vw, 260px);
  top: 128px;
  width: clamp(160px, 19vw, 260px);
  transform: rotate(-7deg);
}

.hero-shot-blocked {
  right: clamp(-48px, 2vw, 36px);
  top: 158px;
  width: clamp(150px, 18vw, 250px);
  transform: rotate(8deg);
}

.summary-band,
.feature-band,
.screens-band,
.widgets-band,
.cta-band {
  padding: clamp(54px, 8vw, 102px) clamp(18px, 5vw, 72px);
}

.summary-grid,
.feature-grid,
.screens-copy,
.screens-row,
.widgets-inner,
.cta-inner,
.footer-inner,
.legal-document {
  max-width: 1180px;
  margin: 0 auto;
}

.summary-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr);
  gap: clamp(24px, 7vw, 96px);
  align-items: start;
}

.summary-grid h2,
.screens-copy h2,
.cta-inner h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.summary-grid > p {
  margin: 0;
  color: #334139;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 760;
  line-height: 1.2;
}

.feature-band {
  background: #111512;
  color: white;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.feature-item {
  min-height: 290px;
  padding: clamp(22px, 3vw, 34px);
  background: #111512;
}

.feature-number {
  color: #96c7ff;
  font-weight: 950;
}

.feature-item h3 {
  margin: 72px 0 12px;
  max-width: 12ch;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1;
  letter-spacing: 0;
}

.feature-item p {
  max-width: 32ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  font-weight: 650;
}

.screens-band {
  background: #eef4f0;
}

.screens-copy {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 36px;
  align-items: start;
}

.screens-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 28px);
  margin-top: 46px;
}

.screens-row figure {
  margin: 0;
}

.screens-row img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(17, 21, 18, 0.12);
  box-shadow: 0 20px 50px rgba(22, 35, 26, 0.14);
}

.widgets-band {
  background: #111512;
  color: white;
}

.widgets-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: center;
}

.widgets-copy h2 {
  margin: 0;
  font-size: clamp(2.15rem, 5vw, 4.75rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.widgets-copy p:not(.section-kicker) {
  max-width: 38rem;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.06rem, 1.7vw, 1.35rem);
  font-weight: 650;
}

.widgets-frame {
  margin: 0;
  justify-self: center;
  width: min(100%, 460px);
}

.widgets-frame img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.cta-band {
  background: linear-gradient(135deg, #d9eadf 0%, #f8faf6 44%, #cfe0f4 100%);
}

.cta-inner {
  justify-content: center;
  text-align: center;
}

.cta-inner h2 {
  flex-basis: 100%;
}

.cta-icon {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  margin: 0 auto 6px;
}

.site-footer {
  padding: 30px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: white;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 760;
  text-decoration: none;
}

.legal-page {
  min-height: 70svh;
  padding: clamp(28px, 6vw, 70px) clamp(18px, 5vw, 72px);
}

.legal-home {
  display: inline-flex;
  margin-bottom: 42px;
  font-weight: 950;
  text-decoration: none;
}

.legal-document {
  max-width: 820px;
}

.legal-document h1 {
  margin: 0 0 28px;
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.legal-document h2 {
  margin: 34px 0 8px;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.legal-document p {
  color: #334139;
  font-size: 1.08rem;
  font-weight: 560;
}

.legal-document a {
  color: var(--green-dark);
  font-weight: 850;
}

@media (max-width: 900px) {
  .hero {
    min-height: 88svh;
    padding-bottom: 42px;
    background:
      linear-gradient(180deg, rgba(248, 250, 246, 0.98) 0%, rgba(248, 250, 246, 0.9) 48%, rgba(248, 250, 246, 0.56) 100%),
      linear-gradient(135deg, #f8faf6 0%, #eaf2eb 52%, #bad6f0 100%);
  }

  .hero-copy {
    max-width: 620px;
    margin-top: 64px;
    transform: none;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 20vw, 7rem);
  }

  .hero-media {
    opacity: 0.34;
  }

  .hero-shot-main {
    right: 6vw;
    bottom: -42px;
  }

  .hero-shot-widgets {
    right: 46vw;
    top: 220px;
  }

  .hero-shot-blocked {
    right: -70px;
    top: 180px;
  }

  .summary-grid,
  .screens-copy,
  .widgets-inner {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-item {
    min-height: 220px;
  }

  .feature-item h3 {
    margin-top: 44px;
  }

  .screens-row {
    grid-template-columns: 1fr;
    max-width: 390px;
  }

  .widgets-frame {
    width: min(100%, 390px);
  }
}

@media (max-width: 620px) {
  .site-nav,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .hero-actions,
  .hero-actions a,
  .cta-inner a {
    width: 100%;
  }
}
