:root {
  --green-900: #163a26;
  --green-700: #23623f;
  --green-600: #2e7d4f;
  --green-500: #3f9d63;
  --lime-400: #a8d94a;
  --cream: #faf6ec;
  --cream-dark: #f0e9d8;
  --ink: #1c1c1c;
  --muted: #5c6b60;
  --white: #ffffff;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-md: 0 10px 30px rgba(22, 58, 38, 0.12);
  --shadow-lg: 0 20px 50px rgba(22, 58, 38, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.5;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 { font-family: inherit; line-height: 1.15; margin: 0 0 16px; }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 236, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(22, 58, 38, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 16px;
}

.brand { display: flex; flex-direction: column; line-height: 1.1; text-decoration: none; }
.brand-tag { font-size: 11px; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; }
.brand-name { font-size: 20px; font-weight: 800; color: var(--green-900); letter-spacing: 0.02em; }

.main-nav { display: flex; gap: 28px; }
.main-nav a {
  color: var(--green-900);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.main-nav a:hover { color: var(--green-600); }

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  cursor: pointer;
  border: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-ghost {
  background: transparent;
  color: var(--green-900);
  border: 2px solid var(--green-900);
}
.btn-ghost:hover { background: var(--green-900); color: var(--white); }
.btn-small { padding: 10px 20px; font-size: 14px; }
.btn-large { padding: 16px 32px; font-size: 16px; }

/* HERO */
.hero {
  padding: 100px 0;
  min-height: 640px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 20, 12, 0.82) 0%, rgba(8, 20, 12, 0.6) 40%, rgba(8, 20, 12, 0.15) 68%, rgba(8, 20, 12, 0) 85%),
    url("../../imagens/murilo-hero.jpg");
  background-size: cover;
  background-position: center;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: clamp(24px, 10vw, 150px);
  padding-right: 24px;
}
.hero-text { max-width: 520px; }
.pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.hero h1 { font-size: clamp(30px, 4vw, 46px); color: var(--white); font-weight: 800; }
.highlight { color: var(--lime-400); }
.hero-sub { font-size: 18px; color: rgba(255, 255, 255, 0.85); max-width: 520px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-badges { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; color: var(--white); font-weight: 600; font-size: 14px; }
.hero .btn-ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.6); }
.hero .btn-ghost:hover { background: var(--white); color: var(--green-900); }

/* SECTION HEAD */
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: block;
  color: var(--green-600);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(24px, 3vw, 34px); color: var(--green-900); }
.section-head p { color: var(--muted); font-size: 16px; }

