    :root {
      --bipiki-orange: #f37335;
      --bipiki-teal: #1ba79f;
      --bg-soft: #f9f9f9;
      --text-main: #2c3e50;
    }
    * {  scroll-padding-top: 60px; }
    html { scroll-behavior: smooth;}
    body { font-family: system-ui, -apple-system, sans-serif; color: var(--text-main); line-height: 1.6; margin: 0; }
    ul { margin:0 }
    /* NAV & HEADER */
    .navbar { background: white; padding: 15px 0; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 1000; }
    .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
    .logo { font-weight: 900; font-size: 1.5rem; text-decoration: none; color: #333; }
    .logo span { color: var(--bipiki-orange); }
    .nav-menu a { margin-left: 20px; text-decoration: none; color: #555; font-weight: 500; font-size: 0.95rem; }
    .nav-menu a:hover { color: var(--bipiki-teal); }
    
    @media (max-width: 768px) { .nav-menu { display: none; } } /* Simplificado para móvil */

    /* HERO SPLIT - EL NUEVO SELECTOR */
    .hero-split {
      background: linear-gradient(180deg, #fff 0%, #f0fdfc 100%);
      padding: 60px 20px 80px;
      text-align: center;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
    }
    .hero-title { font-size: 2.5rem; margin-bottom: 10px; line-height: 1.1; }
    .hero-subtitle { font-size: 1.2rem; color: #666; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
    
    .split-container {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 900px;
      margin: 0 auto;
    }
    
    .choice-card {
      flex: 1;
      min-width: 280px;
      background: white;
      border-radius: 20px;
      padding: 30px;
      text-decoration: none;
      color: inherit;
      border: 2px solid transparent;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    /* Opción VECINO (Principal) */
    .choice-card.vecino { border-color: var(--bipiki-teal); }
    .choice-card.vecino:hover { transform: translateY(-5px); background-color: #e0f2f1; }
    
    /* Opción NEGOCIO (Secundaria) */
    .choice-card.negocio { border-color: #ddd; opacity: 0.9; }
    .choice-card.negocio:hover { border-color: var(--bipiki-orange); transform: translateY(-5px); opacity: 1; }

    .choice-icon { font-size: 2.5rem; display: block; margin-bottom: 15px; }
    .choice-title { font-size: 1.4rem; font-weight: 800; display: block; margin-bottom: 10px; }
    .choice-desc { font-size: 0.95rem; color: #666; display: block; }
    .choice-arrow { margin-top: 20px; display: inline-block; font-weight: bold; text-decoration: underline; }
    .choice-card.vecino .choice-arrow { color: var(--bipiki-teal); }
    .choice-card.negocio .choice-arrow { color: var(--bipiki-orange); }

    /* SECCIONES GENERALES */
    .wrap { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }
    .section-header { text-align: center; margin-bottom: 40px; }
    
    /* GRID SERVICIOS VECINO */
    .local-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
    .feature-box { background: white; padding: 25px; border-radius: 15px; border: 1px solid #eee; text-align: left; }
    .feature-box h4 { margin: 10px 0; color: var(--bipiki-teal); font-size: 1.2rem; }
    
    /* ENTUZONA BANNER */
    .entuzona-banner {
      background: var(--bipiki-teal);
      color: white;
      border-radius: 20px;
      padding: 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
    }
    .entuzona-text { flex: 2; }
    .entuzona-img { flex: 1; min-width: 250px; background: rgba(255,255,255,0.2); border-radius: 10px; height: 200px; display: flex; align-items: center; justify-content: center; } /* Placeholder imagen */
    
    /* SECCIÓN NEGOCIOS (Diferenciada) */
    .business-section { background: #333; color: #f9f9f9; border-radius: 30px; margin-top: 80px; }
    .business-section h2 { color: white; }
    .business-section p { color: #ccc; }
    .business-card { background: #444; border: none; color: white; padding: 30px; border-radius: 15px; margin-bottom: 20px; }
    .business-card h3 { color: var(--bipiki-orange); margin-top: 0; }
    .price-tag { display: block; font-size: 1.5rem; font-weight: bold; margin-top: 15px; color: white; }
    .business-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }

    /* BOTONES */
    .btn { display: inline-block; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.2s; cursor: pointer; background: var(--bipiki-teal); color: white; border: none; }
    .btn-primary { background: var(--bipiki-teal); color: white; }
    .btn:hover { opacity: 0.9; transform: scale(1.02); }
    ul, ol, li { list-style: none !important; }
    .nav-container { padding: 0 20px; }
    #menu-contact { color: var(--bipiki-orange); }
    .entuzona-img img { max-width: 100%; max-height: 100%; border-radius: 8px; }
    .entuzona-banner .btn { background: white; color: var(--bipiki-teal); }
    .entuzona-banner h2 { margin-top: 0; font-size: 2rem; }
    .entuzona-banner p { font-size: 1.1rem; opacity: 0.9; }
    #vecinos span { color: var(--bipiki-teal); font-weight: bold; letter-spacing: 1px; }
    #negocios span { color: var(--bipiki-orange); font-weight: bold; }
    .local-grid, .business-grid { margin:0; list-style:none }
    #vecinos .feature-box.talleres { border-color: var(--bipiki-orange); }
    hr { border: 0; border-top: 1px solid #eee; margin: 0; }
    #ultimos-trabajos { text-align: center; margin-top: 40px; }
    #ultimos-trabajos > div { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
    #contact { background: white; border-top: 1px solid #eee; padding: 60px 20px; margin-top: 40px; }
    #contact .footer-content { text-align: center; }
    #contact .footer-content h2 { font-size: 2.2rem; margin-bottom: 10px; line-height: 1; }
    #presupuesto { color: #666; margin-bottom: 30px; }
    #detalles-contacto { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
    #detalles-contacto .btn.mailto { background: #333; }
    #detalles-contacto .btn.wame { background: #25D366; }
    #bipiki-signature { margin-top: 60px; font-size: 0.75rem; color: #000; text-align: center; opacity: 0.7; }
 
    /* GRID DE VALORES */
    .values-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .value-card {
      background: white;
      padding: 35px;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      border-top: 4px solid var(--bipiki-orange);
      transition: transform 0.2s;
    }
    .value-card:hover { transform: translateY(-5px); }
    .value-tag {
      display: inline-block;
      background: #fff3e0;
      color: var(--bipiki-orange);
      padding: 5px 12px;
      border-radius: 50px;
      font-size: 0.8rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 15px;
    }
    .value-card h4 { margin: 10px 0; font-size: 1.4rem; color: #333; }
    .wrap.etica { padding-bottom: 60px; }
    .wrap.etica > div { margin-bottom: 40px; }
    .wrap.etica > div > h2 { text-align: center; font-size: 2rem; margin-bottom: 10px; }
    .wrap.etica .value-card:nth-child(even) { border-color: var(--bipiki-teal); }
    .wrap.etica .value-card:nth-child(odd) { border-top: 4px solid var(--bipiki-orange); }
    .wrap.etica .value-card .value-tag { color: var(--bipiki-teal); background: #e0f2f1; }
    #contact { background: white; border-top: 1px solid #eee; padding: 60px 20px; margin-top: 40px; }
    #menu-contact h2 { font-size: 2.2rem; margin-bottom: 10px; line-height: 1; }
    #menu-contact p { color: #666; margin-bottom: 30px; }
    