:root {
  --bg: #f8f9fd;
  --surface: #ffffff;
  --text: #1e222d;
  --muted: #5e6677;
  --line: #e6e9f4;
  --brand: #58679f;
  --brand-2: #8494d0;
  --brand-dark: #3b4773;
  --soft: #eef1ff;
  --green: #2aae68;
  --green-dark: #218e58;
  --gold: #d4af37;
  --shadow: 0 16px 48px rgba(46, 56, 94, 0.08);
  --radius: 24px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, sans-serif;
  background: radial-gradient(circle at 5% 5%, rgba(255, 214, 136, 0.12), transparent 25%),
              radial-gradient(circle at 95% 10%, rgba(133, 194, 255, 0.15), transparent 25%),
              radial-gradient(circle at 80% 85%, rgba(231, 180, 255, 0.1), transparent 30%),
              var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

/* Layout Wrapper */
.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(248, 249, 253, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(90, 106, 163, 0.06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 80px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  height: 48px;
  width: auto;
  border-radius: 12px;
}

.nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.pill, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: #4e5673;
  font-weight: 800;
  font-size: 14px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.pill {
  padding: 12px 20px;
}

.pill:hover, .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(46, 56, 94, 0.06);
  border-color: var(--brand-2);
}

.pill.primary, .btn.primary {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-color: var(--green);
  color: #fff;
}

.pill.primary:hover, .btn.primary:hover {
  box-shadow: 0 12px 24px rgba(25, 163, 74, 0.2);
  transform: translateY(-2px);
}

/* Hero Section */
.hero {
  padding: 64px 0 32px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand-dark);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero h1 {
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 16px 0;
  color: var(--brand-dark);
}

.lead {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--muted);
  max-width: 660px;
  margin-bottom: 24px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 16px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.hero-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-points span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  color: #4e5673;
  font-weight: 700;
  font-size: 13.5px;
}

/* Showcase App Mockups */
.showcase {
  position: relative;
  min-height: 540px;
}

.showcase .board {
  position: absolute;
  inset: 0;
  border-radius: 36px;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.8));
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--line);
}

.showcase .screen {
  position: absolute;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(46, 56, 94, 0.15);
  background: #111;
  padding: 8px;
  transition: transform 0.3s ease;
}

.showcase .screen:hover {
  transform: translateY(-8px) scale(1.02) !important;
}

.showcase .screen img {
  border-radius: 20px;
  width: 100%;
}

.showcase .screen.s1 {
  left: 16px;
  top: 130px;
  width: 200px;
  transform: rotate(-6deg);
}

.showcase .screen.s2 {
  left: 190px;
  top: 24px;
  width: 230px;
  z-index: 2;
}

.showcase .screen.s3 {
  right: 16px;
  top: 150px;
  width: 195px;
  transform: rotate(6deg);
}

/* Showcase Glow effects */
.showcase .glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
}

.showcase .g1 {
  width: 200px;
  height: 200px;
  background: rgba(103, 176, 247, 0.15);
  top: 20px;
  right: 20px;
}

.showcase .g2 {
  width: 180px;
  height: 180px;
  background: rgba(247, 181, 74, 0.15);
  left: 10px;
  bottom: 30px;
}

.showcase .g3 {
  width: 200px;
  height: 200px;
  background: rgba(220, 140, 255, 0.12);
  right: 120px;
  bottom: 10px;
}

/* Sections */
.section {
  padding: 64px 0;
}

.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 32px;
}

.section h2 {
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--brand-dark);
}

.sub {
  margin-top: 8px;
  color: var(--muted);
  font-size: 17px;
  max-width: 720px;
}

/* Features Grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.feature-card {
  position: relative;
  min-height: 400px;
  border-radius: 28px;
  overflow: hidden;
  background: #eef1f9;
  box-shadow: var(--shadow);
  border: 1px solid rgba(90, 106, 163, 0.05);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(46, 56, 94, 0.12);
}

.feature-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom; /* Foco en la parte inferior para evitar similitud en appbars */
}

.feature-card .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: linear-gradient(180deg, 
                rgba(15, 23, 42, 0) 0%, 
                rgba(15, 23, 42, 0.45) 20%, 
                rgba(15, 23, 42, 0.85) 60%, 
                rgba(15, 23, 42, 0.98) 100%);
  color: #fff;
}