/* VIDEO */
.video-section { padding: 72px 0; background: var(--green-900); color: var(--white); }
.video-section .eyebrow { color: var(--lime-400); }
.video-section h2 { color: var(--white); }
.video-section p { color: rgba(255,255,255,0.75); }
.video-wrapper { max-width: 860px; margin: 0 auto; }
.video-embed-hero { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.video-embed-hero .video-play-btn { width: 76px; height: 76px; font-size: 28px; }
.video-placeholder {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1f4b30, #0f2c1c);
  border: 2px dashed rgba(255,255,255,0.25);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 20px;
}
.play-button {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--lime-400);
  color: var(--green-900);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.video-placeholder p { font-size: 18px; font-weight: 700; margin: 0; }
.video-hint { font-size: 13px; color: rgba(255,255,255,0.55); max-width: 380px; }

/* QUIZ BAND */
.quiz-band { padding: 48px 0; }
.quiz-band-inner {
  background: linear-gradient(135deg, var(--lime-400), #7fc157);
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-md);
}
.quiz-band-text { max-width: 560px; }
.quiz-band .eyebrow { color: var(--green-900); opacity: 0.75; }
.quiz-band h2 { color: var(--green-900); font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 8px; }
.quiz-band p { color: var(--green-900); opacity: 0.85; margin: 0; }
.quiz-band .btn-primary { background: var(--green-900); flex-shrink: 0; }

/* WIZARD INLINE TRIGGER (product pages) */
.breadcrumb-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.breadcrumb-bar .back-link { margin-left: 8px; }
.breadcrumb-bar .wizard-inline-trigger { margin-right: 8px; }
.wizard-inline-trigger {
  background: rgba(63,157,99,0.12);
  color: var(--green-700);
  border: none;
  font-weight: 700;
  font-size: 13.5px;
  padding: 9px 16px;
  border-radius: 999px;
  cursor: pointer;
}
.wizard-inline-trigger:hover { background: rgba(63,157,99,0.2); }

/* WIZARD MODAL */
.wizard-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(12, 26, 18, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 100;
}
.wizard-backdrop.open { display: flex; }
.wizard-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  max-width: 620px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
  box-shadow: var(--shadow-lg);
  padding: 40px 36px 36px;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(22,58,38,0.08);
  color: var(--green-900);
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
}
.modal-close:hover { background: rgba(22,58,38,0.16); }
.wizard-progress { display: flex; gap: 8px; justify-content: center; margin-bottom: 28px; }
.wizard-progress .step {
  width: 32px;
  height: 5px;
  border-radius: 999px;
  background: rgba(22,58,38,0.12);
}
.wizard-progress .step.active { background: var(--green-600); }
.wizard-step { display: none; text-align: center; }
.wizard-step.active { display: block; }
.wizard-step h3 { font-size: 22px; color: var(--green-900); margin-bottom: 6px; }
.wizard-subtitle { color: var(--muted); font-size: 14.5px; margin-bottom: 24px; }
.wizard-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.wizard-option {
  background: var(--cream);
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  padding: 16px 14px;
  cursor: pointer;
  font-weight: 700;
  color: var(--green-900);
  font-size: 14.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.wizard-option:hover { border-color: var(--green-500); transform: translateY(-2px); }
.wizard-option-emoji { font-size: 26px; }
.wizard-back {
  background: none;
  border: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 13.5px;
  cursor: pointer;
  padding: 8px;
}
.wizard-back:hover { color: var(--green-700); }
.wizard-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.wizard-results .product-card { padding: 14px 12px 16px; }
.wizard-results .product-card img { height: 110px; }
.wizard-results .product-card h3 { font-size: 16px; }

/* PRODUCTS */
.products-section { padding: 80px 0; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 24px;
}
.product-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 18px 22px;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(22,58,38,0.06);
  text-decoration: none;
  color: inherit;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  margin-bottom: 14px;
}
.product-badge-new {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--lime-400);
  color: var(--green-900);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 1;
}
.product-tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--green-600);
  background: rgba(63, 157, 99, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.product-card h3 { font-size: 19px; color: var(--green-900); margin: 0 0 8px; }
.product-card .product-desc {
  font-size: 13.5px;
  color: var(--muted);
  margin: 0 0 14px;
  min-height: 40px;
}
.product-card .btn-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--green-700);
  text-decoration: none;
  border-bottom: 2px solid var(--lime-400);
  padding-bottom: 2px;
}

/* TESTIMONIALS */
.testimonials-section { padding: 80px 0 60px; background: var(--cream-dark); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
}
.testimonial-placeholder {
  background: var(--white);
  border: 2px dashed rgba(22,58,38,0.2);
  border-radius: var(--radius-md);
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  text-align: center;
  padding: 16px;
}
.testimonial-placeholder .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(63,157,99,0.12);
  color: var(--green-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.testimonial-placeholder span { font-size: 13px; font-weight: 700; color: var(--green-900); }
.testimonial-placeholder small { font-size: 11.5px; }
.testimonial-real {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--white);
}
.testimonial-real img { width: 100%; height: auto; display: block; }
.testimonials-note { text-align: center; margin-top: 30px; color: var(--muted); font-size: 13.5px; }
.testimonials-note code { background: rgba(0,0,0,0.06); padding: 2px 6px; border-radius: 4px; }

/* FINAL CTA */
.final-cta {
  padding: 70px 0;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: var(--white);
  text-align: center;
}
.final-cta h2 { color: var(--white); font-size: clamp(24px, 3vw, 32px); }
.final-cta p { color: rgba(255,255,255,0.8); margin-bottom: 28px; font-size: 16px; }
.final-cta .btn-primary { background: var(--lime-400); color: var(--green-900); }

