/* V5 MOBILE-FIRST STYLES - EDITED BY CODEX */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&family=Montserrat:wght@600;700;800;900&display=swap');

:root {
  --green: #1f5c3b;
  --green-deep: #123e28;
  --sage: #a8bfa3;
  --ivory: #f7f4ec;
  --paper: #fffdf8;
  --cream: #f3eee5;
  --graphite: #2d2d2d;
  --muted: rgba(45, 45, 45, 0.78);
  --champagne: #c7a96b;
  --espresso: #12100e;
  --rose: #d6a38d;
  --warm-ivory: #f7efe6;
  --taupe: #9b8d82;
  --soft-graphite: #2a2522;
  --line: rgba(45, 45, 45, 0.12);
  --green-line: rgba(31, 92, 59, 0.16);
  --shadow-sm: 0 12px 28px rgba(18, 16, 14, 0.06);
  --shadow-md: 0 20px 54px rgba(18, 16, 14, 0.1);
  --shadow-green: 0 16px 32px rgba(31, 92, 59, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--graphite);
  background:
    radial-gradient(circle at 14% -8%, rgba(168, 191, 163, 0.22), transparent 26rem),
    linear-gradient(180deg, #fffdf8 0%, var(--ivory) 42%, #fffdf8 100%);
  font-family: "Plus Jakarta Sans", Inter, Lato, Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  padding-bottom: 76px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(31, 92, 59, 0.14);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}

.header-logo {
  width: min(58vw, 230px);
  min-width: 0;
}

.header-logo img {
  width: 100%;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.header-whatsapp,
.btn,
.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.header-whatsapp {
  min-height: 40px;
  padding: 0 14px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  font-size: 0.86rem;
  box-shadow: 0 8px 18px rgba(31, 92, 59, 0.16);
}

.section-shell,
.final-cta {
  padding: 66px 18px;
  scroll-margin-top: 92px;
}

.section-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.section-copy {
  max-width: 640px;
}

.section-copy.narrow {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--espresso);
  line-height: 1.12;
}

h1 {
  max-width: 15ch;
  font-size: clamp(1.96rem, 7.4vw, 2.36rem);
  font-weight: 880;
}

h2 {
  max-width: 18ch;
  font-size: clamp(1.54rem, 5.75vw, 1.96rem);
  font-weight: 860;
}

h3 {
  font-size: 1.02rem;
  font-weight: 820;
}

p {
  margin: 0;
}

.lead,
.section-copy p:not(.eyebrow),
.hero-showcase p,
.tab-copy p,
.deliverables-grid p,
.benefit-grid p,
.callout-grid p,
.plan-card p,
.palette-panel p {
  color: var(--muted);
}

.lead {
  margin-top: 18px;
  font-size: 1rem;
}

.support-line {
  margin-top: 12px;
  color: var(--green);
  font-weight: 800;
}

.button-row {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.btn {
  min-height: 48px;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn-primary,
.btn-plan {
  color: var(--paper);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  box-shadow: var(--shadow-green);
}

.btn-secondary {
  color: var(--green);
  border-color: rgba(31, 92, 59, 0.22);
  background: rgba(255, 253, 248, 0.7);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible,
.tab:focus-visible,
.floating-cta:focus-visible,
.header-whatsapp:focus-visible {
  outline: 3px solid rgba(199, 169, 107, 0.7);
  outline-offset: 3px;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: 102px;
  background:
    radial-gradient(circle at 92% 18%, rgba(199, 169, 107, 0.14), transparent 18rem),
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 236, 0.72));
}

.hero-grid {
  display: grid;
  gap: 28px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.hero-proof span {
  padding: 8px 10px;
  border: 1px solid rgba(31, 92, 59, 0.16);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 253, 248, 0.78);
  font-size: 0.78rem;
  font-weight: 880;
}

.hero-showcase,
.lumara-board,
.label-figure,
.interactive-product,
.line-product-card,
.final-panel {
  border-radius: 14px;
}

.hero-showcase {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(31, 92, 59, 0.14);
  background:
    radial-gradient(circle at 72% 12%, rgba(199, 169, 107, 0.18), transparent 12rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(243, 238, 229, 0.52));
  box-shadow: var(--shadow-md);
}

.showcase-topline {
  display: flex;
  justify-content: center;
}

.showcase-topline span,
.demo-badge {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.showcase-topline span {
  color: var(--espresso);
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(199, 169, 107, 0.28);
}

.product-stage {
  display: grid;
  place-items: center;
  min-height: 352px;
  padding: 16px;
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 50% 78%, rgba(18, 16, 14, 0.17), transparent 43%),
    linear-gradient(180deg, #f7f2ea 0%, #eee6da 100%);
}

.hero-product {
  width: min(62vw, 250px);
  max-height: 336px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 26px rgba(18, 16, 14, 0.18));
}

.hero-showcase p {
  max-width: 34ch;
  margin: 0 auto;
  font-size: 0.9rem;
  text-align: center;
}

.problem-section {
  background: rgba(247, 244, 236, 0.72);
}

.split-layout {
  display: grid;
  gap: 28px;
}

.compact-card-grid,
.benefit-grid,
.callout-grid,
.deliverables-grid,
.plans-grid {
  display: grid;
  gap: 12px;
}

.compact-card-grid article,
.benefit-grid article,
.callout-grid article,
.deliverables-grid article,
.plan-card,
.extras-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow-sm);
}

.compact-card-grid article {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 2px;
  border-width: 0 0 1px;
  border-radius: 0;
  color: var(--espresso);
  background: transparent;
  box-shadow: none;
  font-weight: 840;
}

.compact-card-grid article::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--champagne);
}

.solution-section,
.label-section,
.deliverables-section {
  background: var(--paper);
}

.benefit-grid {
  margin-top: 28px;
}

.benefit-grid article,
.callout-grid article,
.deliverables-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(247, 244, 236, 0.44)),
    var(--paper);
}

.benefit-grid span,
.callout-grid span {
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 900;
}

.lumara-section {
  color: var(--paper);
  background:
    linear-gradient(180deg, #12100e 0%, #171310 100%);
}

.lumara-section h2,
.lumara-section h3 {
  color: var(--paper);
}

.lumara-section .section-copy p:not(.eyebrow),
.palette-panel p {
  color: rgba(255, 253, 248, 0.72);
}

.lumara-eyebrow {
  color: var(--rose);
}

.demo-badge {
  margin-top: 18px;
  color: var(--paper);
  border: 1px solid rgba(214, 163, 141, 0.32);
  background: rgba(255, 253, 248, 0.06);
}

.lumara-grid {
  display: grid;
  gap: 28px;
}

.lumara-board {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(214, 163, 141, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.05), rgba(255, 253, 248, 0.02)),
    #1a1512;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.lumara-logo-wrap {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7efe6, #efe4d8);
}

.lumara-logo-wrap img {
  width: min(72vw, 310px);
  max-height: 104px;
  object-fit: contain;
}

.palette-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(214, 163, 141, 0.18);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.05);
}

.palette-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.palette-row span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 999px;
  background: var(--swatch);
}

.type-strip {
  display: grid;
  gap: 3px;
  padding-top: 12px;
  border-top: 1px solid rgba(214, 163, 141, 0.16);
}

.type-strip span {
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.type-strip strong {
  color: var(--rose);
  font-size: 0.98rem;
  font-weight: 760;
}

.lumara-product-mini {
  display: grid;
  place-items: center;
  min-height: 310px;
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 50% 78%, rgba(214, 163, 141, 0.2), transparent 43%),
    linear-gradient(180deg, #f8f4ee, #efe6dc);
}

.lumara-product-mini img {
  width: min(58vw, 230px);
  max-height: 292px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.24));
}

.label-figure {
  margin: 28px 0 0;
  padding: 10px;
  border: 1px solid rgba(18, 16, 14, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(238, 230, 218, 0.76)),
    #f1e9dd;
  box-shadow: var(--shadow-md);
}

.label-figure img {
  width: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.callout-grid {
  margin-top: 14px;
}

.product-section {
  background:
    radial-gradient(circle at 95% 10%, rgba(168, 191, 163, 0.16), transparent 22rem),
    var(--ivory);
}

.product-layout {
  display: grid;
  gap: 28px;
}

.interactive-product {
  display: grid;
  gap: 14px;
  max-width: 540px;
  margin: 0 auto;
}

.product-display {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: 16px;
  border: 1px solid rgba(31, 92, 59, 0.14);
  border-radius: 14px;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(18, 16, 14, 0.16), transparent 42%),
    linear-gradient(180deg, #f7f2ea 0%, #eee6da 100%);
  box-shadow: var(--shadow-md);
}

.product-display img {
  width: min(66vw, 278px);
  max-height: 340px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 22px rgba(18, 16, 14, 0.14));
  transition: opacity 220ms ease, transform 220ms ease;
}

.product-display img.is-changing {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}

.product-panel {
  display: grid;
  gap: 12px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(31, 92, 59, 0.14);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow-sm);
}

.tab {
  min-height: 42px;
  border: 0;
  border-radius: 9px;
  color: rgba(45, 45, 45, 0.76);
  background: transparent;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 840;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.tab.is-active {
  color: var(--paper);
  background: var(--green);
  box-shadow: 0 8px 18px rgba(31, 92, 59, 0.16);
}

.tab-copy {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow-sm);
}

#product-kicker {
  color: var(--champagne);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

#product-title {
  color: var(--espresso);
  font-size: 1.14rem;
}

#product-support {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-weight: 760;
}

.line-section {
  background: var(--cream);
}

.product-line {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(18, 16, 14, 0.1);
  border-radius: 14px;
  background:
    radial-gradient(ellipse at 50% 70%, rgba(199, 169, 107, 0.1), transparent 46%),
    linear-gradient(180deg, #f8f7f3 0%, #f4f1ec 100%);
  box-shadow: var(--shadow-md);
}

.product-line article {
  position: relative;
  display: grid;
  place-items: end center;
  gap: 12px;
  min-height: 300px;
  padding: 8px 4px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.product-line article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #f8f7f3 0%,
      rgba(248, 247, 243, 0.96) 11%,
      rgba(248, 247, 243, 0) 32%,
      rgba(248, 247, 243, 0) 68%,
      rgba(248, 247, 243, 0.96) 89%,
      #f8f7f3 100%
    ),
    linear-gradient(180deg, #f8f7f3 0%, rgba(248, 247, 243, 0) 18%, rgba(248, 247, 243, 0) 82%, #f8f7f3 100%);
}

.product-line .line-jar::after {
  background:
    linear-gradient(
      90deg,
      #f8f7f3 0%,
      rgba(248, 247, 243, 0.8) 6%,
      rgba(248, 247, 243, 0) 18%,
      rgba(248, 247, 243, 0) 82%,
      rgba(248, 247, 243, 0.8) 94%,
      #f8f7f3 100%
    ),
    linear-gradient(180deg, #f8f7f3 0%, rgba(248, 247, 243, 0) 16%, rgba(248, 247, 243, 0) 84%, #f8f7f3 100%);
}

.product-line img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 252px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 14px 18px rgba(18, 16, 14, 0.12));
}

.product-line h3 {
  position: relative;
  z-index: 3;
  color: var(--green);
  text-align: center;
}

.deliverables-grid {
  margin-top: 28px;
}

.deliverables-grid article {
  position: relative;
  min-height: 160px;
  padding-top: 44px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(247, 244, 236, 0.46)),
    var(--paper);
}

.deliverables-grid article::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: var(--champagne);
}

