:root {
  --bg: #f7f8f5;
  --surface: #ffffff;
  --text: #172018;
  --muted: #4f5d52;
  --brand: #1f7a4b;
  --brand-dark: #125736;
  --accent: #e8f3ec;
  --border: #d6e2d8;
  --grad-page: radial-gradient(circle at 85% 0%, #eef7f1 0%, #f7f8f5 48%, #f3f6f1 100%);
  --grad-header: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 250, 246, 0.92) 100%);
  --grad-card: linear-gradient(160deg, #ffffff 0%, #f8fbf9 100%);
  --grad-brand: linear-gradient(135deg, #1f7a4b 0%, #2f8e5c 100%);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Google Sans", "Product Sans", "Noto Sans", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--grad-page);
}

a {
  color: var(--brand-dark);
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  border-bottom: 1px solid var(--border);
  background: var(--grad-header);
  position: sticky;
  top: 0;
  backdrop-filter: blur(8px);
  z-index: 20;
}

.topbar {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
  position: relative;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  border-radius: 8px;
  padding: 0.35rem 0.55rem;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
}

.logo img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.main-nav {
  display: flex;
  gap: 0.95rem;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.93rem;
  color: var(--text);
  padding: 0.35rem 0.55rem;
  border-radius: 6px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: var(--accent);
  color: var(--brand-dark);
}

.main-nav a.is-active,
.main-nav a[aria-current="page"] {
  background: var(--grad-brand);
  color: #fff;
  font-weight: 700;
}

.main-nav a.is-active:hover,
.main-nav a.is-active:focus-visible,
.main-nav a[aria-current="page"]:hover,
.main-nav a[aria-current="page"]:focus-visible {
  background: var(--brand-dark);
  color: #fff;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #b8e2c6;
  background: #f0fbf4;
  color: #125736;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 600;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #16a34a;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 4rem 0 2rem;
  background:
    linear-gradient(
      180deg,
      rgba(162, 208, 240, 0.46) 0%,
      rgba(137, 196, 235, 0.42) 36%,
      rgba(128, 190, 222, 0.38) 64%,
      rgba(121, 176, 138, 0.34) 74%,
      rgba(77, 118, 80, 0.45) 90%,
      rgba(48, 78, 51, 0.5) 100%
    ),
    linear-gradient(180deg, rgba(233, 245, 237, 0.3) 0%, rgba(247, 248, 245, 0) 100%);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-atmosphere::before,
.hero-atmosphere::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
}

.hero-atmosphere::before {
  width: min(44vw, 560px);
  height: min(36vw, 460px);
  top: -14%;
  right: -6%;
  background: radial-gradient(circle at 50% 42%, rgba(246, 250, 255, 0.56) 0%, rgba(227, 241, 252, 0.24) 56%, rgba(227, 241, 252, 0) 100%);
  animation: driftGlow 22s ease-in-out infinite alternate;
}

.hero-atmosphere::after {
  width: min(48vw, 620px);
  height: min(34vw, 430px);
  left: -10%;
  bottom: -16%;
  background: radial-gradient(circle at 50% 50%, rgba(74, 116, 74, 0.36) 0%, rgba(59, 95, 62, 0.22) 54%, rgba(59, 95, 62, 0) 100%);
  animation: driftGround 26s ease-in-out infinite alternate;
}

.hero-cloud {
  position: absolute;
  top: 2%;
  width: clamp(220px, 26vw, 420px);
  height: clamp(100px, 12vw, 190px);
  border-radius: 999px;
  background: radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.66) 0%, rgba(248, 252, 255, 0.52) 42%, rgba(241, 249, 255, 0.22) 66%, rgba(241, 249, 255, 0) 100%);
  opacity: 0.82;
  filter: blur(10px);
}

.hero-cloud::before,
.hero-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.hero-cloud::before {
  width: 52%;
  height: 72%;
  top: -22%;
  left: 14%;
}

.hero-cloud::after {
  width: 45%;
  height: 64%;
  top: -12%;
  right: 11%;
}

.cloud-one {
  left: -16%;
  animation: cloudDriftOne 68s linear infinite;
}

.cloud-two {
  top: 11%;
  left: -30%;
  transform: scale(0.84);
  opacity: 0.72;
  animation: cloudDriftTwo 95s linear infinite;
}

