/* ================================================================
   SAN FRANCISCO MUEBLES — Diseño Moderno & Elegante v2
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {
  /* Fondos */
  --bg:          #FAFAF7;
  --bg-alt:      #F0EDE7;
  --white:       #FFFFFF;

  /* Oscuros */
  --dark:        #1A1815;
  --dark2:       #252220;

  /* ★ Colores del logo ★ */
  /* Naranja — "MUEBLES" — acción, precios, CTAs */
  --orange:      #F4A21E;
  --orange-h:    #F5B340;
  --orange-light:#FCCF6F;
  --orange-pale: #FFF4DC;

  /* Azul — "SAN FRANCISCO" — marca, confianza, nav */
  --blue:        #1271B5;
  --blue-h:      #1584CC;
  --blue-light:  #5BA8D9;
  --blue-pale:   #E5F1FA;
  --blue-dark:   #0D5A90;

  /* Aliases backward-compat para no romper refs existentes */
  --gold:        #F4A21E;
  --gold-h:      #F5B340;
  --gold-light:  #FCCF6F;
  --gold-pale:   #FFF4DC;

  /* Texto */
  --text:        #4A4540;
  --muted:       #9A938C;
  --border:      #E3DAD0;

  /* Sombras */
  --shadow-xs:   0 1px 4px rgba(26,24,21,0.06);
  --shadow-sm:   0 3px 14px rgba(26,24,21,0.09);
  --shadow-md:   0 8px 32px rgba(26,24,21,0.12);
  --shadow-lg:   0 16px 56px rgba(26,24,21,0.16);
  --shadow-blue: 0 8px 28px rgba(18,113,181,0.22);

  /* Radios y animación */
  --r-sm:        8px;
  --r-md:        14px;
  --r-lg:        24px;
  --ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --t:           all 0.35s var(--ease);
}

/* ── Base ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'DM Serif Display', serif !important;
  font-weight: 400;
  color: var(--dark);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
a { color: var(--dark); text-decoration: none; transition: var(--t); }
a:hover { color: var(--gold); text-decoration: none; }
img { max-width: 100%; }
.container { padding-top: 0 !important; padding-bottom: 0 !important; }
.wrapper { display: flex; min-height: 100vh; }
.main { flex: 1; overflow-x: hidden; }

/* ── Botones ───────────────────────────────────────────────── */
.btn {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  padding: 13px 30px !important;
  border-radius: 50px !important;
  background: var(--dark) !important;
  border-color: var(--dark) !important;
  color: var(--white) !important;
  transition: var(--t) !important;
  box-shadow: none !important;
}
.btn:hover {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: var(--white) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(192,150,72,0.35) !important;
}
.btn:active, .btn:focus { outline: none !important; box-shadow: none !important; }
.btn.btn-secondary {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
.btn.btn-secondary:hover {
  background: var(--gold-h) !important;
  border-color: var(--gold-h) !important;
}
.btn-outline-sf {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 50px;
  border: 1.5px solid var(--dark);
  color: var(--dark);
  background: transparent;
  transition: var(--t);
  cursor: pointer;
}
.btn-outline-sf:hover {
  background: var(--dark);
  color: var(--white);
  text-decoration: none;
}

/* ── Etiqueta de sección ───────────────────────────────────── */
.sf-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.section-title {
  font-family: 'DM Serif Display', serif !important;
  font-size: clamp(28px, 3.8vw, 44px) !important;
  font-weight: 400 !important;
  color: var(--dark) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   HEADER
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sticker {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(250,250,247,0.96) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
  transition: var(--t);
  padding: 0 !important;
}
.top-header-area { padding: 0 !important; }
/* Ocultar la estructura antigua del header */
.top-header-area .site-logo,
.top-header-area .main-menu-wrap,
.top-header-area .navbar-toggler { display: none !important; }

.sf-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.sf-logo-wrap a { display: flex; align-items: center; }
.sf-logo-wrap img { height: 50px; width: auto; object-fit: contain; }

.sf-nav-wrap { flex: 1; display: flex; justify-content: center; }
.sf-main-nav {
  display: flex;
  list-style: none;
  margin: 0; padding: 0; gap: 0;
}
.sf-main-nav li a {
  display: block;
  padding: 6px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  position: relative;
  transition: var(--t);
}
.sf-main-nav li a::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 18px; right: 18px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s var(--ease);
}
.sf-main-nav li a:hover,
.sf-main-nav li.active a { color: var(--dark); text-decoration: none; }
.sf-main-nav li a:hover::after,
.sf-main-nav li.active a::after { transform: scaleX(1); }

.sf-header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.sf-action-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  background: transparent;
  text-decoration: none !important;
  transition: var(--t);
  border: none;
  cursor: pointer;
  font-size: 15px;
  position: relative;
}
.sf-action-btn:hover { background: var(--bg-alt); color: var(--gold); text-decoration: none; }
.sf-cart-badge {
  position: absolute;
  top: 3px; right: 3px;
  background: var(--orange);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 700;
  min-width: 15px; height: 15px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  line-height: 1; padding: 0 3px;
}
.sf-hamburger-btn {
  display: none;
  width: 40px; height: 40px;
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
  background: transparent;
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: var(--t);
}
.sf-hamburger-btn span {
  display: block;
  width: 18px; height: 1.5px;
  background: var(--dark);
  border-radius: 2px;
  transition: var(--t);
}
.sf-hamburger-btn:hover { border-color: var(--gold); }
.sf-hamburger-btn:hover span { background: var(--gold); }
@media (max-width: 991px) {
  .sf-nav-wrap { display: none; }
  .sf-hamburger-btn { display: flex; }
  .sf-logo-wrap img { height: 42px; }
  .sf-header-inner { padding: 0 1.25rem; }
}
.font-menu-titulos { display: none !important; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   HERO FULL-SCREEN
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-hero-fullscreen {
  position: relative;
  height: 88vh;
  min-height: 580px;
  max-height: 880px;
  overflow: hidden;
  background: var(--dark2);
}

/* Slider ocupa todo el fondo */
.sf-hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sf-hero-bg-slider .testimonial-slider-wrap,
.sf-hero-bg-slider .tns-outer,
.sf-hero-bg-slider .tns-ovh {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sf-hero-bg-slider .tns-inner { height: 100% !important; }
.sf-hero-bg-slider .testimonial-slider,
.sf-hero-bg-slider .tns-slider { height: 100% !important; }
.sf-hero-bg-slider .item {
  height: 88vh;
  min-height: 580px;
  max-height: 880px;
  overflow: hidden;
}
.sf-hero-bg-slider .item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 0 !important;
  margin: 0 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
/* Flechas del slider sobre el hero */
.sf-hero-bg-slider #testimonial-nav { display: block !important; z-index: 10; }
.sf-hero-bg-slider #testimonial-nav > span {
  background: rgba(255,255,255,0.12) !important;
  backdrop-filter: blur(6px) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  color: var(--white) !important;
  width: 50px !important; height: 50px !important;
  line-height: 50px !important;
  border-radius: 50% !important;
  transition: var(--t) !important;
}
.sf-hero-bg-slider #testimonial-nav > span:hover {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
.sf-hero-bg-slider #testimonial-nav .prev { left: 20px !important; }
.sf-hero-bg-slider #testimonial-nav .next { right: 20px !important; }

/* Gradiente de oscurecimiento */
.sf-hero-grad {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(15,12,8,0.90) 0%,
    rgba(15,12,8,0.72) 38%,
    rgba(15,12,8,0.30) 70%,
    rgba(15,12,8,0.10) 100%
  );
}
/* Gradiente inferior para las estadísticas */
.sf-hero-grad::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 180px;
  background: linear-gradient(0deg, rgba(15,12,8,0.75) 0%, transparent 100%);
}

