/* Samsung Sharp Sans - Fuente tipográfica oficial de Samsung */
@font-face {
  font-family: 'SamsungSharpSans';
  src: url('https://fonts.cdnfonts.com/s/16221/SamsungSharpSans-Bold.woff') format('woff'),
       local('SamsungSharpSans-Bold'),
       local('Samsung Sharp Sans Bold');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SamsungSharpSans';
  src: url('https://fonts.cdnfonts.com/s/16221/SamsungSharpSansBold.woff') format('woff'),
       local('SamsungSharpSans-Bold');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SamsungOne';
  src: url('https://fonts.cdnfonts.com/s/16221/SamsungOne-400.woff') format('woff'),
       local('SamsungOne');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SamsungOne';
  src: url('https://fonts.cdnfonts.com/s/16221/SamsungOne-700.woff') format('woff'),
       local('SamsungOne');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 :root {
  --samsung-blue: #1428A0;
  --samsung-blue-light: #1A35C8;
  --samsung-blue-dark: #0D1B70;
  --accent: #00B4D8;
  --accent-warm: #FF6B35;
  --white: #FFFFFF;
  --off-white: #F4F6FB;
  --gray-light: #E8ECF5;
  --gray: #8892A4;
  --dark: #0A0E1A;
  --text: #1E2535;
  --whatsapp: #25D366;
  --whatsapp-dark: #128C7E;
}
 html { scroll-behavior: smooth; }
 body {
  font-family: 'SamsungOne', 'Inter', -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}
  /* ===== CONTACT BUTTONS (llamada + whatsapp) ===== */
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
 .btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--samsung-blue);
  color: white;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  transition: all 0.25s ease;
  min-width: 160px;
}
 .btn-call:hover {
  background: var(--samsung-blue-dark);
  transform: translateY(-2px);
}
 .btn-call svg { width: 22px; height: 22px; flex-shrink: 0; }
 /* ===== PRODUCT IMAGE en service-card ===== */
.service-card-product {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 130px;
  opacity: 0.18;
  pointer-events: none;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}
 .service-card-product-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
 .service-card-product-main svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.35));
}
 /* ===== STICKY NAV ===== */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10, 14, 26, 0.95);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 0 5%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
 .nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
 .nav-logo-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
 .nav-logo-symbol {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
 .nav-logo-text {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: white;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
 .nav-logo-text span {
  display: block;
  font-weight: 400;
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 1px;
  text-transform: uppercase;
}
 .nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--whatsapp);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  transition: all 0.2s ease;
  white-space: nowrap;
}
 .nav-cta:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-1px);
}
 .nav-cta svg { width: 18px; height: 18px; }
 /* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: var(--dark);
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 5% 60px;
  overflow: hidden;
}
 .hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(20, 40, 160, 0.5) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(0, 180, 216, 0.15) 0%, transparent 60%);
}
 .hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
}
 .hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
 .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(20, 40, 160, 0.4);
  border: 1px solid rgba(0, 180, 216, 0.4);
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  animation: fadeInDown 0.6s ease forwards;
}
 .hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s ease-in-out infinite;
}
 @keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
 .hero h1 {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 1.05;
  color: white;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  animation: fadeInUp 0.7s ease 0.1s both;
}
 .hero h1 em {
  font-style: normal;
  color: var(--accent);
}
 .hero h1 .brand {
  display: block;
  font-size: clamp(44px, 10vw, 96px);
  font-weight: 900;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--samsung-blue-light), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 10px;
  margin-bottom: -10px;
  line-height: 1.1;
}
 .hero-desc {
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 36px;
  font-weight: 300;
  animation: fadeInUp 0.7s ease 0.2s both;
}
 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  animation: fadeInUp 0.7s ease 0.3s both;
}
 .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--whatsapp);
  color: white;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  transition: all 0.25s ease;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.35);
  min-width: 160px;
}
 .btn-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}
 .btn-whatsapp svg { width: 22px; height: 22px; flex-shrink: 0; }
 .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
  animation: fadeInUp 0.7s ease 0.4s both;
}
 .hero-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  font-weight: 500;
}
 .hero-trust-item svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
  flex-shrink: 0;
}
 /* ===== ZONA AZUL ESTADÍSTICAS ===== */