/* FOOTER */
.site-footer { padding: 32px 0; background: var(--green-900); color: rgba(255,255,255,0.7); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-inner .brand-tag { color: rgba(255,255,255,0.6); }
.footer-inner .brand-name { color: var(--white); }
.footer-inner p { margin: 0; font-size: 13px; }

/* PRODUCT PAGE */
.breadcrumb-bar { padding: 20px 0; }
.back-link {
  color: var(--green-700);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.back-link:hover { color: var(--green-900); }

.product-hero-section { padding: 20px 0 60px; }
.product-hero-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.product-hero-image {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.product-hero-image img { width: 100%; max-width: 320px; height: 360px; object-fit: contain; }
.product-hero-image.no-box {
  background: none;
  box-shadow: none;
  padding: 48px 0;
}
.product-hero-image.no-box img { max-width: 380px; height: 420px; }
.product-hero-image.wide img { max-width: 100%; width: 560px; height: auto; }
.product-hero-content h1 { font-size: clamp(28px, 3.6vw, 40px); color: var(--green-900); }
.product-hero-content h1.hero-title-lg { font-size: clamp(34px, 4.6vw, 52px); }
.product-hero-tagline { font-size: 17px; color: var(--muted); margin-bottom: 20px; max-width: 480px; }
.meta-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.meta-chips span {
  background: var(--cream-dark);
  color: var(--green-900);
  font-size: 13px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
}

.hero-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.product-tag-alt { background: rgba(168, 217, 74, 0.25); color: var(--green-700); }

.size-availability { font-size: 14.5px; color: var(--muted); margin: 0 0 14px; }
.size-select-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.size-select {
  background: var(--white);
  border: 2px solid rgba(22,58,38,0.15);
  color: var(--green-900);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  cursor: pointer;
}
.size-select:hover { border-color: var(--green-500); }

.repeat-cta { padding: 0 0 40px; text-align: center; }
.repeat-cta-row { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.benefits-split-section + .repeat-cta { padding-top: 48px; }

.product-info-section { padding: 20px 0 60px; }
.product-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
.product-info-grid.single-column { grid-template-columns: 1fr; }
.product-info-grid.ficha-modo-row { grid-template-columns: 3fr 7fr; }
.info-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-md);
}
.info-card h2 { font-size: 20px; color: var(--green-900); margin-bottom: 16px; }
.info-card ul { margin: 0; padding-left: 20px; color: var(--muted); font-size: 15px; }
.info-card ul li { margin-bottom: 8px; }
.plant-chips { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.plant-chips li {
  background: rgba(63,157,99,0.12);
  color: var(--green-700);
  font-weight: 700;
  font-size: 13.5px;
  padding: 8px 14px;
  border-radius: 999px;
}

.plantas-fotos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.info-card.centered { text-align: center; }
.info-card.centered .plantas-fotos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info-card.centered .planta-foto-card { width: 110px; flex: 0 0 auto; }
.info-card.centered .plant-chips { justify-content: center; }
.planta-foto-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.planta-foto-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}
.planta-foto-card span {
  font-size: 13px;
  font-weight: 700;
  color: var(--green-900);
  text-align: center;
}
.plantas-fotos-nota {
  margin: 0;
  padding: 24px 0;
  font-size: 19px;
  font-style: italic;
  color: var(--muted);
  text-align: center;
}

.product-photos-section { padding: 20px 0 60px; background: var(--cream-dark); }
.product-related-section { padding: 60px 0 80px; }

/* BENEFITS */
.product-benefits-section { padding: 20px 0 60px; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.benefit-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px 22px;
  box-shadow: var(--shadow-md);
  border-top: 4px solid var(--lime-400);
}
.benefit-card h3 { font-size: 16px; color: var(--green-900); margin: 0 0 8px; }
.benefit-card p { font-size: 14px; color: var(--muted); margin: 0; }

.benefits-with-image {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: center;
}
.benefits-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
}
.benefits-with-image .benefits-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* BENEFITS SPLIT (large cropped photo + colored section) */
.benefits-split-section { padding: 0; background: var(--benefits-color, var(--green-900)); }
.benefits-split {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 420px;
}
.benefits-split-media { position: relative; overflow: hidden; padding-top: 56px; }
.benefits-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.benefits-split-content {
  color: var(--white);
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefits-split-content .eyebrow { color: var(--lime-400); }
.benefits-split-content h2 { color: var(--white); font-size: clamp(24px, 3vw, 32px); margin-bottom: 24px; }
.benefits-split-content .benefits-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.benefits-split-content .benefit-card {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  transition: background 0.2s ease, transform 0.2s ease;
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefits-split-content .benefit-card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-3px);
}
.benefits-split-content .benefit-card h3 { color: var(--white); }
.benefits-split-content .benefit-card p { color: rgba(255, 255, 255, 0.75); }

/* FICHA TECNICA */
.tech-card h2 { text-transform: uppercase; font-size: 21px; color: var(--ink); letter-spacing: 0.01em; }
.ficha-list { display: flex; flex-direction: column; }
.ficha-row { display: flex; align-items: baseline; gap: 8px; padding: 8px 0; font-size: 15px; }
.ficha-label { color: var(--green-900); font-weight: 600; white-space: nowrap; }
.ficha-dots { flex: 1; border-bottom: 1px dotted rgba(28, 28, 28, 0.3); margin-bottom: 4px; }
.ficha-value { color: var(--muted); white-space: nowrap; }
.info-card p { color: var(--muted); font-size: 15px; margin: 0; }

/* MODO DE USO */
.modo-uso-intro { margin-bottom: 18px; }
.modo-uso-group { margin-bottom: 20px; }
.modo-uso-group h4 { font-size: 14.5px; font-weight: 800; color: var(--green-900); margin: 0 0 8px; }
.modo-uso-nota { font-weight: 500; color: var(--muted); font-size: 12.5px; text-transform: none; }
.modo-uso-group ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; }
.modo-uso-group ul li { margin-bottom: 6px; }
.modo-uso-group ul li strong { color: var(--green-900); }
.modo-uso-aviso {
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--cream-dark);
  border-radius: 10px;
  font-size: 12.5px;
  color: var(--muted);
}