/* Texto del hero */
.sf-hero-text-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
.sf-hero-eyebrow {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 20px;
  border-left: 2px solid var(--gold);
  padding-left: 12px;
}
.sf-hero-title {
  font-family: 'DM Serif Display', serif !important;
  font-size: clamp(46px, 7vw, 86px) !important;
  color: var(--white) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 24px !important;
}
.sf-hero-title em {
  font-style: italic;
  color: var(--gold-light);
}
.sf-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.58);
  max-width: 380px;
  margin-bottom: 38px;
  line-height: 1.75;
  font-weight: 300;
}
.sf-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.sf-hero-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--white) !important;
  text-decoration: none !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 15px 32px;
  border-radius: 50px;
  transition: var(--t);
}
.sf-hero-btn-main:hover {
  background: var(--gold-h);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(192,150,72,0.45);
}
.sf-hero-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50px;
  transition: var(--t);
}
.sf-hero-btn-ghost:hover {
  color: var(--white) !important;
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
}

/* Estadísticas en la parte inferior del hero */
.sf-hero-stats-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  padding: 0 0 28px;
}
.sf-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
}
.sf-hero-stat {
  padding: 0 28px;
  text-align: center;
}
.sf-hero-stat:first-child { padding-left: 0; }
.sf-hero-stat-val {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}
.sf-hero-stat-lbl {
  font-size: 10.5px;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.sf-hero-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.sf-hero-fallback { background: var(--dark2); }

@media (max-width: 991px) {
  .sf-hero-fullscreen { height: 75vh; min-height: 480px; }
  .sf-hero-bg-slider .item { height: 75vh; min-height: 480px; }
  .sf-hero-title { font-size: clamp(36px, 8vw, 56px) !important; }
  .sf-hero-stats { gap: 0; }
  .sf-hero-stat { padding: 0 16px; }
  .sf-hero-stat-val { font-size: 22px; }
}
@media (max-width: 575px) {
  .sf-hero-fullscreen { height: 85vh; }
  .sf-hero-bg-slider .item { height: 85vh; }
  .sf-hero-stats { display: none; }
  .sf-hero-text-wrap { align-items: flex-end; padding-bottom: 48px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   BARRA DE CARACTERÍSTICAS
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-features-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
}
.sf-feat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border-right: 1px solid var(--border);
  transition: var(--t);
}
.sf-feat-item:last-child { border-right: none; }
.sf-feat-item:hover { background: var(--bg-alt); }
.sf-feat-icon {
  width: 42px; height: 42px;
  background: var(--blue-pale);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sf-feat-icon img { width: 20px; height: 20px; }
.sf-feat-text strong {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 2px;
}
.sf-feat-text span { font-size: 11.5px; color: var(--muted); }
@media (max-width: 767px) {
  .sf-feat-item { border-right: none; border-bottom: 1px solid var(--border); }
  .sf-feat-item:last-child { border-bottom: none; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SECCIONES DE PRODUCTOS
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-products-section { padding: 88px 0; }
.sf-products-section.bg-alt { background: var(--bg-alt); }

.sf-section-lead { padding-right: 2.5rem; padding-top: 0.5rem; }
.sf-section-lead .section-title { font-size: clamp(26px,3.2vw,36px) !important; margin-bottom: 14px !important; }
.sf-section-lead p { font-size: 14.5px; color: var(--muted); line-height: 1.75; margin-bottom: 28px; }

/* Tarjeta de producto */
.sf-card {
  background: var(--white);
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: var(--t);
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sf-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
  border-color: var(--gold-light);
}
.sf-card__media {
  position: relative;
  height: 240px;
  background: var(--bg-alt);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.sf-card__img {
  width: 185px !important; height: 185px !important;
  object-fit: contain !important;
  transition: transform 0.55s var(--ease) !important;
  border-radius: 0 !important; margin: 0 !important;
  filter: brightness(1.02);
  mix-blend-mode: multiply;
}
.sf-card:hover .sf-card__img { transform: scale(1.07) !important; }
.sf-card__overlay {
  position: absolute; inset: 0;
  background: rgba(20,16,10,0.48);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.sf-card:hover .sf-card__overlay { opacity: 1; }
.sf-card__cta {
  background: var(--white); color: var(--dark);
  border: none;
  padding: 11px 24px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: var(--t);
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.sf-card__cta:hover { background: var(--gold); color: var(--white); }
.sf-card__badge-oferta {
  position: absolute; top: 12px; left: 12px;
  background: var(--gold);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 50px;
  box-shadow: 0 2px 8px rgba(192,150,72,0.4);
}
.sf-card__body {
  padding: 1.25rem 1.4rem 1.5rem;
  flex: 1; display: flex; flex-direction: column;
}
.sf-card__code {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 7px; line-height: 1;
}
.sf-card__name {
  font-family: 'DM Serif Display', serif !important;
  font-size: 17px !important; font-weight: 400 !important;
  color: var(--dark) !important;
  margin: 0 0 14px !important; line-height: 1.28 !important;
  flex: 1;
}
.sf-card__pricing {
  display: flex; align-items: baseline; gap: 8px; margin-top: auto;
}
.sf-card__old { font-size: 12.5px; color: var(--muted); text-decoration: line-through; }
.sf-card__price {
  font-family: 'DM Serif Display', serif;
  font-size: 24px; color: var(--dark); line-height: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SECCIÓN: A MEDIDA
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-help-section { padding: 96px 0; background: var(--bg); }
.sf-imgs-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(10, 40px);
  gap: 14px; position: relative;
}
.sf-imgs-mosaic::before {
  content: '';
  position: absolute;
  width: 200px; height: 170px;
  background-image: url('../images/dots-green.svg');
  background-size: contain; background-repeat: no-repeat;
  top: -28px; left: -28px; z-index: -1; opacity: 0.5;
}
.sf-mosaic-1 { grid-column: 1/span 7; grid-row: 1/span 7; overflow: hidden; border-radius: var(--r-md); }
.sf-mosaic-2 { grid-column: 8/span 5; grid-row: 1/span 4; overflow: hidden; border-radius: var(--r-md); }
.sf-mosaic-3 { grid-column: 6/span 7; grid-row: 8/span 4; overflow: hidden; border-radius: var(--r-md); }
.sf-mosaic-1 img, .sf-mosaic-2 img, .sf-mosaic-3 img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s var(--ease);
}
.sf-mosaic-1:hover img, .sf-mosaic-2:hover img, .sf-mosaic-3:hover img { transform: scale(1.04); }
.sf-help-content { padding-left: 3.5rem; }
.sf-help-content .section-title { margin-bottom: 18px !important; }
.sf-help-content > p { color: var(--muted); line-height: 1.8; }
.sf-help-offer {
  display: block; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--blue); margin: 28px 0 10px;
}
.sf-help-list {
  list-style: none; margin: 0 0 32px; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px;
}
.sf-help-list li {
  font-size: 14px; color: var(--dark);
  padding-left: 18px; position: relative; line-height: 1.5;
}
.sf-help-list li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}
@media (max-width: 991px) {
  .sf-help-content { padding-left: 0; padding-top: 2.5rem; }
  .sf-imgs-mosaic { grid-template-rows: repeat(10, 30px); }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SECCIÓN: ¿POR QUÉ ELEGIRNOS?
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-why-section { padding: 96px 0; background: linear-gradient(160deg, var(--blue-pale) 0%, #F0EDE7 60%); }
.sf-why-img-wrap {
  position: relative; border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.sf-why-img-wrap::before {
  content: '';
  position: absolute; width: 180px; height: 155px;
  background-image: url('../images/dots-yellow.svg');
  background-size: contain; background-repeat: no-repeat;
  top: -18px; right: -18px; z-index: -1; opacity: 0.6;
}
.sf-why-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--r-lg); }
.sf-features-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; margin-top: 40px;
}
.sf-feature-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}
.sf-feature-icon {
  width: 48px; height: 48px;
  background: var(--blue-pale);
  border: 1.5px solid var(--blue-pale);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: var(--t);
}
.sf-feature-icon img { width: 22px; height: 22px; filter: invert(22%) sepia(80%) saturate(700%) hue-rotate(190deg) brightness(90%); }
.sf-feature-item:hover .sf-feature-icon {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: var(--shadow-blue);
}
.sf-feature-item:hover .sf-feature-icon img { filter: brightness(0) invert(1); }
.sf-feature-item-text { display: flex; flex-direction: column; gap: 4px; }
.sf-feature-item h3 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13.5px !important; font-weight: 700 !important;
  color: var(--dark) !important; margin: 0 !important; letter-spacing: 0 !important;
  line-height: 1.3 !important;
}
.sf-feature-item p {
  font-size: 12.5px !important; line-height: 1.6 !important;
  color: var(--muted) !important; margin: 0 !important;
}
@media (max-width: 991px) { .sf-features-grid { grid-template-columns: 1fr; gap: 18px; } }
@media (max-width: 767px)  { .sf-features-grid { grid-template-columns: 1fr 1fr; gap: 16px; } }
@media (max-width: 480px)  { .sf-features-grid { grid-template-columns: 1fr; } }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SECCIÓN: SERVICIOS (oscura)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-services-section {
  padding: 96px 0 104px;
  background: var(--dark);
}
.sf-services-section .section-title { color: var(--white) !important; margin-bottom: 8px !important; }
.sf-services-section .sf-label { color: var(--gold) !important; }
.sf-service-card { border-radius: var(--r-md); overflow: hidden; transition: var(--t); }
.sf-service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.sf-service-card__img { height: 270px; overflow: hidden; }
.sf-service-card__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s var(--ease); filter: brightness(0.82);
}
.sf-service-card:hover .sf-service-card__img img { transform: scale(1.06); }
.sf-service-card__body {
  background: rgba(26,24,21,0.85);
  backdrop-filter: blur(8px);
  padding: 1.4rem 1.6rem 1.6rem;
  border-top: 2px solid var(--orange);
}
.sf-service-card__num {
  font-family: 'DM Serif Display', serif;
  font-size: 40px; color: rgba(244,162,30,0.35);
  line-height: 1; margin-bottom: 4px;
}
.sf-service-card__title {
  font-family: 'DM Serif Display', serif !important;
  font-size: 20px !important; color: var(--white) !important;
  margin: 0 0 8px !important; letter-spacing: 0 !important;
}
.sf-service-card__desc { font-size: 13px; color: rgba(255,255,255,0.5); margin: 0; line-height: 1.65; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SECCIÓN: PROCESO DE FABRICACIÓN
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-proceso-section {
  padding: 96px 0;
  background: var(--bg);
  position: relative;
}
.sf-proceso-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}
.sf-proceso-lead {
  font-size: 15px; color: var(--muted);
  line-height: 1.75; margin-top: 14px;
}
.sf-proceso-row {
  position: relative;
}
.sf-proceso-row::before {
  content: '';
  position: absolute;
  top: 80px; left: calc(33.33% - 1px); right: calc(33.33% - 1px);
  height: 1px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold-light));
  opacity: 0.5;
}
.sf-step {
  padding: 0 2.5rem 2rem;
  text-align: center;
  position: relative;
}
.sf-step::after {
  content: '→';
  position: absolute;
  top: 73px; right: -14px;
  font-size: 20px;
  color: var(--gold-light);
  opacity: 0.7;
  z-index: 1;
}
.sf-step:last-child::after { display: none; }
.sf-step__num {
  font-family: 'DM Serif Display', serif;
  font-size: 72px;
  color: var(--gold);
  opacity: 0.10;
  line-height: 1;
  margin-bottom: -14px;
  user-select: none;
}
.sf-step__icon {
  width: 64px; height: 64px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px;
  color: var(--gold);
  box-shadow: var(--shadow-sm);
  transition: var(--t);
}
.sf-step:hover .sf-step__icon {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(192,150,72,0.30);
  transform: translateY(-3px);
}
.sf-step__title {
  font-family: 'DM Serif Display', serif !important;
  font-size: 21px !important;
  color: var(--dark) !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.01em !important;
}
.sf-step__desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 260px;
  margin: 0 auto;
}
/* Paso central destacado */
.sf-step--center .sf-step__icon {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  width: 72px; height: 72px;
  box-shadow: var(--shadow-blue);
}
.sf-step--center .sf-step__icon svg { width: 28px; height: 28px; }
.sf-step--center .sf-step__num {
  font-size: 86px;
  opacity: 0.13;
}
.sf-step--center .sf-step__title {
  color: var(--dark) !important;
}
@media (max-width: 767px) {
  .sf-proceso-section     { padding: 56px 0; }
  .sf-proceso-row::before { display: none; }
  .sf-step                { padding: 0 1rem 2.5rem; border-bottom: 1px solid var(--border); }
  .sf-step:last-child     { border-bottom: none; padding-bottom: 0; }
  .sf-step::after         { display: none; }
  .sf-step__num           { font-size: 54px; }
  .sf-step__desc          { max-width: 100%; }
  .sf-step--center .sf-step__icon { width: 64px; height: 64px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SECCIÓN: TESTIMONIOS
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-testimonials-section {
  padding: 96px 0;
  background: var(--bg-alt);
  position: relative;
}
.sf-testi-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 2rem 1.75rem 1.75rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
  height: 100%;
  display: flex; flex-direction: column;
  transition: var(--t);
  position: relative;
}
.sf-testi-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
  border-color: var(--blue-light);
}
.sf-testi-card--featured {
  background: var(--blue);
  border-color: transparent;
  box-shadow: var(--shadow-blue);
}
.sf-testi-card--featured:hover {
  border-color: var(--orange);
}
.sf-testi-stars {
  display: flex; gap: 2px;
  margin-bottom: 18px;
}
.sf-testi-stars span { color: var(--gold); font-size: 15px; }
.sf-testi-card--featured .sf-testi-stars span { color: var(--gold); }
.sf-testi-text {
  font-size: 14.5px !important;
  line-height: 1.8 !important;
  color: var(--text) !important;
  flex: 1;
  font-style: italic;
  margin-bottom: 24px !important;
  position: relative;
}
.sf-testi-text::before {
  content: '\201C';
  font-family: 'DM Serif Display', serif;
  font-size: 56px;
  color: var(--gold);
  opacity: 0.15;
  position: absolute;
  top: -18px; left: -8px;
  line-height: 1;
}
.sf-testi-card--featured .sf-testi-text { color: rgba(255,255,255,0.75) !important; }
.sf-testi-author {
  display: flex; align-items: center; gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.sf-testi-card--featured .sf-testi-author { border-top-color: rgba(255,255,255,0.1); }
.sf-testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border);
  flex-shrink: 0;
}
.sf-testi-card--featured .sf-testi-avatar { border-color: rgba(255,255,255,0.2); }
.sf-testi-author strong {
  display: block;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13.5px !important; font-weight: 700 !important;
  color: var(--dark) !important;
  margin-bottom: 2px;
}
.sf-testi-author span {
  font-size: 11.5px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sf-testi-card--featured .sf-testi-author strong { color: var(--white) !important; }
.sf-testi-card--featured .sf-testi-author span { color: rgba(255,255,255,0.40); }

/* Barra de confianza */
.sf-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 0;
  overflow: hidden;
}
.sf-trust-item {
  display: flex; align-items: center; gap: 10px;
  padding: 18px 28px;
  font-size: 12.5px; font-weight: 600;
  color: var(--dark);
  flex: 1;
  justify-content: center;
  min-width: 150px;
}
.sf-trust-item svg { color: var(--blue); flex-shrink: 0; }
.sf-trust-sep {
  width: 1px; height: 44px;
  background: var(--border); flex-shrink: 0;
}
@media (max-width: 767px) {
  .sf-testimonials-section  { padding: 56px 0; }
  .sf-trust-bar             { flex-direction: column; }
  .sf-trust-sep             { width: 100%; height: 1px; }
  .sf-trust-item            { width: 100%; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   FOOTER
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-footer { background: var(--dark) !important; padding: 0 !important; overflow: visible !important; }
/* Ocultar sofa decorativo anterior */
.footer-section .sofa-img { display: none !important; }

.sf-footer-top {
  background: var(--blue); padding: 28px 0;
}
.sf-footer-top h3 {
  font-family: 'DM Serif Display', serif !important;
  font-size: 22px !important; color: var(--white) !important;
  margin: 0 !important; letter-spacing: -0.01em !important;
}
.sf-footer-top .form-control {
  height: 46px !important; border: none;
  border-radius: var(--r-sm) !important;
  font-family: 'DM Sans', sans-serif;
  background: rgba(255,255,255,0.18);
  color: var(--white) !important;
}
.sf-footer-top .form-control::placeholder { color: rgba(255,255,255,0.65) !important; }
.sf-footer-top .form-control:focus {
  background: rgba(255,255,255,0.25) !important;
  box-shadow: none !important; color: var(--white) !important;
}
.sf-footer-top .btn {
  background: var(--dark) !important; border-color: var(--dark) !important; padding: 11px 22px !important;
}
.sf-footer-top .btn:hover { background: var(--dark2) !important; border-color: var(--dark2) !important; }

.sf-footer-body { padding: 60px 0 44px; }
.sf-footer-logo img {
  height: 64px; width: auto; object-fit: contain;
}
.sf-footer-social { display: flex; gap: 10px; margin-top: 20px; }
.sf-footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6); font-size: 13px;
  transition: var(--t); text-decoration: none !important;
}
.sf-footer-social a:hover { background: var(--orange); color: var(--white); }
.sf-footer-heading {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 10px !important; font-weight: 700 !important;
  letter-spacing: 0.2em !important; text-transform: uppercase !important;
  color: var(--orange) !important; margin-bottom: 18px !important;
}
.sf-footer-address { list-style: none; margin: 0; padding: 0; }
.sf-footer-address li {
  font-size: 12.5px; color: rgba(255,255,255,0.48) !important;
  margin-bottom: 5px; line-height: 1.55; cursor: default;
}
.sf-footer-address li:first-child {
  font-size: 13px !important; font-weight: 700 !important;
  color: rgba(255,255,255,0.82) !important; margin-bottom: 10px !important;
}
.sf-footer-address li:hover { color: rgba(255,255,255,0.48) !important; }
.sf-footer-divider { border-color: rgba(255,255,255,0.07) !important; margin: 0; }
.sf-footer-bottom { padding: 18px 0; background: rgba(0,0,0,0.2); }
.sf-footer-bottom p, .sf-footer-bottom span {
  font-size: 11.5px !important; color: rgba(255,255,255,0.3) !important; margin: 0;
}
.sf-footer-bottom a { color: rgba(255,255,255,0.3) !important; }
.sf-footer-bottom a:hover { color: var(--orange) !important; }
.sf-footer-bottom ul { margin: 0; padding: 0; list-style: none; display: flex; gap: 20px; }
.sf-footer-bottom ul li a { font-size: 11.5px !important; color: rgba(255,255,255,0.3) !important; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   OFFCANVAS MOBILE MENU
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-offcanvas {
  background: var(--bg) !important;
  width: 300px !important;
  max-width: 88vw !important;
  display: flex !important;
  flex-direction: column !important;
}
.sf-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 16px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.sf-offcanvas-brand img {
  height: 38px; width: auto; object-fit: contain;
}
.sf-offcanvas-close {
  width: 36px; height: 36px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--dark);
  transition: var(--t); flex-shrink: 0;
}
.sf-offcanvas-close:hover { background: var(--dark); color: var(--white); border-color: var(--dark); }

