:root {
  --brand-deep:   #4A1200;
  --brand-dark:   #7A2804;
  --brand-mid:    #A33C08;
  --brand-warm:   #C25A12;
  --brand-accent: #FF7A20;
  --brand-gold:   #F5A623;
  --brand-gold-l: #FFD080;
  --bg:           #FFFBF9;
  --bg-tint:      #FDF3ED;
  --dark:         #2D140A;
  --muted:        #8A756E;
  --border:       #EED9CE;
  --white:        #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--dark); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,251,249,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 24px;
  height: 68px; display: flex; align-items: center; gap: 14px;
}
nav img.logo { width: 64px; height: 64px; border-radius: 14px; object-fit: contain; }
.nav-brand { font-size: 1.08rem; font-weight: 800; color: var(--dark); letter-spacing: -0.3px; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.btn-nav {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--brand-warm), var(--brand-accent));
  color: #fff; font-size: .82rem; font-weight: 700;
  padding: .45rem 1.1rem; border-radius: 50px;
  transition: opacity .15s;
}
.btn-nav:hover { opacity: .88; }

/* ── HERO ── */
.hero { padding: 72px 24px 64px; }
.hero-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.hero-tag {
  display: inline-block; background: var(--bg-tint); border: 1px solid var(--border);
  color: var(--brand-mid); font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  padding: .3rem .85rem; border-radius: 50px; margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 900; line-height: 1.1;
  color: var(--brand-deep); letter-spacing: -1px; margin-bottom: 18px;
}
.hero h1 em { font-style: normal; color: var(--brand-accent); }
.hero-sub { font-size: 1.05rem; color: var(--muted); max-width: 460px; margin-bottom: 32px; line-height: 1.7; }
.cta-group { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-accent));
  color: #fff; font-size: .9rem; font-weight: 700;
  padding: .8rem 1.8rem; border-radius: 50px; transition: opacity .15s; box-shadow: 0 4px 18px rgba(194,90,18,.3);
}
.btn-primary:hover { opacity: .9; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid var(--border); color: var(--dark); background: var(--white);
  font-size: .9rem; font-weight: 600; padding: .8rem 1.6rem; border-radius: 50px; transition: border-color .15s;
}
.btn-ghost:hover { border-color: var(--brand-warm); }

.hero-visual { position: relative; }
.hero-img-wrap {
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(74,18,0,.18);
  aspect-ratio: 4/3;
  background: #A33C08;
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: contain; }
.stat-badge {
  position: absolute; bottom: -18px; left: -18px;
  background: var(--white); border: 1px solid var(--border); border-radius: 14px;
  padding: .75rem 1.1rem; display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.stat-badge .icon { font-size: 1.5rem; }
.stat-badge .label { font-size: .7rem; color: var(--muted); font-weight: 500; }
.stat-badge .value { font-size: .9rem; font-weight: 800; color: var(--brand-deep); }

/* ── STATS BAR ── */
.stats-bar { background: linear-gradient(135deg, var(--brand-deep), var(--brand-mid)); padding: 28px 24px; }
.stats-bar-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
}
.stat-item .s-value { font-size: 1.8rem; font-weight: 900; color: var(--brand-gold); line-height: 1; }
.stat-item .s-label { font-size: .78rem; color: rgba(255,251,249,.75); font-weight: 500; margin-top: 4px; }

/* ── FEATURES ── */
.features { padding: 80px 24px; background: var(--bg-tint); }
.section-header { text-align: center; max-width: 620px; margin: 0 auto 52px; }
.eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--brand-warm); margin-bottom: 10px;
}
.section-header h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--brand-deep); letter-spacing: -0.5px; margin-bottom: 12px; }
.section-header p { color: var(--muted); font-size: .97rem; }

.features-grid {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.feature-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 18px;
  overflow: hidden; transition: box-shadow .2s, transform .2s;
}
.feature-card:hover { box-shadow: 0 12px 40px rgba(74,18,0,.1); transform: translateY(-3px); }
.feature-img { width: 100%; height: 140px; object-fit: cover; }
.feature-body { padding: 1.1rem 1.25rem 1.4rem; }
.feature-icon { font-size: 1.5rem; margin-bottom: .5rem; }
.feature-card h3 { font-size: 1rem; font-weight: 800; color: var(--brand-deep); margin-bottom: .4rem; }
.feature-card p { font-size: .85rem; color: var(--muted); line-height: 1.6; }

/* ── SPLIT ── */
.split { padding: 80px 24px; }
.split-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.split-visual img { border-radius: 20px; box-shadow: 0 16px 48px rgba(74,18,0,.14); width: 100%; }
.split-text { }
.split-text h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); font-weight: 900; color: var(--brand-deep); letter-spacing: -0.5px; margin-bottom: 16px; }
.split-text p { color: var(--muted); font-size: .97rem; margin-bottom: 20px; line-height: 1.75; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: var(--dark); }
.check-list li::before {
  content: '✦'; flex-shrink: 0; margin-top: 1px;
  color: var(--brand-gold); font-size: .85rem;
}

/* ── DOWNLOAD ── */
.download {
  padding: 80px 24px;
  background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-mid) 60%, var(--brand-accent) 100%);
  text-align: center;
}
.download-inner { max-width: 600px; margin: 0 auto; }
.download h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--white); letter-spacing: -0.5px; margin-bottom: 12px; }
.download p { color: rgba(255,251,249,.8); font-size: .97rem; margin-bottom: 36px; }
.download-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-dl {
  display: inline-block; height: 52px; transition: opacity .15s;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.25));
}
.btn-dl:hover { opacity: .88; }
.btn-dl img { height: 52px; width: auto; }

/* ── FOOTER ── */
footer { background: var(--brand-deep); padding: 32px 24px; }
.footer-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 20px;
}
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 36px; height: 36px; border-radius: 8px; object-fit: contain; }
.footer-brand span { font-size: .92rem; font-weight: 700; color: var(--brand-gold); }
.footer-links { display: flex; gap: 6px; flex-wrap: wrap; margin-left: auto; align-items: center; }
.footer-links a { font-size: .83rem; color: rgba(255,251,249,.7); transition: color .15s; padding: 0 6px; }
.footer-links a:hover { color: var(--brand-gold); }
.footer-links .sep { color: rgba(255,251,249,.3); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner, .split-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { order: -1; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .features-grid { grid-template-columns: 1fr; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 1.9rem; }
}
