MIX · extractor de estilos
Template: solucionesled.com.ar/index.html · mtime: 2026-03-27 15:40
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 4 Embebidos: 0 Externos: 4 Inline styles: 5 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: solucionesled.com.ar/index.html */
/* Template mtime: 2026-03-27 15:40:23 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@600;700;800&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css */

/* ===== INLINE <style> BLOCK #1 ===== */
:root {
      --accent: #cfa701;
      --accent-light: #000000;
      --accent-subtle: rgba(10, 43, 74, 0.08);
      --accent-glow: rgba(10, 43, 74, 0.15);
      --bg: #ffffff;
      --bg-soft: #f8f9fb;
      --bg-warm: #fafbfc;
      --text: #0d0d0d;
      --text-secondary: #4a5568;
      --text-muted: #718096;
      --line: #e8ecf1;
      --line-soft: #f0f3f7;
      --shadow-sm: 0 2px 8px rgba(10, 43, 74, 0.04);
      --shadow-md: 0 8px 30px rgba(10, 43, 74, 0.08);
      --shadow-lg: 0 20px 60px rgba(10, 43, 74, 0.12);
      --shadow-xl: 0 32px 80px rgba(10, 43, 74, 0.14);
      --radius-sm: 8px;
      --radius-md: 14px;
      --radius-lg: 20px;
      --radius-xl: 28px;
      --radius-2xl: 36px;
      --container: 1200px;
      --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      --transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      overflow-x: hidden;
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

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

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

    .container {
      max-width: var(--container);
      padding-inline: 24px;
    }

    /* TYPOGRAPHY SYSTEM */
    .font-display {
      font-family: 'Playfair Display', Georgia, serif;
    }

    .section {
      padding: 120px 0;
      position: relative;
    }

    .section-soft {
      background: var(--bg-soft);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 20px;
      border-radius: 100px;
      background: var(--accent-subtle);
      border: 1px solid rgba(10, 43, 74, 0.1);
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 20px;
    }

    .eyebrow::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent);
    }

    .section-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(2.2rem, 4.5vw, 3.5rem);
      line-height: 1.1;
      font-weight: 700;
      letter-spacing: -0.025em;
      margin: 0 0 20px;
      color: var(--text);
    }

    .section-subtitle {
      max-width: 680px;
      font-size: 1.1rem;
      line-height: 1.8;
      color: var(--text-secondary);
      margin: 0 auto;
      font-weight: 400;
    }

    .text-center .section-subtitle {
      max-width: 720px;
    }

    /* NAVBAR - Premium refinement */
  .navbar {
    --bs-navbar-padding-y: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(10, 43, 74, 0.06);
    transition: var(--transition-smooth);
  }
  
  .navbar.scrolled {
    box-shadow: var(--shadow-sm);
  }
  
  .navbar > .container {
    padding-block: 16px;
  }
  
  .navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    margin-right: 1rem;
    transition: var(--transition-fast);
    text-align: center;
    flex-shrink: 0;
  }
  
  .navbar-brand:hover {
    opacity: 0.85;
  }
  
  .navbar-brand img {
    height: 44px;
    width: auto;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
  }
  
  .brand-text {
    display: block;
    min-width: 0;
    width: 100%;
  }
  
  .brand-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
  }
  
  .brand-subtitle {
    display: block;
    font-size: 0.62rem;
    color: var(--text-muted);
    font-weight: 500;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
  }
  
  .navbar-nav {
    gap: 4px;
  }
  
  .nav-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-secondary) !important;
    padding: 10px 18px !important;
    border-radius: 100px;
    transition: var(--transition-fast);
    white-space: nowrap;
    position: relative;
  }
  
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: var(--transition-fast);
  }
  
  .nav-link:hover,
  .nav-link:focus {
    color: var(--accent) !important;
  }
  
  .nav-link:hover::after {
    width: calc(100% - 36px);
  }
  
  .navbar-toggler {
    border: 1px solid var(--line);
    box-shadow: none !important;
    padding: 10px 12px;
    border-radius: var(--radius-md);
    background: var(--bg);
    margin-left: auto;
    transition: var(--transition-fast);
  }
  
  .navbar-toggler:hover {
    border-color: var(--accent);
    background: var(--accent-subtle);
  }
  
  .navbar-collapse {
    min-width: 0;
  }
  
  .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 100px;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 20px rgba(10, 43, 74, 0.25);
  }
  
  .nav-cta:hover {
    background: var(--accent-light);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(10, 43, 74, 0.3);
  }
  
  .nav-cta i {
    font-size: 1rem;
  }

    /* HERO */
    .hero {
      position: relative;
      overflow: hidden;
    }

    .hero-clean {
      min-height: clamp(1120px, 82vw, 1380px);
      padding-top: 92px;
      background-image:
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.82) 76%, rgba(255,255,255,0.96) 88%, rgba(255,255,255,1) 100%),
        linear-gradient(90deg, rgba(8, 24, 40, 0.10) 0%, rgba(8, 24, 40, 0.04) 28%, rgba(8, 24, 40, 0.02) 100%),
        url('img/hero2.png');
      background-position: center bottom, center center, center 32%;
      background-size: cover, cover, min(90vw, 1580px);
      background-repeat: no-repeat, no-repeat, no-repeat;
    }

    .hero-stage {
      min-height: calc(clamp(1120px, 82vw, 1380px) - 92px);
      position: relative;
      display: flex;
      align-items: flex-end;
      padding-bottom: -120px;
    }

    .hero-bottom-copy {
      max-width: 980px;
      padding: 0;
    }

    .hero-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(2.2rem, 4.2vw, 4.25rem);
      line-height: 1.02;
      letter-spacing: -0.03em;
      font-weight: 700;
      margin: 0 0 16px;
      color: #102033;
      max-width: 880px;
      text-wrap: balance;
      text-shadow: 0 2px 12px rgba(255,255,255,0.48);
    }

    .hero-title .accent {
      color: var(--accent);
    }

    .hero-text {
      font-size: 1.04rem;
      line-height: 1.76;
      color: #39485b;
      max-width: 720px;
      margin: 0 0 22px;
      text-shadow: 0 2px 12px rgba(255,255,255,0.42);
    }

    .hero-actions {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 0;
    }

    .btn-main,
    .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 56px;
      padding: 0 32px;
      border-radius: 100px;
      font-weight: 600;
      font-size: 0.95rem;
      transition: var(--transition-smooth);
      text-align: center;
      cursor: pointer;
    }

    .btn-main {
      background: var(--accent);
      color: #fff;
      border: 2px solid var(--accent);
      box-shadow: 0 10px 24px rgba(16, 32, 51, 0.12);
    }

    .btn-main:hover {
      background: #b58f00;
      border-color: #b58f00;
      color: #fff;
      transform: translateY(-3px);
    }

    .btn-ghost {
      background: rgba(255,255,255,0.82);
      color: #102033;
      border: 2px solid rgba(16, 32, 51, 0.14);
      backdrop-filter: blur(10px);
    }

    .btn-ghost:hover {
      background: rgba(255,255,255,0.95);
      color: #102033;
      border-color: rgba(16, 32, 51, 0.24);
      transform: translateY(-3px);
    }

    .hero-ghost-light {
      background: rgba(255,255,255,0.82);
      color: #102033;
      border-color: rgba(16, 32, 51, 0.14);
    }

    .hero-intro,
    .hero-float,
    .hero-media,
    .hero-image-wrap,
    .hero-image,
    .hero-points {
      display: none !important;
    }

    /* ABOUT - Refined composition */
    .about-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 32px;
      align-items: stretch;
    }

    .about-card,
    .about-side {
      background: var(--bg);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-md);
      padding: 40px;
      height: 100%;
      transition: var(--transition-smooth);
    }

    .about-card:hover,
    .about-side:hover {
      box-shadow: var(--shadow-lg);
    }

    .about-card p,
    .about-side p {
      color: var(--text-secondary);
      line-height: 1.85;
      font-size: 1.05rem;
      margin-bottom: 20px;
    }

    .about-side-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 20px;
      color: var(--text);
    }

    .about-list {
      display: grid;
      gap: 14px;
      margin-top: 28px;
    }

    .about-list-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      color: var(--text);
      font-weight: 500;
      line-height: 1.5;
      font-size: 0.95rem;
    }

    .about-list-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: var(--accent);
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      margin-top: 2px;
    }

    .about-list-icon i {
      font-size: 0.85rem;
      color: #fff;
    }

    /* SERVICES - Powerful visual hierarchy */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .service-card {
      position: relative;
      background: var(--bg);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      padding: 36px;
      box-shadow: var(--shadow-md);
      transition: var(--transition-smooth);
      height: 100%;
      overflow: hidden;
    }

    .service-card::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 4px;
      background: var(--accent);
      transform: scaleY(0);
      transform-origin: top;
      transition: var(--transition-smooth);
    }

    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-xl);
      border-color: var(--accent-subtle);
    }

    .service-card:hover::before {
      transform: scaleY(1);
    }

    .service-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border-radius: var(--radius-md);
      background: var(--accent);
      color: #fff;
      font-weight: 700;
      font-size: 1.2rem;
      margin-bottom: 24px;
      font-family: 'Playfair Display', Georgia, serif;
    }

    .service-card h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 16px;
      letter-spacing: -0.02em;
      color: var(--text);
    }

    .service-card > p {
      color: var(--text-secondary);
      line-height: 1.75;
      margin-bottom: 24px;
      font-size: 0.95rem;
    }

    .service-card ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .service-card li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: var(--text-secondary);
      line-height: 1.6;
      margin-bottom: 12px;
      font-size: 0.9rem;
    }

    .service-card li::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent);
      margin-top: 8px;
      flex: 0 0 auto;
    }

    .service-card li:last-child {
      margin-bottom: 0;
    }

    /* WHY US - Elegant cards */
    .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .why-card {
      background: var(--bg);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      padding: 32px;
      box-shadow: var(--shadow-md);
      height: 100%;
      transition: var(--transition-smooth);
      position: relative;
    }

    .why-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-lg);
      border-color: var(--accent-subtle);
    }

    .why-icon {
      width: 60px;
      height: 60px;
      border-radius: var(--radius-lg);
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--accent);
      margin-bottom: 20px;
      transition: var(--transition-smooth);
    }

    .why-card:hover .why-icon {
      transform: scale(1.05);
    }

    .why-icon i {
      font-size: 1.5rem;
      color: #fff;
    }

    .why-card h3 {
      font-family: 'Playfair Display', Georgia, serif;
      margin: 0 0 12px;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--text);
    }

    .why-card p {
      margin: 0;
      color: var(--text-muted);
      line-height: 1.7;
      font-size: 0.95rem;
    }

    /* GALLERY - Keep exactly as is */
    .gal-gallery .carousel {
      max-width: 980px;
      margin-inline: auto;
      position: relative;
    }

    .gal-frame {
      height: clamp(220px, 48vh, 500px);
      background: #fff;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px;
      border: 1px solid var(--line);
    }

    .gal-img {
      width: auto !important;
      max-width: 100%;
      height: auto !important;
      max-height: 100%;
      object-fit: contain !important;
      object-position: center;
      display: block;
      cursor: zoom-in;
      border-radius: 14px;
    }

    .gal-gallery .carousel-control-prev,
    .gal-gallery .carousel-control-next {
      z-index: 20;
      width: 52px;
      height: 52px;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      background: rgba(17, 17, 17, .78);
      border-radius: 50%;
      margin: 0 12px;
    }

    .gal-gallery .carousel-control-prev {
      left: 0
    }

    .gal-gallery .carousel-control-next {
      right: 0
    }

    .gal-gallery .gal-ctrl-icon {
      width: 2.2rem;
      height: 2.2rem;
      display: grid;
      place-items: center;
    }

    .gal-gallery .gal-ctrl-icon svg {
      width: 22px;
      height: 22px;
      fill: #fff;
    }

    .gal-gallery .carousel-indicators {
      z-index: 10;
      bottom: -54px;
      margin-bottom: 0;
    }

    .gal-gallery .carousel-indicators button {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: rgba(0, 0, 0, .2);
      border: none;
      opacity: 1;
    }

    .gal-gallery .carousel-indicators button.active {
      background: #111;
    }

    .gal-gallery {
      padding-bottom: 60px
    }

    #galLightbox .modal-content {
      background: #000;
      border-radius: 18px;
      overflow: hidden;
    }

    #galLightboxImg {
      max-height: 86vh;
      width: 100%;
      height: auto;
      object-fit: contain;
      background: #000;
    }

    .gal-lightbox-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border: 0;
      width: 46px;
      height: 46px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .18);
      color: #fff;
      font-size: 30px;
      line-height: 46px;
      text-align: center;
      z-index: 5;
      cursor: pointer;
    }

    .gal-lightbox-nav:hover {
      background: rgba(255, 255, 255, .28);
    }

    .gal-lightbox-nav.gal-prev {
      left: 10px
    }

    .gal-lightbox-nav.gal-next {
      right: 10px
    }

    /* FAQ - Modern accordion */
    .faq-wrap {
      max-width: 840px;
      margin: 0 auto;
    }

    .faq-item {
      background: var(--bg);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      transition: var(--transition-smooth);
    }

    .faq-item:hover {
      box-shadow: var(--shadow-md);
    }

    .faq-item + .faq-item {
      margin-top: 16px;
    }

    .faq-button {
      width: 100%;
      border: 0;
      background: var(--bg);
      color: var(--text);
      text-align: left;
      padding: 24px 28px;
      font-size: 1.05rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      cursor: pointer;
      transition: var(--transition-fast);
    }

    .faq-button:hover {
      background: var(--bg-soft);
    }

    .faq-button span:last-child {
      width: 40px;
      height: 40px;
      border-radius: var(--radius-md);
      background: var(--accent-subtle);
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      transition: var(--transition-smooth);
      color: var(--accent);
    }

    .faq-button span:last-child i {
      font-size: 1.1rem;
      transition: var(--transition-smooth);
    }

    .faq-button:not(.collapsed) span:last-child {
      background: var(--accent);
      color: #fff;
    }

    .faq-button:not(.collapsed) span:last-child i {
      transform: rotate(45deg);
    }

    .faq-body {
      padding: 0 28px 24px;
      color: var(--text-secondary);
      line-height: 1.85;
      font-size: 1rem;
    }

    /* CONTACT - Elegant layout */
    .contact-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 32px;
      align-items: stretch;
    }

    .contact-card,
    .contact-info {
      background: var(--bg);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-md);
      padding: 40px;
      height: 100%;
    }

    .contact-card-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 28px;
      color: var(--text);
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .contact-card-title i {
      color: var(--accent);
    }

    .form-label {
      font-weight: 600;
      color: var(--text);
      margin-bottom: 10px;
      font-size: 0.9rem;
    }

    .form-control,
    .form-select {
      min-height: 54px;
      border-radius: var(--radius-md);
      border: 1px solid var(--line);
      background: var(--bg);
      box-shadow: none !important;
      padding: 14px 18px;
      font-size: 0.95rem;
      transition: var(--transition-fast);
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--accent);
      background: var(--bg);
    }

    .form-control::placeholder {
      color: var(--text-muted);
    }

    textarea.form-control {
      min-height: 140px;
      resize: vertical;
    }

    .contact-info-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 12px;
      color: var(--text);
    }

    .contact-info > p {
      color: var(--text-muted);
      line-height: 1.75;
      margin-bottom: 28px;
      font-size: 0.95rem;
    }

    .contact-items {
      display: grid;
      gap: 16px;
    }

    .contact-item {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      padding: 20px;
      border-radius: var(--radius-lg);
      background: var(--bg-soft);
      border: 1px solid var(--line-soft);
      transition: var(--transition-fast);
    }

    .contact-item:hover {
      border-color: var(--accent-subtle);
      background: var(--bg);
      box-shadow: var(--shadow-sm);
    }

    .contact-icon {
      width: 52px;
      height: 52px;
      border-radius: var(--radius-md);
      background: var(--accent);
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }

    .contact-icon i {
      font-size: 1.25rem;
      color: #fff;
    }

    .contact-item strong {
      display: block;
      margin-bottom: 4px;
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--text);
    }

    .contact-item a,
    .contact-item span {
      color: var(--text-secondary);
      line-height: 1.6;
      word-break: break-word;
      font-size: 0.9rem;
      transition: var(--transition-fast);
    }

    .contact-item a:hover {
      color: var(--accent);
    }

    /* FOOTER - Professional finish */
    .site-footer {
      background: var(--accent);
      color: #fff;
      padding: 80px 0 32px;
      position: relative;
    }

    .site-footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 0.8fr 1fr 0.8fr;
      gap: 40px;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }

    .footer-brand img {
      height: 44px;
      width: auto;
      display: block;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .footer-brand span {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.15rem;
      font-weight: 700;
    }

    .footer-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 20px;
      letter-spacing: -0.01em;
    }

    .footer-text {
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.75;
      font-size: 0.9rem;
    }

    .footer-links,
    .footer-contact {
      display: grid;
      gap: 12px;
    }

    .footer-links a,
    .footer-contact a,
    .footer-contact span {
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.6;
      font-size: 0.9rem;
      transition: var(--transition-fast);
    }

    .footer-links a:hover,
    .footer-contact a:hover {
      color: #fff;
      padding-left: 4px;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      margin-top: 48px;
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.7);
    }

    .footer-bottom a {
      color: #fff;
      font-weight: 600;
      transition: var(--transition-fast);
    }

    .footer-bottom a:hover {
      opacity: 0.85;
    }

    /* FLOAT WHATSAPP */
    .wa-float {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 1035;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #25d366;
      box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
      transition: var(--transition-smooth);
    }

    .wa-float:hover {
      transform: translateY(-4px) scale(1.05);
      box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
    }

    .wa-float i {
      font-size: 1.75rem;
      color: #fff;
    }

    /* RESPONSIVE */
    @media (max-width: 1199.98px) {
      .about-grid,
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .services-grid,
      .why-grid,
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .hero {
        min-height: 92svh;
        padding-top: 150px;
        padding-bottom: 74px;
      }

      }

    @media (max-width: 991.98px) {
      .hero-clean {
        min-height: 700px;
        background-position: center bottom, center center, center 26%;
        background-size: cover, cover, 1160px;
      }

      .hero-stage {
        min-height: 608px;
        padding-bottom: -20px;
      }

      .hero-bottom-copy,
      .hero-title,
      .hero-text {
        max-width: 100%;
        transform: translateY(10px);
      }

      .hero-title {
        font-size: clamp(2rem, 6.2vw, 3.5rem);
      }

      .hero-text {
        font-size: 1rem;
        line-height: 1.72;
      }

      .navbar .container {
        gap: 10px;
      }

      .navbar-collapse {
        background: var(--bg);
        margin-top: 16px;
        padding: 20px;
        border-radius: var(--radius-xl);
        border: 1px solid var(--line);
        box-shadow: var(--shadow-lg);
      }

      .navbar-collapse .navbar-nav {
        gap: 4px;
      }

      .nav-link {
        padding: 14px 16px !important;
      }

      .nav-link::after {
        display: none;
      }

      .nav-cta {
        width: 100%;
        margin-top: 12px;
        justify-content: center;
      }

      .hero {
        padding-top: 138px;
        padding-bottom: 68px;
        min-height: 82svh;
        background-position: center center, center center, 62% center;
      }

      }

    @media (max-width: 767.98px) {
      .hero-clean {
        min-height: 760px;
        padding-top: 84px;
        background-image:
          linear-gradient(180deg, #ffffff 0%, #ffffff 34%, rgba(255,255,255,0.98) 46%, rgba(255,255,255,0.72) 56%, rgba(255,255,255,0.10) 70%, rgba(255,255,255,0.86) 90%, #ffffff 100%),
          linear-gradient(90deg, rgba(8, 24, 40, 0.04) 0%, rgba(8, 24, 40, 0.02) 100%),
          url('img/hero2.png');
        background-position: center top, center center, center bottom 12px;
        background-size: cover, cover, 92% auto;
        background-repeat: no-repeat, no-repeat, no-repeat;
      }

      .hero-stage {
        min-height: 676px;
        padding-top: 4px;
        padding-bottom: 0;
        align-items: flex-start;
      }

      .hero-bottom-copy {
        max-width: 100%;
        transform: none;
        padding-top: 10px;
      }

      .hero-title {
        font-size: clamp(1.95rem, 9.4vw, 2.75rem);
        line-height: 1.08;
        margin-bottom: 16px;
        max-width: 100%;
        text-wrap: initial;
      }

      .hero-text {
        font-size: 0.98rem;
        line-height: 1.68;
        margin-bottom: 22px;
        max-width: 100%;
      }

      .hero-actions {
        gap: 12px;
        flex-direction: column;
        margin-bottom: 0;
      }

      .btn-main,
      .btn-ghost {
        width: 100%;
        min-height: 52px;
        padding: 0 20px;
      }

      .container {
        padding-inline: 20px;
      }

      .hero {
        padding-top: 108px;
        padding-bottom: 28px;
        min-height: auto;
        align-items: flex-start;
      }

      .hero-grid {
        gap: 0;
      }

      .services-grid,
      .why-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .about-card,
      .about-side,
      .contact-card,
      .contact-info {
        padding: 28px;
      }

      .service-card,
      .why-card {
        padding: 28px;
      }

      .gal-frame {
        height: clamp(220px, 40vh, 380px);
      }

      .gal-gallery .carousel-control-prev,
      .gal-gallery .carousel-control-next {
        width: 44px;
        height: 44px;
      }

      .footer-bottom {
        flex-direction: column;
        text-align: center;
      }
    }

    @media (max-width: 575.98px) {
      .navbar-brand {
        max-width: calc(100% - 70px);
      }

      .brand-title {
        font-size: 1rem;
      }

      .brand-subtitle {
        max-width: 160px;
        font-size: 0.65rem;
      }

      .section-title {
        font-size: clamp(1.8rem, 9vw, 2.4rem);
      }

      .section-subtitle {
        font-size: 1rem;
      }

      .eyebrow {
        font-size: 0.7rem;
        padding: 8px 16px;
      }

      .faq-button {
        padding: 20px 22px;
        font-size: 1rem;
      }

      .faq-body {
        padding: 0 22px 20px;
      }

      .contact-item {
        padding: 16px;
      }

      .footer-grid {
        gap: 32px;
      }
    }

    /* Animation utilities */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(24px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .fade-in-up {
      animation: fadeInUp 0.6s ease forwards;
    }

    @media (max-width: 575.98px) {
      .container {
        padding-inline: 16px;
      }

      .hero-clean {
        min-height: 720px;
        background-image: url('img/hero2.png');
        background-position: center bottom 10px;
        background-size: 96% auto;
      }

      .hero-stage {
        min-height: 640px;
        padding-top: 0;
      }

      .hero-bottom-copy {
        padding-top: 8px;
      }

      .hero {
        padding-top: 104px;
        padding-bottom: 24px;
        min-height: auto;
      }

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

      .hero-title {
        font-size: clamp(1.82rem, 9.2vw, 2.4rem);
      }

      .hero-text {
        font-size: 0.95rem;
      }

      .btn-main,
      .btn-ghost {
        min-height: 52px;
        padding: 0 20px;
        font-size: 0.92rem;
      }
    }

/* ===== INLINE <style> BLOCK #2 ===== */
.steps-section {
      padding: 64px 0;
      background: #fff;
    }
  
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
    }
  
    .step-card {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 24px;
      padding: 18px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      transition: transform .3s ease, box-shadow .3s ease;
    }
  
    .step-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 44px rgba(0, 0, 0, 0.09);
    }
  
    .step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 1rem;
      background: #000;
      color: #fff;
      margin-bottom: 16px;
    }
  
    .step-image-wrap {
      width: 100%;
      height: 520px;
      border-radius: 20px;
      background: #f8f8f8;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
  
    .step-img {
      display: block;
      object-fit: contain;
      object-position: center;
    }
  
    /* Para imágenes apaisadas: las agranda más */
    .step-img--wide {
      width: 115%;
      height: 115%;
      max-width: none;
    }
  
    /* Si alguna es vertical, usá esta clase en vez de --wide */
    .step-img--tall {
      width: 100%;
      height: 125%;
      max-width: none;
    }
  
    @media (max-width: 1199.98px) {
      .step-image-wrap {
        height: 460px;
      }
  
      .step-img--wide {
        width: 112%;
        height: 112%;
      }
    }
  
    @media (max-width: 991.98px) {
      .steps-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }
  
      .step-image-wrap {
        height: 440px;
      }
  
      .step-img--wide {
        width: 110%;
        height: 110%;
      }
    }
  
    @media (max-width: 767.98px) {
      .steps-section {
        padding: 40px 0;
      }
  
      .step-card {
        padding: 14px;
        border-radius: 18px;
      }
  
      .step-number {
        width: 42px;
        height: 42px;
        font-size: .92rem;
        margin-bottom: 12px;
      }
  
      .step-image-wrap {
        height: 320px;
        border-radius: 14px;
      }
  
      .step-img--wide {
        width: 108%;
        height: 108%;
      }
  
      .step-img--tall {
        width: 100%;
        height: 118%;
      }
    }
    /* ===== LIGHTBOX ===== */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 85%;
  object-fit: contain;
  border-radius: 12px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}

