:root {
  --blueprint: #0e3a63;
  --blueprint-2: #15466f;
  --blueprint-grid: #5a87b5;
  --ink: #253238;
  --muted: #6b7280;
  --paper: #f5f1e8;
  --sheet: #ffffff;
  --grid: #efe7d8;
  --grid-strong: #ddd2bf;
  --park: #7dbf7a;
  --accent: #56b6e8;
  --lane: #f4d45e;
  --shadow: rgba(14, 58, 99, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background:
    linear-gradient(rgba(221, 210, 191, 0.72) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 210, 191, 0.72) 1px, transparent 1px),
    var(--paper);
  background-size: 64px 64px, 64px 64px, auto;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  background: rgba(245, 241, 232, 0.88);
  border-bottom: 1px solid rgba(14, 58, 99, 0.16);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 850;
  min-width: 0;
}

.brand img {
  border-radius: 8px;
  box-shadow: 0 8px 20px var(--shadow);
}

.brand span {
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.text-link:hover {
  color: var(--blueprint);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 112px 32px 96px;
  background:
    radial-gradient(circle at 78% 18%, rgba(86, 182, 232, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(14, 58, 99, 0.96), rgba(21, 70, 111, 0.94));
  color: #f5fbff;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(transparent, var(--paper));
}

.hero-map {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(90, 135, 181, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 135, 181, 0.18) 1px, transparent 1px);
  background-size: 82px 82px;
}

.hero-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 58, 99, 0.96), rgba(14, 58, 99, 0.55) 48%, rgba(14, 58, 99, 0.22)),
    radial-gradient(circle at 72% 50%, rgba(125, 191, 122, 0.18), transparent 28%);
}

.hero-map img {
  position: absolute;
  right: max(-160px, -6vw);
  top: 50%;
  width: min(82vmin, 760px);
  height: auto;
  opacity: 0.82;
  transform: translateY(-50%) rotate(-2deg);
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.42));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  margin: 0;
  text-align: left;
}

.hero-icon {
  width: 104px;
  height: 104px;
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blueprint);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-top: 24px;
  color: #9fdbff;
}

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

h1 {
  margin-bottom: 12px;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 900;
}

h2 {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}

p,
li {
  font-size: 17px;
  line-height: 1.65;
}

.hero-copy {
  margin: 0 0 28px;
  max-width: 520px;
  color: #d9ecf8;
  font-size: 20px;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid rgba(245, 251, 255, 0.55);
  border-radius: 8px;
  color: #f5fbff;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
}

.store-link.primary {
  color: #06283d;
  border-color: #9fdbff;
  background: #9fdbff;
}

.section {
  padding: 86px 32px;
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.split-free {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}

.lead {
  color: var(--muted);
  font-size: 19px;
}

.daily-band {
  background: #fff;
  border-top: 1px solid rgba(14, 58, 99, 0.14);
  border-bottom: 1px solid rgba(14, 58, 99, 0.14);
}

.daily-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.app-asset-panel {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  border: 2px solid rgba(90, 135, 181, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(rgba(90, 135, 181, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 135, 181, 0.16) 1px, transparent 1px),
    var(--blueprint);
  background-size: 56px 56px;
  overflow: hidden;
  box-shadow: 0 28px 70px var(--shadow);
}

.app-asset-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(234, 242, 251, 0.16);
  pointer-events: none;
}

.splash-art {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
}

.icon-art {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 112px;
  height: 112px;
  border: 4px solid rgba(234, 242, 251, 0.92);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.daily-copy p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--park);
  border-bottom: 3px solid var(--park);
  transform: rotate(-45deg);
}

.section-heading {
  max-width: 640px;
  margin-bottom: 34px;
}

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

.feature-card {
  min-height: 230px;
  padding: 22px;
  border: 2px solid rgba(14, 58, 99, 0.18);
  border-radius: 8px;
  background: var(--sheet);
  box-shadow: 0 16px 38px rgba(14, 58, 99, 0.08);
}

.feature-card p {
  color: var(--muted);
  font-size: 15px;
}

.feature-icon {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--blueprint);
  border: 2px solid rgba(90, 135, 181, 0.72);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(234, 242, 251, 0.14);
}

.feature-icon img {
  position: absolute;
  width: 118px;
  height: 118px;
  max-width: none;
}

.feature-icon.crop-center img {
  left: -31px;
  top: -31px;
}

.feature-icon.crop-north img {
  left: -31px;
  top: -7px;
}

.feature-icon.crop-east img {
  left: -54px;
  top: -31px;
}

.feature-icon.crop-south img {
  left: -31px;
  top: -54px;
}

.feature-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 42%);
  pointer-events: none;
}

.privacy-promo {
  background: #eaf2fb;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blueprint);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 32px;
  color: #d9ecf8;
  background: var(--blueprint);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  margin-top: 4px;
  color: #a9c6dd;
  font-size: 14px;
}

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

.footer-links a {
  color: #d9ecf8;
  font-weight: 750;
  text-decoration: none;
}

.footer-contact {
  color: #d9ecf8;
  font-size: 14px;
  font-weight: 750;
}

.policy-page {
  background: var(--paper);
}

.policy-shell {
  padding: 124px 32px 72px;
}

.policy-doc {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 46px;
  border: 2px solid rgba(14, 58, 99, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(14, 58, 99, 0.08);
}

.policy-doc h1 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 46px;
}

.policy-doc h2 {
  margin-top: 38px;
  font-size: 26px;
}

.policy-doc h3 {
  margin-top: 26px;
  color: var(--blueprint);
}

.policy-doc p,
.policy-doc li {
  color: #31424a;
}

.policy-doc a {
  color: var(--blueprint);
  font-weight: 800;
}

.email-text {
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 920px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 31px;
  }

  .split-free,
  .daily-layout {
    grid-template-columns: 1fr;
  }

  .daily-layout {
    gap: 42px;
  }

  .app-asset-panel {
    width: min(420px, 100%);
    justify-self: center;
  }

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

@media (max-width: 680px) {
  .site-header {
    height: 66px;
    padding: 0 18px;
  }

  .brand span {
    display: none;
  }

  .nav {
    gap: 12px;
    font-size: 13px;
  }

  .hero {
    min-height: 88svh;
    padding: 96px 20px 78px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .store-row {
    justify-content: center;
  }

  .hero-icon {
    width: 86px;
    height: 86px;
    border-radius: 18px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  p,
  li,
  .lead {
    font-size: 16px;
  }

  .section {
    padding: 64px 20px;
  }

  .store-link {
    width: 100%;
  }

  .hero-map img {
    right: 50%;
    width: min(94vmin, 560px);
    opacity: 0.42;
    transform: translate(50%, -50%);
  }

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

  .site-footer {
    flex-direction: column;
    padding: 28px 20px;
  }

  .policy-shell {
    padding: 96px 18px 48px;
  }

  .policy-doc {
    padding: 28px 20px;
  }

  .policy-doc h1 {
    font-size: 34px;
  }

  .policy-doc h2 {
    font-size: 23px;
  }
}
