/* Honey Power Official Store - Flagship DTC Stylesheet */
:root {
  --hpz-brand: #d97706;
  --hpz-brand-dark-1: #13241b;
  --hpz-brand-dark-2: #09130e;
  --hpz-accent: #ea580c;
  --hpz-accent-end: #d97706;
  --hpz-accent-hover: #c2410c;
  --hpz-bg: #fcfbf7;
  --hpz-surface: #ffffff;
  --hpz-ink: #181511;
  --hpz-muted: #57534e;
  --hpz-border: #e7e5e4;
  --hpz-save-green: #15803d;
  --hpz-font-heading: 'Urbanist', system-ui, -apple-system, sans-serif;
  --hpz-font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: var(--hpz-bg);
  color: var(--hpz-ink);
  font-family: var(--hpz-font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--hpz-brand);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hpz-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Slim Header */
.hpz-header {
  background: #ffffff;
  border-bottom: 1px solid var(--hpz-border);
  position: sticky;
  top: 0;
  z-index: 990;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.hpz-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.hpz-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.hpz-logo-badge {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: var(--hpz-font-heading);
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(217, 119, 6, 0.25);
}

.hpz-logo-text {
  display: flex;
  flex-direction: column;
}

.hpz-logo-brand {
  font-family: var(--hpz-font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--hpz-ink);
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.hpz-logo-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--hpz-brand);
}

.hpz-nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hpz-nav-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--hpz-ink);
  transition: color 0.15s ease;
}

.hpz-nav-link:hover {
  color: var(--hpz-brand);
  text-decoration: none;
}

.hpz-nav-cta {
  background: linear-gradient(135deg, var(--hpz-brand), #b45309);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hpz-nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(217,119,6,0.3);
}

.hpz-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hpz-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--hpz-ink);
  margin: 5px 0;
  transition: 0.2s;
}

/* Hero Section */
.hpz-hero {
  padding: 48px 0 56px;
  background: radial-gradient(circle at top center, rgba(245, 158, 11, 0.08), transparent 70%), #fcfbf7;
}

.hpz-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hpz-hero-content {
  display: flex;
  flex-direction: column;
}

.hpz-h1 {
  font-family: var(--hpz-font-heading);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--hpz-ink);
  margin: 0 0 16px;
  letter-spacing: -1px;
}

.hpz-hero-lead {
  font-size: 18px;
  color: #44403c;
  margin: 0 0 20px;
  line-height: 1.5;
}

.hpz-canon-box {
  background: #ffffff;
  border-left: 4px solid var(--hpz-brand);
  padding: 14px 18px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  font-size: 14.5px;
  line-height: 1.55;
  color: #292524;
  margin: 0 0 24px;
}

.hpz-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hpz-hero-img-wrap {
  position: relative;
  max-width: 480px;
  width: 100%;
}

.hpz-hero-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #15803d, #166534);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(21, 128, 61, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hpz-hero-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 28px;
}

.hpz-bullet-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #292524;
}

.hpz-bullet-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #15803d;
}

/* N1 Hero CTA */
.hpz-btn-hero {
  display: block;
  background: linear-gradient(135deg, var(--hpz-accent), var(--hpz-accent-end));
  color: #ffffff;
  font-family: var(--hpz-font-heading);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding: 20px 32px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(234, 88, 12, 0.35);
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: hpz-pulse 3s infinite ease-in-out;
}

.hpz-btn-hero:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(234, 88, 12, 0.45);
}

@keyframes hpz-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(234, 88, 12, 0.35);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 14px 32px rgba(234, 88, 12, 0.5);
  }
}

.hpz-reassurance {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #78716c;
  margin-top: 10px;
}

/* Trust Strip */
.hpz-trust-strip {
  background: #ffffff;
  border-top: 1px solid var(--hpz-border);
  border-bottom: 1px solid var(--hpz-border);
  padding: 18px 0;
}

.hpz-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}

.hpz-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #292524;
}

.hpz-trust-icon {
  width: 22px;
  height: 22px;
  color: var(--hpz-brand);
}

/* Content Sections */
.hpz-section {
  padding: 72px 0;
}

.hpz-section-alt {
  background: #ffffff;
  border-top: 1px solid var(--hpz-border);
  border-bottom: 1px solid var(--hpz-border);
}

.hpz-section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}

.hpz-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--hpz-brand);
  margin-bottom: 8px;
}

.hpz-h2 {
  font-family: var(--hpz-font-heading);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--hpz-ink);
  margin: 0 0 14px;
  letter-spacing: -0.5px;
}