.lightbox-nav.prev {
  left: 20px;
}

.lightbox-nav.next {
  right: 20px;
}

/* Cursor tipo click en imágenes */
.step-img {
  cursor: pointer;
}

/* ===== INLINE <style> BLOCK #3 ===== */
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: rgba(247, 225, 46, 0.16);
  color: var(--primary-dark);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.service-icon i {
  font-size: 1.6rem;
  line-height: 1;
}

/* ===== INLINE <style> BLOCK #4 ===== */
.why-premium-section {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  }

  .why-premium-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 24px;
    align-items: start;
  }

  .why-visual-card {
    position: relative;
    min-height: 0;
    height: 780px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-xl);
    background: #fff;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .why-visual-media {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .why-visual-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
  }

  .why-content-side {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 18px;
    min-height: 0;
  }

  .why-intro-box {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 26px;
    box-shadow: var(--shadow-md);
  }

  .why-mini-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--accent);
  }

  .why-intro-box h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.78rem;
    line-height: 1.08;
    margin: 0 0 14px;
    letter-spacing: -0.03em;
    color: var(--text);
  }

  .why-intro-box p {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.7;
  }

  .why-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-content: start;
  }

  .why-feature-card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 20px 18px;
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 148px;
  }

  .why-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(207, 167, 1, 0.22);
  }

  .why-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent) 0%, #e0ba19 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(207, 167, 1, 0.22);
    flex: 0 0 auto;
  }

  .why-feature-icon i {
    width: 22px;
    height: 22px;
    stroke-width: 2.2;
  }

  .why-feature-card h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    margin: 0 0 8px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--text);
  }

  .why-feature-card p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.58;
    font-size: 0.91rem;
  }

  @media (max-width: 1399.98px) {
    .why-visual-card {
      height: 720px;
    }

    .why-intro-box h3 {
      font-size: 1.62rem;
    }

    .why-feature-card {
      min-height: 140px;
    }
  }

  @media (max-width: 1199.98px) {
    .why-premium-layout {
      grid-template-columns: 1fr;
    }

    .why-visual-card {
      height: 560px;
    }
  }

  @media (max-width: 991.98px) {
    .why-feature-grid {
      grid-template-columns: 1fr;
    }

    .why-visual-card {
      height: 500px;
      padding: 14px;
    }

    .why-feature-card {
      min-height: auto;
    }
  }

  @media (max-width: 767.98px) {
    .why-visual-card {
      height: 420px;
      border-radius: 22px;
      padding: 12px;
    }

    .why-visual-media {
      border-radius: 16px;
    }

    .why-intro-box,
    .why-feature-card {
      border-radius: 20px;
      padding: 18px;
    }

    .why-intro-box h3 {
      font-size: 1.45rem;
    }

    .why-feature-icon {
      width: 50px;
      height: 50px;
      border-radius: 15px;
    }
  }