.feature-card .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-card h3 {
  margin: 12px 0 6px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14.5px;
  max-width: 95%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

.chip {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

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

.feature-card .actions .btn {
  background: rgba(255, 255, 255, 0.95);
  color: #1a1e29;
  border: none;
  box-shadow: none;
  min-height: 44px;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 13.5px;
}

.feature-card .actions .btn.primary {
  background: var(--green);
  color: #fff;
}

.feature-card .actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Strip of Mini-cards */
.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 16px;
}

.mini-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(46, 56, 94, 0.04);
  transition: transform 0.25s ease;
}

.mini-card:hover {
  transform: translateY(-3px);
}

.mini-card h4 {
  margin: 12px 0 8px;
  font-size: 18px;
  color: var(--brand-dark);
  font-weight: 800;
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
}

/* Premium plan box */
.premium-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
  align-items: stretch;
}

.premium-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.premium-card.highlighted {
  background: #ffffff;
  border: 2px solid #d4af37;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 16px 36px rgba(212, 175, 55, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  align-items: stretch;
}

/* Register container */
.register {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.benefits {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.play-store-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(28, 145, 74, 0.22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(226, 248, 234, 0.82), rgba(255, 255, 255, 0.96));
}

.play-store-trust img {
  display: block;
  width: 142px;
  height: auto;
  flex: 0 0 auto;
}

.play-store-trust strong,
.play-store-trust span {
  display: block;
}

.play-store-trust strong {
  color: var(--brand-dark);
  font-size: 14px;
  line-height: 1.3;
}

.play-store-trust span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.4;
}

@media (max-width: 520px) {
  .play-store-trust {
    align-items: flex-start;
    flex-direction: column;
  }

  .play-store-trust img {
    width: 154px;
  }
}

.benefits .item {
  padding: 16px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}

.benefits strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brand-dark);
}

.benefits span {
  font-size: 13.5px;
  color: var(--muted);
}

.faq {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--brand-dark);
}

.faq p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

/* Form Styles */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.phone-field {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 8px;
}

.phone-field select {
  min-width: 0;
  padding-left: 10px;
  padding-right: 8px;
}

.field-help {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.site-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
}

#visits-box {
  opacity: 0.8;
}

.like-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.like-button:hover,
.like-button.liked {
  background: rgba(255, 255, 255, 0.22);
}

.like-button.liked .like-icon {
  color: #ff728f;
}

.like-icon {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 520px) {
  .phone-field {
    grid-template-columns: 104px minmax(0, 1fr);
  }
}

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--brand);
}

input, select, textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(90, 106, 163, 0.2);
  font: inherit;
  background: #fff;
  color: var(--text);
  transition: all 0.2s ease;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--brand-2);
  box-shadow: 0 0 0 4px rgba(90, 106, 163, 0.1);
}

.submit {
  width: 100%;
  min-height: 56px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 0 12px 24px rgba(25, 163, 74, 0.15);
  cursor: pointer;
  transition: all 0.25s ease;
}

.submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(25, 163, 74, 0.22);
}

.submit:disabled {
  background: #b1b5c4 !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12.5px;
  text-align: center;
}

/* Footer */
.foot {
  padding: 48px 0;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid var(--line);
}

/* Detail Pages & Interactive Slider (Unified Carousel) */
.detail-hero {
  padding: 48px 0;
}

.back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--brand);
  font-weight: 800;
  margin-bottom: 20px;
  transition: transform 0.2s ease;
}

.back-link:hover {
  transform: translateX(-4px);
}

.detail-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: flex-start;
}

/* Bullets sin recuadros anidados y con fondos de color suave para insignias */
.bullets {
  display: grid;
  gap: 16px;
  margin: 20px 0;
}

.bullets > div {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.bullets strong {
  color: var(--brand-dark);
}

.bullets span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(90, 106, 163, 0.08);
}

/* Slider Carousel UI con contain */
.slider-container {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 12px;
  box-shadow: var(--shadow);
  position: relative;
  width: 100%;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 3 / 4; /* updated to 3:4 format */
  background: var(--bg);
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: scale(0.98);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Mostrar completo en móviles */
  object-position: center;
  background: var(--surface);
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 8px;
}

.slider-arrow {
  background: var(--soft);
  color: var(--brand-dark);
  border: 1px solid rgba(90, 106, 163, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
  transition: all 0.2s ease;
}

.slider-arrow:hover {
  background: var(--brand);
  color: #fff;
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: all 0.25s ease;
}

.dot.active {
  background: var(--brand);
  transform: scale(1.2);
}

.shot-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 12px;
  box-shadow: var(--shadow);
  width: 100%;
}

