/* ====================================================
   KELEK · PowerNest Product Pages
   Apple-style cinematic layout
   ==================================================== */

@font-face {
  font-family: 'Etelka Wide';
  src: url('../fonts/EtelkaWideMediumPro.otf') format('opentype');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Etelka Wide';
  src: url('../fonts/EtelkaWideMediumPro-Bold.otf') format('opentype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Etelka';
  src: url('../fonts/EtelkaMediumProBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Etelka';
  src: url('../fonts/EtelkaLightPro.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000;
  --ink: #0a0a0a;
  --graphite: #1d1d1f;
  --carbon: #2a2a2d;
  --steel: #424245;
  --silver: #86868b;
  --mist: #BBC1C4;
  --mist-light: #e8eaec;
  --cloud: #f5f5f7;
  --paper: #fbfbfd;
  --white: #ffffff;
  --accent: #0082CA;
  --accent-deep: #005a8f;
  --pn-green: #7CB342;
  --pn-deep: #558B2F;
  --pn-soft: #9CCC65;
  --pn-tint: #F1F8E9;
  --pn-glow: rgba(124, 179, 66, 0.4);

  --shadow-sm: 0 4px 16px rgba(0,0,0,0.06);
  --shadow-md: 0 12px 48px rgba(0,0,0,0.10);
  --shadow-lg: 0 24px 80px rgba(0,0,0,0.18);
  --radius: 18px;
  --radius-lg: 28px;
  --maxw: 1400px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Etelka', 'Inter', -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  letter-spacing: -0.01em;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* ============ UTILITY BAR / NAV (compartido con resto del sitio) ============ */
.utilbar {
  background: var(--graphite);
  color: var(--mist);
  font-size: 12px;
  letter-spacing: 0.02em;
}
.utilbar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 8px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.utilbar a:hover { color: var(--accent); }
.utilbar-right { display: flex; gap: 24px; }

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 251, 253, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: all 0.4s var(--ease);
}
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo img { height: 32px; }
.nav-menu { display: flex; gap: 4px; }
.nav-link {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--graphite);
  border-radius: 8px;
  transition: all 0.2s var(--ease);
  position: relative;
}
.nav-link:hover { color: var(--black); background: rgba(0,0,0,0.04); }
.nav-link.active { color: var(--black); }
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--pn-green);
  border-radius: 1px;
}
.nav-actions { display: flex; gap: 8px; align-items: center; }
.icon-btn {
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--graphite);
  transition: all 0.2s var(--ease);
}
.icon-btn:hover { background: rgba(0,0,0,0.06); color: var(--black); }
.cta-mini {
  padding: 10px 22px;
  background: var(--black);
  color: var(--white);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s var(--ease);
}
.cta-mini:hover { background: var(--carbon); transform: translateY(-1px); }

/* ============ PAGE BREADCRUMB ============ */
.crumb {
  padding: 24px 0 0;
  font-size: 13px;
  color: var(--silver);
  letter-spacing: 0.02em;
}
.crumb a:hover { color: var(--pn-green); }
.crumb .sep { padding: 0 8px; opacity: 0.5; }