.plans-section {
  background:
    radial-gradient(circle at 96% 4%, rgba(199, 169, 107, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 244, 236, 0.95));
}

.plans-intro {
  margin-inline: auto;
  text-align: left;
}

.plans-support {
  margin-top: 14px;
  padding: 14px 16px;
  border-left: 3px solid var(--champagne);
  border-radius: 8px;
  color: var(--espresso) !important;
  background: rgba(255, 253, 248, 0.72);
  font-weight: 760;
  box-shadow: var(--shadow-sm);
}

.plans-grid {
  margin-top: 28px;
}

.plan-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
}

.guided-plan::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--green), rgba(199, 169, 107, 0.72));
}

.guided-plan {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.86)),
    radial-gradient(circle at 100% 0%, rgba(168, 191, 163, 0.18), transparent 16rem);
}

.plan-name {
  color: var(--espresso);
  font-size: 1.08rem;
  font-weight: 860;
}

.plan-card h3 {
  color: var(--green);
  font-size: 1.9rem;
  line-height: 1;
}

.plan-description {
  color: rgba(45, 45, 45, 0.78) !important;
}

.plan-badge {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--espresso);
  background: var(--champagne);
  font-size: 0.76rem;
  font-weight: 900;
}

.featured-plan {
  border-color: rgba(199, 169, 107, 0.8);
  background:
    linear-gradient(180deg, #fffaf1, #fffdf8),
    radial-gradient(circle at 100% 0%, rgba(199, 169, 107, 0.22), transparent 16rem);
  box-shadow: 0 20px 54px rgba(199, 169, 107, 0.16);
}

.featured-plan::before {
  background: linear-gradient(90deg, var(--champagne), var(--green));
}

.plan-result,
.plan-ideal {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(31, 92, 59, 0.12);
  border-radius: 12px;
  background: rgba(247, 244, 236, 0.52);
}

.plan-result span,
.plan-ideal span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-result p,
.plan-ideal p {
  color: rgba(45, 45, 45, 0.78) !important;
}

.plan-actions {
  display: grid;
  gap: 10px;
}

.plan-toggle {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(31, 92, 59, 0.2);
  border-radius: 10px;
  color: var(--green);
  background: rgba(255, 253, 248, 0.78);
  cursor: pointer;
  font-weight: 850;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.plan-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(31, 92, 59, 0.36);
  background: rgba(255, 253, 248, 0.94);
}

.plan-toggle:focus-visible {
  outline: 3px solid rgba(199, 169, 107, 0.7);
  outline-offset: 3px;
}

.plan-includes {
  padding-top: 2px;
}

.plan-includes[hidden] {
  display: none;
}

.plan-includes ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-includes li {
  display: flex;
  gap: 8px;
  color: rgba(45, 45, 45, 0.78);
  font-size: 0.94rem;
}

.plan-includes li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--green);
}

.plan-card .btn {
  margin-top: 0;
}

.extras-section {
  background: var(--paper);
}

.extras-panel {
  display: grid;
  gap: 16px;
  padding: 16px;
}

.extras-list {
  display: grid;
  gap: 10px;
}

.extras-list article {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.extras-list span {
  color: var(--espresso);
  font-weight: 760;
}

.extras-list strong {
  color: var(--green);
  text-align: right;
}

.materials {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(247, 244, 236, 0.78);
}

.materials p {
  color: var(--espresso);
  font-weight: 840;
}

.materials span {
  color: rgba(45, 45, 45, 0.76);
}

.final-cta {
  color: var(--paper);
  background: var(--espresso);
}

.final-panel {
  max-width: 760px;
  padding: 28px 0;
}

.final-panel h2 {
  color: var(--paper);
}

.final-panel .eyebrow {
  color: var(--rose);
}

.final-panel p:not(.eyebrow):not(.final-line) {
  margin-top: 14px;
  color: rgba(255, 253, 248, 0.74);
}

.final-panel .btn {
  max-width: 360px;
  margin-top: 22px;
}

.final-line {
  margin-top: 24px;
  color: var(--champagne);
  font-weight: 840;
}

.floating-cta {
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 60;
  min-width: 112px;
  min-height: 48px;
  padding: 12px 16px;
  color: var(--paper);
  background: var(--green);
  box-shadow: var(--shadow-green);
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.99);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.floating-product {
  animation: productFloat 7s ease-in-out infinite;
}

@keyframes productFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-7px) scale(1.01);
  }
}

@media (min-width: 560px) {
  .button-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-card-grid,
  .callout-grid,
  .deliverables-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .section-shell,
  .final-cta {
    padding: 82px 28px;
  }

  h1 {
    max-width: 18ch;
  }

  .hero {
    min-height: auto;
    padding-top: 122px;
  }

  .hero-grid,
  .split-layout,
  .lumara-grid,
  .product-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 38px;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .interactive-product {
    max-width: none;
  }

  .product-line article {
    min-height: 320px;
  }

  .product-line img {
    height: 260px;
  }

}

@media (min-width: 1024px) {
  .site-header {
    left: 28px;
    right: 28px;
  }

  .section-shell,
  .final-cta {
    padding: 96px 40px;
  }

  h1 {
    font-size: clamp(2.36rem, 3vw, 2.9rem);
  }

  h2 {
    font-size: clamp(1.82rem, 2.16vw, 2.16rem);
  }

  .lead {
    font-size: 1.08rem;
  }

  .hero-product {
    width: min(25vw, 340px);
    max-height: 470px;
  }

  .product-stage {
    min-height: 520px;
  }

  .lumara-board {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.64fr);
  }

  .palette-panel {
    grid-column: 1 / -1;
  }

  .lumara-product-mini {
    grid-row: 1;
    grid-column: 2;
    min-height: 260px;
  }

  .lumara-logo-wrap {
    grid-row: 1;
    grid-column: 1;
    align-self: stretch;
    display: grid;
    place-items: center;
  }

  .interactive-product {
    grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.82fr);
    align-items: center;
  }

  .product-display {
    min-height: 520px;
  }

  .product-display img {
    width: min(24vw, 340px);
    max-height: 470px;
  }

  .callout-grid,
  .deliverables-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .deliverables-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-line {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
  }

  .product-line article {
    min-height: 340px;
  }

  .product-line img {
    height: 286px;
  }

  .plans-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .floating-cta {
    right: 26px;
    bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Fabricarte MX V5 */
:root {
  --v5-green: #1f5c3b;
  --v5-green-dark: #123c27;
  --v5-sage: #a8bfa3;
  --v5-paper: #fffdf8;
  --v5-ivory: #f7f4ec;
  --v5-warm: #f1ece3;
  --v5-ink: #12100e;
  --v5-text: #2d2d2d;
  --v5-muted: rgba(45, 45, 45, 0.76);
  --v5-gold: #c7a96b;
  --v5-rose: #d6a38d;
  --v5-line: rgba(18, 16, 14, 0.12);
  --v5-shadow: 0 20px 54px rgba(18, 16, 14, 0.1);
}

body:has(.v5-page) {
  padding-bottom: 74px;
  background:
    radial-gradient(circle at 8% -4%, rgba(168, 191, 163, 0.22), transparent 25rem),
    linear-gradient(180deg, #fffdf8 0%, #f7f4ec 42%, #fffdf8 100%);
}

.v5-page {
  overflow-x: hidden;
  color: var(--v5-text);
  font-family: "Plus Jakarta Sans", Inter, Lato, Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

.v5-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.v5-header {
  position: fixed;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(31, 92, 59, 0.16);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 14px 34px rgba(18, 16, 14, 0.08);
  backdrop-filter: blur(16px);
}

.v5-brand {
  width: min(56vw, 230px);
}

.v5-brand img {
  width: 100%;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.v5-header-cta,
.v5-button,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.v5-header-cta {
  min-height: 40px;
  padding: 0 14px;
  color: var(--v5-paper);
  background: linear-gradient(135deg, var(--v5-green), var(--v5-green-dark));
  font-size: 0.86rem;
  box-shadow: 0 14px 28px rgba(31, 92, 59, 0.22);
}

.v5-button {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.v5-button-primary,
.floating-whatsapp {
  color: var(--v5-paper);
  background: linear-gradient(135deg, var(--v5-green), var(--v5-green-dark));
  box-shadow: 0 18px 34px rgba(31, 92, 59, 0.24);
}

.v5-button-secondary {
  color: var(--v5-green);
  border-color: rgba(31, 92, 59, 0.22);
  background: rgba(255, 253, 248, 0.74);
}

.v5-button-light {
  max-width: 360px;
  color: var(--v5-ink);
  background: var(--v5-paper);
}

.v5-button:hover,
.v5-plan-toggle:hover {
  transform: translateY(-2px);
}

.v5-hero,
.v5-problem,
.v5-system,
.v5-lumara,
.v5-label,
.v5-product,
.v5-line,
.v5-deliverables,
.v5-plans,
.v5-final {
  padding: 70px 18px;
}

.v5-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  gap: 34px;
  padding-top: 106px;
}

.v5-hero-copy,
.v5-hero-visual,
.v5-copy,
.v5-lumara-copy,
.v5-lumara-board,
.v5-label-layout,
.v5-product-lab,
.v5-lineup,
.v5-deliverables-list,
.v5-plan-list,
.v5-final-copy {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.v5-eyebrow {
  margin: 0 0 12px;
  color: var(--v5-green);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.v5-eyebrow-dark {
  color: var(--v5-rose);
}

.v5-page h1,
.v5-page h2,
.v5-page h3,
.v5-page p {
  overflow-wrap: break-word;
}

.v5-page h1,
.v5-page h2,
.v5-page h3 {
  margin: 0;
  color: var(--v5-ink);
  line-height: 1.08;
}

.v5-page h1 {
  max-width: 15ch;
  font-size: clamp(2rem, 7.8vw, 2.42rem);
  font-weight: 900;
}

.v5-page h2 {
  max-width: 18ch;
  font-size: clamp(1.56rem, 6vw, 2rem);
  font-weight: 870;
}

.v5-page h3 {
  font-size: 1.04rem;
  font-weight: 860;
}

.v5-page p {
  margin: 0;
}

.v5-lead,
.v5-copy p,
.v5-system-list p,
.v5-lumara-copy p,
.v5-lumara-system p,
.v5-label-points p,
.v5-tab-text p,
.v5-deliverables-list,
.v5-plan p,
.v5-final p,
.v5-hero-visual p {
  color: var(--v5-muted);
}

.v5-lead {
  margin-top: 18px;
  font-size: 1.04rem;
}

.v5-support {
  margin-top: 12px;
  color: var(--v5-green);
  font-weight: 850;
}

.v5-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.v5-hero-visual {
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(31, 92, 59, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 10%, rgba(199, 169, 107, 0.18), transparent 14rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(243, 238, 229, 0.54));
  box-shadow: var(--v5-shadow);
}

.v5-demo-pill {
  width: fit-content;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--v5-green);
  background: rgba(255, 253, 248, 0.92);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.v5-product-stage,
.v5-demo-product {
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 14px 0 0;
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 50% 84%, rgba(18, 16, 14, 0.14), transparent 42%),
    linear-gradient(180deg, #f7f2ea 0%, #eee6da 100%);
}

.v5-product-stage-hero {
  min-height: 360px;
}

.v5-product-stage img,
.v5-demo-product img {
  width: min(64vw, 260px);
  max-height: 340px;
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(18, 16, 14, 0.16));
}

.v5-hero-visual > p {
  margin-top: 12px;
  font-size: 0.94rem;
}

.v5-problem {
  background: rgba(255, 253, 248, 0.68);
}

.v5-bullet-strip {
  display: grid;
  gap: 0;
  width: min(100%, 1120px);
  margin: 26px auto 0;
}

.v5-bullet-strip span {
  padding: 14px 0;
  border-bottom: 1px solid var(--v5-line);
  color: var(--v5-ink);
  font-weight: 840;
}

.v5-bullet-strip span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--v5-gold);
}

.v5-system,
.v5-deliverables {
  background: var(--v5-paper);
}

.v5-copy-wide {
  display: grid;
  gap: 12px;
}

.v5-system-list,
.v5-label-points,
.v5-plan-list {
  display: grid;
  gap: 12px;
  width: min(100%, 1120px);
  margin: 30px auto 0;
}

.v5-system-list article,
.v5-label-points article,
.v5-plan {
  display: grid;
  gap: 9px;
  padding: 18px;
  border: 1px solid rgba(18, 16, 14, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 244, 236, 0.5)),
    var(--v5-paper);
  box-shadow: 0 14px 32px rgba(18, 16, 14, 0.06);
}

.v5-system-list b,
.v5-label-points b {
  color: var(--v5-gold);
  font-size: 0.78rem;
}

.v5-lumara {
  color: var(--v5-paper);
  background:
    radial-gradient(circle at 90% 8%, rgba(214, 163, 141, 0.18), transparent 18rem),
    linear-gradient(180deg, #12100e 0%, #1a1512 100%);
}

.v5-lumara h2,
.v5-lumara h3 {
  color: var(--v5-paper);
}

.v5-lumara-copy p,
.v5-lumara-copy small {
  color: rgba(255, 253, 248, 0.74);
}

.v5-lumara-copy small {
  display: inline-block;
  margin-top: 18px;
  padding: 11px 13px;
  border: 1px solid rgba(214, 163, 141, 0.24);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.06);
  font-weight: 760;
}

.v5-lumara-board {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  padding: 14px;
  border: 1px solid rgba(214, 163, 141, 0.22);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.045);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.v5-lumara-logo,
.v5-lumara-system {
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.06);
}

.v5-lumara-logo {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 12px;
  background:
    radial-gradient(circle at 50% 18%, rgba(214, 163, 141, 0.12), transparent 14rem),
    #12100e;
}

.v5-lumara-logo img {
  width: min(82vw, 360px);
  max-height: 180px;
  object-fit: contain;
}

.v5-lumara-system {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.v5-lumara-system b {
  color: var(--v5-rose);
}

.v5-swatches {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.v5-swatches i {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 999px;
  background: var(--swatch);
}

.v5-demo-product {
  min-height: 312px;
}

.v5-label {
  background: var(--v5-ivory);
}

.v5-label-layout {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.v5-label-preview {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 390px;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(214, 163, 141, 0.34);
  color: var(--v5-ink);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(247, 239, 230, 0.92)),
    #fffdf8;
  box-shadow: var(--v5-shadow);
  text-align: center;
}

.v5-label-preview img {
  width: min(42vw, 110px);
  object-fit: contain;
  border-radius: 14px;
}

.v5-label-preview span {
  color: #9d654f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.v5-label-preview strong {
  font-size: clamp(1.6rem, 8vw, 2.6rem);
  line-height: 0.96;
}

.v5-label-preview em {
  color: rgba(18, 16, 14, 0.58);
  font-style: normal;
}

.v5-label-points {
  margin-top: 0;
}

.v5-product {
  background: var(--v5-paper);
}

.v5-product-lab {
  display: grid;
  gap: 14px;
  width: min(100%, 1120px);
  margin: 28px auto 0;
}

.v5-product-lab .v5-product-stage {
  min-height: 390px;
  border: 1px solid rgba(31, 92, 59, 0.12);
  box-shadow: var(--v5-shadow);
}

#productImage {
  transition: opacity 220ms ease, transform 220ms ease;
}

#productImage.is-switching {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}

.v5-product-info {
  display: grid;
  gap: 12px;
}

.v5-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(31, 92, 59, 0.16);
  border-radius: 13px;
  background: rgba(255, 253, 248, 0.9);
}

.v5-tab {
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  color: rgba(45, 45, 45, 0.74);
  background: transparent;
  cursor: pointer;
  font-weight: 880;
}

.v5-tab.is-active {
  color: var(--v5-paper);
  background: var(--v5-green);
  box-shadow: 0 10px 20px rgba(31, 92, 59, 0.18);
}

.v5-tab-text {
  display: grid;
  gap: 9px;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--v5-line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.94);
}

