/* Soda Melt Official Store - Flagship DTC Stylesheet */
:root {
  --smz-brand: #d9480f;
  --smz-brand-dark-1: #0f291e;
  --smz-brand-dark-2: #06150f;
  --smz-accent: #ea580c;
  --smz-accent-end: #d9480f;
  --smz-accent-hover: #c2410c;
  --smz-bg: #faf9f6;
  --smz-surface: #ffffff;
  --smz-ink: #1e293b;
  --smz-muted: #64748b;
  --smz-border: #e2e8f0;
  --smz-save-green: #15803d;
  --smz-font-heading: 'Manrope', system-ui, -apple-system, sans-serif;
  --smz-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(--smz-bg);
  color: var(--smz-ink);
  font-family: var(--smz-font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--smz-brand);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.smz-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Slim Header */
.smz-header {
  background: #ffffff;
  border-bottom: 1px solid var(--smz-border);
  position: sticky;
  top: 0;
  z-index: 990;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.smz-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.smz-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.smz-logo-badge {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #f97316, #d9480f);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: var(--smz-font-heading);
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(217, 72, 15, 0.25);
}

.smz-logo-text {
  display: flex;
  flex-direction: column;
}

.smz-logo-brand {
  font-family: var(--smz-font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--smz-ink);
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.smz-logo-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--smz-brand);
}

.smz-nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.smz-nav-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--smz-ink);
  transition: color 0.15s ease;
}

.smz-nav-link:hover {
  color: var(--smz-brand);
  text-decoration: none;
}

.smz-nav-cta {
  background: linear-gradient(135deg, var(--smz-brand), #c2410c);
  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;
}

.smz-nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(217,72,15,0.3);
}

.smz-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.smz-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--smz-ink);
  margin: 5px 0;
  transition: 0.2s;
}

/* Hero Section */
.smz-hero {
  padding: 48px 0 56px;
  background: radial-gradient(circle at top center, rgba(249, 115, 22, 0.08), transparent 70%), #faf9f6;
}

.smz-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.smz-hero-content {
  display: flex;
  flex-direction: column;
}

.smz-h1 {
  font-family: var(--smz-font-heading);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  color: var(--smz-ink);
  margin: 0 0 16px;
  letter-spacing: -1px;
}

.smz-hero-lead {
  font-size: 18px;
  color: #334155;
  margin: 0 0 20px;
  line-height: 1.5;
}

.smz-canon-box {
  background: #ffffff;
  border-left: 4px solid var(--smz-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: #1e293b;
  margin: 0 0 24px;
}

.smz-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smz-hero-img-wrap {
  position: relative;
  max-width: 380px;
  width: 100%;
}

.smz-hero-img {
  margin: 0 auto;
}

.smz-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;
}

.smz-hero-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 28px;
}

.smz-bullet-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #334155;
}

.smz-bullet-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #15803d;
}

/* N1 Hero CTA */
.smz-btn-hero {
  display: block;
  background: linear-gradient(135deg, var(--smz-accent), var(--smz-accent-end));
  color: #ffffff;
  font-family: var(--smz-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: smz-pulse 3s infinite ease-in-out;
}

.smz-btn-hero:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(234, 88, 12, 0.45);
}

@keyframes smz-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);
  }
}

.smz-reassurance {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-top: 10px;
}

/* Trust Strip */
.smz-trust-strip {
  background: #ffffff;
  border-top: 1px solid var(--smz-border);
  border-bottom: 1px solid var(--smz-border);
  padding: 18px 0;
}

.smz-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}

.smz-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}

.smz-trust-icon {
  width: 22px;
  height: 22px;
  color: var(--smz-brand);
}

/* Content Sections */
.smz-section {
  padding: 72px 0;
}

.smz-section-alt {
  background: #ffffff;
  border-top: 1px solid var(--smz-border);
  border-bottom: 1px solid var(--smz-border);
}

.smz-section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}

.smz-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--smz-brand);
  margin-bottom: 8px;
}

.smz-h2 {
  font-family: var(--smz-font-heading);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--smz-ink);
  margin: 0 0 14px;
  letter-spacing: -0.5px;
}

