*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#FEFEFA;--bg-alt:#F4F7F2;--fg:#1C1C1E;--fg-muted:#6B6B6B;--accent:#5BA87A;--accent-warm:#E8941A;--accent-blue:#5B7EE8;--accent-purple:#9B5EE8;--surface:#FFFFFF;--border:#E2E8E0;--radius:16px;--radius-sm:10px}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--fg);font-family:'Nunito',system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Bitter',Georgia,serif;font-weight:700;line-height:1.15}
.section-label{display:inline-block;font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--accent);margin-bottom:0.75rem;font-family:'Nunito',sans-serif}
/* NAV */
.nav{position:sticky;top:0;z-index:50;background:rgba(254,254,250,0.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav-inner{max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center}
.nav-logo{display:flex;align-items:center;gap:0.6rem;text-decoration:none;color:var(--fg);font-family:'Bitter',serif;font-weight:700;font-size:1.1rem}
/* HERO */
.hero{max-width:1100px;margin:0 auto;padding:5rem 2rem 4rem}
.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero-eyebrow{font-size:0.85rem;font-weight:700;color:var(--fg-muted);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:1.25rem}
.hero-headline{font-size:3.2rem;margin-bottom:1.5rem;color:var(--fg)}
.hero-sub{font-size:1.1rem;color:var(--fg-muted);line-height:1.7;max-width:440px}
/* Schedule mockup */
.schedule-mock{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,0.07)}
.mock-header{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:#F9FBF9;border-bottom:1px solid var(--border)}
.mock-dot{width:10px;height:10px;border-radius:50%}
.mock-dot.red{background:#FF5F57}
.mock-dot.yellow{background:#FFBD2E}
.mock-dot.green{background:#28C840}
.mock-title{font-size:0.75rem;color:var(--fg-muted);font-weight:600;margin-left:0.5rem}
.mock-body{padding:1rem}
.routine-card{display:flex;align-items:center;gap:0.75rem;padding:0.6rem 0.75rem;border-radius:8px;margin-bottom:0.5rem;transition:all 0.2s}
.routine-card.done{background:#E8F5ED}
.routine-card.active{background:#FEF9F0;border:1.5px solid #F0C97A}
.routine-card.upcoming{background:#FAFAFA}
.routine-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.routine-card.done .routine-icon{background:#5BA87A;color:white}
.routine-card.active .routine-icon{background:#F0C97A;color:#8B6C00}
.routine-card.upcoming .routine-icon{background:#E2E8E0;color:#9B9B9B}
.routine-info{display:flex;flex-direction:column}
.routine-name{font-size:0.85rem;font-weight:600;color:var(--fg)}
.routine-time{font-size:0.72rem;color:var(--fg-muted)}
/* Progress ring */
.hero-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}
.progress-ring{position:relative;width:80px;height:80px;align-self:flex-end}
.progress-ring svg{width:100%;height:100%}
.progress-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--accent);font-family:'Bitter',serif}
.hero-stats{display:flex;align-items:center;gap:0;margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}
.stat{flex:1;text-align:center}
.stat-number{display:block;font-family:'Bitter',serif;font-size:1.6rem;font-weight:700;color:var(--fg)}
.stat-desc{display:block;font-size:0.8rem;color:var(--fg-muted);margin-top:0.25rem;line-height:1.4}
.stat-divider{width:1px;height:40px;background:var(--border)}
/* PROBLEM */
.problem{background:#F4F7F2;padding:6rem 2rem}
.problem-inner{max-width:1100px;margin:0 auto;text-align:center}
.problem-headline{font-size:2.6rem;margin-bottom:1.5rem}
.problem-body{font-size:1.05rem;color:var(--fg-muted);max-width:600px;margin:0 auto 3rem;line-height:1.75}
.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}
.problem-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem}
.problem-icon{width:52px;height:52px;margin:0 auto 1.25rem;background:#EEF3EE;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--fg-muted)}
.problem-card-text{font-size:0.95rem;font-weight:600;color:var(--fg);line-height:1.4}
/* FEATURES */
.features{padding:6rem 2rem}
.features-inner{max-width:1100px;margin:0 auto}
.features-headline{font-size:2.4rem;margin-bottom:3rem}
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;transition:box-shadow 0.2s}
.feature-card:hover{box-shadow:0 4px 24px rgba(0,0,0,0.06)}
.feature-icon-wrap{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.feature-title{font-size:1.1rem;margin-bottom:0.75rem;color:var(--fg)}
.feature-desc{font-size:0.9rem;color:var(--fg-muted);line-height:1.65;margin-bottom:1rem}
.feature-list{list-style:none;display:flex;flex-direction:column;gap:0.35rem}
.feature-list li{font-size:0.82rem;color:var(--fg-muted);padding-left:1rem;position:relative}
.feature-list li::before{content:'';position:absolute;left:0;top:0.55rem;width:5px;height:5px;border-radius:50%;background:var(--accent)}
/* PHILOSOPHY */
.philosophy{background:#F4F7F2;padding:6rem 2rem}
.philosophy-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.philosophy-headline{font-size:2.4rem;margin-bottom:1.5rem}
.philosophy-body{font-size:1rem;color:var(--fg-muted);line-height:1.75;margin-bottom:1rem}
.philosophy-stats{display:flex;flex-direction:column;gap:2rem}
.phil-stat{border-left:3px solid var(--accent);padding-left:1.25rem}
.phil-number{display:block;font-family:'Bitter',serif;font-size:1rem;font-weight:700;color:var(--fg);margin-bottom:0.25rem}
.phil-desc{font-size:0.88rem;color:var(--fg-muted);line-height:1.55}
/* CLOSING */
.closing{padding:7rem 2rem;text-align:center;background:var(--fg);color:white}
.closing-inner{max-width:700px;margin:0 auto}
.closing-headline{font-size:2.5rem;color:white;margin-bottom:1.5rem}
.closing-sub{font-size:1.05rem;color:rgba(255,255,255,0.65);line-height:1.7}
/* FOOTER */
.footer{padding:2.5rem 2rem;background:var(--fg);border-top:1px solid rgba(255,255,255,0.1)}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.footer-logo{display:flex;align-items:center;gap:0.5rem;color:white;font-family:'Bitter',serif;font-weight:700;font-size:1rem}
.footer-tagline{font-size:0.82rem;color:rgba(255,255,255,0.45)}
/* RESPONSIVE */
@media(max-width:768px){
  .hero{padding:3rem 1.5rem 2rem}
  .hero-content{grid-template-columns:1fr;gap:2.5rem}
  .hero-headline{font-size:2.4rem}
  .hero-visual{display:none}
  .hero-stats{flex-direction:column;gap:1rem}
  .stat-divider{width:40px;height:1px}
  .problem-cards{grid-template-columns:1fr}
  .features-grid{grid-template-columns:1fr}
  .philosophy-inner{grid-template-columns:1fr;gap:3rem}
  .closing-headline{font-size:1.9rem}
  .footer-inner{flex-direction:column;gap:1rem;text-align:center}
}