.hpz-section-desc {
  font-size: 17px;
  color: var(--hpz-muted);
  margin: 0;
}

/* Why Direct 3 Cards */
.hpz-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

.hpz-card {
  background: #ffffff;
  border: 1px solid var(--hpz-border);
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hpz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.hpz-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(217, 119, 6, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hpz-brand);
  margin-bottom: 20px;
}

.hpz-card-title {
  font-family: var(--hpz-font-heading);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--hpz-ink);
}

.hpz-card-text {
  font-size: 15px;
  color: var(--hpz-muted);
  margin: 0;
  line-height: 1.55;
}

/* Section CTA N2 */
.hpz-cta-wrap {
  text-align: center;
  margin-top: 36px;
}

.hpz-btn-section {
  display: inline-block;
  background: linear-gradient(135deg, #15803d, #166534);
  color: #ffffff;
  font-family: var(--hpz-font-heading);
  font-size: 17px;
  font-weight: 700;
  padding: 15px 34px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(21, 128, 61, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hpz-btn-section:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(21, 128, 61, 0.35);
}

/* Formula & Mechanics Grid */
.hpz-formula-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hpz-formula-text p {
  font-size: 16px;
  color: #292524;
  margin: 0 0 18px;
  line-height: 1.65;
}

.hpz-ingredients-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.hpz-ing-pill {
  background: var(--hpz-bg);
  border: 1px solid var(--hpz-border);
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #292524;
}

/* Pricing Section */
.hpz-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 24px;
}

.hpz-pkg-card {
  background: #ffffff;
  border: 2px solid var(--hpz-border);
  border-radius: 20px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.hpz-pkg-featured {
  border-color: var(--hpz-brand);
  box-shadow: 0 12px 36px rgba(217, 119, 6, 0.15);
  transform: scale(1.03);
  z-index: 2;
}

.hpz-pkg-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--hpz-accent), var(--hpz-brand));
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 18px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
  white-space: nowrap;
}

.hpz-pkg-title {
  font-family: var(--hpz-font-heading);
  font-size: 24px;
  font-weight: 800;
  margin: 8px 0 4px;
  color: var(--hpz-ink);
}

.hpz-pkg-supply {
  font-size: 14px;
  font-weight: 600;
  color: var(--hpz-muted);
  margin-bottom: 16px;
}

.hpz-pkg-img {
  max-height: 180px;
  width: auto;
  margin: 0 auto 16px;
  object-fit: contain;
}

.hpz-pkg-price-row {
  margin-bottom: 8px;
}

.hpz-pkg-price {
  font-family: var(--hpz-font-heading);
  font-size: 42px;
  font-weight: 800;
  color: var(--hpz-ink);
}

.hpz-pkg-per {
  font-size: 14px;
  font-weight: 600;
  color: var(--hpz-muted);
}

.hpz-pkg-save {
  display: inline-block;
  background: rgba(21, 128, 61, 0.12);
  color: var(--hpz-save-green);
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.hpz-pkg-total-row {
  font-size: 14px;
  color: #78716c;
  margin-bottom: 20px;
}

.hpz-pkg-was {
  text-decoration: line-through;
  margin-right: 6px;
}

.hpz-pkg-now {
  font-weight: 700;
  color: var(--hpz-ink);
}

.hpz-pkg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
  font-size: 14px;
  color: #292524;
}

.hpz-pkg-features li {
  padding: 6px 0;
  border-bottom: 1px dashed var(--hpz-border);
}

/* N3 Pricing CTAs */
.hpz-pkg-btn {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 2px solid var(--hpz-brand);
  color: var(--hpz-brand);
  font-family: var(--hpz-font-heading);
  font-size: 16px;
  font-weight: 800;
  padding: 14px 20px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.15s ease;
  margin-top: auto;
}

.hpz-pkg-btn:hover {
  background: var(--hpz-brand);
  color: #ffffff;
  text-decoration: none;
}

.hpz-pkg-btn-best {
  background: linear-gradient(135deg, var(--hpz-accent), var(--hpz-brand));
  border: none;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.3);
}