#productLabel {
  color: var(--v5-gold);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.v5-tab-text strong {
  padding-top: 10px;
  border-top: 1px solid var(--v5-line);
  color: var(--v5-green);
}

.v5-line {
  background: var(--v5-warm);
}

.v5-line .v5-copy strong {
  color: var(--v5-green);
}

.v5-lineup {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding: 16px;
  border: 1px solid rgba(18, 16, 14, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 50% 78%, rgba(199, 169, 107, 0.12), transparent 48%),
    linear-gradient(180deg, #f7f4ec 0%, #eee7dc 100%);
  box-shadow: var(--v5-shadow);
}

.v5-lineup figure {
  display: grid;
  place-items: end center;
  min-height: 300px;
  margin: 0;
}

.v5-lineup img {
  width: 100%;
  height: 254px;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(18, 16, 14, 0.12));
}

.v5-lineup figcaption {
  color: var(--v5-green);
  font-weight: 850;
  text-align: center;
}

.v5-deliverables-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.v5-deliverables-list span {
  padding: 14px 0;
  border-bottom: 1px solid var(--v5-line);
  color: var(--v5-ink);
  font-weight: 830;
}

.v5-plans {
  background:
    radial-gradient(circle at 96% 4%, rgba(199, 169, 107, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 244, 236, 0.95));
}

.v5-plan {
  position: relative;
  overflow: hidden;
}

.v5-plan::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--v5-green), rgba(199, 169, 107, 0.7));
}

.v5-plan-name,
.v5-badge {
  color: var(--v5-green);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.v5-plan h3 {
  color: var(--v5-green);
  font-size: 1.9rem;
}

.v5-plan strong {
  padding: 14px;
  border: 1px solid rgba(31, 92, 59, 0.12);
  border-radius: 12px;
  color: var(--v5-green);
  background: rgba(247, 244, 236, 0.62);
}

.v5-plan-featured {
  border-color: rgba(199, 169, 107, 0.74);
  background: linear-gradient(180deg, #fffaf1, #fffdf8);
}

.v5-plan-featured::before {
  background: linear-gradient(90deg, var(--v5-gold), var(--v5-green));
}

.v5-badge {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--v5-ink);
  background: var(--v5-gold);
}

.v5-plan-toggle {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(31, 92, 59, 0.2);
  border-radius: 10px;
  color: var(--v5-green);
  background: rgba(255, 253, 248, 0.88);
  cursor: pointer;
  font-weight: 880;
}

.v5-plan-details {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v5-plan-details[hidden] {
  display: none;
}

.v5-plan-details li {
  display: flex;
  gap: 8px;
  color: rgba(45, 45, 45, 0.78);
  font-size: 0.94rem;
}

.v5-plan-details li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--v5-green);
}

.v5-final {
  color: var(--v5-paper);
  background:
    radial-gradient(circle at 90% 20%, rgba(214, 163, 141, 0.16), transparent 18rem),
    var(--v5-ink);
}

.v5-final h2 {
  color: var(--v5-paper);
}

.v5-final p {
  color: rgba(255, 253, 248, 0.76);
}

.v5-final .v5-button {
  margin-top: 24px;
}

.floating-whatsapp {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 90;
  min-width: 112px;
  min-height: 48px;
  padding: 12px 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.v5-version-label {
  width: min(100% - 40px, 1180px);
  margin: 0 auto 28px;
  padding: 10px 12px;
  border: 1px solid rgba(31, 92, 59, 0.24);
  border-radius: 10px;
  color: var(--v5-green);
  background: rgba(255, 253, 248, 0.92);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.v5-reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.99);
  transition: opacity 620ms ease, transform 620ms ease;
}

.v5-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.v5-button:focus-visible,
.v5-header-cta:focus-visible,
.v5-tab:focus-visible,
.v5-plan-toggle:focus-visible,
.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(199, 169, 107, 0.7);
  outline-offset: 3px;
}

@media (min-width: 560px) {
  .v5-actions,
  .v5-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v5-system-list,
  .v5-label-points,
  .v5-deliverables-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body:has(.v5-page) {
    padding-bottom: 0;
  }

  .v5-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 124px 28px 90px;
  }

  .v5-problem,
  .v5-lumara,
  .v5-product {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 44px;
  }

  .v5-hero-copy,
  .v5-hero-visual,
  .v5-copy,
  .v5-lumara-copy,
  .v5-lumara-board,
  .v5-product-lab,
  .v5-bullet-strip {
    width: 100%;
  }

  .v5-page h1 {
    max-width: 18ch;
  }

  .v5-hero,
  .v5-problem,
  .v5-system,
  .v5-lumara,
  .v5-label,
  .v5-product,
  .v5-line,
  .v5-deliverables,
  .v5-plans,
  .v5-final {
    padding-left: 28px;
    padding-right: 28px;
  }

  .v5-system-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .v5-label-layout,
  .v5-product-lab {
    grid-template-columns: minmax(300px, 0.95fr) minmax(280px, 0.85fr);
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .v5-header {
    left: 28px;
    right: 28px;
  }

  .v5-page h1 {
    font-size: clamp(2.7rem, 4vw, 4rem);
  }

  .v5-page h2 {
    font-size: clamp(2rem, 2.7vw, 2.8rem);
  }

  .v5-hero,
  .v5-problem,
  .v5-system,
  .v5-lumara,
  .v5-label,
  .v5-product,
  .v5-line,
  .v5-deliverables,
  .v5-plans,
  .v5-final {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .v5-product-stage-hero,
  .v5-product-lab .v5-product-stage {
    min-height: 520px;
  }

  .v5-product-stage img {
    width: min(25vw, 340px);
    max-height: 470px;
  }

  .v5-lumara-board {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.72fr);
  }

  .v5-demo-product {
    grid-row: 1 / span 2;
    grid-column: 2;
    min-height: 430px;
  }

  .v5-demo-product img {
    width: min(20vw, 280px);
    max-height: 380px;
  }

  .v5-label-points,
  .v5-plan-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v5-lineup {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
  }

  .v5-lineup figure {
    min-height: 340px;
  }

  .v5-lineup img {
    height: 286px;
  }
}

/* V5 mobile-first foundation and typography pass */
:root {
  --v5-font: "Plus Jakarta Sans", Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v5-container: 1180px;
  --v5-content: 760px;
  --v5-page-pad: clamp(20px, 5.4vw, 24px);
  --v5-page-pad-wide: clamp(28px, 5vw, 48px);
  --v5-section-y: clamp(52px, 12vw, 72px);
  --v5-section-y-wide: clamp(72px, 7vw, 92px);
  --v5-stack-gap: clamp(20px, 6vw, 34px);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  text-size-adjust: 100%;
}

body:has(.v5-page) {
  padding-bottom: calc(72px + env(safe-area-inset-bottom));
  font-family: var(--v5-font);
}

.v5-page,
.v5-page * {
  min-width: 0;
}