.smz-section-desc {
  font-size: 17px;
  color: var(--smz-muted);
  margin: 0;
}

/* Why Direct 3 Cards */
.smz-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

.smz-card {
  background: #ffffff;
  border: 1px solid var(--smz-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;
}

.smz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.smz-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(217, 72, 15, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--smz-brand);
  margin-bottom: 20px;
}

.smz-card-icon svg {
  width: 26px;
  height: 26px;
}

.smz-card-title {
  font-family: var(--smz-font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--smz-ink);
  margin: 0 0 12px;
}

.smz-card-text {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* N2 Section CTA */
.smz-btn-section-wrap {
  text-align: center;
  margin-top: 36px;
}

.smz-btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--smz-brand), #c2410c);
  color: #ffffff;
  font-family: var(--smz-font-heading);
  font-size: 17px;
  font-weight: 700;
  padding: 15px 32px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(217, 72, 15, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.smz-btn-sec:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(217, 72, 15, 0.35);
}

/* Formula & Mechanics Section */
.smz-formula-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.smz-formula-text p {
  font-size: 16px;
  color: #334155;
  line-height: 1.65;
  margin: 0 0 16px;
}

.smz-ing-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0 32px;
}

.smz-ing-card {
  background: var(--smz-bg);
  border: 1px solid var(--smz-border);
  border-radius: 12px;
  padding: 16px;
}

.smz-ing-name {
  font-family: var(--smz-font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--smz-ink);
  margin-bottom: 4px;
}

.smz-ing-desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.45;
  margin: 0;
}

/* Pricing Section */
.smz-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.smz-pkg-card {
  background: #ffffff;
  border: 2px solid var(--smz-border);
  border-radius: 20px;
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.smz-pkg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.smz-pkg-featured {
  border-color: var(--smz-brand);
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(217, 72, 15, 0.15);
  z-index: 2;
}

.smz-pkg-featured:hover {
  transform: scale(1.04) translateY(-4px);
}

.smz-pkg-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--smz-accent), var(--smz-brand));
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(234, 88, 12, 0.3);
}

.smz-pkg-title {
  font-family: var(--smz-font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--smz-ink);
  margin: 8px 0 4px;
}

.smz-pkg-sub {
  font-size: 14px;
  color: var(--smz-muted);
  font-weight: 600;
  margin-bottom: 16px;
}

.smz-pkg-img {
  max-height: 180px;
  width: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}

.smz-pkg-price-wrap {
  margin-bottom: 16px;
}

.smz-pkg-unit {
  font-family: var(--smz-font-heading);
  font-size: 42px;
  font-weight: 800;
  color: var(--smz-ink);
  line-height: 1;
}

.smz-pkg-unit span {
  font-size: 15px;
  font-weight: 600;
  color: var(--smz-muted);
}

.smz-pkg-save {
  display: inline-block;
  background: #dcfce7;
  color: var(--smz-save-green);
  font-weight: 700;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 999px;
  margin: 8px 0;
}

.smz-pkg-total {
  font-size: 14.5px;
  color: #475569;
  margin-bottom: 20px;
}

.smz-pkg-was {
  text-decoration: line-through;
  color: #94a3b8;
  margin-right: 6px;
}

.smz-pkg-now {
  font-weight: 700;
  color: var(--smz-ink);
}

.smz-pkg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
  font-size: 14px;
  color: #334155;
}

.smz-pkg-features li {
  padding: 6px 0;
  border-bottom: 1px dashed var(--smz-border);
}

/* N3 Pricing CTAs */
.smz-pkg-btn {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 2px solid var(--smz-brand);
  color: var(--smz-brand);
  font-family: var(--smz-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;
}

.smz-pkg-btn:hover {
  background: var(--smz-brand);
  color: #ffffff;
  text-decoration: none;
}

.smz-pkg-btn-best {
  background: linear-gradient(135deg, var(--smz-accent), var(--smz-brand));
  border: none;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.3);
}

