*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #fffbf5; color: #1c1917; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
a { color: #d97706; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; }

.nav { background: #fff; border-bottom: 1px solid #fde68a; padding: 1rem 2rem; display: flex; align-items: center; position: sticky; top: 0; z-index: 100; }
.logo { font-size: 1.3rem; font-weight: 900; letter-spacing: -0.5px; color: #1c1917; }
.logo span { color: #f59e0b; }

.hero { display: flex; align-items: center; justify-content: space-between; max-width: 900px; margin: 0 auto; padding: 4rem 1.5rem 3rem; gap: 2rem; }
.hero-content { flex: 1; }
.hero-art { flex: 0 0 280px; }
.hero-art svg { width: 100%; height: auto; }
.badge { display: inline-block; background: #fef3c7; color: #92400e; font-size: 0.85rem; font-weight: 600; padding: 0.4rem 1rem; border-radius: 20px; margin-bottom: 1.2rem; }
h1 { font-size: 2.6rem; font-weight: 900; letter-spacing: -1.5px; line-height: 1.15; margin-bottom: 1.2rem; color: #1c1917; }
h1 em { color: #f59e0b; font-style: normal; }
.hero-sub { font-size: 1.1rem; color: #57534e; line-height: 1.7; margin-bottom: 2rem; max-width: 480px; }
.btn-hero { display: inline-block; background: #f59e0b; color: #1c1917; font-weight: 800; font-size: 1.05rem; padding: 1rem 2rem; border-radius: 12px; text-decoration: none; transition: background 0.2s; }
.btn-hero:hover { background: #fbbf24; text-decoration: none; }
.hero-note { margin-top: 0.8rem; font-size: 0.85rem; color: #a8a29e; }

.how { background: #fff; padding: 4rem 0; border-top: 1px solid #fde68a; border-bottom: 1px solid #fde68a; }
.how h2, .what-you-get h2, .sample h2, .testimonials h2, .faq h2, .form-section h2 { font-size: 1.8rem; font-weight: 900; letter-spacing: -0.5px; text-align: center; margin-bottom: 2.5rem; }
.steps { display: flex; align-items: flex-start; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.step { text-align: center; max-width: 200px; }
.step-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
.step p { font-size: 0.9rem; color: #57534e; line-height: 1.6; }
.step-arrow { font-size: 1.5rem; color: #fbbf24; padding-top: 2rem; }

.what-you-get { padding: 4rem 0; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.feature { display: flex; gap: 1rem; align-items: flex-start; background: #fff; border: 1px solid #fde68a; border-radius: 12px; padding: 1.2rem; }
.feature-icon { font-size: 1.8rem; flex-shrink: 0; }
.feature h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.3rem; }
.feature p { font-size: 0.88rem; color: #57534e; line-height: 1.6; }

.sample { background: #fff; padding: 4rem 0; border-top: 1px solid #fde68a; border-bottom: 1px solid #fde68a; }
.section-sub { text-align: center; color: #57534e; margin-top: -1.5rem; margin-bottom: 2rem; font-size: 0.95rem; }
.sample-card { border: 2px solid #fde68a; border-radius: 16px; overflow: hidden; max-width: 600px; margin: 0 auto; }
.sample-header { background: #fef3c7; padding: 1rem 1.5rem; font-weight: 800; font-size: 1.05rem; color: #92400e; }
.sample-body { padding: 1.5rem; position: relative; }
.sample-body p { margin-bottom: 0.8rem; font-size: 0.95rem; line-height: 1.7; color: #44403c; }
.sample-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(transparent, #fff); }
.sample-cta { text-align: center; padding: 1rem; background: #fffbf5; border-top: 1px solid #fde68a; color: #d97706; font-weight: 700; font-size: 0.95rem; }

.testimonials { padding: 4rem 0; }
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.review { background: #fff; border: 1px solid #fde68a; border-radius: 12px; padding: 1.5rem; }
.stars { color: #f59e0b; font-size: 1.1rem; margin-bottom: 0.8rem; }
.review p { font-size: 0.92rem; color: #44403c; line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.reviewer { font-size: 0.85rem; font-weight: 600; color: #92400e; }

.faq { background: #fff; padding: 4rem 0; border-top: 1px solid #fde68a; border-bottom: 1px solid #fde68a; }
.faqs { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.2rem; }
.faq-item { border: 1px solid #fde68a; border-radius: 12px; padding: 1.2rem 1.5rem; background: #fffbf5; }
.faq-item h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.5rem; color: #1c1917; }
.faq-item p { font-size: 0.9rem; color: #57534e; line-height: 1.6; }

.form-section { padding: 4rem 0; }
.form-section h2 { margin-bottom: 0.5rem; }
.form-section .section-sub { margin-top: 0; margin-bottom: 0; }
.card { background: #fff; border: 1px solid #fde68a; border-radius: 16px; padding: 2rem; max-width: 700px; margin: 2rem auto 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; }
.form-group label { font-size: 0.85rem; font-weight: 600; color: #44403c; margin-bottom: 0.4rem; }
.form-group input, .form-group select { background: #fffbf5; border: 1px solid #fde68a; border-radius: 8px; padding: 0.75rem 1rem; color: #1c1917; font-size: 0.95rem; outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus { border-color: #f59e0b; }
.form-group select option { background: #fff; }
.trust-bar { text-align: center; font-size: 0.82rem; color: #a8a29e; margin: 1.5rem 0 1rem; }
.btn { width: 100%; background: #f59e0b; color: #1c1917; border: none; border-radius: 10px; padding: 1rem; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: background 0.2s; }
.btn:hover { background: #fbbf24; }
.btn:disabled { opacity: 0.6; cursor: not-allowed; }

.footer { background: #1c1917; color: #a8a29e; text-align: center; padding: 2.5rem 1.5rem; font-size: 0.9rem; }
.footer .logo { color: #fff; }
.footer .logo span { color: #f59e0b; }
.footer a { color: #f59e0b; }

@media (max-width: 640px) {
  .hero { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
  .hero-art { display: none; }
  h1 { font-size: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .step-arrow { display: none; }
}

.cert { width: 100%; max-width: 280px; margin: 0 auto; }
.cert-border { background: #fff; border: 3px solid #f59e0b; border-radius: 12px; padding: 1.5rem 1.2rem; text-align: center; box-shadow: 4px 4px 0px #fde68a, inset 0 0 0 6px #fffbf5; position: relative; }
.cert-paws { font-size: 0.85rem; letter-spacing: 4px; margin-bottom: 0.6rem; opacity: 0.6; }
.cert-title { font-size: 0.75rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #92400e; margin-bottom: 0.5rem; }
.cert-subtitle { font-size: 0.78rem; color: #a8a29e; margin-bottom: 0.3rem; }
.cert-name { font-size: 1.6rem; font-weight: 900; color: #1c1917; font-family: Georgia, serif; margin-bottom: 0.6rem; letter-spacing: -0.5px; }
.cert-body { font-size: 0.82rem; color: #57534e; line-height: 1.7; margin-bottom: 0.8rem; }
.cert-body strong { color: #1c1917; }
.cert-grade { font-size: 2.5rem; font-weight: 900; color: #f59e0b; line-height: 1; margin-bottom: 0.3rem; }
.cert-seal { font-size: 2rem; margin-bottom: 0.6rem; }
.cert-footer { font-size: 0.7rem; color: #a8a29e; border-top: 1px solid #fde68a; padding-top: 0.6rem; margin-top: 0.3rem; letter-spacing: 0.5px; }
