	:root {
	  color-scheme: dark;
	  --bg: #e7d5c4;
	  --panel: #f7efe8;
	  --panel-dark: #d9b99b;
	  --accent: #6f4e37;
	  --text: #33221b;
	  --muted: #7f5f4a;
	  --shadow: 0 24px 64px rgba(51, 34, 27, 0.12);
	}
	* {
	  box-sizing: border-box;
	}
	html, body {
	  margin: 0;
	  min-height: 100%;
	  font-family: 'Inter', sans-serif;
	  background: radial-gradient(circle at top left, #f4e6d8 0%, #e2c8b2 40%, #cab29c 100%);
	  color: var(--text);
	}
	body {
	  display: grid;
	  place-items: center;
	  padding: 24px;
	}
	.page-container {
	  width: min(100%, 920px);
	  margin: 0 auto;
	}
	.hero-card {
	  background: linear-gradient(180deg, rgba(255, 249, 242, 0.96), rgba(240, 221, 196, 0.96));
	  border: 1px solid rgba(110, 82, 65, 0.15);
	  border-radius: 36px;
	  box-shadow: var(--shadow);
	  overflow: hidden;
	  padding: 32px;
	}
	.hero-top {
	  display: flex;
	  gap: 20px;
	  align-items: center;
	  justify-content: space-between;
	  flex-wrap: wrap;
	  margin-bottom: 28px;
	}
	.badge {
	  background: rgba(111, 78, 55, 0.12);
	  color: var(--accent);
	  border-radius: 999px;
	  padding: 10px 18px;
	  font-weight: 700;
	  font-size: 0.9rem;
	  letter-spacing: 0.08em;
	  text-transform: uppercase;
	}
	.hero-title h1 {
	  margin: 0 0 10px;
	  font-size: clamp(2rem, 4vw, 3.2rem);
	  line-height: 1.02;
	}
	.hero-title p {
	  margin: 0;
	  max-width: 560px;
	  color: var(--muted);
	  font-size: 1rem;
	}
	.hero-content {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 24px;
	  align-items: stretch;
	}
	.hero-visual {
	  position: relative;
	  min-height: 360px;
	  background: linear-gradient(180deg, #f9efe5 0%, #edd2bc 100%);
	  border-radius: 32px;
	  border: 1px solid rgba(111, 78, 55, 0.1);
	  padding: 22px;
	  overflow: hidden;
	}
	.pixel-sky {
	  position: absolute;
	  inset: 0;
	  background-image: radial-gradient(circle at 30% 15%, #ffffff22 0%, transparent 35%), radial-gradient(circle at 75% 25%, #f8e7d8 0%, transparent 16%);
	}
	.pixel-cloud {
	  position: absolute;
	  width: 110px;
	  height: 40px;
	  border-radius: 999px;
	  background: #f3ddd0;
	  box-shadow: 0 0 0 14px #f3ddd0, 0 0 0 20px #f6e5d8;
	}
	.cloud-1 { top: 30px; left: 20px; transform: scale(1.1); }
	.cloud-2 { top: 70px; right: 14px; transform: scale(0.9); }
	.pixel-bench {
	  position: absolute;
	  width: 160px;
	  height: 28px;
	  left: 14%;
	  bottom: 36px;
	  background: #6f4e37;
	  border-radius: 12px;
	  box-shadow: inset 0 3px 0 rgba(255,255,255,0.12);
	}
	.pixel-bench::before,
	.pixel-bench::after {
	  content: '';
	  position: absolute;
	  width: 18px;
	  height: 58px;
	  bottom: -34px;
	  background: #6f4e37;
	  left: 20px;
	  border-radius: 12px;
	}
	.pixel-bench::after { left: auto; right: 20px; }
	.pixel-tree {
	  position: absolute;
	  right: 20px;
	  bottom: 26px;
	  width: 60px;
	  height: 120px;
	}
	.pixel-tree::before {
	  content: '';
	  position: absolute;
	  left: 22px;
	  bottom: 0;
	  width: 16px;
	  height: 78px;
	  background: #6f4e37;
	  border-radius: 12px;
	}
	.pixel-tree::after {
	  content: '';
	  position: absolute;
	  left: -10px;
	  bottom: 56px;
	  width: 80px;
	  height: 52px;
	  background: #3f6c3e;
	  border-radius: 40px 40px 22px 22px;
	  box-shadow: 0 -14px 0 #528d53, 0 10px 0 #2d4e2b;
	}
	.hero-links {
	  display: flex;
	  flex-direction: column;
	  gap: 18px;
	  justify-content: center;
	}
	.info-block {
	  display: grid;
	  grid-template-columns: auto 1fr;
	  gap: 14px;
	  align-items: center;
	  padding: 20px;
	  border-radius: 24px;
	  background: rgba(255, 255, 255, 0.82);
	  border: 1px solid rgba(111, 78, 55, 0.12);
	}
	.info-block span {
	  display: grid;
	  place-items: center;
	  width: 48px;
	  height: 48px;
	  border-radius: 16px;
	  background: #d9b99b;
	  color: #4b3121;
	  font-size: 1.2rem;
	}
	.info-block p {
	  margin: 0 0 6px;
	  color: var(--muted);
	  font-size: 0.95rem;
	}
	.info-block strong {
	  font-size: 1.05rem;
	  word-break: break-word;
	}
	.button-group {
	  display: grid;
	  gap: 14px;
	  margin-top: 10px;
	}
	.btn {
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 16px 22px;
	  border-radius: 18px;
	  text-decoration: none;
	  font-weight: 700;
	  transition: transform 180ms ease, box-shadow 180ms ease;
	}
	.btn:hover {
	  transform: translateY(-2px);
	}
	.btn-primary {
	  background: var(--accent);
	  color: #fff;
	  box-shadow: 0 14px 28px rgba(111, 78, 55, 0.15);
	}
	.btn-secondary {
	  background: rgba(111, 78, 55, 0.08);
	  color: var(--text);
	  border: 1px solid rgba(111, 78, 55, 0.16);
	}
	@media (max-width: 960px) {
	  .hero-title h1 {
	    font-size: clamp(2rem, 5vw, 2.8rem);
	  }
	  .hero-title p {
	    font-size: 0.98rem;
	  }
	}
	@media (max-width: 760px) {
	  .hero-content {
	    grid-template-columns: 1fr;
	  }
	  .hero-card {
	    padding: 24px;
	  }
	  .hero-top {
	    gap: 14px;
	  }
	  .hero-visual {
	    min-height: 300px;
	    padding: 18px;
	  }
	  .pixel-cloud {
	    width: 92px;
	    height: 34px;
	  }
	  .pixel-bench {
	    width: 132px;
	    bottom: 30px;
	  }
	  .pixel-tree {
	    width: 52px;
	    height: 104px;
	  }
	  .info-block {
	    padding: 16px;
	  }
	  .btn {
	    width: 100%;
	  }
	}

	@media (max-width: 420px) {
		body { padding: 12px; }
		.page-container { padding: 0 6px; }
		.hero-card { padding: 16px; border-radius: 20px; }
		.hero-top { gap: 10px; }
		.badge { padding: 8px 12px; font-size: 0.78rem; }
		.hero-title h1 { font-size: clamp(1.4rem, 6.5vw, 2.2rem); }
		.hero-title p { font-size: 0.92rem; max-width: 100%; }
		.hero-content { gap: 16px; }
		.hero-visual { min-height: 220px; padding: 12px; }
		.pixel-cloud { width: 78px; height: 30px; }
		.pixel-bench { width: 110px; bottom: 22px; }
		.pixel-tree { width: 44px; height: 86px; right: 12px; bottom: 20px; }
		.info-block { padding: 12px; border-radius: 18px; }
		.info-block span { width: 44px; height: 44px; }
		.btn { padding: 12px 16px; font-size: 0.95rem; }
		.button-group { gap: 10px; }
	}