.sf-offcanvas-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0 0;
}

/* Links principales */
.sf-offcanvas-main-nav {
  display: flex; flex-direction: column;
  padding: 0 16px;
  margin-bottom: 8px;
  gap: 2px;
}
.sf-offcanvas-link {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 12px;
  border-radius: var(--r-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500;
  color: var(--dark) !important;
  text-decoration: none !important;
  transition: var(--t);
}
.sf-offcanvas-link svg { color: var(--muted); flex-shrink: 0; transition: var(--t); }
.sf-offcanvas-link:hover {
  background: var(--blue-pale);
  color: var(--blue) !important;
  text-decoration: none !important;
}
.sf-offcanvas-link:hover svg { color: var(--blue); }

/* Separador */
.sf-offcanvas-section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted);
  padding: 16px 28px 10px;
  border-top: 1px solid var(--border);
  margin-top: 8px;
}

/* Categorías */
.sf-offcanvas-cats { padding: 0 16px; }
.sf-offcanvas-cat-item { border-bottom: 1px solid var(--border); }
.sf-offcanvas-cat-toggle {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 12px;
  background: transparent; border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500;
  color: var(--dark);
  cursor: pointer; transition: var(--t);
  border-radius: var(--r-sm);
  text-align: left;
}
.sf-offcanvas-cat-toggle:hover { background: var(--blue-pale); color: var(--blue); }
.sf-offcanvas-cat-toggle[aria-expanded="true"] { color: var(--blue); }
.sf-offcanvas-cat-toggle[aria-expanded="true"] .sf-cat-arrow { transform: rotate(180deg); color: var(--blue); }
.sf-cat-arrow { transition: transform 0.25s var(--ease); color: var(--muted); flex-shrink: 0; }
.sf-offcanvas-subcats { padding: 4px 0 8px 20px; }
.sf-offcanvas-subcat-link {
  display: block;
  padding: 8px 12px;
  font-size: 13px;
  color: var(--muted) !important;
  text-decoration: none !important;
  border-radius: var(--r-sm);
  transition: var(--t);
}
.sf-offcanvas-subcat-link:hover { color: var(--blue) !important; background: var(--blue-pale); }