.shot-box img {
  border-radius: 20px;
  width: 100%;
}

/* Botón flotante Volver al Inicio */
#btnScrollTop {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--brand);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: opacity 0.3s;
  opacity: 0.85;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

#btnScrollTop:hover {
  opacity: 1;
  background-color: var(--brand-dark);
}

/* Toast Notification */
.toast {
  display: none;
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 14px 20px;
  border-radius: 14px;
  background: #1f2230;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  z-index: 100;
  box-shadow: 0 16px 36px rgba(31, 34, 48, 0.25);
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Responsive Styles - General Optimization */
@media (max-width: 980px) {
  .hero-grid, .register, .detail-layout, .premium-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .feature-grid, .strip {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .showcase {
    min-height: 480px;
    margin-top: 24px;
  }
  
  .showcase .screen.s1 {
    left: 10px;
    width: 180px;
  }
  
  .showcase .screen.s2 {
    left: calc(50% - 100px);
    width: 200px;
  }
  
  .showcase .screen.s3 {
    right: 10px;
    width: 175px;
  }

  .nav-links .pill:not(.primary) {
    display: none;
  }

  /* Chips en 2 columnas por fila para todo dispositivo móvil/tablet */
  .hero-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 18px;
  }

  .hero-points span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12.5px;
    padding: 10px 8px;
    width: 100%;
  }

  /* Botón volver al inicio adaptado a móviles/tablets */
  #btnScrollTop {
    width: 44px;
    height: 44px;
    bottom: 16px;
    right: 16px;
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .wrap {
    width: min(100% - 24px, 1180px);
  }
  
  .nav {
    min-height: 72px;
  }
  
  .feature-grid, .strip, .form-grid {
    grid-template-columns: 1fr;
  }
  
  .showcase {
    min-height: 400px;
  }
  
  .showcase .screen.s1 {
    left: 0;
    top: 110px;
    width: 140px;
  }
  
  .showcase .screen.s2 {
    left: calc(50% - 80px);
    top: 10px;
    width: 160px;
  }
  
  .showcase .screen.s3 {
    right: 0;
    top: 130px;
    width: 135px;
  }
  
  .btn, .pill {
    width: 100%;
  }
  
  .nav-links .primary {
    width: auto;
  }
  
  .feature-card {
    min-height: 420px;
  }
  
  /* Reducir márgenes en celulares */
  .detail-hero, .section {
    padding: 40px 0;
  }

  /* Slider controls responsive */
  .slider-arrow {
    width: 48px;
    height: 48px;
  }
}

/* 2026 mobile-first feature experience */
.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  height: 570px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e4e8f2;
  box-shadow: 0 12px 34px rgba(52, 63, 105, 0.08);
}

.feature-card:first-child {
  border-color: #9a72f5;
  box-shadow: 0 14px 38px rgba(126, 87, 224, 0.13);
}

.feature-card > img {
  position: static;
  width: calc(100% - 28px);
  height: 224px;
  margin: 14px 14px 0;
  padding: 3px;
  object-fit: contain;
  object-position: center;
  border: 2px solid #30374a;
  border-radius: 18px;
  background: #f3f5fa;
  box-shadow: 0 10px 24px rgba(20,26,43,.15);
}

.feature-card .bottom {
  position: static;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  color: var(--text);
}

.feature-card .badge {
  align-self: flex-start;
  color: var(--brand-dark);
  background: #f0edff;
  backdrop-filter: none;
}

.feature-card h3 {
  margin: 10px 0 6px;
  color: #13182d;
  font-size: 22px;
  text-shadow: none;
}

.feature-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
  text-shadow: none;
}

.feature-card .chips {
  margin-top: 12px;
}

.feature-card .chip {
  padding: 5px 10px;
  color: #167046;
  background: #eaf8f1;
  font-size: 11px;
}

.feature-card .actions {
  margin-top: auto;
  padding-top: 14px;
  flex-wrap: nowrap;
}