/* ===== INLINE <style> BLOCK #5 ===== */
:root{
    --brand:#f7e12e;
    --brand-dark:#e0ca12;
    --brand-darker:#b7a20a;

    --wa:#25d366;
    --wa-dark:#1ebe5d;
    --wa-darker:#129c4a;

    --light-bg:#ffffff;
    --light-bg-soft:#f8f8f8;
    --light-border:#e7e7e7;
    --dark-text:#111111;
    --muted-text:#666666;
  }

  /* IG button */
  .ig-float{
    position:fixed;
    right:18px;
    bottom:92px;
    z-index:9998;
    width:54px;
    height:54px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#fff;
    text-decoration:none;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    transition:transform .25s, box-shadow .25s, opacity .25s;
  }
  .ig-float:hover{
    transform:translateY(-2px) scale(1.04);
    box-shadow:0 14px 36px rgba(0,0,0,.35);
  }

  /* WhatsApp flotante */
  .wa-float{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:9999;
    font-family:inherit;
  }

  .wa-btn{
    background:#ffffff;
    color:var(--wa);
    border:2px solid var(--wa);
    width:60px;
    height:60px;
    border-radius:50%;
    display:grid;
    place-items:center;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
    cursor:pointer;
    transition:transform .3s, box-shadow .3s, background .3s, color .3s, border-color .3s;
    position:relative;
    overflow:hidden;
    z-index:9999;
  }
  .wa-btn svg{
    color:var(--wa);
  }
  .wa-btn::after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 50% 50%, rgba(255,255,255,.7), rgba(255,255,255,0) 70%);
    opacity:0;
    transition:opacity .3s;
  }
  .wa-btn:hover{
    background:var(--wa);
    border-color:var(--wa-dark);
    color:#fff;
    transform:translateY(-3px) scale(1.05);
    box-shadow:0 14px 36px rgba(0,0,0,.28);
  }
  .wa-btn:hover svg{
    color:#fff;
  }
  .wa-btn:hover::after{
    opacity:0.2;
  }

  .wa-card{
    position:absolute;
    right:0;
    bottom:74px;
    width:min(360px,92vw);
    background:var(--light-bg);
    color:var(--dark-text);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 60px rgba(0,0,0,.25);
    border:1px solid var(--light-border);
    transform:translateY(10px);
    opacity:0;
    transition:transform .3s, opacity .3s;
    z-index:10000;
  }
  .wa-card[aria-modal="true"]{
    transform:translateY(0);
    opacity:1;
  }

  .wa-head{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 16px;
    background:linear-gradient(135deg, #ffffff, #fff9cf);
    border-bottom:1px solid var(--light-border);
  }
  .wa-avatar{
    width:40px;
    height:40px;
    border-radius:10px;
    background:#fff7a8;
    display:grid;
    place-items:center;
    border:1px solid #f1e17d;
    overflow:hidden;
  }
  .wa-title{
    font-weight:700;
    font-size:1.02rem;
    color:var(--dark-text);
  }
  .wa-status{
    font-size:.85rem;
    color:var(--muted-text);
    display:flex;
    align-items:center;
    gap:6px;
  }
  .wa-status::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--brand);
  }
  .wa-close{
    margin-left:auto;
    background:transparent;
    color:var(--muted-text);
    border:0;
    font-size:24px;
    cursor:pointer;
    opacity:.7;
    width:32px;
    height:32px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.2s;
  }
  .wa-close:hover{
    opacity:1;
    background:rgba(0,0,0,.04);
  }

  .wa-body{
    padding:12px 14px;
    max-height:40vh;
    overflow:auto;
    background:var(--light-bg-soft);
    display:flex;
    flex-direction:column;
    gap:8px;
  }

  .wa-bubble{
    max-width:88%;
    padding:9px 11px;
    border-radius:14px;
    line-height:1.35;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
    animation:fadeIn .25s ease;
    font-size:0.9rem;
  }
  @keyframes fadeIn{
    from{opacity:0; transform:translateY(5px)}
    to{opacity:1; transform:none}
  }
  .wa-bot{
    background:#ffffff;
    border:1px solid var(--light-border);
    align-self:flex-start;
    border-bottom-left-radius:4px;
  }
  .wa-user{
    background:var(--brand);
    color:#111;
    align-self:flex-end;
    border-bottom-right-radius:4px;
  }

  .wa-compose{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
    padding:10px 12px;
    background:#ffffff;
    border-top:1px solid var(--light-border);
  }
  .wa-compose textarea{
    resize:none;
    border-radius:12px;
    padding:10px 12px;
    border:1px solid var(--light-border);
    background:#fafafa;
    color:var(--dark-text);
    outline:none;
    min-height:44px;
    font-family:inherit;
    font-size:0.9rem;
    transition:.2s;
  }
  .wa-compose textarea:focus{
    border-color:var(--brand-dark);
    box-shadow:0 0 0 2px rgba(247,225,46,.18);
    background:#ffffff;
  }
  .wa-send{
    background:var(--brand);
    color:#111111;
    border:0;
    border-radius:12px;
    padding:0 16px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.2s;
  }
  .wa-send:hover{
    background:var(--brand-dark);
    transform:scale(1.04);
  }

  .wa-body::-webkit-scrollbar{ width:6px; }
  .wa-body::-webkit-scrollbar-track{ background:rgba(0,0,0,.03); border-radius:3px; }
  .wa-body::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.12); border-radius:3px; }
  .wa-body::-webkit-scrollbar-thumb:hover{ background:rgba(0,0,0,.18); }

  @media (max-width:480px){
    .ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
    .wa-float{ right:12px; bottom:12px; }
    .wa-card{ width:calc(100vw - 24px); right:0; }
  }

      
Manifest preview
{
    "template": "solucionesled.com.ar/index.html",
    "template_mtime": 1774626023,
    "template_mtime_human": "2026-03-27T15:40:23+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css",
        "https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css",
        "https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 5,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}