/* ============ HERO CINEMATIC ============ */
.hero-product {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(124, 179, 66, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(85, 139, 47, 0.15) 0%, transparent 60%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #050505 100%);
  color: var(--white);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 80px 0 60px;
}
.hero-product-bgvideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  filter: blur(2px) saturate(0.65) brightness(0.7);
  z-index: 0;
  pointer-events: none;
}
.hero-product > .hero-product-inner { position: relative; z-index: 2; }
.hero-product::before { z-index: 1; }
.hero-product::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hero-product-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pn-soft);
  padding: 8px 16px;
  background: rgba(124, 179, 66, 0.12);
  border: 1px solid rgba(124, 179, 66, 0.3);
  border-radius: 999px;
  margin-bottom: 32px;
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--pn-green);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--pn-green);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}
.hero-title {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 6vw, 88px);
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin-bottom: 28px;
}
.hero-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--pn-soft) 0%, var(--pn-green) 50%, var(--pn-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.hero-sub {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.78);
  line-height: 1.5;
  max-width: 560px;
  margin-bottom: 40px;
}
.hero-tagline {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.hero-tagline-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.hero-tagline-item svg { color: var(--pn-soft); }

.cta-row { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: all 0.3s var(--ease);
}
.btn-primary {
  background: var(--pn-green);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(124, 179, 66, 0.4);
}
.btn-primary:hover {
  background: var(--pn-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(124, 179, 66, 0.55);
}
.btn-ghost {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.15); transform: translateY(-2px); }

.hero-product-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}
.hero-product-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, var(--pn-glow) 0%, transparent 60%);
  filter: blur(60px);
  z-index: 0;
  animation: glow-pulse 6s ease-in-out infinite;
}
@keyframes glow-pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 0.9; }
}
.hero-product-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: auto;
  max-height: 620px;
  filter: drop-shadow(0 60px 80px rgba(0,0,0,0.6)) drop-shadow(0 0 40px rgba(124, 179, 66, 0.25));
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Stat floaters around hero */
.stat-floater {
  position: absolute;
  z-index: 3;
  background: rgba(20, 20, 22, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 20px 26px;
  min-width: 180px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  animation: float-card 6s ease-in-out infinite;
}
.stat-floater:nth-child(odd) { animation-delay: 1s; }
@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.stat-floater .num {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 32px;
  background: linear-gradient(135deg, var(--pn-soft), var(--pn-green));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  line-height: 1;
}
.stat-floater .lbl {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

/* ============ BIG SPECS BLOCK ============ */
.big-specs {
  padding: 140px 0 100px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--cloud) 100%);
}
.big-specs-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}
.eyebrow {
  display: inline-block;
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pn-deep);
  margin-bottom: 20px;
}
.headline {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 24px;
}
.subheadline {
  font-size: 20px;
  color: var(--steel);
  font-weight: 300;
  line-height: 1.5;
}

.big-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.big-spec {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 48px 32px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.big-spec::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pn-green), var(--pn-soft));
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.big-spec:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--pn-soft);
}
.big-spec:hover::before { opacity: 1; }
.big-spec .num {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 56px;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(135deg, var(--ink) 0%, var(--pn-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.big-spec .num small {
  font-size: 24px;
  font-weight: 600;
  color: var(--silver);
  -webkit-text-fill-color: var(--silver);
}
.big-spec .lbl {
  font-size: 14px;
  color: var(--steel);
  letter-spacing: 0.02em;
  font-weight: 500;
}
.big-spec .desc {
  font-size: 12px;
  color: var(--silver);
  margin-top: 6px;
  font-weight: 300;
}

/* ============ POWER LIST (lo que puedes alimentar) ============ */
.power-section {
  padding: 140px 0;
  background: var(--graphite);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.power-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(124, 179, 66, 0.2) 0%, transparent 70%);
  filter: blur(80px);
}
.power-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}
.power-head .eyebrow { color: var(--pn-soft); }
.power-head .headline { color: var(--white); }
.power-head .subheadline { color: rgba(255,255,255,0.7); }

.power-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
.power-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.4s var(--ease);
}
.power-card:hover {
  background: rgba(124, 179, 66, 0.08);
  border-color: rgba(124, 179, 66, 0.4);
  transform: translateY(-4px);
}
.power-card-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--pn-green), var(--pn-deep));
  display: grid;
  place-items: center;
  color: var(--white);
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(124, 179, 66, 0.4);
}
.power-card-icon svg { width: 26px; height: 26px; }
.power-card-name {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
}
.power-card-watts {
  font-size: 13px;
  color: var(--mist);
  letter-spacing: 0.02em;
}
.power-card-time {
  margin-top: auto;
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--pn-soft), var(--white));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.power-card-time small {
  font-size: 14px;
  color: var(--mist);
  -webkit-text-fill-color: var(--mist);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ============ LIFESTYLE FULL-BLEED ============ */
.lifestyle-hero {
  position: relative;
  min-height: 80vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  color: var(--white);
}
.lifestyle-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.7) 100%);
}
.lifestyle-hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 80px 32px;
  width: 100%;
}
.lifestyle-hero-content .eyebrow { color: var(--pn-soft); }
.lifestyle-hero-content h2 {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 900px;
  color: var(--white);
}
.lifestyle-hero-content p {
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  max-width: 700px;
  margin-top: 20px;
  line-height: 1.5;
}

