/* HalfEats homepage reassurance band + savings calculator (scoped) */

/* Layout wrappers */
#hf-reassure, #hf-calc, #hf-savings { box-sizing: border-box; }

/* Section containers */
.hf-reassure { background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%); padding: 48px 0; }
.hf-calc { background: linear-gradient(180deg, #F8FAFC 0%, #EEF2FF 100%); padding: 48px 0; }
.hf-calc { display: none !important; }
.hf-savings { background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 55%, #f8fafc 100%); padding: 72px 0 90px; }

/* Constrain width similar to site shells */
.hf-wrap { max-width: 1100px; margin: 0 auto; padding: 0 16px; }

/* Reassurance title */
.hf-reassure-title { font-weight: 800; font-size: 28px; line-height: 1.2; color: #0f172a; text-align: center; margin: 0 0 18px; }
.hf-reassure-sub { text-align: center; color: #475569; margin-bottom: 20px; }

/* 3-card grid */
.hf-reassure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 900px) { .hf-reassure-grid { grid-template-columns: 1fr; } }

.hf-re-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 14px; box-shadow: 0 8px 20px rgba(2,6,23,.06); display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.hf-re-icon { width: 28px; height: 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #ecfdf5; color: #059669; font-weight: 900; font-size: 0; }
.hf-re-head { font-weight: 700; color: #0f172a; margin: 0 0 4px; }
.hf-re-body { color: #475569; font-size: 14px; margin: 0; }
.hf-re-faq { display: inline-block; margin-top: 12px; color: #2563eb; text-decoration: underline; font-weight: 600; }

/* Calculator card */
.hf-calc-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; box-shadow: 0 12px 24px rgba(2,6,23,.08); overflow: hidden; }
.hf-calc-head { background: #ffffff; color: #111827; padding: 16px; font-weight: 800; font-size: 18px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #e5e7eb; }
.hf-calc-sub { margin: 0; padding: 8px 16px; color: #0f172a; }

.hf-calc-body { padding: 12px 16px 16px; }
.hf-calc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 900px) { .hf-calc-row { grid-template-columns: 1fr; } }

.hf-calc-box { border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px; background: #f8fafc; }
.hf-calc-box.right { background: #eff6ff; }
.hf-calc-val { font-weight: 800; font-size: 28px; color: #0f172a; }
.hf-calc-cap { font-size: 12px; color: #64748b; }

/* Slider */
.hf-slider-wrap { margin: 8px 0 10px; }
.hf-slider-label { display: flex; justify-content: space-between; font-size: 13px; color: #334155; margin-bottom: 6px; }
.hf-slider { width: 100%; accent-color: #16a34a; }
.hf-slider-ticks { display: flex; justify-content: space-between; font-size: 12px; color: #64748b; margin-top: 4px; }

/* Equivalents list */
.hf-calc-eq { margin: 10px 0 0; padding: 10px 12px; border: 1px dashed #e5e7eb; border-radius: 12px; background: #fff7ed; color: #7c2d12; font-size: 14px; }
.hf-calc-eq ul { margin: 6px 0 0 18px; padding: 0; }
.hf-calc-eq li { margin: 4px 0; }

/* CTA band */
.hf-calc-cta-row { margin: 14px 16px 16px; background: linear-gradient(90deg,#2563eb,#1d4ed8); border: 1px solid #1d4ed8; border-radius: 12px; padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #fff; box-shadow: 0 10px 20px rgba(37,99,235,.18); }
.hf-calc-cta-title { font-weight: 700; }
.hf-btn { display: inline-block; padding: 10px 16px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.hf-btn.primary { background: linear-gradient(90deg,#2563eb,#1d4ed8); color: #fff; border: 1px solid #1d4ed8; }
.hf-btn.primary:hover { filter: brightness(0.95); }

.hf-calc-note { margin: 8px 16px 16px; font-size: 12px; color: #6b7280; }

/* Savings summary block (MealSlash-style) */
.hf-savings-wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.hf-savings-title { text-align: center; font-weight: 800; font-size: 34px; line-height: 1.2; color: #0f172a; margin: 0 0 22px; }
.hf-savings-title span { color: #2563eb; }
.hf-savings-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 20px; padding: 24px 26px; box-shadow: 0 22px 44px rgba(15,23,42,.14); max-width: 820px; margin: 0 auto 24px; }
.hf-savings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
@media (max-width: 900px) { .hf-savings-grid { grid-template-columns: 1fr; } }
.hf-savings-col h3 { font-weight: 700; color: #0f172a; margin: 0 0 14px; font-size: 18px; }
.hf-savings-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #e5e7eb; font-size: 15px; color: #475569; }
.hf-savings-row:last-child { border-bottom: 0; }
.hf-savings-row .strike { color: #94a3b8; text-decoration: line-through; font-weight: 700; font-size: 20px; }
.hf-savings-row .save { color: #16a34a; font-weight: 800; font-size: 22px; }
.hf-savings-row .save.you-save { color: #2563eb; }
.hf-savings-month { background: linear-gradient(135deg, #e8f1ff 0%, #f4f8ff 100%); border: 1px solid #c7dcff; border-radius: 16px; padding: 18px; }
.hf-savings-month .hf-savings-row { border-bottom: 0; padding: 8px 0; }
.hf-savings-month .hf-savings-total { margin-top: 12px; padding-top: 12px; border-top: 1px solid #c7dcff; text-align: center; font-weight: 800; color: #2563eb; font-size: 20px; }
.hf-savings-cta { text-align: center; }
.hf-savings-cta .hf-btn.primary { font-size: 18px; padding: 14px 30px; border-radius: 999px; }
.hf-savings-badges { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; color: #6b7280; }
.hf-savings-badge { display: inline-flex; align-items: center; gap: 6px; }
.hf-savings-badge svg { width: 16px; height: 16px; color: #16a34a; }

/* a11y */
[aria-live="polite"] { outline: none; }
