:root {
  --hfl-bg: #fffaf1;
  --hfl-bg-2: #fff;
  --hfl-text: #17120a;
  --hfl-muted: #6f6658;
  --hfl-line: rgba(39, 28, 12, 0.14);
  --hfl-gold: #c9922e;
  --hfl-gold-dark: #7a4e0c;
  --hfl-black: #111;
  --hfl-radius: 24px;
  --hfl-shadow: 0 22px 70px rgba(45, 30, 10, 0.12);
}

.hfl-wrap, .hfl-wrap * { box-sizing: border-box; }
.hfl-wrap {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--hfl-text);
  background: var(--hfl-bg);
  line-height: 1.5;
  overflow: hidden;
}
.hfl-container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.hfl-hero {
  position: relative;
  padding: clamp(64px, 8vw, 112px) 0 56px;
  background:
    radial-gradient(circle at top right, rgba(201,146,46,.23), transparent 35%),
    linear-gradient(135deg, #fffaf1 0%, #ffffff 62%, #f6ead4 100%);
}
.hfl-hero:before {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(201, 146, 46, 0.10);
  filter: blur(10px);
}
.hfl-hero-grid, .hfl-order-grid, .hfl-how-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.hfl-eyebrow {
  color: var(--hfl-gold-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.hfl-hero h1, .hfl-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
}
.hfl-hero h1 { font-size: clamp(2.45rem, 6vw, 5.65rem); max-width: 820px; }
.hfl-section h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
.hfl-subtitle {
  color: var(--hfl-muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin: 24px 0 0;
  max-width: 680px;
}
.hfl-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 0; }
.hfl-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.hfl-btn:hover { transform: translateY(-1px); }
.hfl-btn-primary { background: var(--hfl-black); color: #fff !important; box-shadow: 0 14px 32px rgba(0,0,0,.22); }
.hfl-btn-secondary { background: rgba(255,255,255,.76); color: var(--hfl-text) !important; border-color: var(--hfl-line); }
.hfl-trust-list {
  color: var(--hfl-muted);
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
.hfl-trust-list li { padding-left: 28px; position: relative; }
.hfl-trust-list li:before { content: "✓"; color: var(--hfl-gold-dark); font-weight: 900; left: 0; position: absolute; }
.hfl-hero-card {
  background: rgba(255,255,255,.74);
  border: 1px solid var(--hfl-line);
  border-radius: var(--hfl-radius);
  box-shadow: var(--hfl-shadow);
  padding: clamp(24px, 4vw, 42px);
  position: relative;
  backdrop-filter: blur(14px);
}
.hfl-premium-badge {
  background: #fff4d8;
  border: 1px solid rgba(201,146,46,.28);
  border-radius: 999px;
  color: var(--hfl-gold-dark);
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  margin-bottom: 18px;
  padding: 8px 12px;
}
.hfl-hero-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.05; margin: 0 0 14px; }
.hfl-hero-card p { color: var(--hfl-muted); margin: 0; }
.hfl-mini-metrics { border-top: 1px solid var(--hfl-line); display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 28px; padding-top: 22px; }
.hfl-mini-metrics span { color: var(--hfl-muted); font-size: .92rem; }
.hfl-mini-metrics strong { color: var(--hfl-text); display: block; font-size: 1.1rem; }
.hfl-section { padding: clamp(56px, 8vw, 92px) 0; }
.hfl-products { background: #fff; }
.hfl-section-head { max-width: 760px; margin-bottom: 34px; }
.hfl-section-head p:not(.hfl-eyebrow), .hfl-order-copy p { color: var(--hfl-muted); font-size: 1.04rem; }
.hfl-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.hfl-product-card {
  background: #fffdf8;
  border: 1px solid var(--hfl-line);
  border-radius: var(--hfl-radius);
  box-shadow: 0 16px 54px rgba(45,30,10,.08);
  min-height: 360px;
  padding: clamp(22px, 4vw, 34px);
}
.hfl-product-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.hfl-tag { background: #f4ead8; border-radius: 999px; color: var(--hfl-gold-dark); font-size: .78rem; font-weight: 850; margin: 0; padding: 7px 10px; white-space: nowrap; }
.hfl-product-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 4vw, 3rem); margin: 0 0 16px; }
.hfl-product-card p { color: var(--hfl-muted); }
.hfl-price-row { align-items: baseline; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hfl-price { color: var(--hfl-text); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 700; letter-spacing: -0.04em; }
.hfl-unit { color: var(--hfl-muted); font-weight: 700; }
.hfl-note { font-size: .94rem; margin-bottom: 22px; }
.hfl-link { color: var(--hfl-gold-dark) !important; font-weight: 900; text-decoration: none !important; }
.hfl-link:after { content: " →"; }
.hfl-updated { color: var(--hfl-muted); margin-top: 18px; }
.hfl-how { background: var(--hfl-bg); }
.hfl-steps { counter-reset: hflStep; display: grid; gap: 14px; list-style: none; margin: 0; padding: 0; }
.hfl-steps li {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--hfl-line);
  border-radius: 18px;
  padding: 18px 18px 18px 68px;
  position: relative;
}
.hfl-steps li:before {
  counter-increment: hflStep;
  content: counter(hflStep);
  align-items: center;
  background: var(--hfl-black);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 36px;
}
.hfl-steps strong { display: block; }
.hfl-steps span { color: var(--hfl-muted); display: block; }
.hfl-order { background: #111; color: #fff; }
.hfl-order .hfl-eyebrow { color: #f3c978; }
.hfl-order-copy p { color: rgba(255,255,255,.72); }
.hfl-side-note { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: rgba(255,255,255,.76); margin-top: 28px; padding: 18px; }
.hfl-side-note strong { color: #fff; }
.hfl-form {
  background: #fff;
  border-radius: var(--hfl-radius);
  box-shadow: var(--hfl-shadow);
  color: var(--hfl-text);
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
}
.hfl-form label { color: var(--hfl-text); display: grid; font-size: .9rem; font-weight: 850; gap: 7px; }
.hfl-form input, .hfl-form textarea, .hfl-form select {
  appearance: none;
  background: #fffdf8;
  border: 1px solid rgba(45,30,10,.18);
  border-radius: 14px;
  color: var(--hfl-text);
  font: inherit;
  font-weight: 500;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}
.hfl-form textarea { resize: vertical; }
.hfl-form input:focus, .hfl-form textarea:focus, .hfl-form select:focus { border-color: var(--hfl-gold); outline: 3px solid rgba(201,146,46,.16); }
.hfl-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hfl-submit { border: 0; width: 100%; }
.hfl-form-help { color: var(--hfl-muted); font-size: .9rem; margin: -4px 0 0; text-align: center; }
.hfl-faq { background: #fff; }
.hfl-faq-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; }
.hfl-faq details { background: #fffdf8; border: 1px solid var(--hfl-line); border-radius: 18px; padding: 18px; }
.hfl-faq summary { cursor: pointer; font-weight: 900; }
.hfl-faq p { color: var(--hfl-muted); margin-bottom: 0; }
@media (max-width: 860px) {
  .hfl-hero-grid, .hfl-order-grid, .hfl-how-grid, .hfl-product-grid, .hfl-faq-grid { grid-template-columns: 1fr; }
  .hfl-hero { padding-top: 48px; }
  .hfl-mini-metrics { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .hfl-container { width: min(100% - 24px, 1120px); }
  .hfl-actions, .hfl-btn { width: 100%; }
  .hfl-form-row { grid-template-columns: 1fr; }
  .hfl-product-top { display: block; }
  .hfl-tag { display: inline-flex; margin-bottom: 14px; }
}