.stats-bar {
  background: var(--samsung-blue);
  padding: 36px 5%;
  display: flex;
  justify-content: center;
  gap: 0;
}
 .stat-item {
  text-align: center;
  flex: 1;
  max-width: 200px;
  padding: 0 20px;
  position: relative;
}
 .stat-item + .stat-item::before {
  content: '';
  position: absolute;
  left: 0; top: 10%; bottom: 10%;
  width: 1px;
  background: rgba(255,255,255,0.2);
}
 .stat-number {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 46px);
  color: white;
  line-height: 1;
  letter-spacing: -0.02em;
}
 .stat-number span {
  color: var(--accent);
}
 .stat-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
 /* ===== SERVICIOS ===== */
.section {
  padding: 80px 5%;
}
 .section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--samsung-blue);
  margin-bottom: 12px;
}
 .section-title {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 46px);
  color: var(--dark);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
 .section-subtitle {
  font-size: 16px;
  color: var(--gray);
  max-width: 520px;
  line-height: 1.6;
}
 .section-header {
  margin-bottom: 50px;
}
 .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
 .service-card {
  background: var(--off-white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--gray-light);
  transition: all 0.3s ease;
  position: relative;
}
 .service-card:hover {
  transform: translateY(-6px);
  border-color: var(--samsung-blue);
  box-shadow: 0 20px 60px rgba(20, 40, 160, 0.12);
}
 .service-card-img {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--samsung-blue-dark), var(--samsung-blue-light));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
 .service-card-img svg {
  width: 90px;
  height: 90px;
  color: rgba(255,255,255,0.9);
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.3));
}
 .service-card-img-accent {
  position: absolute;
  width: 150px; height: 150px;
  border-radius: 50%;
  background: rgba(0,180,216,0.2);
  top: -30px; right: -30px;
}
 .service-card-body {
  padding: 24px;
}
 .service-card-tag {
  display: inline-block;
  background: rgba(20, 40, 160, 0.1);
  color: var(--samsung-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
 .service-card h3 {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
 .service-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 16px;
}
 .service-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
 .service-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--text);
}
 .service-card-list li::before {
  content: '✓';
  color: var(--whatsapp);
  font-weight: 700;
  flex-shrink: 0;
}
 /* ===== PROCESO ===== */
.process-section {
  background: var(--dark);
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}
 .process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 80% 50%, rgba(20, 40, 160, 0.3) 0%, transparent 60%);
}
 .process-section .section-title,
.process-section .section-label {
  color: white;
}
 .process-section .section-label {
  color: var(--accent);
}
 .process-section .section-subtitle {
  color: rgba(255,255,255,0.5);
}
 .process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  position: relative;
  z-index: 2;
}
 .process-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
 .process-step-num {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 900;
  font-size: 64px;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  margin-bottom: -10px;
}
 .process-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(20, 40, 160, 0.5);
  border: 1px solid rgba(0, 180, 216, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
 .process-step-icon svg {
  width: 26px;
  height: 26px;
  color: var(--accent);
}
 .process-step h3 {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: white;
  letter-spacing: -0.01em;
}
 .process-step p {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}
 /* ===== PRECIOS ===== */
.pricing-section {
  background: var(--off-white);
  padding: 80px 5%;
}
 .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
 .pricing-card {
  background: white;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid var(--gray-light);
  transition: all 0.3s ease;
  position: relative;
}
 .pricing-card.featured {
  border-color: var(--samsung-blue);
  box-shadow: 0 12px 50px rgba(20, 40, 160, 0.12);
}
 .pricing-card.featured .pricing-badge {
  display: block;
}
 .pricing-badge {
  display: none;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--samsung-blue);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 50px;
  white-space: nowrap;
}
 .pricing-type {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 12px;
}
 .pricing-name {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
 .pricing-price {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: var(--samsung-blue);
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
 .pricing-price span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray);
}
 .pricing-note {
  font-size: 12px;
  color: var(--gray);
  margin-bottom: 24px;
}
 .pricing-divider {
  height: 1px;
  background: var(--gray-light);
  margin-bottom: 20px;
}
 .pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
 .pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
}
 .pricing-features li::before {
  content: '✓';
  color: var(--whatsapp);
  font-weight: 700;
  flex-shrink: 0;
}
 .btn-primary {
  display: block;
  text-align: center;
  background: var(--samsung-blue);
  color: white;
  text-decoration: none;
  padding: 14px;
  border-radius: 8px;
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  transition: all 0.2s ease;
}
 .btn-primary:hover {
  background: var(--samsung-blue-dark);
}
 .btn-outline {
  display: block;
  text-align: center;
  border: 2px solid var(--samsung-blue);
  color: var(--samsung-blue);
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  transition: all 0.2s ease;
}
 .btn-outline:hover {
  background: var(--samsung-blue);
  color: white;
}
 /* ===== ZONAS ===== */