/* Pie del panel */
.sf-offcanvas-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  flex-shrink: 0;
  background: var(--bg);
}
.sf-offcanvas-contact {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--muted);
}
.sf-offcanvas-contact svg { color: var(--orange); flex-shrink: 0; }
.sf-offcanvas-social { display: flex; gap: 8px; }
.sf-offcanvas-social a {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bg-alt);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted) !important; font-size: 12px;
  text-decoration: none !important; transition: var(--t);
}
.sf-offcanvas-social a:hover { background: var(--gold); color: var(--white) !important; }

/* Compat: ocultar clases antiguas de menú */
.btn3 { display: none !important; }
.font-menu-titulos { display: none !important; }

/* ── Barra búsqueda ─────────────────────────────────────────── */
.search-area { background: rgba(250,250,247,0.98); backdrop-filter: blur(16px); }

/* ── SVG sprite (iconos.php) ocupa 150px por defecto → forzar 0 */
body > svg {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* ── Loader (ocultamos rápido) ──────────────────────────────── */
.loader, .preloader {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ── Botón volver arriba ─────────────────────────────────────── */
.sf-scroll-top {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 9999;
  width: 46px; height: 46px;
  background: var(--blue);
  color: var(--white);
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-blue);
  opacity: 0; transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
  pointer-events: none;
}
.sf-scroll-top--visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sf-scroll-top:hover { background: var(--blue-dark) !important; box-shadow: 0 8px 28px rgba(18,113,181,0.40) !important; }
@media (max-width: 575px) {
  .sf-scroll-top { bottom: 18px; right: 16px; width: 40px; height: 40px; }
}

/* ── Mejoras generales de tipografía ────────────────────────── */
p { color: var(--text); }
.sf-help-section p,
.sf-why-section p { color: var(--muted); line-height: 1.8; }

/* ── Header: transición fluida entre transparente y sólido ───── */
#sticker {
  transition: background-color 0.35s ease, box-shadow 0.35s ease !important;
}

