@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap');

:root {
  --primary: #FF6B2C;
  --primary-deep: #E8551C;
  --primary-soft: #FFE2C7;
  --bg: #FFF8F1;
  --surface: #FFFFFF;
  --text: #2E2926;
  --text-secondary: #7A706A;
  --text-muted: #9A918A;
  --border: #E8DFD8;
  --water: #14A6E0;
  --walk: #43A047;
  --health: #EF5350;
  --max-width: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .brand-word {
  font-family: 'Fredoka', 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-wrap: balance;
  margin: 0;
}

a { color: var(--primary-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

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

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
header.site {
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

header.site .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-mark {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-mark img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.logo-mark span {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--text);
}

.nav-group {
  display: flex;
  align-items: center;
  gap: 32px;
}

nav.site-nav {
  display: flex;
  gap: 28px;
}

nav.site-nav a {
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 0.95rem;
}

nav.site-nav a:hover { color: var(--primary-deep); text-decoration: none; }

.lang-switch {
  display: flex;
  gap: 2px;
  background: var(--primary-soft);
  padding: 4px;
  border-radius: 999px;
}

.lang-switch a {
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--primary-deep);
  opacity: 0.6;
}

.lang-switch a:hover { text-decoration: none; opacity: 1; }

.lang-switch a.active {
  background: var(--surface);
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.5;
  z-index: 0;
}

.hero-blob.one {
  width: 480px; height: 480px;
  background: radial-gradient(circle, var(--primary-soft), transparent 70%);
  top: -220px; right: -140px;
}

.hero-blob.two {
  width: 360px; height: 360px;
  background: radial-gradient(circle, #D2F0FB, transparent 70%);
  bottom: -180px; left: -120px;
}

.hero .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-soft);
  color: var(--primary-deep);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 3rem;
  line-height: 1.12;
  color: var(--text);
}

.hero h1 .accent { color: var(--primary); }

.hero p.lede {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-top: 20px;
  max-width: 44ch;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.badge-soon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--border);
  background: var(--surface);
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 700;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.badge-soon .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-soft);
}

.hero-art {
  display: flex;
  justify-content: center;
}

.hero-art .icon-frame {
  width: 260px;
  height: 260px;
  border-radius: 56px;
  background: linear-gradient(145deg, var(--primary-deep), var(--primary));
  padding: 18px;
  box-shadow: 0 30px 60px -20px rgba(232, 85, 28, 0.45);
  transform: rotate(-4deg);
}

.hero-art .icon-frame img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}

/* Feature grid */
.features {
  padding: 88px 0;
}

.section-head {
  max-width: 620px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-head h2 {
  font-size: 2.1rem;
  color: var(--text);
}

.section-head p {
  color: var(--text-secondary);
  margin-top: 12px;
  font-size: 1.05rem;
}

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

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 30px 26px;
}

.feature-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.feature-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.feature-card p {
  color: var(--text-secondary);
  font-size: 0.96rem;
  margin: 0;
}

.icon.c-primary { background: var(--primary-soft); color: var(--primary-deep); }
.icon.c-water { background: #D2F0FB; color: #0C7FAB; }
.icon.c-walk { background: #DCF5DE; color: #2E7D32; }
.icon.c-health { background: #FFDBDA; color: #C62828; }
.icon.c-note { background: #FFEFC2; color: #B5790A; }
.icon.c-toilet { background: #EAE0FC; color: #6D3FC9; }

/* Household strip */
.household {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 64px 0;
}

.household .wrap {
  display: flex;
  align-items: center;
  gap: 48px;
}

.household h2 {
  font-size: 1.7rem;
  max-width: 20ch;
}

.household p {
  color: var(--text-secondary);
  max-width: 46ch;
  margin-top: 14px;
}

/* CTA */
.cta {
  padding: 88px 0;
  text-align: center;
}

.cta h2 { font-size: 2rem; }
.cta p { color: var(--text-secondary); margin-top: 12px; }

.contact-pill {
  display: inline-block;
  margin-top: 26px;
  background: var(--primary);
  color: white;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 1rem;
}

.contact-pill:hover { background: var(--primary-deep); text-decoration: none; }

/* Footer */
footer.site {
  border-top: 1px solid var(--border);
  padding: 32px 0;
}

footer.site .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

footer.site .foot-links {
  display: flex;
  gap: 24px;
}

footer.site .foot-links a {
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 0.9rem;
}

footer.site .copyright {
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* Legal / privacy page */
.legal {
  padding: 56px 0 96px;
}

.legal .legal-header {
  margin-bottom: 40px;
}

.legal .legal-header h1 {
  font-size: 2.2rem;
}

.legal .legal-meta {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-top: 10px;
}

.legal-body {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 44px;
  max-width: 760px;
}

.legal-body h2 {
  font-size: 1.25rem;
  margin-top: 38px;
  margin-bottom: 12px;
  color: var(--text);
}

.legal-body h2:first-child { margin-top: 0; }

.legal-body p, .legal-body li {
  color: var(--text-secondary);
  font-size: 0.98rem;
}

.legal-body ul {
  padding-left: 20px;
  margin: 10px 0;
}

.legal-body li { margin-bottom: 6px; }

.legal-body strong { color: var(--text); }

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 28px;
  font-size: 0.92rem;
}

.back-link:hover { color: var(--primary-deep); }

@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .hero h1 { font-size: 2.3rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .household .wrap { flex-direction: column; text-align: center; }
  .legal-body { padding: 28px; }
}

@media (max-width: 560px) {
  .feature-grid { grid-template-columns: 1fr; }
  nav.site-nav { display: none; }
}