/* ============ LIFESTYLE GRID ============ */
.lifestyle-grid {
  padding: 100px 0;
  background: var(--paper);
}
.lifestyle-grid-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
.lifestyle-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.lifestyle-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  cursor: pointer;
  transition: all 0.5s var(--ease);
}
.lifestyle-img.wide { aspect-ratio: 16/10; grid-column: span 2; }
.lifestyle-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.lifestyle-img:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.lifestyle-img:hover img { transform: scale(1.05); }
.lifestyle-img .caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 28px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  color: var(--white);
}
.lifestyle-img .caption h4 {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.lifestyle-img .caption p {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin-top: 4px;
}

/* ============ PORTS SECTION ============ */
.ports-section {
  padding: 140px 0;
  background: var(--cloud);
}
.ports-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: center;
}
.ports-img {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2d 100%);
  border-radius: var(--radius-lg);
  padding: 60px 40px;
  box-shadow: var(--shadow-lg);
  display: grid;
  place-items: center;
  min-height: 480px;
}
.ports-img img { max-width: 100%; max-height: 380px; }
.ports-list { display: flex; flex-direction: column; gap: 20px; }
.port-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.3s var(--ease);
}
.port-item:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
  border-color: var(--pn-soft);
}
.port-icon {
  width: 56px; height: 48px;
  border-radius: 12px;
  background: var(--pn-tint);
  color: var(--pn-deep);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  padding: 0 6px;
  box-sizing: border-box;
}
.port-content h4 {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.port-content p {
  font-size: 14px;
  color: var(--steel);
  line-height: 1.5;
}

/* ============ FULL SPEC SHEET ============ */
.spec-sheet {
  padding: 140px 0 100px;
  background: var(--paper);
}
.spec-table {
  display: grid;
  gap: 0;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0,0,0,0.05);
  margin-top: 60px;
}
.spec-cat {
  background: linear-gradient(90deg, var(--graphite) 0%, var(--carbon) 100%);
  color: var(--white);
  padding: 20px 32px;
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.spec-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 18px 32px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 15px;
  align-items: center;
}
.spec-row:last-child { border-bottom: none; }
.spec-row:hover { background: var(--pn-tint); }
.spec-row .k {
  color: var(--steel);
  font-weight: 500;
}
.spec-row .v {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* ============ COMPARISON CARDS ============ */
.also-section {
  padding: 100px 0;
  background: var(--cloud);
}
.also-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.also-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.4s var(--ease);
  overflow: hidden;
}
.also-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(124, 179, 66, 0.08) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.also-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--pn-soft); }
.also-card:hover::before { opacity: 1; }
.also-card .also-eye {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pn-deep);
}
.also-card h3 {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
  margin: 8px 0 12px;
}
.also-card p {
  font-size: 14px;
  color: var(--steel);
  line-height: 1.5;
  margin-bottom: 20px;
}
.also-card .arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--pn-deep);
}
.also-card .arrow-link:hover { color: var(--pn-green); }
.also-card-img {
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cloud), var(--mist-light));
  border-radius: var(--radius);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.also-card-img img { max-width: 80%; max-height: 80%; object-fit: contain; }

/* ============ FINAL CTA ============ */
.cta-final {
  padding: 140px 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(124, 179, 66, 0.15) 0%, transparent 70%),
    linear-gradient(180deg, var(--graphite) 0%, var(--ink) 100%);
  color: var(--white);
  text-align: center;
}
.cta-final h2 {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 800px;
  margin: 0 auto 24px;
}
.cta-final p {
  font-size: 20px;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  margin: 0 auto 40px;
}
.cta-final .cta-row { justify-content: center; }

/* ============ FOOTER ============ */
footer {
  background: var(--ink);
  color: var(--mist);
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}
.footer-brand .logo img { filter: brightness(0) invert(1); height: 32px; margin-bottom: 16px; }
.footer-brand p { font-size: 13px; line-height: 1.6; max-width: 320px; color: var(--silver); }
.footer-col h4 {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--white);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col a {
  font-size: 14px;
  color: var(--silver);
  transition: color 0.2s var(--ease);
}
.footer-col a:hover { color: var(--pn-soft); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--silver);
  flex-wrap: wrap;
  gap: 16px;
}
.social-row { display: flex; gap: 16px; }
.social-row a {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.06);
  color: var(--mist);
  transition: all 0.2s var(--ease);
}
.social-row a:hover { background: var(--pn-green); color: var(--white); }

