:root {
  --bg-top: #fbfdfb;
  --bg-bottom: #eff6ef;
  --text: #1f2521;
  --muted: #66756c;
  --green: #245b45;
  --green-dark: #1f5b43;
  --green-2: #2e6b51;
  --soft: #e6f1e7;
  --line: #dbe7dc;
  --card: rgba(255,255,255,.86);
  --shadow: 0 18px 48px rgba(24, 65, 47, .10);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background:
    radial-gradient(circle at 18% 0%, rgba(111, 174, 102, .16), transparent 28rem),
    radial-gradient(circle at 100% 14%, rgba(36, 91, 69, .07), transparent 28rem),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

body {
  margin: 0;
  color: var(--text);
  background: transparent;
}

a { color: inherit; }

.site {
  width: min(1040px, calc(100% - 44px));
  margin: 0 auto;
  padding: 26px 0 34px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px 10px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 12px 30px rgba(26,70,50,.08);
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.brand span {
  color: var(--green);
  font-size: 1.65rem;
  font-weight: 850;
  letter-spacing: -.04em;
}

.nav {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.nav a {
  color: var(--muted);
  font-size: .97rem;
  font-weight: 760;
  text-decoration: none;
}

.nav a:hover { color: var(--green); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, .65fr);
  align-items: center;
  gap: 58px;
}

h1 {
  margin: 0;
  color: var(--green);
  font-size: clamp(3rem, 5.2vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.intro {
  margin: 24px 0 0;
  max-width: 590px;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.55;
  font-weight: 540;
}

.appstore-link {
  display: inline-block;
  margin-top: 24px;
}

.appstore-link img {
  display: block;
  width: 190px;
  height: auto;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-phone {
  display: block;
  width: min(280px, 100%);
  max-height: 390px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(20, 55, 42, .14);
}

.android-callout {
  margin-top: 38px;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #235f47 0%, #2d7457 100%);
  color: white;
  box-shadow: 0 18px 46px rgba(24, 65, 47, .16);
}


.android-callout h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.android-callout p:not(.android-kicker) {
  margin: 10px 0 0;
  max-width: 650px;
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 650;
}

.android-cta {
  min-width: 248px;
  padding: 16px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 16px;
  background: #fff;
  color: var(--green-dark);
  font-size: 1.02rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease;
}

.android-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}

.job {
  margin-top: 28px;
}

.job h2 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -.04em;
  text-align: center;
}

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

.job article,
.trust {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.job article {
  padding: 18px 20px 20px;
}

.job-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.job span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--green-2);
  font-size: 1rem;
  font-weight: 900;
  flex: 0 0 34px;
}

.job h3 {
  margin: 0;
  color: var(--green);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -.03em;
}

.job p,
.trust p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 540;
}

.trust {
  margin-top: 16px;
  padding: 24px 26px;
  text-align: center;
}

.trust p {
  max-width: 840px;
  margin: 0 auto;
}

footer {
  margin-top: 24px;
  padding-top: 6px;
  text-align: center;
}

footer p { margin: 0; }

.contact {
  color: var(--green);
  font-size: 1.05rem;
  font-weight: 800;
}

.contact a { text-decoration: none; }
.contact a:hover { text-decoration: underline; }

.copyright {
  margin-top: 8px;
  color: var(--muted);
  font-size: .98rem;
  font-weight: 650;
}

@media (max-width: 920px) {
  .site {
    width: min(100% - 34px, 680px);
    padding-top: 18px;
  }

  .topbar { margin-bottom: 32px; }
  .nav { display: none; }


  .hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy h1 {
    order: 1;
  }

  .hero-copy .intro {
    order: 2;
  }

  .hero-visual {
    order: 3;
  }

  .mobile-appstore-order {
    order: 4;
    align-self: center;
    margin-top: 0;
  }

  h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .intro {
    margin-top: 18px;
    font-size: 1.12rem;
  }

  .appstore-link img {
    width: min(205px, 58vw);
  }

  .hero-phone {
    width: min(310px, 82vw);
    max-height: 420px;
  }

  .android-callout {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 24px 24px;
  }

  .android-cta {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 18px 22px;
    font-size: 1.08rem;
    border-radius: 18px;
  }

  .job-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .site {
    width: calc(100% - 30px);
  }

  .brand {
    gap: 14px;
    padding: 11px 18px 11px 11px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand span {
    font-size: 1.8rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13.4vw, 3.25rem);
  }

  .intro {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-phone {
    width: min(285px, 78vw);
    max-height: 380px;
  }

  .android-callout {
    padding: 24px 20px 20px;
    border-radius: 22px;
  }

  .android-callout h2 {
    font-size: 2rem;
  }

  .android-callout p:not(.android-kicker) {
    font-size: 1rem;
  }

  .android-cta {
    min-height: 66px;
    padding: 19px 20px;
    font-size: 1.08rem;
  }

  .job article {
    padding: 18px;
  }

  .trust {
    padding: 20px;
  }
}


@media (min-width: 921px) {
  .mobile-appstore-order {
    margin-top: 24px;
  }
}
