* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', sans-serif; background: #f8f4ee; color: #1a1a1a; overflow-x: hidden; }

/* NAV */
.topnav {
  position: relative;
  background: #1d5c44;
  padding: 0.6rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.logo span { color: #c8882a; }
.nav-login {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 0.6rem 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.nav-login:hover { background: rgba(255,255,255,0.22); }

/* HERO */
.hero {
  background: linear-gradient(160deg, #0d3d2a 0%, #1d5c44 50%, #2e7d5e 100%);
  padding: 1.5rem 4rem 1rem;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
.hero-left {
  display: table-cell;
  width: 45%;
  vertical-align: top;
  padding-right: 3rem;
}
.hero-right {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
}
.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8882a;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 1.8rem;
}
.hero-title em { font-style: italic; color: #c8882a; }
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-gold { background: #c8882a; color: #fff; padding: 0.9rem 2rem; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 1rem; display: inline-block; }
.btn-gold:hover { background: #b8771f; }
.btn-outline-white { background: transparent; color: rgba(255,255,255,0.85); padding: 0.9rem 2rem; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 1rem; border: 1px solid rgba(255,255,255,0.35); display: inline-block; }
.btn-outline-white:hover { border-color: #fff; color: #fff; }

.hero-shots { display: flex; flex-direction: column; gap: 1.2rem; }
.hero-shots img { width: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 16px 48px rgba(0,0,0,0.5); display: block; cursor: pointer; transition: opacity 0.2s; }
.hero-shots img:hover { opacity: 0.85; }

/* SCROLL WIDGET */
.scroll-down {
  text-align: center;
  margin-top: 2rem;
}
.scroll-down a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 300;
  -webkit-tap-highlight-color: transparent;
}
.scroll-down a:hover { color: #fff; }
.scroll-arrow {
  display: block;
  color: inherit;
  font-size: 1rem;
  margin-top: 2px;
  animation: bounce 1.6s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* PLATFORMS */
.platforms {
  background: #e8e0d0;
  padding: 1.2rem 4rem 0 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.platforms-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #555; white-space: nowrap; }
.pills { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.pill { background: #fff; border: 1px solid #d0c8b8; padding: 0.35rem 0.9rem; border-radius: 20px; font-size: 0.82rem; font-weight: 600; }

/* FEATURES */
.features { padding: 1.5rem 4rem 0 4rem; max-width: 1100px; margin: 0 auto; }
.section-tag { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #2e7d5e; margin-bottom: 1rem; }
.section-heading { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 1rem; }
.section-sub { font-size: 1.1rem; color: #555; line-height: 1.7; margin-bottom: 0.2rem; }
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #e8e0d0; border: 2px solid #e8e0d0; }
.card { background: #f8f4ee; padding: 1.0rem; }
.card:hover { background: #fff; }
.card-header { display: flex; align-items: flex-end; gap: 0.6rem; margin-bottom: 5px; }
.card-icon { width: 48px; height: 48px; background: #2e7d5e; border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.4rem; }
.card-header h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; margin: 0; line-height: 1.2; }
.card p { font-size: 0.95rem; color: #555; line-height: 1.65; margin-top: 0; }

/* SCREENSHOTS */
.screenshots { background: #e8e0d0; padding: 1.5rem 4rem 0 4rem; }
.screenshots-inner { max-width: 1100px; margin: 0 auto; }
.screenshots-inner .section-sub { margin-bottom: 1rem; }
.shot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.shot img { width: 100%; border-radius: 8px; box-shadow: 0 4px 24px rgba(0,0,0,0.12); display: block; margin-bottom: 1rem; }
.shot h4 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 0.4rem; }
.shot p { font-size: 0.9rem; color: #555; line-height: 1.6; }

/* WHO IT'S FOR */
.for-section { background: #1d5c44; padding: 1.5rem 4rem; }
.for-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.for-left .section-tag { color: #c8882a; }
.for-left .section-heading { color: #fff; }
.for-left .section-sub { color: rgba(255,255,255,0.65); margin-bottom: 2rem; }
.for-list { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.for-list li { color: rgba(255,255,255,0.8); font-size: 1rem; padding-left: 1.5rem; position: relative; line-height: 1.5; }
.for-list li::before { content: '→'; position: absolute; left: 0; color: #c8882a; font-weight: 700; }
.stats { display: flex; flex-direction: column; gap: 1.5rem; }
.stat { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-left: 3px solid #c8882a; padding: 1.5rem 2rem; border-radius: 2px; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 0.3rem; }
.stat-label { font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.4; }

/* CTA */
.cta { padding: 1.5rem 4rem; text-align: center; max-width: 1100px; margin: 0 auto; }
.cta .section-heading { margin: 0 auto 1rem; max-width: 1100px; }
.cta .section-sub { margin: 0 auto 0.5rem; max-width: 540px; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-green { background: #2e7d5e; color: #fff; padding: 1rem 2.4rem; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 1rem; display: inline-block; }
.btn-green:hover { background: #3a9970; }
.btn-outline-green { background: transparent; color: #2e7d5e; padding: 1rem 2.4rem; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 1rem; border: 2px solid #2e7d5e; display: inline-block; }
.btn-outline-green:hover { background: #2e7d5e; color: #fff; }

/* FOOTER */
footer { background: #1a1a1a; color: rgba(255,255,255,0.4); padding: 2rem 4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.85rem; }
footer a { color: rgba(255,255,255,0.4); text-decoration: none; }
footer a:hover { color: rgba(255,255,255,0.7); }

@media (max-width: 900px) {
  .topnav, .hero, .platforms, section.features, .screenshots, .for-section, .cta, footer { padding-left: 1.5rem; padding-right: 1.5rem; }
  .hero-inner { display: block; }
  .hero-left, .hero-right { display: block; width: 100%; padding-right: 0; }
  .hero-right { display: none; }
  .hero-title { font-size: 2.8rem; }
  .cards { grid-template-columns: 1fr; }
  .shot-grid { grid-template-columns: 1fr; }
  .for-inner { grid-template-columns: 1fr; gap: 3rem; }
  .scroll-down { display: none; }
  .topnav > span { display: none; }
}