.feature-card .actions .btn.primary {
  flex: 1;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.feature-card .actions button.btn {
  width: 46px;
  min-width: 46px;
  padding: 0;
  overflow: hidden;
  color: transparent;
  border: 1px solid #dfe3ef;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b4773' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 16V3'/%3E%3Cpath d='m7 8 5-5 5 5'/%3E%3Cpath d='M5 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-1'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

.feature-card .actions button.btn::before {
  content: none;
}

.detail-layout > div:first-child {
  background: rgba(255,255,255,.8);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 16px 44px rgba(46,56,94,.07);
}

.detail-layout.detail-modern {
  align-items: stretch;
}

.detail-modern .detail-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail-modern .detail-benefits {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(46,56,94,.06);
}

.detail-modern .detail-benefits > div {
  align-items: flex-start;
  padding: 12px;
}

.detail-modern .detail-share {
  grid-column: 1 / -1;
  width: min(620px, 100%);
  margin: -18px auto 0;
}

.share-buttons .btn.primary {
  width: 100%;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

@media (max-width: 980px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body { background: #f8f9fd; }
  .wrap { width: min(100% - 24px, 1180px); }
  .site-header { background: rgba(255,255,255,.93); }
  .brand img { height: 40px; max-width: 156px; object-fit: contain; }
  .nav { min-height: 66px; }
  .pill { min-height: 42px; padding: 0 18px; }
  .hero { padding-top: 36px; }
  .hero h1 { font-size: 36px; }
  .showcase { display: none; }
  .section { padding: 34px 0; }
  .section-top { margin-bottom: 20px; }
  .section h2 { font-size: 29px; }
  .sub { font-size: 15px; line-height: 1.55; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 39% 61%;
    border-radius: 21px;
  }
  .feature-card > img {
    width: calc(100% - 16px);
    height: auto;
    aspect-ratio: 9 / 16;
    align-self: start;
    min-height: 0;
    margin: 12px 6px 12px 10px;
    padding: 3px !important;
    object-fit: contain !important;
    border-width: 2px;
    border-radius: 16px;
  }
  .feature-card .bottom { padding: 14px 13px; }
  .feature-card h3 { font-size: 18px; margin: 7px 0 4px; }
  .feature-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12.5px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .feature-card .badge { padding: 4px 8px; font-size: 10px; }
  .feature-card .chips { gap: 4px; margin: 6px 0 0; max-height: 25px; overflow: hidden; }
  .feature-card .chip { padding: 4px 8px; font-size: 9.5px; }
  .feature-card .actions { padding-top: 7px; gap: 6px; }
  .feature-card .actions .btn { min-height: 38px; height: 38px; padding: 0 10px; font-size: 11.5px; }
  .feature-card .actions button.btn { width: 38px; min-width: 38px; }
  .detail-hero { padding-top: 24px; }
  .detail-layout { gap: 20px; }
  .detail-layout { gap: 12px; }
  .detail-modern .detail-intro { order: 1; padding: 20px; border-radius: 22px; }
  .detail-modern > .slider-container { order: 2; margin-top: 4px; }
  .detail-modern > .detail-benefits {
    order: 3;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(46,56,94,.06);
  }
  .detail-modern > .detail-share { order: 4; margin: 2px 0 0; width: 100%; }
  .detail-layout h1 { font-size: 34px !important; line-height: 1.05; }
  .bullets { gap: 8px; }
  .bullets > div { gap: 12px; padding: 7px 0; }
  .bullets span { width: 44px; height: 44px; }
  .slider-container { border-radius: 24px; padding: 9px; }
  .slider-wrapper { aspect-ratio: 3 / 4; border-radius: 18px; touch-action: pan-y; }
  .slider-controls { margin-top: 10px; }
  .share-buttons { position: sticky; bottom: 10px; z-index: 20; }
}

.share-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17, 23, 43, .42);
  backdrop-filter: blur(5px);
}

.share-sheet {
  width: min(420px, 100%);
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17,23,43,.25);
}

.share-sheet-handle { display: none; }
.share-sheet-head { display: flex; align-items: center; justify-content: space-between; font-size: 19px; }
.share-sheet-head button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f0f2f8; font-size: 24px; cursor: pointer; }
.share-sheet p { margin: 4px 0 18px; color: var(--muted); font-size: 13px; }
.share-network-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.share-network { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 15px; color: #fff; font-weight: 800; }
.share-network.whatsapp { background: #25a866; }
.share-network.facebook { background: #3677d8; }
.share-network span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: rgba(255,255,255,.2); }
.copy-share-link { width: 100%; min-height: 46px; margin-top: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--brand-dark); font-weight: 800; cursor: pointer; }

@media (max-width: 680px) {
  .share-sheet-backdrop { place-items: end center; padding: 0; }
  .share-sheet { width: 100%; border-radius: 26px 26px 0 0; padding: 12px 20px calc(20px + env(safe-area-inset-bottom)); }
  .share-sheet-handle { display: block; width: 44px; height: 5px; margin: 0 auto 14px; border-radius: 999px; background: #d7dae4; }
}
