/* ============================================================
   APEXBURN — INSTITUCIONAL (V2) · DARK (aligned with V1 offer)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&display=swap');

/* ── TOKENS (match style-v1) + legacy green aliases ─────────── */
:root {
  --bg:           #080808;
  --bg-2:         #111111;
  --bg-3:         #1a1a1a;
  --accent:       #FF5E1A;
  --accent-2:     #FFB84D;
  --accent-glow:  rgba(255, 94, 26, 0.28);
  --text:         #FFFFFF;
  --text-muted:   #999999;
  --text-dim:     #505050;
  --border:       rgba(255,255,255,0.07);
  --border-a:     rgba(255, 94, 26, 0.35);
  --r:            4px;
  --r-lg:         14px;
  --r-xl:         14px;
  --max:          1200px;
  --ease:         0.24s ease;
  /* HTML still uses .label-green / old names */
  --green:        var(--accent);
  --green-2:      var(--accent-2);
  --green-light:  rgba(255, 94, 26, 0.12);
  --green-border: var(--border-a);
  --shadow-sm:    0 8px 32px rgba(0,0,0,0.35);
  --shadow-md:    0 16px 48px rgba(0,0,0,0.45);
  --shadow-lg:    0 24px 64px rgba(0,0,0,0.5);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; border-radius: var(--r-lg); }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
p + p { margin-top: 14px; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

/* ── Labels (same language as v1 eyebrows / badge) ─────────── */
.label-green {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 14px;
}

.tag {
  display: inline-block;
  background: rgba(255,94,26,0.12);
  border: 1px solid var(--border-a);
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 7px 18px;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* ── Buttons (v1 primary / secondary) ──────────────────────── */
.btn-solid {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent) 0%, #FF2D00 100%);
  color: #000;
  font-weight: 900;
  font-size: 0.95rem;
  padding: 19px 44px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: var(--ease);
  box-shadow: 0 0 48px var(--accent-glow);
  border: none;
  cursor: pointer;
  clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}
.btn-solid:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 70px var(--accent-glow), 0 10px 36px rgba(255,94,26,0.4);
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 17px 36px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid var(--border-a);
  transition: var(--ease);
  clip-path: polygon(11px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%);
}
.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.section-header {
  max-width: 680px;
  margin: 0 auto 72px;
  text-align: center;
}
.section-header h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin-bottom: 16px;
}
.section-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.green { color: var(--accent); font-style: italic; }

/* ── Nav (v1 header feel) ───────────────────────────────────── */
.nav {
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 200;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 28px;
  max-width: var(--max);
  margin: 0 auto;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  flex-shrink: 0;
  letter-spacing: -0.02em;
}
.nav-logo strong { color: var(--accent); }
/* Same wordmark as offer page (APEX + BURN) */
.nav-logo-brand {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--text);
  gap: 0 !important;
}
.nav-logo-brand > span { color: var(--accent); }

.nav-logo-mark {
  width: 34px;
  height: 34px;
  background: var(--accent);
  color: #000;
  font-size: 1rem;
  font-weight: 900;
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: center;
}
.nav-links li a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--ease);
}
.nav-links li a:hover { color: var(--accent); }

.nav-cta {
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 9px 22px;
  border-radius: var(--r);
  transition: var(--ease);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: transparent;
}
.nav-cta:hover {
  background: var(--accent);
  color: #000;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: var(--ease);
}
.nav-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
  display: none;
  border-top: 1px solid var(--border);
  background: var(--bg-2);
}
.nav-mobile.open { display: block; }
.nav-mobile ul { padding: 20px 28px; display: flex; flex-direction: column; gap: 4px; }
.nav-mobile ul li a {
  display: block;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}
.nav-cta-mobile {
  color: var(--accent) !important;
  font-weight: 800 !important;
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem !important;
}

/* ── Hero institucional ─────────────────────────────────────── */
.hero-inst {
  position: relative;
  padding: 96px 0 80px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.hero-inst::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 85% at 80% 50%, rgba(255,94,26,0.13) 0%, transparent 68%),
    radial-gradient(ellipse 40% 55% at 15% 80%, rgba(255,45,0,0.09) 0%, transparent 60%);
  pointer-events: none;
}

