:root {
  --bg-top: #eef9f6;
  --bg-bottom: #f6effa;
  --surface: #ffffffcc;
  --surface-solid: #ffffff;
  --text: #102524;
  --muted: #58706e;
  --accent: #0f7a6b;
  --accent-strong: #0b665b;
  --accent-soft: #d7efe9;
  --shadow: 0 18px 45px rgba(16, 37, 36, 0.12);
  --shadow-soft: 0 8px 24px rgba(16, 37, 36, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-w: 1080px;
  --glow: 0 0 40px rgba(15, 122, 107, 0.2);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", "Sora", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-top), var(--bg-bottom));
  min-height: 100vh;
}

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

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

.container {
  width: min(100%, var(--max-w));
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: #ffffffaa;
  border-bottom: 1px solid #ffffff;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-left: 6px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 30%, #bfe9de, #0f7a6b);
  box-shadow: var(--glow);
  display: grid;
  place-items: center;
  color: white;
  font-weight: 700;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-size: 0.95rem;
  color: var(--muted);
}

.hero {
  position: relative;
  padding: 90px 0 60px;
}

.minimal-card {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.app-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.app-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.screenshot-card {
  background: #ffffffd8;
  border-radius: 22px;
  padding: 14px;
  box-shadow: var(--shadow-soft);
  border: 1px solid #eef6f4;
}

.screenshot-card img {
  border-radius: 16px;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  height: auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: center;
}

.hero-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
  border: 1px solid #ffffff;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin: 0 0 16px;
  line-height: 1.1;
}

.hero p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  justify-content: center;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--text);
  color: white;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

.store-button.secondary {
  background: var(--accent);
}

.store-button span {
  display: block;
  font-size: 0.75rem;
  opacity: 0.7;
}

.hero-phone {
  background: linear-gradient(160deg, #f5fffd, #e3f2ef);
  border-radius: 36px;
  padding: 36px 28px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.hero-phone::after {
  content: "";
  position: absolute;
  inset: 20% -30% auto;
  height: 60%;
  background: radial-gradient(circle, rgba(15, 122, 107, 0.14), transparent 60%);
}

.phone-notch {
  width: 140px;
  height: 32px;
  border-radius: 999px;
  background: #0b0b0b;
  margin: 0 auto 36px;
}

.phone-pill {
  border-radius: 26px;
  background: #ffffffd4;
  padding: 20px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 18px;
}

.phone-pill h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.phone-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 600;
  font-size: 0.85rem;
}

.section {
  padding: 70px 0;
}

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

.section-title h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.section-title p {
  margin: 0;
  color: var(--muted);
  max-width: 480px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.feature-card {
  padding: 24px;
  border-radius: var(--radius-md);
  background: var(--surface-solid);
  box-shadow: var(--shadow-soft);
  border: 1px solid #f3fbf9;
}

.feature-card h3 {
  margin: 0 0 10px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.stat-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: #ffffffb3;
  border: 1px solid #ffffff;
  text-align: center;
}

.stat-card strong {
  font-size: 1.8rem;
}

.contact-form {
  display: grid;
  gap: 14px;
  max-width: 560px;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid #d6e7e4;
  font-family: inherit;
  font-size: 0.95rem;
  background: #ffffffd8;
}

button.primary {
  padding: 14px 18px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: white;
  font-weight: 600;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.site-footer {
  padding: 40px 0 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e3efec;
  padding-top: 18px;
}

.footer-links {
  display: flex;
  gap: 16px;
  font-size: 0.85rem;
}

.footer-links a {
  color: var(--muted);
}

.tag {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffffd2;
  border: 1px solid #edf7f4;
  color: var(--muted);
  font-size: 0.85rem;
}

.subtle-list {
  display: grid;
  gap: 12px;
}

.subtle-list div {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: #ffffffd6;
  border: 1px solid #edf4f2;
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding: 70px 0 40px;
  }

  .hero-card {
    padding: 28px;
  }

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