:root {
  --bg: #f6f4ee;
  --bg-2: #efece3;
  --surface: rgba(255,255,255,0.78);
  --surface-strong: #ffffff;
  --text: #141414;
  --muted: #5f645d;
  --line: rgba(20,20,20,0.08);
  --accent: #5f7367;
  --accent-dark: #243128;
  --shadow: 0 18px 42px rgba(22, 27, 23, 0.08);
  --radius-2xl: 34px;
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --maxw: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(95,115,103,0.10), transparent 28%),
    radial-gradient(circle at top right, rgba(95,115,103,0.08), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, #f7f5f0 38%, var(--bg-2) 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.container {
  width: min(var(--maxw), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 0 26px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(95,115,103,0.45);
}

.brandbar {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.brandbar img { width: auto; object-fit: contain; }
.brandbar .yaasa-logo { height: 22px; }
.brandbar .gome-logo { height: 26px; }
.brandbar .sep { color: #9ca59f; font-size: 1.05rem; }

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 28px;
  align-items: stretch;
}

.glass,
.section {
  background: var(--surface);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.56);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-media,
.section {
  border-radius: var(--radius-2xl);
}

.hero-copy {
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 760px;
}
.hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: auto 22px 22px 22px;
  padding: 20px 22px;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.58);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}
.hero-overlay strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}
.hero-overlay span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

h1,h2,h3 { margin: 0 0 16px; color: var(--text); letter-spacing: -0.04em; }
h1 {
  font-size: clamp(2.65rem, 5vw, 5.1rem);
  line-height: 0.98;
  font-weight: 800;
  max-width: 9.2ch;
}
h2 {
  font-size: clamp(1.95rem, 3.1vw, 3rem);
  line-height: 1.02;
  font-weight: 760;
}
h3 {
  font-size: 1.18rem;
  line-height: 1.22;
  font-weight: 700;
}
p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}
.lead {
  font-size: 1.16rem;
  line-height: 1.78;
  color: #474b46;
}
.hero-copy p:last-of-type { margin-bottom: 0; }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 650;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--accent-dark);
  color: #fff;
  box-shadow: 0 14px 30px rgba(36,49,40,0.17);
}
.btn-secondary {
  border: 1px solid rgba(20,20,20,0.09);
  background: rgba(255,255,255,0.62);
  color: var(--text);
}

.section {
  margin-top: 26px;
  padding: 40px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.section-head p {
  max-width: 760px;
  margin-bottom: 0;
}

.stats-grid,
.benefit-grid,
.install-grid,
.channel-grid,
.ecosystem-grid,
.module-grid {
  display: grid;
  gap: 18px;
}

.stats-grid { grid-template-columns: repeat(6, 1fr); }
.benefit-grid,
.install-grid,
.channel-grid,
.module-grid { grid-template-columns: repeat(2, 1fr); }
.ecosystem-grid { grid-template-columns: repeat(3, 1fr); }

.card,
.stat,
.showcase-copy,
.channel-card,
.community-card,
.creator-card,
.ecosystem-card,
.info-card {
  border-radius: var(--radius-xl);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(22, 27, 23, 0.05);
}

.stat { padding: 22px 18px; }
.stat strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--accent-dark);
  letter-spacing: -0.03em;
}
.stat span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.card,
.channel-card,
.community-card,
.creator-card,
.ecosystem-card,
.info-card,
.showcase-copy { padding: 28px; }
.card p:last-child,
.channel-card p:last-child,
.community-card p:last-child,
.creator-card p:last-child,
.ecosystem-card p:last-child,
.info-card p:last-child,
.showcase-copy p:last-child { margin-bottom: 0; }

.showcase {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
  align-items: stretch;
}
.showcase-media {
  overflow: hidden;
  border-radius: 30px;
  min-height: 460px;
  box-shadow: 0 14px 34px rgba(22, 27, 23, 0.08);
}
.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reach-layout {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 18px;
}
.info-stack {
  display: grid;
  gap: 18px;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.link-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(20,20,20,0.09);
  background: #f7f7f3;
  color: #2e312f;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 520;
}
.link-pill:hover {
  background: #f0f2ec;
}

.link-rows {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.link-rows li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 0.95rem;
  color: var(--muted);
}
.link-rows strong {
  color: var(--text);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.link-rows a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}

.info-card .big-number,
.community-card .big-number {
  display: block;
  font-size: 2.35rem;
  line-height: 0.95;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--accent-dark);
  letter-spacing: -0.04em;
}

.ecosystem-card h3 {
  margin-bottom: 10px;
  font-size: 1.65rem;
}

.creator-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}
.creator-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.addon {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  background: #101513;
}
.addon-media { min-height: 380px; }
.addon-media img { width: 100%; height: 100%; object-fit: cover; }
.addon-copy {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.addon .eyebrow { color: #9eaca0; }
.addon h2, .addon h3, .addon p { color: #fff; }
.addon p { color: #d4dbd4; }

.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #182019 0%, #223026 52%, #27342a 100%);
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,0.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  pointer-events: none;
}
.cta > * {
  position: relative;
  z-index: 1;
}
.cta .eyebrow {
  justify-content: center;
  color: #b8c5bc;
  margin-bottom: 10px;
}
.cta .eyebrow::before {
  background: rgba(214,225,216,0.32);
}
.cta h2, .cta p { color: #fff; }
.cta h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cta p {
  color: #d7dfd8;
  max-width: 760px;
  margin: 0 auto 30px;
}
.contact-box {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  min-width: min(100%, 360px);
  padding: 24px 30px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.contact-box strong {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
.contact-box a,
.contact-box span {
  color: #e8ede8;
  text-decoration: none;
}
.contact-box a:hover {
  color: #ffffff;
}
@media (max-width: 1180px) {
  .hero,
  .showcase,
  .reach-layout,
  .addon,
  .channel-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-media { min-height: 520px; }
}

@media (max-width: 840px) {
  .container { width: min(var(--maxw), calc(100% - 24px)); }
  .topbar { flex-direction: column; align-items: flex-start; }
  .hero-copy,
  .section,
  .addon-copy { padding: 28px; }
  h1 { max-width: none; font-size: clamp(2.3rem, 10vw, 4rem); }
  .stats-grid,
  .benefit-grid,
  .install-grid,
  .channel-grid,
  .ecosystem-grid,
  .module-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 12px; }
  .link-rows li { grid-template-columns: 1fr; gap: 4px; }
}