.hpz-pkg-btn-best:hover {
  background: linear-gradient(135deg, #c2410c, #b45309);
  color: #ffffff;
  transform: translateY(-1px);
}

.hpz-pricing-note {
  text-align: center;
  font-size: 14px;
  color: #78716c;
  margin-top: 16px;
}

/* Guarantee Section */
.hpz-guarantee-box {
  background: #ffffff;
  border: 1px solid var(--hpz-border);
  border-radius: 20px;
  padding: 48px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.hpz-guarantee-seal {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.hpz-guarantee-content h3 {
  font-family: var(--hpz-font-heading);
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 16px;
  color: var(--hpz-ink);
}

.hpz-guarantee-content p {
  font-size: 16px;
  color: #44403c;
  line-height: 1.65;
  margin: 0 0 16px;
}

/* FAQ Accordion */
.hpz-faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.hpz-faq-item {
  background: #ffffff;
  border: 1px solid var(--hpz-border);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.hpz-faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 24px;
  font-family: var(--hpz-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--hpz-ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hpz-faq-q::after {
  content: '+';
  font-size: 24px;
  color: var(--hpz-brand);
  font-weight: 400;
  transition: transform 0.2s ease;
}

.hpz-faq-item.is-active .hpz-faq-q::after {
  transform: rotate(45deg);
}

.hpz-faq-a {
  padding: 0 24px 22px;
  font-size: 15.5px;
  color: #44403c;
  line-height: 1.6;
}

/* Key Takeaways Section */
.hpz-takeaways-box {
  background: #ffffff;
  border: 2px solid var(--hpz-border);
  border-radius: 20px;
  padding: 40px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
}

.hpz-takeaways-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.hpz-takeaways-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #292524;
  line-height: 1.55;
}

.hpz-takeaways-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: var(--hpz-save-green);
  font-size: 18px;
}

/* N5 Final CTA */
.hpz-btn-final {
  display: block;
  background: linear-gradient(135deg, var(--hpz-accent), var(--hpz-brand));
  color: #ffffff;
  font-family: var(--hpz-font-heading);
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  padding: 18px 32px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hpz-btn-final:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.45);
}

/* Footer */
.hpz-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 64px 0 120px;
  font-size: 13.5px;
  line-height: 1.6;
}

.hpz-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.hpz-footer-col h4 {
  font-family: var(--hpz-font-heading);
  font-size: 16px;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 16px;
}

.hpz-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hpz-footer-col li {
  margin-bottom: 10px;
}

.hpz-footer-col a {
  color: #cbd5e1;
  text-decoration: none;
}

.hpz-footer-col a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.hpz-disclaimer {
  border-top: 1px solid #1e293b;
  padding-top: 24px;
  margin-top: 24px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
}

/* REGULA 2 - STICKY OFFER BAR */
.hpz-offerbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9990;
  background: linear-gradient(180deg, var(--hpz-brand-dark-1), var(--hpz-brand-dark-2));
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 20px rgba(0,0,0,.18);
  transform: translateY(110%); transition: transform .35s ease;
}
.hpz-offerbar.is-visible { transform: translateY(0); }
.hpz-offerbar-inner {
  max-width: 1100px; margin: 0 auto; display: flex;
  align-items: center; justify-content: center; gap: 22px;
}
.hpz-offerbar-text strong {
  display: block; color: #fff; font-size: 16px; font-weight: 700;
  line-height: 1.3;
}
.hpz-offerbar-text span {
  display: block; color: rgba(255,255,255,.82); font-size: 13px;
}
.hpz-offerbar-btn {
  background: #fff; color: var(--hpz-brand-dark-1); font-weight: 700;
  font-size: 15px; padding: 12px 28px; border-radius: 999px;
  white-space: nowrap; text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
.hpz-offerbar-btn:hover {
  transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,.25);
  text-decoration: none;
}

@media (max-width: 560px) {
  .hpz-offerbar-inner { flex-direction: column; gap: 8px; }
  .hpz-offerbar-text { text-align: center; }
  .hpz-offerbar-text strong { font-size: 14px; }
  .hpz-offerbar-text span { font-size: 12px; }
  .hpz-offerbar-btn {
    width: 100%; max-width: 340px; text-align: center; padding: 13px 0;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hpz-header { position: static; }
  .hpz-burger { display: block; }
  .hpz-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--hpz-border);
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
  }
  .hpz-nav.is-open { display: block; }
  .hpz-nav-list { flex-direction: column; gap: 16px; align-items: flex-start; }
  .hpz-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hpz-h1 { font-size: 32px; }
  .hpz-trust-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hpz-cards-3 { grid-template-columns: 1fr; }
  .hpz-formula-grid { grid-template-columns: 1fr; }
  .hpz-pricing-grid { grid-template-columns: 1fr; }
  .hpz-pkg-featured { transform: none; }
  .hpz-guarantee-box { grid-template-columns: 1fr; text-align: center; padding: 32px 20px; }
  .hpz-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .hpz-offerbar { transition: none; }
  .hpz-btn-hero { animation: none; }
}