.zones-section {
  padding: 80px 5%;
}
 .zones-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
 .zone-chip {
  background: var(--off-white);
  border: 1px solid var(--gray-light);
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
 .zone-chip:hover {
  border-color: var(--samsung-blue);
  color: var(--samsung-blue);
  background: rgba(20, 40, 160, 0.05);
}
 .zone-chip svg {
  width: 14px; height: 14px;
  color: var(--samsung-blue);
}
 /* ===== FAQ ===== */
.faq-section {
  padding: 80px 5%;
  background: var(--off-white);
}
 .faq-list {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
 .faq-item {
  background: white;
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  overflow: hidden;
}
 .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--dark);
}
 .faq-question svg {
  width: 20px; height: 20px;
  color: var(--samsung-blue);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
 .faq-item.open .faq-question svg {
  transform: rotate(45deg);
}
 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
 .faq-item.open .faq-answer {
  max-height: 300px;
}
 .faq-answer-inner {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
}
 /* ===== CTA FINAL ===== */
.cta-section {
  background: linear-gradient(135deg, var(--samsung-blue-dark), var(--samsung-blue-light));
  padding: 80px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
 .cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 400px at 20% 50%, rgba(0,180,216,0.2) 0%, transparent 60%),
    radial-gradient(circle 300px at 80% 50%, rgba(0,0,0,0.2) 0%, transparent 60%);
}
 .cta-section > * { position: relative; z-index: 2; }
 .cta-section h2 {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4.5vw, 52px);
  color: white;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
}
 .cta-section p {
  color: rgba(255,255,255,0.7);
  font-size: 17px;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.6;
}
.cta-section .cta-btn-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.cta-section .cta-btn-wrap .cta-btn-large {
  width: 100%;
  justify-content: center;
}
 .cta-btn-large {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--whatsapp);
  color: white;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 12px;
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  transition: all 0.25s ease;
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
 .cta-btn-large:hover {
  background: #1da851;
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
 .cta-btn-large svg { width: 28px; height: 28px; }
 /* ===== FOOTER ===== */
footer {
  background: var(--dark);
  padding: 48px 5% 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
 .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
 .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
 .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
 .footer-logo-icon {
  width: 42px;
  height: 42px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
 .footer-logo-symbol {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
 .footer-logo-text {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: white;
}
 .footer-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
  max-width: 300px;
}
 .footer-col h4 {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
 .footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
 .footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
 .footer-links a:hover { color: white; }
 .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
 .footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}
 /* ===== SAMSUNG LOGO SVG ===== */
.samsung-logo-svg {
  display: inline-block;
  vertical-align: middle;
}
 /* Logo en nav */
.nav-samsung-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
}
 .nav-samsung-logo span {
  font-size: 9px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}
 /* Hero logo badge */
.hero-samsung-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 14px 24px;
  margin-top: 40px;
  animation: fadeInUp 0.7s ease 0.5s both;
}
 .hero-samsung-badge-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.15);
}
 .hero-samsung-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
 .hero-samsung-badge-text strong {
  font-size: 13px;
  font-weight: 700;
  color: white;
}
 .hero-samsung-badge-text span {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
}
 /* Sección marca / credibilidad */
.brand-section {
  background: white;
  border-top: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
  padding: 40px 5%;
}
 .brand-section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
 .brand-section-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
 .brand-certified-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(20, 40, 160, 0.07);
  border: 1px solid rgba(20, 40, 160, 0.2);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--samsung-blue);
}
 .brand-certified-badge svg {
  width: 13px; height: 13px;
  color: var(--samsung-blue);
}
 .brand-divider-v {
  width: 1px;
  height: 70px;
  background: var(--gray-light);
}
 .brand-info-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
 .brand-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
 .brand-info-item strong {
  font-family: 'SamsungSharpSans', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--samsung-blue);
}
 .brand-info-item span {
  font-size: 12px;
  color: var(--gray);
  font-weight: 500;
}
 /* Logo en tarjetas de servicio */