/* ── Ensure no overflow horizontal en toda la página ─────────── */
html, body { overflow-x: hidden; max-width: 100%; }

/* ── Cards de testimonios: ajuste comillas más sutiles ────────── */
.sf-testi-text::before {
  font-size: 72px;
  top: -28px; left: -4px;
  opacity: 0.18;
}

/* ── Mosaic: asegurar que las imágenes carguen contenidas ─────── */
.sf-mosaic-1 img, .sf-mosaic-2 img, .sf-mosaic-3 img {
  background: var(--bg-alt);
}

/* ── Offcanvas: collapse arrow animación mejorada ────────────── */
.sf-offcanvas-cat-toggle .sf-cat-arrow {
  flex-shrink: 0;
  transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
}
.sf-offcanvas-cat-toggle[aria-expanded="true"] .sf-cat-arrow {
  transform: rotate(180deg);
}

/* ── Footer subscription form: input visible en dark ─────────── */
.sf-footer-top .form-control::-ms-input-placeholder { color: rgba(255,255,255,0.65) !important; }

/* ── Remove outline en botones ───────────────────────────────── */
button:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
button:focus:not(:focus-visible) { outline: none; }

/* ── Productos sección: separador sutil entre ofertas y recom. ─ */
.sf-products-section + .sf-products-section { border-top: 1px solid var(--border); }