.smz-pkg-btn-best:hover {
  background: linear-gradient(135deg, #c2410c, #b45309);
  color: #ffffff;
  transform: translateY(-1px);
}

.smz-pricing-note {
  text-align: center;
  font-size: 14px;
  color: #64748b;
  margin-top: 16px;
}

/* Guarantee Section */
.smz-guarantee-box {
  background: #ffffff;
  border: 1px solid var(--smz-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);
}

.smz-guarantee-seal {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.smz-guarantee-content h3 {
  font-family: var(--smz-font-heading);
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 16px;
  color: var(--smz-ink);
}

.smz-guarantee-content p {
  font-size: 16px;
  color: #334155;
  line-height: 1.65;
  margin: 0 0 16px;
}

/* FAQ Accordion */
.smz-faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.smz-faq-item {
  background: #ffffff;
  border: 1px solid var(--smz-border);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.smz-faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 24px;
  font-family: var(--smz-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--smz-ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smz-faq-q::after {
  content: '+';
  font-size: 24px;
  color: var(--smz-brand);
  font-weight: 400;
  transition: transform 0.2s ease;
}

.smz-faq-item.is-active .smz-faq-q::after {
  transform: rotate(45deg);
}

.smz-faq-a {
  padding: 0 24px 22px;
  font-size: 15.5px;
  color: #334155;
  line-height: 1.6;
}

/* Key Takeaways Section */
.smz-takeaways-box {
  background: #ffffff;
  border: 2px solid var(--smz-border);
  border-radius: 20px;
  padding: 40px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
}

.smz-takeaways-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.smz-takeaways-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #1e293b;
  line-height: 1.55;
}

.smz-takeaways-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: var(--smz-save-green);
  font-size: 18px;
}

/* N5 Final CTA */
.smz-btn-final {
  display: block;
  background: linear-gradient(135deg, var(--smz-accent), var(--smz-brand));
  color: #ffffff;
  font-family: var(--smz-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;
}

.smz-btn-final:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.45);
}

/* Footer */
.smz-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 64px 0 120px;
  font-size: 13.5px;
  line-height: 1.6;
}

.smz-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.smz-footer-col h4 {
  font-family: var(--smz-font-heading);
  font-size: 16px;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 16px;
}

.smz-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smz-footer-col li {
  margin-bottom: 10px;
}

.smz-footer-col a {
  color: #cbd5e1;
  text-decoration: none;
}

.smz-footer-col a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.smz-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 */
.smz-offerbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9990;
  background: linear-gradient(180deg, var(--smz-brand-dark-1), var(--smz-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;
}
.smz-offerbar.is-visible { transform: translateY(0); }
.smz-offerbar-inner {
  max-width: 1100px; margin: 0 auto; display: flex;
  align-items: center; justify-content: center; gap: 22px;
}
.smz-offerbar-text strong {
  display: block; color: #fff; font-size: 16px; font-weight: 700;
  line-height: 1.3;
}
.smz-offerbar-text span {
  display: block; color: rgba(255,255,255,.82); font-size: 13px;
}
.smz-offerbar-btn {
  background: #fff; color: var(--smz-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;
}
.smz-offerbar-btn:hover {
  transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,.25);
  text-decoration: none;
}

@media (max-width: 560px) {
  .smz-offerbar-inner { flex-direction: column; gap: 8px; }
  .smz-offerbar-text { text-align: center; }
  .smz-offerbar-text strong { font-size: 14px; }
  .smz-offerbar-text span { font-size: 12px; }
  .smz-offerbar-btn {
    width: 100%; max-width: 340px; text-align: center; padding: 13px 0;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .smz-header { position: static; }
  .smz-burger { display: block; }
  .smz-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--smz-border);
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
  }
  .smz-nav.is-open { display: block; }
  .smz-nav-list { flex-direction: column; gap: 16px; align-items: flex-start; }
  .smz-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .smz-h1 { font-size: 32px; }
  .smz-trust-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .smz-cards-3 { grid-template-columns: 1fr; }
  .smz-formula-grid { grid-template-columns: 1fr; }
  .smz-pricing-grid { grid-template-columns: 1fr; }
  .smz-pkg-featured { transform: none; }
  .smz-guarantee-box { grid-template-columns: 1fr; text-align: center; padding: 32px 20px; }
  .smz-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .smz-offerbar { transition: none; }
  .smz-btn-hero { animation: none; }
}
