:root {
  --ink: #101813;
  --muted: #647068;
  --line: #dce4de;
  --soft: #f3f7f3;
  --dark: #0d1710;
  --dark-soft: #15231a;
  --green: #36d52b;
  --green-dark: #187b22;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
.content, .header-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 6px; }
.brand strong { font-size: 18px; }
.main-nav { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 800; }
.main-nav a { padding: 10px 12px; border-radius: 6px; }
.main-nav a:hover, .main-nav a:focus-visible { background: var(--soft); outline: none; }

.intro-band { min-height: 390px; display: grid; align-items: center; background: var(--dark); color: var(--white); overflow: hidden; }
.intro-content { padding-top: 64px; padding-bottom: 68px; }
.intro-content > div { max-width: 820px; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.intro-band .eyebrow, .offers-band .eyebrow { color: #72ee68; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: 76px; line-height: .96; }
.intro-copy { max-width: 680px; margin: 24px 0 0; color: #dce8de; font-size: 21px; line-height: 1.55; }
.intro-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-weight: 900; }
.button-primary { border-color: var(--green); background: var(--green); color: #071109; }
.button-primary:hover, .button-primary:focus-visible { background: #6beb61; outline: 3px solid rgba(54,213,43,.25); }
.button-secondary { border-color: #526157; background: transparent; color: var(--white); }
.button-secondary:hover { border-color: #9fb0a4; }

.section { padding-top: 78px; padding-bottom: 84px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.section-heading h2, .disclosure-content h2 { margin: 0; font-size: 38px; line-height: 1.1; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.6; }
.niche-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.niche-card { --accent: var(--green); min-height: 155px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 7px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); box-shadow: inset 0 4px 0 var(--accent); }
.niche-card:hover, .niche-card:focus-visible { background: var(--soft); outline: none; }
.niche-card span { margin-bottom: auto; color: var(--accent); font-size: 12px; font-weight: 950; }
.niche-card strong { font-size: 20px; }
.niche-card small { color: var(--muted); font-size: 13px; line-height: 1.4; }
.niche-wide { grid-column: span 2; }
.accent-lime { --accent:#45cf34; }.accent-yellow{--accent:#d8aa00}.accent-pink{--accent:#d6478d}.accent-blue{--accent:#3374d6}.accent-cyan{--accent:#158fa1}.accent-coral{--accent:#e25d50}.accent-green{--accent:#178764}.accent-orange{--accent:#d66b22}.accent-gold{--accent:#b78b00}

.offers-band { background: var(--dark); color: var(--white); }
.light-heading > p { color: #9eaea3; }
.offer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.offer-card { min-width: 0; overflow: hidden; border: 1px solid #354239; border-radius: 6px; background: var(--dark-soft); }
.offer-image { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #fff; }
.offer-image img { width: 100%; height: 100%; object-fit: contain; }
.offer-niche { position: absolute; top: 10px; left: 10px; padding: 6px 8px; border-radius: 4px; background: rgba(13,23,16,.9); color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.offer-body { min-height: 250px; display: flex; flex-direction: column; gap: 10px; padding: 16px; }
.offer-store { color: #92a096; font-size: 12px; font-weight: 800; }
.offer-title { min-height: 48px; margin: 0; display: -webkit-box; overflow: hidden; font-size: 16px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.coupon-tag { align-self: flex-start; padding: 5px 7px; border: 1px solid #688052; border-radius: 4px; color: #9af785; font-size: 10px; font-weight: 900; }
.offer-price { margin-top: auto; }
.old-price { min-height: 18px; color: #849087; font-size: 12px; text-decoration: line-through; }
.current-price { margin-top: 2px; font-size: 24px; font-weight: 950; }
.offer-link { min-height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 5px; background: var(--green); color: #071109; font-size: 13px; font-weight: 950; }
.offer-link:hover { background: #6beb61; }
.feed-status { margin: 18px 0 0; color: #a8b5ac; }
.loading-card { min-height: 420px; border: 1px solid #354239; border-radius: 6px; background: #15231a; animation: pulse 1.2s ease-in-out infinite alternate; }
@keyframes pulse { to { opacity: .5; } }

.blog-section { background: #fff; }
.text-link { color: var(--green-dark); font-weight: 900; }
.text-link:hover { text-decoration: underline; }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.article-card:hover { border-color: #a7b6aa; }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-body { padding: 18px; }
.article-category { color: var(--green-dark); font-size: 11px; font-weight: 950; text-transform: uppercase; }
.article-card h3 { margin: 9px 0 10px; font-size: 20px; line-height: 1.3; }
.article-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.article-loading { min-height: 340px; border-color: var(--line); background: var(--soft); }

.disclosure-band { border-top: 1px solid var(--line); background: #edf3ee; }
.disclosure-content { min-height: 260px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding-top: 54px; padding-bottom: 54px; }
.disclosure-content > p { margin: 0; color: var(--muted); line-height: 1.7; }
.site-footer { background: #09110b; color: #dce6de; }
.footer-inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; }
.footer-brand img { width: 36px; height: 36px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; color: #aab6ad; font-size: 13px; font-weight: 800; }
.site-footer small { color: #76837a; }

.contact-page { min-height: 100vh; background: #f3f7f3; }
.contact-main { min-height: calc(100vh - 222px); display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 70px; padding-top: 80px; padding-bottom: 90px; }
.contact-intro h1 { margin: 0 0 22px; font-size: 64px; line-height: 1; }
.contact-intro > p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.contact-direct { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); }
.contact-direct span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-direct a { color: var(--green-dark); font-weight: 900; }
.contact-form { align-self: start; display: grid; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #2d3931; font-size: 13px; font-weight: 900; }
.contact-form label small { color: var(--muted); font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #bdc9c0; border-radius: 5px; background: #fff; color: var(--ink); outline: none; }
.contact-form input, .contact-form select { height: 48px; padding: 0 12px; }
.contact-form textarea { min-height: 170px; resize: vertical; padding: 12px; line-height: 1.55; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(24,123,34,.12); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-footer p { max-width: 470px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-footer .button { border: 0; }
.form-footer .button:disabled { cursor: wait; opacity: .55; }
.form-status { min-height: 22px; margin: 0; color: var(--muted); font-size: 14px; font-weight: 800; }
.form-status.is-success { color: var(--green-dark); }.form-status.is-error { color: #b42525; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.compact-footer .footer-inner { min-height: 120px; }

@media (max-width: 920px) {
  .niche-grid, .offer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-main { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 640px) {
  .content, .header-inner { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 64px; }
  .brand img { width: 36px; height: 36px; }
  .main-nav { gap: 0; overflow-x: auto; }
  .main-nav a { padding: 9px 8px; font-size: 12px; white-space: nowrap; }
  .intro-band { min-height: 410px; }
  .intro-content { padding-top: 52px; padding-bottom: 52px; }
  h1 { font-size: 52px; }
  .intro-copy { font-size: 18px; }
  .intro-actions { flex-direction: column; }
  .intro-actions .button { width: 100%; }
  .section { padding-top: 56px; padding-bottom: 60px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section-heading h2, .disclosure-content h2 { font-size: 30px; }
  .niche-grid { grid-template-columns: 1fr 1fr; }
  .niche-card { min-height: 150px; padding: 16px; }
  .niche-card strong { font-size: 17px; }
  .niche-wide { grid-column: span 2; }
  .offer-grid, .article-grid { grid-template-columns: 1fr; }
  .offer-card { display: grid; grid-template-columns: 128px minmax(0,1fr); }
  .offer-image { aspect-ratio: auto; min-height: 100%; }
  .offer-body { min-height: 0; padding: 14px; }
  .offer-title { min-height: 42px; font-size: 14px; }
  .current-price { font-size: 20px; }
  .offer-link { min-height: 42px; }
  .loading-card { min-height: 260px; }
  .disclosure-content { grid-template-columns: 1fr; gap: 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 20px; padding-top: 34px; padding-bottom: 34px; }
  .contact-main { padding-top: 54px; padding-bottom: 60px; }
  .contact-intro h1 { font-size: 48px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 18px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
}
