@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600&family=DM+Sans:wght@400;500;600&family=Caveat:wght@700&display=swap');

:root {
  --cream: #FAF7F2;
  --cream-dark: #F2EDE3;
  --clay: #C4956A;
  --clay-dark: #A67A52;
  --clay-light: #E8C9A8;
  --forest: #3D5A47;
  --forest-light: #4E7260;
  --charcoal: #2C2C2C;
  --warm-gray: #6B6560;
  --white: #FFFFFF;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --font-handwritten: 'Caveat', cursive;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-pill: 100px;
  --shadow-soft: 0 2px 20px rgba(44,44,44,0.08);
  --shadow-card: 0 4px 32px rgba(44,44,44,0.10);
  --shadow-lift: 0 12px 48px rgba(44,44,44,0.16);
  --nav-h: 60px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--cream); color: var(--charcoal); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 600; }
p { color: var(--warm-gray); line-height: 1.75; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  background: rgba(250,247,242,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid rgba(196,149,106,0.2);
  display: flex; align-items: center;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.nav-logo { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--clay); cursor: pointer; }
.nav-logo span { color: var(--forest); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--warm-gray); cursor: pointer; }
.nav-links a:hover { color: var(--charcoal); }
.nav-right { display: flex; gap: 10px; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--charcoal); }
.mobile-nav { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; background: var(--cream); z-index: 99; padding: 32px 24px; flex-direction: column; gap: 20px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 1.1rem; font-weight: 500; color: var(--charcoal); padding: 12px 0; border-bottom: 1px solid rgba(196,149,106,0.15); cursor: pointer; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 14px; font-weight: 600; padding: 11px 22px; border-radius: var(--radius-pill); border: none; cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.btn-clay { background: var(--clay); color: #fff; box-shadow: 0 4px 14px rgba(196,149,106,0.35); }
.btn-clay:hover { background: var(--clay-dark); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--charcoal); border: 1.5px solid rgba(44,44,44,0.2); }
.btn-ghost:hover { border-color: var(--clay); color: var(--clay); }
.btn-forest { background: var(--forest); color: #fff; box-shadow: 0 4px 14px rgba(61,90,71,0.3); }
.btn-forest:hover { background: var(--forest-light); transform: translateY(-1px); }
.btn-white-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.5); }
.btn-white-outline:hover { background: rgba(255,255,255,0.1); }
.btn-lg { font-size: 15px; padding: 14px 28px; }

/* SECTION LABELS */
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay); margin-bottom: 10px; display: block; }

