:root {
  --ink: #183127;
  --muted: #66766e;
  --forest: #0d5639;
  --forest-dark: #073d29;
  --lime: #d9f000;
  --cream: #f7f6ed;
  --paper: #fffef8;
  --line: #dce3d9;
  --shadow: 0 24px 70px rgba(11, 59, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(220, 227, 217, 0.8);
  background: rgba(247, 246, 237, 0.88);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.logo img {
  width: 34px;
  height: 34px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 650;
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  color: white;
  background: var(--forest);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--forest-dark);
}

.button.secondary {
  color: var(--forest);
  background: transparent;
}

.hero {
  display: grid;
  min-height: 690px;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 70px;
  padding-block: 80px 92px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px 11px;
  border: 1px solid #cad8cc;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.badge::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 3px rgba(217, 240, 0, 0.22);
  content: "";
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(49px, 6.7vw, 82px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.highlight {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}

.highlight::after {
  position: absolute;
  z-index: -1;
  right: -3px;
  bottom: 5px;
  left: -3px;
  height: 22%;
  border-radius: 3px;
  background: var(--lime);
  content: "";
  transform: rotate(-1deg);
}

.lede {
  max-width: 580px;
  margin: 27px 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.microcopy {
  margin: 13px 0 0;
  color: #7b887f;
  font-size: 12px;
}

.product-scene {
  position: relative;
  min-height: 480px;
}

.orb {
  position: absolute;
  inset: 3% 0 0;
  border-radius: 47% 53% 57% 43%;
  background: var(--forest);
  transform: rotate(5deg);
}

.panel {
  position: absolute;
  top: 3%;
  right: 4%;
  width: min(360px, 89%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  background: #f5f7f4;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
  border-bottom: 1px solid #dfe5dd;
}

.panel-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 700;
}

.panel-brand img {
  width: 27px;
  height: 27px;
}

.panel-body {
  display: grid;
  gap: 8px;
  padding: 11px;
}

.fake-search {
  padding: 9px 11px;
  border: 1px solid #d9e0d7;
  border-radius: 8px;
  color: #98a099;
  background: white;
  font-size: 11px;
}

.clip {
  padding: 11px;
  border: 1px solid #dfe5dd;
  border-radius: 9px;
  background: white;
  box-shadow: 0 2px 8px rgba(32, 48, 39, 0.04);
}

.clip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.48;
}

.clip small {
  display: block;
  margin-top: 7px;
  padding-top: 6px;
  border-top: 1px solid #edf0ec;
  color: #54806f;
  font-size: 9px;
}

.float-note {
  position: absolute;
  bottom: 8%;
  left: -4%;
  padding: 14px 17px;
  border: 1px solid #dfe5dd;
  border-radius: 13px;
  background: var(--paper);
  box-shadow: 0 16px 40px rgba(6, 47, 31, 0.17);
  font-size: 13px;
  font-weight: 750;
  transform: rotate(-4deg);
}

.section {
  padding-block: 100px;
}

.section-label {
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section h2 {
  max-width: 680px;
  margin: 12px 0 42px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 254, 248, 0.72);
}

.feature-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: var(--forest);
  background: #e4ebdf;
  font-size: 12px;
  font-weight: 850;
}

.feature h3 {
  margin: 42px 0 10px;
  font-size: 24px;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.privacy-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  margin-bottom: 100px;
  padding: 48px;
  border-radius: 25px;
  color: white;
  background: var(--forest);
}

.privacy-banner h2 {
  margin: 0 0 10px;
  font-size: clamp(31px, 4vw, 47px);
}

.privacy-banner p {
  max-width: 650px;
  margin: 0;
  color: #d9e8df;
  line-height: 1.65;
}

.privacy-banner .button {
  color: var(--forest);
  background: var(--lime);
  border-color: var(--lime);
}

.page {
  min-height: calc(100vh - 150px);
  padding-block: 72px 110px;
}

.page header {
  max-width: 740px;
  margin-bottom: 52px;
}

.page h1 {
  margin: 8px 0 16px;
  font-size: clamp(43px, 7vw, 70px);
  letter-spacing: -0.05em;
}

.page .intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.prose {
  max-width: 760px;
}

.prose section {
  margin-top: 38px;
}

.prose h2 {
  margin: 0 0 10px;
  font-size: 25px;
}

.prose p,
.prose li {
  color: #53635b;
  line-height: 1.75;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.support-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.support-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

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

@media (max-width: 800px) {
  .nav-links > a:not(.button) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 55px;
  }

  .product-scene {
    min-height: 430px;
  }

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

  .feature {
    min-height: 0;
  }

  .privacy-banner {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}

@media (max-width: 520px) {
  .shell {
    width: min(100% - 24px, 1120px);
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero {
    min-height: auto;
    padding-block: 45px 65px;
  }

  .product-scene {
    min-height: 390px;
  }

  .panel {
    right: 0;
    width: 95%;
  }

  .float-note {
    left: 0;
  }

  .section {
    padding-block: 70px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