.v5-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--v5-font);
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.v5-page img,
.v5-page svg,
.v5-page video,
.v5-page canvas {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.v5-header {
  left: 50%;
  right: auto;
  width: calc(100% - (var(--v5-page-pad) * 2));
  max-width: var(--v5-container);
  padding: 9px 10px;
  transform: translateX(-50%);
}

.v5-brand {
  flex: 1 1 auto;
  width: auto;
  max-width: min(56vw, 210px);
}

.v5-brand img {
  height: clamp(34px, 9vw, 42px);
}

.v5-header-cta,
.v5-button,
.v5-tab,
.v5-plan-toggle,
.floating-whatsapp {
  min-height: 48px;
  font-weight: 700;
  letter-spacing: 0;
  touch-action: manipulation;
}

.v5-header-cta {
  flex: 0 0 auto;
  min-height: 40px;
  padding-inline: 13px;
  font-size: 0.82rem;
}

.v5-button {
  width: 100%;
  padding: 14px 16px;
  font-size: clamp(0.92rem, 3.8vw, 0.98rem);
}

.v5-hero,
.v5-problem,
.v5-system,
.v5-lumara,
.v5-label,
.v5-product,
.v5-line,
.v5-deliverables,
.v5-plans,
.v5-final {
  padding: var(--v5-section-y) var(--v5-page-pad);
}

.v5-hero {
  min-height: auto;
  gap: var(--v5-stack-gap);
  padding-top: calc(var(--v5-section-y) + 72px);
}

.v5-hero-copy,
.v5-hero-visual,
.v5-copy,
.v5-lumara-copy,
.v5-lumara-board,
.v5-label-layout,
.v5-product-lab,
.v5-lineup,
.v5-deliverables-list,
.v5-plan-list,
.v5-final-copy,
.v5-bullet-strip,
.v5-system-list,
.v5-label-points {
  width: min(100%, var(--v5-container));
  margin-inline: auto;
}

.v5-copy,
.v5-hero-copy,
.v5-lumara-copy,
.v5-final-copy {
  max-width: var(--v5-content);
}

.v5-copy-wide {
  max-width: 860px;
}

.v5-eyebrow,
.v5-demo-pill,
.v5-plan-name,
.v5-badge,
#productLabel {
  font-size: clamp(0.68rem, 2.8vw, 0.76rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.v5-page h1,
.v5-page h2,
.v5-page h3 {
  font-family: var(--v5-font);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.v5-page h1 {
  max-width: 15ch;
  font-size: clamp(1.92rem, 8.6vw, 2.36rem);
}

.v5-page h2 {
  max-width: 20ch;
  font-size: clamp(1.42rem, 6.2vw, 1.88rem);
}

.v5-page h3 {
  font-size: clamp(1rem, 3.9vw, 1.1rem);
  font-weight: 700;
}

.v5-page p,
.v5-page li,
.v5-page small,
.v5-lineup figcaption,
.v5-deliverables-list span {
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0;
}

.v5-lead,
.v5-copy p,
.v5-lumara-copy p,
.v5-final p {
  font-size: clamp(0.98rem, 3.9vw, 1.04rem);
}

.v5-hero,
.v5-problem,
.v5-lumara,
.v5-product,
.v5-label-layout,
.v5-product-lab,
.v5-lumara-board,
.v5-lineup,
.v5-plan-list,
.v5-system-list,
.v5-label-points,
.v5-deliverables-list {
  grid-template-columns: 1fr;
}

.v5-product-stage,
.v5-demo-product,
.v5-product-stage-hero,
.v5-product-lab .v5-product-stage,
.v5-lineup figure,
.v5-label-preview {
  min-height: auto;
}

.v5-product-stage {
  min-height: clamp(300px, 86vw, 380px);
}

.v5-product-stage-hero {
  min-height: clamp(320px, 88vw, 390px);
}

.v5-product-lab .v5-product-stage {
  min-height: clamp(320px, 90vw, 400px);
}

.v5-demo-product {
  min-height: clamp(280px, 78vw, 350px);
}

.v5-label-preview {
  min-height: clamp(300px, 82vw, 390px);
}

.v5-lineup figure {
  min-height: clamp(250px, 72vw, 310px);
}

.v5-product-stage img,
.v5-demo-product img {
  width: min(62vw, 250px);
  max-height: min(74vw, 330px);
}

.v5-lineup img {
  width: 100%;
  height: clamp(220px, 64vw, 270px);
}

.v5-support,
.v5-tab-text strong,
.v5-line .v5-copy strong,
.v5-plan strong,
.v5-bullet-strip span,
.v5-deliverables-list span {
  font-weight: 600;
}

.v5-system-list article,
.v5-label-points article,
.v5-plan {
  gap: 10px;
  padding: clamp(16px, 4.6vw, 22px);
}

.v5-system-list,
.v5-label-points,
.v5-plan-list,
.v5-deliverables-list,
.v5-product-lab,
.v5-label-layout,
.v5-lumara-board {
  gap: clamp(12px, 4vw, 20px);
}

@media (min-width: 560px) {
  .v5-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v5-button {
    width: auto;
  }

  .v5-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body:has(.v5-page) {
    padding-bottom: 0;
  }

  .v5-hero,
  .v5-problem,
  .v5-lumara,
  .v5-product,
  .v5-label-layout,
  .v5-product-lab {
    grid-template-columns: 1fr;
  }

  .v5-hero {
    width: 100%;
    padding: calc(var(--v5-section-y) + 78px) var(--v5-page-pad-wide) var(--v5-section-y);
  }

  .v5-system-list,
  .v5-label-points,
  .v5-deliverables-list,
  .v5-plan-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v5-hero,
  .v5-problem,
  .v5-system,
  .v5-lumara,
  .v5-label,
  .v5-product,
  .v5-line,
  .v5-deliverables,
  .v5-plans,
  .v5-final {
    padding-left: var(--v5-page-pad-wide);
    padding-right: var(--v5-page-pad-wide);
  }
}

@media (min-width: 940px) {
  .v5-hero {
    grid-template-columns: minmax(0, 0.94fr) minmax(300px, 0.86fr);
    align-items: center;
    width: min(100%, var(--v5-container));
    margin-inline: auto;
  }

  .v5-problem,
  .v5-lumara,
  .v5-product {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: clamp(34px, 5vw, 58px);
  }

  .v5-label-layout,
  .v5-product-lab {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
    align-items: center;
  }

  .v5-plan-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .v5-page h1 {
    font-size: clamp(2.42rem, 2.8vw, 3.05rem);
  }

  .v5-page h2 {
    font-size: clamp(1.82rem, 2.05vw, 2.28rem);
  }

  .v5-hero,
  .v5-problem,
  .v5-system,
  .v5-lumara,
  .v5-label,
  .v5-product,
  .v5-line,
  .v5-deliverables,
  .v5-plans,
  .v5-final {
    padding-top: var(--v5-section-y-wide);
    padding-bottom: var(--v5-section-y-wide);
  }

  .v5-system-list {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  .v5-lineup {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .v5-lineup img {
    height: 286px;
  }
}

/* Step 2: mobile header, logo stability, and visual refinement */
:root {
  --v5-font: Manrope, "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v5-header-height: clamp(64px, 17vw, 72px);
}

html {
  scroll-padding-top: calc(var(--v5-header-height) + 14px);
}

body:has(.v5-page) {
  padding-bottom: 0;
}

.v5-page {
  font-family: var(--v5-font);
}

.v5-header {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  z-index: 80;
  width: min(100%, var(--v5-container));
  min-height: var(--v5-header-height);
  margin: 0 auto;
  padding: 10px var(--v5-page-pad);
  border-width: 0 0 1px;
  border-radius: 0;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 10px 26px rgba(18, 16, 14, 0.07);
  transform: none;
}

.v5-brand {
  flex: 1 1 auto;
  width: auto;
  max-width: min(58vw, 220px);
}

.v5-brand img {
  width: 100%;
  height: clamp(38px, 10vw, 46px);
  object-fit: contain;
  object-position: left center;
}

.v5-header-cta {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: clamp(0.78rem, 3.2vw, 0.88rem);
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(31, 92, 59, 0.18);
}

.v5-hero {
  padding-top: var(--v5-section-y);
}

.v5-hero,
.v5-problem,
.v5-system,
.v5-lumara,
.v5-label,
.v5-product,
.v5-line,
.v5-deliverables,
.v5-plans,
.v5-final {
  scroll-margin-top: calc(var(--v5-header-height) + 14px);
}

.floating-whatsapp {
  display: none !important;
}

.v5-page h1,
.v5-page h2,
.v5-page h3 {
  font-family: var(--v5-font);
  letter-spacing: 0;
}

.v5-page h1 {
  font-size: clamp(1.86rem, 8vw, 2.28rem);
  font-weight: 760;
  line-height: 1.14;
}

.v5-page h2 {
  font-size: clamp(1.38rem, 5.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1.16;
}

.v5-page h3 {
  font-weight: 700;
  line-height: 1.22;
}

.v5-page p,
.v5-page li,
.v5-page small {
  line-height: 1.68;
}

.v5-lumara-board {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.v5-lumara-logo,
.v5-lumara-system {
  border-radius: 0;
  background: transparent;
}

.v5-lumara-logo {
  min-height: auto;
  padding: 4px 0 10px;
}

.v5-lumara-logo img {
  width: min(78vw, 340px);
  max-height: 150px;
}

.v5-lumara-system {
  padding: 16px 0 0;
  border-top: 1px solid rgba(214, 163, 141, 0.22);
}

@media (min-width: 768px) {
  .v5-header {
    width: min(calc(100% - 56px), var(--v5-container));
    border: 1px solid rgba(31, 92, 59, 0.14);
    border-top: 0;
    border-radius: 0 0 16px 16px;
  }

  .v5-hero {
    padding-top: var(--v5-section-y);
  }
}

@media (min-width: 1024px) {
  .v5-page h1 {
    font-size: clamp(2.34rem, 2.6vw, 2.86rem);
  }

  .v5-page h2 {
    font-size: clamp(1.76rem, 1.9vw, 2.14rem);
  }
}

/* Step 3: typography hierarchy, contrast, and readability */
:root {
  --v5-font: Manrope, "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --v5-text: #252821;
  --v5-muted: rgba(37, 40, 33, 0.82);
  --v5-soft-text: rgba(37, 40, 33, 0.68);
}

.v5-page {
  color: var(--v5-text);
  font-family: var(--v5-font);
  font-weight: 400;
  line-height: 1.66;
}

.v5-page h1,
.v5-page h2,
.v5-page h3,
.v5-page p,
.v5-page li,
.v5-page small,
.v5-page a,
.v5-page button {
  font-family: var(--v5-font);
}

.v5-eyebrow,
.v5-demo-pill,
#productLabel,
.v5-plan-name,
.v5-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 12px;
  color: var(--v5-green);
  font-size: clamp(0.68rem, 2.75vw, 0.74rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v5-eyebrow {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(31, 92, 59, 0.24);
}

.v5-page h1 {
  max-width: 15.5ch;
  color: var(--v5-ink);
  font-size: clamp(1.84rem, 7.7vw, 2.2rem);
  font-weight: 800;
  line-height: 1.13;
}

.v5-page h2 {
  max-width: 21ch;
  color: var(--v5-ink);
  font-size: clamp(1.34rem, 5.55vw, 1.72rem);
  font-weight: 700;
  line-height: 1.18;
}

.v5-page h3 {
  color: var(--v5-ink);
  font-size: clamp(1rem, 3.7vw, 1.08rem);
  font-weight: 700;
  line-height: 1.24;
}

.v5-page p,
.v5-page li {
  color: var(--v5-muted);
  font-size: clamp(0.96rem, 3.7vw, 1.03rem);
  font-weight: 400;
  line-height: 1.7;
}

.v5-lead {
  margin-top: 16px;
  color: rgba(37, 40, 33, 0.86);
  font-weight: 500;
  line-height: 1.66;
}

.v5-support {
  margin-top: 12px;
  color: var(--v5-green);
  font-weight: 600;
  line-height: 1.55;
}

.v5-copy,
.v5-copy-wide,
.v5-hero-copy,
.v5-lumara-copy,
.v5-final-copy {
  row-gap: 10px;
}

.v5-copy > p:not(.v5-eyebrow),
.v5-copy-wide > p:not(.v5-eyebrow),
.v5-lumara-copy > p:not(.v5-eyebrow),
.v5-final-copy > p:not(.v5-eyebrow) {
  margin-top: 12px;
}

.v5-actions {
  margin-top: 22px;
}

.v5-button,
.v5-header-cta,
.v5-plan-toggle,
.v5-tab {
  font-family: var(--v5-font);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.v5-button {
  font-size: clamp(0.94rem, 3.7vw, 0.99rem);
  line-height: 1.18;
}

.v5-lumara {
  color: var(--v5-paper);
}

.v5-lumara .v5-eyebrow,
.v5-eyebrow-dark {
  color: #efbda8;
  border-color: rgba(239, 189, 168, 0.36);
}

.v5-lumara h2,
.v5-lumara h3 {
  color: #fffaf3;
}

.v5-lumara-copy p,
.v5-lumara-system p,
.v5-lumara-copy small {
  color: rgba(255, 250, 243, 0.82);
}

.v5-lumara-system b {
  color: #efbda8;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.v5-lumara-copy small {
  line-height: 1.55;
}

.v5-label-preview span {
  color: #8d5844;
  font-size: clamp(0.68rem, 2.7vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.v5-label-preview strong {
  color: var(--v5-ink);
  font-size: clamp(1.52rem, 7vw, 2.24rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.v5-label-preview em {
  color: rgba(37, 40, 33, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}

.v5-label-points b,
.v5-system-list b {
  color: #a3803f;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.v5-lineup figcaption {
  margin-top: 8px;
  color: var(--v5-green);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v5-deliverables-list span,
.v5-bullet-strip span,
.v5-tab-text strong,
.v5-plan strong {
  color: rgba(31, 92, 59, 0.94);
  font-weight: 600;
  line-height: 1.48;
}

.v5-tab-text p,
.v5-plan p,
.v5-plan-details li,
.v5-system-list p,
.v5-label-points p,
.v5-hero-visual > p {
  color: var(--v5-muted);
}

.v5-page .v5-eyebrow,
.v5-page .v5-demo-pill,
.v5-page .v5-plan-name,
.v5-page .v5-badge,
.v5-page #productLabel {
  color: var(--v5-green);
  font-size: clamp(0.68rem, 2.75vw, 0.74rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v5-page .v5-eyebrow {
  margin-bottom: 12px;
}

.v5-lumara .v5-eyebrow,
.v5-final .v5-eyebrow,
.v5-page .v5-eyebrow-dark {
  color: #efbda8;
}

@media (min-width: 528px) {
  .v5-page h1 {
    font-size: clamp(2.1rem, 5.7vw, 2.45rem);
  }

  .v5-page h2 {
    font-size: clamp(1.58rem, 4.25vw, 2rem);
  }
}

@media (min-width: 1024px) {
  .v5-page h1 {
    font-size: clamp(2.3rem, 2.45vw, 2.76rem);
  }

  .v5-page h2 {
    font-size: clamp(1.7rem, 1.78vw, 2.04rem);
  }
}

/* Final CTA and footer refinement */
.v5-final {
  position: relative;
  padding: clamp(74px, 18vw, 96px) var(--v5-page-pad) clamp(68px, 16vw, 90px);
  color: #fffaf3;
  background:
    linear-gradient(145deg, rgba(199, 169, 107, 0.11) 0%, rgba(199, 169, 107, 0) 34%),
    linear-gradient(180deg, #10261a 0%, #0d1b14 100%);
  border-top: 1px solid rgba(199, 169, 107, 0.2);
}

.v5-final-copy {
  display: grid;
  gap: 16px;
  max-width: 680px;
}

.v5-final .v5-eyebrow,
.v5-final .v5-eyebrow-dark {
  color: #f0c6ad;
  border-color: rgba(240, 198, 173, 0.42);
}

.v5-final h2 {
  max-width: 18ch;
  color: #fffdf8;
  font-size: clamp(1.72rem, 7.3vw, 2.18rem);
  font-weight: 800;
  line-height: 1.12;
}

.v5-final p {
  max-width: 34rem;
  color: rgba(255, 250, 243, 0.88);
  font-size: clamp(1rem, 4vw, 1.08rem);
  font-weight: 400;
  line-height: 1.68;
}

.v5-final .v5-button {
  width: 100%;
  min-height: 54px;
  margin-top: 10px;
  border: 1px solid rgba(255, 253, 248, 0.72);
  border-radius: 12px;
  color: #123c27;
  background: #fffdf8;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(199, 169, 107, 0.2) inset;
  font-size: clamp(0.98rem, 4vw, 1.05rem);
  font-weight: 800;
}

.v5-final .v5-button:hover {
  background: #f7f4ec;
}

.v5-footer {
  display: grid;
  gap: 5px;
  padding: 22px var(--v5-page-pad) 26px;
  color: rgba(255, 250, 243, 0.68);
  background: #0d1b14;
  border-top: 1px solid rgba(255, 253, 248, 0.09);
  font-family: var(--v5-font);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.v5-footer span:first-child {
  color: rgba(255, 250, 243, 0.9);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v5-footer span:last-child {
  font-weight: 400;
}

.v5-version-label {
  display: none !important;
}

@media (min-width: 560px) {
  .v5-final .v5-button {
    width: fit-content;
    min-width: 270px;
    padding-inline: 24px;
  }
}

@media (min-width: 768px) {
  .v5-final {
    padding-left: var(--v5-page-pad-wide);
    padding-right: var(--v5-page-pad-wide);
  }

  .v5-final h2 {
    font-size: clamp(2rem, 3.6vw, 2.72rem);
  }

  .v5-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    text-align: left;
    padding-left: var(--v5-page-pad-wide);
    padding-right: var(--v5-page-pad-wide);
  }
}

/* Product assets and grouped composition refinement */
.v5-label-preview {
  display: grid;
  place-items: center;
  min-height: auto;
  padding: clamp(16px, 5vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(18, 16, 14, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 50% 95%, rgba(18, 16, 14, 0.12), transparent 52%),
    linear-gradient(180deg, #f6f0e8 0%, #fffdf8 100%);
  box-shadow: 0 18px 46px rgba(18, 16, 14, 0.09);
}

.v5-label-preview .v5-label-matrix-img {
  width: min(100%, 760px);
  max-height: clamp(118px, 35vw, 270px);
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(18, 16, 14, 0.14));
}

.v5-product-lab .v5-product-stage img#productImage {
  width: auto;
  height: min(74vw, 330px);
  max-width: min(72%, 270px);
  object-fit: contain;
}

.v5-lineup {
  position: relative;
  display: block;
  min-height: clamp(330px, 90vw, 410px);
  padding: clamp(18px, 5vw, 28px) clamp(14px, 4vw, 24px) 54px;
  overflow: hidden;
  border: 1px solid rgba(18, 16, 14, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 50% 82%, rgba(18, 16, 14, 0.16), transparent 42%),
    linear-gradient(180deg, #f7f4ec 0%, #ede4d7 100%);
  box-shadow: 0 20px 54px rgba(18, 16, 14, 0.1);
}

.v5-lineup::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 52px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(18, 16, 14, 0.16), rgba(18, 16, 14, 0));
  filter: blur(4px);
}

.v5-lineup .v5-line-item {
  position: absolute;
  bottom: 24px;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: end center;
  gap: 9px;
  min-height: 0;
  margin: 0;
}

.v5-lineup .v5-line-item img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(18, 16, 14, 0.15));
}

.v5-line-shampoo {
  left: 6%;
  z-index: 2;
}

.v5-line-acondicionador {
  left: 22%;
  z-index: 3;
}

.v5-line-mascarilla {
  left: 42%;
  z-index: 5;
}

.v5-line-botox {
  right: 6%;
  z-index: 4;
}

.v5-line-shampoo img {
  height: clamp(178px, 50vw, 226px);
}

.v5-line-acondicionador img {
  height: clamp(188px, 53vw, 236px);
}

.v5-line-botox img {
  height: clamp(198px, 56vw, 252px);
}

.v5-line-mascarilla img {
  width: clamp(112px, 34vw, 152px);
  height: auto;
}

.v5-lineup figcaption {
  max-width: 8.8em;
  color: var(--v5-green);
  font-size: clamp(0.64rem, 2.4vw, 0.76rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 560px) {
  .v5-lineup {
    min-height: 430px;
  }

  .v5-line-shampoo {
    left: 14%;
  }

  .v5-line-acondicionador {
    left: 29%;
  }

  .v5-line-mascarilla {
    left: 46%;
  }

  .v5-line-botox {
    right: 14%;
  }
}

@media (min-width: 768px) {
  .v5-label-preview .v5-label-matrix-img {
    width: min(100%, 860px);
    max-height: 310px;
  }

  .v5-lineup {
    min-height: 480px;
  }

  .v5-line-shampoo img {
    height: 270px;
  }

  .v5-line-acondicionador img {
    height: 288px;
  }

  .v5-line-botox img {
    height: 316px;
  }

  .v5-line-mascarilla img {
    width: 190px;
  }
}

@media (min-width: 1024px) {
  .v5-lineup {
    min-height: 520px;
  }

  .v5-line-shampoo {
    left: 17%;
  }

  .v5-line-acondicionador {
    left: 32%;
  }

  .v5-line-mascarilla {
    left: 47%;
  }

  .v5-line-botox {
    right: 17%;
  }

  .v5-line-shampoo img {
    height: 305px;
  }

  .v5-line-acondicionador img {
    height: 324px;
  }

  .v5-line-botox img {
    height: 356px;
  }

  .v5-line-mascarilla img {
    width: 220px;
  }
}

/* Strong product scale normalization for the grouped line */
.v5-lineup .v5-line-item {
  width: auto;
}

.v5-lineup .v5-line-item > img {
  width: auto;
  max-width: none;
  object-fit: contain;
}

.v5-lineup .v5-line-shampoo > img {
  height: clamp(176px, 49vw, 218px);
}

.v5-lineup .v5-line-acondicionador > img {
  height: clamp(184px, 51vw, 228px);
}

.v5-lineup .v5-line-botox > img {
  height: clamp(196px, 55vw, 244px);
}

.v5-lineup .v5-line-mascarilla {
  width: clamp(112px, 32vw, 144px);
}

.v5-lineup .v5-line-mascarilla > img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .v5-lineup .v5-line-shampoo > img {
    height: 260px;
  }

  .v5-lineup .v5-line-acondicionador > img {
    height: 276px;
  }

  .v5-lineup .v5-line-botox > img {
    height: 304px;
  }

  .v5-lineup .v5-line-mascarilla {
    width: 168px;
  }
}

@media (min-width: 1024px) {
  .v5-lineup .v5-line-shampoo > img {
    height: 296px;
  }

  .v5-lineup .v5-line-acondicionador > img {
    height: 314px;
  }

  .v5-lineup .v5-line-botox > img {
    height: 344px;
  }

  .v5-lineup .v5-line-mascarilla {
    width: 196px;
  }
}

/* Focused premium mobile visual refinement */
.v5-hero {
  gap: clamp(22px, 6vw, 32px);
  padding-bottom: clamp(30px, 8vw, 46px);
}

.v5-problem {
  padding-top: clamp(38px, 9vw, 54px);
}

.v5-hero-copy {
  display: grid;
  gap: 0;
}

.v5-hero-copy .v5-eyebrow {
  margin-bottom: 14px;
  padding: 0 0 9px;
  border-bottom: 1px solid rgba(31, 92, 59, 0.28);
  color: #184d32;
  font-size: clamp(0.68rem, 2.55vw, 0.74rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0.16em;
}

.v5-hero-copy h1 {
  max-width: 16ch;
  font-size: clamp(2rem, 8.15vw, 2.42rem);
  font-weight: 800;
  line-height: 1.08;
}

.v5-hero-copy .v5-lead {
  max-width: 35rem;
  margin-top: 18px;
  color: rgba(37, 40, 33, 0.84);
  font-size: clamp(1rem, 3.8vw, 1.06rem);
  font-weight: 500;
  line-height: 1.68;
}

.v5-hero-copy .v5-support {
  max-width: 33rem;
  margin-top: 12px;
  color: rgba(31, 92, 59, 0.92);
  font-size: clamp(0.96rem, 3.55vw, 1rem);
  font-weight: 650;
  line-height: 1.55;
}

.v5-system-list {
  gap: 0;
  margin-top: clamp(24px, 7vw, 34px);
  border-top: 1px solid rgba(18, 16, 14, 0.1);
  border-bottom: 1px solid rgba(18, 16, 14, 0.1);
}

.v5-system-list article {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 5px 14px;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(18, 16, 14, 0.09);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.v5-system-list article:first-child {
  border-top: 0;
}

.v5-system-list b {
  grid-row: 1 / span 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(199, 169, 107, 0.42);
  border-radius: 999px;
  color: #8c6e31;
  background: rgba(199, 169, 107, 0.09);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
}

.v5-system-list h3 {
  align-self: end;
  color: #151811;
  font-size: clamp(1.02rem, 4vw, 1.14rem);
  font-weight: 760;
  line-height: 1.22;
}

.v5-system-list p {
  max-width: 34rem;
  color: rgba(37, 40, 33, 0.78);
  font-size: clamp(0.93rem, 3.55vw, 1rem);
  line-height: 1.62;
}

.v5-lumara {
  background:
    radial-gradient(circle at 84% 8%, rgba(214, 163, 141, 0.2), transparent 15rem),
    radial-gradient(circle at 10% 92%, rgba(199, 169, 107, 0.09), transparent 14rem),
    linear-gradient(180deg, #12100e 0%, #181310 100%);
}

.v5-lumara-board {
  display: grid;
  gap: 14px;
  margin-top: clamp(24px, 7vw, 34px);
  padding: clamp(14px, 4vw, 18px);
  border: 1px solid rgba(214, 163, 141, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0.025)),
    rgba(255, 253, 248, 0.035);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.v5-lumara-logo,
.v5-lumara-system,
.v5-lumara-family {
  border: 1px solid rgba(255, 253, 248, 0.1);
  border-radius: 17px;
  background: rgba(255, 253, 248, 0.055);
}

.v5-lumara-logo {
  min-height: 128px;
  padding: 16px;
}

.v5-lumara-logo img {
  width: min(72vw, 330px);
  max-height: 130px;
  object-fit: contain;
}

.v5-lumara-system {
  gap: 14px;
  padding: 16px;
  border-top: 1px solid rgba(255, 253, 248, 0.1);
}

.v5-lumara-system b,
.v5-lumara-family-head span {
  color: #efbda8;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v5-lumara-system p {
  color: rgba(255, 250, 243, 0.82);
  font-size: 0.94rem;
  line-height: 1.62;
}

.v5-swatches i {
  width: 32px;
  height: 32px;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.18);
}

.v5-lumara-family {
  display: grid;
  gap: 14px;
  padding: 16px 14px 14px;
  overflow: hidden;
}

.v5-lumara-family-head {
  display: grid;
  gap: 6px;
}

.v5-lumara-family-head strong {
  color: #fffaf3;
  font-size: clamp(1rem, 4vw, 1.12rem);
  font-weight: 760;
  line-height: 1.25;
}

.v5-lumara-mini-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: clamp(5px, 1.8vw, 10px);
  padding-top: 8px;
}

.v5-lumara-mini-line figure {
  display: grid;
  grid-template-rows: minmax(96px, 1fr) auto;
  align-items: end;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.v5-lumara-mini-line img {
  width: 100%;
  height: clamp(92px, 25vw, 118px);
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.32));
}

.v5-lumara-mini-line figure:nth-child(3) img {
  height: clamp(72px, 19vw, 92px);
}

.v5-lumara-mini-line figcaption {
  width: 100%;
  color: rgba(255, 250, 243, 0.76);
  font-size: clamp(0.58rem, 2.25vw, 0.68rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.v5-lineup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 4vw, 22px) clamp(12px, 3.5vw, 18px);
  min-height: auto;
  padding: clamp(20px, 5.5vw, 30px) clamp(14px, 4vw, 24px) clamp(18px, 5vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(18, 16, 14, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 50% 82%, rgba(18, 16, 14, 0.13), transparent 42%),
    linear-gradient(180deg, #f8f4ec 0%, #eee5d8 100%);
  box-shadow: 0 22px 58px rgba(18, 16, 14, 0.1);
}

.v5-lineup::before {
  left: 10%;
  right: 10%;
  bottom: 72px;
  height: 16px;
  opacity: 0.62;
}

.v5-lineup .v5-line-item {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: grid;
  grid-template-rows: minmax(146px, 1fr) auto;
  place-items: end center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.v5-lineup .v5-line-item > img {
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 16px 16px rgba(18, 16, 14, 0.16));
}

.v5-lineup .v5-line-shampoo > img {
  max-width: 112px;
  height: clamp(150px, 42vw, 178px);
}

.v5-lineup .v5-line-acondicionador > img {
  max-width: 116px;
  height: clamp(156px, 44vw, 186px);
}

.v5-lineup .v5-line-botox > img {
  max-width: 122px;
  height: clamp(166px, 47vw, 198px);
}

.v5-lineup .v5-line-mascarilla {
  width: 100%;
}

.v5-lineup .v5-line-mascarilla > img {
  max-width: 132px;
  height: clamp(108px, 30vw, 134px);
}

.v5-lineup figcaption {
  width: 100%;
  max-width: none;
  min-height: 2.2em;
  color: #1f5c3b;
  font-size: clamp(0.68rem, 2.65vw, 0.76rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

@media (min-width: 560px) {
  .v5-lineup {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .v5-hero {
    padding-bottom: clamp(42px, 6vw, 62px);
  }

  .v5-problem {
    padding-top: clamp(48px, 6vw, 68px);
  }

  .v5-lumara-board {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .v5-lumara-family {
    grid-column: 1 / -1;
  }

  .v5-system-list article {
    padding: 20px 0;
  }

  .v5-lineup .v5-line-item {
    grid-template-rows: minmax(210px, 1fr) auto;
  }

  .v5-lineup .v5-line-shampoo > img {
    max-width: 132px;
    height: 230px;
  }

  .v5-lineup .v5-line-acondicionador > img {
    max-width: 138px;
    height: 244px;
  }

  .v5-lineup .v5-line-botox > img {
    max-width: 148px;
    height: 270px;
  }

  .v5-lineup .v5-line-mascarilla > img {
    max-width: 162px;
    height: 150px;
  }
}

@media (min-width: 1024px) {
  .v5-hero-copy h1 {
    font-size: clamp(2.45rem, 2.65vw, 2.92rem);
  }

  .v5-system-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(18, 16, 14, 0.1);
    border-radius: 20px;
    overflow: hidden;
  }

  .v5-system-list article {
    grid-template-columns: 1fr;
    align-content: start;
    padding: 22px 18px;
    border-top: 0;
    border-left: 1px solid rgba(18, 16, 14, 0.09);
  }

  .v5-system-list article:first-child {
    border-left: 0;
  }

  .v5-system-list b {
    grid-row: auto;
  }

  .v5-lumara-board {
    grid-template-columns: minmax(220px, 0.65fr) minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  }

  .v5-lumara-family {
    grid-column: auto;
  }

  .v5-lineup {
    padding-inline: clamp(28px, 4vw, 48px);
  }

  .v5-lineup .v5-line-item {
    grid-template-rows: minmax(260px, 1fr) auto;
  }

  .v5-lineup .v5-line-shampoo > img {
    max-width: 152px;
    height: 286px;
  }

  .v5-lineup .v5-line-acondicionador > img {
    max-width: 158px;
    height: 304px;
  }

  .v5-lineup .v5-line-botox > img {
    max-width: 168px;
    height: 330px;
  }

  .v5-lineup .v5-line-mascarilla > img {
    max-width: 196px;
    height: 176px;
  }
}

/* Standardized layout and typography system */
:root {
  --section-padding-mobile: clamp(48px, 11vw, 68px);
  --section-padding-desktop: clamp(70px, 6.6vw, 92px);
  --section-gap: clamp(24px, 6.5vw, 34px);
  --container-padding: clamp(20px, 5.4vw, 24px);
  --card-padding: clamp(16px, 4.6vw, 24px);
  --card-radius: 20px;
  --card-border: rgba(18, 16, 14, 0.1);
  --card-background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 244, 236, 0.58));
  --card-shadow: 0 18px 44px rgba(18, 16, 14, 0.075);
  --dark-card-background: rgba(255, 253, 248, 0.055);
  --dark-card-border: rgba(255, 253, 248, 0.12);
  --text-main: #24261f;
  --text-muted: rgba(37, 40, 33, 0.82);
  --text-soft: rgba(37, 40, 33, 0.68);
  --dark-text-main: #fffaf3;
  --dark-text-muted: rgba(255, 250, 243, 0.84);
  --eyebrow-size: clamp(0.67rem, 2.55vw, 0.74rem);
  --h1-size: clamp(2rem, 8.1vw, 2.42rem);
  --h2-size: clamp(1.42rem, 5.7vw, 1.84rem);
  --h3-size: clamp(1rem, 3.85vw, 1.14rem);
  --body-size: clamp(0.94rem, 3.55vw, 1.02rem);
  --small-size: clamp(0.82rem, 3vw, 0.92rem);
  --line-height-tight: 1.14;
  --line-height-body: 1.66;
  --line-height-card: 1.35;
  --button-height: 50px;
  --element-gap: clamp(10px, 3vw, 14px);
  --v5-section-y-standard: var(--section-padding-mobile);
  --v5-section-y-desktop: var(--section-padding-desktop);
  --v5-block-gap: clamp(14px, 4vw, 20px);
  --v5-card-pad: var(--card-padding);
  --v5-card-radius: var(--card-radius);
  --v5-card-border: var(--card-border);
  --v5-card-bg: var(--card-background);
  --v5-card-shadow: var(--card-shadow);
}

.v5-hero,
.v5-problem,
.v5-system,
.v5-lumara,
.v5-label,
.v5-product,
.v5-deliverables,
.v5-plans,
.v5-final {
  padding-top: var(--v5-section-y-standard);
  padding-bottom: var(--v5-section-y-standard);
}

.v5-hero {
  padding-top: clamp(52px, 12vw, 72px);
  padding-bottom: clamp(36px, 8.5vw, 54px);
}

.v5-problem {
  padding-top: clamp(36px, 8.5vw, 52px);
}

.v5-copy,
.v5-copy-wide,
.v5-hero-copy,
.v5-lumara-copy,
.v5-final-copy {
  display: grid;
  gap: 0;
}

.v5-page .v5-eyebrow,
.v5-page .v5-demo-pill,
.v5-page .v5-plan-name,
.v5-page .v5-badge,
.v5-page #productLabel {
  margin: 0 0 12px;
  color: var(--v5-green);
  font-size: var(--eyebrow-size);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0.145em;
  text-transform: uppercase;
}

.v5-lumara .v5-eyebrow,
.v5-lumara .v5-eyebrow-dark,
.v5-final .v5-eyebrow {
  color: #efbda8;
}

.v5-page h1,
.v5-page h2,
.v5-page h3 {
  color: var(--text-main);
  font-weight: 760;
  letter-spacing: 0;
}

.v5-page h1 {
  max-width: 16ch;
  font-size: var(--h1-size);
  line-height: 1.09;
}

.v5-page h2 {
  max-width: 22ch;
  font-size: var(--h2-size);
  line-height: var(--line-height-tight);
}

.v5-page h3 {
  font-size: var(--h3-size);
  line-height: 1.22;
}

.v5-page p,
.v5-page li,
.v5-page small,
.v5-deliverables-list span {
  color: var(--text-muted);
  font-size: var(--body-size);
  line-height: var(--line-height-body);
}

.v5-copy > p:not(.v5-eyebrow),
.v5-copy-wide > p:not(.v5-eyebrow),
.v5-hero-copy .v5-lead,
.v5-lumara-copy > p:not(.v5-eyebrow),
.v5-final-copy > p:not(.v5-eyebrow) {
  margin-top: 13px;
}

.v5-hero-copy .v5-support {
  margin-top: 11px;
}

.v5-actions,
.v5-system-list,
.v5-label-layout,
.v5-product-lab,
.v5-deliverables-list,
.v5-plan-list,
.v5-lumara-board {
  margin-top: var(--section-gap);
}

.v5-hero-visual,
.v5-system-list,
.v5-label-preview,
.v5-product-lab,
.v5-deliverables-list,
.v5-plan {
  border: 1px solid var(--v5-card-border);
  border-radius: var(--v5-card-radius);
  background: var(--v5-card-bg);
  box-shadow: var(--v5-card-shadow);
}

.v5-hero-visual,
.v5-product-lab,
.v5-deliverables-list,
.v5-plan {
  padding: var(--v5-card-pad);
}

.v5-system-list,
.v5-label-points {
  gap: 0;
  overflow: hidden;
}

.v5-system-list article,
.v5-label-points article {
  padding: 17px 0;
  border: 0;
  border-top: 1px solid rgba(18, 16, 14, 0.09);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.v5-system-list article {
  padding-inline: var(--v5-card-pad);
}

.v5-system-list article:first-child,
.v5-label-points article:first-child {
  border-top: 0;
}

.v5-system-list h3,
.v5-label-points b,
.v5-deliverables-list span,
.v5-plan strong {
  line-height: var(--line-height-card);
}

.v5-lumara-board {
  padding: var(--v5-card-pad);
  border: 1px solid rgba(214, 163, 141, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.075), rgba(255, 253, 248, 0.025)),
    rgba(255, 253, 248, 0.035);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.v5-lumara-logo,
.v5-lumara-system,
.v5-lumara-family {
  border: 1px solid var(--dark-card-border);
  border-radius: 18px;
  background: var(--dark-card-background);
}

.v5-lumara-family {
  gap: var(--v5-block-gap);
  padding: var(--v5-card-pad);
}

.v5-lumara-family-head h3 {
  max-width: 19ch;
  color: var(--dark-text-main);
  font-size: clamp(1.28rem, 5.3vw, 1.68rem);
  font-weight: 780;
  line-height: 1.14;
}

.v5-lumara-family-head p:not(.v5-eyebrow) {
  margin: 10px 0 0;
  color: var(--dark-text-muted);
  font-size: var(--body-size);
  line-height: 1.62;
}

.v5-lumara-mini-line {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 4vw, 20px);
  padding-top: 8px;
}

.v5-lumara-mini-line figure {
  grid-template-rows: minmax(150px, 1fr) auto;
  gap: 10px;
}

.v5-lumara-mini-line img {
  width: 100%;
  height: clamp(150px, 43vw, 190px);
  object-fit: contain;
  object-position: bottom center;
}

.v5-lumara-mini-line figure:nth-child(3) img {
  height: clamp(112px, 32vw, 148px);
}

.v5-lumara-mini-line figcaption {
  min-height: 2.2em;
  color: var(--dark-text-muted);
  font-size: clamp(0.66rem, 2.55vw, 0.76rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0.06em;
}

.v5-deliverables-list {
  display: grid;
  gap: 0;
}

.v5-deliverables-list span {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid rgba(18, 16, 14, 0.09);
  color: rgba(31, 92, 59, 0.96);
  font-weight: 650;
}

.v5-deliverables-list span:last-child {
  border-bottom: 0;
}

.v5-plan {
  gap: 12px;
}

.v5-plan h3 {
  font-size: clamp(1.62rem, 6.6vw, 2.08rem);
  font-weight: 800;
  line-height: 1.04;
}

.v5-plan-featured {
  border-color: rgba(31, 92, 59, 0.3);
  box-shadow: 0 22px 58px rgba(31, 92, 59, 0.13);
}

.v5-plan-toggle,
.v5-button {
  min-height: var(--button-height);
  border-radius: 999px;
}

.v5-lumara h2,
.v5-lumara h3,
.v5-final h2 {
  color: var(--dark-text-main);
}

.v5-lumara p,
.v5-lumara small,
.v5-final p {
  color: var(--dark-text-muted);
}

.v5-final .v5-button {
  color: #10261a;
  background: #fffdf8;
}

@media (min-width: 572px) {
  .v5-lumara-mini-line {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .v5-lumara-mini-line figure {
    grid-template-rows: minmax(170px, 1fr) auto;
  }
}

@media (min-width: 768px) {
  .v5-hero,
  .v5-problem,
  .v5-system,
  .v5-lumara,
  .v5-label,
  .v5-product,
  .v5-deliverables,
  .v5-plans,
  .v5-final {
    padding-top: var(--v5-section-y-desktop);
    padding-bottom: var(--v5-section-y-desktop);
  }

  .v5-page h1 {
    font-size: clamp(2.3rem, 5vw, 2.86rem);
  }

  .v5-page h2 {
    font-size: clamp(1.72rem, 3.8vw, 2.16rem);
  }
}

@media (min-width: 940px) {
  .v5-lumara-board {
    grid-template-columns: minmax(220px, 0.65fr) minmax(260px, 0.82fr) minmax(360px, 1.18fr);
  }

  .v5-lumara-family {
    grid-column: auto;
  }

  .v5-lumara-mini-line img {
    height: 230px;
  }

  .v5-lumara-mini-line figure:nth-child(3) img {
    height: 170px;
  }
}

/* V5 readability rescue */
.v5-page h1,
.v5-page h2,
.v5-page h3,
.v5-tab-text h3,
.v5-system-list h3,
.v5-label-points b {
  color: #20231c;
}

.v5-page p,
.v5-page li,
.v5-copy p,
.v5-copy-wide p,
.v5-system-list p,
.v5-label-points p,
.v5-tab-text p,
.v5-plan p,
.v5-plan-details li,
.v5-hero-visual > p {
  color: rgba(37, 40, 33, 0.84);
}

.v5-page .v5-eyebrow,
.v5-page #productLabel,
.v5-page .v5-plan-name,
.v5-page .v5-badge {
  color: #1f5c3b;
}

.v5-bullet-strip span,
.v5-deliverables-list span,
.v5-tab-text strong,
.v5-plan strong,
.v5-support {
  color: #143f2b;
}

.v5-lumara h2,
.v5-lumara h3,
.v5-lumara-family-head h3 {
  color: #fffaf3;
}

.v5-lumara p,
.v5-lumara small,
.v5-lumara-copy p,
.v5-lumara-system p,
.v5-lumara-family-head p,
.v5-lumara-mini-line figcaption {
  color: rgba(255, 250, 243, 0.84);
}

.v5-lumara .v5-eyebrow,
.v5-lumara .v5-eyebrow-dark,
.v5-lumara-system b,
.v5-lumara-family-head .v5-eyebrow {
  color: #efbda8;
}

.v5-final h2 {
  color: #fffaf3;
}

.v5-final p,
.v5-final-copy p,
.v5-footer,
.v5-footer span {
  color: rgba(255, 250, 243, 0.88);
}

.v5-final .v5-eyebrow,
.v5-final .v5-eyebrow-dark {
  color: #efbda8;
}

.v5-final .v5-button {
  color: #103824;
  background: #fffdf8;
}

/* V5 visible premium animation pass */
.v5-motion-reveal {
  opacity: 1;
  transform: none;
}

body.js-enabled:not(.motion-reduced) .v5-motion-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

body.js-enabled:not(.motion-reduced) .v5-motion-reveal.v5-motion-soft {
  transform: translate3d(0, 16px, 0);
}

body.js-enabled:not(.motion-reduced) .v5-motion-reveal.v5-motion-section {
  transform: translate3d(0, 18px, 0);
}

body.js-enabled:not(.motion-reduced) .v5-motion-reveal.v5-motion-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.v5-button,
.v5-header-cta,
.v5-plan-toggle,
.v5-tab {
  transition:
    color 180ms ease-out,
    background 180ms ease-out,
    border-color 180ms ease-out,
    box-shadow 180ms ease-out,
    transform 180ms ease-out;
}

.v5-button:hover,
.v5-header-cta:hover,
.v5-plan-toggle:hover {
  transform: translateY(-2px);
}

.v5-button-primary:hover,
.v5-header-cta:hover,
.v5-plan-toggle:hover {
  box-shadow: 0 22px 40px rgba(31, 92, 59, 0.3);
}

.v5-button-secondary:hover {
  box-shadow: 0 16px 30px rgba(18, 16, 14, 0.08);
}

.v5-button:active,
.v5-header-cta:active,
.v5-plan-toggle:active,
.v5-tab:active {
  transform: scale(0.98);
}

#productImage,
.v5-tab-text {
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

#productImage.is-switching,
.v5-tab-text.is-switching {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

@media (hover: hover) and (pointer: fine) {
  .v5-product-stage img,
  .v5-demo-product img,
  .v5-lumara-mini-line img,
  .v5-label-matrix-img {
    transition:
      filter 220ms ease-out,
      transform 220ms ease-out;
  }

  .v5-product-stage:hover img,
  .v5-demo-product:hover img,
  .v5-lumara-mini-line figure:hover img,
  .v5-label-preview:hover .v5-label-matrix-img {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .v5-motion-reveal,
  #productImage,
  .v5-tab-text,
  .v5-product-stage img,
  .v5-demo-product img,
  .v5-lumara-mini-line img,
  .v5-label-matrix-img,
  .v5-button,
  .v5-header-cta,
  .v5-plan-toggle,
  .v5-tab {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

/* V5 interactive sheet links section */
.v5-sheet-links {
  padding: var(--v5-section-y-standard) var(--v5-page-pad);
  background: var(--paper);
}

.v5-sheet-links .v5-copy,
.v5-sheet-grid {
  width: min(100%, var(--v5-container));
  margin-inline: auto;
}

.v5-sheet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 4vw, 20px);
  margin-top: clamp(24px, 6.5vw, 34px);
}

.v5-sheet-card {
  display: grid;
  gap: 12px;
  padding: clamp(17px, 4.8vw, 24px);
  border: 1px solid rgba(18, 16, 14, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 244, 236, 0.58));
  box-shadow: 0 18px 42px rgba(18, 16, 14, 0.07);
}

.v5-sheet-card h3 {
  color: var(--type-charcoal);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 4vw, 1.15rem);
  font-weight: 700;
  line-height: 1.24;
}

.v5-sheet-card p {
  color: var(--type-body);
  font-family: var(--font-body);
  font-size: clamp(1rem, 3.75vw, 1.08rem);
  font-weight: 400;
  line-height: 1.68;
}

.v5-sheet-card .v5-sheet-label {
  color: var(--type-green);
  font-family: var(--font-heading);
  font-size: clamp(0.72rem, 2.7vw, 0.82rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v5-sheet-card .v5-button {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .v5-sheet-links {
    padding: var(--v5-section-y-desktop) var(--v5-page-pad-wide);
  }
}

@media (min-width: 940px) {
  .v5-sheet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* V5 typography specificity fixes */
.v5-page .v5-eyebrow,
.v5-page .v5-demo-pill,
.v5-page .v5-plan-name,
.v5-page .v5-badge,
.v5-page #productLabel,
.v5-page .v5-button,
.v5-page .v5-header-cta,
.v5-page .v5-plan-toggle,
.v5-page .v5-tab,
.v5-page .v5-system-list b,
.v5-page .v5-label-points b,
.v5-page .v5-lumara-system b,
.v5-page .v5-lineup figcaption,
.v5-page .v5-lumara-mini-line figcaption {
  font-family: var(--font-heading);
}

.v5-page .v5-copy p,
.v5-page .v5-copy-wide p,
.v5-page .v5-hero-copy .v5-lead,
.v5-page .v5-system-list p,
.v5-page .v5-label-points p,
.v5-page .v5-tab-text p,
.v5-page .v5-plan p:not(.v5-plan-name),
.v5-page .v5-plan-details li,
.v5-page .v5-hero-visual > p {
  color: var(--type-body);
  font-family: var(--font-body);
  font-weight: 400;
}

.v5-page .v5-hero-copy .v5-support,
.v5-page .v5-tab-text strong,
.v5-page .v5-plan strong,
.v5-page .v5-deliverables-list span,
.v5-page .v5-bullet-strip span {
  color: var(--type-green-deep);
  font-family: var(--font-body);
  font-weight: 700;
}

.v5-page .v5-tab {
  color: var(--type-green-deep);
  font-family: var(--font-heading);
  font-weight: 700;
}

.v5-page .v5-tab.is-active {
  color: #fffdf8;
}

.v5-page .v5-lumara p,
.v5-page .v5-lumara small,
.v5-page .v5-lumara-copy p,
.v5-page .v5-lumara-system p,
.v5-page .v5-lumara-family-head p:not(.v5-eyebrow),
.v5-page .v5-lumara-mini-line figcaption {
  color: var(--type-dark-body);
  font-family: var(--font-body);
}

.v5-page .v5-lumara .v5-eyebrow,
.v5-page .v5-lumara .v5-eyebrow-dark,
.v5-page .v5-final .v5-eyebrow,
.v5-page .v5-final .v5-eyebrow-dark {
  color: var(--type-rose);
  font-family: var(--font-heading);
}

.v5-page .v5-final-copy > p:not(.v5-eyebrow),
.v5-page .v5-final p:not(.v5-eyebrow),
.v5-page .v5-footer span {
  color: var(--type-dark-body);
  font-family: var(--font-body);
}

.v5-page .v5-copy .v5-eyebrow,
.v5-page .v5-copy-wide .v5-eyebrow,
.v5-page .v5-lumara-copy .v5-eyebrow,
.v5-page .v5-final-copy .v5-eyebrow {
  color: var(--type-green);
  font-family: var(--font-heading);
  font-weight: 700;
}

.v5-page .v5-lumara-copy .v5-eyebrow,
.v5-page .v5-final-copy .v5-eyebrow {
  color: var(--type-rose);
}

.v5-page .v5-footer span:first-child {
  font-family: var(--font-heading);
  font-weight: 700;
}

.v5-page .v5-footer span:last-child {
  font-family: var(--font-body);
  font-weight: 400;
}

/* V5 typography system */
:root {
  --font-heading: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --type-charcoal: #20231c;
  --type-body: #3f443b;
  --type-muted: #50564c;
  --type-green: #1f5c3b;
  --type-green-deep: #143f2b;
  --type-dark-title: #fffaf3;
  --type-dark-body: #eee7de;
  --type-dark-muted: #e4d9cf;
  --type-rose: #efbda8;
}

body:has(.v5-page),
.v5-page {
  font-family: var(--font-body);
  color: var(--type-body);
}

.v5-page h1,
.v5-page h2,
.v5-page h3,
.v5-eyebrow,
.v5-demo-pill,
.v5-plan-name,
.v5-badge,
#productLabel,
.v5-system-list b,
.v5-label-points b,
.v5-lumara-system b,
.v5-button,
.v5-header-cta,
.v5-plan-toggle,
.v5-tab,
.v5-lineup figcaption,
.v5-lumara-mini-line figcaption {
  font-family: var(--font-heading);
}

.v5-page p,
.v5-page li,
.v5-page small,
.v5-copy p,
.v5-copy-wide p,
.v5-system-list p,
.v5-label-points p,
.v5-tab-text p,
.v5-tab-text strong,
.v5-plan p,
.v5-plan strong,
.v5-plan-details li,
.v5-deliverables-list span,
.v5-hero-visual > p,
.v5-footer span {
  font-family: var(--font-body);
}

.v5-page .v5-eyebrow,
.v5-page .v5-demo-pill,
.v5-page .v5-plan-name,
.v5-page .v5-badge,
.v5-page #productLabel {
  color: var(--type-green);
  font-size: clamp(0.72rem, 2.7vw, 0.82rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v5-page h1 {
  color: var(--type-charcoal);
  font-size: clamp(2.1rem, 10vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.v5-page h2 {
  color: var(--type-charcoal);
  font-size: clamp(1.7rem, 8vw, 2.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.v5-page h3,
.v5-system-list h3,
.v5-label-points b,
.v5-tab-text h3 {
  color: var(--type-charcoal);
  font-size: clamp(1rem, 4vw, 1.15rem);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.v5-page p,
.v5-page li,
.v5-page small,
.v5-copy p,
.v5-copy-wide p,
.v5-system-list p,
.v5-label-points p,
.v5-tab-text p,
.v5-plan p,
.v5-plan-details li,
.v5-hero-visual > p {
  color: var(--type-body);
  font-size: clamp(1rem, 3.75vw, 1.08rem);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
}

.v5-lead,
.v5-copy > p:not(.v5-eyebrow),
.v5-copy-wide > p:not(.v5-eyebrow) {
  color: var(--type-body);
  font-weight: 400;
}

.v5-support,
.v5-tab-text strong,
.v5-plan strong,
.v5-deliverables-list span,
.v5-bullet-strip span {
  color: var(--type-green-deep);
  font-family: var(--font-body);
  font-size: clamp(0.98rem, 3.65vw, 1.05rem);
  font-weight: 700;
  line-height: 1.62;
}

.v5-system-list b {
  font-weight: 800;
}

.v5-label-points b {
  font-weight: 700;
}

.v5-deliverables-list span {
  line-height: 1.52;
}

.v5-deliverables-list span:last-child {
  color: var(--type-muted);
  font-weight: 400;
}

.v5-plan-name {
  color: var(--type-green);
  font-weight: 800;
}

.v5-plan h3 {
  color: var(--type-green-deep);
  font-size: clamp(1.7rem, 7vw, 2.25rem);
  font-weight: 800;
  line-height: 1.05;
}

.v5-plan p:not(.v5-plan-name) {
  color: var(--type-body);
  font-weight: 400;
}

.v5-plan-details li {
  color: var(--type-muted);
  font-weight: 400;
}

.v5-button,
.v5-header-cta,
.v5-plan-toggle,
.v5-tab {
  font-size: clamp(0.95rem, 3.4vw, 1rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.v5-tab {
  font-weight: 700;
}

.v5-lumara h2,
.v5-lumara h3,
.v5-lumara-family-head h3 {
  color: var(--type-dark-title);
}

.v5-lumara p,
.v5-lumara small,
.v5-lumara-copy p,
.v5-lumara-system p,
.v5-lumara-family-head p,
.v5-lumara-mini-line figcaption {
  color: var(--type-dark-body);
}

.v5-lumara .v5-eyebrow,
.v5-lumara .v5-eyebrow-dark,
.v5-lumara-system b,
.v5-lumara-family-head .v5-eyebrow {
  color: var(--type-rose);
}

.v5-lumara-copy small {
  color: var(--type-dark-muted);
  font-family: var(--font-heading);
  font-size: clamp(0.72rem, 2.7vw, 0.8rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.v5-lumara-system b {
  font-size: clamp(0.86rem, 3.1vw, 0.98rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v5-lumara-mini-line figcaption,
.v5-lineup figcaption {
  font-size: clamp(0.72rem, 2.7vw, 0.82rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.v5-final h2 {
  color: var(--type-dark-title);
}

.v5-final-copy > p:not(.v5-eyebrow),
.v5-final p:not(.v5-eyebrow) {
  color: var(--type-dark-body);
}

.v5-final .v5-eyebrow,
.v5-final .v5-eyebrow-dark {
  color: var(--type-rose);
}

.v5-final .v5-button {
  color: #103824;
  background: #fffdf8;
}

/* --- TARGETED DESKTOP IMAGE PROPORTIONS FIX --- */
@media (min-width: 1024px) {
  /* 1 & 2. Hero visual & Product view stage */
  .v5-product-stage-hero,
  .v5-product-lab .v5-product-stage {
    min-height: 0 !important;
    height: auto !important;
    padding: clamp(20px, 3vw, 40px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important; /* Prevents stretching if parent is grid */
  }
  
  .v5-product-stage img,
  .v5-demo-product img,
  .v5-product-lab .v5-product-stage img#productImage {
    height: auto !important;
    max-height: 520px !important; /* Allow bolder product size */
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }

  /* 3. LÚMARA demo logo / board */
  .v5-lumara-board {
    align-items: center !important; /* Vertically center the columns instead of stretching */
  }
  
  .v5-lumara-logo {
    min-height: 0 !important;
    height: auto !important;
    padding: clamp(30px, 4vw, 50px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .v5-lumara-logo img {
    height: auto !important;
    max-height: 140px !important;
    width: auto !important;
    max-width: 100% !important;
  }

  /* 4. LÚMARA mini product line */
  .v5-lumara-mini-line {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: clamp(10px, 1.5vw, 24px) !important;
    width: 100% !important;
  }

  .v5-lumara-mini-line figure {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    margin: 0 !important;
  }

  .v5-lumara-mini-line img {
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
  }

  /* Force realistic proportional scale */
  .v5-lumara-mini-line figure:nth-child(1) img { max-height: 200px !important; }
  .v5-lumara-mini-line figure:nth-child(2) img { max-height: 220px !important; }
  .v5-lumara-mini-line figure:nth-child(3) img { max-height: 120px !important; }
  .v5-lumara-mini-line figure:nth-child(4) img { max-height: 240px !important; }

  /* 5. Etiqueta matriz */
  .v5-label-preview {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: clamp(20px, 4vw, 50px) !important;
    min-height: 0 !important;
  }

  .v5-label-preview .v5-label-matrix-img {
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
    max-width: 720px !important; /* Grow significantly for legibility */
    object-fit: contain !important;
  }
}