/* HERO */
.hero { min-height: 100vh; padding-top: calc(var(--nav-h) + 72px); padding-bottom: 80px; background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(196,149,106,0.1) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 10% 80%, rgba(61,90,71,0.07) 0%, transparent 50%), var(--cream); display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(196,149,106,0.1) 1px, transparent 0); background-size: 32px 32px; pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1fr 400px; align-items: center; gap: 64px; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: #EAF3DE; border: 1px solid #C0DD97; color: #3B6D11; font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: var(--radius-pill); margin-bottom: 20px; letter-spacing: 0.04em; text-transform: uppercase; }
.badge-dot { width: 6px; height: 6px; background: #639922; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:0.4; } }
.hero-title { margin-bottom: 18px; }
.hero-title em { font-style: italic; color: var(--clay); }
.hero-sub { font-size: 16px; margin-bottom: 32px; max-width: 460px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.proof { margin-top: 28px; display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--warm-gray); }
.avatars { display: flex; }
.av { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--cream); display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 600; margin-right: -7px; }
.av1 { background: #E8C9A8; color: #7A5235; }
.av2 { background: #B8D4C8; color: #2B5C4B; }
.av3 { background: #D4C8E8; color: #5C3D8F; }

/* MOCKUP */
.hero-visual { position: relative; padding: 32px 52px; }
.mockup { background: var(--white); border-radius: 16px; border: 0.5px solid rgba(196,149,106,0.2); padding: 22px; box-shadow: var(--shadow-lift); animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.m-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.m-logo { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--clay); }
.m-week { font-size: 11px; color: var(--warm-gray); font-weight: 500; }
.m-day { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; background: var(--cream); margin-bottom: 7px; }
.m-day.active { background: #F5EBE0; border-left: 3px solid var(--clay); }
.m-label { font-size: 10px; font-weight: 600; color: var(--warm-gray); width: 24px; flex-shrink: 0; text-transform: uppercase; letter-spacing: 0.04em; }
.m-meal { font-size: 13px; font-weight: 500; color: var(--charcoal); flex: 1; }
.m-tag { font-size: 10px; padding: 2px 8px; border-radius: var(--radius-pill); background: #EAF3DE; color: #3B6D11; font-weight: 600; flex-shrink: 0; }
.m-btn { display: block; width: 100%; background: var(--cream-dark); color: var(--warm-gray); text-align: center; padding: 11px; border-radius: 10px; font-size: 13px; font-weight: 500; margin-top: 14px; border: 0.5px solid rgba(196,149,106,0.2); cursor: default; }
.float-card { position: absolute; background: var(--white); border: 0.5px solid rgba(196,149,106,0.2); border-radius: 10px; padding: 10px 14px; box-shadow: var(--shadow-card); }
.float-card.tl { top: 16px; left: 0; animation: float 6s ease-in-out 1s infinite; }
.float-card.br { bottom: 16px; right: 0; animation: float 6s ease-in-out 2s infinite; }
.fl { font-size: 10px; color: var(--warm-gray); margin-bottom: 3px; }
.fv { font-size: 14px; font-weight: 600; color: var(--charcoal); }
.fs { font-size: 10px; color: #3B6D11; font-weight: 500; margin-top: 2px; }

/* STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: var(--white); border-radius: var(--radius-lg); border: 0.5px solid rgba(196,149,106,0.15); padding: 32px 24px; text-align: center; transition: box-shadow 0.3s, transform 0.3s; }
.step-card:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }
.step-num { width: 48px; height: 48px; background: var(--clay); color: #fff; font-family: var(--font-display); font-size: 22px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; box-shadow: 0 4px 12px rgba(196,149,106,0.4); }
.step-card h3 { margin-bottom: 10px; }
.step-card p { font-size: 14px; }

/* FEATURES */
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feat { background: var(--cream-dark); border-radius: var(--radius-lg); border: 0.5px solid rgba(196,149,106,0.15); padding: 28px; transition: border-color 0.2s, transform 0.2s; }
.feat:hover { border-color: rgba(196,149,106,0.3); transform: translateY(-2px); }
.feat-icon { font-size: 22px; margin-bottom: 12px; }
.feat h3 { margin-bottom: 8px; font-size: 17px; }
.feat p { font-size: 13px; }

/* TESTIMONIALS */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tcard { background: var(--white); border-radius: var(--radius-lg); border: 0.5px solid rgba(196,149,106,0.15); padding: 26px; border-top: 3px solid var(--clay-light); }
.stars { color: var(--clay); font-size: 13px; letter-spacing: 2px; margin-bottom: 14px; }
.quote { font-family: var(--font-display); font-style: italic; font-size: 14px; color: var(--charcoal); line-height: 1.65; margin-bottom: 18px; }
.t-author { display: flex; align-items: center; gap: 10px; }
.t-av { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; }
.t-name { font-size: 13px; font-weight: 600; color: var(--charcoal); }
.t-sub { font-size: 11px; color: var(--warm-gray); }

/* CREATOR BAND */
.creator-band { background: var(--forest); padding: 72px 0; }
.creator-inner { display: flex; justify-content: center; text-align: center; max-width: 680px; margin: 0 auto; }
.creator-band h2 { color: #fff; margin-bottom: 14px; line-height: 1.25; }
.creator-band p { color: rgba(255,255,255,0.72); margin-bottom: 28px; }
.creator-band .section-label { color: var(--clay-light); }
.cstats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cstat { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 20px; }
.cstat-num { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.cstat-lbl { font-size: 11px; color: rgba(255,255,255,0.55); }

/* CTA BANDS */
.cta-clay { background: var(--clay); padding: 56px 0; text-align: center; }
.cta-clay h2 { color: #fff; margin-bottom: 10px; }
.cta-clay p { color: rgba(255,255,255,0.85); margin-bottom: 28px; font-size: 16px; }
.cta-forest { background: var(--forest); padding: 56px 0; text-align: center; }
.cta-forest h2 { color: #fff; margin-bottom: 10px; }
.cta-forest p { color: rgba(255,255,255,0.75); margin-bottom: 28px; font-size: 16px; }
.btn-white { background: #fff; color: var(--clay); border: none; padding: 14px 32px; border-radius: var(--radius-pill); font-family: var(--font-body); font-size: 15px; font-weight: 700; cursor: pointer; }
.btn-white-forest { background: #fff; color: var(--forest); border: none; padding: 14px 32px; border-radius: var(--radius-pill); font-family: var(--font-body); font-size: 15px; font-weight: 700; cursor: pointer; }

/* PAGE HERO */
.page-hero { padding: calc(var(--nav-h) + 72px) 0 64px; background: var(--cream); text-align: center; border-bottom: 0.5px solid rgba(196,149,106,0.15); }
.page-hero h1 { max-width: 800px; margin: 0 auto 16px; }
.page-hero .lead { max-width: 560px; margin: 0 auto 32px; font-size: 16px; }
.page-hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* REVENUE CARDS */
.rev-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 860px; margin: 0 auto; }
.rev-card { background: var(--cream-dark); border-radius: var(--radius-lg); border: 0.5px solid rgba(196,149,106,0.2); padding: 32px; }
.rev-card.featured { border: 2px solid var(--clay); position: relative; }
.rev-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--clay); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 12px; border-radius: var(--radius-pill); white-space: nowrap; letter-spacing: 0.05em; text-transform: uppercase; }
.rev-amount { font-family: var(--font-display); font-size: 32px; font-weight: 700; color: var(--clay); margin-bottom: 8px; }
.rev-amount-sub { font-size: 16px; font-weight: 500; color: var(--warm-gray); }
.rev-strike { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--warm-gray); text-decoration: line-through; opacity: 0.4; margin-bottom: 8px; display: block; }
.rev-strike-sub { font-size: 15px; }
.rev-handwritten { font-family: var(--font-handwritten); font-size: 26px; font-weight: 700; color: var(--forest); display: block; white-space: nowrap; line-height: 1.2; }
.rev-card h3 { font-family: var(--font-display); font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.rev-card p { font-size: 13px; }

/* CREATOR STEPS */
.creator-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.creator-step { text-align: center; padding: 24px 16px; }
.creator-step-icon { width: 56px; height: 56px; background: rgba(196,149,106,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 16px; }
.creator-step h4 { font-family: var(--font-display); font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.creator-step p { font-size: 13px; }

/* HOW IT WORKS STEPS */
.hiw-step { display: grid; grid-template-columns: 64px 1fr; gap: 28px; align-items: start; padding: 36px 0; border-bottom: 0.5px solid rgba(196,149,106,0.15); }
.hiw-step:last-child { border-bottom: none; }
.hiw-num { font-family: var(--font-display); font-size: 52px; font-weight: 700; color: rgba(196,149,106,0.22); line-height: 1; }
.hiw-step h3 { font-size: 22px; margin-bottom: 10px; }
.hiw-step p { font-size: 14px; margin-bottom: 16px; }
.check-list { display: flex; flex-direction: column; gap: 8px; }
.check-item { display: flex; gap: 10px; font-size: 13px; color: var(--warm-gray); }
.check-item span:first-child { color: #3B6D11; font-weight: 600; flex-shrink: 0; }

/* FORM */
.form-wrap { max-width: 640px; margin: 0 auto; }
.form-card { background: var(--white); border-radius: var(--radius-lg); border: 0.5px solid rgba(196,149,106,0.15); padding: 48px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-label { font-size: 13px; font-weight: 600; color: var(--charcoal); display: block; margin-bottom: 6px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 12px 14px; border: 1.5px solid rgba(44,44,44,0.15); border-radius: var(--radius-md); font-family: var(--font-body); font-size: 14px; color: var(--charcoal); background: var(--cream); transition: border-color 0.2s; appearance: none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--clay); background: var(--white); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-success { display: none; text-align: center; padding: 48px 0; }
.form-success.visible { display: block; }
.success-icon { font-size: 36px; margin-bottom: 16px; }
.success-icon + h3 { font-family: var(--font-display); font-size: 22px; margin-bottom: 8px; }

/* FAQ */
.faq-item { background: var(--white); border-radius: var(--radius-md); border: 0.5px solid rgba(196,149,106,0.15); padding: 24px 28px; margin-bottom: 10px; border-left: 3px solid var(--clay-light); }
.faq-item h4 { font-family: var(--font-display); font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.faq-item p { font-size: 14px; }

/* FOOTER */
.footer { background: var(--charcoal); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: #fff; cursor: pointer; }
.footer-logo span { color: var(--clay); }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 10px; line-height: 1.7; }
.footer h5 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; margin-bottom: 14px; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 8px; }
.footer a { font-size: 13px; color: rgba(255,255,255,0.5); cursor: pointer; }
.footer a:hover { color: var(--clay-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.3); }
.beta-pill { background: rgba(196,149,106,0.2); border: 1px solid rgba(196,149,106,0.3); color: var(--clay-light); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: var(--radius-pill); }
.divider { height: 1px; background: linear-gradient(to right, transparent, rgba(196,149,106,0.2), transparent); }

/* LEGAL */
.legal-page { max-width: 740px; margin: 0 auto; padding: calc(var(--nav-h) + 48px) 24px 80px; }
.legal-page h1 { font-size: 2rem; margin-bottom: 6px; }
.legal-page h2 { font-size: 1.15rem; margin: 32px 0 10px; }
.legal-page p, .legal-page li { font-size: 14px; line-height: 1.8; color: var(--warm-gray); }
.legal-page ul { padding-left: 24px; margin-bottom: 16px; }
.legal-effective { font-size: 13px; color: var(--warm-gray); margin-bottom: 32px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { max-width: 100%; }
  .hero-visual { display: none; }
  .hero-actions, .proof { justify-content: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .tgrid { grid-template-columns: 1fr; }
  .creator-inner { grid-template-columns: 1fr; }
  .creator-steps { grid-template-columns: repeat(2, 1fr); }
  .rev-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-right { display: none; }
  .hamburger { display: flex; }
  .hiw-step { grid-template-columns: 48px 1fr; }
  .hiw-num { font-size: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 32px 20px; }
}
@media (max-width: 600px) {
  .section { padding: 56px 0; }
  .creator-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .cstats { grid-template-columns: 1fr 1fr; }
}