.cloud-three {
  top: 16%;
  left: -24%;
  transform: scale(0.66);
  opacity: 0.65;
  animation: cloudDriftThree 124s linear infinite;
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.kicker {
  display: inline-block;
  background: linear-gradient(120deg, #e7f3eb 0%, #f2faf5 100%);
  color: #0f5f37;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Google Sans", "Product Sans", "Noto Sans", "Segoe UI", Arial, sans-serif;
  line-height: 1.2;
}

h1 {
  margin: 0.8rem 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.product-wordmark {
  display: block;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #0f5f37;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.tm {
  font-size: 0.58em;
  vertical-align: super;
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  margin-top: 0;
}

.lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 64ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.68rem 1rem;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary {
  background: var(--grad-brand);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(135deg, #19653f 0%, #256f49 100%);
}

.btn-ghost {
  background: #fff;
  color: var(--brand-dark);
  border-color: var(--border);
}

.panel {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.1rem;
  box-shadow: 0 10px 24px rgba(20, 35, 20, 0.06);
  max-width: 420px;
  justify-self: center;
}

.panel-transparent {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.panel img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

.section {
  padding: 2.8rem 0;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  background: var(--grad-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem;
}

.small {
  color: var(--muted);
  font-size: 0.94rem;
}

.feature-list {
  margin: 0.7rem 0 0;
  padding-left: 1.1rem;
  line-height: 1.5;
}

.feature-list li + li {
  margin-top: 0.45rem;
}

.feature-list li::marker {
  color: var(--brand);
}

.site-footer {
  border-top: 1px solid var(--border);
  background: linear-gradient(170deg, rgba(252, 254, 252, 0.92) 0%, rgba(230, 241, 234, 0.86) 100%);
  margin-top: 2rem;
  padding: 2rem 0 2.2rem;
}

.footer-nav {
  margin-bottom: 0.9rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}

.footer-links li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0;
}

.footer-links li::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f7a4b 0%, #37a066 100%);
  box-shadow: 0 0 0 3px rgba(31, 122, 75, 0.12);
  flex: 0 0 auto;
}

.footer-links a {
  text-decoration: none;
  color: #123a24;
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #0d5a35;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #102616 0%, #173622 100%);
  color: #f2fbf6;
  border-top: 1px solid #2f523b;
  z-index: 40;
}

.cookie-banner p {
  color: #f2fbf6;
}

.cookie-banner a {
  color: #b9f3d0;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.cookie-banner a:hover,
.cookie-banner a:focus-visible {
  color: #d9ffe8;
}

.cookie-content {
  width: min(1120px, 94%);
  margin: 0 auto;
  padding: 0.95rem 0;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cookie-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cookie-actions button {
  border: 1px solid #446f53;
  background: #163721;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
}

.cookie-actions button.primary {
  background: #1f7a4b;
  border-color: #6ac18d;
}

.hidden {
  display: none;
}

.about-top-grid {
  align-items: start;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.about-top-image {
  width: 200px;
}

@keyframes cloudDriftOne {
  0% {
    transform: translateX(0) translateY(0) scale(1);
  }
  100% {
    transform: translateX(130vw) translateY(1.2rem) scale(1.08);
  }
}

@keyframes cloudDriftTwo {
  0% {
    transform: translateX(0) translateY(0) scale(0.84);
  }
  100% {
    transform: translateX(136vw) translateY(-0.85rem) scale(0.9);
  }
}

@keyframes cloudDriftThree {
  0% {
    transform: translateX(0) translateY(0) scale(0.66);
  }
  100% {
    transform: translateX(142vw) translateY(0.55rem) scale(0.71);
  }
}

@keyframes driftGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-2.2rem, 1.1rem, 0) scale(1.08);
  }
}

@keyframes driftGround {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(2.4rem, -0.8rem, 0) scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-atmosphere::before,
  .hero-atmosphere::after,
  .hero-cloud {
    animation: none;
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 3.3rem;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-row .btn {
    width: 100%;
  }

  .hero-cloud {
    filter: blur(16px);
  }

  .cloud-two {
    top: 13%;
  }

  .cloud-three {
    top: 18%;
  }

  .hero-grid,
  .section-grid {
    grid-template-columns: 1fr;
  }

  .about-top-grid {
    grid-template-columns: 1fr;
  }

  .about-top-image {
    justify-self: start;
  }

  .topbar {
    align-items: center;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    margin-top: 0.6rem;
    padding: 0.7rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 0.55rem 0.6rem;
  }

  .status-pill {
    width: 100%;
    justify-content: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 0.45rem;
  }
}

@media (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.25rem;
    align-items: center;
  }

  .hero-grid > .panel {
    justify-self: end;
    width: min(100%, 360px);
  }
}