/* ============ FADE-IN ANIMATION ============ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .hero-product-inner { grid-template-columns: 1fr; gap: 60px; padding: 0 24px; }
  .hero-product-visual { min-height: 400px; }
  .big-specs-grid { grid-template-columns: repeat(2, 1fr); }
  .power-grid { grid-template-columns: repeat(2, 1fr); }
  .lifestyle-imgs { grid-template-columns: repeat(2, 1fr); }
  .lifestyle-img.wide { grid-column: span 2; }
  .ports-grid { grid-template-columns: 1fr; gap: 40px; }
  .also-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-menu { display: none; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .big-specs-grid { grid-template-columns: 1fr; }
  .power-grid { grid-template-columns: 1fr; }
  .lifestyle-imgs { grid-template-columns: 1fr; }
  .lifestyle-img.wide { grid-column: span 1; }
  .also-card { grid-template-columns: 1fr; padding: 32px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-tagline { gap: 16px; }
  .nav-actions .icon-btn { display: none; }
  .stat-floater { display: none; }
}

/* ============ PEQUEÑO EN SERIO ============ */
.small-section {
  padding: 100px 0;
  background: var(--paper);
}
.small-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.small-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}
.small-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.small-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 96px;
  height: 96px;
  background: var(--pn-deep, #558b2f);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(85,139,47,0.35);
  text-align: center;
  line-height: 1;
}
.small-badge-num {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.02em;
}
.small-badge-unit {
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.small-stats {
  display: flex;
  gap: 48px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.small-stat .num {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: var(--ink, #1a1a1a);
  line-height: 1;
}
.small-stat .num small {
  font-size: 16px;
  margin-left: 4px;
  font-weight: 600;
  color: var(--silver);
}
.small-stat .lbl {
  font-size: 12px;
  color: var(--silver);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .small-grid { grid-template-columns: 1fr; gap: 40px; }
  .small-badge { width: 80px; height: 80px; }
  .small-badge-num { font-size: 24px; }
}

/* ============ CÓMO SE CARGA ============ */
.charge-section { padding: 100px 0; background: var(--cloud); }
.charge-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.charge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.charge-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.charge-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.charge-card-featured {
  background: linear-gradient(160deg, var(--pn-deep), var(--pn-glow-deep, #4a7a2a));
  color: #fff;
}
.charge-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(124,179,66,0.18), rgba(85,139,47,0.04));
  border: 1px solid rgba(124,179,66,0.3);
  color: var(--pn-deep, #558b2f);
  transition: all 0.3s var(--ease);
}
.charge-icon svg { width: 30px; height: 30px; }
.charge-card-featured .charge-icon {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}
.charge-card:hover .charge-icon {
  transform: scale(1.08);
}
.charge-name {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.charge-time {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 12px;
}
.charge-time small { font-size: 16px; font-weight: 600; opacity: 0.7; margin-left: 4px; }
.charge-desc { font-size: 13px; opacity: 0.75; line-height: 1.5; }

/* ============ GALERÍA ============ */
.gallery-section { padding: 100px 0; background: var(--paper); }
.gallery-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--cloud);
  aspect-ratio: 1;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.gallery-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease);
}
.gallery-item:hover img { transform: scale(1.05); }

/* Galería con imágenes de producto transparentes (BP5000) */
.gallery-grid.gallery-transparent .gallery-item {
  background: linear-gradient(160deg, #e8ebee 0%, #f5f5f7 100%);
  padding: 24px;
}
.gallery-grid.gallery-transparent .gallery-item img {
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(0,0,0,0.18));
}
.gallery-grid.gallery-transparent .gallery-item:hover img { transform: scale(1.03); }
.gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 18px 20px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ============ COMPARATIVA POWERNEST ============ */
.compare-section { padding: 120px 0; background: var(--ink, #1a1a1a); color: #fff; }
.compare-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.compare-head .headline { color: #fff; }
.compare-head .subheadline { color: rgba(255,255,255,0.7); }
.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.compare-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1340px;
  gap: 16px;
}
.compare-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s var(--ease);
}
.compare-grid-4 .compare-card { padding: 28px 22px; }
.compare-grid-4 .compare-name { font-size: 22px; }
.compare-grid-4 .compare-specs li { font-size: 13px; padding: 8px 0; }
.compare-card:hover { border-color: rgba(255,255,255,0.2); transform: translateY(-4px); }
.compare-card-active {
  background: linear-gradient(160deg, rgba(124,179,66,0.18), rgba(124,179,66,0.05));
  border-color: rgba(124,179,66,0.5);
}
.compare-card-flagship {
  background: linear-gradient(160deg, rgba(255,193,7,0.10), rgba(255,193,7,0.02));
  border-color: rgba(255,193,7,0.35);
}
.compare-card-flagship .compare-badge { background: #f5a623; color: #1a1a1a; }
.compare-badge {
  position: absolute;
  top: -12px; left: 24px;
  background: var(--pn-deep, #558b2f);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
}
.compare-name {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.compare-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 24px;
}
.compare-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.compare-specs li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 14px;
}
.compare-specs li:last-child { border-bottom: none; }
.compare-specs .k { color: rgba(255,255,255,0.65); }
.compare-specs .v { font-weight: 700; }
.compare-tag {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  margin-top: auto;
  margin-bottom: 16px;
}
.compare-link {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #7cb342;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s var(--ease);
}
.compare-link:hover { color: #aedc6e; }

/* ============ VS GENERADOR ============ */
.versus-section { padding: 120px 0; background: var(--paper); }
.versus-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.versus-table {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.versus-row {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1.4fr;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.versus-row:last-child { border-bottom: none; }
.versus-row > div { padding: 18px 24px; font-size: 15px; }
.versus-row-head {
  background: var(--cloud);
  font-weight: 700;
}
.versus-row-head > div { padding: 22px 24px; }
.versus-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.versus-tag-good { background: var(--pn-deep, #558b2f); color: #fff; }
.versus-tag-bad { background: rgba(0,0,0,0.08); color: var(--steel, #555); }
.versus-key { font-weight: 600; color: var(--steel, #555); }
.versus-good { color: var(--ink, #1a1a1a); font-weight: 500; }
.versus-bad { color: rgba(0,0,0,0.55); }
.versus-foot {
  text-align: center;
  max-width: 720px;
  margin: 32px auto 0;
  font-size: 14px;
  color: var(--steel, #555);
  line-height: 1.6;
}

/* ============ FAQ ============ */
.faq-section { padding: 120px 0; background: var(--cloud); }
.faq-head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,0.04);
  transition: border-color 0.2s var(--ease);
}
.faq-item[open] { border-color: var(--pn-deep, #558b2f); }
.faq-item summary {
  padding: 22px 28px;
  cursor: pointer;
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  list-style: none;
  user-select: none;
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  font-size: 24px;
  font-weight: 300;
  color: var(--pn-deep, #558b2f);
  transition: transform 0.3s var(--ease);
  flex-shrink: 0;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-answer {
  padding: 0 28px 24px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--steel, #555);
}
.faq-answer a { color: var(--pn-deep, #558b2f); text-decoration: underline; font-weight: 600; }
.faq-answer strong { color: var(--ink, #1a1a1a); }

/* ============ RESPONSIVE para las nuevas secciones ============ */
@media (max-width: 1100px) {
  .compare-grid-4 { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
}
@media (max-width: 900px) {
  .charge-grid { grid-template-columns: 1fr; gap: 16px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-grid { grid-template-columns: 1fr; }
  .versus-row { grid-template-columns: 1fr; gap: 0; }
  .versus-row > div { padding: 12px 20px; border-bottom: 1px solid rgba(0,0,0,0.04); }
  .versus-row > div:first-child { background: var(--cloud); font-weight: 700; }
  .versus-row-head { display: none; }
}
@media (max-width: 640px) {
  .compare-grid-4 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .charge-time { font-size: 36px; }
  .compare-card { padding: 28px 24px; }
}

/* ============ HERO TRUST BADGES ============ */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.hero-trust-item {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 8px 14px;
  border-radius: 20px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-trust-item svg {
  width: 14px;
  height: 14px;
  color: rgba(174,220,110,1);
  flex-shrink: 0;
}

/* ============ RESPALDADO POR ============ */
.trust-section { padding: 120px 0; background: var(--ink, #1a1a1a); color: #fff; }
.trust-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.trust-head .headline { color: #fff; }
.trust-head .subheadline { color: rgba(255,255,255,0.7); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.trust-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 32px 28px;
  text-align: center;
  transition: all 0.3s var(--ease);
}
.trust-card:hover {
  background: rgba(124,179,66,0.08);
  border-color: rgba(124,179,66,0.3);
  transform: translateY(-4px);
}
.trust-icon {
  margin-bottom: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.trust-icon-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124,179,66,0.22) 0%, rgba(85,139,47,0.06) 100%);
  border: 1px solid rgba(124,179,66,0.35);
  display: grid;
  place-items: center;
  color: rgba(174,220,110,1);
  box-shadow: 0 0 0 4px rgba(124,179,66,0.04), inset 0 1px 0 rgba(255,255,255,0.08);
  transition: all 0.3s var(--ease);
}
.trust-icon-bg svg {
  width: 28px;
  height: 28px;
}
.trust-card:hover .trust-icon-bg {
  background: linear-gradient(135deg, rgba(124,179,66,0.35) 0%, rgba(85,139,47,0.15) 100%);
  border-color: rgba(124,179,66,0.55);
  box-shadow: 0 0 0 6px rgba(124,179,66,0.06), 0 0 16px rgba(124,179,66,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
  transform: scale(1.04);
}
.trust-name {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.trust-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}
@media (max-width: 900px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .trust-grid { grid-template-columns: 1fr; }
  .hero-trust-item { font-size: 12px; padding: 6px 12px; }
}

/* ============ CRECE CONTIGO (B2000 expansión) ============ */
.grow-section { padding: 120px 0; background: var(--paper); }
.grow-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.grow-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.grow-image {
  display: grid;
  place-items: center;
  padding: 20px;
}
.grow-image img {
  width: 100%;
  height: auto;
  max-width: 520px;
  object-fit: contain;
  filter: drop-shadow(0 40px 60px rgba(0,0,0,0.25)) drop-shadow(0 0 30px rgba(124,179,66,0.12));
}
.grow-stages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.grow-stage {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s var(--ease);
}
.grow-stage:hover { transform: translateX(4px); border-color: rgba(124,179,66,0.4); }
.grow-stage-max {
  background: linear-gradient(135deg, rgba(124,179,66,0.12), rgba(85,139,47,0.04));
  border-color: rgba(124,179,66,0.4);
}
.grow-stage-cap {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: var(--pn-deep, #558b2f);
  line-height: 1;
}
.grow-stage-cap small { font-size: 14px; margin-left: 4px; opacity: 0.7; }
.grow-stage-lbl {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--ink, #1a1a1a);
}
.grow-stage-time {
  font-size: 13px;
  color: var(--steel, #555);
  margin-top: 4px;
}
.grow-stage > div:nth-child(2) { display: flex; flex-direction: column; }
.grow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pn-deep, #558b2f);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.grow-link:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .grow-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ============ CASOS DE USO (SVG icons) ============ */
.usecase-section { padding: 120px 0; background: var(--cloud); }
.usecase-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.usecase-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s var(--ease);
}
.usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.usecase-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(124,179,66,0.18), rgba(85,139,47,0.06));
  border: 1px solid rgba(124,179,66,0.3);
  color: var(--pn-deep, #558b2f);
}
.usecase-icon svg { width: 34px; height: 34px; }
.usecase-card:hover .usecase-icon {
  background: linear-gradient(135deg, rgba(124,179,66,0.3), rgba(85,139,47,0.12));
  border-color: rgba(124,179,66,0.5);
  transform: scale(1.05);
}
.usecase-card h3 {
  font-family: 'Etelka Wide', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: var(--ink, #1a1a1a);
}
.usecase-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--steel, #555);
}
@media (max-width: 700px) {
  .usecase-grid { grid-template-columns: 1fr; }
}