.hero-inst-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-inst-content h1 {
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 22px;
}
.hero-inst-content p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.hero-inst-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-inst-image { position: relative; }
.hero-inst-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}
.hero-float-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-md);
}
.hfc-icon { font-size: 1.8rem; }
.hero-float-card strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}
.hero-float-card span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ── Intro ─────────────────────────────────────────────────── */
.intro {
  padding: 100px 0;
  background: var(--bg);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.intro-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin-bottom: 20px;
}
.intro-text p {
  font-size: 0.97rem;
  color: var(--text-muted);
  line-height: 1.75;
}

.intro-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.intro-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  transition: var(--ease);
}
.intro-card:hover {
  border-color: var(--border-a);
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}
.intro-card.featured-card {
  background: rgba(255,94,26,0.08);
  border-color: var(--border-a);
}
.intro-card-icon { font-size: 1.5rem; margin-bottom: 10px; display: block; }
.intro-card strong {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--text);
}
.intro-card ul { display: flex; flex-direction: column; gap: 8px; }
.intro-card ul li {
  font-size: 0.87rem;
  color: var(--text-muted);
  padding-left: 16px;
  position: relative;
}
.intro-card ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}
.featured-card ul li { color: var(--text-muted); }
.featured-card ul li::before { color: var(--accent-2); }

/* ── Science ────────────────────────────────────────────────── */
.ciencia {
  padding: 100px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.science-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.science-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: var(--ease);
}
.science-card:hover {
  border-color: var(--border-a);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}

.science-step {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-2);
  background: rgba(255,94,26,0.15);
  display: inline-block;
  padding: 5px 14px;
  border-radius: 0 0 var(--r) 0;
}

.science-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 20px 24px 12px;
  letter-spacing: -0.02em;
  color: var(--text);
}
.science-card p {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 24px 24px;
}
.science-card img { border-radius: 0; }

/* ── Ingredients ───────────────────────────────────────────── */
.ingredientes {
  padding: 100px 0;
  background: var(--bg);
}

.ing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.ing-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--ease);
}
.ing-card:hover {
  border-color: var(--border-a);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}

.ing-card-top {
  padding: 28px 24px 0;
}
.ing-badge {
  display: inline-block;
  background: var(--accent);
  color: #000;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.ing-card-top h3 {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  color: var(--text);
}
.ing-type {
  font-size: 0.72rem;
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 16px;
}

.ing-card img {
  border-radius: 0;
  width: 100%;
}

.ing-body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ing-body p {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}
.ing-body p + p { margin-top: 10px; }
.ing-body strong { color: var(--text); font-weight: 700; }
.ing-body em { color: var(--text-dim); font-style: italic; font-size: 0.82rem; }

.ing-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--accent-2);
  background: rgba(255,94,26,0.12);
  border: 1px solid var(--border-a);
  padding: 5px 12px;
  border-radius: var(--r);
  margin-top: 16px;
  align-self: flex-start;
}

.also-contains {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 32px;
}
.also-contains h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.also-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.also-pills span {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
  background: var(--bg-3);
  border: 1px solid var(--border);
  padding: 8px 18px;
  border-radius: 20px;
}

/* ── How to use ─────────────────────────────────────────────── */
.como-usar {
  padding: 100px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

.step-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 30px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: var(--ease);
}
.step-card:hover {
  border-color: var(--border-a);
  box-shadow: var(--shadow-sm);
}

.step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--accent) 0%, #FF2D00 100%);
  color: #000;
  font-size: 1.3rem;
  font-weight: 900;
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}
.step-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.step-body p + p { margin-top: 10px; }
.step-note {
  font-size: 0.82rem !important;
  color: var(--text-muted) !important;
  background: var(--bg-2);
  border-left: 3px solid var(--accent);
  padding: 10px 14px;
  border-radius: 0 var(--r) var(--r) 0;
  margin-top: 12px !important;
}

.ciclo {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 32px;
}
.ciclo h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.ciclo-bar {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 12px;
}
.ciclo-phase {
  border-radius: var(--r-lg);
  padding: 20px;
  text-align: center;
}
.green-phase  {
  background: rgba(255,94,26,0.1);
  border: 1px solid var(--border-a);
}
.gray-phase   {
  background: var(--bg-2);
  border: 1px solid var(--border);
}