/* ── Why section: imagen con proporción fija ────────────────── */
.sf-why-img-wrap { aspect-ratio: 4/5; max-height: 520px; }
.sf-why-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* ── Tarjeta: nombre truncado a 2 líneas ───────────────────── */
.sf-card__name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* ── Footer: link en franja naranja ─────────────────────────── */
.sf-footer-top a { color: var(--white); text-decoration: underline; opacity: 0.75; }
.sf-footer-top a:hover { opacity: 1; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   OVERRIDES DE COLORES DE LOGO — AZUL DONDE APLICA
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* Precio del producto: naranja (acción) */
.sf-card__price { color: var(--orange) !important; }

/* Badge oferta: naranja */
.sf-card__badge-oferta { background: var(--orange) !important; box-shadow: 0 2px 8px rgba(244,162,30,0.40) !important; }

/* Borde al hover de tarjeta: naranja */
.sf-card:hover { border-color: var(--orange-light) !important; }

/* Proceso: número en azul */
.sf-step__num { color: var(--blue); opacity: 0.12; }

/* Proceso: icono hover → azul */
.sf-step:hover .sf-step__icon {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  color: var(--white) !important;
  box-shadow: var(--shadow-blue) !important;
}

/* Proceso: flecha conectora → naranja */
.sf-step::after { color: var(--orange); opacity: 0.7; }

/* Help list bullets: azul */
.sf-help-list li::before { background: var(--blue) !important; }

/* Divisor de acento: degradado naranja-azul */
.sf-divider-accent {
  background: linear-gradient(90deg, transparent, var(--orange-light), var(--blue-light), transparent) !important;
}

/* Testimonios: comilla en naranja */
.sf-testi-text::before { color: var(--orange) !important; }

/* Acción de cabecera al hacer hover */
.sf-action-btn:hover { background: var(--blue-pale) !important; color: var(--blue) !important; }

/* Botón volver arriba: hover azul */
.sf-scroll-top:hover { background: var(--blue) !important; box-shadow: var(--shadow-blue) !important; }

/* Sección proceso: divider top en azul */
.sf-proceso-section::before {
  background: linear-gradient(90deg, transparent, var(--blue-pale), transparent);
}

/* Social footer: hover naranja */
.sf-footer-social a:hover { background: var(--orange) !important; }

/* Social offcanvas: hover naranja */
.sf-offcanvas-social a:hover { background: var(--orange) !important; color: var(--white) !important; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SCROLL REVEAL
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s cubic-bezier(0.4,0,0.2,1),
              transform 0.55s cubic-bezier(0.4,0,0.2,1);
}
.sf-reveal.sf-revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .sf-reveal { opacity: 1; transform: none; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PLACEHOLDER DE PRODUCTO SIN IMAGEN
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-card__placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #F0EAE0 0%, #E8E0D5 100%);
  color: var(--muted);
}
.sf-card--no-img .sf-card__media { background: linear-gradient(135deg, #F0EAE0 0%, #E8E0D5 100%); }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   BANNER PROMO CTA
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sf-promo-banner {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
  background: var(--dark);
}
.sf-promo-bg {
  position: absolute; inset: 0;
  background-image: url('../images/post-2.jpg');
  background-size: cover; background-position: center 40%;
  opacity: 0.18;
}
.sf-promo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(26,24,21,0.97) 0%, rgba(26,24,21,0.80) 55%, rgba(26,24,21,0.65) 100%);
}
.sf-promo-inner { position: relative; z-index: 1; }
.sf-promo-tag {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-light);
  border-left: 2px solid var(--blue-light); padding-left: 12px;
  margin-bottom: 20px;
}
.sf-promo-title {
  font-family: 'DM Serif Display', serif !important;
  font-size: clamp(32px, 4.5vw, 58px) !important;
  color: var(--white) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 20px !important;
}
.sf-promo-title em { font-style: italic; color: var(--orange-light); }
.sf-promo-sub {
  font-size: 15px; line-height: 1.75; font-weight: 300;
  color: rgba(255,255,255,0.50); max-width: 520px;
  margin-bottom: 36px;
}
.sf-promo-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sf-promo-btn-main {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: var(--white) !important;
  text-decoration: none !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 15px 32px; border-radius: 50px;
  transition: var(--t);
}
.sf-promo-btn-main:hover {
  background: var(--orange-h);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(244,162,30,0.45);
}
.sf-promo-btn-ghost {
  display: inline-flex; align-items: center;
  color: rgba(255,255,255,0.60) !important;
  text-decoration: none !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50px;
  transition: var(--t);
}
.sf-promo-btn-ghost:hover {
  color: var(--white) !important;
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.05);
}
.sf-promo-stats-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 0;
  backdrop-filter: blur(8px);
}
.sf-promo-stat { padding: 18px 0; text-align: center; }
.sf-promo-stat:first-child { padding-top: 0; }
.sf-promo-stat:last-child { padding-bottom: 0; }
.sf-promo-stat-val {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 42px; color: var(--orange);
  line-height: 1; margin-bottom: 6px;
}
.sf-promo-stat-lbl {
  font-size: 11.5px; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.12em;
}
.sf-promo-stat-divider {
  height: 1px; background: rgba(255,255,255,0.07); margin: 0 12px;
}
@media (max-width: 991px) {
  .sf-promo-banner          { padding: 64px 0; }
  .sf-promo-stats-box       { flex-direction: row; justify-content: space-around; padding: 20px 16px; gap: 0; }
  .sf-promo-stat            { padding: 0 12px; }
  .sf-promo-stat-val        { font-size: 30px; }
  .sf-promo-stat-divider    { width: 1px; height: auto; margin: 8px 0; }
}
@media (max-width: 575px) {
  .sf-promo-banner          { padding: 52px 0; }
  .sf-promo-title           { font-size: 30px !important; }
  .sf-promo-sub             { font-size: 13.5px; margin-bottom: 28px; }
  .sf-promo-actions         { flex-direction: column; align-items: flex-start; gap: 10px; }
  .sf-promo-stats-box       { margin-top: 32px; }
  .sf-promo-stat-val        { font-size: 26px; }
}