/* VIDEOS */
.product-videos-section { padding: 20px 0 60px; }
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
  gap: 24px;
  justify-content: start;
}
.video-card {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
}
.video-embed { aspect-ratio: 16 / 9; background: var(--green-900); position: relative; overflow: hidden; cursor: pointer; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-embed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: var(--lime-400);
  border: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-embed-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime-400);
  font-size: 34px;
}
.video-card p { padding: 14px 16px; font-size: 14px; font-weight: 700; color: var(--green-900); margin: 0; }

.text-short { display: none; }

/* RESPONSIVE */
@media (max-width: 860px) {
  .hero {
    min-height: 480px;
    padding: 64px 0;
    background:
      linear-gradient(180deg, rgba(8, 20, 12, 0.85) 0%, rgba(8, 20, 12, 0.7) 100%),
      url("../../imagens/murilo-hero.jpg");
    background-size: cover;
    background-position: center;
  }
  .hero-text { max-width: 100%; }
  .main-nav { display: none; }
  .product-hero-inner { grid-template-columns: 1fr; }
  .product-hero-image.no-box { padding: 20px 0; }
  .product-info-grid { grid-template-columns: 1fr; }
  .benefits-with-image { grid-template-columns: 1fr; }
  .benefits-split { grid-template-columns: 1fr; }
  .benefits-split-content { order: 1; padding: 40px 28px; }
  .benefits-split-media { order: 2; height: auto; padding-top: 0; }
  .benefits-split-media img { height: auto; object-fit: contain; }
  .benefits-split-content .benefits-cards { grid-template-columns: 1fr; }
  .benefits-split-content .benefit-card { aspect-ratio: auto; }
  .product-info-grid.ficha-modo-row { grid-template-columns: 1fr; }
  .benefits-photo img { max-width: 280px; margin: 0 auto; }

  .text-short { display: inline; }
  .text-full { display: none; }
}