.ciclo-phase span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  margin-bottom: 6px;
}
.ciclo-phase strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
}
.ciclo-phase small {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ── Quality ─────────────────────────────────────────────────── */
.qualidade {
  padding: 100px 0;
  background: var(--bg);
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.quality-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 26px;
  transition: var(--ease);
}
.quality-card:hover {
  border-color: var(--border-a);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
  transform: translateY(-3px);
}
.quality-icon { font-size: 2rem; margin-bottom: 14px; }
.quality-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}
.quality-card p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.65; }

.quality-image-full img {
  width: 100%;
  border-radius: var(--r-lg);
}

/* ── FAQ ────────────────────────────────────────────────────── */
.faq-inst {
  padding: 100px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.faq-inst-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}

.faq-inst-item { border-bottom: 1px solid var(--border); }
.faq-inst-item:first-child { border-top: 1px solid var(--border); }
.faq-column:last-child .faq-inst-item:first-child { border-top: 1px solid var(--border); }

.faq-inst-item summary {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--text);
  transition: color var(--ease);
}
.faq-inst-item summary::-webkit-details-marker { display: none; }
.faq-inst-item summary:hover { color: var(--accent); }
.faq-inst-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--accent);
  flex-shrink: 0;
  line-height: 1;
}
.faq-inst-item[open] summary::after { content: '−'; }

.faq-inst-item p {
  padding-bottom: 22px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ── CTA block ─────────────────────────────────────────────── */
.cta-inst {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background: var(--bg-3);
  border-top: 1px solid var(--border);
}
.cta-inst::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 100% at 20% 50%, rgba(255,94,26,0.12) 0%, transparent 55%);
  pointer-events: none;
}

.cta-inst-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cta-inst-content h2 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin-bottom: 18px;
}
.cta-inst-content p {
  font-size: 1.02rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.7;
}

.cta-inst-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: cover;
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  box-shadow: 0 0 60px rgba(255, 94, 26, 0.15);
}

/* ── Footer ─────────────────────────────────────────────────── */
.footer-inst {
  background: var(--bg);
  color: var(--text);
  padding: 72px 0 40px;
  border-top: 1px solid var(--border);
}

.footer-inst-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 36px;
}

.footer-brand .nav-logo { color: var(--text); margin-bottom: 14px; display: flex; }
.footer-brand .nav-logo strong { color: var(--accent); }
.footer-brand .nav-logo-brand > span { color: var(--accent); }
.footer-brand p {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 300px;
}

.footer-col h5 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-dim);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a {
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: color var(--ease);
}
.footer-col ul li a:hover { color: var(--accent); }

.footer-inst-bottom p {
  font-size: 0.73rem;
  color: var(--text-dim);
  line-height: 1.65;
  max-width: 820px;
}
.footer-inst-bottom .copy {
  margin-top: 16px;
  color: var(--text-dim);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inst-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-inst-actions { justify-content: center; }
  .hero-inst-image { max-width: 440px; margin: 0 auto; }
  .hero-float-card { left: 50%; transform: translateX(-50%); }

  .intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .science-grid { grid-template-columns: 1fr; }
  .ing-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .quality-grid { grid-template-columns: 1fr 1fr; }

  .cta-inst-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }

  .footer-inst-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-cta   { display: none; }
  .nav-hamburger { display: flex; }

  .faq-inst-grid { grid-template-columns: 1fr; }
  .faq-column:last-child .faq-inst-item:first-child { border-top: none; }

  .ing-grid { grid-template-columns: 1fr; }
  .quality-grid { grid-template-columns: 1fr; }

  .ciclo-bar { grid-template-columns: 1fr; }

  .btn-solid,
  .btn-outline { width: 100%; text-align: center; display: block; }
  .hero-inst-actions .btn-solid,
  .hero-inst-actions .btn-outline { width: auto; }

  .footer-inst-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
}

@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .hero-inst { padding: 72px 0 60px; }
  .hero-inst-content h1 { font-size: 2rem; }
  .hero-float-card { position: static; transform: none; margin-top: 20px; }
  .steps-grid .step-card { flex-direction: column; }
  .step-num { width: 40px; height: 40px; font-size: 1.1rem; }
  .section-header { margin-bottom: 48px; }

  .intro,
  .ciencia,
  .ingredientes,
  .como-usar,
  .qualidade,
  .faq-inst,
  .cta-inst { padding: 72px 0; }

  .nav-inner { padding: 16px 18px; }
}