/* ── Divisor dorado ─────────────────────────────────────────── */
.sf-divider-accent {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  border: none; margin: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   OFFCANVAS — asegurar que no afecte el layout
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.offcanvas {
  position: fixed !important;
}
.wrapper {
  overflow-x: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   RESPONSIVE — TABLET 768–991px
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 991px) {
  .sf-products-section           { padding: 60px 0; }
  .sf-help-section,
  .sf-why-section,
  .sf-services-section           { padding: 60px 0; }
  .sf-footer-body                { padding: 44px 0 32px; }
  .sf-help-content               { padding-left: 0; padding-top: 2rem; }
  .sf-section-lead               { padding-right: 0; margin-bottom: 2rem; }
  .sf-features-grid              { grid-template-columns: 1fr; gap: 20px; }
  /* Hero tablet */
  .sf-hero-fullscreen            { height: 78vh; min-height: 500px; }
  .sf-hero-bg-slider .item       { height: 78vh; min-height: 500px; }
  .sf-hero-title                 { font-size: clamp(34px,6vw,56px) !important; }
  .sf-hero-sub                   { font-size: 15px; max-width: 340px; }
  .sf-hero-stats-bar             { padding-bottom: 20px; }
  .sf-hero-stat                  { padding: 0 16px; }
  .sf-hero-stat-val              { font-size: 22px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   RESPONSIVE — MÓVIL ≤ 767px
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /* Productos */
  .sf-products-section           { padding: 48px 0; }
  .sf-card__media                { height: 200px; }
  .sf-card__img                  { width: 150px !important; height: 150px !important; }
  .sf-card__price                { font-size: 20px; }
  /* Secciones */
  .sf-help-section,
  .sf-why-section                { padding: 48px 0; }
  .sf-services-section           { padding: 48px 0 56px; }
  .sf-service-card__img          { height: 220px; }
  /* Mosaico */
  .sf-imgs-mosaic                { grid-template-rows: repeat(10, 28px); }
  /* Footer */
  .sf-footer-top h3              { font-size: 18px !important; }
  .sf-footer-bottom ul           { gap: 12px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   RESPONSIVE — MÓVIL ≤ 575px  (hero principal)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 575px) {
  /* Hero: pantalla casi completa */
  .sf-hero-fullscreen            { height: 100svh; min-height: 0; max-height: none; }
  .sf-hero-bg-slider .item       { height: 100svh; min-height: 0; max-height: none; }

  /* Gradiente más pronunciado en móvil para legibilidad */
  .sf-hero-grad {
    background: linear-gradient(
      180deg,
      rgba(15,12,8,0.75) 0%,
      rgba(15,12,8,0.82) 40%,
      rgba(15,12,8,0.92) 100%
    ) !important;
  }
  .sf-hero-grad::after           { height: 120px; }

  /* Texto del hero */
  .sf-hero-text-wrap             { align-items: flex-end; padding-bottom: 110px; }
  .sf-hero-eyebrow               { font-size: 9.5px; letter-spacing: 0.18em; }
  .sf-hero-title                 { font-size: 38px !important; letter-spacing: -0.025em !important; margin-bottom: 16px !important; }
  .sf-hero-sub                   { font-size: 13.5px; margin-bottom: 24px; max-width: 280px; }
  .sf-hero-actions               { flex-direction: column; align-items: flex-start; gap: 10px; }
  .sf-hero-btn-main              { padding: 13px 26px; font-size: 11px; }
  .sf-hero-btn-ghost             { padding: 12px 20px; font-size: 11px; }

  /* Stats ocultos en móvil pequeño */
  .sf-hero-stats-bar             { display: none; }

  /* Flechas del slider más pequeñas */
  .sf-hero-bg-slider #testimonial-nav > span {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 12px;
  }
  .sf-hero-bg-slider #testimonial-nav .prev { left: 10px !important; }
  .sf-hero-bg-slider #testimonial-nav .next { right: 10px !important; }

  /* Barra de features: 2 columnas */
  .sf-feat-item {
    padding: 16px;
    border-right: none !important;
    border-bottom: 1px solid var(--border);
  }
  .sf-feat-item:last-child,
  .sf-feat-item:nth-child(odd):last-child { border-bottom: none; }
  .col-6.col-md-3:nth-child(2) .sf-feat-item,
  .col-6.col-md-3:nth-child(4) .sf-feat-item { border-right: none; }
  .col-6.col-md-3:nth-child(1) .sf-feat-item,
  .col-6.col-md-3:nth-child(2) .sf-feat-item { border-right: none; }

  /* Productos: tarjetas en columna única con separación */
  .sf-section-lead               { text-align: center; padding: 0 0 2rem; }
  .sf-section-lead .btn-outline-sf { display: block; text-align: center; }

  /* Header: reducir logo y acciones en móvil */
  .sf-logo-wrap img              { height: 38px; }
  .sf-header-inner               { height: 60px; padding: 0 1rem; gap: 0.75rem; }
  .sf-action-btn                 { width: 36px; height: 36px; font-size: 14px; }

  /* Footer */
  .sf-footer-top                 { padding: 20px 0; }
  .sf-footer-body                { padding: 36px 0 24px; }

  /* Tarjetas de producto: 2 por fila en móvil */
  .sf-card__media                { height: 160px; }
  .sf-card__img                  { width: 110px !important; height: 110px !important; }
  .sf-card__body                 { padding: 0.7rem 0.85rem 0.9rem; }
  .sf-card__code                 { font-size: 9px; margin-bottom: 4px; }
  .sf-card__name                 { font-size: 14px !important; margin-bottom: 8px !important; }
  .sf-card__price                { font-size: 18px; }
  .sf-card__old                  { font-size: 11px; }
  .sf-card__badge-oferta         { font-size: 8.5px; padding: 3px 8px; top: 8px; left: 8px; }
  .sf-card__cta                  { padding: 8px 16px; font-size: 10px; }
}