.service-card-logo {
  position: absolute;
  top: 14px;
  right: 14px;
  opacity: 0.55;
}
 /* Logo en footer */
.footer-samsung-wrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.35;
}
 .footer-samsung-wrap span {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  letter-spacing: 1px;
  text-transform: uppercase;
}
 /* Logo en sección de precios */
.pricing-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
 .pricing-header-logo span {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 1px;
  text-transform: uppercase;
}
 @media (max-width: 768px) {
  .brand-divider-v { display: none; }
  .brand-section-inner { gap: 28px; }
  .brand-info-list { justify-content: center; }
  .nav-samsung-logo { display: none; }
  nav { padding: 0 3%; height: 56px; }
  .nav-logo-text { font-size: 11px; line-height: 1.2; }
  .nav-logo-text span { display: none; }
  .nav-logo-icon { width: 36px; height: 36px; padding: 4px; }
  .nav-cta { padding: 8px 12px; font-size: 11px; gap: 5px; }
  .nav-cta svg { width: 14px; height: 14px; }
}
 /* ===== WHATSAPP FLOTANTE ===== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: bounceIn 0.8s cubic-bezier(.36,.07,.19,.97) 1s both;
}
 @keyframes bounceIn {
  0% { opacity: 0; transform: scale(0.3) translateY(30px); }
  60% { opacity: 1; transform: scale(1.05); }
  80% { transform: scale(0.97); }
  100% { transform: scale(1); }
}
 .wa-float-label {
  background: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  white-space: nowrap;
  animation: fadeInRight 0.5s ease 2s both;
}
 .wa-float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--whatsapp);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
 .wa-float-btn:hover { transform: scale(1.08); }
.wa-float-btn svg { width: 28px; height: 28px; color: white; }
.wa-float-btn--call {
  background: var(--samsung-blue);
  box-shadow: none;
}
.wa-float-btn--call:hover {
  background: var(--samsung-blue-dark);
}
 /* ===== ANIMACIONES ===== */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
 @keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
 @keyframes fadeInRight {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}
 /* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero { padding: 90px 5% 50px; text-align: center; justify-content: center; }
  .hero-content { text-align: center; }
  .hero-badge { margin: 0 auto 24px; }
  .hero-actions { justify-content: center; }
  .hero-trust { justify-content: center; }
  .hero-desc { margin: 0 auto 32px; }
  .contact-buttons { justify-content: center; width: 100%; flex-direction: column; align-items: center; }
  .btn-whatsapp, .btn-call { width: 100%; max-width: 320px; min-width: unset; }
  .stats-bar { gap: 0; flex-wrap: wrap; }
  .stat-item { min-width: 45%; }
  .stat-item + .stat-item::before { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .wa-float-label { display: none; }
  .wa-float { bottom: 20px; right: 16px; gap: 10px; }
  .wa-float-btn { width: 52px; height: 52px; }
  .wa-float-btn svg { width: 26px; height: 26px; }
}
 @media (max-width: 480px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .btn-whatsapp, .btn-call { padding: 16px 24px; font-size: 15px; }
  .btn-whatsapp svg, .btn-call svg { width: 20px; height: 20px; }
  .cta-section .cta-btn-wrap .cta-btn-large { min-width: unset; width: 100%; max-width: 320px; }
  .cta-btn-large { padding: 16px 28px; font-size: 16px; }
  .cta-btn-large svg { width: 24px; height: 24px; }
}

/* ===== UTILIDADES SEO / ESTRUCTURA ===== */
.logo-img { display: inline-block; vertical-align: middle; }
.section-title--white { color: white; }
.pricing-header-center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.cta-btn-phone { background: rgba(255,255,255,0.12) !important; border: 2px solid rgba(255,255,255,0.3); box-shadow: none !important; }
.nav-cta--call { background: var(--samsung-blue) !important; }
.nav-cta--call:hover { background: var(--samsung-blue-dark) !important; }
.card-img-wrap { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.card-svg { width: 100%; max-height: 200px; filter: drop-shadow(0 12px 28px rgba(0,0,0,0.4)); }

/* Footer links */
.footer-wa-link {
  color: var(--whatsapp);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-call-link {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
